/*
    Theme Name: Hello Elementor Child
    Template: hello-elementor
    Text Domain: hello-elementor-child
    Version: 0.0.1
    Author: Stepanov Dmytro
    Author URI: https://dstepanoff.org.ua
*/


@keyframes sway-soft {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(8px); }
}

.sway-inf-lr {
  animation: sway-soft 1.8s ease-in-out infinite;
}


/** catalog */
div.product .jet-woo-product-price span.price{
color:black;
normal !important;
}
/* Саме поле select2 (одиночний вибір) */
.tra_to_select2 .select2-container .select2-selection--single {
  background-color: transparent !important; 
  color: #000; 
  font-size: 17px;
  
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
}

/* Текст вибраного елемента */
.tra_to_select2 .select2-container--default .select2-selection__rendered {
  color: #000;
  font-size: 17px;
  line-height: 40px;
}

/* Стрілочка справа */
.tra_to_select2 .select2-container--default .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

/* Випадаючий список (елементи) */
.tra_to_select2 .select2-container--default .select2-results__option {
  background-color: #000;
  color: #fff;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
}

/* При наведенні */
.tra_to_select2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #131313 !important;
  color: #fff;
  
}

.tra_to_select2 .select2-container--default .select2-results__option--selected{
    background-color: black !important;
    font-weight: bold;
}

.tra_to_select2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
  line-height: 18px;
  font-size: 20px;
  font-weight: 700;
}


.tra_to_select2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important; 
    
}

.tra_to_select2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: transparent !important;
  height: 40px !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0;
  width: auto !important;
  background: none;
  display: flex;
  align-items: center;
  border: none !important;
}

.tra_to_select2 .select2-container--default .select2-selection--single .select2-selection__arrow b::after{
    content: "";
  margin-top: -6px;
  transform: rotate(225deg);
  border-left: 1px solid black;
  border-top: 1px solid;
  width: 11px;
  height: 11px;
    
}

.tra_to_select2 .select2-container--default.select2-container--open  .select2-selection--single .select2-selection__arrow b::after{
      transform: rotate(45deg);
      margin-top: 0;
}
.tra_to_select2 .select2-container.select2-container--open .select2-dropdown--below{
    width: 204px !important;
    border-radius: 12px;
    margin-left: -65px !important;
}
.tra_to_select2 .select2-results{
    overflow: hidden;
    border-radius: 12px; 
    padding: 24px 0;
  background: black;
}

.tra_to_select2 .select2-container--default .select2-results > .select2-results__options{
    max-height: 235px !important;
}

/* Sticky боковий фільтр */
.sticky-filter {
  position: sticky !important;
  top: 20px; /* відступ зверху */
  max-height: calc(100vh - 40px); /* висота = екран - відступ зверху/знизу */
  overflow-y: auto !important; /* вертикальний скрол, якщо блок вищий */
  
  overflow-x: hidden !important; 
}


.os-theme-dark {
  
  --os-track-bg:#EBEBEB  !important;
  --os-handle-bg:#000000  !important;
}

/*---------catalog */



/* Зображення у лайтбоксі Elementor на всю висоту екрану */
.elementor-lightbox .dialog-widget-content img {
    max-height: 95vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

/** prod galery*/
.you-also-enjoy-wrapper .swiper-buttons{
  top: -63px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
}

.you-also-enjoy-wrapper .swiper-button-next, .you-also-enjoy-wrapper .swiper-button-prev{
position: relative;
left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  
  --swiper-navigation-color:black;
  --swiper-navigation-size:12;
}

.you-also-enjoy-wrapper .swiper-button-next::after, .you-also-enjoy-wrapper .swiper-button-prev::after {
padding: 15px 17px;
}

.show_show_more_count{
font-weight: bold;
padding-bottom: 4px;
}
.enjoy-colors{
display: flex;
  gap: 7px;
  align-items: center;
}

.enjoy-title {
font-size: 17px;
margin-bottom: 5px;
overflow: hidden;
  
  white-space: nowrap;
  
  text-overflow: ellipsis;
}

.enjoy-price{
margin-left: auto;

}

.enjoy-price ins{
font-size: 17px;
font-weight: bold;
text-decoration: none;
}
.enjoy-price del{
font-size: 14px;
color: #b3b2b0;
}

.enjoy-other{
display: flex;
  justify-content: space-between;
  align-items: center;
}

.enjoy-color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
  align-items: center;
    
    background-color: rgb(255, 251, 247);
  background-image: url("/wp-content/uploads/2025/10/noise_bg.webp");
}
.enjoy-color-swatch:hover{
background-color: #938f8f;
}

