@charset "utf-8";
/* PLUGIN GLOBAL CSS */

.woocommerce-checkout .buoys-welcome-message,
.woocommerce-checkout .buoys-last-minute-days-message,
.woocommerce-checkout .buoys-under-limit-message,
.woocommerce-checkout .buoys-over-limit-message {
	display: none;
}


.buoy-cart-welcome-message {
   font-size: 14px;	
   color: #000;
   display: block;
   /*margin-top: -30px;*/
}

.buoy-cart-messages-1 {
   font-size: 14px;	
   color: #000;	
   font-weight: 700;
}

.buoy-cart-messages-2 {
   font-size: 14px;	
   color: #F00;	
   font-weight: 700;
}

.message-highlight-1 {
	color: #39F;
	
}