/*
Theme Name: Davici Child
Theme URI: http://www.wpbingosite.com/davici
Author: wpbingo
Description: This is a child theme for Davici
Version: 1.0
Author URI: http://wpbingosite.com
Template: davici
Text Domain: davici-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Header */
.popupshadow,
 .newsletterpopup,
#latest-electrosafe-products .bwp-filter-heading {
	display: none !important;
}
#latest-electrosafe-products .title-block-2:before {
	max-width: 48px;
    width: 100%;
    margin: 0 auto;
	right: 0;
}
header #menu-main-menu .sub-menu {
	min-width: 300px ;
} 
.bwp-header.sticky {
	padding-top: 50px !important;
}
header .container {
/* 	padding-left: 30px !important;
	padding-right: 30px !important; */
	max-width: 1140px !important;
}
@media (min-width: 1199px) {
	.page-template-homepage .bwp-header.header-v2 {
		padding: 30px 0 50px 0;
	}
}
@media (max-width: 991.98px) {
	.bwp-header .header-desktop {
		display: none;
	}
}
@media (min-width: 991.98px) {
	header .header-desktop .row{
		flex-direction: column-reverse;
	}
	header .header-desktop .header-left {
		align-items: end;
	}
	header .header-desktop .wpbingoLogo {
		flex: 1;
		margin-bottom: 6px;
	}
	.bwp-header .header-desktop .header-search-form .search-from {
		margin-left: auto;
		max-width: 450px;
	}
}