@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Lato",sans-serif;
    color: #7e7e7e;
    font-size: 15px;
}

a, a:hover {
    text-decoration: none;
}

*:focus {
    outline: none;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Quicksand",sans-serif;
    font-weight: 700;
    color: #253D4E;
}

.btn {
    border-radius: 4px;
}

[class*="btn-outline-"] {
    border-width: 2px;
}

.font1 {
    font-family: "Lato",sans-serif !important;
}

.font2 {
    font-family: "Quicksand",sans-serif !important;
}

.text-color1 {
    color: #3bb77e;
}

.text-color2 {
    color: #bce3c9;
}

.text-color1-hover:hover {
    color: #3bb77e !important;
}

.text-color2-hover:hover {
    color: #bce3c9 !important;
}

.bg-color1 {
    background-color: #3bb77e;
}

.bg-color2 {
    background-color: #bce3c9;
}

.bg-brand {
    background-color: #3BB77E !important;
}

.bg-primary {
    background-color: #5a97fa !important;
}

.bg-warning {
    background-color: #ff9900 !important;
}

.bg-danger {
    background-color: #FD6E6E !important;
}

.bg-success {
    background-color: #81B13D !important;
}

.bg-info {
    background-color: #2cc1d8 !important;
}

.bg-grey-4 {
    background-color: #adadad !important;
}

.bg-1 {
    background-color: #fddde4 !important;
}

.bg-2 {
    background-color: #cdebbc !important;
}

.bg-3 {
    background-color: #d1e8f2 !important;
}

.bg-4 {
    background-color: #cdd4f8 !important;
}

.bg-5 {
    background-color: #f6dbf6 !important;
}

.bg-6 {
    background-color: #fff2e5 !important;
}

.bg-7 {
    background-color: #d77f7a !important;
}

.bg-8 {
    background-color: #63a2c1 !important;
}

.bg-9 {
    background-color: #F2FCE4 !important;
}

.bg-10 {
    background-color: #FFFCEB !important;
}

.bg-11 {
    background-color: #ECFFEC !important;
}

.bg-12 {
    background-color: #FEEFEA !important;
}

.bg-13 {
    background-color: #FFF3EB !important;
}

.bg-14 {
    background-color: #FFF3FF !important;
}

.bg-15 {
    background-color: #F2FCE4 !important;
}

.bg-grey-9 {
    background-color: #f4f5f9 !important;
}

.btn-default {
    background-color: #3bb77e;
    color: #fff !important;
}

    .btn-default:hover, .btn-default.show, .btn-default:focus {
        background-color: #bce3c9;
        color: #000 !important;
    }

.btn-outline-default {
    border-color: #3bb77e;
}

.header {
    margin-bottom: 30px;
}

    .header .topbar, .header .midbar, .header .MenuBar {
        padding: 10px 0px;
        border-bottom: 1px solid #ececec;
        background-color: #fff;
    }

        .header .topbar a {
            color: #7e7e7e;
        }

            .header .topbar a:hover {
                color: #333;
            }

        .header .topbar b {
            color: #3bb77e;
        }

    .header .midbar {
        padding: 30px 0;
    }

    .header .seacrhbar {
        display: flex;
        align-items: center;
        border: 2px solid #bce3c9;
        padding: 10px;
        border-radius: 4px;
    }

        .header .seacrhbar input[type=text] {
            flex: 1;
            border: 0px;
        }

        .header .seacrhbar button {
            border: 0px;
            background-color: transparent;
        }

            .header .seacrhbar button .bi {
                font-size: 20px;
            }

        .header .seacrhbar .dropdown .btn {
            padding: 10px 20px;
        }

        .header .seacrhbar .dropdown-menu {
            top: 40px;
            max-height: 200px;
            overflow-y: auto;
        }

            .header .seacrhbar .dropdown-menu::-webkit-scrollbar {
                width: 10px;
            }

            .header .seacrhbar .dropdown-menu::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .header .seacrhbar .dropdown-menu::-webkit-scrollbar-thumb {
                background: #888;
            }

                .header .seacrhbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

    .header .cart {
        position: relative;
    }

        .header .cart .itemNo {
            position: absolute;
            border-radius: 100px;
            color: #ffffff;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            font-weight: 500;
            background-color: #3bb77e;
            left: 0px;
        }

    .header .MenuBarCaterogy ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        column-count: 2;
    }

    .header .MenuBarCaterogy .dropdown-item {
        list-style: none;
        border-radius: 4px;
        border: 1px solid #bce3c9;
        margin-bottom: 7px;
    }

        .header .MenuBarCaterogy .dropdown-item img {
            width: 30px;
            margin-right: 10px;
        }

    .header .MenuBar .navbar-nav .nav-link {
        font-family: "Quicksand",sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #253D4E;
        padding: 15px;
    }

        .header .MenuBar .navbar-nav .nav-link:hover {
            color: #3bb77e;
        }

    .header .MenuBar .MenuCall {
        display: inline-flex;
        font-weight: 500;
        font-size: 12px;
        color: #7E7E7E;
    }