.enjoy-color-swatch-inner{
border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
}


.wc-zoom-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-size .2s ease;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
}


.wc-main-swiper .swiper-button-next,
.wc-main-swiper .swiper-button-prev{
bottom: 15px;
  top: auto;
  left: auto;
}
.wc-main-swiper .swiper-button-next::after,
.wc-main-swiper .swiper-button-prev::after{
  position: relative;
  font-size: 12px;
  color: black;
  background-color: #D9D9D936;
  padding: 14px 17px;
  border: 1px solid black;
  
}

.wc-main-swiper .swiper-button-next{
  right: 17px;
}

.wc-main-swiper .swiper-button-prev{
  right: 67px;
}

.swiper-vertical .swiper-button-prev{
  top: 0;
  bottom: auto;
  transform: rotate(90deg);
  left: 0;
  width: 100%;
  
}

.wc-thumbs-swiper.swiper-horizontal .swiper-button-prev{
  left:-5px;
}
.wc-thumbs-swiper.swiper-horizontal .swiper-button-next{
  right: -5px;
}

.wc-thumbs-swiper.swiper-horizontal .swiper-button-prev::after, .wc-thumbs-swiper.swiper-horizontal .swiper-button-next::after{
font-size: 12px;
color: black;
  background-color: #D9D9D9;
  padding: 12px 4px;
}

.swiper-vertical .swiper-button-prev::after, .swiper-vertical .swiper-button-next::after
{
  position: relative;
  margin-left: 17px;
  font-size: 12px;
  color: black;
  background-color: #D9D9D9;
  padding: 12px 4px;
} 
.swiper-vertical .swiper-button-next::after{
margin-right:36px;
}

.swiper-vertical .swiper-button-next{
top: auto;
  bottom: -23px;
  transform: rotate(90deg);
  left: 0;
  width: 100%;
}
.wc-thumbs-swiper.swiper-horizontal{
  width: 100%;
  height: 97px;
  margin-right: 10px;
  order: 2;
}


.dialog-type-lightbox{
z-index: 10000 !important;
}

.custom-wc-gallery {
    max-width: 100%;
    height: 535px;
}

.custom-wc-gallery .slide-thubs{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.wc-main-swiper{
height: 100%;
}

.wc-thumbs-swiper {
    width: 60px;
  height: 100%;
  float: left;
  margin-right: 10px;
}

.wc-thumbs-swiper .swiper-slide {
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.2s;
    width: 60px;
  height: 80px;
   
}

.wc-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.wc-thumbs-swiper img {
    width: 100%;
    display: block;
}

.wc-main-image img {
    width: 100%;
    max-width: 500px;
}

.wc-main-image {
    position: relative;
}

.wc-main-image.loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);

    /* спінер */
    width: 40px;
    height: 40px;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    z-index: 5;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}


/*-----------prod galery*/

.cmplz-cookiebanner .cmplz-preferences, .cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf){
display: block !important;
}

.small_caption_custom{
font-size: 12px;
}

.single_add_to_cart_button {
background-color: black !important;
}

[swatches-attr=attribute_pa_color] .cfvsw-selected-swatch{
background-color: #938f8f !important;
}

