/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Website Express Australia
Author URI: http://websiteexpress.com.au
Template: Divi
Version: 1.0.0
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 



.related.products {
clear:both !important;
}


.et_overlay {
    display:none;
}
 
.et_shop_image, .et_portfolio_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.et_shop_image:hover, .et_portfolio_image:hover, .woocommerce ul.products li.product a:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}




.et-cart-info {
display:none;
}

#main-content .container:before {
display:none;
}

.single-product #main-content .container:before { display: none; }
.single-product #left-area { width: 100%; padding: 0!important; }

mark.count {
display:none !important;
}

.full-width-products {
width: 100vw;
      position: relative;
      margin-left: -50vw;
      height: auto;
      margin-top: 0px;
	margin-bottom:20px;
      left: 50%;

}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 5em;
    padding: 20px;
    background: #8c8c8c;
    color: #fff;
}
.product_meta {
    padding-top: 6px;
    border-top: 6px solid #666;
    color: #666;
    font-size: 14px;
}
.full-width-header{
padding:120px 0px !important;
}