.hotline-no {
    color: #3bb77e !important;
}

.header .MenuBar .MenuCall i.bi {
    font-size: 36px;
    color: #333;
    margin-right: 5px;
    line-height: 1;
}

.header .MenuBar .MenuCall b {
    color: #3bb77e;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    display: block;
    font-family: "Quicksand",sans-serif;
}

.header .MenuBar .MenuCall span {
    letter-spacing: 0.9px;
}

.btn-link {
    color: #253D4E;
    font-family: "Quicksand",sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu {
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 14px;
}

    .dropdown-menu a {
        color: #7e7e7e;
        padding: 6px 20px;
    }

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34,34,34,0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

    .screen-darken.active {
        z-index: 10;
        transition: opacity .3s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

.social a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background-color: #3bb77e;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 100px;
}

.banner img {
    border-radius: 30px;
    overflow: hidden;
}

.banner .carousel-control-next, .banner .carousel-control-prev {
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 0px;
    bottom: 0px;
    margin: auto 30px;
}

.HomePageCategory .owl-nav {
    position: absolute;
    top: -46px;
    right: 0px;
}

    .HomePageCategory .owl-nav button {
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #f2f3f4 !important;
        border-radius: 100px;
    }

        .HomePageCategory .owl-nav button span {
            font-size: 30px;
            line-height: 1;
        }

        .HomePageCategory .owl-nav button:hover {
            background: #3bb77e !important;
            color: #fff;
        }

    .HomePageCategory .owl-nav .owl-prev {
        margin-right: 10px;
    }

.owl-stage .item {
    margin-bottom: 20px;
}

.card-2 {
    position: relative;
    background: #F4F6FA;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0px 18px 0px;
    min-height: 180px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .card-2 figure {
        text-align: center;
        margin-bottom: 10px;
    }

        .card-2 figure img {
            border-radius: 10px;
            display: inline-block !important;
            width: 115px !important;
            height: 115px;
            object-fit: contain;
        }

    .card-2 h6 {
        margin: 0;
    }

        .card-2 h6 a {
            color: #253D4E;
        }

    .card-2:hover {
        background: #fff;
        border: 1px solid #bce3c9;
        -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
        box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

        .card-2:hover a {
            color: #3bb77e;
        }

.banner-img {
    position: relative;
    clear: both;
    border-radius: 10px;
    overflow: hidden;
    transition: all 500ms;
    margin-bottom: 30px;
}

    .banner-img img {
        border-radius: 10px;
        width: 100%;
    }

    .banner-img .banner-text {
        position: absolute;
        top: 50%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
        transition: all 500ms;
    }

        .banner-img .banner-text span {
            color: #adadad;
        }

        .banner-img .banner-text h4 {
            font-weight: 700;
            margin-bottom: 15px;
            min-height: 100px;
            transition: all 500ms;
        }

        .banner-img .banner-text a i {
            margin-left: 5px;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            font-size: 10px;
        }

        .banner-img .banner-text a:hover i {
            margin-left: 10px;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .banner-img .banner-text:hover h4 {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            transition: all 500ms;
        }

    .banner-img:hover img {
        opacity: 0.9;
    }

.product-grid {
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            margin-top: 26px;
        }

.product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
    transform: translateX(100%);
}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-2 {
    transform: translateX(0);
}

.product-grid .product-sale-label {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align:center;
    line-height:14px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    background-image: url(../images/off-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 51px;
}

.product-grid .product-content {
    background: #fff;
    padding: 15px;
    position: relative;
}

.product-grid .title {
    font-family: "Quicksand",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px;
    height: 35px;
    transition: .2s all ease;
    transition-delay: .08s;
}

    .product-grid .title a {
        color: #191919;
        transition: all 0.3s ease 0s;
    }

        .product-grid .title a:hover {
            color: #191919;
        }

.product-grid .price {
    color: #3bb77e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    transition: .2s all ease;
    transition-delay: .1s;
}

    .product-grid .price span {
        color: #7E7E7E;
        font-size: 14px;
        font-weight: 400;
    }

.product-grid .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    transition: .2s all ease;
    transition-delay: .16s;
}

    .product-grid .rating li {
        color: #3bb77e;
        font-size: 12px;
        display: inline-block;
    }

        .product-grid .rating li.disable {
            color: #999;
        }

.product-grid .add-cart {
    color: #fff;
    background: #3bb77e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: calc(100% - 25px);
    padding: 9px 5px 8px;
    display: block;
    transform: translateX(-50%);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transition: all 0.25s ease 0s;
}

    .product-grid .add-cart:hover {
        background-color: #191919;
    }

.product-grid:hover .add-cart {
    transform: translateX(-50%) translateY(-200%);
    transition-delay: .2s;
}

.newsletter {
    position: relative;
}

    .newsletter .newsletter-inner {
        background: url(../images/banner-10.png) no-repeat center;
        background-size: cover;
        padding: 84px 78px;
        clear: both;
        display: table;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        min-height: 230px;
    }

        .newsletter .newsletter-inner img {
            position: absolute;
            right: 50px;
            bottom: 0;
            max-width: 40%;
        }

        .newsletter .newsletter-inner .newsletter-content p {
            font-size: 18px;
        }

        .newsletter .newsletter-inner .newsletter-content .form {
            background-color: #fff;
            max-width: 450px;
            border-radius: 50px;
            position: relative;
            z-index: 4;
        }

            .newsletter .newsletter-inner .newsletter-content .form input {
                border: 0;
                border-radius: 50px 0 0 50px;
                padding-left: 58px;
                background: url(../images/icons/icon-plane.png) no-repeat 25px center;
            }

            .newsletter .newsletter-inner .newsletter-content .form button {
                border: 0;
                border-radius: 50px;
                font-weight: 700;
                padding: 15px 40px;
                background-color: #3bb77e;
                color: #fff;
                margin-left: auto;
            }

.section-padding {
    padding: 25px 0;
}

.banner-left-icon {
    position: relative;
    background: #F4F6FA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .banner-left-icon:hover .banner-icon {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .banner-left-icon .banner-icon {
        max-width: 60px;
        margin-right: 20px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .banner-left-icon .banner-text h3 {
        color: #242424;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .banner-left-icon .banner-text p {
        margin-bottom: 0;
        color: #adadad;
    }

    .banner-left-icon.style-2 {
        position: relative;
        border: 1px solid #ececec;
        padding: 20px;
    }

.footer-mid .widget-title {
    margin: 15px 0 20px 0;
}

.contact-infor {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #253D4E;
}

    .contact-infor li {
        padding: 0px;
        margin: 0px;
    }

        .contact-infor li:not(:last-child) {
            margin-bottom: 10px;
        }

        .contact-infor li img {
            margin-right: 8px;
            max-width: 16px;
        }

.footer-link-widget:not(:last-child) {
    margin-right: 50px;
}

.footer-link-widget p {
    font-size: 15px;
    color: #253D4E;
}

.download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 33px;
}

    .download-app a {
        display: block;
        margin-right: 12px;
    }

        .download-app a img {
            max-width: 128px;
        }

.footer-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    min-width: 170px;
}

    .footer-list li {
        display: block;
        margin: 0 0 13px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .footer-list li:last-child {
            margin: 0;
        }

        .footer-list li:hover {
            padding-left: 5px;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .footer-list li a {
            font-size: 15px;
            color: #253D4E;
            display: block;
        }

            .footer-list li a:hover {
                color: #3bb77e;
            }

.footer-bottom {
    border-top: 1px solid #bce3c9;
}

.hotline img {
    width: 35px;
    margin-right: 12px;
    min-width: 10px;
    margin-right: 12px;
    max-width: 30px;
    opacity: 0.5;
}

.hotline p {
    color: #3bb77e;
    font-size: 26px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    display: block;
    line-height: 1;
}

    .hotline p span {
        font-weight: 500;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        color: #7E7E7E;
        display: block;
        letter-spacing: 0.9px;
    }

.mobile-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}

    .mobile-social-icon h6 {
        display: inline-block;
        margin-right: 15px;
    }

    .mobile-social-icon a {
        text-align: center;
        font-size: 14px;
        margin-right: 5px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        height: 30px;
        width: 30px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: #3bb77e;
        border-radius: 30px;
        line-height: 1;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .mobile-social-icon a img {
            max-width: 16px;
        }

            .mobile-social-icon a img:hover {
                opacity: 0.8;
            }

        .mobile-social-icon a:hover {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            margin-top: -2px;
        }

        .mobile-social-icon a:last-child {
            margin-right: 0;
        }

.input-style input, .input-style textarea {
    border: 1px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
}

.input-style input {
    height: 64px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.input-style textarea {
    height: 50px;
    padding: 10px 10px 10px 20px;
    min-height: 200px;
    margin-bottom: 30px;
}

.contact-from-area .contact-form-style input[type=submit] {
    font-size: 17px;
    font-weight: 500;
    padding: 20px 40px;
    color: #ffffff;
    border: none;
    background-color: #253D4E;
    border-radius: 10px;
    font-family: "Quicksand",sans-serif;
}

    .contact-from-area .contact-form-style input[type=submit]:hover {
        background-color: #3bb77e;
    }

.zoomWrapper {
    position: relative;
    width: 500px !important;
    height: 500px !important;
    margin: auto;
}

    .zoomWrapper #zoom-image {
        width: 100% !important;
        height: 100% !important;
    }

.panel-product {
    margin-bottom: 35px;
}

.panel-product-media {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.panel-single-thumbnail {
    margin-top: 20px;
}

    .panel-single-thumbnail .owl-next, .panel-single-thumbnail .owl-prev {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .panel-single-thumbnail:hover .owl-prev {
        left: 0;
    }

    .panel-single-thumbnail:hover .owl-next {
        right: 0;
    }

.panel-product-title {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .panel-product {
        margin-bottom: 70px;
    }

    .panel-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media all and (max-width: 991px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

        .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
            display: block;
        }

    .detail-info .product-price .current-price {
        font-size: 30px !important;
    }

    .product-detail span {
        padding: 5px 10px !important;
        font-size: 15px;
        margin-right: 5px !important;
    }

    .detail-info .product-price .old-price {
        margin-left: -20px !important;
        font-size: 19px !important;
    }

    .detail-info .product-price .save-price {
        margin-bottom: -6px !important;
        margin-left: -15px;
    }

    .tab-content {
        margin-left: 0 !important;
    }

    .apply-coupon input {
        background-position: 10px center !important;
        padding-left: 15px !important;
        background-image: none !important;
    }

    .apply-coupon #btnApplyCoupon {
        min-width: 100px !important;
        background-image: none;
        padding: 5px 10px;
    }
}



@media (max-width: 768px) {
    .header .topbar, .header .midbar, .header .MenuBar {
        padding: 0px;
        border: 0px;
    }
    #cartItems li a img {
        width: 88% !important;
    }
        .header .topbar #flashNews {
            background-color: #3bb77e;
            color: #fff;
            padding: 10px 0;
            margin: 0 -12px;
        }

            .header .topbar #flashNews b {
                color: #fff;
            }

    .header .midbar {
        padding: 10px 0;
        box-shadow: 0 2px 5px #0002;
        border: 0px;
    }

        .header .midbar .cart .btn, .header .midbar .account .btn {
            padding: 5px;
        }

    .header #navbar_main {
        background-color: #fff;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

        .header #navbar_main .offcanvas-header {
            position: relative;
        }

            .header #navbar_main .offcanvas-header .btn-close {
                position: absolute;
                right: 0px;
                background-color: #bce3c9 !important;
                border-radius: 100px;
            }

    .header .MobileSearchBar {
        border-bottom: 1px solid #ffffff26;
        background-color: #f2f3f4;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

        .header .MobileSearchBar input[type=text] {
            border: 0px;
            background-color: transparent;
            flex: auto;
            padding: 10px;
        }

        .header .MobileSearchBar button {
            border: 0px;
            background-color: transparent;
            font-size: 20px;
            padding: 0 10px;
        }

    .header .MenuBar .navbar-nav .nav-link {
        border-bottom: 1px solid #eee;
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }

    .header .MenuBar .navbar-nav .dropdown-toggle:after {
        margin-left: auto;
    }

    .newsletter .newsletter-inner {
        padding: 10px;
        display: block;
    }

        .newsletter .newsletter-inner .newsletter-content .form {
            background-color: transparent !important;
        }

    .form-subcriber.d-flex {
        display: block !important;
    }

    .form-subcriber input {
        border-radius: 50px !important;
        background-color: white !important;
        width: 100% !important;
        padding: 10px 20px !important;
        padding-left: 50px !important;
        margin-bottom: 7px;
    }

    .newsletter .newsletter-inner h2 {
        font-size: 20px;
    }

    .newsletter .newsletter-inner .newsletter-content p {
        font-size: 16px;
    }

    .newsletter .newsletter-inner .newsletter-content .form input {
        padding-left: 50px;
    }

    .newsletter .newsletter-inner .newsletter-content .form button {
        padding: 10px 20px;
        width: 100%;
    }

    .zoomWrapper {
        width: 320px !important;
        height: 320px !important;
    }
    .header .seacrhbar{
        padding:2px!important;
        margin-top: 10px;
    }
    .header .seacrhbar .dropdown .btn{
            padding: 5px 10px!important;
    }
    .header .seacrhbar input[type=text]{
        width:50%;
    }
    .header .midbar a img {
        width:30%!important;
    }
}

.primary-sidebar .sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px #0003;
    box-shadow: 5px 5px 15px #0003;
}

