@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

/* :root {
    --theme: 0, 16, 144;
    --themeSecondary: 70, 178, 0;
    --themeSecondaryHover: 46, 164, 79;
} */

.theme-btn {
    color: #fff;
    min-width: fit-content;
    transition: 0.4s all ease-in-out;
    background-color: rgb(var(--theme));
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.theme-btn:hover {
    color: #fff;
    background-color: rgb(var(--themeSecondary));
}

/* Category Section */
.category-box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.category-box:before {
    content: '';
    background: rgba(var(--theme), 0.3);
    /* background-color: linear-gradient(45deg, #ff7e5f, #feb47b); */
    width: 100%;
    height: 100%;
    transform: scaleY(1);
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.category-box:hover:before {
    opacity: 1;
}

.category-box img {
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s all ease-in-out;
}

.category-box:hover img {
    transform: scale(1.1);
}

.category-box-inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 99;
    width: 100%;
    color: #fff;
    text-align: start;
    position: absolute;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}

.category-box:hover .category-box-inner {
    opacity: 1;
}

.category .category-box-inner h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.category .category-box-inner p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}



















.intro-slider-container,
.intro-slide {
    height: 360px;
    background-color: #8a8988
}

.intro-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center
}

.intro-slider-container .owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
    border-color: rgb(var(--theme));
    background: rgb(var(--theme));
}

.intro-slider-container .owl-simple .owl-dots .owl-dot span {
    background: rgb(var(--theme));
    border: 0.1rem solid rgb(var(--theme));
}

.intro-slide .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.intro-slide .btn-primary:hover,
.intro-slide .btn-primary:focus {
    background-color: rgb(var(--theme));;
    border-color: rgb(var(--theme));
}

.intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.intro-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -.01em
}

.intro-title {
    font-weight: 600;
    letter-spacing: -.025em
}

.intro-title sup {
    vertical-align: top;
    font-size: 1.3rem;
    top: 1em;
    margin-right: 0;
    letter-spacing: -.01em
}

.intro-title sup+sup {
    margin-left: .8rem
}

.brands-border .brand {
    height: 100px;
    border: .1rem solid #ebebeb;
    border-left-width: 0
}

.brands-carousel-full {
    border-bottom: .1rem solid #ebebeb
}

.brands-carousel-full.brands-border .brand {
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0
}

.brands-carousel-full.brands-border .owl-item:first-child .brand {
    border-left-width: 0
}

.banner-group {
    margin-bottom: 3rem
}

@media screen and (min-width: 992px) {
    .banner-group .col-lg-3 {
        -ms-flex: 0 0 26.05%;
        flex: 0 0 26.05%;
        max-width: 26.05%
    }

    .banner-group .col-lg-4 {
        -ms-flex: 0 0 32.77%;
        flex: 0 0 32.77%;
        max-width: 32.77%
    }

    .banner-group .col-lg-5 {
        -ms-flex: 0 0 41.18%;
        flex: 0 0 41.18%;
        max-width: 41.18%
    }
}

.banner-content.banner-content-top {
    top: 2.6rem;
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.banner-content.banner-content-bottom {
    bottom: 3rem
}

.banner-large .banner-content {
    left: 3rem
}

.btn.banner-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: capitalize
}

.banner-subtitle {
    color: #666666;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin-bottom: .6rem
}

.banner-subtitle.text-grey {
    color: #ebebeb
}

.banner-title {
    color: #333;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 1.4rem
}

.banner-text {
    color: #666666;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 1.3rem
}

.banner-title+.banner-text {
    margin-top: -1.4rem
}

.banner-large .banner-text {
    color: #333
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: #333;
    border-bottom-color: #333
}

.nav.nav-border-anim .nav-link:before {
    background-color: #333
}

.nav-pills.nav-big .nav-item+.nav-item {
    margin-left: 1.5rem
}

.nav-pills.nav-big .nav-link {
    padding-top: .8rem;
    padding-bottom: .8rem;
    color: #ccc;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    text-transform: capitalize
}

