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

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

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

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

.mysticky-welcomebar-animation {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

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

.mysticky-welcomebar-entry-effect-none {
	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 a, .mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-content p {
	margin: 0 0;
	padding: 0;
	line-height: 1.2;
	font-family: inherit;
	font-weight: 400;
}

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-btn {
	/*padding-left: 30px;*/
	display: none;
	line-height: 1;
}

/*
.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-btn {
	display: block;
	margin-left: 20px;
}
*/
.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop.front-site .mysticky-welcomebar-btn {
	display: block;
	margin-left: 15px;
}

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

.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-btn a:hover {
	/*opacity: 0.7;*/
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

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

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

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

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

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

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

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

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

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

/* end coundown timer style  */

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

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

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

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

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

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

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

.front-site .mysticky-couponbar-content .coupon-text p {
	margin-top: 1px;
}

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

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

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

/* End Show coupon style  */

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

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

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

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

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

/* End contact lead form style  */

/*media*/
@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-fixed, .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		top: 0;
	}
	
	.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		bottom: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.mysticky-welcomebar-fixed-wrap {
		padding: 10px;
	}
	
	/*.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
		width: 20px;
		height: 20px;
		line-height: 20px;
		right: 0px;
	}*/
	.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-fixed, .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
		top: 0;
	}
	
	.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed, .mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.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 {
		display: inline-block;
		cursor: pointer;
	}
	
	.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: 500px) {
	.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-fixed-wrap {
		padding: 5px;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.mysticky-welcomebar-fixed.front-site .mysticky-welcomebar-fixed-wrap .mysticky-welcomebar-content {
		width: 100%;
	}
	
	/*.welcombar-contact-lead .mysticky-welcomebar-fixed-wrap {flex-wrap:wrap;}*/
	.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
		margin-top: 10px;
	}
	
	.counter-main-block {
		margin: 0 8px;
	}
	
	.front-site .mysticky-couponbar-content {
		height: auto !important;
		flex-wrap: wrap;
		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 {
		padding: 5px 10px;
	}
}

/*-------------------------------------------------------------- END MEDIA QUERY -------------------------*/
.mystickymenu-front.mysticky-welcomebar-lead-content div {
	padding: 0 5px;
}
