.notices:not(:empty) {
	margin-bottom: 20px;
}

.notice,
.ff-message-success,
.woocommerce-error {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 13px 10px 38px;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-position: 11px center;
	margin-bottom: 10px;
}

ul.woocommerce-error {
	list-style: none;
}

.notice:last-child {
	margin-bottom: 0;
}

.notice.success,
.ff-message-success {
	background-color: #f0fae5;
	color: #6DD400;
	background-image: url(../img/notification-success.svg);
}

.notice.success a {
	color: #6DD400;
}

.notice.error,
.woocommerce-error {
	background-color: #fbdede;
	color: #E02020;
	background-image: url(../img/notification-error.svg);
}

.notice.error a,
.woocommerce-error a {
	color: #E02020;
}

.notice.warning {
	background-color: #ffe8d9;
	color: #FA6400;
	background-image: url(../img/notification-warning.svg);
}

.notice.warning a {
	color: #FA6400;
}

.notice.info {
	background-color: #dbf5fd;
	color: #0BBBEF;
	background-image: url(../img/notification-info.svg);
}

.title_notice {
	font-weight: bold;
}

.notices .content_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.notice .button {
	white-space: nowrap; 
}

@media (max-width: 991px) {
	.content_wrapper {
		display: block;
	}

	.notice .button {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.notices .content_wrapper {
		display: block;
	}

	.notice .button {
		width: 100%;
	}

	.notice, .ff-message-success, .woocommerce-error {
		background-position: 11px center;
	}

	.notice, .ff-message-success, .woocommerce-error {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
