.container {
    max-width: 92% !important;
}

.math-capctcha .wpcf7-form-control-wrap{
    margin-left:15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Libre Bodoni", serif; */
    font-family: "Lato", serif;
    font-display: swap;
}

p,a,span,li,body {
    font-family: "Lato", serif;
    font-display: swap;
}

.top-bar-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-block: 19px;
}

.top-bar-content .navbar-brand img {
    /* width: 80%; */
    width: 200px;
}

nav.navbar {
    border-top: 1px solid #9f9f9f;
    /* padding-block: 17px !important; */
    /* padding-block: 17px !important; */
    padding-top: 0;
    padding-bottom: 0;
}
header{
    background-color: #fff;
}
header .topbar-right-content ul {
    /* list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 0; */
}
header li a{
    color: #000;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 100%;
    padding-inline:30px;
}
.mega-indicator{
    margin-left:0 !important;
}
header .extra-links ul li a {
    font-size: 14px;
}

header ul li a:hover {
    color: #95449A;
}

header .offcanvas-body {
    justify-content: center;
}

header .offcanvas-body li a {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.topbar-right-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
    align-items: center;
}

.extra-links li img {
    width: 20px;
}

header .search-wrapper #ajaxsearchlite1 .probox,
header .search-wrapper div.asl_w .probox {
    margin: 0;
    height: 100%;
    background-color: #fff;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    box-shadow: 0 0 0 0 #b5b5b5 inset;
    align-items: center;
    padding: 5px 3px;
    font-size: 16px;
    width: 350px;
}

#header-menu-list li a img {
    width: 28px;
}

#header-menu-list {
    column-gap: 57px;
}
/*Mega menu inside */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-radius: 10px;
    top: 41px;
    background: #fff;
}
 .product-container {
            display: flex;
            gap: 20px;
        }
        .product-categories {
            width: 25%;
            border-right: 2px solid #ddd;
        }
        .product-categories ul {
            list-style: none;
            padding: 0;
        }
        .product-categories li {
            padding: 10px;
            cursor: pointer;
        }
       
        .product-list {
            width: 75%;
        }
        .product-item {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }
        .mega-sub-menu .mega-menu-column{
            background-color:#fff;
        }
        #product-categories{
                width: 25%;
    padding: 30px 0px;
    background: #fafafa;
    border-radius: 5px;
        }
#product-categories h3,
#product-listing h3{
    font-family: "Lato", serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline: 35px;
    margin-bottom: 1.5rem;
}
#product-categories ul,
#product-items ul{
    list-style:none;
    padding-left:0;
}
#product-categories ul .category-item{
    position:relative;
    color: #222;
    font-size:18px;
        line-height: 28px;
    padding: 10px 35px;
}
#product-categories ul .category-item::after{
    content:"";
    background-image:url('../images/Icon.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    filter: invert(1) brightness(0);
}
 #product-categories ul .category-item.active ,
 #product-categories ul .category-item:hover 
 {
    background: #fff;
    color: #95449A;
}
#product-categories ul .category-item.active::after,
#product-categories ul .category-item:hover::after {
    filter: invert(0) brightness(1);
}
        #product-listing{
                width: 75%;
    padding: 30px 0px;
        }
        #product-items ul li a{
                text-transform: capitalize;
    line-height: 28px;
        padding-block: 7px;
        }
        #product-items{
                padding-inline: 35px;
        }
        #product-categories .product-count{
            display:none;
        }
#hero-banner {
    background-image: url('../images/Group-1000001840-scaled.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 50px;
}
#hero-banner .row{
    align-items: center;
}

#hero-banner h1 {
    font-size: 80px;
    line-height: 88px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    text-transform: capitalize;
}

#hero-banner .desc-wrapper p {
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 48px;
}

