@font-face {
    /* font-family: 'Verdana', sans-serif; */
    font-family: 'Berthold Akzidenz-Grotesk';
    src: url('../fonts/AkzidenzGroteskBE-LightEx.eot');
    src: url('../fonts/AkzidenzGroteskBE-LightEx.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkzidenzGroteskBE-LightEx.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-LightEx.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-LightEx.ttf') format('truetype'),
        url('../fonts/AkzidenzGroteskBE-LightEx.svg#AkzidenzGroteskBE-LightEx') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Verdana', sans-serif; */
    font-family: 'Berthold Akzidenz-Grotesk';
    src: url('../fonts/AkzidenzGroteskBE-BoldEx.eot');
    src: url('../fonts/AkzidenzGroteskBE-BoldEx.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkzidenzGroteskBE-BoldEx.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-BoldEx.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-BoldEx.ttf') format('truetype'),
        url('../fonts/AkzidenzGroteskBE-BoldEx.svg#AkzidenzGroteskBE-BoldEx') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Verdana', sans-serif; */
    font-family: 'Berthold Akzidenz-Grotesk';
    src: url('../fonts/AkzidenzGroteskBE-Ex.eot');
    src: url('../fonts/AkzidenzGroteskBE-Ex.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkzidenzGroteskBE-Ex.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-Ex.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-Ex.ttf') format('truetype'),
        url('../fonts/AkzidenzGroteskBE-Ex.svg#AkzidenzGroteskBE-Ex') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    overflow-x: clip;
}
@media (max-width:767px) {
    body{
        hyphens: auto;
        word-wrap: break-word;
    }

}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family: 'Berthold Akzidenz-Grotesk' !important;
}
#bottom-to-top-btn .elementor-icon svg {
    font-size: 20px;
}
#scrollTopBtn{
    cursor: pointer;
}
/* // #bottom-to-top-btn .elementor-icon {
//     border: 1px dashed rgb(255 255 255 / 60%) !important;
//     border-radius: 7px;
//     padding: 8px;
// } */

/* // #bottom-to-top-btn .elementor-icon-wrapper {
//     border: 1px solid #ffffff;
//     padding: 3px;
//     line-height: 0;
//     border-radius: 10px;
//     background: #ffffff;
// } */
.elementor-icon-wrapper {
    line-height: 0;
}

