/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*pointer-events: none;
        touch-action:none;*/
    -webkit-touch-callout: none;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.menu-1 {
    padding: 10px;
    background-color: #C10001;
    border: 1px solid #C10001;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
}

.menu-items-1 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.menu-items-2 {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.menu-items-1 li {
    display: inline;
}

.menu-items-2 li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.main-menu {
    background-color: #ffffff;
    display: flex;
    border-bottom: 1px solid #eee;
}

    .main-menu .container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.logo {
    width: 120px;
}

.main-menu-items-2 {
    padding-top: 2em;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #C10001;
    font-family: 'Poppins', sans-serif;
}

    .main-menu-items-2 li {
        display: inline-block;
        margin: 2px 0px;
        padding: 0px 10px;
        border-radius: 10px;
        transition: all ease 0.5s;
    }

        .main-menu-items-2 li:hover {
            transform: scale(0.95);
        }

        .main-menu-items-2 li.active {
            box-shadow: 0 0 2px #3ca001;
        }

        .main-menu-items-2 li .cat-menu-title {
            margin-left: 8px;
        }

.main-menu-icons {
    width: 45px;
}

.main-menu-items-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500;
    color: #C10001;
    font-family: 'Poppins', sans-serif;
}

    .main-menu-items-3 li {
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
    }

.inputs {
    position: relative;
}

.fa-search {
    font-size: 20px;
}

.form-control {
    text-indent: 15px;
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #C10001;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #eee;
        outline: 0;
        box-shadow: none;
        border-bottom: 1px solid blue;
    }

    .form-control:focus {
        color: blue;
    }

.inputs i {
    position: absolute;
    top: 14px;
    left: 4px;
    color: #C10001;
}

.main-menu-items-4 {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}


.fa-shopping-cart {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#carouselExampleSlidesOnly {
    margin-top: 175px;
}

.section-heading {
    font-weight: 500;
    color: #C10001;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.product-img-container {
    overflow: hidden;
    height: 180px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product {
    margin-bottom: 20px;
}

    .product img {
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background-color: #eee;
        border-bottom: 1px solid #eee;
        transition: all ease 0.5s;
    }

        .product img:hover {
            transform: scale(1.5);
        }

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    border-radius: 20px;
}

.card-body {
    font-family: 'Poppins', sans-serif;
}

.card-pro-img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

h1, h2, h3, h4 {
    text-transform: capitalize;
}

.card-body h4 {
    color: #225802;
    font-weight: 500;
    font-size: 1.2em;
    height: 45px;
    text-transform: capitalize;
}

.card-body h6 {
    font-size: 14px;
    color: #515151;
    margin-bottom: 10px;
}

.card-body .card-weight {
    text-align: left;
}

.qty-price-light-box {
    display: inline-block;
    padding: 3px 8px;
    background-color: #f6f6f6;
    border-radius: 3px;
    color: #222;
}

.add-to-cart, .cart-checkout-button {
    width: 100%;
    background-color: #225802;
    color: #fff;
    border: 1px solid #225802;
    border-radius: 5px;
    transition: all ease 0.5s;
    padding: 5px;
}

    .add-to-cart:hover {
        transform: scale(1.025);
        background-color: #c10001;
        border: 1px solid #c10001;
    }

.footer-logo {
    max-width: 200px;
    width: 100%;
}

.footer-details {
    color: #333333;
    margin-top: 30px;
}

    .footer-details h4 {
        font-size: 26px;
        font-weight: 400;
    }

    .footer-details p {
        font-size: 16px;
        font-weight: 400;
    }

    .footer-details li {
        margin-right: 30px;
    }

    .footer-details a {
        font-size: 16px;
        color: #333;
    }

    .footer-details i {
        font-size: 24px;
    }

.footer-badge-1 {
    width: 170px;
    margin-bottom: 10px;
}

.footer-badge-2 {
    width: 170px;
}

.footer-meats {
    color: #333333;
    margin-top: 30px;
    font-size: 24px;
}

    .footer-meats a {
        font-size: 22px;
        text-decoration: none;
        color: #333333;
    }

.footer-details-2 {
    color: #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-menu {
    color: #333333;
    margin-top: 10px;
    font-size: 1em;
}

    .footer-menu a {
        font-size: 1em;
        text-decoration: none;
        color: #333333;
    }

