
@media (max-width: 575.98px) { 
    .product-cart-wrap .product-content-wrap h2 {
        font-size: 12px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .product-cart-wrap .product-content-wrap .rating-result::before {
        font-size: 10px !important;

    }
    
    .product-cart-wrap .product-content-wrap .rating-result span {
        font-size: 10px !important;
    }
    
    .product-cart-wrap .product-content-wrap .product-category{
        margin-bottom: 0 !important;
    }
    
    .product-cart-wrap .product-content-wrap .product-price{
        padding-top:0!important;
    }
    
    .product-cart-wrap .product-content-wrap .product-price span {
        font-size: 15px !important;
    }
    
    
}

.product-cart-wrap .product-action-1.show {
    bottom: 31px !important;

}