.product-detail {
    font-size: 17px;
}

    .product-detail .btn-success {
        font-size: 18px !important;
        height: 50px;
        line-height: 50px;
        padding: 0px 20px;
        font-weight: 600;
        background: #3bb77e;
        border-color: #3bb77e !important;
    }

    .product-detail .bi-basket2 {
        margin-right: 10px;
    }

    .product-detail .product-text {
        font-size: 15px;
        line-height: 30px;
        color: #3bb77e;
    }

        .product-detail .product-text i {
            color: #3bb77e;
            padding-right: 5px;
        }

.shopping-summery table thead th {
    background-color: #ececec;
    padding: 10px 0;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    border-radius: 0px;
    font-weight: 700;
    color: #253D4E;
}

.table {
    border: #e9ecef 1px solid;
}

    .table > :not(caption) > * > * {
        padding: 0;
    }

.input-group-btn .btn-success {
    background: #3bb77e !important;
}

.input-group .form-control {
    width: 20px !important;
}

.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th {
    vertical-align: middle;
}

.table.table-cart tr th {
    border: 0;
    color: #253D4E;
    text-align: center;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
    background-color: #ececec;
    padding: 10px 0;
}

.table.table-cart tr td {
    text-align: center;
}

.table.table-cart tr th.start {
    border-radius: 20px 0 0 20px;
}

