/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Divi Child Theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


/* Remove WooCommerce Sidebar */
body.woocommerce .entry-summary,body.woocommerce .woocommerce-product-gallery{padding-bottom:45px;}
.single-product #main-content .container:before,body.woocommerce-page #main-content .container:before{display:none;}
.single-product #left-area,body.woocommerce-page #left-area{width:100%;padding:0px !important;}


.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}

.woocommerce-page #content .single_wrap {
    float: none;
    width: 100%;
}

.woocommerce-page #sidebar {
    display: none;
}



.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
        background: #ff0000;
} 



  
.single-product #main-content .container:before { display: none; }
.single-product #left-area { width: 100%; padding: 0!important; }


.et-menu li li a {
	padding: 6px 6px !important;
	width: 214px !important;
}

input[type=text], input[type=email]
{
	padding: 5px 15px;
	width: 70%;
	font-size:15px;
}

input.wpcf7-submit  {
    color: #ffffff;
    background-color: #ff0000;
    font-size: 18px;
}
