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

/*************** ADD CUSTOM CSS HERE.   ***************/

.shipping-notice.woocommerce-info {
    background: #5c8734;
    padding: 20px;
	margin-bottom: 10px;
    border-radius: 5px;
    color: white;
	a {
	  color: white; /* Change link color to blue */
	}
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}