.table.table-cart tr th.end {
    border-radius: 0 20px 20px 0;
    padding-right: 10px;
}

.table.table-cart tr td, .table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}

    .table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col {
        padding: 2rem 0.8rem 1.8rem 0;
    }

.table.table-cart tr.product-action-row td, .table.table-wishlist tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: auto;
    margin: 0;
}

.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

    .table.table-cart .product-title a, .table.table-wishlist .product-title a {
        color: inherit;
    }

.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px;
}

    .table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
        height: 48px;
        width: 44px;
        font-size: 1.6rem;
        font-weight: 700;
    }

.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 15px;
    font-weight: 600;
}

.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem;
}

.table.table-cart tfoot td, .table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}

.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
}

    .table.table-cart tfoot .btn + .btn, .table.table-wishlist tfoot .btn + .btn {
        margin-left: 1rem;
    }

.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-title a, .table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}

.table-cart tr th {
    padding: 1rem;
}

    .table-cart tr th.thumbnail-col {
        width: 16%;
    }

    .table-cart tr th.product-col {
        width: 33%;
    }

    .table-cart tr th.price-col {
        width: 14%;
    }

.table-cart td {
    padding: 0 1rem;
}

i.cart-empty {
    font-size: 100px;
    color: #d3d3d4;
}

