/*
Theme Name: Restaurant Blauw (woostify child)
Author: Cybertuig
Author URI: https://cybertuig.nl
Template: woostify
Description: framework voor Restaurant Blauw 2020
Version: 1.0.0
*/

.site-header-inner {
    border-bottom: 0px solid #eaeaea;
}

.woocommerce-loop-product__title {
  font-weight: bold;
}

.woocommerce-product-details__short-description {
	font-size: 14px;
	padding: 10px;
}

.single_add_to_cart_button.button {
	font-size: 14px;
	height: 40px;
	vertical-align: revert;
	text-transform: none;
}

.single_add_to_cart_button.button {
	min-width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.quantity {
	width: 100px;
	height: 40px;
}

.cart:not(.elementor-menu-cart__products) .quantity {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #2872FA;
}

.quantity .product-qt {
	width: 30px;
}

.product-loop-meta .price {
	margin-top: 10px;
	margin-bottom: 10px;
}