/*
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;
}
.woocommerce mark {
    display: none;
}
#ajax-content-wrap ul.products li.product.minimal .price * {
    font-size: 18px !important;
    font-weight: 600;
}
.myproductgrid .woocommerce ul.products li.product {
    width: calc(20% - 15px) !important; /* Adjust this percentage if necessary */
}
div.font-bord > h1 {
    color: rgba(255, 255, 255, 0) !important;
    text-transform: uppercase !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    font-family: sans-serif !important;
    font-weight: 800 !important;
}
div.font-bord11 > h1 {
    text-transform: uppercase !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    font-family: sans-serif !important;
    font-weight: 800 !important;
}
@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 */
    }
}
