.txt-enlace {
  color: #868282 !important;
  font-size: 20px;
  font-weight: 600;
}

.txt-enlace a {
  text-decoration: none !important;
  color: #868282;
  font-weight: 600;
}

.txt-enlace a:hover {
  color: #868282;
}

.texto-envios {
  font-family: Odor Mean Chey;
  font-weight: 500;
  font-size: 22px;
  color: #232323 !important;
}

.detalle-envios {
  font-weight: 500;
  font-size: 18px;
  color: #868282 !important;
}

.det-producto {
  font-family: Odor Mean Chey;
  font-weight: 600;
  font-size: 30px;
  line-height: 70.33px;
  letter-spacing: 0%;
}

.btn-menos-carro {
  color: #0FC8CD !important;
  max-height: 60px !important;
  min-height: 60px !important;
  border: 1px solid #D9D9D9 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-mas-carro {
  color: #0FC8CD !important;
  max-height: 60px !important;
  min-height: 60px !important;
  border: 1px solid #D9D9D9 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#btn-menos {
  color: #0FC8CD !important;
  max-height: 60px !important;
  min-height: 60px !important;
  border: 1px solid #D9D9D9 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#btn-mas {
  color: #0FC8CD !important;
  max-height: 60px !important;
  min-height: 60px !important;
  border: 1px solid #D9D9D9 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-agregar {
  font-family: Inter !important;
  color: #fff !important;
  max-height: 60px !important;
  min-height: 60px !important;
  border: 1px solid #F237AC !important;
  background-color: #F237AC !important;
  border-radius: 10px;
  font-weight: bold;
  font-size: 25px;
}

#cantidad {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  min-height: 60px !important;
  border-radius: 0px !important;
}

#cantidad:focus {
  box-shadow: none !important;
}

.cantidad-carro {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  min-height: 60px !important;
  border-radius: 0px !important;
}

.cantidad-carro:focus {
  box-shadow: none !important;
}

.talla-box {
  padding: 5px;
  text-align: center;
  border: 1px solid #D9D9D9;
  margin-right: 5px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  color: #000000 !important;
}

.talla-estandar {
  width: 50%;
}

.talla-box:hover {}

button.talla-box:disabled {
  background-color: #F0F0F0 !important;
  /* Cambiar color de fondo */
  color: #D7D7D7 !important;
  /* Cambiar color de texto */
  cursor: not-allowed;
  /* Cambiar el cursor */
}

.color-swatch-thumbnail:hover {
  opacity: 0.7;
}

.color-swatch-thumbnail:focus {
  outline: none;
  box-shadow: none !important;
}

.selected {
  border: 2px solid #FF6584 !important;
  opacity: 0.8;
}

.no-selected {
  border: 2px solid #CCCCCC !important;
}

.stock-disp {
  font-family: OdorMeanChey;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #868282!important;
}