/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.woocommerce-tabs .tabs {
	background: none;
}


.wishlist-privacy-radio {
	display: none!Important;
}



.wishlist-page-links > .search {
	display: none!Important;
}

.wishlist-privacy {
	display: none!Important;	
}

.wishlist-item-count, .wishlist-download {
	text-align: center;
}


.wpf_item li .wpf_selected {
	color: green!Important;
}

.woocommerce ul.products ~ .pagination {
	display: none;
}

/*Hide Shop Title*/
.woocommerce-products-header {
   display: none !important;
}

/*Display images on small screens*/
.woocommerce .product-thumbnail {
	display: block !important;
}