.product-add-to-cart .add .add-to-cart {
    height: 55px !important;
    width: 100% !important;
    background-color: #ffffff !important;
    color: #DC3A3A !important;
    border: 2px #DC3A3A solid !important;
    border-radius: 8px;
    font-size: 14px !important;
    text-align: center; 
    margin: 0px; 
}

.product-add-to-cart .add .add-to-cart:hover{
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

.add .add-to-cart svg path {
    fill: #DC3A3A !important;
    fill-opacity: 1;
}
.product-add-to-cart .add .add-to-cart:hover svg path {
    fill: #fff !important;
    fill-opacity: 1;
}

.btn-buy-now {
    border-radius: 5px; 
    width: 100%; 
    align-items: center; 
    justify-content: center; 
    margin: 0px; 
    font-size: 14px; 
    text-align: center; 
    color: #fff; 
    background: #DC3A3A !important; 
    height: 55px;
}
.buy-now-mobile {
        display: none !important;
    }
    .cont-botones-agregar{
        display: flex;
    }
    .add-now, .add{
        width: 50%;
    }
    .btn-buy-now:hover{
        background: #000 !important;
    }
    .btn-buy-now span{
        font-weight: 800;
        margin-left: 3px;
    }
    .btn-buy-now p{
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-buy-now .fa-shopping-cart{
        margin-right: 5px !important; 
        font-size: 23px;
    }
    .add-to-cart:hover{
        background: #000 !important;
        color: #fff !important;
        border: none !important;
        align-items: center;
        justify-content: center;
    }
    .add-to-cart:hover .cart-white{
        display: flex !important;
    }
    .add-to-cart:hover .img-agregar{
        display: none !important;
    }
    .add-to-cart img{
        margin-right: 5px !important; 
    }
    @media (max-width: 600px){
        .buy-now-mobile {
            width: 100% !important;
            display: block !important;
        }
        .buy-now-desktop {
            width: 100% !important;
            display: block !important;
        }
        .cont-botones-agregar{
            display: block !important;
        }
        .add-now, .add{
            width: 100% !important;
            margin: 0px !important;
            margin-bottom: 10px !important;
        }
        .add-now{
            margin-top: 10px !important;
        }
        button#iqit-wishlist-product-btn, button#iqit-compare-product-btn{
            width: 50px !important;
            text-align: center;
        }
        button#iqit-compare-product-btn{
            margin-left: -35px !important;
        }
        button#iqit-wishlist-product-btn i, button#iqit-compare-product-btn i{
            font-size: 16px;
        }
        .product-add-to-cart .col-add-wishlist, .product-add-to-cart .col-add-compare{
            max-width: 100px !important;
        }
        .disabled {
            cursor: not-allowed; 
            pointer-events: none; 
            opacity: 0.5;
        }

    }
    