.woocommerce-shop {
  background-color: #F9F4EF;
  /*BUSCADOR CUSTOM*/
  /*ORDENADOR*/
  /*SECCION Q INFORMA Q NO SE ENCONTRARON PRODS*/
  /* Style for the currently selected filter/category */
}
.woocommerce-shop .site-content > .ast-container {
  max-width: 100vw;
  padding: 0;
}
.woocommerce-shop .ast-woocommerce-container {
  position: relative;
}
.woocommerce-shop .ast-archive-description .page-title {
  font-size: 56px !important;
  font-family: "Lora" !important;
  color: #111D11 !important;
}
.woocommerce-shop .ast-archive-description p {
  font-size: 32px;
  font-family: "Inconsolata";
  color: #111D11;
}
.woocommerce-shop .woocommerce-result-count {
  display: none;
}
.woocommerce-shop .products .ast-woo-product-category {
  font-family: "Reenie Beanie";
  font-size: 24px;
  color: #09201A;
  margin-bottom: 0;
}
.woocommerce-shop .products .woocommerce-loop-product__title {
  font-family: "Lora";
  font-size: 24px;
  color: #09201A;
  margin-bottom: 0;
}
.woocommerce-shop .products .woocommerce-Price-amount.amount {
  font-family: "Inconsolata";
  font-size: 24px;
  color: #09201A;
}
.woocommerce-shop .products .astra-shop-summary-wrap .add_to_cart_button {
  background-color: transparent;
  color: #09201A !important;
  font-size: 12px !important;
  font-family: "Inconsolata";
  background-image: url(../../imgs/btn-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  font-weight: bold;
}
.woocommerce-shop .products .astra-shop-summary-wrap .add_to_cart_button:active, .woocommerce-shop .products .astra-shop-summary-wrap .add_to_cart_button:hover {
  border: none !important;
  outline: none !important;
}
.woocommerce-shop .widget-area.secondary {
  background-color: #F5F0EB;
  border-right: none !important;
  padding-left: 120px;
  margin-top: 0 !important;
  padding-top: 317px !important;
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
  padding-top: 360px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .widget-area.secondary {
    padding: 0 30px;
    padding-top: 80px !important;
  }
}
.woocommerce-shop .widget-area.secondary h2.wp-block-heading {
  font-size: 40px !important;
  font-family: "Lora";
}
.woocommerce-shop .widget-area.secondary h3.wp-block-heading,
.woocommerce-shop .widget-area.secondary h2.widgettitle {
  font-size: 24px !important;
  font-family: "Lora";
}
.woocommerce-shop .widget-area.secondary .wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__input-wrapper:before {
  display: none;
}
.woocommerce-shop .content-area.primary {
  padding-right: 120px;
  margin-top: 172px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .content-area.primary {
    padding: 0 30px !important;
    margin-top: 70px !important;
  }
}
.woocommerce-shop select {
  background-color: #111D11 !important;
  color: white;
  background-image: url(../../imgs/arrow-down.svg) !important;
  border-radius: 4px !important;
  height: 44px !important;
}
.woocommerce-shop .woocommerce-product-search-container-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.woocommerce-shop .woocommerce-product-search-container-wrapper form {
  display: flex;
  background-color: #111D11;
  border-radius: 4px;
  height: 44px;
}
.woocommerce-shop .woocommerce-product-search-container-wrapper form .search-field {
  background-color: transparent !important;
  color: white;
  height: 44px;
  border: none !important;
}
.woocommerce-shop .woocommerce-product-search-container-wrapper form .search-submit {
  background-image: url(../../imgs/search-icon.svg);
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  height: 44px;
  width: 44px;
  border: none !important;
  background-color: transparent !important;
}
.woocommerce-shop .zn-active-filters-container {
  background-color: #EFEAE5;
  padding: 12px 24px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-shop .zn-active-filters-container {
    padding-bottom: 80px;
  }
}
.woocommerce-shop .zn-active-filters-container h6 {
  font-size: 14px;
  font-family: "Inconsolata";
  font-weight: normal;
  color: #111D11;
  margin-bottom: 2rem;
}
.woocommerce-shop .zn-active-filters-container ul {
  color: var(--wc-product-filter-removable-chips-text, currentColor);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-shop .zn-active-filters-container ul li {
  align-items: center;
  appearance: none;
  background: var(--wc-product-filter-removable-chips-background, transparent);
  border: 1px solid var(--wc-product-filter-removable-chips-border, color-mix(in srgb, currentColor 20%, transparent));
  border-radius: 2px;
  display: flex;
  font-size: 0.875em;
  gap: 8px;
  justify-content: space-between;
  padding: 0.25em 0.75em;
}
.woocommerce-shop .zn-active-filters-container ul li a {
  color: #111D11;
}
.woocommerce-shop .zn-active-filters-container .zn-clear-all-filters {
  background-color: #111D11;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 24px;
  bottom: 12px;
  padding: 4px 16px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .woocommerce-shop .woocommerce-ordering {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.woocommerce-shop .woocommerce-info {
  border: none !important;
  text-align: center;
  background-color: transparent;
}
.woocommerce-shop .woocommerce-info:before {
  display: none;
}
.woocommerce-shop .widget_wc_filtro_precios_rangos li a {
  color: #333;
}
.woocommerce-shop .widget_wc_filtro_precios_rangos li.current-filter a {
  color: #B9924F;
}
.woocommerce-shop .zn-text-filter-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-shop .zn-text-filter-widget ul li {
  margin-bottom: 8px;
  padding: 0;
}
.woocommerce-shop .zn-text-filter-widget ul li a {
  color: #333;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.2s ease;
  font-family: "Inconsolata";
}
.woocommerce-shop .zn-text-filter-widget ul li a:hover {
  color: #000;
}
.woocommerce-shop .zn-text-filter-widget li.current-cat a,
.woocommerce-shop .zn-text-filter-widget li.current-filter a {
  font-weight: bold;
  color: #B9924F;
}
.woocommerce-shop .xoo-wsc-container {
  font-family: "Inconsolata" !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-shop {
    /* rango precios widget*/
    /*
    .wc-block-product-filters__open-overlay{
        background-color:transparent;
        color: #1e293b;

    }*/
  }
  .woocommerce-shop .woocommerce-product-search-personalizado {
    width: 100%;
  }
}

/*# sourceMappingURL=shop.css.map */