label[for=pa_color], .size_mobile_label {
    display: none;
}
.product_size_guide_button{
  position: absolute !important;
  right: 0;
  top: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category{
background-color: transparent !important;
}

.custom_caption{
  position: absolute;
  bottom: -28px;
  background-color: #42414d;
  padding: 5px 7px;
  border-radius: 5px;
  z-index: 10;
  color: white !important;
  font-size: 12px;
  
}

.product-bg-image{
  background-size: contain;
  background-position: center;
  width: 100%;
  max-height: 390px;
  height: 100vh;
  background-repeat: no-repeat;
}

.elementor-widget-form .elementor-form-help-inline{
position: absolute;
  background-color: #42414d;
  padding: 10px 12px;
  border-radius: 5px;
  bottom: -42px;
  z-index: 10;
  color: white !important;
  font-size: 12px;
  
}

.elementor-widget-form .elementor-form-help-inline::before{
    display: none;
}

.prod_list_info_buble{
background-color: #77FFB8;
position: absolute;
border-radius:100px;
padding: 5px 14px;
display: flex;
justify-content: center;
align-items: center;
top: 10px;
right: 10px;
}

.prod_list_info_buble .info_buble_in{
line-height: 1;
font-size: 13px
}

/*
.custom_input_type_file input[type="file"] {
  max-width: 190px  !important;
  color: transparent  !important;
}


.custom_input_type_file input[type="file"]::file-selector-button {
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 12px 22px;
  background-color: transparent;
  margin-left: 1px;
  float: right;
}
*/

.info_buble{
display: inline-block;
  width: 14px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  padding: 0px 0px;
  margin-left: 3px;
  height: 14px;
  cursor: help;
}

/* Контейнер поля */
.custom_input_type_file .elementor-field-type-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
}



/* Приховуємо стандартну кнопку */
.custom_input_type_file .elementor-field-type-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
 
/* Стилізуємо вигляд кнопки */
.file-name{ 
  margin-left: auto;
  margin-right: 9px;
  font-size: 13px;
}
.custom_input_type_file .elementor-field-type-upload::after {
  content: "Download files";
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 12px 22px;
  background-color: transparent;
  margin-left: 1px;
  font-size: 15px;
}

/* Ефект при наведенні */
.custom_input_type_file .elementor-field-type-upload:hover::after {
  /*background: #3550c5;*/
}

/* При фокусі (клавіатура, accessibility) */
.custom_input_type_file .elementor-field-type-upload input[type="file"]:focus + label,
.custom_input_type_file .elementor-field-type-upload:focus-within::after {
  /*box-shadow: 0 0 0 3px rgba(75, 110, 245, 0.4);*/
}

/* Додаємо мінімальний відступ між елементами */
.custom_input_type_file .elementor-field-type-upload {
  margin: 5px 0;
}



.main_cat_bg_grad{
background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 75.28%, #D5D5D3 109.5%);
}


