/*
 * Funcionalia - Descuento en 2º ud. por marca
 * Version: 1.1
 */

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
}

.fnc-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #00632e;
  color: #ffffff;
  font: 0.8rem Proxima Nova Bold;
  padding: 0.5em 1em;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.fnc-cart-item-notice {
  color: #1e88e5;
  font-style: italic;
  font-weight: bold;
}

.fnc-single-product-notice-elegant {
  color: #333;
  font-size: 0.95em;
  font-weight: 500;
  padding: 5px 0 15px 25px;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.fnc-single-product-notice-elegant::before {
  content: "🏷️";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1.1em;
  opacity: 0.8;
}

.cart_totals .fee th {
  font-weight: bold !important;
  width: 80% !important;
}

header .fnc-sale-badge,
#primary-menu .fnc-sale-badge,
.dt-mega-menu-wrap .fnc-sale-badge,
.mega-menu-widgets .fnc-sale-badge,
.widget_products .fnc-sale-badge,
.mini-widgets .fnc-sale-badge {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}