﻿@media (min-width: 768px) {
    .nav.d-md-block {
        display: flex !important;
    }
}

.navbar-brand img {
    width: 60px;
}

.btn-header-button {
    background: transparent;
    display: flex;
}

.carousel-item {
    height: 80vh;
    width: 100%;
    /*aspect-ratio: 1.5;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#product_zoom .carousel-item {
    height: auto;
}

.overlay-dark {
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel-caption {
   /* width: 100%;
    height: 100%;*/
  /*  left: 0;*/
    bottom: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-light .navbar-nav .active > .nav-link:after {
    content: "";
    /*border-bottom: 1px solid #000;*/
    display: block;
}

.carousel-caption-content {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 auto;
}

    .carousel-caption-content p {
        color: #12FF15;
        font-size: 25px;
    }

.section-block-services {
    padding: 70px 0 50px;
    background-color: #fff;
}

.sec-title3, .wt-box p {
    font-size: 16px;
    line-height: 30px;
}

.heading2 h5 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 100;
    margin-bottom: 0;
}

.heading2 h2 {
    font-size: 2.8rem;
    font-weight: 400;
}

.sec-content p {
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 20px;
    letter-spacing: .5px;
    color: #585757;
}

.sec-content h6 {
    color: #585757;
    font-size: 17px;
}

.btn-dark-outline {
    border: 2px solid #000;
    border-radius: 15px;
    margin-top: 25px;
    padding: 10px 29px;
}