.footer-certificate {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .footer-certificate img {
        width: 200px;
    }

.copyright h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .heading h1 {
        color: #C10001;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        margin: 0;
    }

.sub-menu {
    /* padding-left: 150px;
    padding-right: 150px;*/
}

.sub-menu-body {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top-left-radius: 15px;
    /*box-shadow: rgb(0 0 0 / 5%) 0px -1px 2px;
     padding: 4px 10px; */
    margin: 0;
    border-top-right-radius: 15px;
    border-bottom: none;
}

.sub-menu-box {
    padding: 5px;
    /*display:inline-block;
    width:auto;
    flex:none;*/
}

.sub-menu-content {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sub-menu-button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    padding: 2px;
    justify-content: center;
    font-size: 1.05em;
    color: #C10001;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: all ease 0.5s;
}

    .sub-menu-button:hover {
        background-color: #FEEFEF;
        border: 1px solid #FEEFEF;
    }

    .sub-menu-button.active {
        background-color: #FEEFEF;
        border-bottom: 2px solid #C10001;
    }


.login {
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    border: 1px solid #000000;
    border-top-left-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.login-form {
    display: inline-block;
    vertical-align: 50%;
    opacity: 100%;
    color: #fff;
    font-weight: 400;
}

.login-form-control {
    margin: 15px 0px;
    width: 100%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

    .login-form-control:active {
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #ffffff;
    }

.login-form input::placeholder {
    color: rgba(255, 255, 255, .7);
}

.sent-otp {
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 45px;
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    border-radius: 25px;
    top: 50%;
    margin: 10px;
    font-size: 14px;
}

.empty-cart-gif {
    width: 40%;
}


.cart-empty h4 {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.cart-empty h6 {
    color: #747474;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.cart-empty a {
    text-decoration: none;
    color: #C10001 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
}


.cart-box {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
    margin: 0 5px;
}

.cart-box-content {
    display: flex;
    margin-bottom: 25px;
}

.cart-box-heading-area {
    display: flex;
}

.cart-box-heading h4 {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.cart-image {
    width: 100%;
    height: auto;
    /*object-fit: scale-down;*/
}

.cart-image-name {
    display: flex;
}

.cart-name {
    /* padding: 5px;
    margin-left: 10px;*/
    /*    word-break: break-all;*/
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    text-transform: capitalize;
}

.cart-quanity a {
    padding: 5px;
}

.fa-plus-circle {
    color: #C10001;
    font-size: 22px;
}

.fa-minus-circle {
    color: #C10001;
    font-size: 22px;
}

.cart-price {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
}

.cart-remove-button button {
    padding: 3px;
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.cart-total-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
}

.cart-subtotal h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.delivery-charge h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.total h5 {
    color: #C10001;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1em;
}

.cart-checkout-button button {
    padding: 3px;
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

.card-total b {
    color: #C10001;
}

.status-del {
    color: #225802;
    margin: 0;
}

.status-pen {
    color: #FF861D;
    margin: 0;
}



.verify {
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    border: 1px solid #000000;
    border-top-left-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.verify-form {
    display: inline-block;
    vertical-align: 50%;
    opacity: 100%;
    color: #fff;
    font-weight: 400;
}

.verify-form-control {
    margin: 5px;
    width: 100%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

    .verify-form-control:active {
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #ffffff;
    }

.verify-form input::placeholder {
    color: rgba(255, 255, 255, .7);
}

.verify-otp {
    width: 100px;
    height: 45px;
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    border-radius: 25px;
    top: 50%;
    margin: 10px;
    font-size: 14px;
}


.contact-us {
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    border: 1px solid #000000;
    border-top-left-radius: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    padding: 90px;
}

.get-in-touch {
    color: #fff;
    font-weight: 500;
}

.get-in-touch-des {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
}

.contact-us-form {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
}

    .contact-us-form h4 {
        font-size: 1.1em;
        font-weight: 400;
        margin: 0;
    }

    .contact-us-form a {
        font-weight: 400;
        text-decoration: none;
        color: #fff;
        font-size: 1em;
    }

.contact-space {
    margin: 30px;
}

.message-box {
    margin: 5px;
    width: 100%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

    .message-box input::placeholder {
        color: #ffffff;
        opacity: 1;
    }

.message-box-email {
    margin: 5px;
    width: 95%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

    .message-box-email input::placeholder {
        color: #ffffff;
        opacity: 1;
    }

.message-box-phone {
    margin: 5px;
    width: 100%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

    .message-box-phone input::placeholder {
        color: #ffffff;
        opacity: 1;
    }

.contact-msg textarea {
    margin: 5px;
    width: 100%;
    background-color: rgba(0,0,0,.0);
    border: none;
    height: 125px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

    .contact-msg textarea:active {
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #ffffff;
    }

.fa-facebook-square {
    font-size: 40px;
}

.fa-google-plus-square {
    font-size: 40px;
}

.send-message {
    width: 100px;
    height: 45px;
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    border-radius: 15px;
    top: 50%;
    margin: 10px;
    font-size: 14px;
}


.profile-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.profile-image {
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #C10001;
}

    .profile-image h4 {
        color: #333333;
        font-family: 'Poppins', sans-serif;
    }

.fa-user {
    color: #C10001;
    font-size: 100px;
}

.profile-menu {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

    .profile-menu a {
        color: #333333;
    }

        .profile-menu a i {
            color: #C10001;
        }

.profile-space {
    margin: 10px;
}

.profile-details {
    padding: 50px;
    font-family: 'Poppins', sans-serif;
}

.profile-space-1 {
    margin: 50px;
}

.edit-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.edit-save {
    background-color: #3CA000;
    color: #fff;
    border: 1px solid #3CA000;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.edit-cancel {
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.edit-box {
    font-family: 'Poppins', sans-serif;
}

    .edit-box h6 {
        color: #636161;
        font-family: 'Poppins', sans-serif;
    }

    .edit-box input {
        width: 100%;
        background-color: rgba(0,0,0,.0);
        height: 40px;
        border-radius: 10px;
        border: 1px solid #747474;
        font-size: 20px;
        font-weight: 400;
        color: #000;
        font-family: 'Poppins', sans-serif;
    }

        .edit-box input::placeholder {
            color: #000;
            opacity: 1;
            font-family: 'Poppins', sans-serif;
        }

.edit-space {
    margin: 60px;
}



.profile-details-box {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

.product-details {
    background-color: #fff;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5%;
    padding-bottom: 1em;
}

.product-details-description {
    text-align: left;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 1em;
}

.product-image-box-subpro {
    border-right: 1px solid #C10001;
}

img.product-image {
    max-width: 450px;
    width: 100%;
    /*height: auto;*/    
    border-radius: 20px;
    object-fit: cover;
    transition: all ease 0.5s;
}

.product-detail-box h4 {
    margin: 0;
    color: #C10001;
}

.product-detail-box h6 {
    color: #747474;
    font-weight: 300;
}

.add-cart {
    background-color: #C10001;
    color: #fff;
    border: 1px solid #C10001;
    padding: 5px 25px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95em;
    transition: all ease 0.5s;
}

    .add-cart:hover {
        color: #fff;
        background-color: #225802;
        border: 1px solid #225802;
    }

.buy-now {
    background-color: #3CA000;
    color: #fff;
    border: 1px solid #3CA000;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.cart-icon-container {
    position: absolute;
    right: 0;
    top: 25px;
    display: inline-block;
    width: 75px;
}

.cart-button {
    display: inline-block;
    background-color: #C10001;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #C10001;
    border-radius: 30px;
    width: 55px;
    height: 45px;
    color: #fff;
    transition: all ease 0.5s;
}

    .cart-button:hover {
        box-shadow: 0 0 5px 2px #ddd;
    }



    .cart-button .cart {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 4px;
    }

        .cart-button .cart .cart-basket {
            font-size: 1em;
            position: absolute;
            top: -2px;
            right: -2px;
            width: 20px;
            height: 20px;
            color: #ffffff;
            background-color: rgb(193 0 1 / 50%);
            border-radius: 50%;
        }

a {
    text-decoration: none;
}

.main-menu-items-4 button a.cart .cart-basket {
    font-size: 1em;
    position: absolute;
    top: -8px;
    right: -10px;
    width: 16px;
    height: 16px;
    color: #ffffff;
    background-color: #C10001;
    border-radius: 50%;
}

.fa-shopping-cart {
    font-size: 1em;
    color: #ffffff;
}


.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    color: #fff;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    /* bottom: 15px; */
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #FF6743;
        text-decoration: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #222222;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: inline-block !important;
    }
}

@media (min-width:0px) and (max-width: 992px) {
    .main-menu-2 {
        position: static !important;
    }

    .cart-icon-container {
        position: absolute;
        right: 15%;
        top: 3px;
        display: inline-block;
        width: 75px;
    }

    .cart-button {
        background-color: #f9f9f9;
        width: 50px;
        height: 40px;
    }

        .cart-button .fa-shopping-cart {
            color: #C10001 !important;
        }
}

@media (max-width: 768px) {
    .meat-menu {
        text-align: center;
    }

    .profile-details-box {
        padding-left: 2%;
        padding-right: 2%;
    }

    .logo {
        width: 90px;
    }

    .footer-details h4 {
        font-size: 22px;
    }

    .footer-details p {
        font-size: 14px;
    }

    .delivery-charge, .cart-subtotal {
        /* text-align: right !important;*/
    }

    .fa-shopping-cart {
        /* color: #C10001;*/
    }

    .main-menu-items-2 {
        padding-top: 1em;
    }

        .main-menu-items-2 li {
            font-size: 0.8em;
            font-weight: 600;
        }

    .main-menu-icons {
        width: 2.75em;
    }


    #carouselExampleSlidesOnly {
        margin-top: 150px;
    }

    .footer-logo {
        max-width: 120px;
        width: 100%;
    }

    .cart-total-box {
        margin: 0 5px;
    }
}

@media (max-width: 372px) {
    .main-menu-items-2 li {
        padding: 0px 5px;
        border-radius: 5px;
    }

    .main-menu-icons {
        width: 2.6em;
    }

    .logo {
        width: 70px;
        margin-top: 1em;
    }
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #fff;
        padding: 8px 0 12px 25px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
    }

.fa-rupee-sign {
    font-weight: 500 !important;
}
