/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/

.woocommerce .products .product:not(.product-category) .product-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce .products .product:not(.product-category) .thumbnail-wrapper {
	height: 65%;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce .product-group-button-meta div.loop-add-to-cart .button {
	background-color: 	#801a2f;
	border-color: #801a2f;
	color: white;
}

.woocommerce .product-group-button-meta div.loop-add-to-cart .button:hover {
	background-color: transparent;
	color: #801a2f;
}

#main > .list-categories:not(.show-cat-img) .products .product-category .category-name a {
	    background-color: #801a2f;
    color: white;
    font-weight: 500;
}

#main > .list-categories:not(.show-cat-img) .products .product-category .category-name a:hover {
    background-color: white;
    color: #801a2f;
    font-weight: 500;
    border-color: #801a2f;
}