@media (max-width: 782px) {
body.admin-bar .yith-wcan-filters.filters-modal
  {
    top: 46px;
    background: #fff;
  }
}

.filter-price-slider .slider {
    overflow: inherit;
}

/*yith filtros*/

.yith-wcan-filters .yith-wcan-filter h4 {
    font-weight: 800;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}

.yith-wcan-filters.filters-modal {
    box-shadow: none !important;
    background: #ffffff;
    z-index: 1002;
}

body.yith-wcan-preset-modal-open:after {
    background: rgb(241 241 241 / 0%);
}

@media (max-width: 782px) {
    body.admin-bar .yith-wcan-filters.filters-modal {
        top: 0px;
    }
}

.yith-wcan-active-filters .active-filter .active-filter-label {
    display: block;
    margin-bottom: 4px;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
    border: 1px solid #525252;
    background: #525252;
    color: #fff;
}

.yith-wcan-active-filters .active-filter .active-filter-label:after {
    right: 6px;
    top: 6px;
}

.yith-wcan-filters-opener {
    padding: 5px;
    font-size: 16px;
}

.yith-wcan-filters.filters-modal {
 
    z-index: 99999999999;
}

.yith-wcan-preset-modal-open .head-top-gr {
    display:none;
} 

.yith-wcan-preset-modal-open .menu-tienda {
    display:none;
} 

.yith-wcan-filters.filters-modal h3 {
    height: 60px;
    padding: 15px 0px 0px 0px;
}

.yith-wcan-filters.filters-modal .main-modal-button {
    text-align: right;
    padding-right: 31px !important;
    font-size: 16px;
    color: #fff;
}

.yith-wcan-filters.filters-modal .main-modal-button::after {
  content: "→";
  padding-left: 4px;
}

/* ===============================
   Global Styles
   =============================== */

/* Títulos */
h4.filter-title.fusion-responsive-typography-calculated {
    font-size: 20px;
    font-weight: 800;
  }
  
  /* ===============================
     Imagenes de Categoría
     =============================== */
  .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    background-color: white;
    overflow: hidden;
  }
  
  .woocommerce-product-gallery__image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain !important;
  }
  
  /* ===============================
     Widgets y Otros Elementos
     =============================== */
  .lym-cat-widget {
    margin-bottom: 22px;
  }
  
  .lym-cat-widget li {
    padding: 0 0 0 12px;
  }
  
  .lym-cat-widget .widget-title {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    font-size: 21px;
    font-weight: 700;
  }
  
  .fusion-list-view-li {
    display: none;
  }
  
  .fusion-body .fusion-woo-price-tb.floated .price del .amount {
    font-size: 16px;
    color: #b4b4b4;
  }
  
  /* ===============================
     Cat Cuadro Imagen (Variables CSS)
     =============================== */
  .cat-cuadro-imagen {
    --awb-padding-top: 10px;
    --awb-padding-right: 20px;
    --awb-padding-bottom: 20px;
    --awb-padding-left: 20px;
    --awb-overflow: hidden;
    --awb-bg-blend: overlay;
    --awb-bg-size: cover;
    --awb-box-shadow: 4px 12px 13px 0px #e3e3e3;
    --awb-border-color: #efefef;
    --awb-border-top: 1px;
    --awb-border-right: 1px;
    --awb-border-bottom: 1px;
    --awb-border-left: 1px;
    --awb-border-style: solid;
    --awb-border-radius: 24px;
  }
  
  .cat-cuadro-imagen .fusion-classic-product-image-wrapper {
    --awb-aspect-ratio: 1 / 1;
  }
  
  .cat-cuadro-imagen .featured-image.woocommerce-product-gallery__image {
    height: 350px;
  }
  
  .cat-cuadro-imagen .fusion-title-9 {
    --awb-margin-bottom: 7px;
    --awb-font-size: 18px;
  }
  
  .cat-cuadro-imagen .fusion-title-heading {
    margin: 0;
    font-size: 1em;
    --fontSize: 18;
    --minFontSize: 18;
    line-height: 1;
  }
  
  .cat-cuadro-imagen .fusion-woo-price-tb {
    --awb-badge-border-size: 1px;
    --awb-price-color: var(--awb-color8);
    --awb-border-radius: 0px;
    --awb-price-font-family: inherit;
    --awb-price-font-style: normal;
    --awb-price-font-weight: 400;
    --awb-sale-font-family: inherit;
    --awb-sale-font-style: normal;
    --awb-sale-font-weight: 400;
    --awb-stock-font-family: inherit;
    --awb-stock-font-style: normal;
    --awb-stock-font-weight: 400;
    --awb-badge-font-family: inherit;
    --awb-badge-font-style: normal;
    --awb-badge-font-weight: 400;
  }
  
  /* ===============================
     Media Queries
     =============================== */
  
  /* Para pantallas de hasta 1000px de ancho */
  @media (max-width: 1000px) {
    .price.has-sale {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
    }
    .price.has-sale ins {
      order: 1;
      font-size: 22px;
      font-weight: bold;
      color: #000;
    }
    .price.has-sale del {
      order: 2;
      font-size: 17px;
      color: #901e4c;
      margin-left: 1px;
    }
    .price.has-sale del,
    .price.has-sale ins {
      display: block !important;
      width: 100% !important;
      margin-left: 0 !important;
    }
    .fusion-post-cards-archives-tb .fusion-title-heading {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
    }
    .woocommerce-Price-currencySymbol {
      font-size: inherit;
    }
  }
  
  /* Para pantallas de hasta 680px de ancho */
  @media (max-width: 680px) {
    .woocommerce-product-gallery__image {
      height: max-content;
    }
    .fusion-woo-badges-wrapper .onsale {
      margin-top: 0;
      margin-left: 0;
      font-size: 12px;
    }
    .fusion-body .fusion-woo-price-tb .price > .amount {
      font-size: 22px;
    }
    .precio-anterior {
      margin-left: 10px;
      font-size: 13px;
    }
    .price.has-sale del,
    .price.has-sale ins {
      display: block !important;
      width: 100% !important;
      margin-left: 0 !important;
    }
    .price.has-sale del {
      margin-bottom: 5px;
    }
  }

  /* Yi */

  .yith-wcan-filters {
    background-color: var(--yith-wcan-filters_colors_background, transparent);
    margin-bottom: 0px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    min-width: auto;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
	min-width: auto;
    margin-bottom: 0px;
    margin-right: 4px ;
    padding: 5px 32px 5px 9px;
    font-size: 14px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after {
    right: 12px !important;
}

  /* Yi Modal */

.yith-wcan-filters.filters-modal .yith-wcan-filter {
    border: none;
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 5px 10px 5px 10px;
}

.yith-wcan-filters .yith-wcan-filter h4 {
    font-weight: 800;
    border-bottom: none;
    margin-bottom: 0.8em;
    padding-bottom: 0px;
    font-size: 18px;
}

.yith-wcan-filters.filters-modal h3 {
    line-height: 15px;
    height: 37px !important;
    padding: 11px 0px 0px 0px !important;
}

.yith-wcan-filters.filters-modal .close-button {
    top: 6px;
}

.fusion-body .fusion-woo-price-tb .price {
  --awb-price-font-weight: 800;
}