/* Enter Your Custom CSS Here */

/* Out of stock eliminates enquiry button */
/*if .woocommerce div.product .out-of-stock, .woo_catalog_enquiry_btn {
    display: none!important;
}
/* Color green for enquiry button */
#woo_catalog .woo_catalog_enquiry_btn {
float: none;
width: auto;
/* color: #188799; */
background-color: #64dd17;
color: #ffffff;
}
#woo_catalog_enquiry_custom_button {
background: #64dd17;
margin-left: 30px;
}
/* Remove shopping cart from header */
.woocommerce-active .site-header .site-header-cart {
display: none!important;
}
/* Eliminate sin categoria o uncategorized */
.cat-item-15 {display:none}

/* Eliminate Account mobile */
.storefront-handheld-footer-bar li.my-account {
    display: none;
}
.storefront-handheld-footer-bar ul.columns-3 li {
    width: 50%;
}
/* Eliminate Cart mobile */
.storefront-handheld-footer-bar li.cart {
    display: none;
	}	
/* Fix search mobile */
