
@keyframes msb-flash {
	0%, 10%, 20%, to {
		opacity: 1;
	}
	
	15%, 5% {
		opacity: 0;
	}
}

@keyframes msb-shake {
	0%, 27%, to {
		transform: translateZ(0);
	}
	
	15%, 21%, 3%, 9% {
		transform: translate3d(-10px, 0, 0);
	}
	
	12%, 18%, 24%, 6% {
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes msb-swing {
	5% {
		transform: rotate(15deg);
	}
	
	10% {
		transform: rotate(-10deg);
	}
	
	15% {
		transform: rotate(5deg);
	}
	
	20% {
		transform: rotate(-5deg);
	}
	
	25%, to {
		transform: rotate(0deg);
	}
}

@keyframes msb-tada {
	0% {
		transform: scaleX(1);
	}
	
	2%, 4% {
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	10%, 14%, 18%, 6% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	12%, 16%, 8% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	20%, to {
		transform: scaleX(1);
	}
}

@keyframes msb-heartbeat {
	0% {
		transform: scale(1);
	}
	
	4% {
		transform: scale(1.3);
	}
	
	8% {
		transform: scale(1);
	}
	
	12% {
		transform: scale(1.3);
	}
	
	18%, to {
		transform: scale(1);
	}
}

@keyframes msb-wobble {
	0% {
		transform: translateZ(0);
	}
	
	3% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	6% {
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	9% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	12% {
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	15% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	18%, to {
		transform: translateZ(0);
	}
}

body.mysticky-welcomebar-apper #wpadminbar {
	z-index: 99999999;
}

.mysticky-welcomebar-fixed, .mysticky-welcomebar-fixed * {
	box-sizing: border-box;
}

.mysticky-welcomebar-fixed {
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	z-index: 999;
}

.mysticky-welcomebar-fixed-wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 10px 50px;
	width: 100%;
}

.mysticky-welcomebar-animation:not(.mysticky-welcomebar-entry-effect-none) {
	transition: all 1s ease 0s;
}

.mysticky-welcomebar-entry-effect-fade {
	opacity: 0;
}

.mysticky-welcomebar-entry-effect-none.entry-effect {
	display: block;
	opacity: 1;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-content p a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .25ch;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-content p, .mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-content p a {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-btn {
	display: none;
	line-height: 1;
}

.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop.front-site .mysticky-welcomebar-btn {
	display: block;
	margin-left: 15px;
	position: relative;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-btn a {
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	padding: 5px 20px;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-close {
	border-radius: 5px;
	color: #000;
	display: none;
	height: 30px;
	line-height: 30px;
	outline: none;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
	top: 5px;
	transform-origin: 50% 50%;
	transition: all .5s ease 0s;
	vertical-align: top;
	width: 30px;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-close:hover {
	opacity: 1;
	transform: rotate(180deg);
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
	font-size: 27px;
}

.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
	cursor: pointer;
	display: inline-block;
}

.count-down-timer-box {
	display: flex;
	margin: 0 10px;
	padding-top: 15px;
}

.count-down-timer-box .counter-timer {
	align-items: center;
	display: inline-flex !important;
	font-size: 16px;
}

.count-down-timer-box .counter-timer span {
	align-items: center;
	background: #000;
	border-radius: 6px;
	color: #fff;
	font-family: inherit;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 28px !important;
}

.counter-main-block {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}

.counter-main-block label {
	display: block;
	font-size: 12px;
	margin-bottom: 0 !important;
}

.front-site .coupon-cpy-tooltip {
	display: inline-block;
	position: relative;
}

.front-site .mysticky-coupon-btn.coupon-cpy-tooltip {
	display: inline-block;
	line-break: anywhere;
	margin-left: 10px;
	max-width: 250px;
	padding: 6px 10px 10px;
	position: relative;
	width: auto;
}

.front-site span.tooltiptext.cpy-tooltip {
	background-color: #555;
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
	left: 50%;
	margin-left: -44px;
	opacity: 0;
	padding: 1px 5px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: opacity .3s;
	visibility: hidden;
	width: 92px;
	z-index: 1;
}

.front-site .mysticky-coupon-btn a {
	background-color: #9437f2;
	border-radius: 4px;
	display: flex;
	font-size: 14px;
	line-height: 2em;
	max-height: 28px;
	overflow: hidden;
	padding: 0 16px;
	text-decoration: none;
}

.front-site .mysticky-couponbar-content {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
	margin-top: 1px;
	width: 100%;
}

.front-site .coupon-cpy-tooltip .tooltiptext:after {
	border: 5px solid transparent;
	border-top-color: #555;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

.front-site .coupon-text {
	padding: 0 10px;
	vertical-align: middle;
}

.front-site .mysticky-couponbar-content .coupon-text p {
	margin: 0;
}

.front-site .coupon-text-sp {
	border: 1px dashed #877572;
	border-radius: 5px;
	display: block;
	padding: 5px;
}

.front-site .mysticky-coupon-btn.coupon-cpy-tooltip .coupon-text-sp svg {
	display: block;
	height: 14px;
	left: unset;
	position: absolute;
	right: 4px;
	top: 0;
	transform: rotateY(180deg);
	width: 14px;
	z-index: 9999;
}

.front-site .vector path {
	fill: #787b72;
}

.mysticky-welcomebar-fixed .mystickymenu-front.mysticky-welcomebar-lead-content {
	display: flex;
	margin: 0 10px;
	width: auto;
}

.mysticky-welcomebar-fixed-wrap .mystickymenu-front input[type=email], .mystickymenu-front.mysticky-welcomebar-lead-content input[type=text] {
	border: none;
	font-size: 12px;
	margin-right: 10px;
	min-width: 50%;
	padding: 7px 5px;
	width: 100%;
}

.mysticky-welcomebar-fixed-wrap .mystickymenu-front input[type=email] {
	margin-right: 0;
}

.mysticky-welcomebar-fixed-wrap .mystickymenu-front input[type=email]:focus, .mystickymenu-front.mysticky-welcomebar-lead-content input[type=text]:focus {
	border: unset;
	border-color: unset;
	box-shadow: unset;
	outline: unset;
}

.front-site .input-error {
	bottom: 0;
	color: red;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	position: absolute;
}

.mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content {
	flex: 1;
	text-align: center;
}

@media only screen and (min-width:481px) {
	.mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left {
		justify-content: flex-start;
	}
	
	.mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center {
		justify-content: center;
	}
	
	.mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right {
		justify-content: flex-end;
	}
	
	.mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-center .mysticky-welcomebar-content, .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-left .mysticky-welcomebar-content, .mysticky-welcomebar-fixed-wrap.mysticky-welcomebar-position-right .mysticky-welcomebar-content {
		flex: unset;
	}
}

@media only screen and (min-width:1025px) {
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
		opacity: 1;
	}
	
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
		display: block;
	}
	
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed {
		top: 0;
	}
	
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed {
		bottom: 0;
	}
}

@media only screen and (max-width:1024px) {
	.mysticky-welcomebar-fixed-wrap {
		padding: 10px;
	}
	
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
		opacity: 1;
	}
	
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
		display: block;
	}
	
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed {
		top: 0;
	}
	
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed {
		bottom: 0;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop.front-site .mysticky-welcomebar-close {
		display: none;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile.front-site .mysticky-welcomebar-close {
		cursor: pointer;
		display: inline-block;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop.front-site .mysticky-welcomebar-btn {
		display: none;
		margin-left: 15px;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile.front-site .mysticky-welcomebar-btn {
		display: block;
		margin-left: 15px;
	}
	
	.mysticky-welcomebar-fixed.front-site.mysticky-welcomebar-display-mobile.front-site {
		height: auto;
	}
}

@media only screen and (max-width:480px) {
	.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-fixed-wrap {
		flex-direction: column;
		padding: 15px 20px 10px;
	}
	
	.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content {
		width: 100%;
	}
	
	.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
		margin-top: 10px;
	}
	
	.counter-main-block {
		margin: 0 8px;
	}
	
	.front-site .mysticky-couponbar-content {
		flex-direction: column;
		flex-wrap: wrap;
		height: auto !important;
		justify-content: center;
		text-align: center;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-widget-1, .mysticky-welcomebar-fixed.mysticky-welcomebar-widget-2 {
		height: auto !important;
	}
	
	.front-site .mysticky-couponbar-content .coupon-text p {
		margin-bottom: 3px;
	}
	
	.front-site .mysticky-coupon-btn.coupon-cpy-tooltip {
		margin: 0;
		padding: 5px 10px;
	}
	
	.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-close {
		right: 2px;
		width: 20px;
	}
	
	.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile.front-site .mysticky-welcomebar-btn {
		margin-left: 0;
		text-align: center;
	}
}

.mystickymenu-front.mysticky-welcomebar-lead-content div {
	padding: 0 5px;
}

.mysticky-welcomebar-btn a {
	cursor: pointer;
	outline: none !important;
	position: relative;
}

.mysticky-welcomebar-hover-effect-border1 {
	position: relative;
}

.mysticky-welcomebar-hover-effect-border1 a {
	display: block;
	height: 100%;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border1:after, .mysticky-welcomebar-hover-effect-border1:before {
	background: #000;
	content: "";
	height: 0;
	position: absolute;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border1:before {
	right: 0;
	top: 0;
	transition: all .1s ease;
	z-index: 1 !important;
}

.mysticky-welcomebar-hover-effect-border1:after {
	bottom: 0;
	left: 0;
	transition: all .1s ease .2s;
}

.mysticky-welcomebar-hover-effect-border1:hover:before {
	height: 100%;
	transition: all .1s ease .2s;
}

.mysticky-welcomebar-hover-effect-border1:hover:after {
	height: 100%;
	transition: all .1s ease;
}

.mysticky-welcomebar-hover-effect-border1 a:after, .mysticky-welcomebar-hover-effect-border1 a:before {
	background: #000;
	content: "";
	position: absolute;
}

.mysticky-welcomebar-hover-effect-border1 a:before {
	height: 2px;
	left: 0;
	top: 0;
	transition: all .1s ease .1s;
	width: 0;
}

.mysticky-welcomebar-hover-effect-border1 a:after {
	bottom: -1px;
	height: 2px;
	left: 0;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border1 a:hover:before {
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border2 a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border2:after, .mysticky-welcomebar-hover-effect-border2:before {
	border-radius: 4px;
	content: "";
	position: absolute;
	right: 0;
	transition: all .3s ease;
	z-index: 99;
}

.mysticky-welcomebar-hover-effect-border2:before {
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border2:after {
	height: 2px;
	width: 0;
}

.mysticky-welcomebar-hover-effect-border2:hover:before {
	height: 29px;
}

.mysticky-welcomebar-hover-effect-border2:hover:after {
	width: 86px;
}

.mysticky-welcomebar-hover-effect-border2 a:after, .mysticky-welcomebar-hover-effect-border2 a:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: all .3s ease;
	z-index: 0 !important;
}

.mysticky-welcomebar-hover-effect-border2 a:before {
	height: 0;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border2 a:after {
	height: 2px;
	width: 0;
}

.mysticky-welcomebar-hover-effect-border2 a:hover:before {
	height: 100%;
}

.mysticky-welcomebar-hover-effect-border2 a:hover:after {
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border3 a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border3:after, .mysticky-welcomebar-hover-effect-border3:before {
	content: "";
	position: absolute;
	right: 0;
	transition: all .3s ease;
	z-index: 99;
}

.mysticky-welcomebar-hover-effect-border3:before {
	height: 14px;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border3:after {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-hover-effect-border3:hover:before {
	height: 29px;
}

.mysticky-welcomebar-hover-effect-border3:hover:after {
	width: 86px;
}

.mysticky-welcomebar-hover-effect-border3 a:after, .mysticky-welcomebar-hover-effect-border3 a:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: all .3s ease;
	z-index: 0 !important;
}

.mysticky-welcomebar-hover-effect-border3 a:before {
	height: 50%;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border3 a:after {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-hover-effect-border3 a:hover:before {
	height: 100%;
}

.mysticky-welcomebar-hover-effect-border3 a:hover:after {
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border4 a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-border4:after, .mysticky-welcomebar-hover-effect-border4:before {
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	transition: all .3s ease;
	z-index: 99;
}

.mysticky-welcomebar-hover-effect-border4:before {
	height: 14px;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border4:after {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-hover-effect-border4:hover:before {
	height: 29px;
}

.mysticky-welcomebar-hover-effect-border4:hover:after {
	width: 86px;
}

.mysticky-welcomebar-hover-effect-border4 a:after, .mysticky-welcomebar-hover-effect-border4 a:before {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
}

.mysticky-welcomebar-hover-effect-border4 a:before {
	height: 50%;
	width: 2px;
}

.mysticky-welcomebar-hover-effect-border4 a:after {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-hover-effect-border4 a:hover:before {
	height: 100%;
}

.mysticky-welcomebar-hover-effect-border4 a:hover:after {
	width: 100%;
}

.mysticky-welcomebar-hover-effect-fill1 a {
	z-index: 1;
}

.mysticky-welcomebar-hover-effect-fill1 a:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}

.mysticky-welcomebar-hover-effect-fill1 a:hover:after {
	width: 100%;
}

.mysticky-welcomebar-hover-effect-fill1 a:active {
	top: 2px;
}

.mysticky-welcomebar-hover-effect-fill2 a {
	z-index: 1;
}

.mysticky-welcomebar-hover-effect-fill2 a:after {
	content: "";
	direction: rtl;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: 0;
	z-index: -1;
}

.mysticky-welcomebar-hover-effect-fill2 a:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-fill2 a:active {
	top: 2px;
}

.mysticky-welcomebar-hover-effect-fill3 a {
	border: 0 solid #000;
	z-index: 1;
}

.mysticky-welcomebar-hover-effect-fill3 a:after {
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: all .3s ease;
	width: 100%;
	z-index: -1;
}

.mysticky-welcomebar-hover-effect-fill3 a:hover:after {
	height: 100%;
	top: 0;
}

.mysticky-welcomebar-hover-effect-fill3 a:active {
	top: 2px;
}

.mysticky-welcomebar-hover-effect-fill4 a {
	z-index: 1;
}

.mysticky-welcomebar-hover-effect-fill4 a:after {
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: -1;
}

.mysticky-welcomebar-hover-effect-fill4 a:hover:after {
	bottom: 0;
	height: 100%;
	top: auto;
}

.mysticky-welcomebar-hover-effect-fill4 a:active {
	top: 2px;
}

.mysticky-welcomebar-hover-effect-fill5 a {
	border: 0 solid #000;
	z-index: 3;
}

.mysticky-welcomebar-hover-effect-fill5 a:after {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s ease;
	width: 0;
	z-index: -1;
}

.mysticky-welcomebar-hover-effect-fill5 a:hover:after {
	left: 0;
	width: 100%;
}

.mysticky-welcomebar-hover-effect-fill5 a:active {
	top: 2px;
}

.mysticky-welcomebar-btn-a.button-has-msb-shadow:not(.button-has-msb-3d-effect) {
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .35);
}

.mysticky-welcomebar-btn-a.button-has-msb-shadow.button-has-msb-3d-effect:after {
	box-shadow: 0 8px 20px -2px rgba(0, 0, 0, .4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	text-decoration: none;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn p {
	margin: 0;
	padding: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn .button-text {
	align-items: center;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 8px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:hover {
	transition: all .1s ease-in-out;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:active, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:hover:active {
	top: 4px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn:not(.has-msb-shadow,.has-msb-3d-effect):hover {
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .35);
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=flash] {
	animation: msb-flash 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=shake] {
	animation: msb-shake 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=swing] {
	animation: msb-swing 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=tada] {
	animation: msb-tada 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=heartbeat] {
	animation: msb-heartbeat 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=wobble] {
	animation: msb-wobble 4s linear 0s infinite;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before {
	content: "";
	position: absolute;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] {
	transition: all .1s ease .6s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover {
	border-radius: 0;
	transition: all .1s ease;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before {
	height: 0;
	width: 2px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before {
	bottom: 0;
	left: 0;
	transition: all .1s ease .3s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after {
	right: 0;
	top: 0;
	transition: all .1s ease;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before {
	height: 2px;
	width: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before {
	left: 0;
	top: 0;
	transition: all .1s ease .2s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after {
	bottom: 0;
	right: 0;
	transition: all .1s ease .4s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover:before {
	height: 100%;
	transition: all .1s ease .2s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover:after {
	height: 100%;
	transition: all .1s ease .4s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover .button-text:before {
	transition: all .1s ease .3s;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover .button-text:after {
	transition: all .1s ease .1s;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] {
	transition: all .1s ease .3s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover {
	border-radius: 0;
	transition: all .1s ease;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before {
	height: 0;
	transition: all .1s ease .1s;
	width: 2px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before {
	bottom: 0;
	left: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after {
	right: 0;
	top: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before {
	height: 2px;
	transition: all .1s ease .1s;
	width: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before {
	right: 0;
	top: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after {
	bottom: 0;
	left: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover:before {
	height: 100%;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover .button-text:before {
	transition: all .1s ease .1s;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before {
	right: 0;
	top: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before {
	bottom: 0;
	left: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] {
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before {
	bottom: 0;
	right: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before {
	left: 0;
	top: 0;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover {
	border-radius: 0;
	transition: all .1s ease;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after {
	height: 14px;
	width: 2px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after {
	height: 2px;
	width: 14px;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover:before {
	transition: all .1s ease .1s;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover .button-text:before, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover:after {
	height: 100%;
	transition: all .1s ease .1s;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover .button-text:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover .button-text:after {
	transition: all .1s ease .1s;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill2]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:after, .mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:after {
	content: "";
	direction: rtl;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: 0;
	z-index: -1;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill2]:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:after {
	bottom: 0;
	height: 0;
	top: auto;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:hover:after {
	height: 100%;
	top: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:after {
	height: 0;
	top: 0;
	width: 100%;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:hover:after {
	bottom: 0;
	height: 100%;
	top: auto;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:after {
	height: 100%;
	left: auto;
	right: 0;
}

.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:hover:after {
	left: 0;
	width: 100%;
}
