/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: ekommart
* Version: 3.8.2
*/

var(--accent,var(--primary))
.col-1 {
	max-width: 100%;
}
.col-2 {
	max-width: 100%;
}
#customer_details>.col-1 >.woocommerce-billing-fields>.woocommerce-billing-fields__field-wrapper>.form-row{
	display:grid;
}

.woocommerce-loop-product__title > a{
	color:black !important;
}
.woocommerce-loop-product__title > a:hover{
	color:var(--primary_hover) !important;
}

#yith-s{
	height:48px;
}