/* CSS del sitio el_naranjo */

.product-price + del {
    display: none;
}

.product .grid-inner {
    background: white;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 10px 20px;
}

.widget-filter-links .filter-title {
    border-left: 5px solid #d0b081 !important;
    padding-left: 10px;
}

.marker-cluster-small, .marker-cluster-small div{
    background-color: rgba(255, 0, 13, 0.6)!important;
    color: white!important;
}

.custom_title:after {
    content: '';
    display: block;
    margin-top: 15px;
    width: 40px;
    border-top: 2px solid #444;
    border-color: #d0b081 !important;
}

.text-center .custom_title:after{
    margin: 10px auto 0;
}

/* FOOTER STYLES START */

.footer-el-naranjo {
    background: #574838;
    color: #fff;
  }
  
  .footer-el-naranjo h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
  }
  
  .footer-links li {
    margin-bottom: .6rem;
  }
  
  .footer-el-naranjo a {
    color: inherit;
    text-decoration: none;
  }
  
  .footer-el-naranjo a:hover {
    text-decoration: underline;
  }
  
  .footer-phone-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255,255,255,.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  
  .footer-phone {
    font-size: 1.15rem;
  }
  
  .footer-logo {
    max-width: 360px;
  }
  
  .footer-claim {
    font-size: 1.1rem;
    line-height: 1.25;
  }
  
  .footer-payments img {
    max-height: 50px;
    width: auto;
  }
  
  .footer-social h4 {
    font-weight: 700;
  }
  
  .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(255,255,255,.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  
  .footer-copy {
    font-size: .95rem;
  }

  @media (min-width: 767px) {
    .footer-logo {
      float: right;
      position: relative;
      right: -15px;
    }
  }
  
  @media (max-width: 767px) {
    .footer-logo {
      max-width: 260px;
    }
  
    .footer-social {
      justify-content: flex-start !important;
      flex-wrap: wrap;
    }
  }

  /* FOOTER STYLES END */

.i-products2 .products-image {
  overflow: hidden;
}

.i-products2 .products-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}

.i-products2 .products-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.i-products2 .products-info-icon {
  flex: 0 0 1.25rem;
  text-align: center;
  line-height: 1.4;
}

.i-products2 .products-info-text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.4;
}

.i-products2 .products-desc a {
  color: inherit;
  text-decoration: none;
}

.slider-item-7 .product-price, .grid-inner .product-price{
  font-size: 26px;
  margin-top: 5px;
}

.slider-item-7 {
  border: 2px solid var(--black-color);
  border-radius: 30px;
  overflow: hidden;
}

.slider-item-7 div.text-center > h5 {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 1.1em;
  line-height: 1.2;
}

.owl-carousel .owl-item img {
  mix-blend-mode: multiply;
}

.grid-inner .product-price-duplicate ins, .slider-item-7 .product-price span, .slider-item-7 .product-price ins, .producto .product-price, .producto .product-price ins {
  color: black !important;
  font-family: var(--titles-font);
}

.grid-inner .product-price-duplicate ins, .slider-item-7 .product-price ins, .producto .product-price ins{
  font-size: 0.8em;
  font-weight: 500;
}

.grid-inner .product-price-duplicate span, .slider-item-7 .product-price span, .producto .product-price span{
  font-size: 1.2em;
  font-weight: 700;
}

span.posted_in a{
  color: #777;
}

.product-price-duplicate.d-inline-block.ms-2.text-center.h4 {
  width: 100%;
  margin-left: 0 !important;
}

.grid-inner .badge.bg-color {
  display: none;
}

.producto .product-price {
  font-size: 2.5em;
}

.producto .tarjetas_aclaracion{
  display: block;
}

.fbox-bg.fbox-center {
  background: white;
}

span.products-info-text a:hover {
  color: #ff000f;
}

span.top-cart-number.bg-black {
  background: #fe000d !important;
}