.btn-edit:focus, .btn-edit:hover, .btn-move:focus, .btn-move:hover, .btn-remove:focus, .btn-remove:hover {
    color: #08C;
    text-decoration: none;
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem;
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem;
}

    .btn-move:focus, .btn-move:hover {
        text-decoration: underline;
    }

.qty-col {
    min-width: 98px;
}

tbody .product-col {
    font-size: 0;
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.product-col .product-image img {
    border: 1px solid #ccc;
}

.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.cart-discount {
    margin-bottom: 4rem;
}

    .cart-discount h4 {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .cart-discount form {
        max-width: 420px;
    }

    .cart-discount .input-group-append {
        margin-left: 3px;
    }

.cart-summary {
    margin-bottom: 3.6rem;
    padding: 2.4rem 3rem 3.4rem;
    border: 2px solid #e7e7e7;
    background: #fff;
}

    .cart-summary h3 {
        margin-bottom: 2.3rem;
        font-size: 1.6rem;
        letter-spacing: -0.01em;
    }

.checkout-progress-bar li a.active, .checkout-progress-bar li a:hover {
    color: #08C;
    opacity: 1;
}

.table.table-totals {
    margin-bottom: 2.6rem;
}

    .table.table-totals .custom-radio .custom-control-input {
        width: 100px;
    }

    .table.table-totals h4 {
        display: inline;
        margin-bottom: 0;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .table.table-totals .form-control {
        line-height: 1.5;
    }

    .table.table-totals .form-group {
        margin-bottom: 1.5rem;
    }

    .table.table-totals .select2-container.select2-container--default .select2-selection--single {
        min-height: 37px;
    }

        .table.table-totals .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 1.6;
        }

    .table.table-totals tr td, .table.table-totals tr th {
        padding: 1rem;
        border: 0;
        letter-spacing: -0.01em;
        font-size: 14px;
        font-weight: 600;
        color: #222529;
        font-family: "poppins";
    }

        .table.table-totals tr td:last-child, .table.table-totals tr th:last-child {
            color: #777;
            text-align: right;
            font-weight: 400;
        }

    .table.table-totals tbody tr {
        border-bottom: 1px solid #dcdcdc;
    }

    .table.table-totals tfoot {
        border-top: 1px solid #ccc;
        color: #222529;
        font-size: 1.6rem;
        font-weight: 700;
    }

        .table.table-totals tfoot tr td {
            padding-top: 1.3rem;
            padding-bottom: 1.6rem;
            vertical-align: middle;
            font-size: 1.6rem;
            padding-left: 1.2rem;
        }

            .table.table-totals tfoot tr td:last-child {
                font-weight: 700;
                font-size: 22px;
                color: #222529;
            }

        .table.table-totals tfoot b {
            font-size: 2.2rem;
        }

.checkout-methods .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    padding: 1em 0;
}

    .checkout-methods .btn i {
        margin-left: 1.2rem;
    }

.return-to-shop .btn {
    padding: 1.6rem 3.6rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

.cart-summary form {
    margin-bottom: 1.6rem;
}

.cart-summary .form-group-sm {
    max-width: none;
}

    .cart-summary .form-group-sm label {
        margin-top: 1.3rem;
        letter-spacing: 0;
        margin-bottom: 1.4rem;
        font-weight: 400;
        font-size: 1.4rem;
        color: #777;
        font-family: "Open Sans",sans-serif;
    }

    .cart-summary .form-group-sm .form-control {
        height: 3.7rem;
        font-size: 1.4rem;
        letter-spacing: -0.012em;
    }

.cart-summary .btn-update-total {
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    padding: 8px 12px;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif;
}

    .cart-summary .btn-update-total:hover {
        color: #fff;
        background-color: #08C;
    }

@media (max-width: 575px) {
    .cart-table-container {
        border-top: 4px solid #08C;
    }

    .table.table-cart {
        border: 1px solid #e7e7e7;
        border-top: 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    }

        .table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
            display: block;
        }

            .table.table-cart thead {
                display: none;
            }

            .table.table-cart tr td {
                padding: 0.3rem 1rem;
                border: 0;
            }

                .table.table-cart tr td.product-col {
                    padding-bottom: 0.5rem;
                }

            .table.table-cart .product-row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-top: 10px;
                padding-bottom: 10px;
                border-top: 2px solid #ddd;
            }

                .table.table-cart .product-row:first-child {
                    border-top: 0;
                }

            .table.table-cart .product-col {
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-pack: center;
                justify-content: center;
                text-align: center;
            }

                .table.table-cart .product-col .product-image-container {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    margin-right: 0;
                    margin-bottom: 1rem;
                }

            .table.table-cart tfoot {
                border-top: 2px solid #ddd;
            }

                .table.table-cart tfoot tr {
                    display: block;
                    width: 100%;
                }

                    .table.table-cart tfoot tr td {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -ms-flex-align: start;
                        align-items: center;
                        padding: 3rem 0;
                    }

            .table.table-cart .cart-discount {
                margin-bottom: 2rem;
            }

                .table.table-cart .cart-discount form {
                    margin-bottom: 0;
                }

    .quantity .form-control {
        width: 20px !important;
    }

    .table-cart .input-group {
        width: 100% !important;
    }

    .tab-box .d-flex {
        display: block !important;
    }

    .tab-box .me-3 {
        margin-right: 0 !important;
        display: -webkit-box;
    }

    .nav-pills .nav-link {
        width: 48% !important;
        margin-right: 2%;
        font-size: 14px !important;
        padding: 5px 15px !important;
    }

    .tab-content .table th {
        display: none;
    }

    .tab-content .table td {
        display: block;
        text-align: center;
        border: 0;
    }

    .tab-content .table tr {
        border: 1px solid #e9ecef;
    }
}

