
/*----------------------------------- Custom Margins -----------------------------------------------------*/
.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/*-------------------------------------------------------------------------------------------------------*/

:root {
    /*--gradient2: linear-gradient(307deg, #FFEA96 1.9%, #FFB0B0 85.96%);*/
    --gradient2: linear-gradient(307deg, #E6CFFF 1.9%, #FFB0B0 85.96%);
    --title: #000;
    --font-family-title: Lufga, sans-serif;
}

.companies-section-Two {
    position: relative;
    z-index: 1;
    /*background: var(--gradient2);*/
    /*margin: 0 80px;*/
    /*border-radius: 40px;*/
}

    .companies-section-Two:after {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23fffaf3"/></svg>');
        position: absolute;
        width: 21.77%;
        height: 50px;
        top: 0;
        background-size: 100%;
        left: 4%;
        background-position: top;
        background-repeat: no-repeat;
    }

    .companies-section-Two:before {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23fffaf3"/></svg>');
        position: absolute;
        width: 21.77%;
        height: 50px;
        bottom: -6px;
        background-size: 100%;
        right: 4%;
        background-position: left;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

@media only screen and (max-width: 1480px) {
    .companies-section-Two:before {
        bottom: -12px;
    }
}

@media only screen and (max-width: 991px) {
    .companies-section-Two:before {
        bottom: -18px;
    }
}

@media only screen and (max-width: 575px) {
    .companies-section-Two:before {
        bottom: -22px;
    }
}

.contact-us2 .dz-text {
    font-size: 160px;
    bottom: 30%;
    right: 0;
}

.icon-boxTwo {
    filter: brightness(0.1);
}

.product-list .shop-card .dz-media {
}

    .product-list .shop-card .dz-media img {
        max-height: 198px;
        min-height: 198px;
        height: 198px;
        object-fit: contain;
        border-radius: 30px;
        background: white;
    }

/*.product-list .shop-card .dz-media img {
        height: 220px;
        object-fit: cover;
    }*/

.menu-title-two {
    color: var(--title);
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-title);
}

.blog-img {
    max-height: 250px !important;
    object-fit: cover !important;
}

.dz-card.style-5.light .dz-info {
    min-height: 210px !important;
    background: #FEEB9D;
}

.divError {
    font-size: 13px;
    color: red;
    height: 20px;
}

.account-card-order {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 20px;
}

.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

.mobile-view-btn {
    display: none !important;
}

.desktop-view-table {
    display: contents;
}




.text-danger {
}

.div-no-data {
    color: var(--white);
    font-size: 16px;
    /*padding: 28px 15px;*/
    font-family: var(--font-family-title);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    line-height: 24px;
}

.div-related-searches {
    padding: 10px 20px;
    background-color: var(--light-dark);
    border-radius: 5px;
}

.range-slider.style-1 .example-val {
    font-size: 13px !important;
    color: var(--title);
}

.widget-title {
    position: relative;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}

page-link {
    margin: 0px 5px;
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #24262b;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-gray {
    color: #7c6e65;
    font-size: 14px !important;
}

.max-height-270 {
    max-height: 270px !important;
}



.pt-10 {
    padding-top: 10px !important
}

.min-height-50 {
    min-height: 50px !important;
}

/*.text-yellow {
    color: var(--light-dark) !important;
}*/

.text-cart {
    font-size: 1rem;
    font-family: var(--font-family-title);
    font-weight: 600;
    color: var(--title);
    line-height: 1.4;
}

.cart-detail table tr.total td.price {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: 1rem !important;
    color: var(--secondary);
    text-align: end;
}

.text-right {
    text-align: right !important;
}


.div-btn-quantity-input {
    width: auto;
    padding: 0;
    text-align: center;
    z-index: 1;
    height: 35px !important;
    border: 1px solid var(--secondary);
    background-color: transparent;
    border-radius: 20px !important;
    font-size: 15px;
    width: 35px !important;
    color: var(--title);
    margin-left: auto !important;
    margin-right: auto !important;
}

.div-btn-quantity {
    height: 35px;
    padding: 0px;
    min-width: 35px;
    justify-content: center;
    z-index: 1;
    border-radius: 20px;
    background-color: var(--secondary);
    position: relative;
    color: #fff;
}

    .div-btn-quantity:hover {
        height: 35px;
        padding: 0px;
        min-width: 35px;
        justify-content: center;
        z-index: 1;
        border-radius: 20px;
        background-color: var(--secondary);
        position: relative;
        color: #fff;
    }

.margin-right-3 {
    margin-right: 1rem !important;
}

.mobile-text-right {
    text-align: right;
}

.infoText {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    font-feature-settings: 'calt' off;
    color: #828282;
}

.profile-text-danger {
    font-weight: 600;
    color: red;
    font-size: 1.125rem;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.bg-white {
    background-color: white !important;
}

.div-gift-box {
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 10px;
    padding: 20px;
}

.gift-bx .gift-media img {
    height: 200px !important;
    width: 200px !important;
}

.div-giftCardTitle {
    min-height: 45px !important;
}

.header-nav.w3menu .nav > li .sub-menu {
    width: 300px !important;
}

.floating-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.floating-call {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.div-overflow {
    overflow-y: scroll;
    height: 260px;
}

.shop-section .left-box:after {
    width: 21.77% !important;
}

/*@media only screen and (min-width: 1900px) {
    .div-overflow {
        overflow-y: scroll;
        height: 300px !important;
    }
}*/

.story-div-1 {
    background: rgba(255, 255, 255, 0);
    color: rgb(0, 0, 0);
    border: 0px solid rgb(0, 0, 0);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0px;
    width: auto;
    gap: 0px;
    height: auto;
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
    font-size: inherit;
    overflow: hidden;
    flex-grow: 0;
}

.story-div-2 {
    background: #CC0D39;
    color: rgb(0, 0, 0);
    border: 0px solid rgb(155, 46, 240);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 100px;
    gap: 0px;
    height: 100px;
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
    font-size: inherit;
    overflow: hidden;
    flex-grow: 0;
}

.story-div-3 {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    width: 96px;
    gap: 0px;
    height: 96px;
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
    font-size: inherit;
    overflow: hidden;
    flex-grow: 0;
}

.story-div-4 {
    border-radius: 0px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    border: 0px solid rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}

.story-div-5 {
    height: 100%;
    width: 100px;
}

.story-caption-1 {
    background: rgba(255, 255, 255, 0);
    color: rgb(0, 0, 0);
    border: 0px solid rgb(0, 0, 0);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    width: 100%;
    gap: 0px;
    height: auto;
    display: flex;
    padding: 7px 0px 0px;
    margin: 0px;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
    font-size: inherit;
    overflow: hidden;
    flex-grow: 0;
}

.story-caption-2 {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    opacity: 1;
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}

.product-img-maxheight {
    height: 210px !important;
    min-height: 210px !important;
}


.div-dz-content-height {
    padding: 5px 10px !important;
    height: 60px !important;
    min-height: 60px !important;
}

.div-catergory-height {
    height: auto !important;
    min-height: auto !important;
}

.layout-product-img-height {
    height: 210px !important;
    min-height: 210px !important;
}


.div-review-card {
    min-height: 14rem;
}

.div-google-reviews {
    text-align: center;
    padding: 3rem;
}

.div-padding-10 {
    padding: 10px;
}

.logo-google img {
    width: 110px !important;
    height: 35px !important;
    max-width: 120px;
}

.review-media-mh img {
    min-width: 70px !important;
    max-width: 70px !important;
    width: 70px !important;
    border-radius: 50% !important;
    height: 70px !important;
    object-fit: cover;
}

.check-tbl-text {
    font-size: 17px;
    font-weight: 700;
    /*padding: 0 0 20px;*/
    color: #24262B;
}


.product-item-name-text {
    font-size: 16px;
    font-family: var(--font-family-title);
    font-weight: 500;
    color: var(--secondary);
    border: none;
}

.div-check-tbl {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
    border: none;
    font-family: var(--font-family-title);
    padding-left: 0;
}

.div-product-item-img {
    width: 80px;
    height: 80px;
}

    .div-product-item-img img {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 30px;
    }

.padding-left-20 {
    padding-left: 20px !important
}

.desktop-view-table {
    display: contents;
}

.shop-card .star-rating {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: start !important;
    gap: 4px;
}


/*.address-card:hover {
        border: 2px solid #CC0D39;
        border-radius: 8px
    }

.account-address-box:hover {
    border-top: 2px solid #CC0D39 !important;
}*/

.div-author-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--title);
    line-height: 1.4;
}

/*.bg-product-image {
    background-image: url('../images/banner/product-listing-page.png');
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
}*/

.bg-product-image {
    background-image: url(../images/banner/product-listing-page.png);
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    background-position: top;
    background-size: cover;
}

.bg-product-mobile-image {
    background-image: url('../images/banner/product-listing-mobile-page.png');
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
    background-position: top;
    background-size: cover;
}

.product-list .shop-card .dz-media img {
    max-height: 198px;
    min-height: 198px;
    height: 198px;
    object-fit: contain;
    border-radius: 30px;
    background: white;
}

.shop-card .dz-media img {
    max-height: 260px;
    min-height: 260px;
    height: 260px;
    /*object-fit: contain;*/
    border-radius: 30px;
    background: white;
}


.btn-grey {
    background-color: #5e626f !important;
    border-color: #5e626f !important;
    color: white !important;
    border-radius: 30px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    width: 100% !important;
}

    .btn-grey:hover {
        background-color: #5e626f !important;
        border-color: #5e626f !important;
        color: white !important;
        border-radius: 30px !important;
        padding: 8px 10px !important;
        font-size: 14px !important;
        width: 100% !important;
    }

.btn-secondary-mobile {
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-radius: 30px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    width: 100% !important;
    color: white !important;
}

    .btn-secondary-mobile:hover {
        background-color: var(--secondary);
        border-color: var(--secondary);
        border-radius: 30px !important;
        padding: 8px 10px !important;
        font-size: 14px !important;
        width: 100% !important;
        color: white !important;
    }

.tag-slider .item-wrap .companies-media img {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    object-fit: contain !important;
}

    .tag-slider .item-wrap .companies-media img:hover {
        height: 80px;
        min-height: 80px;
        max-height: 80px;
        object-fit: contain !important;
    }

.influencers-choice-img {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.div-influencers-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 50%;
}


.preloader-wrapper-2 {
    align-items: center;
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: all 1s ease 0s;
    background-position: center center;
    background-size: 150px;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #E6CFFF 0%, #FFFAF3 100%) !important;
}


.shop-section .left-box:after {
    background-image: url(data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>);
}

.cursor-pointer {
    cursor: pointer !important;
}


.pagination.style-1 {
    flex-wrap: wrap;
}

.page-item {
    margin-bottom: 10px !important;
}

select:invalid {
    color: #6c757d !important;
}

input::placeholder {
    color: #6c757d !important;
}


@media only screen and (max-width: 575px) {
    .div-review-card {
        min-height: 12rem !important;
    }

    .div-btn-cart {
        font-size: 13px !important;
        width: 100% !important;
    }

    .desktop-view-table {
        display: none !important;
    }

    .table-responsive {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
    }

    .cart-table-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mobile-border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    .dz-search-area.offcanvas {
        height: 9rem !important;
        overflow: visible !important;
    }

    .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
        padding: 0 15px 0 0 !important;
        font-size: 14px !important;
        min-width: 100%;
    }

    .div-btn-quantity {
        font-size: 15px !important;
        padding: 5px !important;
        line-height: 24px;
        display: inline-flex;
        border-radius: 0;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        font-family: "Lufga", sans-serif;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        justify-content: center;
        border-radius: 50%;
        line-height: 1.2;
    }

    .product-list .shop-card .dz-media img {
        max-height: 170px;
        min-height: 170px;
        height: 170px;
        object-fit: contain;
        border-radius: 30px;
        background: white;
    }

    .shop-card .dz-media img {
        max-height: 190px;
        min-height: 190px;
        height: 190px;
        /*object-fit: contain;*/
        border-radius: 30px;
        background: white;
    }

    .btn-grey {
        background-color: #5e626f !important;
        border-color: #5e626f !important;
        color: white !important;
        border-radius: 30px !important;
        padding: 8px 10px !important;
        font-size: 10px !important;
        width: 100% !important;
    }

        .btn-grey:hover {
            background-color: #5e626f !important;
            border-color: #5e626f !important;
            color: white !important;
            border-radius: 30px !important;
            padding: 8px 10px !important;
            font-size: 10px !important;
            width: 100% !important;
        }

    .btn-secondary-mobile {
        background-color: var(--secondary);
        border-color: var(--secondary);
        border-radius: 30px !important;
        padding: 8px 10px !important;
        font-size: 10px !important;
        width: 100% !important;
        color: white !important;
    }

        .btn-secondary-mobile:hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
            border-radius: 30px !important;
            padding: 8px 10px !important;
            font-size: 10px !important;
            width: 100% !important;
            color: white !important;
        }

    .tag-slider .item-wrap .companies-media img {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        object-fit: contain !important;
    }

        .tag-slider .item-wrap .companies-media img:hover {
            height: 50px;
            min-height: 50px;
            max-height: 50px;
            object-fit: contain !important;
        }

    .div-mt-70 {
        margin-top: 40px;
    }

    .div-influencers-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        max-height: 80px;
        min-height: 80px;
        border-radius: 50%;
    }

    .font-13 {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {

    .mobile-border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }


    .site-header .extra-nav {
        width: 100% !important;
        background: #fff !important;
        position: fixed !important;
        bottom: 0 !important; /* Adjust bottom to 0 to ensure it sticks to the bottom */
        left: 0 !important;
        padding: 0 20px !important;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15) !important;
        height: 50px !important;
        transition: all 0.5s ease !important; /* You can adjust the transition timing if needed */
        z-index: 9999 !important; /* Ensure it is on top of other elements */
    }

    .div-dz-content-height {
        padding: 5px 10px !important;
        height: 35px !important;
        min-height: 35px !important;
    }

    .div-catergory-height {
        height: auto !important;
        min-height: auto !important;
    }

    .div-padding-10 {
        padding: 5px;
    }

    .copy-btn {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    #whatsappBtn2 {
        width: 100% !important
    }
}


