/*
Theme Name: Blossom Shop PRO Child 
Theme URI: https://blossomthemes.com/wordpress-themes/blossom-shop/
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Template: blossom-shop-pro
Version: 1.1.4
*/

 section.about-section {
        background: rgb(255, 255, 255);
    }

/*
colore nome prodotto in SHOP
*/

.woocommerce-page .site-content ul.products li.product .woocommerce-loop-product__title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4F412D;
}
/*
colore nome prodotto in PRODOTTO
*/
h1.product_title {
  color: #4F412D;
}

h1.entry-title {
  color: #4F412D;
}
/*
nasconde breadcrumb in header: home>shop>...
*/
.breadcrumb-wrapper {
display: none;
}

/*
VOCI MENU  PIU GRANDi
*/
.main-navigation ul li {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}