.wpfFilterWrapper .wpfCheckbox label::before{
    border: 2px solid #111111 !important;
}
.wpfFilterWrapper .wpfCheckbox label{
    width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label{
    background: #CC1F25 !important;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before{
    border-color: #CC1F25 !important;
    background-image: url('../img/checked.svg') !important;
}
.wfpTitle{
    font-size: 18px !important;
    color: #292929 !important;
    font-weight: bold !important;
    line-height: 140% !important;
}
.wpfFilterWrapper [type="checkbox"]:checked+label, .wpfFilterWrapper [type="checkbox"]:not(:checked)+label{
    padding-left: 0px !important;
}
.wpfFilterTitle{
    margin-bottom: 20px !important;
}
.wpfSelectedParameter{
    margin-left: 0px !important;
}
.fa-minus:before{
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    display: flex;
    background-image: url('../img/arrow_filter.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.fa-plus:before{
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    display: flex;
    background-image: url('../img/arrow_filter.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}
.wpfFilterWrapper .wfpTitle{
    margin-bottom: 0 !important;
    height: max-content !important;
}
.wpfCheckbox{
    height: 24px !important;
}
.wpfFilterVerScroll{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.wpfFilterWrapper{
    padding: 0px !important;
    margin: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 28px !important;
    border-top: 1px solid #E8E8E8 !important;
    
}



.wpfFilterVerScroll::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.wpfFilterVerScroll::-webkit-scrollbar-track {
background: #E8E8E8; 
border: none !important;
border-radius: 0px !important;
}

/* Handle */
.wpfFilterVerScroll::-webkit-scrollbar-thumb {
background: #B8B8B8; 
border: none !important;
border-radius: 0px !important;
}

/* Handle on hover */
.wpfFilterVerScroll::-webkit-scrollbar-thumb:hover {
background: #555; 
border: none !important;
border-radius: 0px !important;
}
.wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before{
    border-radius: 0% !important;
    overflow: hidden !important;
}



.wpfSearchWrapper .wpfSearchFieldsFilter{
    margin: 0 !important;
    border-radius: 0px !important;
    padding: 11px 16px !important;
    height: max-content !important;
    font-size: 14px !important;
}
.wpfSearchWrapper{
    margin-bottom: 20px !important;
    position: relative;
}
.wpfSearchWrapper::after{
    content: '';
    width: 20px;
    height: 20px;
    display: flex;
    background-image: url('../img/search.svg');
    margin-bottom: 20px !important;
    position: absolute;
    top: 11px;
    right: 16px;
}

.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent{
    padding: 0 !important;
}

.ui-slider.ui-widget-content:not(.iris-slider-offset){
    display: none !important;
}
.wpfPriceInputs .wpfCurrencySymbol{
    display: none !important;
}

.wpfPriceRangeField{
    width: 40% !important;
    border-radius: 0px !important;
    border: 1px solid #CFCFCF !important;
    background: none !important;
    height: 60px !important;
    padding: 20px !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-family: 'Play' !important;
}
.wpfPriceInputs{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
    padding: 0px !important;
    margin: 0px !important;
}
.wpfFilterButton.wpfButton{
    width: 100%;
    height: 49px !important;
    border-radius: 0px !important;
    margin-bottom: 28px !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none !important;
    border: 2px solid #111111 !important;
    background: #111111 !important;
    color: #fff;
}
.wpfFilterButton.wpfButton:hover{
    background: #CC1F25 !important;
    border: 2px solid #CC1F25 !important;
    color: #fff !important;
}
.wpfMainWrapper:nth-child(2) .wpfFilterButton{
    width: 100%;
    height: 49px !important;
    border-radius: 0px !important;
    border: 2px solid #000 !important;
    background: none !important;
    margin-bottom: 28px !important;
    color: #111111;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none !important;
}
.wpfMainWrapper:nth-child(2) .wpfFilterButton:hover{
    border: 2px solid #111111 !important;
    background: #111111 !important;
    color: #fff;
}
.wpfMainWrapper:nth-child(3) .wpfFilterButton{
    width: 100%;
    height: 49px !important;
    border-radius: 0px !important;
    margin-bottom: 28px !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none !important;
    border: 2px solid #111111 !important;
    background: #fff !important;
    color: #111;
}
.wpfMainWrapper:nth-child(3) .wpfFilterButton:hover{
    background: #CC1F25 !important;
    border: 2px solid #CC1F25 !important;
    color: #fff !important;
}


.wpfLoaderLayout, .wpfPreview{
    display: none !important; 
}

.wpfClearButton{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 !important;
    height: max-content !important;
    min-height: auto !important;
    width: max-content !important;
    background: none !important;
    border-bottom: 1px solid #414141 !important;
    border-radius: 0px !important;
    text-transform: none !important;
}

@media screen and (max-width: 1324px) {
    .wpfClearButton{
        position: absolute;
        top: 2.3vw;
        right: auto;
        left: 0;
        padding: 0 !important;
        height: max-content !important;
        min-height: auto !important;
        width: max-content !important;
        background: none !important;
        border-bottom: 1px solid #414141 !important;
        border-radius: 0px !important;
        text-transform: none !important;
    }
    .heading_filter_checked{
        margin-bottom: 2.3vw;
    }
}

@media screen and (max-width: 1024px) {
    .wpfClearButton{
        top: 24vw;
        right: 5.33vw;
    }
}
.wpfMainWrapper{
    position: static !important;
}
.filter_layout{
    position: relative;
}
.content_filter_checked{
    padding: 20px 0 24px 0;
}






.filter_sort .fa{
    display: none !important; 
}
.filter_sort .wpfFilterWrapper{
    padding: 0 !important;
    border-top: none !important;
}

.filter_sort .wpfFilterWrapper .wfpTitle{
    font-size: 16px !important;
    color: #707070 !important;
    font-weight: normal !important;
}
.filter_sort .wpfFilterTitle{
    margin-bottom: 12px !important;
}
@media screen and (max-width: 1024px) {
    .filter_sort .wpfFilterWrapper .wfpTitle{
        font-size: 3.2vw !important;
        color: #707070 !important;
        font-weight: normal !important;
    }
    .filter_sort .wpfFilterTitle{
        margin-bottom: 3.2vw !important;
    }
}






.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #292929;
    width: auto;
    height: 50px;
  }
  @media screen and (max-width: 1024px) {
    .select {
      font-size: 4.26vw;
      height: 10.68vw;
    }
  }
  @media screen and (max-width: 1024px) {
    .filter_sort .select {
      font-size: 4.26vw;
      color: #000;
      height: 10.68vw;
      font-size: 3.2vw;
      font-style: normal;
      font-weight: 400;
      line-height: 110%; /* 13.2px */
      letter-spacing: 0.1vw;
      height: 12vw;
      width: 100%;
    }
  }
  @media screen and (max-width: 1024px) {
    .filter_sort .wpfFilterWrapper {
      padding: 0 !important;
    }
  }
  
  .select-styled {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.2s ease-in;
    border: 1px solid #CFCFCF;
    width: 14.375vw;
    height: 3.17vw;
    text-wrap: nowrap;
    border-radius: 0px;
  }
  
  .select-styled::after {
    content: '';
    position: absolute;
    right: 1.04vw;
    width: 16px;
    height: 16px;
    background-image: url('../img/arrow_drop_sort.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 1.14vw;
  }
  @media screen and (max-width: 1024px) {
    .select-styled::after {
        content: '';
        position: absolute;
        right: 0vw;
        width: 3.17em;
        height: 4vw;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: calc(50% - 2vw);
    }
    .select-styled {
      padding: 0.93em;
      padding-right: 8vw;
      border-radius: 0em;
      font-size: 3.2vw; 
      height: 12vw;
      width: 100%;
      color: #111 !important;
    }
    .select{
      width: 100%;
    }
  }
  @media screen and (max-width: 1024px) {
    .filter_sort .select-styled {
      width: 100%;
      color: #fff;
    }
    .filter{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.06vw;
      margin-bottom: 32px;
    }
    .filter_sort{
        margin-bottom: 10.66px;
        margin-top: 0vw;
    }
  }
  
  .variations .select-styled{
    width: max-content;
    padding-right: 4em;
  }
  .variations .select-options{
    width: max-content;
    padding-right: 2em;
    max-height: 300px;
    overflow: auto;
  }

  .select-styled:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  
  
  .select-styled:active:after,
  .select-styled.active:after {
    transform: rotate(180deg);
    transition-duration: .3s;
    border-color: transparent, transparent, #000, transparent;
  }
  @media screen and (max-width: 1024px) {
    .select-styled:active:after,
    .select-styled.active:after {
      top: calc(60% - 1.4vw);
    }
  }

  

/* SELECT */

select{
    box-shadow: 0 0 0 0 #f6f6f6;
    margin: 0;
    padding: 8px 12px !important;
    list-style: none;
    background-color: #f6f6f6;
    border: 1px solid !important;
    border-radius: 0px !important;
    appearance: none;

  }
  
  .select-options {
    display: none;
    position: absolute;
    top: 3.17vw;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 14.375vw;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #E8E8E8 !important;
  }
  @media screen and (max-width: 1024px) {
    .select-options {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 999;
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: #fff;
      width: 100%;
      border-radius: 0px;
      overflow: hidden;
      border: 1px solid #E8E8E8 !important;
    }
  }
  
  .select-options li {
    margin: 0;
    padding: 12px 24px !important;
    transition: all 0.15s ease-in;
  }
  .select-options li:first-child {
    border-top: none !important;
  }
  .filter_sort .wpfFilterWrapper ul:not(.wpfButtonsFilter) li{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  @media screen and (max-width: 1024px) {
    .select-options li {
      margin: 0;
      padding: 4vw 5.06vw !important;
      border-top: 1px solid rgba(0, 0, 0, 0.10);
      transition: all 0.15s ease-in;
    }
    .filter_sort .wpfFilterWrapper ul:not(.wpfButtonsFilter) li{
      padding-left: 5.06vw !important;
      padding-right: 5.06vw !important;
    }
  }
  .product-welcome__slide a, .woocommerce-product-gallery__image a{
    pointer-events: none;
  }
   
  
  .select-options li:hover,
  .select-options li.is-selected {
    color: #111111;
  }
  .select-options li{
    position: relative;
  }
  
  .select-options li.is-selected::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url('../img/selected.svg');
    background-position: center;
    background-size: contain;
    top: 14px
  }

  .value .select-options li.is-selected::after{
    right: 0px !important;
  }
  

  .filter_sort .wpfFilterContent{
    height: 3.17vw !important;
  }
  @media screen and (max-width: 1024px) {
    .filter_sort .wpfFilterContent{
        height: 12vw !important;
      }
  }

.woocommerce div.product .woo-custom-stock-status.in_stock_color{
    color: #414141 !important;
    width: max-content;
    font-size: 12px !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce div.product .woo-custom-stock-status.in_stock_color{
    color: #414141 !important;
    width: max-content;
    font-size: 2.66vw !important;
}
}


.product_custom .stock{
  font-size: 0.625vw !important;
  color: #4AAF57 !important;
}

.product_custom.outofstock img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    filter: grayscale(100%);
}

.product_custom .stock.out-of-stock{
    color: #CC1F25 !important;
  }
@media screen and (max-width: 1024px) {
    .product_custom .stock{
        font-size: 2.66vw !important;
      }
}
.info_product .stock{
    font-size: 0.83vw !important;
    color: #4AAF57 !important;
    margin-bottom: 0.72vw;
}


@media screen and (max-width: 1024px) {
    .info_product .stock{
        font-size: 3.73vw !important;
        color: #111 !important;
        margin-bottom: 5.33vw;
    }
}
.info_product .out-of-stock{
    color: #CC1F25 !important;
}





.wcus-checkout-fields .form-row-wide{
    margin-bottom: 1em;
}

.xoo-wsc-sm-sales{
    display: none !important;
}
.stock.reserved{
    color: #FFDF74 !important;
}


