
/* [12-12-2016] client request: do not show pickup for wine clubs */
.join-wine-club-left .fieldset_row.pickup,
.shipping-info  .fieldset_row.pickup,
.shipping-info .pickup{
	display:none !important;
}

/*[12-12-2016] client request: do not show notes on checkout screen*/
.order-notes{
	display:none;
}
/*[02-15-2017] client request: Please remove the “shipping notes” box from the website under the Wine Club Pending Releases section where the member select member is able to edit their cart? 
Customers leave requests that we cannot accommodate by law such as “leave at the door without a signature” or “leave at my neighbor’s house”.  */
.popup .shipping-notes{
	display:none;
}