.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies::after{
  border-width: 0 2px 2px 0;
  width: 7px;
  height: 7px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency{
border: none;
padding: 5px 20px 5px 0px;
font-size: 17px;
  font-weight: 400;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency{

border-radius: 13px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{
padding:0px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a{
font-weight: 600;
font-size: 17px;
display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 13px;
  padding: 6px 0px;
  
}

#custom-coupon-form{
display: flex;
  justify-content: space-between;
  align-items: center;
}

#custom-coupon-form #custom_coupon_input{
font-size: 15px;
  font-weight: 400;
  outline: none;
  outline-color: currentcolor;
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 16px;
}
#custom-coupon-form  .button{
font-size: 15px;
  font-weight: 400;
  border: 1px solid black;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  background-color: black;
  color: white;
  padding: 12px 16px;
}

.cart-item-thumb-bg{
min-height: 90px;
    min-width: 70px;
    background-size: cover;
    background-position: center center;
}

.custom_cart_prod_block .cart-item-thumb-bg {
            width: 150px;
            height: 155px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
}

.woo_custom_catalog .woocommerce ul.products li.product .button,
.woo_custom_catalog_rel .add_to_cart_button
{
    display: none !important;
}

.woo_custom_catalog .price{
    float: right;
    margin:5px 0 0 0;
}

.woo_custom_catalog_rel .price{
    float: right;
    margin:5px 0 0 0;
}
 
.cfvsw_variations_form {
    float: left;
}

.cfvsw-swatches-option {
  background-color: rgb(255, 251, 247);
  background-image: url("/wp-content/uploads/2025/10/noise_bg.webp");
  border-color: var( --cfvsw-swatches-border-color-hover, #00000090 );
}
.woo_custom_catalog .cfvsw-swatch-inner{
border: 2px solid rgb(255, 251, 247) !important;
}

.cfvsw-swatches-option:hover{
 background-color: #938f8f;
}
.woo_custom_catalog .cfvsw-swatches-option:hover .cfvsw-swatch-inner{
 border-color: #938f8f !important;
}

.cfvsw-swatches-container{
grid-gap: 5px;
}


.woo_custom_catalog table tbody tr:hover > td, 
.woo_custom_catalog table tbody tr:hover > th,
.add_to_cart_no_hover table tbody tr:hover > td, 
.add_to_cart_no_hover table tbody tr:hover > th
{
background-color: rgba(128, 128, 128, 0);
}

.add_to_cart_no_hover table tbody tr > td, 
.add_to_cart_no_hover table tbody tr > th
{
background-color: rgba(128, 128, 128, 0) !important;
}

.woo_custom_catalog .woocommerce-loop-product__title{
overflow: hidden;
height: 37px;
white-space: nowrap;
  max-width: 337px;
  text-overflow: ellipsis;
}

.woo_custom_catalog.elementor-grid-4 .woocommerce-loop-product__title{
  max-width: 308px;
}

.tolelge_all{
cursor: pointer;
  font-weight: bold;
}

.jet-checkboxes-list__button{
cursor: default;
}
.jet-checkboxes-list__label{
cursor: pointer;
}

.selected_cat .jet-radio-list__label, 
.selected_cat .jet-checkboxes-list__label,
.dumm_ico_visible .jet-radio-list__label, 
.dumm_ico_visible .jet-checkboxes-list__label
{

font-weight: bold !important;
}

.no_child_row{
position: relative;
} 

.dumm_ico{
position: absolute;
  right: 5px;
  top: 16px;
}

.jet-collapse-icon::after, .no_child_row .dumm_ico::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 1px solid black;
  border-top: 1px solid;
  width: 11px;
  height: 11px;
}


.no_child_row .dumm_ico::after {
transform: translateY(-50%) rotate(225deg);
}

.no_child_row.dumm_ico_visible .dumm_ico::after {
transform: translateY(-50%) rotate(45deg);
border-width: 2px;
}

.jet-list-toggle-collapsed .jet-collapse-icon::after {
transform: translateY(-50%) rotate(225deg);
}

.jet-list-toggle-collapsed.selected_cat .jet-collapse-icon::after, 
.selected_cat .jet-collapse-icon::after, 
.jet-list-toggle-collapsed.dumm_ico_visible .jet-collapse-icon::after, 
.dumm_ico_visible .jet-collapse-icon::after
{
border-width: 2px;
} 



.no_child_row{
display: block !important;
}

.woo_custom_catalog .product{
  display: flex !important;
  align-items: end;
} 


.woo_custom_catalog .woocommerce ul.products li.product a img,
.woo_custom_catalog_rel .woocommerce ul.products li.product a img {
background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 75.28%, #D5D5D3 109.5%);
}

.jsf-accordion.hidden .jet-color-image-list,
.jsf-accordion.hidden .jet-range,
.jsf-accordion.hidden .jet-checkboxes-list,
.jsf-accordion.hidden .jet-radio-list 
{
  height: 0px;
  overflow: hidden;
}
.jsf-accordion .jet-color-image-list,
.jsf-accordion .jet-range,
.jsf-accordion .jet-checkboxes-list
 {
  max-height: 100%;
}




.jsf-accordion .jet-filter-label {
  cursor: pointer;
  user-select: none;
}


/* Базово — стрілка вниз */
.jsf-accordion .jet-filter-label {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

.jsf-accordion .jet-filter-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 1px solid black;
  border-top: 1px solid;
  width: 11px;
  height: 11px;
}

/* Коли фільтр активний — стрілка вгору */
.jsf-accordion.hidden .jet-filter-label::after {
  transform: translateY(-50%) rotate(225deg);
}

.jsf-item-button .jet-color-image-list__button{
  width: 60px;
  display: flex;
  justify-content: center;
  
}
.jsf-item-button .jet-color-image-list__decorator{
position: absolute;
}
.jsf-item-button fieldset{
max-width: 250px;
}
/*
.jsf-color-custom .jet-color-image-list__color::after{
content: "";
  border: solid 5px white;
  border-radius: 20px;
  width: 100%;
  display: block;
  height: 100%;
}*/


.jsf-color-custom .jet-color-image-list__item:hover .jet-color-image-list__color, .jsf-color-custom .jet-color-image-list__input:checked ~ .jet-color-image-list__button .jet-color-image-list__decorator > * {
 
   border-color: #938f8f !important;
}

.jsf-color-custom  .jet-color-image-list__button{
flex-direction: column;
min-width: 79px;
  justify-content: center;
  align-items: start;
  gap: 4px;
}
.jsf-color-custom .jet-color-image-list__item .jet-color-image-list__color{
 outline: 1px solid black !important;
}

.jsf-color-custom  .jet-color-image-list__button .jet-color-image-list__label{
align-self: start;
}
.recipient_details{
font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 20px;
  
  border-top: 1px solid #D9D9D9;
}

.cat_show_more{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
}

.cat_save_button {
  position: absolute !important;
  top: 10px;
  right: 10px;
}

.unit-toggle {
  position: relative;
  display: inline-flex;
  border: 1px solid #000;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  width: 150px;
  height: 40px;
  font-size: 15px;  
}


.unit-toggle .toggle-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  z-index: 2;
  transition: color 0.3s ease;
}

