/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #mwb_wpcod_remaining_amount_show{
 	display: none;
 }
 h4#mwb_wpcod_amount_on_cod_msg_show{
 	display: none;
 }
 
 .mwb_wpcod_coupon_notice{
 	display: none;
 }
 .mwb_wpcod_coupon_notice_error{
 	background-color: red;
 	color: black;
 }
 .mwb_wpcod_coupon_notice_succes{
 	background-color: green;
 }
 .mwb_wpcod_coupon_section{
 	display: none;
 }
 .mwb_wpcod_th_class{
 	width: 100%;
 }