/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.products .product .product_thumbnail > a {
	text-align: center;
	min-height: 360px;
	display: flex;
}

.products .product .product_thumbnail img {
	max-width: 350px;
	max-height: 350px;
	margin: auto;
	width: auto;
	height: auto;
}

#wcus_np_billing_fields .form-row.float-label .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: 1;
}

.woocommerce-cart button.update-cart:disabled {
	border-color: #ddd;
	color: #ddd;
}

@media (max-width: 480px) {
	.shop_categories_list {
		max-height: 160px;
		overflow: hidden;
	}
}