.toggle-option[data-unit="cm"]{
    flex: 0.6 ;
}

.unit-toggle .toggle-option.active {
  color: #fff;
}

.unit-toggle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
  height: 100%;
  background: #000;
  border-radius: 25px;
  transition: all 0.3s ease;
  z-index: 1;
}

.unit-toggle.inches::before {
  left: 38%;
  width: 100%;
}

.filter_search_mob_ico{
display: none;
margin-bottom: -14px;
}
.filter_search_mob_ico svg{
width:20px;
}

.mobile_overlay{
width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.44);
  z-index: 100;
  position: fixed;
  top:0;
  left:0;
  visibility: hidden;
  opacity:0;
  display: block;
  transition: none;
}


.filters_mobile_visible .sticky-menu-header{
background-color: black !important;
}

.show_filters_mobile{
cursor: pointer;
 margin-right: auto !important;
}

.mobile_heder_search_fild{
    position: absolute  !important; 
    left: 0;
    display: none;
    bottom: -75px;
    z-index: 10;
    transform: translateX(-45%);
    min-width: 230px !important;
    padding: 9px;
    border-radius: 11px;
    background-color: black;
}

.elementor-sticky--effects .mobile_heder_search_fild{
background-color: rgba(0, 0, 0, 0.5)
} 

.mobile_heder_search_fild search{

}

.mobile_heder_search_fild.active{
display: block;
}

.dumm_all{
display:none;
cursor: pointer;
}

.dumm_ico_visible .dumm_all{
display: block;
font-weight: bold;
padding-left: 10px;
padding-top: 10px;
}

.gamburger_main_cat .elementor-icon-list-item{
position: relative;
}

.gamburger_main_cat .elementor-icon-list-item::after{
content: "";
  position: absolute;
  right: 10 !important;
  top: 50%;
  transform: translateY(-50%) rotate(133deg);
  border-left: 1px solid black;
  border-top: 1px solid;
  width: 11px !important;
  height: 11px !important;
  left: initial !important;
}


@media (min-width: 1024px) {
  .elementor-jet-woo-products.my_columns_4 .jet-woo-products__item{
  --columns: 4 !important;
  }
}


@media (max-width: 1414px){
  .woo_custom_catalog .woocommerce-loop-product__title{
      max-width: calc(100vw/4 - 50px);
  }
  
  .woo_custom_catalog.elementor-grid-4 .woocommerce-loop-product__title{
        max-width: calc(100vw/4 - 30px);
   }
  
}



