/*
Theme Name: Kandaka
Theme URI: https: //lumorise.io
Theme for Kandaka
Version: 1.0.0
Author: Lumorise
Author URI: https://lumorise.io
*/
body {
    background-color: #FAFAFA;
}

.navbar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.r35 {
    border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    -webkit-border-radius: 35px !important;
}

.r25 {
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
}

.r15 {
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.r8 {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}

.round {
    border-radius: 50% !important;
}

.navbar .hoverMenu .dropdown-menu>li:last-child,
.navbar .hoverMenu .dropdown-menu>li:last-child .dropdown-item {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: none !important;
}

.navbar .hoverMenu .dropdown-menu>li:first-child,
.navbar .hoverMenu .dropdown-menu>li:first-child .dropdown-item {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.navbar .userMenu>li:last-child,
.navbar .userMenu>li:last-child .dropdown-item {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: none !important;
}

.navbar .userMenu>li:first-child,
.navbar .userMenu>li:first-child .dropdown-item {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display SC', sans-serif;
} */

.PlayfairSC h2 {

    font-family: 'Playfair Display SC', sans-serif !important;
}

.navbar ul {
    font-family: 'Playfair Display', sans-serif;
}

a {
    color: #055452 !important;
}

a:hover {
    color: #E89D7B !important
}


.hoverMenu .dropdown-item {
    background-color: #fff;
    border-bottom: 1px solid #F1F1F1;
}

.userMenu {
    width: 300px;
    background: #65a69e;
    top: 50px;
    padding: 6px 0;
}

.userMenu .dropdown-item {
    background-color: transparent;
    padding: 18px 23px;
    position: relative;
}

.userMenu .dropdown-item::after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #82B7B0;
    width: 80%;
    transform: translateX(-50%);
    bottom: -2px;
    left: 55%;
}

.userMenu>li:last-child a::after {
    border-bottom: none !important;
}

.userMenu .dropdown-item img {
    height: 19px;
}

.userMenu .is-active a {
    color: #222 !important;
}




.hoverMenu .dropdown-item.active,
.hoverMenu .dropdown-item:active,
.hoverMenu .dropdown-item:focus,
.hoverMenu .dropdown-item:hover {
    background-color: #E89D7B !important;
    color: #fff !important;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.userMenu .dropdown-item.active,
.userMenu .dropdown-item:active,
.userMenu .dropdown-item:focus,
.userMenu .dropdown-item:hover {
    background-color: transparent !important;
}

.userMenu .dropdown-item {
    color: white !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    transition: all ease 0.3s;
}

.userMenu .dropdown-item:hover {
    transition: all ease 0.3s;
    color: #222 !important;
}

.userMenu .dropdown-item:hover img {
    transition: all ease 0.3s;
    filter: invert(0) !important
}

.userMenu .dropdown-item:hover::before {
    transition: all ease 0.3s;
    filter: invert(0) !important
}




.userMenu .dropdown-item img {
    transition: all ease 0.3s;
    filter: invert(1) !important
}

.userMenu .dropdown-item::before {
    transition: all ease 0.3s;
    filter: invert(1) !important
}

.navbar a {
    font-weight: 700;
    font-size: 16px;
}

.navbar .dropdown {
    transition: all ease 0.3s;
}

.navbar .hoverMenu:hover .dropdown-menu {
    transition: all ease 0.3s;
    display: block;
    margin-top: 0;
}



.navbar .dropdown-toggle::after {
    display: none !important
}

.searchform div {
    position: relative;
    display: inline;
}

.navbar .s-input,
.searchform input {
    width: 230px;
    padding: 20px 25px;
    transition: all ease 0.3s !important;
    min-height: calc(2.08rem + 2px) !important;
    height: calc(2.08rem + 2px) !important;

}

.searchform #s {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.navbar .s-input:focus,
.searchform input:focus {
    width: 280px;
    transition: all ease 0.3s !important;
}

.navbar .search-btn,
.searchform #searchsubmit {
    color: #055452 !important;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 22px;
    position: absolute;
    right: 0;
    z-index: 999 !important;
}

.searchform #searchsubmit {
    background-color: #E89D7B !important;
    border: none !important;
    width: 80px;
    font-size: 18px;
    height: 44px !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 992px) {
    .woocommerce-Reviews-title {
        margin-top: 25px !important
    }

    .navbar-brand {
        margin: auto;
    }

    .navbar-brand img {
        width: 80px !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 5px;
        top: 38px
    }

    .footer .contact .textArea {
        padding: 0 !important;
        text-align: center;
    }
}

