/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        3.20.2 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

td {
    padding: 2px !important;
}

table.woo_discount_rules_table {
    display: none !important;
}

#page-woocommerce.sidebar.sidebar-column.col-md-4 {
    display: none !important;
}
#page-woocommerce.main-column.col-md-8 {
	width: 100% !important;
}

#left-area {
    width: 100% !important;
}

.et_right_sidebar #main-content .container::before {
    display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 100px !important;
}

.et_right_sidebar #left-area {
    padding-right: 0 !important;
}

#logo {
    max-height: 100% !important;
}


