/**
 * Theme Name: Blocksy Songard
 * Description: Blocksy child theme
 * Author: Songard
 * Template: blocksy
 * Text Domain: blocksy
 */

.woocommerce-result-count {
  display: none;
}

@media (max-width: 999.98px) {
	#header .songard-site-logo {
		 margin-left: -10px;	
	}
	.flexy-pills {
    	display: none;
	}
}

@media (min-width: 1000px) {
	.single-product .ct-container-full {
		padding-top: 1em;
	}
}

@media (max-width: 689.98px) {
	table.shop_table_responsive tbody td.product-thumbnail {
		text-align: center;
	}
	
	table.shop_table_responsive tbody td.product-thumbnail img {
		max-width: 30%;
	}
}

div.woocommerce-product-gallery {
	margin-bottom: 1em;
}

.product[class*=gallery] .product_meta>span {
	font-size: 11px;
}

.woocommerce-mini-cart .product-title img { 
	display: none;
}
