/* Estilos para las flechas */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: white;
  /* Fondo blanco */
  border-radius: 50%;
  /* Forma redonda */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  /* Un poco de transparencia */
}

/* Iconos de las flechas en color rosado */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(36%) sepia(68%) saturate(645%) hue-rotate(292deg) brightness(96%) contrast(93%);
}

/* Hover para mejor efecto */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* Separar las flechas de los bordes */
.carousel-control-prev {
  left: 40px;
  /* Ajusta la distancia desde el borde izquierdo */
}

.carousel-control-next {
  right: 40px;
  /* Ajusta la distancia desde el borde derecho */
}

.item-catalogo {
  font-family: Inter;
  font-weight: 700;
  font-size: 26px;
  line-height: 31.47px;
  letter-spacing: 0%;
  text-align: center;

}

.text-tit-categoria {
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36.31px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: text-top;
}

.text-btn-descargar {
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36.31px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: text-top;
}

.nom-busq-producto {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px !important;
  text-align: left !important;
}

.prec-busq-producto {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: left !important;
  color: #31302D !important;
}

.nom-nuevo-producto {
  font-family: Inter;
  font-weight: 400;
  font-size: 25px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: left !important;
}

.prec-nuevo-producto {
  font-family: Inter;
  font-weight: 700;
  font-size: 25px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: left !important;
  color: #31302D !important;
}

.prec-mayor-producto {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24.2px;
  letter-spacing: 0%;
  color: #FA932C !important;
}

.prec-mayor-nuevo-producto {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 0%;
  color: #FA932C !important;
}


.nom-liq-producto {
  font-family: Inter;
  font-weight: 400;
  font-size: 25px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-align: left !important;
  color: #FFFFFF !important;
}

.prec-liq-tac-producto {
  font-family: Inter;
  font-weight: 400;
  font-size: 25px;
  line-height: 30.26px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #000000 !important;
}

.prec-liq-producto {
  font-family: Inter;
  font-weight: 700;
  font-size: 25px;
  line-height: 30.26px;
  letter-spacing: 0%;
  color: #FFFFFF !important;
}


.txt-direcciones {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;

}

.txt-correo {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: Auto;
  text-decoration-skip-ink: auto;

}

.txt-numero-footer {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
}




.btn-descargar-pdf {
  background-color: #F237AC;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-descargar-pdf:hover {
  background-color: #F237AC !important;
  color: #fff !important;
}

.btn-categoria {
  background-color: #171ABF;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
}

.tit-categoria {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
}

.item-cat-web {
  border: none !important;
  padding-left: 0px;
  color: #000 !important;
}

.page-link {
  color: #000 !important;
  font-size: 20px !important;
  border: none !important;
  font-weight: 600;
}


.active>.page-link,
.page-link.active {
  z-index: 3;
  color: #fff !important;
  background-color: #EB9943 !important;
  border-color: #EB9943 !important;
  border-radius: 5px !important;
}

.page-item.disabled .page-link {
  background: transparent !important;
  opacity: 50%;
  border-color: transparent;
  cursor: not-allowed;
}

.talla-box {
  width: 15%;
  padding: 5px;
  text-align: center;
  border: 2px solid #000;
  margin-right: 5px;
  font-weight: bold;
  background-color: #f8f9fa;
  cursor: pointer;
}

.talla-estandar {
  width: 50%;
}

.talla-box:hover {
  background-color: #000;
  color: #fff;
}

.color-box {
  width: 25px;
  height: 25px;
  margin: 5px;
  border-radius: 50%;
  /* Hace que los elementos sean circulares */
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.color-box:hover {
  opacity: 0.7;
}

.color-box.selected {
  border: 2px solid #000;
  /* Borde negro al estar seleccionado */
}





/*double-range*/
.accordion-filtro-x1 .accordion-body .double-range {
  margin-top: 20px;
}

.range-slider {
  height: 5px;
  position: relative;
  background-color: #E4E4E4;
  border-radius: 2px;
  left: 2px;
  width: 99%;
}

.range-fill {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #0FC8CD;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #0FC8CD;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
}

.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0FC8CD;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
}

.text-input {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.text-input input {
  border: 0;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  width: 50px;
  padding-left: 0;
}

.text-input label {
  font-size: 14px;
  font-weight: 400;
}

.values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.tit-catalogo {
  font-family: Odor Mean Chey;
  font-weight: 400;
  font-size: 50px;
  overflow: hidden!important;
  line-height: 90.33px;
  letter-spacing: 0%;
  text-align: left;
}



 
.ver-mas-catalogo{
  font-family: Odor Mean Chey;
  font-weight: 400;
  font-size: 30px;
  line-height: 90.33px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF6584!important;
  text-decoration-line: none!important;
  overflow: hidden!important;
}

.tit-liquidacion {
  font-family: Odor Mean Chey;
  font-weight: 400;
  font-size: 60px;
  line-height: 108.4px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  overflow: hidden!important;
}

.txt-delivery {
  font-family: Odor Mean Chey;
  font-weight: 400;
  font-size: 30px;
  line-height: 54.2px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff !important;
  overflow: hidden!important;
}

.txt-envios {
  font-family: Odor Mean Chey;
  font-weight: 400;
  font-size: 24px;
  line-height: 43.36px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff !important;
  overflow: hidden!important;
}

.txt-numero {
  font-family: OdorMeanChey;
  font-weight: 400;
  font-size: 22px;
  line-height: 40.47px;
  letter-spacing: 0%;
  text-align: center;
  overflow: hidden!important;
}

.txt-punto-venta {
  font-family: OdorMeanChey;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  overflow: hidden!important;
}
@media (max-width: 576px) {
  .tit-catalogo {
    font-size: 30px !important;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .tit-liquidacion {
    font-size: 30px !important;
  }
}

@media (max-width: 576px) {
  .text-tit-categoria {
    font-size: 20px !important;
  }
}



