/**
* 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>

/* Hide duplicate WC quantity input when YITH quote button is present */
.single-product .yith-ywraq-add-button ~ .quantity,
.single-product form.cart .quantity:not(.ahoooy-qty-wrap) {
	    display: none !important;
}

/* Ahoooy custom quantity field styling */
.ahoooy-qty-wrap {
	    margin-bottom: 15px;
}
.ahoooy-qty-wrap label {
	    font-weight: 600;
/** * 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: 4.3.2
 *  */
	
	/* Hide duplicate WC quantity input on product pages with YITH quote button */
	.single-product form.cart .quantity:not(.ahoooy-qty-wrap) {
		    display: none !important;
	}
	
	/* Ahoooy custom quantity field styling */
	.ahoooy-qty-wrap {
		    margin-bottom: 15px;
	}
	.ahoooy-qty-wrap label {
		    font-weight: 600;
		    margin-bottom: 5px;
		    display: inline-block;
		    margin-right: 10px;
	}
	.ahoooy-qty-wrap input[type="number"] {
		    width: 80px;
		    padding: 6px 10px;
		    border: 1px solid #ddd;
		    border-radius: 4px;
		    font-size: 16px;
	}margin-bottom: 5px;
	    display: block;
}
.ahoooy-qty-wrap input[type="number"] {
	    width: 80px;
	    padding: 8px 10px;
	    border: 1px solid #ddd;
	    border-radius: 4px;
	    font-size: 16px;
}

}
}
}
}
* Template: ekommart
* Version: 4.3.2
*/