@media (min-width: 1200px) {
    .cart-table-container .input-group .form-control {
        width: 183px;
    }
}

@media (max-width: 767px) {
    .cart-table-container .cart-discount .form-control {
        max-width: 132px;
        margin-right: 0.4rem;
    }

    .table.table-cart .cart-discount {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 479px) {
    .cart-summary {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .table.table-cart .cart-discount {
        margin-bottom: 1.5rem;
    }

    .cart-discount .input-group {
        flex-direction: column;
        align-items: center;
    }

    .cart-table-container .cart-discount .form-control {
        margin: auto;
        margin-bottom: 1.5rem;
        max-width: none;
        width: 100%;
    }
}

.owl-stage .item {
    background: #f7f8fa;
    border-radius: 15px;
    border: #ccc 1px solid;
    overflow: hidden;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #3bb77e;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

    .button:hover {
        background-color: #FDC040;
        color: #fff;
    }

.cart-totals .text-muted {
    color: #B6B6B6 !important;
}

.cart-totals .text-brand {
    color: #3BB77E !important;
}

.cart-totals .table td {
    padding: 0.5rem 0.5rem;
}

.cart-totals h4, h6 {
    margin: 0;
}

.sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px #ececec;
    box-shadow: 5px 5px 15px #ececec;
    margin-bottom: 20px;
    height: 500px;
    overflow-y: scroll;
}



/* width */
    .sidebar-widget::-webkit-scrollbar {
        width: 3px;
    }

/* Track */
.sidebar-widget::-webkit-scrollbar-track {
    
    border-radius: 10px;
}

/* Handle */
    .sidebar-widget::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 10px;
    }

    /* Handle on hover */
        .sidebar-widget::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.cate-name{
    font-size:12px;
    font-weight:700;
}

div.pro-new {
    height: 100%;
    overflow-y: unset;
}

@media only screen and (max-width: 600px) {
    .sidebar-widget {
        position: relative;
        padding: 30px;
        border: 1px solid #ececec;
        border-radius: 15px;
        -webkit-box-shadow: 5px 5px 15px #ececec;
        box-shadow: 5px 5px 15px #ececec;
        margin-bottom: 20px;
        height: 525px;
        overflow-y: scroll;
    }
    .cate-name {
        font-size: 10px;
        font-weight: 700;
    }

    div.pro-new {
        height: 600px;
        overflow-y: scroll;
    }

}


.section-title.style-1 {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
}

    .section-title.style-1::after {
        content: "";
        width: 80px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #BCE3C9;
    }

.widget-category-2 ul {
    padding: 0;
    list-style-type:none;
}

    .widget-category-2 ul li {
        
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 48px;
        border: 0px solid #F2F3F4;
        padding: 9px 0px;
        margin: 0 0 15px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }

        .widget-category-2 ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            line-height: 1.5;
            color: #253D4E;
            font-size: 14px;
        }

