/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#pro-cat .products li a img {
    border-radius: 50%;
/*     background: rgb(255 255 255); */
}
#pro-cat .products {
    justify-content: center;
	text-align:center
}


@media only screen and (max-width: 998px) {
	     #pro-cat .products li {
        display: inline-flex;
        margin-right: 5px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .myproductgrid .woocommerce ul.products li.product {
        width: calc(50% - 15px) !important; /* Adjust for tablets */
    }
}

@media (max-width: 480px) {
    .myproductgrid .woocommerce ul.products li.product {
        width: calc(50% - 15px) !important; /* Adjust for mobile devices */
    }
}




