/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2021 | 22:20:12 */
body{
  overflow-x:hidden;
}
.woocommerce-Price-amount.amount{
  color:#023047 !important;
}
.woocommerce-message{
  display:none !important;
}
.woocommerce-mini-cart__empty-message {
    font-size: 0px !important;
  }
.woocommerce-mini-cart__empty-message::before {
    content: 'No hay productos en la cesta. ';
  	font-size:30px !important;
}
.woocommerce-message {
    border-top-color: #FFB703;
    background: #fff;
}
/*Single Producto*/
.jet-woo-product-gallery__image a {
    display: flex;
    justify-content: center;
}

/*lista de deseo*/
.jet-cw-remove-button.jet-wishlist-item-remove-button {
    background: transparent !important;
}