#cartIcon {
    color: #055452 !important;
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #E89D7B !important;
    position: relative;
}

#cartIcon i {
    position: relative;
    left: 9px;
    top: 3px;
    font-size: 23px;
}

#cartIcon .cart-contents-count {
    position: absolute;
    top: -9px;
    left: -3px;
    font-weight: 400;
    font-size: 18px;
    background-color: #ffffffab;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    min-width: 25px;
    max-height: 25px;
    text-align: center;
}

#topSlider {
    height: 70vh;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
}

.shopNow a {
    transition: all 0.3s;
    color: #472C24 !important;
}

.shopNow a:hover {
    transition: all 0.3s;
    color: #fff !important;
}



.category-carousel-wrapper {
    position: relative;
    padding: 0 60px; /* Add padding to make space for arrows */
}

.categorySwiper {
    width: 100%;
    height: 355px;
    position: relative;
}

.categorySwiper .swiper-slide {
    width: 180px;
    height: 355px;
}

.couponSwiper {
    width: 100%;
    height: 463px;
}

.couponSwiper .swiper-slide {
    text-align: center;
    width: 350px;
    height: 366px;
    background: url('assets/img/couponBG.png') no-repeat center center;
    background-size: contain;
}

.couponSwiper .swiper-slide .excerpt {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #2a2446;
}

.couponSwiper .swiper-slide .couponData {
    margin-top: 3px;
}

.couponSwiper .swiper-slide .amount {
    font-size: 33px;
    color: #65a79f;
    font-weight: 700;
    font-style: italic;
}

.couponSwiper .swiper-slide .expiryDate {
    font-size: 11px;
    color: #878787;
}

.couponSwiper .swiper-slide .excerpt::after {
    position: absolute;
    content: '';
    border-bottom: 2px dashed #e3e3e3;
    width: 85%;
    transform: translateX(-50%);
    bottom: 5px;
    left: 50%;
}

.categorySwiper .swiper-slide a {
    display: block;
    text-align: center;
}

.categorySwiper .swiper-slide img {
    transition: all .2s ease-in-out;
    width: 180px;
    height: 240px;
    transform: none;
    box-shadow: none;
    object-fit: none;
    margin: auto;
}

/* Category carousel navigation arrows */
.category-swiper-button-next,
.category-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.category-swiper-button-next:hover,
.category-swiper-button-prev:hover {
    background: #65a79f;
    box-shadow: 0 4px 15px rgba(101, 167, 159, 0.3);
}

.category-swiper-button-prev {
    left: 0;
}

.category-swiper-button-next {
    right: 0;
}

.category-swiper-button-next::after,
.category-swiper-button-prev::after {
    font-family: 'bootstrap-icons';
    font-size: 20px;
    color: #65a79f;
}

.category-swiper-button-next:hover::after,
.category-swiper-button-prev:hover::after {
    color: white;
}

.category-swiper-button-prev::after {
    content: '\F284'; /* Bootstrap Icons chevron-left */
}

.category-swiper-button-next::after {
    content: '\F285'; /* Bootstrap Icons chevron-right */
}