.product-grid_home {
    border: 1px solid #7D7EE5;
    border-radius: 10px;
}

    .product-grid_home .product-image {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .product-grid_home .product-image a.image {
            display: block;
        }

        .product-grid_home .product-image .pic-1 {
            transition: all 0.3s ease 0s;
        }

        .product-grid_home .product-image img {
            width: 100%;
            height: auto;
            /*max-width: 300px;*/
            padding: 8px;
        }

.product-content {
    background: #7D7EE5;
}

.product-grid_home .product-content {
    text-align: left;
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.product-grid_home .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.product-grid_home .price {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.product-grid_home .title a {
    color: #fff;
}

.product-grid_home .price span {
    color: rgb(254 254 254 / 59%);
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

.dark-bg {
    background: #0F1112;
    color: #fff;
}

footer {
    border-top: 1px solid #f1f0f0;
    padding-top: 20px;
    text-align: center;
}

.upper_footer p {
    width: 700px;
    margin: 0 auto;
    color: #726d6d;
    margin-top: 25px;
    line-height: 30px;
}

.social_link {
    margin: 2rem 0;
}

    .social_link a {
        color: #000;
        padding: 0 10px;
        font-size: 20px;
    }

.bottom_footer {
    border-top: 1px solid #f1f0f0;
    padding-top: 20px;
}

.footer_links {
    display: flex;
    justify-content: center;
}

    .footer_links p {
        margin-right: 20px;
    }

    .footer_links ul li {
        list-style: disc;
        margin: 0px 15px;
    }

        .footer_links ul li a {
            font-size: 14px;
            color: #000;
        }

.navbar  .btn svg {
    fill: #333333;
}
#adduserAddress .checkout-form .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 1.5rem;
}

@media only screen and (max-width: 600px) {
    .upper_footer p {
        width: 100%;
    }

    .btn svg {
        fill: #ffffff;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 88px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }

        .navbar-collapse.collapsing {
            height: auto !important;
            margin-left: 50%;
            left: 50%;
            transition: all 0.2s ease;
        }

        .navbar-collapse.show {
            left: 0;
            background: #161616;
            z-index: 100;
        }

    .navbar-light .navbar-collapse.show .navbar-nav .nav-item > .nav-link {
        color: #fff;
    }
}

.theme-breadcrumb .breadcrumb {
    background: transparent;
    padding: .05rem 1rem;
    justify-content: center;
}

.breadcrumb-section {
    /*background-color: #f8f8f8;*/
    padding-block: calc(15px + 7 * (100vw - 320px) / 1600);
    text-align: center;
    position: relative;
}

.section-b-space {
    padding-top: 0;
    padding-bottom: 70px;
}

.collection-filter {
    position: sticky;
    top: 0;
    left: 0;
    padding: 20px;
    border: 1px solid #eeeeee;
    background-color: #f4f4f4;
}

.item-header h2 button {
    border: unset;
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    padding: 0;
    box-shadow: unset;
    z-index: 0;
    color: #212529;
}

    .item-header h2 button:hover, .item-header h2 button:focus {
        text-decoration: none;
    }

.accordion .item {
    border-top: 1px solid #efefef;
    margin-top: 12px;
}

.line-height-0 {
    line-height: 0;
}

.item .t-p {
    padding: 15px 0 10px;
}

.bg-none {
    background: transparent;
}

.item .theme-form .sub-category-list {
    margin-left: 0;
    margin-top: -1px;
    display: grid;
    gap: 12px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.range-slider-box {
    display: flex;
    justify-content: space-between;
}

.collection-product-wrapper .product-top-filter {
    margin-bottom: 15px;
    padding: 12px 16px;
    background-color: #f8f8f8;
    position: relative;
    border: 1px solid #eeeeee;
}

    .collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.select2-selection {
    height: 45px;
    border: 1px solid #eeeeee !important;
    padding: 0 calc(10px + 7 * (100vw - 320px) / 1600);
    position: relative;
    border-radius: 0;
    padding-right: 52px;
}


h3.h3 {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em;
}

/********************* shopping Demo-1 **********************/
.product-grid {
    font-family: Raleway,sans-serif;
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .product-grid .product-image {
        position: relative;
        transition: all .3s ease 0s;
    }

        .product-grid .product-image a {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

    .product-grid .pic-1 {
        opacity: 1;
        transition: all .3s ease-out 0s;
    }

    .product-grid:hover .pic-1 {
        opacity: 1;
    }

    .product-grid .pic-2 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s ease-out 0s;
    }

    .product-grid:hover .pic-2 {
        opacity: 1;
    }

    .product-grid .social {
        width: 150px;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        top: 60%;
        left: 50%;
        z-index: 1;
        transition: all .3s ease 0s;
    }

    .product-grid:hover .social {
        opacity: 1;
        top: 50%;
    }

    .product-grid .social li {
        display: inline-block;
    }

        .product-grid .social li a {
            color: #fff;
            background-color: #333;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            height: 40px;
            width: 40px;
            margin: 0 2px;
            display: block;
            position: relative;
            transition: all .3s ease-in-out;
        }

            .product-grid .social li a:hover {
                color: #fff;
                background-color: #ef5777;
            }

            .product-grid .social li a:after, .product-grid .social li a:before {
                content: attr(data-tip);
                color: #fff;
                background-color: #000;
                font-size: 12px;
                letter-spacing: 1px;
                line-height: 20px;
                padding: 1px 5px;
                white-space: nowrap;
                opacity: 0;
                transform: translateX(-50%);
                position: absolute;
                left: 50%;
                top: -30px;
            }

            .product-grid .social li a:after {
                content: '';
                height: 15px;
                width: 15px;
                border-radius: 0;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
                z-index: -1;
            }

            .product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
                opacity: 1;
            }

    .product-grid .product-discount-label, .product-grid .product-new-label {
        color: #fff;
        background-color: #ef5777;
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 7px;
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .product-grid .product-discount-label {
        background-color: #333;
        left: auto;
        right: 0;
    }

    .product-grid .rating {
        color: #FFD200;
        font-size: 12px;
        padding: 12px 0 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: -1;
    }

        .product-grid .rating li.disable {
            color: rgba(0,0,0,.2);
        }

    .product-grid .product-content {
        background-color: #fff;
        text-align: center;
        padding: 12px 0;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -27px;
        z-index: 1;
        transition: all .3s;
    }

    .product-grid:hover .product-content {
        bottom: 0;
    }

    .product-grid .title {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .5px;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s;
    }

        .product-grid .title a {
            color: #828282;
        }

            .product-grid .title a:hover, .product-grid:hover .title a {
                color: #ef5777;
            }

    .product-grid .price {
        color: #333;
        font-size: 17px;
        font-family: Montserrat,sans-serif;
        font-weight: 700;
        letter-spacing: .6px;
        margin-bottom: 8px;
        text-align: center;
        transition: all .3s;
    }

        .product-grid .price span {
            color: #999;
            font-size: 13px;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 3px;
            display: inline-block;
        }

    .product-grid .add-to-cart {
        color: #000;
        font-size: 13px;
        font-weight: 600;
    }

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-2 **********************/
.demo {
    padding: 45px 0;
}

.product-grid2 {
    align-content: start;
    justify-items: flex-start;
    gap: .25rem;
    display: grid;
    border: 1px solid #00000021;
    /*padding: 4px 6px 0;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 3px #00000021;
    border-top: none;
    margin-bottom: 2rem;
}

    .product-grid2 .product-image2 {
        overflow: hidden;
        position: relative;
        height:270px;
    }

        .product-grid2 .product-image2 a {
            display: block;
        }

        .product-grid2 .product-image2 img {
            object-fit: contain;
            object-position: center;
            margin-inline: auto;
            transition: opacity .1s ease-in-out;
            width: 100%;
            height: 100%;
            display: block;
            /*position: absolute;*/
            inset-block-start: 0;
            inset-inline-start: 0;
        }

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0;
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1;
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 33px;
    right: 16px;
    z-index: 1;
}

    .product-grid2 .social li {
        margin: 0 0 10px;
        display: block;
        transform: translateX(100px);
        transition: all .5s;
    }

.product-grid2:hover .social li {
    transform: translateX(0);
}

    .product-grid2:hover .social li:nth-child(2) {
        transition-delay: .15s;
    }

    .product-grid2:hover .social li:nth-child(3) {
        transition-delay: .25s;
    }

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s;
}

    .product-grid2 .social li a:hover {
        color: #fff;
        background-color: #3498db;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    .product-grid2 .social li a:after, .product-grid2 .social li a:before {
        content: attr(data-tip);
        color: #fff;
        background-color: #000;
        font-size: 12px;
        line-height: 22px;
        border-radius: 3px;
        padding: 0 5px;
        white-space: nowrap;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -30px;
    }

    .product-grid2 .social li a:after {
        content: '';
        height: 15px;
        width: 15px;
        border-radius: 0;
        transform: translateX(-50%) rotate(45deg);
        top: -22px;
        z-index: -1;
    }

    .product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
        opacity: 1;
    }

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s;
}

    .product-grid2 .add-to-cart:hover {
        background-color: #3498db;
        text-decoration: none;
    }

.product-grid2:hover .add-to-cart {
    bottom: 0;
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.product-grid2:hover .product-new-label {
    opacity: 0;
}

.product-grid2 .product-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    /*padding: 0 10px;*/
    background: transparent;
    width: 100%;
}

.product-type-card-container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product-type-card {
    /*background: #340a0a94;*/
    color: #777;
    font-size: 12px;
    width: fit-content;
    letter-spacing: .7px;
    padding: 0;
}

.product-content a {
    color: rgb(28, 28, 28);
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    padding:6px 10px;
}

.product-content .price {
    display: flex;
    font-size: .7rem !important;
}

.text-subdued {
    color: red;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 20px !important;
    color: #999898;
    font-weight: 400;
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px;
}

    .product-grid2 .title a {
        color: #303030;
    }

        .product-grid2 .title a:hover {
            color: #3498db;
        }

.product-grid2 .price {
    color: #303030;
    font-size: 15px !important;
    padding: 5px 0;
}

@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-3 **********************/
.product-grid3 {
    font-family: Roboto,sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .product-grid3:before {
        content: "";
        height: 81%;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .5s ease 0s;
    }

    .product-grid3:hover:before {
        opacity: 1;
        height: 100%;
    }

    .product-grid3 .product-image3 {
        position: relative;
    }

        .product-grid3 .product-image3 a {
            display: block;
        }

        .product-grid3 .product-image3 img {
            width: 100%;
            height: auto;
        }

    .product-grid3 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid3:hover .pic-1 {
        opacity: 0;
    }

    .product-grid3 .pic-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid3:hover .pic-2 {
        opacity: 1;
    }

    .product-grid3 .social {
        width: 120px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        opacity: 0;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -23px;
        transform: scale(0);
        transition: all .3s ease 0s;
    }

    .product-grid3:hover .social {
        opacity: 1;
        transform: scale(1);
    }

    .product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
        opacity: 0;
    }

    .product-grid3 .social li {
        display: inline-block;
    }

        .product-grid3 .social li a {
            color: #e67e22;
            background: #fff;
            font-size: 18px;
            line-height: 50px;
            width: 50px;
            height: 50px;
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 50%;
            margin: 0 2px;
            display: block;
            transition: all .3s ease 0s;
        }

            .product-grid3 .social li a:hover {
                background: #e67e22;
                color: #fff;
            }

    .product-grid3 .product-discount-label, .product-grid3 .product-new-label {
        background-color: #e67e22;
        color: #fff;
        font-size: 17px;
        padding: 2px 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: all .3s;
    }

    .product-grid3 .product-content {
        z-index: -1;
        padding: 15px;
        text-align: left;
    }

    .product-grid3 .title {
        font-size: 14px;
        text-transform: capitalize;
        margin: 0 0 7px;
        transition: all .3s ease 0s;
    }

        .product-grid3 .title a {
            color: #414141;
        }

    .product-grid3 .price {
        color: #000;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-right: 2px;
        display: inline-block;
    }

        .product-grid3 .price span {
            color: #909090;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            text-decoration: line-through;
            text-align: left;
            display: inline-block;
            margin-top: -2px;
        }

    .product-grid3 .rating {
        padding: 0;
        margin: -22px 0 0;
        list-style: none;
        text-align: right;
        display: block;
    }

        .product-grid3 .rating li {
            color: #ffd200;
            font-size: 13px;
            display: inline-block;
        }

            .product-grid3 .rating li.disable {
                color: #dcdcdc;
            }

@media only screen and (max-width:1200px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

@media only screen and (max-width:990px) {
    .product-grid3 {
        margin-bottom: 30px;
    }

        .product-grid3 .rating {
            margin: -22px 0 0;
        }
}

@media only screen and (max-width:359px) {
    .product-grid3 .rating {
        margin: 0;
    }
}

/********************* Shopping Demo-4 **********************/
.product-grid4, .product-grid4 .product-image4 {
    position: relative;
}

.product-grid4 {
    font-family: Poppins,sans-serif;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
}

    .product-grid4:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }

    .product-grid4 .product-image4 a {
        display: block;
    }

    .product-grid4 .product-image4 img {
        width: 100%;
        height: auto;
    }

    .product-grid4 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid4:hover .pic-1 {
        opacity: 0;
    }

    .product-grid4 .pic-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid4:hover .pic-2 {
        opacity: 1;
    }

    .product-grid4 .social {
        width: 180px;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease 0s;
    }

        .product-grid4 .social li {
            display: inline-block;
            opacity: 0;
            transition: all .7s;
        }

            .product-grid4 .social li:nth-child(1) {
                transition-delay: .15s;
            }

            .product-grid4 .social li:nth-child(2) {
                transition-delay: .3s;
            }

            .product-grid4 .social li:nth-child(3) {
                transition-delay: .45s;
            }

    .product-grid4:hover .social li {
        opacity: 1;
    }

    .product-grid4 .social li a {
        color: #222;
        background: #fff;
        font-size: 17px;
        line-height: 36px;
        width: 40px;
        height: 36px;
        border-radius: 2px;
        margin: 0 5px;
        display: block;
        transition: all .3s ease 0s;
    }

        .product-grid4 .social li a:hover {
            color: #fff;
            background: #16a085;
        }

        .product-grid4 .social li a:after, .product-grid4 .social li a:before {
            content: attr(data-tip);
            color: #fff;
            background-color: #000;
            font-size: 12px;
            line-height: 20px;
            border-radius: 3px;
            padding: 0 5px;
            white-space: nowrap;
            opacity: 0;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: -30px;
        }

        .product-grid4 .social li a:after {
            content: '';
            height: 15px;
            width: 15px;
            border-radius: 0;
            transform: translateX(-50%) rotate(45deg);
            top: -22px;
            z-index: -1;
        }

        .product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
            opacity: 1;
        }

    .product-grid4 .product-discount-label, .product-grid4 .product-new-label {
        color: #fff;
        background-color: #16a085;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 45px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 15px;
        transition: all .3s;
    }

    .product-grid4 .product-discount-label {
        left: auto;
        right: 10px;
        background-color: #d7292a;
    }

    .product-grid4:hover .product-new-label {
        opacity: 0;
    }

    .product-grid4 .product-content {
        padding: 25px;
    }

    .product-grid4 .title {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 7px;
        transition: all .3s ease 0s;
    }

        .product-grid4 .title a {
            color: #222;
        }

            .product-grid4 .title a:hover {
                color: #16a085;
            }

    .product-grid4 .price {
        color: #16a085;
        font-size: 17px;
        font-weight: 700;
        margin: 0 2px 15px 0;
        display: block;
    }

        .product-grid4 .price span {
            color: #909090;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 0;
            text-decoration: line-through;
            text-align: left;
            vertical-align: middle;
            display: inline-block;
        }

    .product-grid4 .add-to-cart {
        border: 1px solid #e5e5e5;
        display: inline-block;
        padding: 10px 20px;
        color: #888;
        font-weight: 600;
        font-size: 14px;
        border-radius: 4px;
        transition: all .3s;
    }

    .product-grid4:hover .add-to-cart {
        border: 1px solid transparent;
        background: #16a085;
        color: #fff;
    }

    .product-grid4 .add-to-cart:hover {
        background-color: #505050;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

@media only screen and (max-width:990px) {
    .product-grid4 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1, .product-image5 .pic-2 {
    backface-visibility: hidden;
    transition: all .5s ease 0s;
}

.product-grid5 {
    font-family: Poppins,sans-serif;
    position: relative;
}

    .product-grid5 .product-image5 {
        overflow: hidden;
        position: relative;
    }

        .product-grid5 .product-image5 a {
            display: block;
        }

        .product-grid5 .product-image5 img {
            width: 100%;
            height: auto;
        }

.product-image5 .pic-1 {
    opacity: 1;
}

.product-grid5:hover .product-image5 .pic-1 {
    opacity: 0;
}

.product-image5 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid5:hover .product-image5 .pic-2 {
    opacity: 1;
}

.product-grid5 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .product-grid5 .social li {
        display: block;
        margin: 0 0 10px;
        transition: all .5s;
    }

        .product-grid5 .social li:nth-child(2) {
            opacity: 0;
            transform: translateY(-50px);
        }

.product-grid5:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.product-grid5 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

.product-grid5:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}

.product-grid5 .social li a {
    color: #888;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s;
}

    .product-grid5 .social li a:hover {
        color: #fff;
        background: #1e3799;
    }

.product-grid5 .select-options {
    color: #777;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
    margin: 0 auto;
    opacity: 0;
    display: block;
    position: absolute;
    width: 92%;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: .5s ease 0s;
}

    .product-grid5 .select-options:hover {
        color: #fff;
        background-color: #1e3799;
        text-decoration: none;
    }

.product-grid5:hover .select-options {
    opacity: 1;
    bottom: 10px;
}

.product-grid5 .product-content {
    padding: 20px 10px;
}

.product-grid5 .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
}

    .product-grid5 .title a {
        color: #222;
    }

        .product-grid5 .title a:hover {
            color: #1e3799;
        }

.product-grid5 .price {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (max-width:990px) {
    .product-grid5 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-6 **********************/
.product-grid6, .product-grid6 .product-image6 {
    overflow: hidden;
}

.product-grid6 {
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
}

    .product-grid6:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .product-grid6 .product-image6 a {
        display: block;
    }

    .product-grid6 .product-image6 img {
        width: 100%;
        height: auto;
        transition: all .5s ease 0s;
    }

    .product-grid6:hover .product-image6 img {
        transform: scale(1.1);
    }

    .product-grid6 .product-content {
        padding: 12px 12px 15px;
        transition: all .5s ease 0s;
    }

    .product-grid6:hover .product-content {
        opacity: 0;
    }

    .product-grid6 .title {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s;
    }

        .product-grid6 .title a {
            color: #000;
        }

            .product-grid6 .title a:hover {
                color: #2e86de;
            }

    .product-grid6 .price {
        font-size: 18px;
        font-weight: 600;
        color: #2e86de;
    }

        .product-grid6 .price span {
            color: #999;
            font-size: 15px;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 7px;
            display: inline-block;
        }

    .product-grid6 .social {
        background-color: #fff;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        bottom: -50%;
        left: 50%;
        z-index: 1;
        transition: all .5s ease 0s;
    }

    .product-grid6:hover .social {
        opacity: 1;
        bottom: 20px;
    }

    .product-grid6 .social li {
        display: inline-block;
    }

        .product-grid6 .social li a {
            color: #909090;
            font-size: 16px;
            line-height: 45px;
            text-align: center;
            height: 45px;
            width: 45px;
            margin: 0 7px;
            border: 1px solid #909090;
            border-radius: 50px;
            display: block;
            position: relative;
            transition: all .3s ease-in-out;
        }

            .product-grid6 .social li a:hover {
                color: #fff;
                background-color: #2e86de;
                width: 80px;
            }

            .product-grid6 .social li a:after, .product-grid6 .social li a:before {
                content: attr(data-tip);
                color: #fff;
                background-color: #2e86de;
                font-size: 12px;
                letter-spacing: 1px;
                line-height: 20px;
                padding: 1px 5px;
                border-radius: 5px;
                white-space: nowrap;
                opacity: 0;
                transform: translateX(-50%);
                position: absolute;
                left: 50%;
                top: -30px;
            }

            .product-grid6 .social li a:after {
                content: '';
                height: 15px;
                width: 15px;
                border-radius: 0;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
                z-index: -1;
            }

            .product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
                opacity: 1;
            }

@media only screen and (max-width:990px) {
    .product-grid6 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-7 **********************/
.product-grid7 {
    font-family: 'Roboto Slab',serif;
    position: relative;
    z-index: 1;
}

    .product-grid7 .product-image7 {
        border: 1px solid rgba(0,0,0,.1);
        overflow: hidden;
        perspective: 1500px;
        position: relative;
        transition: all .3s ease 0s;
    }

        .product-grid7 .product-image7 a {
            display: block;
        }

        .product-grid7 .product-image7 img {
            width: 100%;
            height: auto;
        }

    .product-grid7 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid7 .pic-2 {
        opacity: 0;
        transform: rotateY(-90deg);
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid7:hover .pic-2 {
        opacity: 1;
        transform: rotateY(0);
    }

    .product-grid7 .social {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 3px;
        left: -20%;
        z-index: 1;
        transition: all .5s ease 0s;
    }

    .product-grid7:hover .social {
        left: 17px;
    }

    .product-grid7 .social li a {
        color: #fff;
        background-color: #333;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        width: 40px;
        margin: 15px 0;
        border-radius: 50%;
        display: block;
        transition: all .5s ease-in-out;
    }

        .product-grid7 .social li a:hover {
            color: #fff;
            background-color: #78e08f;
        }

    .product-grid7 .product-new-label {
        color: #fff;
        background-color: #333;
        padding: 5px 10px;
        border-radius: 5px;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .product-grid7 .product-content {
        text-align: center;
        padding: 20px 0 0;
    }

    .product-grid7 .title {
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s;
    }

        .product-grid7 .title a {
            color: #333;
        }

            .product-grid7 .title a:hover {
                color: #78e08f;
            }

    .product-grid7 .rating {
        color: #78e08f;
        font-size: 12px;
        padding: 0;
        margin: 0 0 10px;
        list-style: none;
    }

    .product-grid7 .price {
        color: #333;
        font-size: 20px;
        font-family: Lora,serif;
        font-weight: 700;
        margin-bottom: 8px;
        text-align: center;
        transition: all .3s;
    }

        .product-grid7 .price span {
            color: #999;
            font-size: 14px;
            font-weight: 700;
            text-decoration: line-through;
            margin-left: 7px;
            display: inline-block;
        }

@media only screen and (max-width:990px) {
    .product-grid7 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-8 **********************/
.product-grid8 {
    font-family: Poppins,sans-serif;
    position: relative;
    z-index: 1;
}

    .product-grid8 .product-image8 {
        border: 1px solid #e4e9ef;
        position: relative;
        transition: all .3s ease 0s;
    }

    .product-grid8:hover .product-image8 {
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }

    .product-grid8 .product-image8 a {
        display: block;
    }

    .product-grid8 .product-image8 img {
        width: 100%;
        height: auto;
    }

    .product-grid8 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid8:hover .pic-1 {
        opacity: 0;
    }

    .product-grid8 .pic-2 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid8:hover .pic-2 {
        opacity: 1;
    }

    .product-grid8 .social {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 13px;
        right: 13px;
        z-index: 1;
    }

        .product-grid8 .social li {
            opacity: 0;
            transform: translateY(3px);
            transition: all .5s ease 0s;
        }

    .product-grid8:hover .social li {
        margin: 0 0 10px;
        opacity: 1;
        transform: translateY(0);
    }

        .product-grid8:hover .social li:nth-child(1) {
            transition-delay: .1s;
        }

        .product-grid8:hover .social li:nth-child(2) {
            transition-delay: .2s;
        }

        .product-grid8:hover .social li:nth-child(3) {
            transition-delay: .4s;
        }

    .product-grid8 .social li a {
        color: grey;
        font-size: 17px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        width: 40px;
        border: 1px solid grey;
        display: block;
        transition: all .5s ease-in-out;
    }

        .product-grid8 .social li a:hover {
            color: #000;
            border-color: #000;
        }

    .product-grid8 .product-discount-label {
        display: block;
        padding: 4px 15px 4px 30px;
        color: #fff;
        background-color: #0081c2;
        position: absolute;
        top: 10px;
        right: 0;
        -webkit-clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
    }

    .product-grid8 .product-content {
        padding: 20px 0 0;
    }

    .product-grid8 .price {
        color: #000;
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 8px;
        text-align: left;
        transition: all .3s;
    }

        .product-grid8 .price span {
            color: #999;
            font-size: 14px;
            font-weight: 500;
            text-decoration: line-through;
            margin-left: 7px;
            display: inline-block;
        }

    .product-grid8 .product-shipping {
        color: rgba(0,0,0,.5);
        font-size: 15px;
        padding-left: 35px;
        margin: 0 0 15px;
        display: block;
        position: relative;
    }

        .product-grid8 .product-shipping:before {
            content: '';
            height: 1px;
            width: 25px;
            background-color: rgba(0,0,0,.5);
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: 0;
        }

    .product-grid8 .title {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 30px;
        transition: all .3s ease 0s;
    }

        .product-grid8 .title a {
            color: #000;
        }

            .product-grid8 .title a:hover {
                color: #0081c2;
            }

    .product-grid8 .all-deals {
        display: block;
        color: #fff;
        background-color: #2e353b;
        font-size: 15px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        padding: 22px 5px;
        transition: all .5s ease 0s;
    }

        .product-grid8 .all-deals .icon {
            margin-left: 7px;
        }

        .product-grid8 .all-deals:hover {
            background-color: #0081c2;
        }

@media only screen and (max-width:990px) {
    .product-grid8 {
        margin-bottom: 30px;
    }
}

/********************* Shopping Demo-9 **********************/
.product-grid9, .product-grid9 .product-image9 {
    position: relative;
}

.product-grid9 {
    font-family: Poppins,sans-serif;
    z-index: 1;
}

    .product-grid9 .product-image9 a {
        display: block;
    }

    .product-grid9 .product-image9 img {
        width: 100%;
        height: auto;
    }

    .product-grid9 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid9:hover .pic-1 {
        opacity: 0;
    }

    .product-grid9 .pic-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid9:hover .pic-2 {
        opacity: 1;
    }

    .product-grid9 .product-full-view {
        color: #505050;
        background-color: #fff;
        font-size: 16px;
        height: 45px;
        width: 45px;
        padding: 18px;
        border-radius: 100px 0 0;
        display: block;
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s ease 0s;
    }

        .product-grid9 .product-full-view:hover {
            color: #c0392b;
        }

    .product-grid9:hover .product-full-view {
        opacity: 1;
    }

    .product-grid9 .product-content {
        padding: 12px 12px 0;
        overflow: hidden;
        position: relative;
    }

.product-content .rating {
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}

.product-grid9 .rating li {
    font-size: 12px;
    color: #ffd200;
    transition: all .3s ease 0s;
}

    .product-grid9 .rating li.disable {
        color: rgba(0,0,0,.2);
    }

.product-grid9 .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 3px;
    transition: all .3s ease 0s;
}

    .product-grid9 .title a {
        color: rgba(0,0,0,.5);
    }

        .product-grid9 .title a:hover {
            color: #c0392b;
        }

.product-grid9 .price {
    color: #000;
    font-size: 17px;
    margin: 0;
    display: block;
    transition: all .5s ease 0s;
}

.product-grid9:hover .price {
    opacity: 0;
}

.product-grid9 .add-to-cart {
    display: block;
    color: #c0392b;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    left: 10px;
    bottom: -20px;
    transition: all .5s ease 0s;
}

.product-grid9:hover .add-to-cart {
    opacity: 1;
    bottom: 0;
}

@media only screen and (max-width:990px) {
    .product-grid9 {
        margin-bottom: 30px;
    }
}

.product-grid2 > .badge-list {
    z-index: 1;
    position: absolute;
}

.badge-list {
    flex-wrap: wrap;
    gap: .25rem;
    display: flex;
}

.badge-list {
    flex-wrap: wrap;
    gap: .25rem;
    display: flex;
}

.badge-list--vertical {
    flex-direction: column;
}

.badge {
    font-size: .6875rem;
}

.badge--on-sale {
    background: #d70302cc;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
}

.badge {
    display: inline-block;
    padding: .35em .7em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.nice-select {
    border-radius: 0px;
}

    .nice-select .list {
        border-radius: 0px;
        height: 200px;
        overflow-y: auto;
    }

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        color: red;
        background: none;
    }

.make-me-sticky {
    position: sticky;
    top: 0;
    padding: 15px;
}

.range-slider {
    /*width: 300px;*/
    margin: auto;
    text-align: center;
    position: relative;
    height: 3em;
}

    .range-slider svg,
    .range-slider input[type=range] {
        position: absolute;
        left: 0;
        bottom: 0;
    }

input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.9em;
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=number]:invalid,
    input[type=number]:out-of-range {
        border: 2px solid #ff6347;
    }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-lower {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-upper {
            background: #2497e3;
        }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower,
    input[type=range]::-ms-fill-upper {
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

#product_zoom.product_zoom-effect {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1rem;
}

#myCarousel img {
    /* height: 50%; */
    width: 100%;
    margin-top: -95px;
}

#product_zoom .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#product_zoom #thumbSlider .product_thumnail {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: .5em;
    justify-content: center;
}

.product-type {
    width: fit-content;
    padding: 0;
    /* background: #f1b100; */
    color: #7f7f7f;
    font-size: 17px;
    letter-spacing: 1.2px;
    margin-top: 2px;
    font-weight: 600;
}
.product-info__block-item .prose {
    width: fit-content;
    /*background: #F1B08C;
    color: #fff;*/
    padding: 2px 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .7px;
    font-weight: 500;
}

.product-type-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.price-list--product {
    min-width: 55%;
}

.price-list--product {
    column-gap: 1rem;
}

.price-list {
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: .5rem;
    display: flex;
    justify-content: space-between;
}

.price-list--product .h4 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-left: 1px;
}

.badge--combo-3 {
    background: #ffc107c4;
    color: #fff;
}

.product-info__block-item .badge {
    padding-block: 5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 0;
    line-height: 18px;
}

.variant-picker__option-info {
    display: flex;
    justify-content: space-between;
}

.product-info__block-list > :not(:last-child) {
    margin-block-end: .5rem;
}

.h-stack.gap-1 label {
    font-size: 14px;
    /*letter-spacing: 1px;*/
    color: #090909;
    font-weight: 600;
    text-transform: uppercase;
}

.h-stack a {
    font-size: 12px;
}

.product_size_switch span.active {
    border-color: #FF324D;
    background-color: #ff324d;
    color: #fff;
}

.product_size_switch span {
    cursor: pointer;
    text-transform: uppercase;
    width: 37px;
    display: inline-block;
    border: 2px solid #ddd;
    text-align: center;
    height: 37px;
    line-height: 34px;
    font-size: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.pdp_disc_text_cust_include {
    background-image: linear-gradient(1.5708rad, #ffe2bc7a 2%, rgb(255, 255, 255) 60%);
    padding: 12px;
    margin: 4px 0;
    border: 1px dashed #ffa52e7a;
    border-radius: 12px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.cod_with_iconsvg {
    display: flex;
    align-items: center;
}

    .cod_with_iconsvg p {
        margin-bottom: 0;
    }

.btn-addtocart {
    font-size: 18px;
    border: none;
    background: #ffc601;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
.btn-buynow {
    font-size: 18px;
    border: none;
    background: #df4040;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
.feature-icons-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 0;
}

.feature-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background-color: #d3d3d3;
    color: #6b6b6b;
}

    .feature-icon p {
        margin: 0;
        font-size: 14px;
        padding-top: 0;
    }

.search_box {
    position: relative;
    top: 50%;
    left: -8%;
    /*transform: translate(-50%,-50%);*/
    transition: all 1s;
    width: 37px;
    height: 37px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
}

    .search_box input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 33.5px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        font-size: 1em;
        border-radius: 20px;
        padding: 0 20px;
    }

    .search_box .fa {
        box-sizing: border-box;
        padding: 6px;
        width: 30.5px;
        height: 30.5px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        color: #585757;
        text-align: center;
        font-size: 1.3em;
        transition: all 1s;
    }

    .search_box:hover {
        width: 300px;
        cursor: pointer;
    }

        .search_box:hover input {
            display: block;
        }

        .search_box:hover .fa {
            background: #07051a;
            color: white;
        }

#faq .card .card-header {
    border-radius: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#faq .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background: transparent;
}

.product-content-1 {
    background: #8A85F9;
}

.modal.drawer {
    display: flex !important;
    pointer-events: none;
}

    .modal.drawer * {
        pointer-events: none;
    }

    .modal.drawer .modal-dialog {
        margin: 0px;
        display: flex;
        flex: auto;
        transform: translate(25%, 0);
    }

        .modal.drawer .modal-dialog .modal-content {
            border: none;
            border-radius: 0px;
        }

            .modal.drawer .modal-dialog .modal-content .modal-body {
                overflow: hidden;
            }

    .modal.drawer.show {
        pointer-events: auto;
    }

        .modal.drawer.show * {
            pointer-events: auto;
        }

        .modal.drawer.show .modal-dialog {
            transform: translate(0, 0);
        }

    .modal.drawer.right-align {
        flex-direction: row-reverse !important;
        padding-right: 0 !important;
    }

    .modal.drawer.left-align:not(.show) .modal-dialog {
        transform: translate(-25%, 0);
    }

.drawer.right-align .modal-dialog {
    max-width: 400px !important;
}

.drawer.right-align .nav-tabs .nav-item a {
    width: 140px;
    text-align: center;
}

.drawer.right-align .cart-inner {
    height: 100vh;
    overflow: auto;
}
.drawer .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0;
}

    .drawer .cart-inner .cart_top {
        display: flex;
        padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 1 * (100vw - 320px) / 1600);
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        align-items: center;
    }

        .drawer .cart-inner .cart_top h3, .drawer .cart-inner .cart_top .h3 {
            font-size: calc(18px + .00125 * (100vw - 320px));
            color: #222;
            font-weight: 500;
            text-transform: unset;
            margin-bottom: 0;
            letter-spacing: unset;
        }

        .drawer .cart-inner .cart_top .close-cart {
            margin-left: auto;
            line-height: 1;
            width: calc(27px + 3 * (100vw - 320px) / 1600);
            height: calc(27px + 3 * (100vw - 320px) / 1600);
            /*background-color: #f8f8f8;
    border: 1px solid #eee;*/
            display: flex;
            align-items: center;
            justify-content: center;
        }

.drawer .sidebar-title {
    padding: 0 calc(13px + 7 * (100vw - 320px) / 1600);
    padding-bottom: calc(13px + .00125 * (100vw - 320px));
    width: 100%;
    text-align: right;
}

    .drawer .sidebar-title a {
        color: #fe816d;
        font-size: 17px;
        font-weight: 600;
    }

.drawer .cart-inner .cart_media {
    padding: 0 calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600);
    overflow: auto;
    height: calc(100vh - (209px + 25 * (100vw - 320px) / 1600));
}

    .drawer .cart-inner .cart_media li .media {
        align-items: unset;
        gap: 16px;
    }

    .drawer .cart-inner .cart_media li .media {
        align-items: center;
        height: 100%;
        position: relative;
    }