@media only screen and (min-width : 1500px) {

    .bg-product-image {
        background-image: url(../images/banner/product-listing-page.png);
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    }
}

@media only screen and (min-width : 1900px) {

    .product-img-maxheight {
        height: 350px !important;
        min-height: 350px !important;
    }

    .div-catergory-height {
        height: auto !important;
        min-height: auto !important;
    }
}

@media only screen and (min-width : 1500px) and (max-width : 1800px) {

    .product-list .shop-card .dz-media img {
        max-height: 230px;
        min-height: 230px;
        height: 230px;
        object-fit: contain;
        border-radius: 30px;
        background: white;
    }
}

@media only screen and (min-width : 1800px) {

    .shop-card-img {
        max-height: 370px !important;
        min-height: 370px !important;
        height: 370px !important;
        object-fit: contain !important;
        border-radius: 30px;
        background: white;
    }

    .product-list .shop-card .dz-media img {
        max-height: 300px;
        min-height: 300px;
        height: 300px;
        object-fit: contain;
        border-radius: 30px;
        background: white;
    }

    .btn-grey {
        background-color: #5e626f !important;
        border-color: #5e626f !important;
        color: white !important;
        border-radius: 30px !important;
        padding: 12px 20px !important;
        font-size: 15px !important;
        width: 100% !important;
    }

        .btn-grey:hover {
            background-color: #5e626f !important;
            border-color: #5e626f !important;
            color: white !important;
            border-radius: 30px !important;
            padding: 12px 20px !important;
            font-size: 15px !important;
            width: 100% !important;
        }

    .btn-secondary-mobile {
        background-color: var(--secondary);
        border-color: var(--secondary);
        border-radius: 30px !important;
        padding: 12px 20px !important;
        font-size: 15px !important;
        width: 100% !important;
        color: white !important;
    }

        .btn-secondary-mobile:hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
            border-radius: 30px !important;
            padding: 12px 20px !important;
            font-size: 15px !important;
            width: 100% !important;
            color: white !important;
        }

    .div-influencers-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 230px;
        min-width: 230px;
        max-width: 230px;
        height: 230px;
        max-height: 230px;
        min-height: 230px;
        border-radius: 50%;
    }
}