.category-swiper-button-next.swiper-button-disabled,
.category-swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.couponSwiper .swiper-slide img {
    transition: all .2s ease-in-out;
    width: 335px;
    height: 215px;
    transform: none;
    box-shadow: none;
    object-fit: cover;
    margin: auto;
    margin-top: 4px;
    margin-left: -4px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.couponSwiper .couponInfo {
    justify-content: space-between;
    text-align: left !important;
    padding: 0px 25px;

}

.categorySwiper .swiper-slide img:hover {
    transform: scale(1.1);
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.offers-Area {
    background: url('assets/img/offBG.svg') no-repeat;
    background-size: cover;
}

.topProducts img,
.products img {
    border-radius: 8px !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all .2s ease-in-out;
    width: 100% !important;
    height: 340px !important;
    transform: none;
    box-shadow: 1px 2px 10px rgba(92, 92, 92, 0.541) !important;
    object-fit: cover;
}

.topProducts .woocommerce ul.products li.product,
.products .product {
    transition: all ease 0.3s;
    position: relative;
    z-index: 0 !important;

}

.topProducts .woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::before {
    background: rgba(0, 0, 0, 0.404);
}

.topProducts .woocommerce ul.products li.product:hover::before,
.woocommerce ul.products li.product:hover::before {
    content: attr(data-title);
    transition: all ease 0.3s;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 340px;
    white-space: nowrap;
    color: #FFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 1000 !important;
}


.topProducts .itsnew,
.itsnew {
    min-width: 80px !important;
    min-height: 30px !important;
    background-color: #F06C6D !important;
    line-height: 1 !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 10px 0px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin: 25px 20px 0 0 !important;
    z-index: 10001 !important;
}

.woocommerce-loop-product__title,
.woocommerce-Price-amount {
    color: #231942 !important;
    font-family: 'Roboto', sans-serif !important;
    transition: all ease 0.3s;
}

.summary .woocommerce-Price-amount {
    font-size: 25px;
}

.topProducts .woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    transition: all ease 0.3s;
    color: #F06C6D !important;
}

.topProducts .woocommerce ul.products li.product:hover>.button,
.woocommerce ul.products li.product:hover>.button {
    visibility: visible;
}

.topProducts .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button {
    visibility: hidden;
    position: absolute;
    width: 150px;
    top: 260px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #E89D7B !important;
    z-index: 1002 !important;
    text-align: center;
    color: white !important;
    letter-spacing: 0.1em;
    font-weight: 400 !important;
    font-size: 15px;
    padding: 15px 0;
}

.topProducts .woocommerce a.button.loading::after,
.woocommerce a.button.loading::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.topProducts .woocommerce a.button.added,
.woocommerce a.button.added {
    content: 'Added to cart' !important;
    font-size: 15px !important;
}

.topProducts .yith-wcwl-add-button span,
.yith-wcwl-add-button span,
.yith-wcwl-add-button span,
.yith-wcwl-add-button span {
    display: none;
}

.topProducts .woocommerce ul.products li.product:hover .yith-wcwl-add-button a,
.woocommerce ul.products li.product:hover .yith-wcwl-add-button a {
    visibility: visible;
}

.topProducts .yith-wcwl-add-button a,
.yith-wcwl-add-button a {
    visibility: hidden;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 275px;
    left: auto;
    right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: white;
    z-index: 1003 !important;
    color: transparent !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400 !important;
    font-size: 15px;
    overflow: hidden !important;
}

.topProducts .yith-wcwl-add-button a i,
.yith-wcwl-add-button a i {
    color: #E89D7B !important;
    font-size: 25px;
    position: relative;
    top: 10px;
    left: 5.5px;
}

#yith-wcwl-popup-message {
    border-radius: 35px !important;
    overflow: hidden !important;
}

[class="onsale"] {
    display: none !important;
}

.topProducts .woocommerce ul.products li.product:hover .goLink,
.woocommerce ul.products li.product:hover .goLink,
.woocommerce ul.products li.product:hover .goLink,
.woocommerce ul.products li.product:hover .goLink {
    visibility: visible;
}

.topProducts .goLink,
.goLink {
    visibility: hidden;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 275px;
    left: 10px;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: white;
    z-index: 1004 !important;
    color: transparent !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 400 !important;
    font-size: 15px;
    overflow: hidden !important;
}

.topProducts .goLink i,
.goLink i {
    color: #000000 !important;
    font-size: 20px;
    position: relative;
    top: 7px;
    left: 0px;
}

.topProducts .reviews .woocommerce-review-link,
.reviews .woocommerce-review-link {
    color: #686868 !important;
    font-style: italic;
}

