.woocommerce-cart .woocommerce-message, .woocommerce-error li {
	position: relative;
	color: #fff;
	background: #A6DB99;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 30px;
}
.woocommerce-cart .woocommerce-message:before, .woocommerce-error li:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 25px;
	width: 22px;
	height: 50px;
	background: url(../images/icon-valid.svg) no-repeat center;
}
.woocommerce-cart .woocommerce-message:after, .woocommerce-error li:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	background: url(../images/icon-remove-alert.svg) no-repeat center;
}
.woocommerce-error li {
	background: #FA8C8C;
}
.woocommerce-error li:before {
	background: url(../images/icon-invalid.svg) no-repeat center;
}
.woocommerce-error {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 979px) {
	.woocommerce-cart .woocommerce-message:before, .woocommerce-error li:before {
		margin: 0 15px;
	}
	.woocommerce-cart .woocommerce-message:after, .woocommerce-error li:after {
		width: 40px;
	}
}