.nav-pills.nav-big .nav-link:hover,
.nav-pills.nav-big .nav-link:focus,
.nav-pills.nav-big .nav-link.active {
    color: rgb(var(--theme));
}

.nav-pills.nav-big .nav-item.show .nav-link {
    color: rgb(var(--theme));
}

.product.product-8 .product-body {
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.product.product-8 .new-price {
    color: #ef837b
}

.product.product-8 .btn-product {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgb(var(--theme));
}

.product.product-8 .btn-product span {
    font-size: 1.3rem
}

.product.product-8 .btn-product:before {
    color: #fff
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
    background-color: #92b25a
}

.deal-container .banner-subtitle {
    color: #666;
    margin-bottom: .9rem;
    font-weight: 400
}

.deal-container .banner-content.banner-content-top {
    top: 4rem
}

.deal-container .banner-text {
    font-weight: 600
}

.deal {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2rem
}

.deal-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3.5rem 0 2rem
}

.deal-content .btn {
    padding-top: .85rem;
    padding-bottom: .85rem;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    border: .1rem solid #ebebeb
}

.deal-content .btn:hover,
.deal-content .btn:focus {
    color: #fff;
    border-color: rgb(var(--theme));;
    background-color: rgb(var(--theme));
}

.deal-content h4 {
    color: rgb(var(--theme));;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -.01em;
    margin-bottom: .5rem
}

.deal-content h2 {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -.05em;
    margin-bottom: 3.6rem
}

.deal-content .product-title {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -.01em;
    margin-bottom: .7rem
}

.deal-content .product-price {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 2.4rem
}

.deal-content .new-price {
    font-weight: 600
}

.deal-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.deal-image>a {
    display: block
}

.deal-countdown {
    margin-bottom: 4rem;
    margin-left: -1rem;
    max-width: 270px
}

.deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 20px)
}

.deal-countdown .countdown-section {
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.6rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: rgb(var(--theme));;
    border-radius: .3rem;
    border: .1rem solid #e1e1e1
}

.deal-countdown .countdown-section:not(:last-child):after {
    color: #333333;
    content: ':';
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 9px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.deal-countdown .countdown-period {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deal-countdown .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: -.05em;
    margin-bottom: .4rem
}

.btn-more {
    text-transform: capitalize
}

.icon-box-side .icon-box-title {
    font-weight: 600
}

.icon-box-side p {
    font-weight: 400;
    letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
    .deal {
        flex-direction: row
    }

    .deal-content {
        -ms-flex: 0 0 47.8%;
        flex: 0 0 47.8%;
        max-width: 47.8%;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .deal-image {
        -ms-flex: 0 0 52.2%;
        flex: 0 0 52.2%;
        max-width: 52.2%
    }
}

@media screen and (min-width: 1200px) {
    .deal-content {
        padding: 3.5rem 3rem 2rem
    }

    .deal-content .btn {
        padding-top: 1.15rem;
        padding-bottom: 1.15rem
    }

    .deal-content h4 {
        font-size: 2rem
    }

    .deal-content h2 {
        font-size: 4rem
    }

    .deal-content .product-title {
        font-size: 2.4rem
    }

    .deal-content .product-price {
        font-size: 2.4rem
    }

    .deal-countdown .countdown-section {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem
    }

    .deal-countdown .countdown-amount {
        font-size: 3rem
    }
}

.blog-posts .title {
    margin-bottom: 2.4rem
}

.blog-posts .entry-meta {
    font-weight: 400
}

.blog-posts .read-more {
    text-transform: capitalize;
    color: #333;
    font-size: 1.4rem
}

.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
    color: rgb(var(--theme));
}

.footer .widget-about-info a {
    color: rgb(var(--theme));
}

.footer .widget-title {
    font-weight: 600
}

.footer .newsletter li,
.footer .social li {
    color: #4e4e4e;
    font-family: 'Rubik';
    font-weight: 400;
}

@media screen and (min-width: 576px) {
    .intro-slider-container,
    .intro-slide {
        height: 400px
    }
}

@media screen and (min-width: 768px) {

    .intro-slider-container,
    .intro-slide {
        height: 440px
    }

    .intro-title sup {
        font-size: 1.6rem
    }

    .banner-content.banner-content-top {
        top: 3.6rem
    }

    .banner-content.banner-content-bottom {
        bottom: 4rem
    }

    .banner-large .banner-content {
        left: 5rem
    }
}

@media screen and (min-width: 992px) {

    .intro-slider-container,
    .intro-slide {
        height: 460px
    }

    .intro-title sup {
        font-size: 1.8rem
    }

    .banner-large .banner-content {
        left: 7rem
    }
}

@media screen and (min-width: 1200px) {

    .intro-slider-container,
    .intro-slide {
        height: 500px
    }

    .intro-content .btn {
        min-width: 170px
    }

    .intro-title {
        font-size: 5rem
    }

    .intro-title sup {
        font-size: 2rem
    }

    .intro-title span {
        font-weight: 300
    }
}

.blog-posts .entry-title {
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .intro-title {
        margin-bottom: 2.5rem
    }
}

/*# sourceMappingURL=demo-2.css.map */
.offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
}