.topProducts .reviews,
.reviews {
    display: flex;
    justify-content: space-between;
}



.product-start-rating span {
    color: #ed8a19 !important;
}

.offerImage svg {
    width: 392px !important;
    position: relative;
    top: -30px;
    float: right;
}

.footer {
    background: url('assets/img/footerbkg.svg') no-repeat;
    min-height: 50vh;
}

.footer .contact {
    min-height: 280px;
}

.footer .contact .contactIMG {
    width: 80%;
    display: block;
    height: 250px;
    background-size: cover;
    object-fit: cover;
    object-position: bottom left;
    border-radius: 35px;
    z-index: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.footer .contact .textArea {
    padding-left: 170px;
    z-index: 1 !important;
}

.footer .contact .ContactTitle {
    margin-top: 102px;
    font-size: 45px;
    font-weight: 500;
    color: #000000;
}

.footer .contact .ContactDesc {
    font-weight: 500;
    color: #2A2446 !important;
}

.footer .contact .FormSection {
    margin-top: 150px;
    text-align: left;
}

.footer .contact .FormSection .form-outline {
    width: 300px
}

.footer .contact .FormSection .form-outline .es_subscription_form_submit {
    position: absolute;
    top: 0;
    width: 90px !important;
    min-width: 40px !important;
    right: 0;
    border-radius: 8px !important;
}



.footer .footerWidget {
    color: white !important;
}

.footer .footerWidget figure {
    margin-bottom: 0;
}

.footer .footerWidget h2 {
    margin-top: 60px;
    color: #E89D7B;
    font-size: 16px;
    font-family: Roboto, sans-serif !important;
}

.footer .contact .FormSection input {
    background-color: white;
    min-width: 250px;
    max-width: 300px;
    font-style: italic;
    padding: 8px 15px;
    font-size: 14px;
    z-index: 1;
    color: #adadad;
    border-radius: 10px;
    border: none !important;
}

.footer .contact .FormSection input:focus {
    border: none !important;
    outline: none;
}

.footer .contact .FormSection button {
    margin-left: -15px;
    z-index: 5;
    text-align: center;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
}

.footer .contact .FormSection button i {
    font-size: 23px;
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    top: 0px;
    left: 13px
}

.footer .copyRight .content {
    justify-content: space-between;

}

.footer .paymentsLogo img {
    height: 18px;
}

.error404 .NotFound {
    font-weight: 700 !important;
    font-size: 25pt;
    letter-spacing: 2px;
}

.error404 .NotFoundDesc {
    color: #6d7170;
}

.error404 .backBTN {
    font-size: 1rem;
    font-weight: 700;
}

.btn:hover {
    color: white !important;
}

[class="star-rating"] {
    display: none !important;
}

#breadcrumbs {
    font-weight: 700 !important;
    padding-left: 8px;
    color: #055452;
}

.cartBG {
    background: url('assets/img/PageBackCart.jpg') repeat-y center 110px;
    background-size: 100% auto;
    min-height: 100vh;
}

.otherBG {
    background: url('assets/img/PageBack.jpg') repeat-y center 110px;
    background-size: 100% auto;
    min-height: 100vh;
}

.homeBG {
    background: url('assets/img/bodyBG.jpg') repeat-y;
    background-position: top;
    background-size: 100% auto;
    min-height: 100vh;
}

.otherBG .navContainer,
.cartBG .navContainer {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
}

.added_to_cart {
    position: absolute;
    bottom: 8px;
    right: 0px;
    color: #E89D7B !important
}

.woocommerce ul.products li.product>h2.woocommerce-loop-product__title {
    display: none
}

#yith-wcwl-popup-message {
    margin: auto !important;
}

.modal-backdrop {
    background: rgba(255, 255, 255, 0.41);
    backdrop-filter: blur(27.8px);
    -webkit-backdrop-filter: blur(27.8px);
    opacity: 0.9 !important;
}

.bg-secondary-dark {
    background-color: #065453 !important;
}

.loginModal {
    background-color: white;
}

