/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.product-block .rating .count{
	margin-top:0;
	margin-left:5px;
	font-size:12px;
	color:#bbb;
	visibility:hidden;
}

.woocommerce table.shop_attributes th{
	width: 200px;
}

.post-grid .entry-thumb .comments-link{
	visibility:hidden;
}

.post-grid .entry-content{
	display:none;
}

.meta-info span:first-child{
	display:none;
}

.entry-single .entry-thumb .comments-link{
	display: none;
	visibility: hidden;
}
@media (max-width: 767px) {
    .container .hidden-xs {
        display: unset !important;
    }
}