.media {
    display: flex;
    align-items: flex-start;
}

.drawer .cart-inner .cart_media li .media img {
    height: calc(75px + 15 * (100vw - 320px) / 1600);
    background-color: #f8f8f8;
    border: 1px solid #eee;
    width: calc(75px + 15 * (100vw - 320px) / 1600);
    object-fit: contain;
}

.drawer .cart-inner .cart_media li .media .media-body {
    width: calc(100% - 91px);
    align-self: unset;
}

.drawer .cart-inner .cart_media li .media .media-body {
    align-self: center;
    position: relative;
}

.media .media-body {
    flex: 1;
}

.drawer .cart-inner .cart_media li .media .media-body a h4, .drawer .cart-inner .cart_media li .media .media-body a .h4 {
    color: #333;
    letter-spacing: unset;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 72%;
    font-size: 16px;
}

.drawer .cart-inner .cart_media li .media .media-body .quantity {
    color: #777;
    letter-spacing: unset;
    font-weight: 400;
    line-height: 1.1;
    font-size: 14px;
}

.quantity_slider {
    width: 105px;
    /*margin-right: 10px;*/
}

    .quantity_slider .input-number, .quantity_slider .btn-number {
        height: calc(1.35rem + 2px);
        font-size: 11px;
        /* border-color: #c7c7c7; */
        border: 0;
        padding: .175rem .75rem;
    }

