/*
Theme Name: Vinart Child
Theme URI: http://okthemes.com/vinartwp
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard & Wine WooCommerce shop
Tags: e-commerce, food-and-drink, grid-layout, custom-logo, footer-widgets, rtl-language-support, theme-options, translation-ready 
Text Domain: vinart
Template: vinart
Version: 1.0
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.sba-logo img {
    filter: invert(1);
}

.products .product .woocommerce-loop-product__title a {
    min-height: 90px;
    display: block;
}

.widget_shopping_cart p.buttons {
    display: flex;
    flex-direction: column-reverse;
}

.widget_shopping_cart p.buttons .wc-forward:not(.checkout) {
    background-color: #fff;
    color: #D68F5E;
}

.show-password-input {
    display: none!important;
}