/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 360px) and (max-width : 740px) {

    .product-img-maxheight {
        height: 117px !important;
        min-height: 117px !important
    }

    .story-div-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0px;
        width: auto;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-2 {
        background: #CC0D39;
        color: rgb(0, 0, 0);
        border: 0px solid rgb(155, 46, 240);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 66px !important;
        gap: 0px;
        height: 66px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-3 {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 48px;
        width: 62px !important;
        gap: 0px;
        height: 62px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        width: 100%;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 7px 0px 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-2 {
        font-size: 8px !important;
        text-align: left !important;
        font-weight: 500 !important;
        line-height: normal;
        letter-spacing: normal;
        opacity: 1;
        margin: 0px;
        padding: 0px;
        color: rgb(0, 0, 0);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: flex !important;
    }

    .mobile-view-btn {
        display: block !important;
    }

    .margin-top-mv {
        margin-top: 15px;
    }

    .margin-right-3 {
        margin-right: 0rem !important;
    }

    .margin-top-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mobile-width-100 {
        width: 100% !important
    }

    .mobile-text-right {
        text-align: center !important;
    }

    .floating-whatsapp {
        position: fixed;
        right: 15px;
        bottom: 100px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }

    .floating-call {
        position: fixed;
        right: 15px;
        bottom: 140px;
        z-index: 2;
        width: 33px;
        height: 35px;
    }

    .scroltop {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 15px;
        bottom: 60px !important;
    }

    .fancybox-slide {
        padding: 0px !important;
    }

    .GalleryPhotosContainer {
        border-radius: 10px;
        background: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px !important;
        width: 50px !important;
    }

    .shop-category-section .shop-card.style-7 .dz-content .title {
        font-size: 9px !important;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 370px) and (max-width : 480px) {

    .product-img-maxheight {
        height: 117px !important;
        min-height: 117px !important
    }

    .story-div-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0px;
        width: auto;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-2 {
        background: #CC0D39;
        color: rgb(0, 0, 0);
        border: 0px solid rgb(155, 46, 240);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 66px !important;
        gap: 0px;
        height: 66px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-3 {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 48px;
        width: 62px !important;
        gap: 0px;
        height: 62px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        width: 100%;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 7px 0px 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-2 {
        font-size: 8px !important;
        text-align: left !important;
        font-weight: 500 !important;
        line-height: normal;
        letter-spacing: normal;
        opacity: 1;
        margin: 0px;
        padding: 0px;
        color: rgb(0, 0, 0);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: flex !important;
    }

    .mobile-view-btn {
        display: block !important;
    }

    .margin-top-mv {
        margin-top: 15px;
    }

    .margin-right-3 {
        margin-right: 0rem !important;
    }

    .margin-top-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mobile-width-100 {
        width: 100% !important
    }

    .mobile-text-right {
        text-align: center !important;
    }

    .floating-whatsapp {
        position: fixed;
        right: 15px;
        bottom: 100px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }

    .floating-call {
        position: fixed;
        right: 15px;
        bottom: 140px;
        z-index: 2;
        width: 33px;
        height: 35px;
    }

    .scroltop {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 15px;
        bottom: 60px !important;
    }

    .fancybox-slide {
        padding: 0px !important;
    }

    .GalleryPhotosContainer {
        border-radius: 10px;
        background: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px !important;
        width: 50px !important;
    }

    .shop-category-section .shop-card.style-7 .dz-content .title {
        font-size: 9px !important;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 300px) and (max-width : 360px) {

    .div-btn-cart {
        font-size: 11px !important;
        width: 100% !important;
    }

    .product-img-maxheight {
        height: 117px !important;
        min-height: 117px !important
    }

    .story-div-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0px;
        width: auto;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-2 {
        background: #CC0D39;
        color: rgb(0, 0, 0);
        border: 0px solid rgb(155, 46, 240);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 56px !important;
        gap: 0px;
        height: 56px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-div-3 {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 48px;
        width: 52px !important;
        gap: 0px;
        height: 52px !important;
        display: flex;
        padding: 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-1 {
        background: rgba(255, 255, 255, 0);
        color: rgb(0, 0, 0);
        border: 0px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        width: 100%;
        gap: 0px;
        height: auto;
        display: flex;
        padding: 7px 0px 0px;
        margin: 0px;
        flex-shrink: 0;
        z-index: 0;
        position: relative;
        font-size: inherit;
        overflow: hidden;
        flex-grow: 0;
    }

    .story-caption-2 {
        font-size: 8px !important;
        text-align: left !important;
        font-weight: 500 !important;
        line-height: normal;
        letter-spacing: normal;
        opacity: 1;
        margin: 0px;
        padding: 0px;
        color: rgb(0, 0, 0);
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: flex !important;
    }

    .mobile-view-btn {
        display: block !important;
    }

    .margin-top-mv {
        margin-top: 15px;
    }

    .margin-right-3 {
        margin-right: 0rem !important;
    }

    .margin-top-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .mobile-width-100 {
        width: 100% !important
    }

    .mobile-text-right {
        text-align: center !important;
    }

    .floating-whatsapp {
        position: fixed;
        right: 15px;
        bottom: 100px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }

    .floating-call {
        position: fixed;
        right: 15px;
        bottom: 140px;
        z-index: 2;
        width: 33px;
        height: 35px;
    }

    .scroltop {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 15px;
        bottom: 60px !important;
    }

    .fancybox-slide {
        padding: 0px !important;
    }

    .GalleryPhotosContainer {
        border-radius: 10px;
        background: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50px !important;
        width: 50px !important;
    }

    .shop-category-section .shop-card.style-7 .dz-content .title {
        font-size: 9px !important;
    }

    .product-list .shop-card .dz-media img {
        max-height: 160px;
        min-height: 160px;
        height: 160px;
        object-fit: contain;
        border-radius: 30px;
        background: white;
    }

    .btn-secondary-mobile {
        background-color: var(--secondary);
        border-color: var(--secondary);
        border-radius: 30px !important;
        padding: 8px !important;
        font-size: 9px !important;
        width: 70px !important;
        color: white !important;
    }

        .btn-secondary-mobile:hover {
            background-color: var(--secondary);
            border-color: var(--secondary);
            border-radius: 30px !important;
            padding: 8px !important;
            font-size: 9px !important;
            width: 70px !important;
            color: white !important;
        }
}

.m--10 {
    margin: 0 10px;
}

.d---none {
    display: none;
}

/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .desktop---view {
        display: none;
    }

    .div-btn-quantity {
        height: 30px;
        min-width: 30px;
    }

        .div-btn-quantity:hover {
            height: 30px;
            min-width: 30px;
        }

    .div-btn-quantity-input {
        height: 30px !important;
        width: 30px !important;
    }

    .m--10 {
        margin: 0 4px;
    }

    .w--35 {
        width: 25%;
    }

    .w--60 {
        width: 68%
    }

    .d---none {
        display: block;
    }

    .check-tbl .product-item-close a {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }

    .f--14 {
        font-size: 13px;
    }

    .f--13 {
        font-size: 13px;
    }

    .h--80 {
        height: 74px;
    }

    .ml--5 {
        margin-left: 5px;
    }

    .mb--0 {
        margin-bottom: 0 !important;
    }

    .h--120 {
        height: 170px !important;
    }

    .shop-card.style-6 .dz-content {
        bottom: 18px;
        left: 15px;
        z-index: 1;
    }

    .btn.btn-md {
        padding: 6px 20px;
        font-size: 13px;
    }

    .mt--60 {
        margin-top: 40px;
    }
}

.agewise:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>');
    position: absolute;
    width: 18%;
    height: 36px;
    top: 0;
    background-size: 100%;
    left: 5%;
    background-position: top;
    background-repeat: no-repeat;
}

.influencer--waves:after {
    content: "";
    position: absolute;
    background-image: url('../images/category/influencer-waves.png');
    width: 18%;
    height: 36px;
    top: 0;
    background-size: 100%;
    left: 5%;
    background-position: top;
    background-repeat: no-repeat;
}

.mt--60 {
    margin-top: 60px;
}


.shop-card .morekids img {
    max-height: 180px;
    min-height: 180px;
    height: 180px;
    /* object-fit: contain; */
    border-radius: 30px;
    background: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: grey;
}

.pagination .page-item.active .page-link {
    background-color: black;
    color: white; /* optional: to ensure text is readable */
    border-color: black; /* optional: to match border with background */
}


.iframe-swipe-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
    background: transparent;
    pointer-events: none;
}

.sold-out-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #CC0D39;
    color: #FEEB9D;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 10;
    border-radius: 5px;
}

#btn-shop-card {
    padding: 10px !important;
    font-size: 13px !important;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    border: 4px solid #fffaf3;
    left: 83% !important;
    transform: translateX(-50%);
    white-space: nowrap;
}

    #btn-shop-card:hover {
        padding: 10px !important;
        font-size: 13px !important;
        text-transform: uppercase !important;
        position: absolute !important;
        bottom: 0px !important;
        border: 4px solid #fffaf3 !important;
        left: 83% !important;
        transform: translateX(-50%) !important;
        white-space: nowrap !important;
    }

.btn.btn-rounded {
    padding: 12px !important;
    left: 23% !important;
    font-size: 13px !important;
}

.price-1 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.price-2 {
    display: flex;
    align-items: center;
    gap: 4px;
}


.h--0 {
    margin-bottom: 0 !important;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

    .btn.btn-rounded {
        padding: 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

    .btn.btn-rounded {
        padding: 10px !important;
        font-size: 10px !important;
    }

    .price-2 {
        display: contents;
    }
}

@media only screen and (max-width: 344px) {
    .btn.btn-rounded {
        padding: 10px !important;
        font-size: 8px !important;
    }


    .price-2 {
        display: contents;
    }
}

.GalleryPhotosContainer {
    border-radius: 10px;
    background: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    border: 2px solid;
}

.div-gallery-image {
    border-radius: 10%;
    background: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 370px;
    width: 100%;
}

.div-iframe-height {
    height: 370px;
    border-radius: 10%;
    width: 100%
}


.dz-product-detail .quick-modal-swiper, .dz-product-detail .product-gallery-swiper {
    position: relative;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width: 767px) {

    .div-gallery-image {
        border-radius: 10%;
        background: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;        
        height: 350px !important;
        width: 100%;
    }

    .div-iframe-height {
        height: 350px !important;
        border-radius: 10%;
        width: 100%
    }
}

@media only screen and (min-width : 1920px) {

    .div-gallery-image {
        border-radius: 10%;
        background: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;
        height: 550px !important;
        width: 100%;
    }

    .div-iframe-height {
        height: 550px !important;
        border-radius: 10%;
        width: 100%
    }
}

.dz-product-detail-text {
    color: var(--secondary);
    font-size: 14px;
    margin-right: 10px;
}

    .dz-product-detail-text strong {
        font-size: 15px;
        font-family: var(--font-family-title);
    }

.hidecartbtn {
    display: none !important;
}
