.colores {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.colores img {
    cursor: pointer;
    border: 2px transparent solid;
}
.colores img.active {
    border: 2px black solid;
}
.d-none {
    display: none !important;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.w-100 {
    width: 100%;
}
.price-size bdi {
    font-size: 16px !important;
}
.single_add_to_cart_button {
    cursor: pointer;
}
.single_add_to_cart_button.disabled {
    background: #96b5cf;
}
.tallas .talla input {
    max-width: 60px;
}
.colores .imgClick {
    width: 100px !important;
    height: 100px !important;
}
.swiper-wrapper .rtwpvg-gallery-image.loading {
    position: relative;
}
.swiper-wrapper .rtwpvg-gallery-image.loading::after {
    position: absolute;
    inset: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    content: 'Cargando...';
}
.inputnostock {
    border: 1px silver solid;
    height: 40px;
    width: 48px;
    background: #f7f7f7;
}
.itemtitle-outofstock {
    color: silver;
    text-decoration: line-through;
}
.progress-container {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    background-color: #0068a4;
    transition: width 0.3s ease-in-out;
}
#nocomprar, #comprar {
    width: fit-content !important;
}
.single_variation_wrap {
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .custom-variations tr {
        display: flex;
        flex-direction: column;
    }
    .custom-variations .colores,
    .custom-variations .tallas {
        max-width: 90vw;
    }
    .custom-variations .tallas {
        display: flex;
        flex-wrap: wrap;
    }
    .custom-variations .tallas .talla .prices-section .d-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