@media (max-width: 576px) {
	.woocommerce-order-overview .li{
		width:100%!important;
		display: flex!important;
		height:20px!important
	}
	.woocommerce-order-overview .li strong {
		margin-top: -8px!important;
    	margin-left: 5px!important;
	}
    .topProducts .itsnew,
    .itsnew {
        min-width: 60px !important;
        width: 60px !important;
    }

    .ContactTitle {
        font-size: 32px !important;
        padding-bottom: 25px;
        font-weight: 900 !important;
    }

    .ContactDesc {
        padding: 0px 25px !important;
    }
}

@media (min-width: 576px) {

    .modal-dialog {
        max-width: 800px !important;
    }

    #signUpModal .modal-dialog {
        max-width: 1200px !important;
    }
}

.text-grey {
    color: #707070 !important;
}

.text-title,
.product_title {
    color: #231942 !important;
}

.Roboto {
    font-family: 'Roboto', sans-serif !important;
}

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

    .topProducts .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .button {
        font-size: 12px !important;
        width: 120px !important;
        top: 264px !important;
    }
}

@media (max-width: 1200px) {

    .otherBG {
        background-size: 105% auto;
        background-position: center;
        min-height: 100vh;
    }

    .woocommerce ul.products li.product a img,
    .topProducts .woocommerce ul.products li.product:hover::before,
    .woocommerce ul.products li.product:hover::before {
        max-height: 250px !important;
    }

    .topProducts .goLink,
    .goLink {
        top: 8px !important;
    }

    .topProducts .yith-wcwl-add-button a,
    .yith-wcwl-add-button a {
        top: 8px !important;
    }

    .topProducts .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .button {
        top: 180px !important
    }

    .topProducts .itsnew,
    .itsnew {
        margin-top: 13px !important;
        width: 80px;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #searchform {
        display: none !important;
    }

    .navbar-nav {
        margin-right: auto !important
    }
}

@media (min-width: 1200px) {
    #searchform {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .myAccountMenu {
        display: none;
    }

    .mobileCart,
    #searchBTN {
        display: none;
    }
}

.mobileCart {
    position: absolute;
    left: 50px
}

.discountTitle {
    margin-top: 55px !important
}

.otherBG .navContainer,
.cartBG .navContainer,
.freeShipping {
    background-color: white;
}

@media (max-width: 992px) {

    .container-lg {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer .contact .contactIMG {
        object-position: -25px 0;
    }

    .contactSocial {
        margin-top: -20px !important;
    }

    .socialLinks {
        margin-top: -30px;
        justify-content: center;
    }

    .offers-Area::before {
        content: '';
        display: block;
        height: 372px;
        background-color: #F0B86C !important;
        position: absolute;
        left: 0;
        right: 0;
    }

    .couponSwiper {
        height: 360px !important;
    }

    .discountTitle {
        margin-top: 25px !important;
    }

    .discountText {
        padding-bottom: 15px
    }


    .offerImage svg {
        display: none !important;
    }

    .footer .contact .contactIMG {
        height: 333px !important;
        margin-top: -3px !important;
    }

    .footer .contact .ContactTitle {
        margin-top: 88px !important
    }

    .couponSwiper .swiper-slide img {
        width: 268px !important;
        height: 166px !important;
        margin-top: 39px !important;
    }

    .couponSwiper .swiper-slide .getCoupen button {
        font-size: 12px !important;
        margin-top: 12px !important;
        width: 115px;
        margin-right: -10px !important;
    }

    .couponSwiper .swiper-slide .expiryDate {
        font-size: 10px !important;
        margin-top: -8px;
    }

    .couponSwiper .swiper-slide .amount {
        font-size: 27px !important;
        margin-top: -11px;
    }

    .couponSwiper .swiper-slide {
        width: 280px !important
    }

    .couponSwiper .swiper-slide .excerpt {
        font-size: 12px !important;
    }



    .footer .contact .FormSection {
        margin-top: 20px;
        justify-content: center;
    }

    .footer .footer-area-one {
        text-align: center !important;
    }


    .footer-area-four {
        text-align: center !important;
    }

    .widgetArea {
        background: #055452 !important;
    }

    .widgetArea .footer-area-four h2 {
        display: none !important;
    }

    .widgetArea .footer-area h2 {
        margin-top: 10px !important;
    }



    .footer .footer-area-one figure {
        text-align: center !important;
    }

    .footer .footer-area-one figure img {
        width: 220px !important;
    }


    .mobileMenu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        max-width: 350px;
        z-index: 99999999999 !important;
    }

    .mobileMenuBackdrop {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 999999999 !important;
        background: rgba(255, 255, 255, 0.41);
        backdrop-filter: blur(17.8px);
        -webkit-backdrop-filter: blur(17.8px);
    }
}