.drawer .cart-inner .qty-box {
    float: right;
    background-color: #f8f8f8;
    padding: 0;
    border: 1px solid #eee;
}

.cart_product {
    padding: 0;
    list-style: none;
}

.drawer .cart-inner .cart_media .close-circle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .drawer .cart-inner .cart_media .close-circle button {
        width: calc(24px + .00375 * (100vw - 320px));
        height: calc(24px + .00375 * (100vw - 320px));
        background-color: #f8f8f8;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.drawer .cart-inner .cart_media li .media .media-body .gram {
    margin-bottom: 0;
    color: #fe816d;
    margin-top: 6px;
    font-size: 13px;
}

.drawer .cart-inner .cart_media li + li {
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 14px;
}

.drawer .cart_total {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: calc(305px + 165 * (100vw - 320px) / 1600);
    padding: 0 15px 20px;
    background-color: #fff;
}

.drawer .cart-inner .cart_media li {
    position: relative;
    width: 100%;
    padding-left: 0 !important;
    display: block !important;
}

    .drawer .cart-inner .cart_media li .total {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .drawer .cart-inner .cart_media li .total h5, .drawer .cart-inner .cart_media li .total .h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #333;
            font-weight: 500;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .drawer .cart-inner .cart_media li .total h5 span, .drawer .cart-inner .cart_media li .total .h5 span {
                font-weight: 600;
                color: #fe816d;
            }

    .drawer .cart-inner .cart_media li .buttons {
        display: flex;
        align-items: center;
        gap: 14px;
    }

        .drawer .cart-inner .cart_media li .buttons a {
            font-size: calc(14px + .0025 * (100vw - 320px));
            border-radius: 0;
            color: #fff;
            text-transform: capitalize;
            font-weight: 600;
            transition: all .25s ease-in-out;
            width: 100%;
            padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(15px + .00875 * (100vw - 320px));
            background-color: #fe816d;
            border: 1px solid #fe816d;
        }

.drawer .cart-inner .cart_media .cart_total {
    border-top: 1px solid #eee;
}

.checkout-page .checkout-form-section {
    display: grid;
    gap: calc(20px + .0125 * (100vw - 320px));
}

    .checkout-page .checkout-form-section .checkbox-main-box {
        border-radius: 0;
        padding: calc(14px + 15 * (100vw - 320px) / 1600);
        background-color: #f8f8f8;
        border: 1px solid #eeeeee;
        position: relative;
    }

    .checkout-page .checkout-form-section .checkout-title1 h2, .checkout-page .checkout-form-section .checkout-title1 .h2 {
        font-weight: 600;
        font-size: calc(18px + .00125 * (100vw - 320px));
        letter-spacing: unset;
        text-transform: unset;
        margin: 0 0 20px;
        line-height: 1.3;
        border-bottom: 1px solid #ededed;
        padding-bottom: 8px;
    }

    .checkout-page .checkout-form-section .checkout-form .form-box {
        position: relative;
    }

        .checkout-page .checkout-form-section .checkout-form .form-box .form-label {
            font-weight: 500;
            font-size: calc(15px + 1 * (100vw - 320px) / 1600);
            margin-bottom: 4px;
            color: #777;
        }

        .checkout-page .checkout-form-section .checkout-form .form-box .form-control {
            height: auto;
            padding: calc(10px + .00125 * (100vw - 320px)) calc(13px + .00375 * (100vw - 320px));
            font-weight: 500;
            border-radius: 0;
            border: 1px solid #eeeeee;
            font-size: calc(14px + 0 * (100vw - 320px));
        }

.btn-country {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: calc(10px + .00125 * (100vw - 320px)) calc(13px + .00375 * (100vw - 320px));
    border-radius: 0;
}

.checkout-page .checkout-form-section .checkout-form .form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .checkout-page .checkout-form-section .checkout-form .form-checkbox .form-check-input {
        width: 21px;
        height: 21px;
        background: unset;
        background-color: #fff;
        box-shadow: unset;
        border: unset;
        filter: unset;
        position: relative;
        margin: 0;
        vertical-align: unset;
    }

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.checkout-page .checkout-form-section .checkout-form .form-check-label {
    color: #4a5568;
    font-weight: 500;
    font-size: calc(15px + 1 * (100vw - 320px) / 1600);
    margin: 0;
    line-height: 1;
}

.checkout-page .checkout-form-section .delivery-option, .checkout-page .checkout-form-section .payment-option {
    padding: calc(17px + 9 * (100vw - 320px) / 1600);
    background-color: #fff;
    height: 100%;
    border-radius: 0;
}

.future-box.show {
    display: block;
}

.checkout-page .future-option {
    padding: calc(17px + 9 * (100vw - 320px) / 1600);
    position: relative;
    border-radius: 10px;
    z-index: 0;
}

    .checkout-page .future-option:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 1;
        z-index: -1;
    }

    .checkout-page .future-option .delivery-items h4, .checkout-page .future-option .delivery-items .h4 {
        margin-bottom: 16px;
        color: #222;
        font-weight: 500;
    }

    .checkout-page .future-option ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 7px;
    }

