.text-shadow {
    /* Agregar sombra al texto */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  
  .text-shadow-sm {
    /* Agregar sombra al texto con desenfoque más pequeño */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  .text-shadow-lg {
    /* Agregar sombra al texto con desenfoque más grande */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  }

.btn-tallas{
    background-color: #000000;
    padding: 4px 5px;
    color: #fff;
    min-width: 20px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.btn-tallas.disabled {
    background-color: #cccccc; /* Color de fondo gris */
    color: #999999; /* Color de texto gris */
    cursor: not-allowed; /* Cambiar el cursor */
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Negro semitransparente */
    z-index: 2; /* Para que esté encima de las imágenes */
}

.sin-stock-text {
    z-index: 2; /* Para que esté encima de la capa negra */
}


.codigo-producto{
  background-color: #00000090; 
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  .codigo-producto {
    padding: 2px 5px;
    font-size: 15px !important;
  }
}@media only screen and (max-width: 767px) {
  .cuadro-filtros {
    position: sticky;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 60px;
    z-index: 5;
    background-color: #fff;
    width: 100%;
  }
}

.disabled-talla{
  text-decoration: line-through;
}

.disabled-input{
  background-color: #e4e4e4 !important;
  cursor: not-allowed;
}

.disabled-btn{
  pointer-events: none;
}



@media only screen and (max-width: 767px) {
  .shopping-cart {
    gap: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-steps {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .solicitar {
    font-size: 25px !important;
  }
}