/* Notices */
.ns_shop-notice,
.ns_arengu-form .af-step-messages .af-message,
.ns_arengu-form .af-step-messages .af-step-message,
.cfw-alert,
.woocommerce-notice,
.wc-no-matching-variations{
	position: relative;

	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;

	padding: 16px 24px;

	text-align: center;
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-neutral-2);
	font-size: 14px;
	line-height: 20px;

	border-radius: var(--hipnos-border-radius);
	border-width: 2px;
	border-style: solid;
	border-color: var(--hipnos-color-state-success-1);
	background: var(--hipnos-color-state-success-2);

	list-style: none;
}

.ns_shop-notice strong,
.ns_arengu-form .af-step-messages .af-message strong,
.ns_arengu-form .af-step-messages .af-step-message strong,
.cfw-alert strong,
.woocommerce-notice strong{
	color: var(--hipnos-color-secondary-1);
}

.ns_arengu-form .af-step-messages .af-step-success.af-step-message{
	border-color: var(--hipnos-color-state-success-1);
	background: var(--hipnos-color-state-success-2);
}

.ns_shop-notice.woocommerce-error,
.ns_arengu-form .af-step-messages .af-message.af-step-failure,
.cfw-alert.cfw-alert-error,
.woocommerce-notice.woocommerce-notice--error,
.ns_shop-notice.ns_shop-notice-error{
	border-color: var(--hipnos-color-state-error-1);
	background: var(--hipnos-color-state-error-2);
}

.wc-no-matching-variations.woocommerce-info,
.ns_shop-notice.ns_shop-notice-warning {
	border-color: var(--hipnos-color-state-warning-1);
	background: var(--hipnos-color-state-warning-2);
}

.ns_shop-notice.ns_shop-notice-info {
	color: var(--hipnos-color-neutral-5);
	border-color: var(--hipnos-color-state-secondary-1);
	background: var(--hipnos-color-secondary-1);
}

.wc-no-matching-variations.woocommerce-info{
	margin-bottom: 16px;
}

.ns_shop-notice a.button{
	width: 100%;
	margin-top: 8px;
}

/* Pages */
.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-account .woocommerce-notices-wrapper > .ns_shop-notice + .ns_shop-notice,
.woocommerce-cart .woocommerce-notices-wrapper > .ns_shop-notice + .ns_shop-notice{
	margin-top: 16px;
}

.woocommerce-account .woocommerce-notices-wrapper > .ns_shop-notice:last-child,
.woocommerce-cart .woocommerce-notices-wrapper > .ns_shop-notice:last-child,
.woocommerce-cart .ns_cart-before > .ns_shop-notice:last-child,
.ns_woocommerce-notices-wrapper > .ns_shop-notice:last-child{
	margin-bottom: 32px;
}

.ns_shop-notice[data-type="sale"]{
	font-size: 12px;
	line-height: 18px;
	color: var(--hipnos-color-neutral-5);
	border-color: var(--hipnos-color-primary-1);
	background: var(--hipnos-color-primary-1);
}