@media (max-width: 1399px) {
    .checkout-page .future-option ul {
        grid-template-columns: 1fr 1fr;
    }
}

.checkout-page .future-option ul li a {
    background-color: #fff;
    display: block;
    text-align: center;
    color: #000;
    padding: 12px 8px;
    border: 1px solid #ec8951;
    border-radius: 8px;
    font-weight: 500;
}

li {
    display: inline-block;
}

.checkout-page .future-option ul li.active a {
    color: #fff;
    background-color: #ec8951;
}

a {
    transition: .5s ease;
    text-decoration: none;
}

.checkout-section-2 .checkout-right-box {
    position: sticky;
    top: 15px;
    left: 0;
}

    .checkout-section-2 .checkout-right-box .checkout-details {
        position: unset;
        inset: unset;
    }

.checkout-page .checkout-form .checkout-details {
    position: sticky;
    top: 120px;
    left: 0;
    background-color: #f8f8f8;
    padding: calc(18px + .00125 * (100vw - 320px)) calc(15px + 5 * (100vw - 320px) / 1600);
    border: 1px solid #eeeeee;
    border-radius: 0;
}

    .checkout-page .checkout-form .checkout-details .order-box {
        margin: 0;
    }

.order-box {
    position: relative;
    margin-bottom: 50px;
}

    .order-box .qty {
        position: relative;
    }

        .order-box .qty li {
            position: relative;
            display: flex;
            align-items: center;
            gap: 11px;
            font-size: 15px;
            color: #444;
            line-height: 20px;
            margin-bottom: 18px;
        }

            .order-box .qty li .cart-image {
                width: 60px;
            }

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.order-box .qty li .cart-content {
    width: calc(100% - 71px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
}

    .order-box .qty li .cart-content h4, .order-box .qty li .cart-content .h4 {
        line-height: 1.3;
        font-weight: 500;
        font-size: calc(15px + 1 * (100vw - 320px) / 1600);
        margin-bottom: 4px;
        letter-spacing: unset;
        text-transform: unset;
    }

    .order-box .qty li .cart-content h5, .order-box .qty li .cart-content .h5 {
        font-weight: 500;
        margin: 0;
        font-size: calc(16px + 1 * (100vw - 320px) / 1600);
        line-height: 1.3;
    }

.order-box .qty li span {
    font-size: calc(18px + .00125 * (100vw - 320px));
    text-align: right;
    line-height: 1.3;
    color: #222;
    font-weight: 600;
}

.text-theme {
    color: #ec8951 !important;
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.checkout-page .checkout-form .checkout-details .order-box .title-box h4, .checkout-page .checkout-form .checkout-details .order-box .title-box .h4 {
    font-size: calc(18px + .00125 * (100vw - 320px));
    font-weight: 600;
    letter-spacing: unset;
    color: #222;
    line-height: 1.3;
    margin: 0;
}

.checkout-page .checkout-form .checkout-details .order-box .title-box p {
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
    line-height: 1.5;
    font-weight: 400;
    margin: 4px 0 0;
}

.order-box .sub-total {
    position: relative;
}

    .order-box .sub-total li {
        position: relative;
        display: flex;
        gap: 9px;
        font-size: 16px;
        font-weight: 600;
        color: #777;
        line-height: 1.3;
        justify-content: space-between;
        width: 100%;
    }

        .order-box .sub-total li .count {
            text-align: right;
            position: relative;
            font-size: 17px;
            line-height: 20px;
            color: #ec8951;
            font-weight: 500;
        }

.checkout-section-2 .checkout-right-box .checkout-details + .checkout-details {
    margin-top: 20px;
}

.checkout-section-2 .checkout-right-box .checkout-details {
    position: unset;
    inset: unset;
}

.order-box .sub-total li + li {
    margin-top: 14px;
}

.order-box .total {
    position: relative;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eeeeee;
}

    .order-box .total li {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        font-weight: 600;
        color: #333;
        line-height: 1.3;
        font-size: 18px;
    }

        .order-box .total li:last-child {
            font-size: calc(19px + .00125 * (100vw - 320px));
        }

        .order-box .total li .count {
            position: relative;
            font-size: 18px;
            text-align: right;
            line-height: 1.3;
            color: #ec8951;
            font-weight: 600;
        }

.checkout-page .order-btn {
    width: 100%;
    background-color: #ec8951;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: unset;
    text-transform: unset;
    height: auto;
    border: 1px solid transparent;
    margin-top: calc(10px + .00375 * (100vw - 320px));
}

.dashboard-section .dashboard-sidebar {
    position: sticky;
    top: 130px;
    z-index: 1;
    padding: 30px 0 15px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 0;
}

    .dashboard-section .dashboard-sidebar .profile-top {
        padding: 0 16px 15px;
        display: flex;
        gap: 13px;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

        .dashboard-section .dashboard-sidebar .profile-top .profile-top-box {
            width: 56px;
            height: 56px;
            position: relative;
        }

        .dashboard-section .dashboard-sidebar .profile-top .profile-image {
            margin: 0 auto;
            text-align: center;
            z-index: 1;
            position: relative;
            width: 56px;
            height: 56px;
            border-radius: 0;
            overflow: hidden;
        }

            .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round {
                height: 56px;
                width: 56px;
                object-fit: contain;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                margin: 0 auto;
            }

                .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round h4, .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round .h4 {
                    font-size: 34px;
                    margin: 0;
                    font-weight: 600;
                }

            .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon {
                opacity: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transition: opacity .15s ease-in-out;
                transform: translate(-50%, -50%);
                width: 100%;
                height: 100%;
                background-color: #222222a1;
                border: 1px solid rgba(207, 207, 207, .4);
                border-radius: 0;
                display: flex;
                align-items: center;
                color: #fff;
                justify-content: center;
                cursor: pointer;
                overflow: hidden;
                font-size: 24px;
            }

                .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon input[type=file] {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    opacity: 0;
                    cursor: pointer;
                }

            .dashboard-section .dashboard-sidebar .profile-top .profile-image:hover .user-icon {
                opacity: 1;
            }

        .dashboard-section .dashboard-sidebar .profile-top .profile-detail {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
        }

            .dashboard-section .dashboard-sidebar .profile-top .profile-detail h5, .dashboard-section .dashboard-sidebar .profile-top .profile-detail .h5 {
                text-transform: capitalize;
                font-weight: 600;
                margin-bottom: 0;
            }

            .dashboard-section .dashboard-sidebar .profile-top .profile-detail h6, .dashboard-section .dashboard-sidebar .profile-top .profile-detail .h6 {
                color: #777;
                margin-bottom: 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;
            }

.faq-tab .nav-tabs {
    display: block;
    border-bottom: none;
    background-color: #fff;
    padding: 10px 0;
}

.dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
    box-shadow: none;
    padding: 0;
    background-color: #f8f8f8;
}

.faq-tab .nav-tabs .nav-item {
    display: block;
    margin-bottom: 0;
}

    .faq-tab .nav-tabs .nav-item .nav-link {
        text-transform: capitalize;
        color: #232323;
        font-size: calc(14px + .00125 * (100vw - 320px));
        border: none;
        transition: all .2s ease-in-out;
        border-radius: 0;
        background-color: #f8f8f8;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-weight: 500;
    }

.tab-vertical .nav.nav-tabs {
    /*float: left;*/
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

    .tab-vertical .nav.nav-tabs .nav-item {
        margin-bottom: 6px;
    }

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

    .tab-vertical .nav-tabs .nav-link.active {
        color: #5969ff;
        background-color: #fff !important;
        border-color: transparent !important;
    }

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}

.tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    /*padding: 30px;*/
}

.user-dashboard-section .faq-content {
    height: 100%;
}

.dashboard-section .counter-section {
    padding: 30px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 0;
}

    .dashboard-section .counter-section .counter-box {
        background-color: #fff;
        padding: 18px;
        display: flex;
        align-items: center;
        border-left: 3px solid #ec8951;
        border-radius: 0;
    }

        .dashboard-section .counter-section .counter-box img {
            height: 50px;
            margin-right: 20px;
        }

        .dashboard-section .counter-section .counter-box h3, .dashboard-section .counter-section .counter-box .h3 {
            font-weight: 600;
            color: #ec8951;
            margin-bottom: 4px;
            font-size: 20px;
            letter-spacing: unset;
        }

        .dashboard-section .counter-section .counter-box h5, .dashboard-section .counter-section .counter-box .h5 {
            margin-bottom: 0;
            font-weight: 500;
            color: #777;
            line-height: 1.3;
        }

.user-dashboard-section .box {
    font-size: calc(14px + .00125 * (100vw - 320px));
    line-height: 1.7;
}

.box-content {
    padding-left: 22px;
    display: grid;
    gap: 8px;
}

    .box-content li {
        display: list-item;
        list-style: disc;
    }

        .box-content li::marker {
            color: #777;
            font-size: 13px;
            line-height: 1;
        }

.user-dashboard-section .box h6, .user-dashboard-section .box .h6 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #777;
}

