/*Custom Creotupagina 03042025*/
/*producto miniature plantilla inicial*/
.product-miniature .thumbnail-container {
  position: relative;
  height: auto;
  margin-bottom: 1.563rem;
  overflow: hidden;
  background: #fff;
  padding: 20px 20px 20px 20px !important;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #4A6545;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: #DE260D;
  border-radius: 2px 2px 2px 2px;
}

/*custom elementor*/
.elementor-4170201 .elementor-element.elementor-element-6ef2a2e0 .ce-product-badge-sale, .elementor-4170201 .elementor-element.elementor-element-6ef2a2e0 .ce-product-badge-onsale {
  background-color: #de2e16 !important;
}
.elementor-4170201 .elementor-element.elementor-element-5006b69d .elementor-badge-new {
  background: #4a6545;
}
.elementor-4170201 .elementor-element.elementor-element-5006b69d .elementor-badge {
  min-width: 60px;
  padding: 0px 3px 0px 3px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-page-link {
  color: #FFF !important;
}
#header a:hover {
  color: #4a6545;
}

.elementor-widget-shopping-cart {
  display: block !important;
}

#checkout__info {
  margin-bottom: 20px;
  text-align: center;
  background: #4A6545;
  color: #fff;
  padding: 5px;
  font-weight: 400;
}
#checkout__info a {
  color: #fff;
  font-weight: 600;
}
body#checkout #checkout__info a:hover {
    color: #fff;
    text-decoration: underline;
}