.wc-block-grid__product-onsale::before, .onsale::before {
  content: '';
  position: absolute;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1a1818;
  z-index: -1;
}

.single-product div.product table.variations td.value ul li.variable-item:hover, .single-product div.product table.variations td.value ul li.variable-item.selected {
  border-color: #098e8e;;
  outline: none;
  box-shadow: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 1em 1.618em;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}

.product-transition .woocommerce-loop-product__link {

  background-color: #fff0;

}
/* 2 columnas en móvil SOLO en Shop y categorías */
@media (max-width: 767px) {

    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product {

        width: 48% !important;
        float: left !important;
        margin-right: 4% !important;
        clear: none !important;
    }

    body.post-type-archive-product ul.products li.product:nth-child(2n),
    body.tax-product_cat ul.products li.product:nth-child(2n) {

        margin-right: 0 !important;
    }

}
@media (max-width: 767px) {
  body.post-type-archive-product .milano-sorting,
  body.tax-product_cat .milano-sorting {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* Ocultar "Default sorting" en la tienda */
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
    display: none !important;
}
/* Ocultar prefijos 01/02/03 en el panel de filtros (sin romper el orden) */
@media (max-width: 767px){
  .milano-filter-sidebar .widget_product_categories a,
  .milano-canvas-filter .widget_product_categories a,
  .offcanvas-filter .widget_product_categories a,
  .milano-filter-sidebar .product-categories a,
  .milano-canvas-filter .product-categories a{
    padding-left: 0 !important;
    text-indent: 0 !important;
  }

  .milano-filter-sidebar .widget_product_categories a::before,
  .milano-canvas-filter .widget_product_categories a::before,
  .offcanvas-filter .widget_product_categories a::before,
  .milano-filter-sidebar .product-categories a::before,
  .milano-canvas-filter .product-categories a::before{
    content: "" !important;
  }
}
@media (max-width: 767px){
  .milano-filter-sidebar .widget_product_tag_cloud,
  .milano-canvas-filter .widget_product_tag_cloud{
    display: none !important;
  }
}