/**
 * Theme Name: VO Baker
 * Author: Visia Marketing
 * Version: 1.0
**/



/* Header */
.header__phones {
  text-transform: none;
}

.menu-main-menu-container {
	margin-top: 6px;
}

.header__search {
	margin-top: 10px;
}







/* Home Page Icons */
.custom-list li {
    background-size: 70px;
}



/* Product Image Wrapper */
.product-item .image-wrapper {
	line-height:190px;
	margin-bottom: 10px;
}

.product-item .image-wrapper img {
	line-height:180px;
	margin-bottom: 0;
}




/* Store */

.woocommerce-variation-description { color: red; font-weight: bold; }
.stock.out-of-stock {display: none;}
.woocommerce div.product span.price .woocommerce-Price-amount.amount {
    margin-bottom: 1rem;
    font-size: 1em;
}


/* Our Customers 4 across */
.image-links__item {
    flex: 0 0 25%;
}