/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

p:last-child{
    margin-bottom: 0 !important;
}
.banner-breadcrum #breadcrumbs a,
.banner-breadcrum #breadcrumbs{
    color:#FFFFFF80 !important;
    font-size: 15px !important;
}
.banner-breadcrum #breadcrumbs .breadcrumb_last{
    color: #ffffff !important;
}
/* Header css start */
.header-logo {
    border-radius: 50% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff;
    margin-bottom: -80px !important;
}
.search-form .e-search-form{
    flex-direction: row-reverse;
    padding: 7px 10px;
    border: 1px solid #E8E8E8;
}
.mobile-menu nav .elementor-nav-menu .menu-item:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
}
.btn-blur a{
    backdrop-filter: blur(10px)
}
@media(max-width:1024px){
    .header-logo{
        margin-bottom: -40px !important;
    }
}
@media(max-width:767px){
    .header-logo{
        margin-bottom: -20px !important;
    }
}

/* Footer css start */
.footer-info .elementor-icon-list-items li:hover svg path{
    stroke: #EEFABD;
}
.footer-social .elementor-social-icon:hover svg path{
    fill: #202020 !important;
}
.footer-accordian .e-n-accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media(max-width:767px){
    .text-opacity{
        opacity: 0.7;
    }
}

/* Hero section css */
.hero-banner{
    position: relative;
}
.hero-banner:after{
    /* -webkit-mask-image: url('http://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/banner-shape.png') !important;
    mask-image: url('http://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/banner-shape.png') !important;
    -webkit-mask-size: cover;
    mask-size:cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom; */
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    background-image: url(https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/banner-bottom.png);
    z-index: 1;
}

