/*
Theme Name: Manufacturer Child
Theme URI: https://themeforest.net/item/manufacturer-factory-industrial-business-wordpress-theme/22672753
Description: Factory & Industrial Business WordPress Theme
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Version: 1.0
Template: manufacturer
*/
/**********header************/
.header-sec .btn { padding: 10px;font-size: 16px;}
/********* product grid ************/
h2.woocommerce-loop-product__title { font-size: 30px !important;}
.stm-product-item { border: none !important; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}

.stm-products-main {display: flex; flex-wrap: wrap; gap: 20px;justify-content: center;}
.stm-product-item { width: calc(25% - 20px);  display: flex; flex-direction: column;}
.stm-product-item__content {display: flex; flex-direction: column;}
.meta-middle , .meta-bottom {display: none !important;}

a.stm-product-item__title {color: #0f7a3b;}
.product-categories a { color: #424242 !important; text-decoration: underline;}

@media (max-width: 1024px) {
    .stm-product-item { width: calc(33% - 20px);}
}

@media (max-width: 600px) {
    .stm-product-item {  width: 100%;}
}
/**************single product***********/
.single-product .col-md-12.man_main_sidebar { max-width: 1360px !important; padding: 30px;}
.woocommerce-Tabs-panel--description .col-md-6:last-child h3 { display:none !important;}
