.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;
}