.product-categories-slider ul.products li.product a img{
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    padding-bottom: 20px;
    min-height: 380px;
}
.product-categories-slider .woocommerce-loop-category__title{
    padding: 0 !important;
    position: relative;
}
.product-categories-slider .woocommerce-loop-category__title:before{
    position: absolute;
    content: '';
    background-image: url(https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/arrow-down-left.svg);
    background-repeat: no-repeat;
    background-position: right;
    width: 22px;
    height: 22px;
    right: 0;
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product-categories-slider .product-category a{
    display: block;
}
.product-categories-slider .product-category a:hover .woocommerce-loop-category__title:before{
    transform: rotate(45deg);
}

@media(max-width:1024px){
    .product-categories-slider .products{
        gap: 18px !important;
    }
    .product-categories-slider ul.products li.product a img{
        min-height: 250px;
    }
}
@media(max-width:767px){
    .product-categories-slider .slick-track{
        display: flex;
    }
    .product-categories-slider .product-category{
        padding-inline: 9px !important;
    }
    .product-categories-slider .slick-list{
        margin: 0 -9px !important;
    }
    .product-categories-slider .woocommerce-loop-category__title:before{
        width: 18px;
        height: 18px;
        top: -3px;
        background-size: cover;
    }
    .product-categories-slider .woocommerce-loop-category__title{
        letter-spacing: 0.1px !important;
    }
}
@media(max-width:430px){
    .hero-banner:after{
        background-size:cover;
        height: 30px;
    }
}
.blog-image a{
    display: block !important;
    position: relative;
    padding-top: 80%;
}
.blog-image a img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.readmore-btn a svg{
    width:22px;
}
.readmore-btn a .elementor-button-content-wrapper{
    align-items: center;
}
.readmore-btn a svg{
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.readmore-btn a:hover svg{
    transform: rotate(45deg);
}
.list-wrap ul,
.blog-list{
    padding-left:0px;
    list-style: none;
}
.list-wrap ul li,
.blog-list ul li{
    padding-left: 18px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
}
.list-wrap ul li:before,
.blog-list ul li:before{
    width:8px;
    height: 8px;
    background-color: #375444;
    border-radius: 30px;
    position: absolute;
    content: '';
    left: 0;
}
.blog-list ul li{
    align-items: flex-start;
    padding-left: 20px;
}
.blog-list ul li:not(:last-child){
    margin-bottom: 15px;
}
.blog-list ul li:before{
    top: 8px;
}
.blog-comment .comment-reply-title{
    font-family: "Helvetica Now Display", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 20px 0;
    color: #202020;
}
.blog-comment .logged-in-as{
    font-size: 16px !important;
    font-weight: 500;
    font-family: "Helvetica Now Display", Sans-serif;
    line-height: 100%;
    color: #202020;
}
.blog-comment .logged-in-as a{
    color: #202020 !important;
    text-decoration: underline;
}
.blog-comment .comment-form label{
    margin-bottom: 10px;
}
.blog-comment .comment-form-comment textarea{
    height: 150px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Helvetica Now Display", Sans-serif;
    padding: 15px;
}
.blog-comment .form-submit .submit{
    background-color: #375444;
    color: #ffff;
}
.blog-comment .form-submit .submit:hover{
    color: #202020;
}
@media(max-width:575px){
    .slider-wrap .swiper{
        margin-right: -120px;
    }
    .slider-wrap-2 .swiper{
        margin-right: -210px;
    }
}


/* Pagination css  */
.elementor-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-pagination a.page-numbers{
    font-size:18px !important;
    font-weight: 700 !important;
}
.elementor-pagination .page-numbers{
    width: 40px;
    display: flex;
    height: 40px;
    border: 1px solid #24322B;
    justify-content: center;
    align-items: center;
}
.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover{
    background-color: #24322B;
}
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next{
    border: 1px solid #37544424;
}
.elementor-pagination .page-numbers.prev:hover img,
.elementor-pagination .page-numbers.next:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(161deg) brightness(104%) contrast(102%);
}
@media(max-width:767px){
    .elementor-pagination a.page-numbers{
        font-size:16px !important;
        font-weight: 700 !important;
    }
    .elementor-pagination .page-numbers{
        width: 37px;
        height: 37px;
    }
}

/* form css */
.contact-form .col input,
.contact-form .col textarea{
    background: #FFFFFF;
    min-height: 50px;
    padding: 11px 13px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 8px !important;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Helvetica Now Display", Sans-serif;
}
.contact-form .col:not(:last-of-type){
    margin-bottom: 15px;
}
.contact-form .col textarea{
    height: 120px;
}
.contact-form .text-label label{
    font-family: "Helvetica Now Display", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#525252;
    margin:0px 0 20px;
}
.contact-form .btn input{
    height: 42px;
    padding: 10px 50px !important;
    background-color: #375444 !important;
    font-family: "Helvetica Now Display", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    letter-spacing: 0.375px !important;
    color: #fff !important;
    border-radius: unset !important;
    border: unset !important;
}
.wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: 15px;
}
.wpcf7-response-output{
    text-align: center;
}
@media(max-width:767px){
    .contact-form .btn input{
        width: 100%;
    }
    .wpcf7-spinner{
        display: none;
    }
    .contact-form .col input,
    .contact-form .col textarea{
        font-size: 14px;
    }
}
.product-box-slider .slick-track{
    display: flex;
    gap: 10px;
}

.yith-add-to-wishlist-button-block{
    margin: 0 !important;
}
.wc-yith-wishlist{
    margin-left: auto;
}
.product-details .wc-yith-wishlist .yith-wcwl-add-to-wishlist-button{
    padding: 12px !important;
}
.product_slider .wc-yith-wishlist .yith-wcwl-add-to-wishlist-button svg{
    width: 16px !important;
    height: 16px !important;
}
.full-btn a.elementor-button svg{
    width: auto !important;
}
.full-btn a.elementor-button span{
    align-items: center;
}
body.home .product_slider.product-loop-item .swiper-slide > .h-100{
    height: 100% !important;
}
body.home .product_slider.product-loop-item .e-loop-item{
    border: unset !important;
}