.widget-category-2 .count {
    display: inline-block;
    background-color: #BCE3C9;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #253D4E;
}

.widget-category-2 ul li a img {
    max-width: 50px;
    margin-right: 15px;
}

.list-group .range .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    background: none;
    border: 0;
}

.list-group .form-check-input[type=checkbox] {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.list-group label {
    position: relative;
    cursor: pointer;
    color: #7E7E7E;
    font-weight: 500;
    padding: 5px 0;
    vertical-align: middle;
}

.list-group .fw-900 {
    font-weight: 700;
}

.detail-info .product-price-cover .product-price {
    line-height: 1;
}

.detail-info .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 30px 0;
}

    .detail-info .product-price .current-price {
        font-size: 40px;
        text-decoration: none;
        font-weight: 900;
    }

    .detail-info .product-price .save-price {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 6px;
        margin-left: 28px;
        display: block;
        color: #FDC040;
    }

    .detail-info .product-price .old-price {
        text-decoration: line-through;
        color: #B6B6B6;
        margin-left: 20px;
        font-size: 28px;
        font-weight: 700;
        display: block;
    }

    .detail-info .product-price i {
        margin-right: -8px;
    }

.text-brand {
    color: #3BB77E !important;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: -7px;
        top: -7px;
        background-color: #3BB77E;
    }

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #3BB77E;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #3BB77E;
        border: 8px solid rgba(59,183,126,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }


