/*
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
*/
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        text-align: center !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        display: block !important;
        text-align: center !important;
        font-size: 16px !important;
    }
}

.product-sku {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
	font-weight: bold;
}
