.mansalva {
  font-family: "Mansalva", sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  pointer-events: none;
}
body #et-main-area {
  overflow-x: hidden;
}
.et-cart-info {
  display: none;
}
.et_pb_wc_images_0_tb_body .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  /* border: 15px solid rgb(210, 210, 210) !important;
    -webkit-box-shadow: inset 3px 7px 23px 10px rgba(0,0,0,0.24), 0px 17px 28px -8px rgba(0,0,0,0.51), 0px 17px 28px -8px rgba(0,0,0,0.51) !important; 
    box-shadow: inset 3px 7px 23px 10px rgba(0,0,0,0.24), 0px 17px 28px -8px rgba(0,0,0,0.51), 0px 17px 28px -8px rgba(0,0,0,0.51) !important;
      */
  z-index: 1000;
}

.mobile_nav .mobile_menu_bar:before{
  color:rgb(54, 54, 54);
  font-size:40px;
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
  color:rgb(77, 77, 77);;
}
.et_header_style_left #logo{
  max-height:34px;
}