/*
Theme Name: Divi2.7 child theme
Template: Divi2.7
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
*/
@import url("../Divi2.7/style.css");
/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */


@media (min-width: 981px) {
#woocommerce-product-search-field {
    padding: 10px 8px 10px 8px !important;
   
}
.custom_html_header .widget_product_search {
    position: absolute !important;
    right: 173px !important;
    top: 56px !important;
}
}
.dd-selected img{
width:25% !important;
}
.woocommerce-currency-switcher-form a.dd-option {
    
    padding: 3px !important;
    
}
				.woocommerce-currency-switcher-form .dd-selected {
				    padding: 3px !important;
    font-size: 10px !important;
				}
				.dd-desc {
    
    line-height: 1em !important;
    font-size: 10px !important;
    }
    .custom_currency_header{
        width: 115px;
    position: absolute;
    right: 46px;
    top: 85px;
    
}