/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.count{
	display:none;
}

/*-------- Category page product image ---------- */
.ct-media-container img, .ct-media-container video, .ct-media-container picture {
    padding: 20px 20px 0 20px !important;
}

/*-------- Category page product title ---------- */
.products .woocommerce-loop-category__title{
	margin-top: -20px !important;
}


/* Hide woo account page nav menu */
.ct-acount-nav{
	display:none;
}

/* ------------ SEARCH-----------*/
.ct-search-results{
	background-color: black !important;
	box-shadow: none !important;
}

form.search-form input:focus {
   background-color: black !important;
}


/* ---------- Media Query --------------- */
@media screen and (max-width: 768px){
	.max-width-mobile, [class*=ct-container]>article{
	width: 100% !important;
} 
	
}