.notification-list {
    display: grid;
    gap: 13px;
}

    .notification-list li {
        display: block;
        border-radius: 0;
        border: 1px solid #eeeeee;
        background-color: #fff;
        padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(12px + .00375 * (100vw - 320px));
        padding-left: calc(33px + 13 * (100vw - 320px) / 1600);
        position: relative;
    }

    .notification-list h4, .notification-list .h4 {
        font-weight: 500;
        color: #222;
        letter-spacing: unset;
        text-transform: none;
        line-height: 1.5;
        font-size: calc(15px + 3 * (100vw - 320px) / 1600);
    }

    .notification-list h5, .notification-list .h5 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 5px;
        font-size: calc(14px + .00125 * (100vw - 320px));
        color: #777;
        margin-bottom: 0;
        font-weight: 500;
        line-height: 1.3;
    }

    .notification-list li:after {
        content: "";
        position: absolute;
        left: calc(18px + .0075 * (100vw - 320px));
        top: 31px;
        width: 5px;
        height: 5px;
        background-color: #8e8e8e;
        border-radius: 100%;
    }

.dashboard-section .faq-content .card {
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    border-radius: 0;
}

.btn-solid {
    padding: 10px 29px;
    color: #fff !important;
    letter-spacing: .05em;
    border: 2px solid #ec8951 !important;
    background-image: linear-gradient(30deg, #ec8951 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 0;
}

.text-end {
    text-align: right !important;
}

.dashboard-section .themeform-auth .form-control {
    height: auto;
    padding: calc(10px + .00125 * (100vw - 320px)) calc(13px + .00375 * (100vw - 320px));
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #eeeeee;
    font-size: calc(14px + 0 * (100vw - 320px));
}

.faq-tab .nav-tabs .logout-cls {
    border-top: 1px solid #eeeeee;
    margin-top: 6px;
    padding-top: 14px;
    padding-inline: 19px;
}

    .faq-tab .nav-tabs .logout-cls .loagout-btn {
        width: 100%;
        background-color: #ec8951;
        color: #fff;
        text-transform: none;
        font-weight: 500;
        font-size: calc(16px + .00125 * (100vw - 320px));
        line-height: 1.3;
        padding: calc(9px + .00125 * (100vw - 320px));
        border-radius: 0;
    }

.contact-page .contact-title {
    position: sticky;
    top: 130px;
    left: 0;
}

    .contact-page .contact-title p {
        font-size: calc(14px + .00125 * (100vw - 320px));
        line-height: 1.7;
        width: 100%;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0;
        color: #777;
    }

.contact-page .contact-form {
    background-color: #f8f8f8;
    padding: calc(20px + .015 * (100vw - 320px)) calc(16px + .0175 * (100vw - 320px));
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.form-box .form-control {
    height: auto;
    padding: calc(10px + .00125 * (100vw - 320px)) calc(13px + .00375 * (100vw - 320px));
    font-weight: 500;
    border-radius: 0;
    z-index: 0;
    border: 1px solid #eeeeee;
    font-size: calc(14px + 0 * (100vw - 320px));
}

.contact-page .contact-right ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: calc(17px + .00375 * (100vw - 320px));
    margin-top: calc(20px + .005 * (100vw - 320px));
}

    .contact-page .contact-right ul li {
        width: 100%;
        padding: 15px;
        background-color: #f8f8f8;
        border: 1px solid #eeeeee;
        border-radius: 0;
        display: flex;
        gap: 11px;
    }

        .contact-page .contact-right ul li .contact-icon i {
            font-size: 23px;
            color: #ec8951;
            width: 50px;
            height: 50px;
            background-color: #fff;
            display: flex;
            align-items: center;
            border-radius: 0;
            justify-content: center;
        }

.contact-page .map-box {
    height: 420px;
}

    .contact-page .map-box iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

#product_zoom #thumbSlider .product_thumnail {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: .5em;
    justify-content: center;
}