.button-wrapper a ,
.wpcf7-form-control.wpcf7-submit{
    background: #95449A;
    border: 1px solid #95449A;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 17px 40px;
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: max-content;
    transition: 0.3s ease-in-out;
}
.button-wrapper a:hover,
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #fff;
    color: #95449A;
    border: 1px solid #95449A;
}
footer .wpcf7-form-control.wpcf7-submit:hover {
    color: #95449A;
    border-color: #95449A;
}
.section-title{
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-family: "Lato", serif;
}
#cta-banner .section-title {
    text-transform: capitalize;
    margin-bottom: 30px;
    /* margin-bottom: 40px; */
}
#cta-banner .button-wrapper {
  padding-bottom: 20px;
}
#hero-banner .home-banner.owl-carousel .owl-item img {
    display: block;
    width: 82%;
    margin-inline: auto;
    text-align: center;
    object-fit: contain;
    height: 500px;
}
#ft-products,
#browse-categories,
#brand-partners,
#collab-growth .container,
footer .container > .row,
#faq-page,
#media-page,
.all-posts{
    padding-block: 50px;
}
.ft-product-add-cart.button-wrapper a{
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding: 13px 34px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    color: #95449A;
}
.ft-product-add-cart.button-wrapper a:hover{
    background-color: #95449A;
    color: #fff;
}
.ft-product-add-cart.button-wrapper a img{
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}
.ft-product-add-cart.button-wrapper a:hover img{
    filter: invert(1) brightness(100);
}
.ft-product-image img{
    height: 300px;
    object-fit: contain;
    margin-bottom: 25px;
}
.ft-product-title h3{
    color: #222222;
    font-family: "Lato", serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ft-card-wrap{
    position: relative;
    padding-inline: 5px;
}
/*
.ft-card-wrap::before{
    content: "";
    background-color: #9f9f9f;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
}
*/
.feautred-products-slider .ft-products-main .owl-stage-outer {
  position: relative;
}

#cta-banner{
    background: url('../images/Group 1000001860.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-block: 20px;
}
#cta-banner .col-lg-6 > img{
    width: 80%;
    object-fit: contain;
    padding-top: 50px;
}
.product-category-title h3{
    font-family: "Lato", serif;
    color: #95449A;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    background: #fff;
    width: max-content;
    margin-inline: auto;
    padding-inline: 30px;
}
.product-category-title,
.product-category-image{
    position: relative;
    z-index: 0;
    text-align: center;
    margin-bottom: 20px;
}
.product-category-item,
.product-category-image img{
    transition: 0.3s ease-in-out;
}
.product-category-item:hover .product-category-image img{
    transform: scale(1.1);

}
.product-category-title::before{
    content: "";
    background-color: #fff0;
    width: 100%;
    height: 340px;
    border: 1px solid #9F9F9F;
    display: block;
    position: absolute;
    top: 22px;
    z-index: -1;
}
.products-category-wrap .row{
    row-gap: 50px;
}
.brand-partners-slider img{
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 60% !important;
    max-height: 60px;
}
#collab-growth .container{
    background-color: #F8F8F8;
    padding-inline: 50px;
}
.collab-stats-wrap{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.collab-stats-wrap::before,
.collab-stats-wrap::after{
    content: "";
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom:15px;
    right: 0;
    margin: auto;
}
.collab-stats-wrap::after{
    width: 1px;
    height: calc(100% + 100px);
    left: 15px;
    bottom:0px;
}
.brand-collab-wrap{
    position:relative;
    display: flex;
    column-gap: 0px;
    align-items: center;
}
.brand-collab-wrap:before{
    content:'';
    background-color: #D1D1D1;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -170px;
    right: 0px;
    margin: auto;
}
.collab-stats-wrap h4{
    font-family: "Lato", serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
}
#collab-growth .desc-wrapper p{
        font-size: 18px;
    line-height: 1.2;
    font-weight:500;
}
.brand-collab-logo  img{
    mix-blend-mode: multiply;
    width: 80%;
}
.copy-footer{
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding-inline: 4%;
    margin-inline: auto;
}