#bottom-to-top-btn {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #206779;
    border-radius: 999px;

    
}
#bottom-to-top-btn.visible {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}
#bottom-to-top-btn .elementor-widget-container {
    height: fit-content !important;
    line-height: 0;
}
/* ==================================================
    HEADER CSS START
===================================================== */
header .elementor-nav-menu .sub-arrow svg {
    display: none;
}
header .elementor-nav-menu .sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49603 -7.43866e-05V7.93593H3.29603V-7.43866e-05H4.49603ZM7.77603 3.35993V4.55993H3.03388e-05V3.35993H7.77603Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    transition: all 1s;
}
header .elementor-nav-menu .menu-item:hover .sub-arrow,
header .elementor-nav-menu .current_page_item .sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49603 -7.43866e-05V7.93593H3.29603V-7.43866e-05H4.49603ZM7.77603 3.35993V4.55993H3.03388e-05V3.35993H7.77603Z' fill='white'/%3E%3C/svg%3E%0A");
    transition: all 1s;
}
header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 999;
}
header .elementor-menu-cart__toggle .elementor-button {
    padding: 0;
    border: 0;
}
header .elementor-menu-cart__toggle .elementor-button-icon{
    background: url(/wp-content/uploads/2026/07/solar_cart-large-4-line-duotone.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-position: bottom center;
    background-repeat: no-repeat;    
}
header .elementor-menu-cart__toggle .elementor-button-icon svg{
    display: none !important;
}
header .elementor-menu-cart__toggle .elementor-button-icon-qty {
    background: #206779 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    min-width: 22px !important;
    min-height: 22px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
header .elementor-menu-cart__wrapper,
header .elementor-menu-cart__toggle_wrapper,
header .elementor-menu-cart__toggle {
    line-height: 0 !important;
}
@media (min-width:1025px) and (max-width:1279px) {
    header .elementor-element .elementor-nav-menu .elementor-item {
        font-size: 14px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    header .elementor-element.header-left-col {
        --width: 180px !important;
    }
    header .header-right-col {
        --width: 355px !important;
        gap: 10px !important;
    }
    header .elementor-button .elementor-button-text {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
    header .elementor-element .elementor-nav-menu--dropdown .elementor-item, 
    header .elementor-element .elementor-nav-menu--dropdown  .elementor-sub-item {
        font-size: 14px !important;
    }
}
@media (min-width:1025px) {
    header .e--pointer-background .elementor-item:before {
        height: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        transition: height 0.5s, background-color 0.5s, opacity 1s !important;
        /* opacity:0 !important; */
    }

    header .e--pointer-background .elementor-item-active:before, 
    header .e--pointer-background .elementor-item.highlighted:before, 
    header .e--pointer-background .elementor-item:focus:before, 
    header .e--pointer-background .elementor-item:hover:before {
        height: 100% !important;
        top: auto !important;
        bottom: 0 !important;
        transition: height 0.5s, background-color 0.5s, opacity 1s !important;
        /* opacity:1 !important; */
    }
    header .elementor-nav-menu--main .elementor-nav-menu ul {
        min-width: 220px !important;
        border-radius: 10px !important;
    }
    header .elementor-nav-menu--main .elementor-nav-menu ul li:first-child .elementor-sub-item {
        border-radius: 10px 10px 0 0 !important;
    }
    header .elementor-nav-menu--main .elementor-nav-menu ul li:last-child .elementor-sub-item{
        border-radius: 0 0 10px 10px !important;
    }
    header .elementor-nav-menu--main .elementor-nav-menu ul li:only-child .elementor-sub-item{
        border-radius: 10px 10px !important;
    }
}
@media (max-width:1024px) {
    header .elementor-nav-menu .sub-arrow {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.49603 -7.43866e-05V7.93593H3.29603V-7.43866e-05H4.49603ZM7.77603 3.35993V4.55993H3.03388e-05V3.35993H7.77603Z' fill='white'/%3E%3C/svg%3E%0A");
    }
}
/* ==================================================
    HEADER CSS END
===================================================== */
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0 !important;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin-left: 20px;
}
.woocommerce-Tabs-panel ul,
.woocommerce-Tabs-panel ol{
    padding-left: 20px;
    margin: 16px 0;
}
.elementor-widget ul.wp-block-list,
.elementor-widget ol.wp-block-list,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol{
    padding-left: 20px;
    margin: 16px 0;
}

.elementor-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 10px;
}
.elementor-button{
    background: transparent !important;
}
.elementor-button.elementor-button-link .elementor-button-icon{
    background-color: var(--e-global-color-accent);
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    height: 44px;
    margin-left: -12px;
    transition: all 0.5s;
    flex: 0 0 44px;
}
.elementor-button.elementor-button-link:hover .elementor-button-icon{
    background-color: var(--e-global-color-secondary);
    transition: all 0.5s;
}
.elementor-button.elementor-button-link .elementor-button-icon svg{
    width: 34px !important;
    transform: rotate(0deg);
    transition: all 0.5s;
}
.elementor-button.elementor-button-link:hover .elementor-button-icon svg{
    transform: rotate(45deg);
    transition: all 0.5s;
}
.elementor-button.elementor-button-link .elementor-button-text{
    background-color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 24px;
    transition: all 0.5s;
}
.elementor-button.elementor-button-link:hover .elementor-button-text{
    background-color: var(--e-global-color-secondary);
    transition: all 0.5s;
}


/* white button */
.white-btn .elementor-button.elementor-button-link .elementor-button-icon{
    background-color: #fff;
}
.white-btn .elementor-button.elementor-button-link:hover .elementor-button-icon{
    background-color: var(--e-global-color-accent);
}
.white-btn .elementor-button.elementor-button-link .elementor-button-icon svg{
    filter: invert(1);
}
.white-btn .elementor-button.elementor-button-link:hover .elementor-button-icon svg{
    filter: unset;
}
.white-btn .elementor-button.elementor-button-link .elementor-button-text{
    background-color: #fff;
    color: #000;
}
.white-btn .elementor-button.elementor-button-link:hover .elementor-button-text{
    background-color: var(--e-global-color-accent);
    color: #fff;
}
@media (max-width:767px) {
    .elementor-button.elementor-button-link .elementor-button-text{
        padding: 10px 10px;
    }
}    
/* ==================================================
    FOOTER CSS START
===================================================== */        

footer a.elementor-item:after {
    opacity:1 !important;
    bottom:-1px !important;
    width:0px !important;
    left:auto !important;
    right:0 !important;
    transition: width 0.5s !important;
}
footer a.elementor-item:hover:after {
    opacity:1 !important;
    bottom:-1px !important;
    width:100% !important;
    left: 0 !important;
    right:auto !important;
    transition: width 0.5s !important;
}
footer .elementor-nav-menu .menu-item {
    width: fit-content;
}
/* ==================================================
    FOOTER CSS END
===================================================== */


.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
    font-size: 16px;
    text-transform: capitalize;
    border-width: 1px !important;
    padding: 10px 5px;
}

/* ==================================================
    BANNER CSS START
===================================================== */  
.banner-section .elementor-icon-list-item.elementor-inline-item {
    padding: 10px 16px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    border-radius: 100px;
}
.banner-section .elementor-widget .elementor-icon-list-items {
    row-gap: 10px;
}
.banner-section .scroll-btn {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}
@media (min-width:1025px) and (max-width:1279px) {
    .banner-section .scroll-btn{
        font-size: 20px !important;
    }
    .banner-section .elementor-icon-list-item.elementor-inline-item {
       padding: 8px 10px;
    }
}
@media (max-width:767px) {
    .banner-section .elementor-icon-list-item.elementor-inline-item {
        padding: 10px 10px;
    }

}
/* ==================================================
    BANNER CSS END
===================================================== */

/* ==================================================
    START
===================================================== */
.category-grid-wrap .grid-col{
    position: relative;
}
.category-grid-wrap .grid-col .elementor-element:has(.elementor-widget-heading),
.category-grid-wrap .grid-col .elementor-widget-heading{
    position: static;
}
.category-grid-wrap .elementor-widget-icon {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 0 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -100px !important;
    transition: right 0.5s;
}
.category-grid-wrap .grid-col:hover .elementor-widget-icon {
    right: 10px !important;
    transition: right 0.5s;
}
.elementor-heading-title a:before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.category-grid-wrap .elementor-icon-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #206779;
    border-radius: 999px;
}
.category-grid-wrap .grid-col .elementor-widget-image {
    transform: rotate(0deg);
    transition: all 0.5s;
    /* transform-origin: center; */
}
.category-grid-wrap .grid-col:hover .elementor-widget-image {
    transform: rotate(-3deg);
    transition: all 0.5s;
}
.category-grid-wrap .grid-col img {
    transform: scale(1);
    transition: all 0.5s;
    transform-origin: center;
}
.category-grid-wrap .grid-col:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}
@media (max-width:1199px) {
    .category-grid-wrap .elementor-widget-icon {
        width: 65px;
        height: 65px;
        border-radius: 0 15px 0 15px;
    }
    .category-grid-wrap .elementor-icon-wrapper {
        width: 42px;
        height: 42px;
    }
}
/* ==================================================
    END
===================================================== */