#product_zoom #thumbSlider .product_thumnail {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: .5em;
    justify-content: center;
}

#product_zoom #thumbSlider .carousel-inner img {
    height: 80px;
}

#product_zoom #thumbSlider .carousel-inner img {
    height: 69px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*opacity: 0.5;*/
}

.sub-category-list li {
    display: block !important;
}
/*************************************** productdetails***************************************/

.product_febric_switch .image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}


.product_febric_switch .image-container {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    /*width: 45px;*/
    /*height: 60px;*/
    border: 1px solid #e0dada;
}

    .product_febric_switch .image-container small {
        border: 1px dashed #ffa3af;
        padding: 2px 8px;
        border-radius: 10px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .product_febric_switch .image-container:hover small, .product_febric_switch .image-container.active small {
        background: #ff324d;
        border: 1px solid #ff324d;
        color: #fff;
    }

    .product_febric_switch .image-container:hover .radio-btn, .product_febric_switch .image-container.active .radio-btn {
        display: block;
    }

.product_febric_switch .radio-btn {
    position: absolute;
    top: 13px;
    left: 19%;
    transform: translateX(-50%);
    z-index: 1; /* To ensure the radio button is above the image */
    display: none;
}

.badge-list-quantity {
    background-color: #f8f8f8;
    padding: 0;
    border: 1px solid #eee;
}

.pdp_addon_cust .card {
    display: inline-block;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #ffa52e7a;
    margin-top: 10px;
}

    .pdp_addon_cust .card:hover, .pdp_addon_cust .card.active {
        background: #ffc601;
        border: 0;
    }

.pdp_stitch_cus .card-header {
    padding: .65rem .65rem;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

    .pdp_stitch_cus .card-header h5 {
        font-size: 14px;
    }

        .pdp_stitch_cus .card-header h5 div {
            font-size: 11px;
            color: #837f7f;
        }

.measure_button {
    margin-top: 15px;
}

.pdp_stitch_cus .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 22px;
    margin-bottom: 0;
}

    .pdp_stitch_cus .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.pdp_stitch_cus .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

    .pdp_stitch_cus .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        border-radius: 50%;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
    }

.pdp_stitch_cus input:checked + .slider {
    background-color: #ff324d;
}

    .pdp_stitch_cus input:checked + .slider:before {
        transform: translateX(24px);
    }

.pdp_disc_text_cust_otherinfo #faq .card .card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pdp_disc_text_cust_otherinfo #faq .card .card-header a.btn-header-link i {
        transform: rotate(0);
    }

    .pdp_disc_text_cust_otherinfo #faq .card .card-header a.btn-header-link.collapsed i {
        transform: rotate(180deg);
    }