/* Cart page css */
.cart .woocommerce-cart-form .coupon-col-start input{
    border-radius: 0 !important;
    padding: 8px 15px !important;
}
@media(max-width:768px){
   .cart .shop_table .cart_item td{
        padding: 10px 0 !important;
   }
   .cart .shop_table .product-quantity{
        display: flex;
        align-items: center;
        justify-content: space-between;
   }
   .cart .shop_table .product-thumbnail{
    display: block !important;
   }
   .cart .shop_table .product-thumbnail:before{
    content: '' !important;
   }
    .cart .shop_table .woocommerce-cart-form__cart-item{
    padding: unset !important;
   }
   .e-cart-totals {
    margin-bottom: unset !important;
   }
   .product-name a{
    font-size: 15px !important;
   }
   .cart .shop_table tbody .actions{
    padding-top: 15px !important;
   }
}

/* checkout page css */
.checkout_box .checkout .woocommerce-billing-fields__field-wrapper span input,
.checkout_box .checkout .woocommerce-billing-fields__field-wrapper span select,
.checkout_box .woocommerce-input-wrapper textarea,
.checkout_box .coupon-container-grid  input{
    background-color: transparent !important;
}
.checkout_box .checkout .woocommerce-billing-fields__field-wrapper span select{
    width: 100% !important;
}
.checkout_box .coupon-container-grid  input{
   padding: 14px !important;
}
.woocommerce-additional-fields h3{
    display: none;
}
.checkout_box .woocommerce-privacy-policy-text p{
    margin:0 0 20px !important;
}
.checkout_box .shopengine-woocommerce-info{
    margin:0 0 20px !important;
}
@media(max-width:1024px){
   .checkout_box .woocommerce-additional-fields,
   .checkout_box .woocommerce-checkout-payment{
    margin-bottom: unset !important;
   }
}
@media(max-width:767px){
    .checkout_box p a{
        font-size: 14px !important;
    }
}

/* My account Page css */
#account_display_name_description{
    display: block;
    margin-top: 8px !important;
}
@media(max-width:767px){
    .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-EditAccountForm .form-row-last{
        width:100% !important
    }
    .woocommerce-form-register.register{
        margin-bottom: unset !important;
    }
}

/* wishlist Page css */
.elementor-menu-cart__toggle .elementor-button:hover,
.elementor-menu-cart__toggle .elementor-button:focus{
    border-color: unset !important;
    border-width: 0 !important;
    outline: unset !important;
}
.wishlist_table {
    border-collapse: collapse !important;
    width: 100%;
}