.checkout-form .form-control {
    background: #fff;
    border: 1px solid #ececec;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}


.form-control {
    background: #fff;
    border: 1px solid #ececec;
    height: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.billing .text-muted {
    color: #B6B6B6 !important;
    float: right;
    font-size: 16px !important;
    line-height: 35px;
}

.apply-coupon input {
    height: 51px;
    border-radius: 10px 0 0 10px;
    background-image: url(../images/icons/coupon.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    border: #ccc 1px solid;
}

.apply-coupon #btnApplyCoupon {
    min-width: 150px;
    height: 51px;
    border-radius: 0 10px 10px 0;
    background-color: #253D4E;
    color: #fff;
    margin-top: -4px;
    margin-left: -3px;
}

    .apply-coupon #btnApplyCoupon:hover {
        background-color: #3bb77e;
        color: #fff !important;
        border: #ccc 1px solid !important;
    }

.apply-coupon button {
    min-width: 150px;
    height: 51px;
    border-radius: 0 10px 10px 0;
    background-color: #253D4E;
    color: #fff;
    margin-top: -4px;
    margin-left: -3px;
}

    .apply-coupon button:hover {
        background-color: #3bb77e;
        color: #fff !important;
        border: #ccc 1px solid !important;
    }

.btn-heading, button.btn-heading[type="submit"] {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #3BB77E;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.quantity .form-control {
    height: auto;
    padding: 0;
    text-align: center;
}

.table-cart .input-group {
    width: 100px;
}

.quantity.input-group .btn {
    padding: 4px 3px !important;
}

.nav-pills .nav-link {
    position: relative;
    border-radius: 10px;
    border: 1px solid #ececec !important;
    margin-bottom: 10px;
    font-size: 17px;
    color: #7E7E7E;
    font-weight: 700;
    padding: 12px 20px;
    width: 200px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #3bb77e;
    }

.tab-content {
    width: 100%;
    margin-left: 50px;
}

    .tab-content .table th, td {
        padding: 8px !important;
    }

    .tab-content label {
        padding-bottom: 5px;
    }

    .tab-content .form-control {
        height: 45px;
    }

.inner-loader {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    color: #fff;
}

    .inner-loader p {
        margin-top: 5px;
        font-size: 18px;
    }

.item-menu a {
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 4px;
    border: #3bb77e 1px solid;
    display: inline-block;
}

@media (mibn-width: 769px) {
    .dropdownOnHover:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 768px) {
    .owl-stage .item h6 {
        font-size: 15px;
        height: 35px;
    }

    .owl-stage .item {
        margin-bottom: 0;
    }

    .banner-img {
        margin-bottom: 10px;
    }

        .banner-img .banner-text h4 {
            font-size: 16px;
            min-height: auto;
        }

        .banner-img img {
            height: 150px;
            object-fit: cover;
        }

    .product-grid {
        margin-bottom: 0;
    }

        .product-grid .product-sale-label {
            padding: 2px;
            font-size: 7px;
            width: 40px;
            height: 41px;
            text-align: center;
            line-height: 12px;
            
        }
    

        .product-grid .title {
            font-size: 10px;
            letter-spacing: 0;
            height: 27px;
        }

        .product-grid .product-content {
            padding: 5px 10px;
        }

        .product-grid .price {
            display: block;
            font-size: 13px;
            margin-top: 15px;
        }

        .product-grid .title a {
            display: -webkit-box;
            max-width: 400px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-grid .price span {
            font-size: 13px;
            display: block;
        }

        .product-grid .rating {
            display: none;
        }

        .product-grid .button {
            padding: 0;
            font-size: 12px;
            width: 100%;
        }

        .product-grid .product-image img {
            width: 100% !important;
            object-fit: contain;
            height: 100px !important;
            margin-top: 20px;
        }

    .widget-category-2 ul li a img {
        max-width: 50px;
    }

    .sidebar-widget {
        padding: 15px;
    }

        .sidebar-widget .button {
            padding: 5px 30px;
            margin-top: 10px;
        }

    .section-title.style-1 {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .banner-left-icon {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

        .banner-left-icon .banner-icon img {
            width: 45px !important;
            height: 45px !important;
        }

        .banner-left-icon .banner-text h3 {
            font-size: 15px;
            margin-bottom: 0;
        }

        .banner-left-icon .banner-text p {
            font-size: 14px;
        }

    .banner img {
        width: 350px !important;
        height: 140px;
        object-fit: contain;
    }

    .item-menu a {
        font-size: 12px;
        margin-right: 3px;
    }
}

.featured-category {
    padding: 20px 5px;
}

    .featured-category h6 {
        font-size: 14px;
        height: 35px;
    }

        .featured-category h6 a {
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }



/*# sourceMappingURL=style.css.map */
.header .MenuBar .MenuCall b {
    color: #3bb77e;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 1;
    display: block;
    font-family: "Quicksand",sans-serif;
}

.parmanent-action {
    background: #ffa54e;
    border-radius: 8px;
    padding: 8px;
}

.action-head {
    background: white;
    border-radius: 6px;
    padding: 10px;
}

    .action-head h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .action-head p {
        color: #262627;
        font-size: 15px;
        margin: 0;
    }

    .action-head i {
        color: #ffa54e;
        font-size: 20px;
    }

.dropdown-form h5 {
    font-size: 18px;
    font-weight: 600;
}

.delete-submit {
    background: #3bb77e;
    border: none;
    padding: 5px 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.for-checkout-fix {
    position: fixed !important;
    top: 146px !important;
    right: 280px !important;
    width: 450px;
    /* left: 0 !important; */
    transform: none !important;
    height: 300px;
    overflow: scroll;
}

.for-checkout-fix a{
    white-space:break-spaces;
}
.bg-success {
    background-color: #3bb77e!important;
}
.outofstock {
    width: 50% !important;
}
@media only screen and (max-width: 600px) {
    .for-checkout-fix {
        position: fixed !important;
        top: 103px !important;
        /* right: 30px !important; */
        width: 303px;
        left: 31px !important;
        transform: none !important;
    }
}



@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .product-grid:hover .product-image .pic-2 {
        transform: translateX(10%)!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .product-grid:hover .product-image .pic-2 {
        transform: translateX(10%) !important;
    }

    .product-grid .title {
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}
@media (max-width: 820px) {
    .product-grid:hover .product-image .pic-2 {
        transform: translateX(-2%) !important;
    }
    .product-grid .product-image img {
        width: 100% !important;
    }
}
    @media (max-width: 575px) {
        .widget-category-2 {
            /*display: none !important;*/
        }

        .product-grid:hover .product-image .pic-2 {
            transform: translateX(0%) !important;
        }
        .outofstock {
            width:100%!important;
        }
    }

/*
.download-mobile-close {
    display: none;
}
@media only screen and (max-width: 600px) {
    .vn-mobile {
        display: block !important;
    }

    .download-button-app-mobile {
        position: fixed;
        left: 30%;
        bottom: 15px;
        transform: translate(-12%, -5%);
        z-index: 999;
    }
    .download-mobile-close {
        display: block;
    }

    .download-close {
        position: absolute;
        z-index: 999;
        top: -7px;
        right: -7px;
        color: black;
        cursor: pointer;
    }

    .vn-blue {
        display: none !important;
    }

    .vn-mobile {
        display: block !important;
    }

        .vn-mobile a {
            padding: 10px 10px 10px 69px !important;
            font-size: 18px !important;
        }

        .vn-mobile i {
            font-size: 20px;
            cursor: pointer;
        }

        .vn-mobile a:before {
            font-size: 23px !important;
            padding: 6px 20px !important;
        }
}




.download-button-app {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
}

.vn-blue a {
    background-color: #ea8923;
    display: inline-block;
    position: relative;
    padding: 20px 20px 20px 80px;
    color: #fff;
    transition: all 0.4s ease;
    font-family: 'Lexend', sans-serif;
    text-decoration: none;
    font-size: 20px;
}

    .vn-blue a:hover {
        background: #2c3e50;
    }

    .vn-blue a:before {
        content: "\f3ab";
        font-family: fontAwesome;
        position: absolute;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 28px;
        border-radius: 0 20px 0 0;
        color: #0d5ba4;
        background-color: #fff;
        opacity: 0.8;
        padding: 14px 20px;
        top: 0;
        left: 0;
    }*/
