/*
Theme Name: Dimita Child
Theme URI: http://www.wpbingosite.com/dimita
Author: wpbingo
Description: This is a child theme for Dimita
Version: 1.0
Author URI: http://wpbingosite.com
Template: dimita
Text Domain: dimita-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* LOGO ΜΕΓΑΛΟ ΜΕΓΕΘΟΣ */
.bwp-header .wpbingoLogo img{ max-height: 200px !important; 
}
/* ΣΟΡΤ ΓΙΑ ΠΡΟΙΟΝΤΑ ΣΕ ΚΑΤΗΓΟΡΙΕΣ ΝΑ ΜΗΝ ΕΜΦΑΝΙΖΕΙ ΑΡΙΘΜΟ */
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
   clear: none !important;
	text-align: center;
	align-content: center;
}
	.woocommerce ul.products {
    text-align: center;
}
/* ΜΕΝΟΥ ΓΡΑΜΜΑΤΟΣΕΙΡΑ */
.categories-vertical-menu .bwp-vertical-navigation > div ul.menu li.level-0 > a {
	font-family:open sans;
	font-weight:600;
}

/* ΣΤΟΙΧΗΣΗ ΣΕ ΥΠΟΚΑΤΗΓΟΡΙΕΣ */

@media only screen and (min-width: 1000px) {
.woocommerce ul.products li:nth-child(n+1),
.woocommerce-page ul.products li:nth-child(n+1) {
    clear: both !important;
	width: 25% !important;
	text-align: center;
}
}
.h2, h2 {
    font-size: 2rem;
}
}
/* ΓΙΑ ΚΙΝΗΤΑ */
/*
@media only screen and (min-resolution: 1.5dppx) {
.woocommerce ul.products 
	width: 100% !important;
	text-align: center;
	}
.h2, h2 {
    font-size: 2rem;
	}
}
*/
.bwp-header.header-v9 .header-top {
    background: #dc215614;
}
.products .product-category .count{
display: none; }

.bwp-header .header-top {
	background: #dc6217 !important
}
.bwp-header .header-bottom {
	
}