.mobileMenu,
.mobileMenuBackdrop,
.hide {
    display: none;
}

.show {
    display: block !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    position: relative;
    float: left;
    order: 1;
    width: 90px;
    left: 15px;
    overflow: visible !important;
    ;

}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin: 10px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    float: none;
    width: 90px;
    height: 90px;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
}


.woocommerce div.product div.images .flex-control-thumbs img.flex-active {
    padding: 2px;
    border: #055452 2px solid
}


.flex-viewport {
    margin-left: 40px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    order: 2;
}

.summary .product-start-rating span {
    color: #ed8a19 !important;
}

.variations .generatedRadios input {
    visibility: hidden;
}

.variations .generatedRadios {
    border: 1px #055452 solid;
    padding-right: 17px;
    cursor: pointer;
}

.variations .selected {
    background-color: #E89D7B;
    border: 1px solid #F06C6D;
}

.nsl-button-google {
    padding: 5px !important;
    border-radius: 8px !important;
    width: 100%;
}

div.nsl-container[data-align="left"] {
    text-align: center !important;
}

.nsl-container-buttons {
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-MyAccount-navigation .userMenu li:first-child a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    filter: invert(0) !important;
}

.woocommerce-MyAccount-navigation .userMenu li:first-child a svg path {
    color: #000000;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
}

.freeShipping {
    box-shadow: 0 0 18px #e89e7bb9;
    justify-content: space-between;
}

.freeShipping img {
    float: right;
    height: 75px;
    margin-right: 10px;
}

#offerSet {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

#offerSet.showToast {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.mobileMenu {
    padding: 25px 30px;
}

.mobileMenu a {
    color: white !important;
    font-size: 20px;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.mobileMenu a:hover {
    transition: all 0.3s;
    color: #E89D7B !important;
}

.mobileMenu a span {
    position: absolute;
    right: 15px
}

.footer-area a {
    color: white !important;
}

.footer-area a:hover {
    color: #E89D7B !important;
}

.footer-area ul {
    padding: 0 !important;
}

.footer-area li {
    list-style: none !important;
}

.socialLinks {
    display: flex;
}

.socialLinks a {
    color: white !important;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 28px;
    padding-top: 12px;
    font-size: 25px;
    margin: 0 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

.socialLinks a:hover::before {
    filter: invert(0) !important;
}



.socialLinks a span {
    color: #666;
    position: absolute;
    font-family: sans-serif;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    z-index: -1;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.socialLinks a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}


.socialLinks a:hover span {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.socialLinks a:nth-of-type(1):before {
    content: url(assets/img/facebook-f-brands.svg);
    width: 14px;
    display: block;
    filter: invert(1);
}

.socialLinks a:nth-of-type(2):before {
    content: url(assets/img/tiktok-brands.svg);
    width: 20px;
    display: block;
    filter: invert(1);
}

.socialLinks a:nth-of-type(3):before {
    content: url(assets/img/youtube-brands.svg);
    width: 24px;
    display: block;
    filter: invert(1);
}

.socialLinks a:nth-of-type(4):before {
    content: url(assets/img/instagram-brands.svg);
    width: 19px;
    display: block;
    filter: invert(1);
}

.contactSocial a::before {
    filter: invert(0) !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 25px;
    height: 46px;
    padding: 8px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 21px;
}

.wpcf7-form-control,
.input-text,
.comment-form input,
input.wpas-form-control {
    padding: 13px;
    font-weight: 400;
    font-size: 14px;
    border: 1.5px solid #c9c6d1;
    border-radius: 45px;
    color: #6e7689;
}

.wpcf7-form label {
    color: #055452;
    font-weight: 700;
    width: 100%
}

.wpcf7-form textarea,
textarea#comment {
    border-radius: 25px !important;
    height: 100px;
}

textarea#comment {
    padding: 8px 15px;
    height: 150px;
}

.woocommerce-info {
    background-color: #ffe1d3;
    border-radius: 25px;
    border-top-color: #65a79f;
}

.woocommerce-info a {
    font-weight: 700;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: bootstrap-icons !important;
    content: "\F1D6";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 20px;
    color: #055452;
    font-size: 22px;
}

.button,
.comment-form .submit,
.wpas-btn {
    background-color: #E89D7B !important;
    border-radius: 25px !important;
    color: white !important;
}

.comment-form .submit:hover,
.wpas-ticket-buttons-top a:hover,
.waps-btn:hover,
.button:hover {
    background-color: #f3a987 !important;
    color: #055452 !important;
}

.es_submit_button {
    background-color: #055452 !important;
    border-radius: 25px !important;
    color: white !important;
}

.es_submit_button:hover {
    background-color: #126c69 !important;
}

.es_spinner_image {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    top: 4px;
    left: 0;
}

.es_spinner_image img {
    width: 25px !important;
    height: 25px !important;
}

.es_subscription_message {
    color: white !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #efedef !important;
    border-radius: 25px !important;
}


.input-checkbox {
    transform: scale(1.3);
    margin-right: 11px;
    cursor: pointer;
}

#coupon_code {
    min-width: 135px;
    text-align: center;
}

