 /*
####################################################################################
Globally removes Widget Background Colors
####################################################################################
*/
.widget-title{
  background: none !important;
}
.widget-area ul {
  background: #FFF !important;
}
.widget-title {
  background: none !important;
}
.woocommerce .widget-title {
	background: none !important;
}
.latest-products-wrapper {
}
/*
####################################################################################
.main-navigation ul li a : NAVIGATION TEXT MADE 13PX
.woocommerce-loop-product_title changes all text to 13PX

.Product Info Backgrounds Removed Globally on Carosals &amp; Product Purchase Pages  ===
.product-info-wrap removes the background of widgets

####################################################################################
*/
.main-navigation ul li a{
  font-size:14px! important;
}
.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ecommerce_gem_widget_featured_categories .product-cat.product .featured-cat-title {
    font-size: 14px !important;
}
.product-info-wrap {
  background: none !important;
}
/*
####################################################################################
Sale circle icon color change
####################################################################################
*/
.woocommerce span.onsale {
    background-color: #dc93c5 !important;
}
/*
####################################################################################
Below remove the background color on the slider caption
####################################################################################
*/
.main-slider .slider-caption .caption-wrap {
  background: none !important;
}
 /*
####################################################################################

####################################################################################
*/
 .widget-column .widget {
   background: none !important;
}
span.image_overlay_effect.lightbox_image { 
  display: none!important; 
}
.widget.ecommerce_gem_widget_newsletter {
    background: #028482 !important;
}