body .wishlist_table th,
body .wishlist_table td {
    border: 1px solid #EBEBEB !important;
    padding: 12px !important;
}
.wishlist-title h2{
    padding: 0;
    margin-top: 0;
}
.wishlist-box .woocommerce table.shop_table thead tr th{
    background-color: #375444 !important;
    color: #ffff !important;
    font-family: "Helvetica Now Display", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 14px !important;
    letter-spacing: 0.375px !important;
}
.wishlist-box .wishlist-items-wrapper tr td a,
.wishlist-box .wishlist-items-wrapper tr td span{
    color:#24322B !important; 
}
.wishlist-box .product-add-to-cart a.shopengine-quickview-trigger{
    display: none !important;
}
.wishlist-box .wishlist_table .product-add-to-cart a{
    margin: 0 auto 10px !important;
}
body .wishlist-box .wishlist_table .shopengine_comparison_add_to_list_action{
    margin: 0 auto 0 !important;
}
.shopengine-comparison .comparison-table-wrap table td{
    width: 50%;
    min-width:100% !important;
    max-width: 50% !important;
}
.shopengine-comparison .comparison-table-wrap table th{
    padding: 15px !important;
}
.comparison-table-wrap h4{
    margin: 15px 0 !important;
}
.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a{
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    background-color: #375444 !important;
    color: #fff !important;
    padding: 10px 15px !important;
}
.shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a:hover{
    background-color: #EEFABD !important;
    color: #375444 !important;
}
@media(max-width:768px){
    .wishlist-box .shop_table li {
        border: 1px solid #EBEBEB;
        padding: 15px;
        margin-bottom: unset;
        position: relative;
    }
    .wishlist-box ul.shop_table {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .wishlist-box .shop_table li .product-name h3{
        margin-top: unset;
        line-height:inherit;
        color: #24322B;
    }
    .wishlist-box .shop_table li .product-name h3 a{
        color: #24322B;
    }
    body .wishlist_table th, body .wishlist_table td {
        border: 0 !important;
        padding: 0px !important;
        font-size: 12px !important;
    }
    .wishlist-box table tbody>tr:nth-child(odd)>td,.wishlist-box table tbody>tr:nth-child(odd)>th{
        background-color: transparent;
    }
    .wishlist_table.mobile li .item-wrapper{
        width: 100% !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove{
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart, .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{
        margin-bottom: 0;
    }
    .wishlist_table.modern_grid li .item-details table.item-details-table td.value, 
    .wishlist_table.images_grid li .item-details table.item-details-table td.value, 
    .wishlist_table.mobile li .item-details table.item-details-table td.value, 
    .wishlist_table.mobile li table.additional-info td.value{
        text-align: left !important;
        padding-left: 2px !important;
    }
    .wishlist_table.modern_grid li .item-details table.item-details-table td.label, 
    .wishlist_table.images_grid li .item-details table.item-details-table td.label, 
    .wishlist_table.mobile li .item-details table.item-details-table td.label, 
    .wishlist_table.mobile li table.additional-info td.label{
        width: 0 !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .wishlist-box .wishlist_table .product-add-to-cart a{
        padding: 0 !important;
        margin: 5px 0 0 0 !important;
        font-size: 14px;
        color: #24322B;
    }
    .wishlist-box .wishlist_table .product-add-to-cart a:hover{
        color: #375444;
    }
    .wishlist-box .wishlist_table .product-add-to-cart a.add_to_cart_button{
        text-decoration: underline;
    }
    .shopengine-comparison .comparison-table-wrap table .comparison-add-to-cart a{
        font-size: 12px !important;
    }
    .shopengine-comparison .comparison-table-wrap table th{
        min-width: 150px !important;
        font-size: 14px !important;
    }
    .comparison-table-wrap h4{
        font-size: 14px !important;
    }
}
@media(max-width:575px){
    .shopengine-comparison .comparison-table-wrap table td{
        min-width: 250px !important;
    }
}

/* Product Listing Page Ui */
.product-sidebar-filter .wpfMainWrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.product-sidebar-filter .wpfFilterWrapper {
    padding: 0 !important;
    margin: 0;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle{
    border: 1px solid #00000017 !important;
    padding: 10px 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wfpDescription{
    margin: 0 -10px;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wfpDescription,
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle .wfpTitle{
    color: #1E1E1E;
    font-family:  "Helvetica Now Display";
    font-size: 15px;
    font-weight: 700;
    line-height: 26px; /* 173.333% */
    text-transform: uppercase;
    height: unset;
    padding: unset !important;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle .fa-plus:before,
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle .fa-minus:before{
    content: '' !important;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle .fa-plus:before{
    background-image: url(https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/left-black.svg) !important;
    transform: rotate(-90deg);
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle .fa-minus:before{
    background-image: url(https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/left-black.svg) !important;
    transform: rotate(90deg);
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll{
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 250px !important;
}
.product-sidebar-filter .ui-slider.ui-widget-content .ui-slider-handle:focus-visible{
    border: unset !important;
    outline: unset !important;
}
.product-sidebar-filter .ui-slider.ui-widget-content .ui-slider-handle,
.product-sidebar-filter .ui-slider.ui-widget-content .ui-slider-handle:hover{
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    background-color: #375444 !important;
    border: unset !important;
    top: -6px !important;
}
.product-sidebar-filter .ui-slider-horizontal .ui-slider-range{
    background-color: #375444 !important;
}
.product-sidebar-filter .ui-slider.ui-widget-content:not(.iris-slider-offset){
    background-color: #F2F3EC !important;
    border: unset !important;
    height: 8px;
    border-radius: 8px;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll::-webkit-scrollbar-track {
    background-color: #D4D4D4;
    border-radius: 10px;
    border: 0 !important;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll::-webkit-scrollbar {
    width: 8px;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll::-webkit-scrollbar-thumb{
    background-color: #2B2B2B;
    border-radius: 10px;
    border: 0 !important;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll li label.wpfLiLabel{
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll li span,
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfValue{
    display: inline-block;
    padding: 0 !important;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfValue span{ 
    color: #1E1E1E;
    font-family:  "Helvetica Now Display";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    padding: 0;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterVerScroll li label.wpfLiLabel .wpfCheckbox label:before{
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px !important;
    border: 1px solid #D4D4D4 !important;
    background-color: #ffffff !important;
}
.product-sidebar-filter .wpfFilterWrapper .wpfFilterVerScroll li label.wpfLiLabel .wpfCheckbox input[type="checkbox"]:checked + label::before{
    background-color: #2B2B2B !important;
    border: 1px solid #2B2B2B !important;
    background-image: url('https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/white-check.svg') !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.wpfBlockClear{
    display: none !important;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
    min-height: 48px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #24322B;
    color: #fff;
    border: 0 !important;
    font-weight: 500 !important;
}
.wpfFilterButton.wpfButton:hover, .wpfClearButton.wpfButton:hover{
    color: #24322B;
}
.wpfPriceInputs{
    font-size: 15px;
    color: #000000;
    line-height: 26px;
}
.wpfFilterDelimeter{
    margin-left: 3px;
    margin-right: 0;
}
.filter-dropdwon{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFF;
    height: 50px;
    padding: 0 15px;
}
.filter-img,
.close {
    transition: all 0.3s ease;
}

/* Default state (close visible) */
.filter-img {
    opacity: 1;
    /* transform: rotate(-90deg); */
    position: absolute;
    right: 15px;
}

.close {
    opacity: 0;
}

/* Active state */
.main-filter-dropdown.active .filter-img {
    opacity: 0;
}

.main-filter-dropdown.active .close {
    opacity: 1;
}
.filter-dropdwon span{
    color: #1E1E1E;
    font-family: "Helvetica Now Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
}
.sub-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute !important;
    top: 70px;
    z-index: 1;
    background: #FFF;
    width: 100%;
    padding: 10px;
    box-shadow: 0 1px 10px #dddddd;
}
.sub-dropdown [data-filter-type="wpfSortBy"] .wpfFilterVerScroll .wpfLiLabel{
    display: block !important;
}
.sub-dropdown [data-filter-type="wpfSortBy"] .wpfFilterVerScroll .wpfLiLabel .wpfCheckbox label{
    display: none !important;
}
.woocommerce-result-count{
    font-family: "Helvetica Now Display";
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #BEBEBE;
}
/* open state */
.sub-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.filter-search .e-search-form{
    min-height: 50px;
    border: 1px solid #00000017;
}

/* Single Product page css */
/* Hide shortcode container if empty */
.sale-price .elementor-shortcode:empty {
    display: none;
}
.sale-price{
    display: none;
}

/* Hide parent widget if shortcode has no content */
.sale-price .elementor-shortcode:empty::before {
    content: none;
}

.sale-price .elementor-shortcode:empty + * {
    display: none;
}

/* Force hide whole widget if no visible content */
.sale-price:has(.elementor-shortcode:empty) {
    display: none;
}
.sale-price .elementor-shortcode{
    font-family: "Helvetica Now Display";
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 5.5px 6px;
    background-color: #F40;
    text-transform: uppercase;
}
@media(max-width:575px){
    .sale-price .elementor-shortcode{
        font-size: 8px;
        padding: 2.36px 3.26px; 
    }
}
.product_image_slider{
    gap: 15px !important;
}
.product_image_slider .product_image_slider__thumbs .swiper-slide{
    padding: 10px;
    background-color: #F2F3EC;
    width: 80px !important;
    height: 80px !important;
    opacity: 1 !important;
}
.product_image_slider .product_image_slider__thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
}
.product_image_slider .product_image_slider__thumbs .swiper-wrapper {
    gap: 15px !important;
}
.product_image_slider .product_image_slider__thumbs .swiper-slide-thumb-active{
    border: 1px solid #375444 !important;
}
.product_image_slider .product_image_slider__thumbs{
    height: 100% !important;
}
.product_image_slider .product_image_slider__container .swiper-slide{
    background-color: #F2F3EC;
    padding: 35px;
}
.product_image_slider .product_image_slider__container .swiper-slide img{
    margin: unset !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_image_slider .product_image_slider__thumbs .swiper-slide div{
    height: 100%;
}
.elementor-widget-woocommerce-product-meta .detail-label{
    font-weight: 500 !important;
}
.product-details  .shopengine_add_to_list_action,
.product-details  .shopengine_comparison_add_to_list_action{
    display:none;
}
.product-details .variation-detail tr th,
.product-details .variation-detail tr th:hover,
.product-details .variation-detail tr td,
.product-details .variation-detail tr td:hover{
    background-color: transparent !important;
    padding: 0;
}
.product-details .variation-detail tbody{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-details .variation-detail tbody tr{
    width: 40%;
}
.product-details .variation-detail tr th.label{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product-details .variation-detail tr:not(:last-child){
    display:block;
}
.product-details .variation-detail tr th.label label,
.product-details .variation-detail tr th.label span{
    font-size: 15px;
    line-height: 20px;
    color: #375444;
    font-weight: 500 !important;
    margin: 0;
    text-transform: capitalize;
}
.product-details .variation-detail .woocommerce-variation-add-to-cart span.label{
    font-size: 15px;
    line-height: 20px;
    color: #375444;
    font-weight: 500 !important;
    margin-bottom: 15px;
    display: block;
}
.product-details .variation-detail tr th.label span{
    color: #202020 !important;
}
.product-details .variation-detail tr td.value .color-variable-items-wrapper{
    gap: 8px !important;
    align-items: center;
}
.product-details .variation-detail tr td.value .color-variable-items-wrapper li.color-variable-item{
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: unset !important;
}
.product-details .variation-detail tr td.value .color-variable-items-wrapper li.color-variable-item .variable-item-span-color{
    transition: all 0.2s ease;
}
/* .product-details .variations tr td.value .color-variable-items-wrapper li.color-variable-item.selected{
    width: 36px;
    height: 36px;
} */
.product-details .variation-detail tr td.value .color-variable-items-wrapper li.color-variable-item.selected .variable-item-span-color{
  box-shadow: 
    inset 0 0 0 2px #fff,
    0 0 0 1px var(--swatch-color),
    0 0 0 6px #fff !important;
}
.product-details .variation-detail tr td.value .button-variable-items-wrapper{
    display: flex;
    gap: 20px;
}
.product-details .variation-detail tr td.value .button-variable-items-wrapper li.variable-item{
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
    box-shadow: unset !important;
    border-radius: unset !important;
    padding: 0;
    font-size: 17px;
    line-height: 20px !important;
    /* color: #E4E4E4; */
    color: #24322B;
    font-weight: 500;
}
.product-details .variation-detail tr td.value .button-variable-items-wrapper li.variable-item .variable-item-span{
    overflow: visible !important;
}
.product-details .variation-detail tr td.value .button-variable-items-wrapper li.variable-item.selected{
    color: #24322B;
}
.product-details .variation-detail tr td.value .color-variable-items-wrapper li.color-variable-item.selected .variable-item-contents:before{
    background-image: unset !important;
}
/* .product-details .quantity .qty{
    max-width: 140px;
    width: 100%;
    height: 42px !important;
    border: 1px solid #00000017;
    font-size: 16px;
    line-height: normal;
    border-radius: unset !important;
} */
.product-details .e-atc-qty-button-holder .quantity{
    display: none !important;
}
.product-details .e-atc-qty-button-holder.custom .quantity{
    display: block !important;
} 
.product-details .e-atc-qty-button-holder.custom{
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 140px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 42px !important;
    border: 1px solid #00000017;
    font-size: 16px;
    line-height: normal;
    border-radius: unset !important;
    padding: 0 18px;
}
.product-details .e-atc-qty-button-holder.custom button{
    flex-basis: 0 !important;
    margin: 0 !important;
    height: auto;
    display: flex;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: #000 !important;
    font-size: 25px !important;
    line-height: 100% !important;
}
.product-details .e-atc-qty-button-holder.custom .quantity{
    flex-basis: 0 !important;
    margin: 0 !important;
}
.product-details .e-atc-qty-button-holder.custom .quantity .qty{
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    appearance: none !important;
}
.product-details .e-atc-qty-button-holder.custom .quantity .qty:focus{
    outline: 0 !important;
}
.product-details .e-atc-qty-button-holder.custom .quantity input[type=number]::-webkit-inner-spin-button, 
.product-details .e-atc-qty-button-holder.custom .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-details .e-atc-qty-button-holder.custom .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-details .single_add_to_cart_button{
    margin-top: 22px !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s  ease;
}
.product-details .single_add_to_cart_button:after{
    content: '';
    display: inline-block;
    background-image: url('https://dddemo.net/wordpress/2026/vandreskoen/wp-content/uploads/2026/04/ShoppingBag-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.product-details .single_add_to_cart_button:hover:after{
    filter: brightness(0) saturate(100%) invert(26%) sepia(44%) saturate(296%) hue-rotate(94deg) brightness(96%) contrast(89%);
}
.product-details .woocommerce-variation-price{
    margin-bottom: 15px;
}
.product-details .woocommerce-variation-price .price{
    font-size: 16px !important;
    color: #202020 !important;
}
.additional-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.additional-info .info {
    display: flex;
    align-items: center;
}
.additional-info .info .label{
    color: #7B7B7B;
    font-family: "Helvetica Now Display";
    font-size: 17px;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    width: 150px;
}
.additional-info .info .value{
    color: #4D4D4D;
    font-family: "Helvetica Now Display";
    font-size: 17px;
    font-weight: 500;
    line-height: 26px; /* 152.941% */
    text-transform: capitalize;
}
.product-info .info-title{
    font-family: "Helvetica Now Display";
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 1.44px;
    text-transform: capitalize;
}
.elementor-share-btn__icon{
    width: auto !important;
    margin: unset !important;
}
.elementor-share-buttons--view-icon .elementor-grid-item{
    margin-bottom: unset !important;
}
.elementor-share-buttons--view-icon .elementor-grid{
    display: flex !important;
}
@media(max-width:767px){
    .product_image_slider{
        flex-direction: column !important;
    }
    .product_image_slider .product_image_slider__container .swiper-slide{
        height: 100%;
        padding: 22px;
    }
    .product_image_slider .product_image_slider__container{
        width: 100% !important;
    }
    .product_image_slider .product_image_slider__thumbs .swiper-container{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .product_image_slider .product_image_slider__thumbs .swiper-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .product_image_slider .product_image_slider__thumbs{
        height: fit-content !important;
        width: 100%;
    }
    .product-details .variation-detail tbody tr{
        width: 47%;
    }
    .product-details .variation-detail tbody tr:last-child{
        width: 100%;
    }
    .product_image_slider .product_image_slider__thumbs .swiper-slide {
        padding: 7px;
        width: 62px !important;
        height: 62px !important;
    }
    .additional-info .info .label,
    .additional-info .info .value{
        font-size: 15px;
        width: 100%;
    }
    .additional-info .info{
        flex-wrap: wrap;
    }
    .additional-info {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .additional-info .info-size, .additional-info .info-brand {
        width: calc(50% - 5px);
    }
    .product-sidebar-filter .wpfFilterWrapper .wpfFilterTitle{
        padding: 10px !important;
    }
    .product-sidebar-filter .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll li .wpfValue span{
        font-size: 15px !important;
    }
    .product-details .variation-detail tr td.value .button-variable-items-wrapper li.variable-item{
        font-size: 16px;
        line-height: 20px !important;
    }
}