.social-icon-wrap{
    /* display: flex; */
    /* column-gap: 15px; */
    /* align-items: center; */
}
.social-icons{
    display: flex;
    column-gap: 10px;
}
.social-icons img{
    width: 30px;
}
.social-icon-wrap p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
footer h3{
    font-family: "Lato", serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
}
footer .footer-desc p{
        font-size: 18px;
        line-height: 1.5;
        padding-right: 0px;
}
footer .footer-newsletter p{
    /* font-weight: 600; */
    font-size: 18px;
    line-height: 30px;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul li a{
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    display: block;
}
.copy-footer p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
footer .newsletter-form form{
    position: relative;
}
footer .newsletter-form .wpcf7-form-control.wpcf7-email{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    height: 50px;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    padding-right: 30.5%;
}
footer .newsletter-form .wpcf7-form-control.wpcf7-email::placeholder{
    color: #000;
}
.wpcf7-form-control.wpcf7-submit{
    position: absolute;
    top: 2px;
    right: 2px;
    /* right: 12px; */
    height: 46px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 5px;
    line-height: 1;
}
#collab-growth .section-desc {
    padding-right: 40%;
    font-size: 18px;
    line-height: 28px;
}
.product-category-title a{
    transition: 0.5s ease-in-out;
    text-decoration: none;
}
.product-category-title a:hover img{
    margin-left: 15px;
}
.owl-theme .owl-dots .owl-dot{
    transition:0.5s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 2px;
    color: transparent;
    border: 1px solid #fff;
    outline: 0;
    background-color: transparent;
    min-width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 10px;
    transition:0.5s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #fff;
    border-radius: 10px;
    min-width: 35px;
}
#thankyou,
#faq-page{
    background-color: #f4f4f4;
}
#thankyou .row{
    align-items: center;
    justify-content: center;
    /* height: calc(100vh - 141px); */
    height: calc(100vh - 230px);
    text-align: center;
}
#thankyou h1{
    font-family: "Lato", serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    color: #95449A;
}
#thankyou h3{
    font-family: "Lato", serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 0;
}
#thankyou .desc-wrapper p {
    font-size: 18px;
    line-height: 28px;
    color: #222;
}
#thankyou  .button-wrapper a{
    margin-inline:auto ;
    text-transform: capitalize;
    padding-inline: 55px;
}
#thankyou  .button-wrapper a:hover{
    color: #95449A;
}
#faq-page .title-wrapper h1{
    font-family: "Lato", serif;
    font-size: 50px;
    line-height: 60px;
    color: #222;
}
.faq-main .nav{
    margin-bottom: 25px;
    border-bottom: 0;
    justify-self: center;
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
}
.faq-main .nav .nav-item .nav-link{
    color: #272E3D;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 15px;
    padding-inline: 30px;
}
.faq-main .nav .nav-item .nav-link.active{
    color: #95449A;
    background: #FFE4E9;
    border: 1px solid #95449A;
    padding-inline: 30px;
}
#faq-page .row{
    width: 90%;
    margin-inline: auto;
    
}
.faq-main .accordion-item .accordion-button:not(.collapsed),
.faq-main .accordion-item .accordion-button.collapsed{
    font-family: "Lato", serif;
    /* font-size: 26px; */
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    background: #fff;
    /* border-bottom:1px solid #CDD6DA; */
    border-bottom: 1px solid rgb(205 214 218 / 25%);
    color: #000;
    transition: all .3s ease;
}
.faq-main .accordion-item .accordion-button::focus,
.faq-main .accordion-item .accordion-button:focus{
    box-shadow:unset;
    outline:none;
    border:0;
}
.accordion-button:focus {
    box-shadow: unset;
}
.accordion-collapse.collapse,.faq-main .accordion-item .accordion-button:not(.collapsed){
    background: #fff;
}
.accordion-collapse.collapse {
    padding-top: 4px;
    padding-top: 4px;
}
.faq-main .accordion-item .accordion-button:not(.collapsed) {
    /* padding-top: 30px; */
}
.faq-main .accordion-item .accordion-button.collapsed{
    background-color: #fff0;
}
.faq-main .accordion-item{
    background-color: #fff0;
    border-color: rgb(205 214 218 / 60%) !important;
}
body.blog{
    background-color: #FAFAFA   ;
}
body.blog .latest-post .container,
body.blog .all-posts  .container
{
max-width: 70% !important;
margin-inline-start: auto;
}
#media-page h1{
    font-family: "Lato", serif;
    font-size: 52px;
    line-height: 62px;
    font-weight: 500;
}
body.blog .latest-post .row{
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
body.blog .post-img-wrapper img{
width: 100%;
border-radius: 12px;
}
.post-content-wrap h2{
    font-family: "Lato", serif;
    font-size: 16px;
    line-height: 26px;
    color: #95449A;
    font-weight: 600;
    text-transform: uppercase;
}
.readtime-wrap{
    margin-left: 10px;
    font-size: 12px !important;
    color: #495367;
    background-color: #EBEEF2;
    border-radius: 6px;
    padding: 5px 9px;
    text-transform: lowercase;
}
.post-title-wrap h3{
    font-size:30px;
    line-height: 40px;
    font-weight: 600;
    color:#1A202E;
    font-family: "Lato", serif;
    text-transform: capitalize;
}
.post-link a{
    width: max-content;
    display: block;
    border: 1px solid #95449A;
    border-radius: 10px;
    text-transform: uppercase;
    color: #95449A;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.post-content-wrap {
    font-size: 18px;
    line-height: 28px;
}
.post-link a:hover{
    background-color: #95449A;
    color: #fff;
}
.latest-post .col-lg-5 > .post-content-wrap{
    padding-right: 50px;
}
.all-posts .post-item {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ECF0F6;
}
.all-posts .post-item .post-img-wrapper img{
    width:100% ;
    border-radius: 0;
}
.all-posts h2{
    font-family: "Lato", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20PX;
    color: #1A202E;
}
.all-posts .post-content-wrap{
    padding: 15px;
}
.all-posts .post-content-wrap h3{
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: "Lato", serif;
    font-weight: 600;
}
.all-posts .post-date-wrapper{
    color: #9F9F9F;
    font-size: 12px;
    line-height: 20px;
}
.all-posts-excerpt p{
    font-size: 14px;
    line-height: 22px;
}
.all-posts .post-item .post-link a{
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.all-posts .post-item .post-link a:hover{
    color: #222;
    background-color: transparent;
}
.all-posts-caegory-wrap  a{
    font-size: 14px;
    line-height: 24px;
    color: #95449A;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.all-posts .post-date-wrapper p{
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 0;
    padding-block: 13px 5px;
    margin-top: 10px;
    border-top: 1px solid #ECF0F6;
}
.ft-products-main{
    width: 93%;
    margin-inline: auto;
}
.ft-products-main .owl-nav button i{
    border: 1px solid #9f9f9f;
    border-radius: 100px;
    padding: 11px;
    color: #9f9f9f;
    transition: 0.3s ease-in-out;
    background-color: transparent;
}
.ft-products-main .owl-nav button:hover i{
    border: 1px solid #95449A;
    border-radius: 100px;
    padding: 11px;
    color: #95449A;
}
.ft-products-main.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.ft-products-main.owl-theme .owl-nav .owl-prev,
.ft-products-main.owl-theme .owl-nav .owl-next
{
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: -15px; */
    left: -25px;
}
.ft-products-main.owl-theme .owl-nav .owl-next{
    left: unset;
    /* right: -15px; */
    right: -25px;
}
.addToCart img{
  background-color: #ffffff00 !important;   
}
.addToCart:hover img{
   
    filter: invert(1) brightness(100);
}
.addToCart.added{
    pointer-events: none;
    opacity: 0.6;
       background-color: #FFF8F8;
    color: #95449A;
    cursor: not-allowed;
}
.cart-wrapper{
    position:relative;
}
.cart-wrapper .cart-count{
    background: #95449A;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -11px;
    pointer-events: none;
}
.section.relatedProduct .relatedProductWrpper {
    padding-block: 50px;
}
.cart-item {
    position:relative;
    display: flex;
    align-items: start;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
        column-gap: 25px;
            margin-bottom: 20px;
}
.cart-product-img img{
    width: 120px;
    height: 130px;
    object-fit: contain;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
.cart-item-details{
    flex: 1;
    padding-top: 15px;
    display: grid;
    grid-template-columns: 45% 55%;
}
.cart-item-details h4{
    font-family: lato;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
    margin-bottom:20px;
}
.cart-item-details p{
        color: #5B5B5B;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
.cart-item-details .remove-cart-item{
    position: absolute;
    top: 7px;
    right: 7px;
    /*background: #FFF8F8;*/
    /*border: 1px solid #95449A;*/
    /*padding: 5px;*/
    /*border-radius: 100px;*/
    /*font-size: 12px;*/
    width:25px;
    cursor:pointer;
}
.cart-checkout{
    background: #f4f4f4;
    padding: 40px 60px;
    margin-top: 133px;
    width: 90%;
    margin-left: auto;
}
.cart-checkout p{
    font-size: 17px;
    font-weight: 700;
    /*text-align: center;*/
    line-height: 1.2;
}

.totalProduct{
    font-size: 19px;
    margin:10px 0 30px 0;
    font-family: "Lato", serif;
}

.productNo {
    font-weight:600;
}
.contact-details li{
    display: flex;
    column-gap: 5px;
}

@media(min-width:768px){
  .ft-products-main.owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
  .ft-products-main.owl-theme .owl-nav .owl-next {
    right: -35px;
  }
}

@media(min-width:992px){
  .cart-checkout p{
    font-size: 24px;
  }
  .ft-products-main.owl-theme .owl-nav .owl-prev {
    left: -45px;
  }
  .ft-products-main.owl-theme .owl-nav .owl-next {
    right: -45px;
  }
}

@media(min-width:14400px){
    .cart-checkout p{
        font-size: 30px;
    } 
}
.cart-checkout a{
    background-color: #95449A;
    border:1px solid #95449A;
    border-radius:10px;
    color: #fff;
        font-size: 22px;
    font-weight: 500;
    /* padding: 10px 50px; */
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
    transition:0.3s ease-in-out;
}
.cart-checkout a:hover{
    background-color: #fff0;
    color: #95449A;
}
.cart-title h2{
    font-family: lato;
    font-weight: 500;
    font-size: 55px;
    line-height: 65px;
    text-transform: capitalize;
        margin-bottom: 25px;
}
.cart-popup {
    position: fixed;
    bottom: 0px;
    top:0;
    right: 0px;
    left:0;
    margin:auto;
    background: #274F21;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeInOut 2s ease-in-out;
    width:max-content;
    height:max-content;
    z-index: 999;
}
.addToCart img {
    width:25px !important;
}
.cart-items-quantity{
    background: #F8F8F8;
    width: max-content;
    border: #ddd 1px solid;
    /* padding: 8px 10px; */
    padding: 5px 10px;
    border-radius: 5px;
}
.cart-item-quantity{
    outline: none;
    -moz-appearance: textfield; 
    /* width: 50px; */
    width: 80px;
    text-align: center;
    font-weight: 600;
    background: #F8F8F8;
    border: 1px solid #f8f8f8;
    box-shadow: none;
    outline: none;
}
.cart-item-quantity::-webkit-outer-spin-button,
.cart-item-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-item-quantity {
    -moz-appearance: textfield; /* Firefox */
}
.quantity-btn{
    display: none;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background: #Fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.quantity-btn:hover{
    background-color: #95449A;
    color: #fff;
}
.quantity-wrapper p{
    font-size: 20px;
    line-height: 30px;
    font-family: "Lato", serif;
    text-transform: capitalize;
    color: #000;
}
.selection-box{
    position: absolute;
    top: 13px;
    left: 15px;
}
.selection-box input{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.delete-selected-btn{
    background: #fff0;
    border: 1px solid #fff0;
    color: #95449A;
    text-decoration: underline;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
}
.selected-items-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#enquiryModal .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-family: lato;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    text-transform: capitalize;
}
#enquiryModal .modal-title-wrap p{
    font-size: 18px;
    line-height: 28px;
}
#enquiryModal .btn-close, #enquiryModalOpen .btn-close {
    position: absolute;
    right: 14px;
    top: 14px;
}
#enquiryModal .form-control,
#enquiryModal textarea.form-control
{
    border: 1px solid #9F9F9F;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    border-radius: 5px;
}

#enquiryModal .intl-tel-input .form-control {
  padding-left: 84px;
}

#enquiryModal input.form-control::placeholder,
#enquiryModal textarea.form-control::placeholder{
    color: #000;
}
#enquiryModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 45px;
}

