.single-product div.product {
	margin-top: 20px !important
}

.woocommerce-message[role=alert] {
	display: none !important
}

#cupon-sticky {
	align-items: center;
	background-color: #f3f3f3;
	background-image: linear-gradient(180deg, #00ac00, #3ec000);
	display: flex;
	justify-content: center;
	width: 100%
}

#cupon-sticky .c_pointout {
	background-color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 10px
}

#cupon-sticky>span {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: .875em;
	font-weight: 500;
	justify-content: center
}

#cupon-sticky-wrapper {
	background-image: linear-gradient(180deg, #00ac00, #3ec000);
	padding: 5px 3px
}

#cupon-sticky-wrapper>div {
	align-items: center;
	border-color: #000 #000 #d8d8d8;
	border-width: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%
}

@media screen and (min-width:375px) {
	#cupon-sticky span {
		font-size: 1em
	}
}

/*# sourceMappingURL=coupon-banner.css.map */