
#product .after-add-btn{
    display: none;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 4px 4px 15.7px 0px #00000024;
}
@media(min-width: 768px){
    .close-product {
        display: none;
    }
}
@media (max-width: 768px) {
    .after-add-btn {
        display: none;
    }
    .close-product {
        display: none;
    }
    .after-add-btn{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 98;
    }
    .after-add-btn .btn-primary{
        width: 100%;
        background-color: #221E20;
        color: #fff;
        z-index: 1000;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        padding: 16px 15px 15px 15px;
    }
    .after-add-btn .btn-primary .after-add-btn-text{
        font-family: 'Sailec';
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .after-add-btn .btn-primary i{
        font-family: 'Font Awesome 6 Pro';
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin-right: 0;
    }

    /*Ocultar selector de colores*/
    .product-info-row .col-product-info .product-variants.productos-combi:not(.combi_show){
        display: none;
        margin: 14px 0 0 0;
    }
    
    /*Botón volver arriba se superpone*/
    #product #back-to-top{
        bottom: 6rem;
    }
    .product-actions #add-to-cart-or-refresh {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        padding: 0 1rem;
    }
    .product-variants-item .form-control-label{
        display: none;
    }


    .close-product {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 16px;
        color: #221E20;
    }
    /*Colores*/
    #product .product-info-row .col-product-info .product-variants .product-variants-item ul{
        gap: 6px;
        margin-bottom: 12px;
        align-items: center;
    }
    .product-info-row .col-product-info .product-variants .product-variants-item ul.color-custom li{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
        height: fit-content;
    }
    .product-info-row .col-product-info .product-variants .product-variants-item ul.color-custom span{
        margin: 0;
        width: 28px;
        height: 28px;
    }
    .product-info-row .col-product-info .product-variants .product-variants-item ul.color-custom .input-color:checked + span{
        width: 25px;
        height: 25px;
    }
    .product-info-row .col-product-info .product-variants .product-variants-item ul.color-custom .input-color:checked + span:before{
        height: 100%;
        width: 100%;
        border: 2px solid #221E20;
        background-color: transparent;
        top: 0;
        left: 0;
        content: '';
        position: absolute;
        border-radius: 40px;
    }
    #product .product-info-row .col-product-info .product-variants .product-variants-item ul.tallas-custom span{
        height: 31px;
        width: 31px;
    }
    /*Add to cart*/
    #product #main-product-wrapper .product-add-to-cart{
        margin-top: 15px;
    }
}