/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* INCLUDES */
/*

@import url("_partials/owl.carousel.css");
@import url("_partials/owl.theme.default.css");

@import url("_partials/header.css");
@import url("_partials/home.css");
@import url("_partials/footer.css");
@import url("_partials/category.css");
@import url("_partials/product-list.css");
@import url("_partials/product.css");
@import url("_partials/checkout.css");
@import url("_partials/font-colors.css");
@import url("_partials/my-account.css");
@import url("_partials/shopping_cart_small.css");

*/
@import url("icomoon.css");


/* CATEGORY URLS */

#category .fullwindow>.block-category {
	min-height:0px;
	
	padding-left:0px;  
}

@media (max-width:767px) {

	#category .fullwindow>.block-category{
		display:block!important; 
	}

}
