/*!
Theme Name: MENA Maps Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: dotaim
Author URI: https://dotaim.com/
Description: MENA Maps theme - child of Kadence Theme.
Version: 1.0.0
Text Domain: menamaps_kadence
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Product-page delivery estimate (inc/woocommerce/shipping.php) */
.menamaps-delivery-estimate {
	margin: 1em 0;
	padding: .75em 1em;
	border: 1px solid var(--global-gray-400, #e2e2e2);
	border-radius: 6px;
	font-size: .9em;
}
.menamaps-delivery-estimate__title {
	display: block;
	font-weight: 600;
	margin-bottom: .35em;
}
.menamaps-delivery-estimate__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menamaps-delivery-estimate__list li {
	margin: 0;
}
.menamaps-delivery-estimate__country {
	font-weight: 500;
}
