.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

.coupon-page {
	max-width: 620px;
	margin: 0 auto;
}

.success-msg {
	
	background: #1B4119;
	color: #fff;
	padding: 10px;
	border: 1px solid #1B7319;
	font-weight: bold;
}
.error-msg {
	background: #B50000;
	border: 1px solid #DA0029;

	color: #fff;
	padding: 10px;
	font-weight: bold;
}

.greenman_member_active {
	background: green;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	margin: 5px;
	display: inline-block;
}
.coupon-table {
	background: url("../img/bg.png");
	width: 100%; 
	max-width: 600px;
	margin: 0 auto;
	border-top:1px solid #fff; 
	border-right:1px solid #fff;
}
.coupon-table tr {
	background: transparent;
}
.coupon-table tr td,table.coupon-table tbody tr:nth-child(2n) td {
	background: transparent;
	border-bottom:20px solid #fff; 
	padding: 5px; 
	text-align: left;
	border-left:1px solid #fff;
}
.coupon-table tr td.no-padding {
	padding:0 !important;
}
.coupon-table tr td img {
	border-radius: 0;
}

.coupon-table .c-code {
	background: #fff;
	border-radius: 20px;
	margin: 10px auto;
	display: block;
	color: #1B4119;
	max-width: 70%;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
}
.coupon-table .c-title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
.coupon-table span {
	color: #000;
}
.coupon-table .hr {
	border-bottom: 1px dashed #fff;
	margin: 20px 0;
}
.coupon-table .btn-container {
	text-align: right;
}
.coupon-table .time-text {
	color: #000;
}
.member-login-form  .member_username {
	width: 300px;
}
.member-login-form .member_submit{
	color: #fff;
}
#login-dialog-members {
	text-decoration: underline;
	cursor: pointer;
}
	
	

#greenman_member_dialog_overlay {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.5);
	z-index: 3001;
}
#greenman_member_dialog {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	
	background: #fff;
	width: 600px;
	min-height: 300px;
	z-index: 3002;
}
#greenman_member_dialog #footer-subscription {
	margin-top:10px;
}
.greenman_member_inner {
	padding: 10px;
}
.greenman_member_inner h3 {
	text-align: center;
}
.greenman_member_inner p {
	text-align: center;
}
.greenman_member_inner .close {
	background: #c3c3c3;
	color: #000;
	text-align: center;
	min-width: 100px;
	width: auto;
	padding: 3px 10px;
	display: block;
	margin: 0 auto;
	
}




#greenman_member_dialog #footer-subscription .btn {
	display: inline;
}
.greenman_member_inner .form-control {
	max-width: 300px;	
	display: inline;
}
#greenman_member_dialog .simple-icon {
	display: block;
	width: 40px;
	margin: 0 auto;
	
}
.member-error {
	color: red;
	display: block;
}
.member-success {
	color: green;
	display: block;
}
.member-status {
	font-style: italic
	display: block;
}
#greenman-member-login-dialog {
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 480px){

	#greenman_member_dialog {
		position: fixed;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
		
		background: #fff;
		width: 300px;
		min-height: 300px;
		z-index: 3002;
	}
	.greenman_member_inner .form-control {
		display: block;
		margin-bottom: 20px;
	}
}