.comment_container img {
    border-radius: 50%;
    width: 65px !important;
}

.comment-text {
    margin-left: 75px !important;
}

.commentsArea li {
    list-style: none;
    margin-top: 15px;
    position: relative;
}

.commentsArea li::after {
    content: '';
    display: block;
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: 15px;
    height: 1px;
}

.commentsArea li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.footer .footerWidget li {
    list-style: none !important;
}

.sku_wrapper {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

div.quantity input[type=button],
.qty {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 0;
    background: 0 0;
    box-shadow: none;
    color: rgb(62, 62, 62);
    font-size: 18px;
}

.qty,
.qty:focus,
.qty:active,
.qty:focus-within {
    border: 0 !important;
    font-size: 14px;
    background: 0 0 !important;
    box-shadow: none !important;
}

.qty-container {
    border: 1px solid #eee;
    padding: 10px 10px 10px 10px;
}

.wc-block-product-search__fields {
    border: 1px solid #eee;
    border-radius: 15px;
}

.wc-block-product-search__fields button {
    border: 0;
    border-left: 1px solid #eee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.wc-block-product-search__fields input {
    border: 0;
    border-radius: 15px;
}


.wp-container-1,
.wp-container-2 {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 25px;
    margin-top: 25px;
    border: 1px solid #eee;
}

.wp-container-1 ul,
.wp-container-2 ul {
    padding: 0;
}

.wp-container-1 li,
.wp-container-2 li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px
}

.wp-container-1 img,
.wp-container-2 img {
    margin-top: -16px;
    margin-left: -5px;
    margin-right: 8px;
}

#slidePrev,
#slideNext {
    cursor: pointer;
}

.wc-tab h2 {
    color: #055452;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.woocommerce-product-attributes {
    padding: 25px !important;
    border: solid 2px #eee !important;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}


.woocommerce-product-attributes-item__label {
    background-color: #e3e3e3;
}


#reply-title {
    font-size: 28px !important;
    color: #055452 !important;
    font-weight: 700;
}

.woocommerce button.button.alt {
    padding: 13px 15px;
}

.wpas-link-privacy,
.wpas-link-logout {
    display: none;
}


.woocommerce-product-attributes-item__value {
    padding-left: 15px !important;
}

.contactForm input,
.contactForm select,
.contactForm textarea {
    width: 100%;
}

.myAccountMenu #dropdownMenuLink {
    width: 40px;
    height: 40px !important;
    position: absolute;
    font-size: 25px !important;
    right: 0px;
    top: -65px;
    color: #055452 !important;
}

