/*
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
------------------------------------------------------- */


.woocommerce-billing-fields h3 {
display: none;
}
.woocommerce-shipping-fields h3 {
display: none;
}


.page-id-9 #content div.product div.summary {
width:100%;
}

.woocommerce-page div.product div.summary{
width: 100%;
}

.woocommerce .col2-set .col-2 {
width:100%; 
}

.single-product .product_meta {
   display: none;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}