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

body {
    background-color: #f4f4f4 !important;
    background-image: none !important;
    background-size: cover;
    background-repeat: no-repeat !important;
}
#db-switcher {
    background-color: #191817!important;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
#db-switcher #branding {
    padding: 0 !important;
}
#db-switcher #branding img {
    max-width: 120px;
}
#db-switcher #dropdown {
    padding: 5px 10px !important;
    margin: 0 !important;
	display:none !important
}
#db-switcher #responsive{
margin: 0 !important;
}
#db-switcher .fa-download:before{
	content: "\f07a" !important;
	padding-right:5px !important;
}
#db-switcher #buttons a.btn-download{
	background-color:#037EFE !important;
	padding:10px 20px !important;
}
a[title="Mobile Landscape (480x320)"] {
    display: none;
}
a[title="Tablet Landscape (1024x768)"] {
    display: none;
}

/* Hide Add to Cart button on product details page */
.single_add_to_cart_button.button {
    display: none !important;
}