.myAccountMenu #dropdownMenuLink i:first-child {
    left: 8px;
    top: -3px;
    position: absolute;
}

.myAccountMenu #dropdownMenuLink i.arrow {
    position: absolute;
    left: 11px;
    top: 18px;
    font-weight: 900 !important;
}

.myAccountMenu .dropdown-toggle:after {
    display: none !important
}

.myAccountMenu .dropdown-menu {
    margin-top: 5px !important;
}

.wpas-user-profile img {
    border-radius: 50% !important;
}

#searchform .search_result,
#searchform2 .search_result {
    position: absolute;
    top: 45px;
    z-index: 999999 !important;
    background-color: #eee;
    border: #ccc;
    border-radius: 25px;
    min-width: 300px;
    display: none;
}

#searchform .search_result li,
#searchform2 .search_result li {
    list-style: none;
    height: 55px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

#searchform .search_result li:last-child,
#searchform2 .search_result li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#searchform .search_result li a,
#searchform2 .search_result li a {
    display: block;
    height: 50px;
}

#searchform .search_result li a img,
#searchform2 .search_result li a img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    object-fit: cover;
    float: left;
    padding-right: 8px
}

#searchform .search_result ul,
#searchform2 .search_result ul {
    padding: 15px;
    margin: 0;
}

.closeMe {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    font-size: 22px !important;
    cursor: pointer;
    color: white !important;
}

.closeMe:hover {
    color: #055452 !important;
}

.closeMe i {
    position: absolute;
    top: -4px;
    left: 1px;
}

#searchBTN {
    left: 0
}

.bi-chevron-down::before {
    font-weight: bolder !important;
}

.productMenu li::before {
    font-family: bootstrap-icons !important;
    content: "\F231";
    display: inline-block;
    color: #E89D7B;
    font-size: 13px;
}

.reviewsPage {
    font-size: 25px !important;
}

.starOnce span {
    color: #ED9152 !important;
    font-size: 18px;
}

.starOnce .percentage {
    background-color: #055452;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 5px
}

.wp-block-tag-cloud {
    margin-top: 12px;
}

.wp-block-tag-cloud a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 16px !important;
    border-radius: 8px;
}

.woocommerce-Price-amount {
    font-weight: 700 !important;
    color: #126c69 !important;
}

.woocommerce-cart-form__cart-item .product-price del {
    display: block;
}

.woocommerce-cart-form__cart-item .product-price del .woocommerce-Price-amount {
    display: block;
    color: rgb(153, 153, 153) !important;
    font-weight: 400 !important;
    font-weight: 14px !important;
}

.wishlist-items-wrapper .product-thumbnail a img {
    border-radius: 15px;
}

.removeBtn {
    min-width: 136px !important;
    background-color: white !important;
    color: rgb(245, 50, 131) !important;
    border: 1px solid #ccc !important;
}

.removeBtn:hover {
    background-color: #eee !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 !important;
    padding-left: 0 !important;
    border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 18px !important;
    color: #126c69 !important;
}

.woocommerce #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #ccc;
}

table.woocommerce-product-attributes {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.woocommerce-EditAccountForm .editBtn,
.woocommerce-EditAccountForm .saveBtn {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;

    float: right;
    position: relative;
    right: 12px;
    top: -37px;
}

.woocommerce-EditAccountForm .saveBtn {
    display: none;
}

.woocommerce table.shop_table tbody tr {
    background-color: white !important;
}

.woocommerce table.shop_table tbody tr:last-child {
    background-color: transparent !important;
}
.woocommerce-order-received .woocommerce {
	width: 80%!important;
    margin: auto!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	height: auto!important
}

/* Replace Stripe with Card using pure CSS - no JavaScript needed */
.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] {
    font-size: 0 !important; /* Hide all text */
}

.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"]::before {
    content: "Card";
    font-size: 16px; /* Restore normal font size for "Card" text */
    display: inline-block;
}

/* Keep the payment icons visible */
.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] img {
    font-size: initial !important;
    display: inline-block !important;
}
