/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shipping-notice{
	text-align: center;
	padding: 10px;
	margin: -10px auto 10px;
	border: 2px solid #37ac50;
	background-color: rgba(55,172,80,.2);
	text-transform: uppercase;
}
.shipping-notice.free{ 
	border: 2px solid #37ac50;
	background-color: #fff;
}
.shipping-notice strong, .shipping-notice .amount{ 
	color: #000;
	font-weight: 600;
}