/* ==================================================
    START
===================================================== */
.airpurifier-wrap .right-col .elementor-widget-icon {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 0 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.airpurifier-wrap .right-col .elementor-widget-icon svg{
    transform: rotate(0deg);
    transform-origin: center;
    transition: all 0.5s;
}
.airpurifier-wrap .right-col .elementor-widget-icon .elementor-icon:hover svg{
    transform: rotate(45deg);
    transform-origin: center;
    transition: all 0.5s;
}
.airpurifier-wrap .right-col .elementor-icon-wrapper {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #206779;
    border-radius: 999px;
}
@media (max-width:1199px) {
    .airpurifier-wrap .right-col .elementor-widget-icon {
        width: 65px;
        height: 65px;
        border-radius: 0 15px 0 15px;
    }
    .airpurifier-wrap .right-col .elementor-icon-wrapper {
        width: 42px;
        height: 42px;
    }
}
/* ==================================================
    END
===================================================== */

/* ==================================================
    START
===================================================== */


@media (min-width:1025px) and (max-width:1279px) {
    .card-item-col>.e-con-inner{
        gap: 20px !important;
    }
    .card-item-col .card-col{
        padding: 0 !important;
        gap: 20px !important;
    }
    .card-item-col .card-col .elementor-icon-box-title {
        font-size: 20px !important;
    }
    .card-item-col .card-col .elementor-icon-box-description {
        font-size: 16px !important;
    }
    .card-item-col .card-col .elementor-icon{
        font-size: 36px !important;
    }
    .card-item-col .card-col .elementor-heading-title {
        font-size: 24px !important;
    }
}
/* ==================================================
    END
===================================================== */

/* ==================================================
    START
===================================================== */
.elementor-widget-n-accordion .e-n-accordion-item {
    border: 1px solid #DEDEDE;
    border-radius: 999px;
    counter-increment: item;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] {
    border-radius: 16px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    position: relative;
    display: flex;
    align-items: flex-start !important;
    gap: 5px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text:before {
    content: counter(item, decimal-leading-zero) ".";
    /* color: #000; */
}
.elementor-widget-n-accordion .e-n-accordion {
    counter-reset: item;
}
.elementor-widget-n-accordion summary.e-n-accordion-item-title {
    padding: 24px !important;
}
.elementor-widget-n-accordion summary.e-n-accordion-item-title + div {
    padding: 20px 36px !important;
    border-top: 1px solid #DFDFDF;
    width: calc(100% - 48px);
    margin: 0 auto;
}
@media (min-width:1025px){
    .faq-section .stycky-col .elementor-element{
        position: sticky !important;
        top: 110px;
    }
}
@media (max-width:1024px) {
    .elementor-widget-n-accordion summary.e-n-accordion-item-title {
        padding: 16px !important;
    }
    .elementor-widget-n-accordion summary.e-n-accordion-item-title + div {
        padding: 20px 26px !important;
        width: calc(100% - 32px);
    }
}
/* ==================================================
    END
===================================================== */

nav.rank-math-breadcrumb a {
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;

}
nav.rank-math-breadcrumb .separator {
    font-size: 0;
    display: none;
}
nav.rank-math-breadcrumb .last {
    box-sizing: border-box;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
}
nav.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
    margin: 0;
}


/* ==================================================
    PDP START
===================================================== */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #6FA970 !important;
    width: 60px !important;
    height: 60px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0412 22.156L29.7518 27.8653L27.8652 29.752L22.1558 24.0413C20.0315 25.7443 17.3892 26.6705 14.6665 26.6667C8.0425 26.6667 2.6665 21.2907 2.6665 14.6667C2.6665 8.04267 8.0425 2.66667 14.6665 2.66667C21.2905 2.66667 26.6665 8.04267 26.6665 14.6667C26.6704 17.3893 25.7441 20.0317 24.0412 22.156ZM21.3665 21.1667C23.0583 19.4263 24.0032 17.0938 23.9998 14.6667C23.9998 9.51067 19.8225 5.33334 14.6665 5.33334C9.5105 5.33334 5.33317 9.51067 5.33317 14.6667C5.33317 19.8227 9.5105 24 14.6665 24C17.0937 24.0034 19.4261 23.0585 21.1665 21.3667L21.3665 21.1667Z' fill='white'/%3E%3C/svg%3E%0A") !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
    display: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 6px !important;
    border-radius: 12px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active){
    border: 1px solid #206779
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border-radius: 30px !important;
}
.woocommerce div.product div.images {
    margin-bottom: 0 !important;
}    
.woocommerce div.product form.cart div.quantity {
    border: 1px solid #ccc;
    border-radius: 999px;
    min-width: 146px;
    padding: 9px 13px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.qty-minus,
button.qty-plus{
    background: transparent !important;
    color: #000 !important;
    font-size: 26px !important;
    line-height: 1 !important;
    width: 24px !important;
    margin: 0 !important;
}
.woocommerce .quantity .qty {
    border: 0;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    padding-right: 0;
    padding-left: 0px !important;
    width: 70px;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward {
font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
}
.woocommerce-message .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover{
        background-color: #6FA970;
    color: #fff;
    transition: all 0.5s;
}
.elementor-add-to-cart form.cart {
    flex-flow: wrap !important;
    gap: 20px;
}
.elementor-add-to-cart form.cart:before {
    display:none !important;
}
form.cart button.single_add_to_cart_button.button{
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    /* margin-right: 45px !important; */
}
form.cart button.single_add_to_cart_button.button::before{
    content: "";
    position: absolute;
    top: 50%;
    background: #206779;
    color: #fff;
    z-index: -1;
    right: -40px;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    transform: translateY(-50%);
}
form.cart button.single_add_to_cart_button.button:hover::before{
        background-color: #6FA970;
    color: #fff;
    transition: all 0.5s;
}
form.cart button.single_add_to_cart_button.button::after{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(/wp-content/uploads/2026/07/ion_arrow-up1.svg);
    height: 34px;
    width: 34px;
    max-width: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    right: -34px;
    transition: all 0.5s;
}
form.cart button.single_add_to_cart_button.button:hover::after{
        transform: translateY(-50%) rotate(45deg);
}
form.cart button.single_add_to_cart_button.button:hover{
    background: #6fa970 !important;
    color: #FFFFFF !important;
    transition: all 0.5s !important;
}
.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
.product-template-default.woocommerce .elementor-widget-woocommerce-product-price .price{
    margin-bottom: 0 !important;
}
.product-gift-details {
    display: flex;
    gap: 20px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.product-gift-details img {
    width: 100px !important;
    border-radius: 8px !important;
    object-fit: cover;
}

.product-gift-details .gift-description h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: "Work Sans", Sans-serif !important;
    line-height: 1.5;
}
.product-gift-details .gift-description p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width:1025px) and (max-width:1439px) {
    .product-detail-section .e-con-inner {
        gap: 20px !important;
    }
}
@media (min-width:1025px) {
    .woocommerce div.product div.images.woocommerce-product-gallery{
        display: flex;
        gap: 20px;
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        order: -1;
        flex: 0 0 100px;
        display: flex;
        flex-flow: column;
        gap: 6px;
        margin: 0 !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs li{
        width: 100% !important;
        float: unset !important;
        clear: unset !important;
    }
    
}
@media (max-width:1024px) {
    .woocommerce div.product div.images .flex-control-thumbs{
        display: flex;
        flex-flow: wrap;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        float: unset;
        flex: 1;
        max-width: 80px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        width: 40px !important;
        height: 40px !important;
        background-size: 22px !important;
    }
    .product-gift-details .gift-description h3 {
        font-size: 18px;
        margin: 0 0 7px;
        line-height: 1.5;
    }
    .product-gift-details img {
        width: 80px !important;
    }
    .product-gift-details .gift-description p {
        font-size: 15px;
        line-height: 1.5;
    }
    .product-gift-details {
        gap: 10px;
        padding: 6px;
    }
}
@media (max-width:767px) {
    .woocommerce-message .button.wc-forward, .woocommerce-info .button.wc-forward {
        font-weight: 500 !important;
        font-size: 16px !important;
        display: block !important;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 14px 10px !important;
    }
}
@media (max-width:575px) {
    form.cart button.single_add_to_cart_button.button {
        font-size: 14px !important;
        padding: 14px 14px !important;
    }
}
@media (max-width:340px) {
    form.cart button.single_add_to_cart_button.button {
        font-size: 13px !important;
    }
}


/*  PDP Tab css start */

.woocommerce div.product.elementor ul.tabs {
    border: 0 !important;
    display: flex;
    align-items: flex-end;
    padding: 0 !important;
    overflow-x: auto;
}
.woocommerce div.product.elementor ul.tabs li {
    border: 0 !important;
    background: transparent !important;
    height: auto !important;
    margin: 0 !important;
}
.woocommerce div.product.elementor ul.tabs li a{
    padding: 8px 24px !important;
    background: #F3F3F3 !important;
    border-radius: 0px 8px 0px 0px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #000000 !important;
    margin: 0 !important;
}
.woocommerce div.product.elementor ul.tabs li a:hover{
    background: #c7c7c7 !important;
        color: #666 !important;
}
.woocommerce div.product.elementor ul.tabs li:first-child a{
    border-radius: 8px 0px 0px 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    padding: 12px 24px !important;
    background: #206779 !important;
    border-width: 1px 1px 0px 1px !important;
    border-style: solid !important;
    border-color: #ECECEC !important;
    border-radius: 12px 12px 0px 0px !important;
    color: #FFFFFF !important;
    line-height: 1.5 !important;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: 1px solid #ECECEC !important;
    margin-top: 0 !important;
    border-radius: 0 0 8px 8px !important;
    padding: 30px !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel strong,
.woocommerce div.product.elementor .woocommerce-tabs .panel li:has(strong)::marker {
    color: #000;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
    background:#fff !important;
    border:1px solid #00000066 !important;
    padding:20px 32px !important;
    text-align: left !important;
    color: #000 !important;
    font-style: normal !important;
    font-size: 18px !important;
}


@media (min-width:769px) {
    .woocommerce table.shop_attributes th {
        width: 400px !important;
    }
    @media (max-width:1025px) {
        .woocommerce table.shop_attributes th {
            width: 300px !important;
        }   
    }
}
@media (max-width:1025px) {
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td{
        padding:15px 15px !important;
        font-size: 16px !important;
    }   
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding: 20px !important;
    } 

}
@media (max-width:768px) {
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td{
        border-bottom: 0 !important;
    }    
    .woocommerce table.shop_attributes{
        border-bottom:1px solid #00000066 !important;
    }
}
@media (max-width:480px) {
    .woocommerce div.product.elementor ul.tabs li a{
        padding: 8px 10px !important;
        font-size: 16px !important;
        white-space: nowrap;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        padding: 12px 10px !important;
    }
}
/*  PDP Tab css END */


/* ==================================================
    PDP END
===================================================== */

.products .product{
    padding: 20px !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-flow: wrap !important;
    float: unset !important;
    clear: both !important;
    width: 100% !important;
}

.woocommerce ul.products li.product .button{
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    margin-top: auto !important;
    width: calc(100% - 3vw);
    max-width: fit-content;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100%;
}
.woocommerce ul.products li.product .button::before{
    content: "";
    position: absolute;
    top: 50%;
    background: #206779;
    color: #fff;
    z-index: -1;
    right: -40px;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    transform: translateY(-50%);
}
.woocommerce ul.products li.product .button:hover::before{
    background-color: #6FA970;
    color: #fff;
    transition: all 0.5s;
}
.woocommerce ul.products li.product .button::after{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(/wp-content/uploads/2026/07/ion_arrow-up1.svg);
    height: 34px;
    width: 34px;
    max-width: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    right: -34px;
    transition: all 0.5s;
}
.woocommerce ul.products li.product .button:hover::after{
        transform: translateY(-50%) rotate(45deg);
}
.woocommerce ul.products li.product .button:hover{
    background: #6fa970 !important;
    color: #FFFFFF !important;
    transition: all 0.5s !important;
}
.woocommerce ul.products li.product a img {
    aspect-ratio: 2/1.3;
    background: #d5d5d3;
    object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    padding: 10px 0 8px !important;
}

@media (max-width: 1024px) {
    .woocommerce ul.products li.product .button {
        font-size: 14px !important;
        padding: 14px 14px !important;
    }
}
@media (max-width: 767px) {
    .products .product {
        padding: 10px !important;
    }
    .woocommerce ul.products li.product .button {
        width: calc(100% - 13vw);
    }
    .elementor-products-grid ul.products.elementor-grid{
        display: flex !important;
        flex-flow: wrap !important;
    }
}


/* ==================================================
    CART PAGE CSS START
===================================================== */
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
     font-size: 16px;
}
.woocommerce-cart-form .actions button[type=submit] {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
}
.woocommerce-cart-form .actions button[type=submit]:hover {
    background-color: #6FA970 !important;
    color: #fff !important;
    transition: all 0.5s !important;
}

.woocommerce-cart-form table td, 
.woocommerce-cart-form table th,
.cart-collaterals table td, .cart-collaterals table th {
    border: 1px solid rgb(0 0 0 / 10%) !important;
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}
.woocommerce-cart-form table caption+thead tr:first-child td, 
.woocommerce-cart-form table caption+thead tr:first-child th, 
.woocommerce-cart-form table colgroup+thead tr:first-child td, 
.woocommerce-cart-form table colgroup+thead tr:first-child th, 
.woocommerce-cart-form table thead:first-child tr:first-child td, 
.woocommerce-cart-form table thead:first-child tr:first-child th {
    border-block-start: 1px solid rgb(0 0 0 / 10%);
}
.woocommerce a.remove {
    color: #206779 !important;
}
.woocommerce-cart-form input.input-text.qty.text {
    font-size: 16px;
}
.woocommerce .woocommerce-cart-form #content table.cart td.actions .input-text, 
.woocommerce .woocommerce-cart-form table.cart td.actions .input-text, 
.woocommerce-page .woocommerce-cart-form #content table.cart td.actions .input-text, 
.woocommerce-page .woocommerce-cart-form table.cart td.actions .input-text {
    min-height: 40px;
    background: #FFFFFF;
    border-color: #206779;
}
.woocommerce-info {
    border-top-color: #206779;
}

.woocommerce form.checkout_coupon {
    border: 1px solid rgb(117 59 47 / 10%);
    padding: 10px;
}
.checkout_coupon .button {
        font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    margin-top: auto !important;
}
.checkout_coupon .button:hover {
    background: #6FA970 !important;
    color: #fff !important;
    transition: all 0.5s !important;
}
.woocommerce form .form-row label {
    font-weight: 600 !important;
}
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
    border: 1px solid #00000066 !important;
}
:where(.woocommerce) .select2-container .select2-dropdown, 
:where(.woocommerce) .select2-container .select2-selection {
    border-color: #00000066 !important;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
    color: #206779;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-color:#ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    color: #fff !important;
    background: #206779 !important;
    border-radius: 8px !important;
    margin-top: auto !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background: #206779 !important;
}
@media (max-width:1199px) {
    .woocommerce-cart-form .woocommerce td.product-quantity {
        min-width: 175px;
    }
    @media (min-width: 992px) {
        .page-header .entry-title, 
        .site-footer .footer-inner, 
        .site-footer:not(.dynamic-footer), 
        .site-header .header-inner, 
        .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
            max-width: calc(100% - 40px);
        }
    }    
    @media (min-width: 768px) {
        .page-header .entry-title, 
        .site-footer .footer-inner, 
        .site-footer:not(.dynamic-footer), 
        .site-header .header-inner, 
        .site-header:not(.dynamic-header), 
        body:not([class*=elementor-page-]) .site-main {
            max-width: calc(100% - 40px);
        }
    }
}
@media (max-width:479px) {
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
    .woocommerce #content table.cart td.actions .coupon .button, 
    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce #content table.cart td.actions .coupon input, 
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon input, 
    .woocommerce-page #content table.cart td.actions .coupon .button, 
    .woocommerce-page #content table.cart td.actions .coupon .input-text, 
    .woocommerce-page #content table.cart td.actions .coupon input, 
    .woocommerce-page table.cart td.actions .coupon .button, 
    .woocommerce-page table.cart td.actions .coupon .input-text, 
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        margin-bottom: 5px;
    }
}
/* ==================================================
    CART PAGE CSS END
===================================================== */