#enquiryModal .modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
#enquiryModal .wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #95449A;
}
#enquiryModal  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, 
#enquiryModal  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], 
#enquiryModal  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px;
}
#enquiryModal  .form-control:focus {
    background-color: #fff;
    /* border-color: #fff0;
    outline: 0; */
    box-shadow: none;
}
.label-selected-product{
    font-size: 18px;
    color: #0b0b0b;
    line-height: 28px;
}
#age-popup h2{
    font-family: "Lato", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #1f1f1f;
    text-transform: capitalize;
}
#age-popup p{
    font-size: 18px;
    line-height: 28px;
}
#age-popup .modal-dialog {
    max-width: 650px;
}
#age-popup .modal-content{
    padding: 35px 70px !important;
}
#confirm-25,
#exit-site{
    border: 1px solid #95449A;
    color: #95449A;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 45px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
#exit-site{
    border: 1px solid #000;
    color: #000;
}
#confirm-25:hover{
    background-color: #95449A;
    color: #fff;
}
#exit-site:hover{
    background-color: #000;
    color: #fff;
}
footer ul li a:hover{
    color: #95449A;
}
.ft-card-wrap .addToCart, .ft-card-wrap .buttonEnquire {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: none;
}
.ft-card-wrap{
    transition: 0.3s ease-in-out;
}
/* .ft-card-wrap:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.ft-card-wrap:hover .addToCart, .ft-card-wrap:hover .buttonEnquire {
    visibility: visible;
    opacity: 1;
    display: block;
}
footer .row .col-lg-5.footer-p1{
    position: relative;
    padding-right: 6em !important;
}
footer .row > .col-lg-5.footer-p1::after{
    content: "";
    background-color: #D9D9D9;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    display: block;
}
.page-template-register header nav.navbar,
.page-template-register footer > .container,
.page-template-login header nav.navbar,
.page-template-login footer > .container
{
display: none;
}
section.loginWrapper{
    min-height: 100vh;
}
section.loginWrapper .container{
    height: 100%;
}
section.loginWrapper .row{
    height: 100%;
    align-items: center;
}
section.shopWrapper .col-lg-4 .singleItem a{
    height: auto;
}

.um.um-register .um-col-1{
	display: flex;
   flex-wrap: wrap;
   column-gap: 5%;
}
.um.um-register .um-col-1 #um_field_198_user_email,
.um.um-register .um-col-1 #um_field_198_user_login{
	width:100%;
}
.um.um-register .um-col-1 #um_field_198_user_password,
.um.um-register .um-col-1 #um_field_198_confirm_user_password,
.um.um-register .um-col-1 #um_field_198_birth_date,
.um.um-register .um-col-1 #um_field_198_country,
.um.um-register .um-col-1 #um_field_198_user_gender,
.um.um-register .um-col-1 #um_field_198_mobile_number
{
	width:47.5%
}
.um-field.um-field-type_terms_conditions .um-toggle-gdpr{
	display: none;
}
.um-button{
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.um-field-checkbox-state i, .um-field-radio-state i {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    color: #222 !important;
}
.um-field-checkbox-option, .um-field-radio-option {
    color: #222!important;
}
@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(10px); }
}
@media (min-width: 1200px) and (max-width:1499px) {
    .filter-popup{
        display:block !important;
    }
    #hero-banner h1 {
                font-size: 66px;
        line-height: 81px;
    }
    #hero-banner .desc-wrapper p {
        /* font-size: 20px; */
        font-size: 18px;
        line-height: 30px;
    }
    .ft-product-title h3{
        font-size: 18px;
        line-height: 28px;
        min-height: 60px;
    }
    .ft-card-wrap {
        padding-inline: 16px;
    }
    .product-category-title h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .product-category-title a img{
        width: 20px;
    }
    .product-category-title::before {
        height: 310px;
    }
    #collab-growth .section-desc {
        padding-right: 30%;
    }
    footer .newsletter-form .wpcf7-form-control.wpcf7-email {
        padding-right: 36.5%;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-family: "Lato", serif;
        font-size: 14px;
        line-height: 24px;
        padding-inline: 20px;
    }
    #thankyou .desc-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }
    #thankyou h1 {
        font-size: 70px;
        line-height: 80px;
    }
    #thankyou .button-wrapper a{
        padding-block: 14px;
    }
        .section-title {
        /* font-size: 50px; */
        font-size: 44px;
        line-height: 60px;
    }
    .cart-item-details h4 {
        font-size: 20px;
    }
    .quantity-wrapper p,
    .delete-selected-btn {
        font-size: 18px;
        line-height: 28px;
    }
    .cart-items-quantity {
        transform: scale(0.8);
        transform-origin: 0;
    }
    .label-selected-product {
        font-size: 16px;
    }
    .cart-checkout {
        padding: 30px 40px;
        width: 95%;
    }
    .cart-checkout a {
        font-size: 18px;
    }
    .totalProduct {
        font-size: 16px;
    }
}

