/*
 Theme Name:   Divi - East Fork
 Author:       Zachary Stark
 Template:     Divi
 Version:      10.0.0
*/

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

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



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

/* adjust menu cart button */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
    margin-top: -4px;
}


/* Display Sale! Badge Icon */


.woocommerce-page ul.products li.product span.onsale, .woocommerce ul.products li.product span.onsale, .woocommerce-page span.onsale, .woocommerce span.onsale {
  font-size: 18px;
  left: 0px!important;
  top: 0px!important; 
  -webkit-border-radius: 20px !important; 
  -moz-border-radius: 20px !important; 
  border-radius: 20px !important; 
  background: #373737!important;
}