/* Escribe aquí tu código CSS- FUNCIONA! el otro plugins de CSS hay que cambiarlo */
#breadcrumbs {
  font-family: "Sans-serif", Arial;
  font-style: normal;
  color: #d3af73;
  font-size: 12px;
  padding: 0px;
  height: 0px;
  width: -1px;
  margin: 200;
  margin-top: 0.3cm;
  margin-bottom: -0.2cm;
}
.menu_clase_01 {
  font-size: 100%;
  line-height: 1.1;
}

.menu_clase_02 {
  font-size: 96%;
  line-height: 1.1;
}

.menu_clase_03 {
  font-size: 90%;
}
.menu_clase_NOVEDADES {
  font-size: 90%;
  box-sizing: border-box;
  border: solid #e7dcc0 1px;
  line-height: 0.9;
}
.menu_clase_COCINAS {
  font-size: 90%;
	 line-height: 0.6;
	background-color: #e8f6ff;
}
/* Color del precio de producto */
.woocommerce-Price-amount.amount {
   color: #ff5e5e;
}
.button-continue-shopping.button.primary.is-outline {
  color: #0accc5;
}
.checkout-button.button.alt.wc-forward {
  color: #ffffff;
}
.product-quantity {
  color: #292e2d;
}
.product-price {
  color: #292e2d;
}
.product-subtotal {
  color: #292e2d;
}
.product-name {
  color: #ffffff;
}

#yith-wacp-popup .yith-wacp-content a.button {
	background: #91ead5;
	color: #000 ;
	vertical-align: middle;
	justify-content: center;
}


.yith-wacp-content .popup-actions .button {
	vertical-align: middle;
	justify-content: center;
}

.woocommerce .cart .button[name="update_cart"]:hover {
	background: #339EA5 !important;
}