@media (min-width: 1300px) {
    #hero-banner h1 {
        /* font-size: 70px; */
        font-size: 62px;
        /* line-height: 85px; */
        line-height: 80px;
    }
    #hero-banner .desc-wrapper p {
        /* font-size: 24px; */
        font-size: 18px;
        line-height: 34px;
    }
    .ft-product-title h3{
        font-size: 18px;
        line-height: 28px;
        min-height: 60px;
    }
    .ft-card-wrap {
        padding-inline: 16px;
    }
    .product-category-image img{
        height: 280px;
        object-fit: contain;
        object-position: bottom;
    }
    .product-category-title h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .product-category-title a img{
        width: 20px;
    }
    .product-category-title::before {
        height: 280px;
    }
    #collab-growth .section-desc {
        padding-right: 30%;
    }
    footer .newsletter-form .wpcf7-form-control.wpcf7-email {
        padding-right: 36.5%;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
        line-height: 26px;
        padding-inline: 25px;
    }
    #thankyou .button-wrapper a{
        padding-block: 14px;
    }
    #thankyou .desc-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }
    #thankyou h1{
        font-size: 80px;
        line-height: 90px;
    }

}

@media (min-width: 1400px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
        font-size: 18px;
        line-height:28px;
        padding-inline: 30px;
    }
        #hero-banner h1 {
        font-size: 80px;
        line-height: 100px;
    }
    /* #hero-banner h1 {
        font-size: 80px;
        line-height: 100px;
    }
    #hero-banner .desc-wrapper p {
        font-size: 33px;
        line-height: 41px;
    } */
    .section-title{
        /* font-size: 55px; */
        font-size: 50px;
        line-height: 65px;
    }
    #ft-products .desc-wrapper p {
        font-size: 20px;
        line-height: 30px;
    }
    .ft-product-title h3{
        font-size: 20px;
        line-height: 30px;
    }
    #thankyou .desc-wrapper p {
        font-size: 18px;
        line-height: 28px;
    }
}