/* ==================================================
    ACCOUNT PAGE CSS START
===================================================== */
.woocommerce h1.entry-title,
.woocommerce-cart h1.entry-title,
.woocommerce-account h1.entry-title,
.woocommerce-page h1.entry-title {
	font-size: 52px;
	margin-bottom: 30px;
}
@media (max-width:1024px) {
    .woocommerce h1.entry-title,
    .woocommerce-cart h1.entry-title,
    .woocommerce-account h1.entry-title,
    .woocommerce-page h1.entry-title {
        font-size: 36px;
    }
}
@media (max-width:767px) {
    .woocommerce h1.entry-title,
    .woocommerce-cart h1.entry-title,
    .woocommerce-account h1.entry-title,
    .woocommerce-page h1.entry-title{
        font-size: 30px;
    }
}
.woocommerce-address-fields button.button,
.woocommerce-EditAccountForm button.button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-ResetPassword .button {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    margin-right: 45px !important;
}
.woocommerce-address-fields button.button::before,
.woocommerce-EditAccountForm button.button::before,
.woocommerce-form-login__submit::before,
.woocommerce-form-register__submit::before,
.woocommerce-ResetPassword .button::before{
    content: "";
    position: absolute;
    top: 50%;
    background: #206779;
    color: #fff;
    z-index: -1;
    right: -40px;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    transform: translateY(-50%);
}
.woocommerce-address-fields button.button:hover::before,
.woocommerce-EditAccountForm button.button:hover::before,
.woocommerce-form-login__submit:hover::before,
.woocommerce-form-register__submit:hover::before,
.woocommerce-ResetPassword .button:hover::before{
        background-color: #6FA970;
    color: #fff;
    transition: all 0.5s;
}
.woocommerce-address-fields button.button::after,
.woocommerce-EditAccountForm button.button::after,
.woocommerce-form-login__submit::after,
.woocommerce-form-register__submit::after,
.woocommerce-ResetPassword .button::after{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(/wp-content/uploads/2026/07/ion_arrow-up1.svg);
    height: 34px;
    width: 34px;
    max-width: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    right: -34px;
    transition: all 0.5s;
}
.woocommerce-address-fields button.button:hover::after,
.woocommerce-EditAccountForm button.button:hover::after,
.woocommerce-form-login__submit:hover::after,
.woocommerce-form-register__submit:hover::after,
.woocommerce-ResetPassword .button:hover::after{
        transform: translateY(-50%) rotate(45deg);
}
.woocommerce-address-fields button.button:hover,
.woocommerce-EditAccountForm button.button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-ResetPassword .button:hover{
    background: #6fa970 !important;
    color: #FFFFFF !important;
    transition: all 0.5s !important;
}
.woocommerce-EditAccountForm button.button  {
    margin-top: 20px !important;
}
.woocommerce-account .woocommerce {
    margin-top: 20px;
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    background: #206779;
    width: 100%;
    display: flex;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-navigation ul a[aria-current="page"] {
    background: #6fa970;
    color:#ffffff;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td a,
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-table td a {
    min-height: auto !important;
    display: inline-flex !important;
    margin-right: 4px;
    padding: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    margin-bottom: 4px;
}
.woocommerce-edit-address .woocommerce-Address address {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 10px;
    margin-top: 24px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 0;
}
.woocommerce-orders .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table td a{
	background: #206779 !important;
	color: #fff !important;
}
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content table.woocommerce-table td a {
  font-size:16px !important;
}
@media (max-width:768px) {
    .woocommerce-MyAccount-navigation ul {
        padding-left: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
    }
}

/* ==================================================
    ACCOUNT PAGE CSS END
===================================================== */

@media (max-width: 1024px) and (min-width:768px) {
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(2,1fr) !important;
  }
}


/* ==================================================
    CART PAGE CSS START
===================================================== */
.elementor-menu-cart__product-name {
    line-height: 1.5;
    font-size: 16px !important;
    color: #000 !important;
}
.elementor-menu-cart__product-name a {
    color: #000 !important;
}
.elementor-menu-cart__product-price {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.elementor-menu-cart__product-remove:after, 
.elementor-menu-cart__product-remove:before {
    background: #000000 !important;
}
.elementor-menu-cart__product-remove {
    border: 1px solid #000000 !important;
}
.elementor-menu-cart__subtotal {
    margin-top: auto;
}
.elementor-menu-cart__subtotal strong{
    font-weight: 700;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-menu-cart__footer-buttons .elementor-button--checkout{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 10px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{
    background: #6fa970 !important;
}
.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before {
    background: #000000 !important;
}
.elementor-menu-cart__main{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover{
    color: #000 !important;
}
@media (max-width:767px) {
    .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
    .elementor-menu-cart__footer-buttons .elementor-button--checkout{
        padding: 14px 10px !important;
    }    
    .elementor-menu-cart__main{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* ================ cart page css start ===========================*/
.wp-block-woocommerce-cart.alignwide {
    margin: 0 !important;
}
table tfoot th, table thead th {
    font-size: 16px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, 
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    font-size: 14px !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 1 !important;
    padding-right: 0px !important;
    width: 70px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    border-width: 0px !important;
    border-style: none !important;
    outline: none !important;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{
    color: rgb(0, 0, 0) !important;
    font-size: 26px !important;
    line-height: 1 !important;
    width: 24px !important;
    background: transparent !important;
    margin: 0px !important;
}
.wc-block-components-quantity-selector{
    min-width: 146px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(204, 204, 204) !important;
    border-image: none !important;
    border-radius: 999px !important;
    padding: 9px 13px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 16px !important;
}
.wc-block-components-panel__button {
    font-size: 14px !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 10px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover{
    background: #6fa970 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    font-size: 14px !important;
}
.wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width[type="button"]{
        font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 10px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    text-decoration: none !important;
}
.wc-block-cart__submit-container .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width[type="button"]:hover{
    background: #6fa970 !important;
}

@media (max-width:767px) {
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, 
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, 
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        grid-column-end: 3 !important;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: auto 1fr auto !important;
    }
}
/* ================ cart page css end ===========================*/
/* ==================================================
    CART PAGE CSS END
===================================================== */

/* ==================================================
    CHECKOUT PAGE CSS START
===================================================== */
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.wc-block-checkout__terms {
    font-size: 14px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price{
    font-size: 16px !important;
    font-weight: 500 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-item {
    font-size: 16px !important;
    font-weight: bold !important;
}

@media (min-width:992px) and (max-width:1279px) {
    .wc-block-components-sidebar {
        padding-left: 0 !important;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding-right: 20px !important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
        width: 30px !important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
        max-width: 30px !important;
        width: 30px !important;
    }
    .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
        padding: 4px 12px 12px 14px !important;
    }
}
@media (max-width:991px) {
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount{
        font-size: 16px !important;
        font-weight: 500 !important;
    }
}
/* ==================================================
    CHECKOUT PAGE CSS END
===================================================== */


/* ==================================================
    empty cart CSS START
===================================================== */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 26px;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-top: 60px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products a{
    text-decoration: none !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product-price.price {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #4B5563;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product-link {
    width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product-image {
    width: 100%;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    height: 44px !important;
    margin: 0 auto 30px !important;
    mask-size: 44px !important;
    width: 44px !important;
}
.wc-block-grid__products .wc-block-grid__product{
    padding: 20px !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-flow: wrap !important;
    float: unset !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
}
.wc-block-grid__products .wc-block-grid__product .wp-block-button {
    width: 100% !important;
    text-align: left;
    margin-bottom: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 14px 24px !important;
    background: #206779 !important;
    border-radius: 999px !important;
    transition: all 0.5s !important;
    position: relative;
    margin-top: auto !important;
    width: calc(100% - 3vw);
    max-width: fit-content;
    align-items: center !important;
    text-decoration: none !important;
}

.wc-block-grid__products .wc-block-grid__product .add_to_cart_button::before{
    content: "";
    position: absolute;
    top: 50%;
    background: #206779;
    color: #fff;
    z-index: -1;
    right: -40px;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    transform: translateY(-50%);
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover::before{
    background-color: #6FA970;
    color: #fff;
    transition: all 0.5s;
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button::after{
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(/wp-content/uploads/2026/07/ion_arrow-up1.svg);
    height: 34px;
    width: 34px;
    max-width: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    right: -34px;
    transition: all 0.5s;
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover::after{
        transform: translateY(-50%) rotate(45deg);
}
.wc-block-grid__products .wc-block-grid__product .add_to_cart_button:hover{
    background: #6fa970 !important;
    color: #FFFFFF !important;
    transition: all 0.5s !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products a img {
    aspect-ratio: 2/1.3;
    background: #d5d5d3;
    object-fit: contain;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products .wc-block-grid__product-title {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Berthold Akzidenz-Grotesk' !important;
    text-align: left;
}
.woocommerce-mini-cart__empty-message {
    font-size: 16px;
    color: #000 !important;
    line-height: 1.5;
    border: 1px solid #DEDEDE;
    padding: 7px;
    border-radius: 8px;
}
@media (max-width: 1199px) {
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    .wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
        font-size: 14px !important;
        padding: 14px 14px !important;
    }
}
@media (max-width: 767px) {
    .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
        grid-template-columns: repeat(1, 1fr);
    }
    .wc-block-grid__products .wc-block-grid__product {
        padding: 10px !important;
    }
    .wc-block-grid__products .wc-block-grid__product .add_to_cart_button {
        width: calc(100% - 13vw);
    }

}
/* ==================================================
    empty cart CSS END
===================================================== */
