/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Creative Peppers Inc
 Author URI:     https://creativepeppers.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



#main-header {
	background-color: rgba(0,0,0,0.7);
}
#et-top-navigation .sub-menu li a {
	color: #ced8e0;
}
#et-top-navigation .et-cart-info {
	display: none;
}

#et-top-navigation .sub-menu {
	background:rgba(0,0,0,0.7);
}
.mfp-bottom-bar {
	display: none !important;
}
.woocommerce-ordering {
	display: none;
}

@media(max-width:767px) {
#galery_custom_size .et_pb_gallery_item {
	width: auto !important;
}	
	
	
	
	
	
	
	
}

@media (min-width: 981px) {
.align-center {
    display: flex;
    align-items: center;
}
}