
/**** Deal-Card ****/
.fix-box{
  box-sizing: border-box;
}
.caja-dealcard {
  border: solid 1px;
  border-color: #EBEBEB;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 2px;
  width: 100%;
  float: left;
  position: relative;
  min-height: 443px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.caja-dealcard:hover{
border: solid 1px;
border-color: #EBEBEB;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
border-radius: 2px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.dealcard-agotado{
pointer-events: none;
}
.dealcard-agotado:hover{
box-shadow: none; 
}
.caja-dealcard:hover .texto-btn-cta{
color: #ffffff;
border: 1px solid #237B45;
background-color: #237B45;
text-decoration: none;
}
.caja-dealcard:focus .texto-btn-cta{
color: #ffffff;
border: 1px solid #237B45;
background-color: #237B45;
text-decoration: none;
}
.caja-dealcard:active .texto-btn-cta{
color: #ffffff;
border: 1px solid #1e693b;
background-color: #1e693b;
text-decoration: none;
}


.caja-dealcard .cucarda-agotado{
position: absolute;
left: 0px;
top: 60px;
width: 100%;
z-index:1;
}

/* caja btn-comparar */

.caja-btn-comparar{
float: left;
width: 70%;
}
.check-comparar{
float:left;
margin: 2px 0 0 0 !important;
}

.btn-comparar{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 300;
color: #9B9B9B;
float: left;
text-decoration: none;
margin-left: 4px;
}

.caja-btn-comparar:hover .btn-comparar{
color: #237B45;
text-decoration: none;
}
.caja-btn-comparar:focus .btn-comparar{
color: #237B45;
text-decoration: none;
}
.caja-btn-comparar:active .btn-comparar{
color: #237B45;
text-decoration: none;
}



/* img */
.img-dealcard{
margin-bottom: 15px;
margin-top: 10px;
max-width: 80%;
}
.img-dealcard-agotado {
  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
  opacity:0.3;
}

.caja-marca{
float: left;
width: 100%;
}
.marca-producto-dealcard{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 300;
color: #333;
}
.caja-descripcion {
  float: left;
  width: 100%;
  color: #333;
  margin-top: 10px;
}
/*

.fix-box .descripcion-producto-dealcard {
font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  max-width: 100%;
  min-height: 100%!important;
  height: 41px;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.fix-box .caja-precio-otros-medios{
height: 24px;
}

*/
.descripcion-producto-dealcard{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
min-height: 65px;
}
.caja-precio-pago-efectivo{
float: left;
width: 100%;
}
.precio-pago-efectivo-dealcard{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
color: #333;
}

.precio-pago-efectivo-dealcard.precio-oferta{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 400;
color: #D0021B;
}

.caja-precio-principal{
float: left;
width: 100%;
}
.precio-principal-dealcard{
font-family: 'Open Sans', sans-serif;
font-size: 26px;
font-weight: 600;
color: #207942;
}

.precio-agotado{
color: #9B9B9B;
}

.precio-destacado{
color: #D0021B;
}
.caja-precio-otros-medios{
float: left;
width: 100%;
margin-bottom: 10px;
height: 24px;
}
.precio-otros-medios-dealcard{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #9B9B9B;
font-weight: 300;
}

/* Btn cta */

.caja-btn-cta{
margin-bottom: 10px;
float: left;
width: 100%;
}
.caja-btn-cta-hidden{
visibility:hidden;
}


.texto-btn-cta{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  min-height: 40px;
  width: 100%;
  border: solid 1px;
  border-color: #EBEBEB;
  border-radius: 5px;
  transition: all .3s ease;
  float: left;
  padding-top: 7px;
  background-color: #009535;
}

.texto-btn-cta-agotado{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 300;
color: #4A4A4A;
}


/* caja status */

.caja-status{
float: left;
width: 100%;
}

.stock-dealcard{
float: left;
}

.stock-dealcard p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #2b2b2b;
  font-weight: 300;
}


.id-dealcard-producto{
float: right;
}

.id-dealcard-producto p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #2b2b2b;
  font-weight: 300;

}

.cucarda-descuento {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 60px;
  height: 50px;
  background-color: #C6010D;
  padding-top: 5px;
  padding-bottom: 5px;
}

.punta-flecha-cucarda {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 45px;
  left: 0px;
}
.numero-cucarda-descuento {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}

.text-cucarda-descuento {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
}

.cajaproductos .product{
  box-shadow: 0px 0px 5px #d7d6d6;;
  /* background-color: #f2f2f2; */
}

.cajaproductos .product:hover{
  box-shadow: 0px 0px 15px #c2c2c2;
}
.product__heading{
  padding: 10px 10px 5px;;
}

.product__heading .card-title, .product__heading .product__category-title{
  margin-bottom: 0 ;
}

.p-relative{
  padding: 0 10px;
}

.p-relative .link{
  margin-top: 5px;
}

.p-relative .link--sm{
  padding-right: 10px;
}

.product__units .link--sm{
  padding-right: 10px;
}

.product__image {
  padding: 5px 10px;
}

.product__price{
  padding: 0 10px !important;
}

.product-grid-filters .ais-Hits-list,.product-list {
  gap: 1rem !important;
}

.cajaproductos {
  max-width: 100% !important;
}
.product {
  gap: unset!important;
  padding: unset!important;
  padding-block: 20px;
  padding-inline: 0!important;
  column-gap: 10px;
  row-gap: 0!important;
}

.texto-tachado{
  padding: 5px 0;
}


.alineado-porcentaje-precio{
	display: flex;
  justify-content: center;
  flex-direction: column;
	gap: 3px;
}

.brPorcentanjes {
  display: none;
}

@media screen and (min-width: 991px) and (max-width: 1243px) {
    .mb-space.bp-container>div:last-child {
      grid-template-columns: repeat(4, 1fr) !important;
    }
}

