
.notifications-sticky div.wpcf7-response-output, .notifications-sticky .mc4wp-alert, .notifications-sticky .woocommerce-error, .notifications-sticky .woocommerce-message, .notifications-sticky .woocommerce-info, .notifications-sticky .yith_ywraq_add_item_product_message {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	margin: 0;
	padding-right: 80px;
	cursor: pointer;
	transform: translate3d(0, 200%, 0);
	animation: wd-fadeInUpBig .35s ease .5s both;
}

.notifications-sticky div.wpcf7-response-output:after, .notifications-sticky .mc4wp-alert:after, .notifications-sticky .woocommerce-error:after, .notifications-sticky .woocommerce-message:after, .notifications-sticky .woocommerce-info:after, .notifications-sticky .yith_ywraq_add_item_product_message:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	background-color: rgba(0, 0, 0, .1);
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background-color .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.notifications-sticky div.hidden-notice.wpcf7-response-output, .notifications-sticky .hidden-notice.mc4wp-alert, .notifications-sticky .hidden-notice.woocommerce-error, .notifications-sticky .hidden-notice.woocommerce-message, .notifications-sticky .hidden-notice.woocommerce-info, .notifications-sticky .hidden-notice.yith_ywraq_add_item_product_message {
	animation: wd-fadeOutDownBig .35s ease both;
}

.notifications-sticky div.wpcf7-response-output:hover:after, .notifications-sticky .mc4wp-alert:hover:after, .notifications-sticky .woocommerce-error:hover:after, .notifications-sticky .woocommerce-message:hover:after, .notifications-sticky .woocommerce-info:hover:after, .notifications-sticky .yith_ywraq_add_item_product_message:hover:after {
	background-color: rgba(0, 0, 0, .2);
}

.mfp-content .mc4wp-alert, .search-no-results.woocommerce .woocommerce-info, .woocommerce-checkout .woocommerce [role="alert"], .woocommerce-form-coupon-toggle>.woocommerce-info, .woocommerce-form-login-toggle>.woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper [role="alert"], .woocommerce-MyAccount-content .woocommerce-Message {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	flex-basis: 100%;
	padding-right: 30px;
	max-width: 100%;
	width: 100%;
	cursor: default;
	transform: none;
	animation: none;
}

.mfp-content .mc4wp-alert:after, .search-no-results.woocommerce .woocommerce-info:after, .woocommerce-checkout .woocommerce [role="alert"]:after, .woocommerce-form-coupon-toggle>.woocommerce-info:after, .woocommerce-form-login-toggle>.woocommerce-info:after, .woocommerce-cart .woocommerce-notices-wrapper [role="alert"]:after, .woocommerce-MyAccount-content .woocommerce-Message:after {
	content: none;
}

.mfp-content .hidden-notice.mc4wp-alert, .search-no-results.woocommerce .hidden-notice.woocommerce-info, .woocommerce-checkout .woocommerce .hidden-notice[role="alert"], .woocommerce-form-coupon-toggle>.hidden-notice.woocommerce-info, .woocommerce-form-login-toggle>.hidden-notice.woocommerce-info, .woocommerce-cart .woocommerce-notices-wrapper .hidden-notice[role="alert"], .woocommerce-MyAccount-content .hidden-notice.woocommerce-Message {
	animation: none;
}