/* Tablet (Landscape) */
@media (min-width: 768px) and (max-width: 1199px) {
    .filter-popup{
        /* display:block !important; */
    }
    /* Styles for tablet landscape */
    .product-category-title h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .product-category-image img {
        object-position: bottom;
        min-height: 230px;
        object-fit: contain;
        aspect-ratio: 1 / 1;
    }
    .product-category-title::before {
        height: 240px;
    }
    .products-category-wrap .row {
        row-gap: 10px;
    }
    #collab-growth .container {
        padding-inline: 25px;
    }
    #collab-growth .section-desc {
        padding-right: 10%;
    }
    .collab-stats-wrap h4 {
        font-size: 16px;
    }
    .collab-desc p{
        font-size: 14px;
    }
    .collab-icon img{
        width: 50%;
    }
    #hero-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #hero-banner .desc-wrapper p {
        font-size: 16px;
        line-height: 26px;
    }
    .ft-product-title h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .ft-product-add-cart.button-wrapper a {
        padding: 10px 20px;
    }
    #cta-banner {
        background-size: cover;
    }
    #cta-banner .section-title {
        /* font-size: 26px; */
        font-size: 29px;
        text-align: left;
        line-height: 36px;
    }
    .button-wrapper a, .wpcf7-form-control.wpcf7-submit {
        padding: 12px 30px;
        font-size: 14px;
        line-height: 24px;
    }
    #cta-banner .col-lg-6 > img {
        padding-top: 15px;
    }
    .collab-stats-wrap {
        gap: 20px;
    }
    .collab-stats-wrap::after{
        left: 1px;
    }
}
/* mini Desktop and Tab potrait */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for desktop */
    #hero-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #hero-banner .desc-wrapper p {
        /* font-size: 20px; */
        font-size: 18px;
        line-height: 30px;
    }
    header .offcanvas-body li a {
        font-size: 14px;
    }
    #header-menu-list {
        column-gap: 30px;
    }
    .ft-product-title h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Tablet (Portrait) */
@media (min-width: 600px) and (max-width: 767px) {
    /* Styles for tablet portrait */
    
}