@media (max-width: 1024px){
.jet-woo-products .jet-woo-product-title a{
font-size: 15px !important;
}
.jsf-item-button .jet-color-image-list__button{
width: 57px;
}
.jsf-color-custom .jet-color-image-list__button{
min-width: 62px;
}
.jet-filter-items-moreless{
max-width: 66px !important;
}

.jet-filter-items-moreless__toggle{
font-size: 12px !important;
bottom: -29px !important;
}

.jet-color-image-list__decorator .jet-color-image-list__color{
width: 28px !important;
  height: 28px !important;
}
.jet-color-image-list__label{
font-size: 12px !important;

}

.filt_left_block{

position: fixed !important;
    width: 100vw !important;
    z-index: 9999 !important;
    visibility: hidden;
    left: 0;
    padding-top: 70px !important;
    bottom: 0;
    height: 100vh !important;
    top: 0 !important;
    max-height: 100vh !important;
    transition: none;  
    
}

.filt_left_block .filt_left_inner{

    width: 50vw;
    background-color: rgb(255, 251, 247);
  background-image: url("/wp-content/uploads/2025/10/noise_bg.webp");
  z-index: 200;
  padding: 5px 13px;
  
  max-width: 280px;
    min-width: 225px;
    min-height: 100%;
    transition: all .2s !important;
    transform: translateX(-100%);
    transition: none;
}

.filters_mobile_visible .filt_left_block  .filt_left_inner{
transform: translateX(0%);
transition: all .5s !important;
} 

.filters_mobile_visible .filt_left_block {
  visibility: visible;
  
  transition: all 1s !important;
}
.filters_mobile_visible .mobile_overlay{
visibility: visible;
opacity:1;
transition: all 0.5s !important;
}







    .tolege_filters {
    display: none !important;
    }

  .woo_custom_catalog .woocommerce-loop-product__title{
      max-width: calc(100vw/3 - 30px);
  }
  .woo_custom_catalog.elementor-grid-4 .woocommerce-loop-product__title{
        max-width: calc(100vw/3 - 30px);
   }
   label[for=pa_color], .size_mobile_label {
    display: block;
   }
   [for=pa_color]{
   min-height: 18px;
   }
   
   .product_size_guide_button{
        margin-left: auto !important;
    position: relative !important;
    margin-bottom: 6px !important;
    margin-top: -3px !important;
   }
}

@media (max-width: 767px){

.gcard-advantege-item{
    height: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px !important;
}
.gcard-advantege-item .elementor-heading-title{
font-size: 12px !important;
}

.enjoy-colors{
gap: 4px;
}
.enjoy-color-swatch {
width: 20px;
  height: 20px;
}
.enjoy-color-swatch-inner{
width: 10px;
  height: 10px;
}
.show_show_more_count{
font-size: 11px;
}
.jet-woo-products .jet-woo-product-price .price{
font-size: 15px !important;
    font-weight: normal !important;
}

.filter_search .elementor-widget-container{
position: absolute;
    left: 0;
    display: none;
    bottom: -20px;
    z-index: 10;
    transform: translateX(-45%);
}
.filter_search .elementor-widget-container.active{
display: block;
}
.filter_search .jet-smart-filters-search{
background: black;
    padding: 9px;
    border-radius: 11px;
    width: 285px;
}

.filter_search .jet-smart-filters-search .jet-search-filter__input-wrapper{
max-width: initial !important;
}

.filter_search .jet-smart-filters-search input{
  background-color: #2F2B2B;
  color: white;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  width: 100%; 
}
.filter_search .jet-smart-filters-search input::placeholder {
  color: white;
}

.filter_search_mob_ico{
display: block;
}

  .woo_custom_catalog .woocommerce-loop-product__title{
      max-width: calc(100vw/2 - 30px);
  }
  .woo_custom_catalog.elementor-grid-4 .woocommerce-loop-product__title{
        max-width: calc(100vw/2 - 30px);
   }

.video-pause-btn, .video-play-btn{
display: none !important;
}
[swatches-attr=attribute_pa_color] .cfvsw-swatches-option {
min-width: 20px !important;
    height: 20px !important;
    min-height: 0px !important;
}
.cfvsw_variations_form {
    margin-top: 3px;
}
.cfvsw-swatches-container{
grid-gap: 3px;
}
.cat_show_more{
font-size: 11px;
margin-left: 2px;
}
  
.custom-wc-gallery{
  display: flex;
  flex-direction: column;
  gap: 10px;
}  
.wc-main-swiper{
width: 100%;
}

.cfvsw-swatches-container{
flex-flow: initial;
}
  
.elementor-1862 .elementor-element.elementor-element-e2a167d [swatches-attr="attribute_pa_size"] .cfvsw-label-option{
width: 100% !important;
}  
  
.elementor-1862 .elementor-element.elementor-element-e2a167d [data-slug=custom] {
min-width: 28% !important;
}  
  .single_add_to_cart_button[type="submit"]{
  width: 100%;
  } 
  
  .you-also-enjoy-wrapper .swiper-buttons{
  display: none !important;
  }
  
}


@media (max-width: 560px){
/*
  .custom_input_type_file input[type="file"]::file-selector-button {
    float: none;
    margin-top: 12px;
  }
  .custom_input_type_file input[type="file"] {
    max-width: 100%  !important;
    
    }
    */
} 