.offcanvas.show {
    right: 0;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.close-offcanvas {
    font-size: 28px;
    cursor: pointer;
    font-weight: 600;
    color: #3c3b3b;
}

.offcanvas-backdrop.show {
    display: block;
}

.offcanvas-header {
    display: flex;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.offcanvas-header h5 {
    margin: 0;
    font-weight: bold;
}

.offcanvas-body {
    padding: 2rem;
    height: 75vh;
    overflow: auto;
}

.cart-item {
    display: flex;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.cart-item-details {
    flex: 1;
    margin-left: 15px;
}

.cart-item-details h6 {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item-details .price {
    font-weight: 500;
}

.cart-item-remove {
    color: #dc3545;
    cursor: pointer;
}

.cart-footer {
    border-top: 1px solid #ddd;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
}

.cart-footer .subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 1rem;
}

.btn-checkout {
    background-color: rgb(var(--theme));
    color: white !important;
    width: 100%;
}

.btn-checkout i {
    margin-right: 5px;
}

.btn-view-cart {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.open-offcanvas {
    overflow: hidden;
}

@media (max-width: 575px) {
    .offcanvas {
        width: 100%;
        right: -105%;
    }

    .offcanvas.show {
        right: 0;
    }

    .offcanvas-backdrop.show {
        display: block;
    }

    .offcanvas-body {
        height: 65vh;
    }
    #coupon_code {
        text-transform: uppercase;
    }

    .btn_coupon_remove {
        /* background-color: red; */
        color: red;
        border: none;
        /* padding: 5px 10px; */
        font-size: 26px;
        cursor: pointer;
    }

    .payment-methods {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .payment-option {
        position: relative;
    }

    .payment-label {
        display: flex;
        align-items: center;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        background: #fff;
    }

    .payment-label:hover,
    .payment-option input:checked+.payment-label {
        border-color: #007bff;
        background-color: #f0f8ff;
    }

    .payment-label i {
        font-size: 20px;
        color: #007bff;
        margin-right: 10px;
    }

    .select2-container .select2-selection--single {
        height: 46px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 8px 8px;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fafafa !important;
        border: 1px solid #ebebeb !important;
        border-radius: 4px;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100% !important;
    }

    .create_account .form-check-label {
        margin-left: 6px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        line-height: normal;
    }

    .create_account .form-check-input {
        margin-top: 5px;
    }

    .checkout-form {
        background: #f5f5f5;
        padding: 15px;
        border-radius: 2px;
        border: 1px solid #ddd;
    }

    .form-control {
        padding: 10px 12px;
        background-color: #ffffff;
        border: 1px solid #c8c7c7;
        border-radius: 3px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #ffffff;
        border: 1px solid #c8c7c7;
        border-radius: 3px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 26px !important;
    }

    .payment-box {
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fafafa;
    }
    .d-none {
        display: none !important;
    }
}