/* Mobile */
/* @media (max-width: 599px) { */
@media (max-width: 991px) {
    .container {
        max-width: 98% !important;
    }
    header{
        /* position: sticky; */
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 1000;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    header .container{
        padding-right: 0;
    }
    .topbar-right-content {
        justify-content: center;
    }
    .navbar.navbar-expand-lg{
        width: max-content;
        border: 0;
        height: max-content;
        padding: 0 !important;
        position: absolute;
        top: 12px;
        /* right: 21px; */
        right: 15px;
    }
    .offcanvas.offcanvas-end.show{
        width: 100vh;
        background: #fff;
        /* background: #FFE4E9; */
        
    }
    header .offcanvas-body li a {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        padding-block: 1.5rem;
        border-bottom: 1px solid #95449A;
        color: #95449A;
        border-bottom: 0;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
        padding-inline: 0;
        padding-block: 20px;
        border-bottom: 1px solid #b9b9b9;
        font-size: 16px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
      display: list-item;
    }
    #product-filter-container{
        flex-wrap:wrap;
    }
    #product-listing {
    width: 100%;
        
    }
    #product-categories {
    width: 100%;
        
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #95449A;
    background: transparent;
    padding-bottom: 10px;
}
    #hero-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #hero-banner .desc-wrapper p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero-banner .content-group{
        margin-bottom: 30px;
        text-align: center;
    }
    #hero-banner .button-wrapper a{
        margin-inline: auto;
    }
    #thankyou .row {
        height: calc(80vh - 141px);
    }
    #thankyou h1 {
        line-height: 58px;
        font-size: 48px;
    }
    #thankyou .desc-wrapper p {
        font-size: 16px;
        line-height: 26px;
    }
    .copy-footer{
        flex-direction: column;
        align-items: center;
    }
    .top-bar-content,
    .topbar-right-content{
        row-gap: 20px;
    }
    .ft-product-title h3,
    .ft-product-details p{
        text-align: center;
    }
    .ft-product-add-cart.button-wrapper a {
        margin-inline: auto ;
    }
    #cta-banner .button-wrapper a{
        /* margin-inline: auto ; */
    }
    .ft-card-wrap::before{
        display: none;
    }


    #cta-banner {
        background-position: center center;
        background-size: cover;
        text-align: center;
        padding-block: 50px;   
    }
    #collab-growth .container{
        padding-inline: 15px;
        text-align: center;
    }
    #collab-growth .section-desc,
    footer .footer-desc p,
    .latest-post .post-content-wrap {
        padding-right: 0;
    }
    .collab-stats-wrap {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }
    .collab-desc p{
        font-size: 20px;
        line-height: 26px;
    }
    .collab-stats-wrap h4{
        font-size: 24px;
        line-height: 34px;
    }
    .collab-stats-wrap::after ,
    .collab-stats-wrap::before{
        display: none;
    }
    .collab-stats-item.text-center {
        /* border-bottom: 1px solid #D9D9D9; */
    }
    .brand-partners-slider img {
        margin-inline: auto;
    }
    body.blog .latest-post .container, body.blog .all-posts  .container {
        max-width: 92% !important;
        margin-inline-start: auto;
    }
    .all-posts h2 {
        font-size: 26px;
        line-height: 36px;
    }
    body.blog .latest-post .row {
        padding: 20px 10px;
        flex-direction: column-reverse;
    }
    .post-content-wrap {
        font-size: 16px;
        line-height: 26px;
    }
    .latest-post .post-img-wrapper{
        margin-bottom: 25px;
    }
    .latest-post{
        padding-bottom: 0;
    }
    .all-posts-caegory-wrap a {
        font-size: 16px;
    }
    .shopBanner .imgWrapper img{
        height: 100%;
        object-fit: cover;
    }
    #collab-growth .desc-wrapper p{
        font-size: 16px;
    }
    .latest-post .col-lg-5 > .post-content-wrap {
        padding-right: 0;
    }
    footer .newsletter-form .wpcf7-form-control.wpcf7-email{
        padding-right: 45.5%;
    }
    .wpcf7-form-control.wpcf7-submit {
        top: 5px;
        right: 5px;
        height: 40px;
        padding: 7px 25px;
    }
    footer .newsletter-form .wpcf7-form-control.wpcf7-email{
            padding-right: 38.5%;
    }
    .iti-mobile .iti--container {
        width: 88% !important;
    }
    .math-capctcha .wpcf7-form-control-wrap {
        margin-left: 0;
    }
    section.mapWrapper .contentBG .contentWrap{
        box-shadow: 0px 4px 57px 0 rgba(0, 0, 0, .25);
    }
    /*
    .btn-close {
        box-sizing: content-box;
        width: 2em;
        height: 2em;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C41230'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat;
        border: 1px solid #95449A;
        border-radius: .375rem;
        opacity: .5;
    }
    */
    .btn-close {
      font-size: 30px;
      background: #95449A;
      border: none;
      cursor: pointer;
      color: #fff !important;
      border-radius: 100px;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 !important;
      padding-bottom: 1px !important;
      opacity: 1 !important;
      flex: 0 0 auto;
    }
    .offcanvas-header{
            margin-right: 10px;
            margin-top: 10px;
            justify-content: space-between;
        }
        .offcanvas-header .rg_logo img{
            width: 60%;
        }
        section.shopWrapper .col-lg-4 .singleItem {
            padding: 0 0px;
        }
        .addToCart {
        padding: 15px 10px;
            
        }
        .seach-bar-wrap{
            display:none;
            /* position: absolute;
            left: -230px;
            top: -5px; */
            position: fixed;
            right: 15px;
            left: auto;
            top: 10px;
            z-index: 9;
            max-width: calc(100% - 30px);
        }
        .search-mobile img{
                width: 25px;
        height: 25px;
        }
        .search-wrapper{
            position: absolute;
            top: 18px;
            right: 110px;
        }
        .filter-button-mobile .open-filter-btn{
            position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        background: #95449A;
        color: #fff;
        padding: 10px;
        text-align: center;
        border: none;
        cursor: pointer;
        font-size: 16px;
        /* border-radius: 5px; */
        border-radius: 0px;
        }
    .filter-popup {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none; /* Initially hidden */
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .filter-popup-content {
        background: #fff;
                width: 100%;
            max-width: 100%;
            padding: 20px;
            border-radius: 10px;
            position: relative;
            height: calc(100vh - 46px);
            max-height: 100vh;
            overflow-y: auto;
    }
    .filter-popup .close-filter {
        position: absolute;
        top: 11px;
        right: 15px;
        font-size: 30px;
        /* line-height: 40px; */
        background: #95449A;
        border: none;
        cursor: pointer;
        color: #fff;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding-bottom: 1px;
    }
    section.shopWrapper .filterWrapper {
        margin-top: 35px;
        border-right:0;
        
    }
    header ul{
        list-style-type: none;
        padding: 0;
    }
    header ul li{
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }
    header .offcanvas-body ul li a {
        font-size: 16px;
        padding-block: 20px;
        border-bottom: 1px solid #b9b9b9;
        font-weight: 500;
        color: #222222;
        line-height: 24px;
        text-transform: uppercase;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        display: flex;
        align-items: center;
        height: 100%;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0;
        width: 100%;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .cart-checkout {
        width: 100%;
        padding: 20px 20px;
        margin-top: 50px;
    }
    .top-bar-content .navbar-brand img {
        /* width: 60%; */
        width: 180px;
    }
    .cart-wrapper{
        position: absolute;
        top: 0;
        right: -40px;
    }
    .product-category-title h3 {
        font-size: 16px;
        line-height: 46px;
        font-weight: 600;
        padding-inline: 5px;
    }
    .product-category-title::before {
        height: 220px;
    }
    .product-category-image img{
        width: 200px;
        height: 200px;
        object-fit: contain;
        object-position: bottom;
    }
    .products-category-wrap .row {
        row-gap: 20px;
    }
    .brand-partners-slider img {
        width: 80% !important;
    }
    #faq-page .row,
    .faq-main .nav {
        width: 100%;
        margin-inline: auto;
    }
    .cart-item-details h4 {
        font-size: 20px;
    }
    .cart-item-details {
        grid-template-columns: 100%;    
    }
    .cart-item-details p {
        font-size: 16px;
        line-height: 26px;
    }
    .cart-item {
        column-gap: 15px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .cart-checkout a {
        /* font-size: 18px; */
        padding: 10px 5px;
        font-size: 16px;
    }
    .cart-checkout p, .cart-checkout .totalProduct {
      margin-bottom: 0;
    }
    .product-category-title a img {
        width: 15px;
        height: 15px;
        margin-top: -30px;
    }
    #hero-banner .home-banner.owl-carousel .owl-item img {
        height: 250px;
    }
    #collab-growth .section-title br{
        display: none;
    }
    .section-title {
        font-size: 36px;
        line-height: 46px;
    }
    .desc-wrapper p{
        font-size: 20px;
        line-height: 30px;
    }
    footer .row .col-lg-5.footer-p1 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
    }
    footer .row > .col-lg-5.footer-p1::after{
        display: none;
    }
    #collab-growth{
        padding-block: 0;
    }
    .addToCart{
        font-size: 14px;
    }
    .imgWrap img {
        /* height: 100% !important; */
    }
    .cart-product-img img {
        width: 90px;
        height: 90px;
    }
    .delete-selected-btn {
      font-size: 18px;
      line-height: 18px;
    }
    .cart-items-quantity {
        transform: scale(0.8);
        transform-origin: 0;
        padding: 0;
        margin-top: 5px;
    }
    .cart-items-quantity .quantity-btn {
      display: none;
    }
    .cart-items-quantity input[type="number"]{
      padding: 5px 10px;
      width: 100px;
      text-align: left;
    }
    .navbar-toggler{
        padding-inline: 0;
        border: 0;
    }
    #age-popup .modal-content {
        padding: 30px 30px !important;
    }
    #age-popup h2 {
        font-size: 24px;
        line-height: 34px;
    }
    #age-popup p {
        font-size: 16px;
        line-height: 26px;
    }
    .cart-wrapper a img{
        width: 25px;
    }
    #confirm-25, #exit-site {
        font-size: 16px;
        line-height: 26px;
        padding: 7px 40px;
    }
    header .offcanvas-body ul li a.mobile-logout {
        background: #95449A;
        border: 1px solid #95449A;
        color: #fff;
        padding: 15px 45px;
        width: max-content;
        border-radius: 10px;
        margin-top: 30px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: bold;
        transition: 0.3s ease-in-out;
    }
    header .offcanvas-body ul li a.mobile-logout:hover{
        background: #fff0;
        color: #95449A;
    }
    .um.um-register .um-col-1 #um_field_198_user_password,
    .um.um-register .um-col-1 #um_field_198_confirm_user_password,
    .um.um-register .um-col-1 #um_field_198_birth_date,
    .um.um-register .um-col-1 #um_field_198_country,
    .um.um-register .um-col-1 #um_field_198_user_gender,
    .um.um-register .um-col-1 #um_field_198_mobile_number
    {
        width:100%;
    }
    .ft-card-wrap .addToCart, .ft-card-wrap .buttonEnquire {
        visibility: visible;
        opacity: 1;
        display: block;
        align-items: center;
    }

    .faq-main .accordion-item .accordion-button:not(.collapsed), .faq-main .accordion-item .accordion-button.collapsed {
      font-size: 17px;
      line-height: 24px;
      padding-right: 40px;
    }
}

.um-field-checkbox-option, .um-field-radio-option {
    margin: 0px 0 0 24px;
}

@media(max-width: 767px) {
  #cta-banner .button-wrapper a {
      margin-inline: auto ;
  }
  .ft-product-image img {
    height: 160px;
  }
  .ft-product-title h3 {
    font-size: 16px;
  }
  .ft-card-wrap .addToCart, .ft-card-wrap .buttonEnquire {
    font-size: 14px;
  }
  #enquiryModal .modal-body {
    padding: 60px 25px 30px;
  }
  .section-title {
    font-size: 28px;
    line-height: 28px;
  }
  .desc-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media(max-width: 576px) {
  section.loginWrapper .row {
    align-items: flex-start;
  }
  .top-bar-content .navbar-brand img {
    width: 150px;
  }
  .search-mobile img {
    width: 20px;
    height: 20px;
  }
  .cart-wrapper a img {
    width: 22px;
  }
}