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

@import url("/wp-content/themes/Divi/style.css");	
 
/* =Theme customization starts here
------------------------------------------------------- */

.related.products {
  display: none;
}

.wp-post-image, .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
border: none !important;

}

.green {color: #72CB23}
.orange { color:#E35A27}

.cta-button{ 
	background-color: #72CB23;
	color:#fff;
	padding: 15px 20px 15px 20px;
	
	cursor:pointer;
}
.cta-button:hover{
	background-color: #3D8200;
}

div#et-main-area div#main-content div.container div#content-area.clearfix div#left-area nav.woocommerce-breadcrumb{
	display:none !important;
}