/*!
Theme Name: Agata Nobile (Botiga-Child)
Theme URI: https://agatanobile.ru
Author: Igor Ponomarev
Author URI: https://agatanobile.ru
Description:
Template: botiga
Version: 1.0.1
*/

/*
 * WooCommerce
 * 
 * */

/* Custom bage on the product image (specific text & styling config)
 * see inpiration on: https://wpsimplehacks.com/custom-product-badges-for-woocommerce
 */
/* Display Woocommerce product badge with custom text in single product page */
.agata-woocommerce-custom_badge {
	color: #fff;
	font-weight: 500;
	background: #E54C60;
	border: 2px solid #E54C60;
	text-align: center;
	padding: 7px;
	display: inline;
}

.entry-summary .price {
	margin-top: 1em;
}