.product_febric_switch .nav-tabs {
    border: 0;
    margin-bottom: 10px;
}

    .product_febric_switch .nav-tabs .nav-link {
        border: 1px dashed #ffa3af;
        padding: 2px 9px;
        border-radius: 10px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        margin-right: 12px;
        color: #2e2d2d;
        background: transparent;
        letter-spacing: .5px;
    }

        .product_febric_switch .nav-tabs .nav-link.active {
            background: #ff324d;
            border: 1px solid #ff324d;
            color: #fff;
        }

btn:focus, a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}
.product-images-thumbnails {
    display: flex;
    flex-wrap: wrap; /* agar jagah kam hai to next line me chale jaye */
    gap: 12px; /* images ke beech ka gap */
    /*margin: 15px 0;*/ /* top aur bottom me spacing */
    position: relative; /* overlap avoid karne ke liye */
    z-index: 2;
}

    .product-images-thumbnails a {
        border: 1px solid #e3e3e3;
    }

.product-images-thumbnails .thumb img {
    width: 40px; /* sab images ek size ki */
    /*height: 60px;*/
    object-fit: cover; /* crop ki jagah fit */
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

    .product-images-thumbnails .thumb.active img {
        border-color: #ff9800;
    }

.thumb.active {
    border: 2px solid #007bff;
    padding: 2px;
    border-radius: 4px;
}



/*Recent CSS Prodcut list*/

/*21-08-2025*/



.filter_searchBox {
    position: absolute;
    top: -5px;
    right: -5px;
    left: inherit !important;
    width: 35px;
    height: 35px;
}

    /*.filter_searchBox.search_box {
        width: 35px;
    height: 35px;
    }*/
    .filter_searchBox.search_box .fa {
        width: 30px;
        height: 30px;
        font-size: .9em;
        text-align: center;
        padding: 4px 4px;
        right: -2px;
        top: 2px;
    }

    .filter_searchBox.search_box input {
        height: 30.9px;
        font-size: 13px;
    }

    .filter_searchBox.search_box:hover {
        width: 210px;
        cursor: pointer;
    }

.collapse_add {
    display: grid;
    gap: 3px;
}

.item .theme-form .sub-category-list {
    gap: 0;
}
.accordion #ItemFilter-1 {
    border: 0;
    margin-top: 0 !important;
}
    .accordion #ItemFilter-1 .item-header h2 {
        margin-top: 0 !important;
    }
    /*.accordion .item {
    position:relative;
}*/
    .item-header h2 {
        font-weight: 500;
        font-size: 16px;
        margin-top: 15px;
        position: relative;
    }

body, .filterSortBtn {
    font-size: 13px !important;
}

.item .t-p {
    padding: 15px 0 0 !important;
}


.form-check-label {
    display: flex;
    align-items: center;
}

    .form-check-label .color-div {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 5px;
    }

.bg-white {
    border: 1px solid #ccc;
}

.item .theme-form .sub-category-list label {
    margin-bottom: .2rem;
    font-weight: 100;
    letter-spacing: .5px;
}

.collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: flex-end;
}

.select2-selection {
    width: auto;
    height: 40px;
}

.collection-product-wrapper .product-top-filter {
    background: transparent;
    border: 0;
    padding: 0 16px 0;
}

.breadcrumb-section {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-breadcrumb .breadcrumb {
    padding: .05rem 0.1rem;
    justify-content: flex-start;
    margin-bottom: 0;
}

#products .item {
    flex: 0 0 17.466667%;
    max-width: 17.466667%;
    margin-left: 1.7rem;
}

.top-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #bdb6b6;
    padding-bottom: .8rem;
}

.product_main_section {
    display: flex;
    align-items: flex-start;
}

.collection-filter {
    width: 290px;
    margin-right: 20px;
}

.collection-product-wrapper {
    width: fit-content;
}

.product-content a {
    font-weight: 600;
    padding-bottom: 0;
}

.product-grid2 .price {
    padding: 8px 10px 11px;
}

.font-w {
    font-weight: 600;
}

.range-slider {
    margin-bottom: 20px;
}

.post-slide {
    margin: 20px 22px 20px;
}

#product_zoom #thumbSlider .carousel-inner img {
    height: 69px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* opacity: 0.5; */
}

.make-me-sticky {
    padding-right: 20px;
    /*padding-left:0;*/
}

#product_zoom #thumbSlider .product_thumnail {
    gap: 1em;
}

.zoom-cursor {
    cursor: url('../img/zoom-img.png'), auto;
}

.pos-relative {
    position: relative;
}

#zoom_product .close {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
}

/* 28-08-2025 */
.product-filter-content {
    display: flex;
    gap: .8em;
}
.product_detailed .make-me-sticky {
    padding: 0;
    margin-bottom: 2em;
    z-index: 99;
}

.image-zoom-container {
    flex-wrap: nowrap;
    margin-bottom: 2em;
}

.product-info {
    padding-left: 1.5rem;
    /*z-index: -1;*/
    position: relative;
    margin-bottom: 2em;
}

.cart-item-block-right_2 {
    display: inline;
}
#bottomPanel {
    position: fixed;
    bottom: -100%; /* hidden initially */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    transition: bottom 0.3s ease;
    z-index: 1050;
}

    #bottomPanel.open {
        bottom: 0;
    }

.close-panel {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

    .close-panel:hover {
        color: #dc3545; /* Bootstrap danger color */
    }

/* Container for the image and zoom view */
.image-container {
    /*position: relative;
      display: inline-block;
      max-width: 100%;*/
    position: relative;
}

/* Main product image */
.main-image {
    width: 100%;
    height: auto;
    cursor: crosshair;
}

/* Zoom result box */
.zoom-result {
    display: none;
    /*width: 700px;
      height: 700px;*/
    border: 1px solid #ccc;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: 1000px auto; /* Adjust based on the image resolution */
    z-index: 9;
}

/* Thumbnail container and styling */
.thumbnail-container {
    /*margin-top: 15px;*/
    width: 35%;
}

.thumbnail {
    width: 60px;
    height: auto;
    cursor: pointer;
    margin: 12px;
    opacity: .5;
    margin-top: 0;
}

/* Navigation buttons for Next and Previous */
.nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

    .nav-buttons button {
        background-color: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 45px;
        border-radius: 50%;
        color: #00000021;
    }

        .nav-buttons button:disabled {
            background-color: transparent;
            cursor: not-allowed;
        }
.badge-round {
    border-radius: 19px !important;
    padding: 5px 17px;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.block_extra_588j {
    display:flex;
    width:100%;
}
    .block_extra_588j .col-tex {
        width: 50%;
    }
.delivery-option {
    padding: calc(6px + 9 * (100vw - 320px) / 1600);
    background-color: #fff;
    height: 100%;
    border-radius: 0;
    border: 1px solid #e5e3e3;
}
.selection_button_7478 {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 600px) {
    .d-sm-block {
        display: block !important;
    }

    .cart-header-item.cart-header-info, .cart-item-block.cart-item-info {
        width: 100% !important;
    }

    .cart-item-block-right_2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-item-block.cart-item-info {
        margin-bottom: 20px;
    }

    .cart-item-total {
        text-align: right;
        margin-right: 20px;
    }

    .cart-content-item[data-cart-total] {
        max-width: 100% !important;
    }
    .selection_button_7478 {
        display: block;
    }
        .selection_button_7478 .item-whistlist {
            margin-left: 0 !important;
            margin-top: .5rem;
            margin-bottom: .5rem;
        }
    .media_share {
        margin-left: 0 !important;
    }
    .block_extra_588j {
        display:block;
    }
        .block_extra_588j .col-tex {
            width:100%;
            padding-right:0!important;
        }
}

.bottom-deliveryOption {
    position: fixed;
    bottom: -300px; /* Hidden initially */
    left: 0;
    width: 100%; /**/
    height: 230px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    padding: 23px 10px;
    text-align: center;
    transition: bottom 0.3s ease;
    z-index: 100;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*.express_option {
    background: #fff;
    border-radius: 10px;
    padding:15px;
}*/

.bottom-deliveryOption.open {
    bottom: 0; /* Slide up */
}

.radio-group {
    margin: 30px;
}

.close-btn {
    margin-top: 8px;
    font-size: 13px;
    padding: 5px 14px;
    /* padding: 0px 16px; */
    /* border: none; */
    /* background: #007bff; */
    /* color: #f73658;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: block;*/
}

/*
    .close-btn:hover {
        background: #0056b3;
    }*/
.express_option {
    position: relative;
}

.btn.close-top {
    position: absolute;
    right: 0;
    top: -13px;
}