.cx-clear,
.tab-box,
.tab-box .tab-box-wrap {
	clear: both;
	visibility: visible;
	width: auto;
	height: auto;
	overflow: unset
}

.cx-clear:after,
.cx-clear:before,
.tab-box .tab-box-wrap:after,
.tab-box .tab-box-wrap:before,
.tab-box:after,
.tab-box:before {
	content: " ";
	display: table
}

.cx-clear:after,
.tab-box .tab-box-wrap:after,
.tab-box:after {
	clear: both
}

.smooth,
.tab-box .tab-icon img.custom-tab-img,
.tab-box .tab-icon svg,
.tab-box.tab-front-box .tab-box-content a.coupon-tab-close,
.tab-text {
	transition: all ease-in-out .3s
}

.tab-box {
	margin: 20px;
	position: absolute;
	bottom: 0
}

.tab-box.tab-front-box {
	position: fixed;
	display: none;
	z-index: 9999
}

@media only screen and (max-width:600px) {
	.tab-box.tab-front-box {
		max-width: calc(100% - 40px)
	}
}

.tab-box.tab-front-box.couponapp-open-click-hover .tab-box-content {
	display: none;
	opacity: 0
}

.tab-box.tab-front-box.couponapp-open-click-hover:hover .tab-box-content {
	display: block
}

.tab-box.tab-front-box .tab-icon {
	pointer-events: all
}

.tab-box.tab-front-box:not(.couonapp-active) {
	pointer-events: none
}

.tab-box.tab-front-box:not(.couonapp-active) .tab-box-content {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px)
}

.tab-box.tab-front-box.couonapp-active {
	pointer-events: all;
	z-index: 999999
}

.tab-box.tab-front-box.couonapp-active .tab-box-wrap .tab-text {
	opacity: 0;
	visibility: hidden
}

.tab-box.tab-front-box.couonapp-active .tab-icon-svg,
.tab-box.tab-front-box.couonapp-active .custom-tab-img {
	opacity: 0;
	visibility: hidden;
	transform: rotate(-180deg)
}

.tab-box.tab-front-box.couonapp-active svg.tab-icon-close {
	opacity: 1;
	visibility: visible;
	transform: rotate(-180deg)
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2 .tab-box-couponcode-content {
	display: none !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.couponapp-email-coupon-code-show .tab-box-couponcode-content {
	display: block !important;
	visibility: visible;
	opacity: 1;
	pointer-events: all
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.couponapp-email-coupon-code-show .tab-box-couponcode-content.has-image {
	display: flex !important;
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.open-coupon-code .tab-box-couponcode-content.has-image {
	display: flex !important;
}

.tab-box.tab-front-box.couonapp-active.couponapp-style-2.couponapp-email-coupon-code-show .tab-box-email-content {
	display: none !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.tab-box.tab-front-box svg.tab-icon-close {
	opacity: 0;
	visibility: hidden;
	padding: 5px
}

.tab-box.tab-front-box .tab-box-content {
	position: relative;
	opacity: 1;
	visibility: visible;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 15px;
}
.tab-front-box.couonapp-active .tab-box-content {
	transform: translateY(0);
	transition: all ease-in-out .3s
}

.tab-box.tab-front-box .tab-box-content a.coupon-tab-close {
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	opacity: .75
}

.tab-box.tab-front-box .tab-box-content a.coupon-tab-close:active,
.tab-box.tab-front-box .tab-box-content a.coupon-tab-close:hover {
	transform: rotate(-180deg)
}

.tab-box.tab-front-box .coupon-code-style {
	display: none
}

.tab-box.tab-front-box .coupon-email-style .coupon-code-email-text {
	max-width: 140px;
	margin-right: 20px
}

.tab-box.tab-front-box .coupon-email-style .coupon-code-email-text input {
	min-width: 140px;
	padding: 11px 16px;
	margin: 0;
	border: 1px dashed #aeaeae
}

.tab-box.tab-front-box .coupon-code-style,
.tab-box.tab-front-box .coupon-email-style {
	text-align: center
}

.tab-box.tab-front-box .coupon-code-style>button,
.tab-box.tab-front-box .coupon-code-style>p,
.tab-box.tab-front-box .coupon-email-style>button,
.tab-box.tab-front-box .coupon-email-style>p {
	display: inline-block;
	vertical-align: middle
}

.tab-box.tab-front-box form.tab-box-front-0 {
	margin: 0
}

.tab-box.tab-front-box form.tab-box-front-0 .form-wrap {
	align-items: start
}

.tab-box.tab-front-box form.tab-box-front-0 .form-wrap .coupon-code-text {
	font-size: 14px
}


.tab-box.tab-front-box button.btn {
	max-height: 38px;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 40px;
	padding: 0 25px
}

.tab-box.couponapp-position-left {
	left: 0
}

.tab-box.couponapp-position-left .tab-text {
	float: right;
	margin: 2px 0 0 15px
}

.tab-box.couponapp-position-left .tab-text:after {
	left: -20px;
	border-right-color: #d4d4d4;
	border-left-color: transparent
}

.tab-box.couponapp-position-left .tab-icon {
	float: left
}

.tab-box.couponapp-position-left .tab-box-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end
}

.tab-box.couponapp-position-right {
	right: 0
}

@media screen and (max-width:480px) {
	.tab-box.couponapp-position-right {
		right: 0!important
	}
}

.tab-box.couponapp-position-right .tab-text {
	float: left;
	margin: 2px 15px 0 0
}

.tab-box.couponapp-position-right .tab-text:after {
	right: -20px;
	border-left-color: #d4d4d4;
	border-right-color: transparent
}

.tab-box.couponapp-position-right .tab-icon {
	float: right
}

.tab-box.couponapp-position-right .tab-box-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end
}

.tab-box .tab-icon {
	position: relative
}

/*.tab-box .tab-icon img.custom-tab-img,*/
.tab-box .tab-icon svg {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px)
}

.tab-box:not(.couponapp-tab-shape-hexagon) .tab-icon {
	box-shadow: 0 2px 5px rgba(52, 52, 52, .15)
}

.tab-box.couponapp-tab-shape-circle .tab-icon {
	border-radius: 60%
}

.tab-box.couponapp-tab-shape-square .tab-icon {
	border-radius: 2px
}

.tab-box.couponapp-tab-shape-leaf .tab-icon {
	border-radius: 2px 50%
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon {
	height: 29px;
	line-height: 29px;
	padding: 0 9px;
	position: relative;
	z-index: 0
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .after,
.tab-box.couponapp-tab-shape-hexagon .tab-icon .before {
	background-color: #ffc700;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .before {
	transform: rotate(60deg)
}

.tab-box.couponapp-tab-shape-hexagon .tab-icon .after {
	transform: rotate(-60deg)
}

.tab-box-content.couponapp-email-code-option .form-wrap,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap {
	height: 44px;
	background: #fff;
	padding: 4px;
	border-radius: 5px;
	border: 2px dashed #605dec;
	position: relative;
	display: block
}

.tab-box-content.couponapp-email-code-option .form-wrap .vector,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .vector,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap .vector {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 10px;
	top: -7px;
	display: block
}

.tab-box-content.couponapp-email-code-option .form-wrap .coupon-code-text,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .coupon-code-text,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap .coupon-code-text {
	min-height: 32px;
	color: #a7a8cd;
	line-height: 32px;
	padding: 0 5px;
	border: 0;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	float: left;
	width: auto
}

.tab-box-content.tab-box-couponcode-content a.close-an, .tab-box-content.tab-box-couponcode-content a.open-an {
	/*background-image: url(images/button-bg.png);*/
	background-repeat: repeat-x;
	background-position: 0 0;
	width: auto!important;
	max-height: 32px;
	height: 32px;
	min-height: 32px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 10px 22px !important;
	border: 0;
	text-decoration: none !important;
	display:unset;
}
.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-button,
.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap button.coupon-button,
.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap button.coupon-button {
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: auto!important;
	max-height: 32px;
	height: 32px;
	min-height: 32px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 0 22px;
	float: right;
	border: 0;
	text-decoration: none !important;
	cursor: pointer;
}

.tab-text {
	background-color: #d4d4d4;
	min-width: 50px;
	font-size: 16px;
	line-height: 46px;
	font-weight: 500;
	padding: 0 20px;
	position: relative;
	border-radius: 12px;
	box-shadow: 0 2px 5px rgba(52, 52, 52, .15)
}

.tab-text:after {
	width: 0;
	right: 0;
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	border: 10px solid;
	border-bottom-color: transparent;
	border-top-color: transparent
}

.tab-icon {
	background-color: #ffc700;
	width: 50px;
	height: 50px;
	padding: 9px
}

.tab-icon svg {
	width: 32px;
	height: 32px;
	fill: #605dec
}

.tab-box-content {
	background-color: #e0e6ec;
	text-align: center;
	padding: 30px;
	margin-bottom: 15px;
	border-radius: 6px
}

@media screen and (max-width:480px) {
	.tab-box-content {
		padding: 30px 20px
	}
}

.tab-box-content .form-wrap {
	margin: 10px -10px 15px -10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.tab-box-content .form-wrap input {
	text-align: center;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	line-height: 40px
}

.tab-box-content .form-wrap input[type=text] {
	background: #fff;
	border: 1px dashed #aeaeae;
	border-radius: 4px
}

.tab-box-content .form-wrap button.coupon-button {
	border-radius: 4px;
	margin: 0
}

.tab-box-content h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px
}

.tab-box-content p {
	margin: 0px;
	
}
.tab-box-content .coupon-description {
	/* margin: 10px; */
	font-size: 14px;
}

.tab-box-content .form-wrap .coupon-code-text {
	background: #fff;
	min-height: 39px;
	border: 1px dashed #aeaeae;
	border-radius: 4px;
	padding: 9px 5px
}

@keyframes flash {
	0%,
	15%,
	35%,
	50%,
	65%,
	85%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes shakeY {
	0%,
	to {
		transform: translateZ(0)
	}
	10%,
	40%,
	60%,
	90% {
		transform: translate3d(0, -12px, 0)
	}
	20%,
	30%,
	50%,
	70%,
	80% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	to {
		transform: rotate(0)
	}
}

@keyframes tada {
	0% {
		transform: scaleX(1)
	}
	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		transform: scaleX(1)
	}
}

@keyframes heartBeat {
	0% {
		transform: scale(1)
	}
	14% {
		transform: scale(1.3)
	}
	28% {
		transform: scale(1)
	}
	42% {
		transform: scale(1.3)
	}
	70% {
		transform: scale(1)
	}
}

@keyframes wobble {
	0% {
		transform: translateZ(0)
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes slideDown {
    0% {transform: translateY(-10px);}
    100% {transform: translateY(0px);opacity:1;}
}

@keyframes blink{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.couponapp-flash-animation:not(.couonapp-active) .tab-icon {
	animation-name: flash;
	animation-duration: 3s;
	animation-iteration-count: infinite
}

.couponapp-shake-animation:not(.couonapp-active) .tab-icon {
	animation-name: shakeY;
	animation-duration: 2s;
	animation-iteration-count: infinite
}

.couponapp-swing-animation:not(.couonapp-active) .tab-icon {
	animation-name: swing;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: top center
}

.couponapp-tada-animation:not(.couonapp-active) .tab-icon {
	animation-name: tada;
	animation-duration: 2s;
	animation-iteration-count: infinite
}

.couponapp-heartbeat-animation:not(.couonapp-active) .tab-icon {
	animation-name: heartBeat;
	animation-duration: 1.33s;
	animation-iteration-count: infinite
}

.couponapp-wobble-animation:not(.couonapp-active) .tab-icon {
	animation-name: wobble;
	animation-duration: 2s;
	animation-iteration-count: infinite
}

img.custom-tab-img {
	vertical-align: middle;
	height: 100% !important;
	width: 100%;
	object-fit: cover;
	padding: 0;
	border-radius: 50%;
	top: 0;
	left: 0;
	position: absolute;
}

.coupon-code-text {
	position: relative
}

.coupon-code-text span.label-tooltip {
	width: auto;
	height: auto
}

.coupon-code-text span.label-tooltip.tooltip-show:after {
	text-align: center;
	content: "" attr(data-title) "";
	font-size: 11px;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	transform: translate(0, calc(-100% - 6px));
	padding: 0 12px;
	line-height: 23px;
	height: auto;
	white-space: nowrap;
	background-color: #333;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
	border-radius: 6px;
	opacity: 1;
	max-width: 300px !important;
    min-width: 80px;
    width: max-content;
    white-space: pre-wrap;
}

.coupon-code-text span.label-tooltip.tooltip-show:before {
	content: "";
	position: absolute;
	top: -12px;
	/*left: calc(50% - 5px);*/
	height: 10px;
	width: 10px;
	border-width: 8px 5px 0;
	border-style: solid;
	border-color: #333 transparent transparent
}

.tab-box-content.couponapp-email-code-option .form-wrap,
.tab-box-content.couponapp-email-option .form-wrap,
.tab-box-content.tab-box-couponcode-content .form-wrap,
.tab-box-content.tab-box-email-content .form-wrap {
	margin: 10px 0 15px 0
}

.tab-box-content.couponapp-email-code-option .form-wrap .coupon-code-email-text,
.tab-box-content.couponapp-email-code-option .form-wrap .coupon-code-text,
.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-email-code-option .form-wrap button.coupon-email-button,
.tab-box-content.couponapp-email-option .form-wrap .coupon-code-email-text,
.tab-box-content.couponapp-email-option .form-wrap .coupon-code-text,
.tab-box-content.couponapp-email-option .form-wrap button.coupon-button,
.tab-box-content.couponapp-email-option .form-wrap button.coupon-email-button,
.tab-box-content.tab-box-couponcode-content .form-wrap .coupon-code-email-text,
.tab-box-content.tab-box-couponcode-content .form-wrap .coupon-code-text,
.tab-box-content.tab-box-couponcode-content .form-wrap button.coupon-button,
.tab-box-content.tab-box-couponcode-content .form-wrap button.coupon-email-button,
.tab-box-content.tab-box-email-content .form-wrap .coupon-code-text,
.tab-box-content.tab-box-email-content .form-wrap button.coupon-button,
.tab-box-content.tab-box-email-content .form-wrap button.coupon-email-button {
	width: 50%
}

.tab-box-content.couponapp-email-code-option .email-content-checkbox,
.tab-box-content.couponapp-email-option .email-content-checkbox,
.tab-box-content.tab-box-couponcode-content .email-content-checkbox,
.tab-box-content.tab-box-email-content .email-content-checkbox {
	text-align: left
}
.email-content-checkbox {
	display: flex;
	justify-content: center;
}
.email-content-checkbox input[type="checkbox"] {
	padding: 0 !important;
    height: 16px !important;
    width: 16px  !important;
    border: 1px solid  !important;
    vertical-align: middle  !important;
    border-radius: 4px  !important;
}
.email-content-checkbox {
	font-size: 13px !important;
	font-weight: normal;
	padding-bottom: 10px;
}

.tab-box-content.tab-box-couponcode-content,
.tab-box-content.tab-box-email-content,
.tab-box-content.couponapp-scratch-code-option {
	width: 410px
}

.tab-box-content.tab-box-email-content p.coupon-code-email-text {
	margin-right: 20px;
	padding: 0
}

.coupon_owneroverlay {
	position: fixed;
	bottom: 20px;
	left: 8%;
	right: 0;
	z-index: 999999
}

.coupon_owneroverlay:target {
	visibility: visible;
	opacity: 1
}

.formappownerpopup {
	font-family: Poppins, Open Sans Hebrew;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	width: 400px;
	position: relative;
	transition: all 5s ease-in-out;
	box-shadow: rgba(0, 0, 0, .15) 0 0 20px 0;
	z-index: 99999;
	max-width: 400px
}

.formappownerpopup .coupon_ownerpopupclose {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 36px;
	color: #868f9a;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px
}

.formappownerpopup h2 {
	font-family: Poppins, Open Sans Hebrew;
	font-size: 13px;
	color: #868f9a;
	letter-spacing: .1em;
	text-transform: none;
	padding: 6px 10px 6px 8px;
	border: 1px solid #868f9a;
	border-radius: 5px;
	display: inline-block
}

.formappownerpopup h2 span {
	margin-left: 6px
}



.formappownerpopup .coupon_content p {
	font-size: 14px;
	color: #868b8e;
	margin-bottom: 10px
}



.formappownerpopup .coupon_content h4 {
	font-family: Poppins, Open Sans Hebrew;
	font-size: 20px;
	color: #3a3a3a
}

.coupon_ownerwrapcontent span {
	color: #fff;
	padding: 0 5px;
	font-weight: 700;
	background-color: #f93737;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	animation: mseprogress-bar-stripes 2s linear infinite
}


.coupon_ownerremind {
	margin-top: 15px;
	display: block
}

.coupon_ownerremind a {
	text-decoration: none;
	background: #7473d8;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	line-height: 1;
	font-weight: 700;
	font-family: Poppins
}

.coupon_ownerremind a.coupon_dontremind {
	background: #ff0047;
	margin-left: 5px
}

@media only screen and (max-width:480px) {
	.formappownerpopup {
		width: 90%;
		padding: 10px
	}
	
	.tab-box-content.tab-box-couponcode-content,
	.tab-box-content.tab-box-email-content {
		width: 100%
	}
}

span.coupon-pending-message {
	position: absolute;
	top: -8px;
	right: -8px;
	font-size: 11px;
	font-size: 11.5px;
	border-radius: 50%;
	background: #d00;
	color: #fff;
	min-width: 20px;
	min-height: 20px;
	text-align: center;
	line-height: 20px
}

@media only screen and (max-width:480px) {
	.tab-box-content.tab-box-couponcode-content,
	.tab-box-content.tab-box-email-content {
		width: 100%
	}
}

.coupon-button.coupon-code-link,
.coupon-email-button,
.preview-box button.coupon-button {
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 0;
	text-decoration: none !important;
}
.coupon-button.coupon-code-link:hover,
.coupon-email-button:hover,
.preview-box button.coupon-button:hover {
	
	text-decoration: none !important;
}

.tab-box.tab-front-box.open-coupon-code.couonapp-active .tab-box-couponcode-content {
	position: relative;
	display: flex !important;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: all ease-in-out .3s;
	pointer-events: unset
}
.tab-box.tab-front-box.open-coupon-code.couonapp-active .tab-box-couponcode-content:not(.has-image) {
	display: block !important;
}
.tab-box-email-content .form-wrap {
	height: 44px;
	background: #fff;
	padding: 4px;
	border-radius: 5px;
	border: 1px solid #605dec;
	position: relative;
	display: block
}

.tab-box-content.tab-box-email-content .form-wrap .coupon-code-email-text {
	/*float: left;*/
	margin-right: 5px;
}

.tab-box-content.tab-box-email-content .form-wrap button.coupon-email-button {
	width: auto;
	max-height: 34px;
	min-height: 34px;
	line-height: 34px;
	float: right;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0px 22px;
	margin: 0;
	cursor: pointer;
}

.tab-box-content .form-wrap input,
.tab-box-content .form-wrap input:focus {
	text-align: left;
	border-radius: 0;
	border: none;
	width: 100%;
	height: 34px;
	line-height: 34px;
	outline: 0;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 5px
}

.tab-box.couponapp-style-1 .tab-box-couponcode-content .form-wrap .coupon-code-text {
	width: auto
}

.tab-box-content .form-wrap button.coupon-button {
	z-index: 9999;
	position: absolute;
	right: 3px;
	float: none
}

.tab-box-content .form-wrap.cx-form-wrap button.coupon-button {
	z-index: 9999;
	position: relative;
	right: auto;
	float: none
}

.tab-box.tab-front-box *,
.tab-box.tab-front-box :after,
.tab-box.tab-front-box :before {
	box-sizing: border-box
}


.tab-box.tab-front-box .btn
{
	padding: 0 18px;
	line-height: 38px;
	border-radius: 4px
}


.firstlead-popup-dialog {
	font-family: 'Poppins';
	position: fixed;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999999;
	width: 550px;
	background-color: #fff;
	padding-top: 10px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 10%), 0 4px 6px rgb(0 0 0 / 5%)
}

.lead-popup-header {
	padding: 0 30px;
	text-align: center
}

.lead-popup-header span {
	top: 0;
	text-align: center;
	font-weight: 700;
	font-family: 'Poppins';
	font-size: 20px;
	font-style: normal
}

.lead-popup-header .dialog-close-tab {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	font-weight: 600
}

.lead-popup-content {
	border: 0;
	padding: 12px 25px 1px 25px;
	text-align: center
}

.lead-popup-content p {
	line-height: 1.5em;
	margin: 30px 0
}

.lead-popup-footer {
	background-color: #f9fafb;
	padding: 10px 17px 20px 17px;
	text-align: center
}

.lead-popup-footer .btn-blue.show-me-button {
	font-family: 'Poppins';
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	margin-right: 10px;
	background-color: #605dec;
	padding: 8px 20px;
	border: none
}


#popup-overlay-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 99999999999
}

.coupon-code-link {
    padding: 0 18px !important;
    line-height: 38px !important;
    border-radius: 4px;
    text-decoration: none;
}
.hide {
	display: none !important;
}
.timer-box, .cx_show_countdown_timer_box {
    font-weight: 700;
    line-height: 40px;
	text-align: center;
}
.cx-count-down-timer-box .counter-timer, .cx_show_countdown_timer_box .counter-timer {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin: 0 3px;
}
.cx_show_countdown_timer_box .counter-timer span:not(.txt) {
	background-color: #403474;
    color: #fff;
    min-width: 25px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 6px;
    padding: 0px;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.cx-count-down-timer-box .counter-timer span:after, .cx_show_countdown_timer_box .counter-timer span:after {
    /* background-color: rgba(0,0,0,.05); */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.cx_show_countdown_timer_box .counter-timer .txt {
    display: block;
    position: relative;
    
}

.cx-count-down-timer-box .counter-timer label, .cx_show_countdown_timer_box .counter-timer label {
    font-size: 12px;
    line-height: 1.6;
    display: block;
    margin: 5px 0 5px;
    text-align: center;
	font-weight: 600;
}


.tab-box.tab-front-box.couponx-lightbox-pop-up.couonapp-active .tab-box-content.tab-box-couponcode-content {
	position: fixed;
	display: block;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%, -50%)
}

.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: 99
}

@media only screen and (min-width:800px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content {
		width: 540px;
		padding: 50px 30px;
		border-radius: 16px
	}
}

@media only screen and (max-width:600px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content {
		width: 100%;
		max-width: calc(100% - 30px);
		padding: 30px 20px
	}
}

@media only screen and (min-width:800px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content h4 {
		font-size: 26px;
		margin-bottom: 15px
	}
}

@media only screen and (min-width:800px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content .form-wrap {
		margin-bottom: 15px
	}
}

.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content .coupon-code-email-text {
	/*width: 100% !important;*/
}

@media only screen and (min-width:800px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content .coupon-code-link {
		font-size: 17px;
		height: 52px;
		line-height: 52px !important;
		padding: 0 40px !important;
		border-radius: 4px
	}
}

.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .coupon-description {
	font-size: 15px;
	margin-top: 20px
}

.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .couponx-pop-up-overlay {
	transition: background-color ease-in-out .3s
}

.tab-box.tab-front-box.couponx-lightbox-pop-up.couonapp-active .couponx-pop-up-overlay {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}

.tab-box.tab-front-box.couponx-lightbox-pop-up.couonapp-active .tab-box-content {
	transform: translate(-50%, -50%)
}

.tab-box.tab-front-box.couponx-lightbox-pop-up.couonapp-active>.tab-box-wrap {
	display: none
}

.tab-box.tab-front-box.couponx-lightbox-pop-up .tab-box-content.tab-box-email-content .coupon-button.coupon-email-button {
	width: auto
}

.tab-box.tab-front-box.couponx-lightbox-pop-up a.coupon-tab-close {
	width: 16px;
	height: 16px
}

@media only screen and (min-width:1000px) {
	.tab-box.tab-front-box.couponx-lightbox-pop-up a.coupon-tab-close {
		top: 20px;
		right: 20px
	}
}

.tab-box.tab-front-box.couponx-lightbox-pop-up a.coupon-tab-close svg {
	width: 16px;
	height: 16px
}

.cx-clear,
.tab-box,
.tab-box .tab-box-wrap,
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container {
	clear: both;
	visibility: visible;
	width: auto;
	height: auto;
	overflow: unset
}

.cx-clear:after,
.cx-clear:before,
.tab-box .tab-box-wrap:after,
.tab-box .tab-box-wrap:before,
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container:after,
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container:before,
.tab-box:after,
.tab-box:before {
	content: " ";
	display: table
}

.cx-clear:after,
.tab-box .tab-box-wrap:after,
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container:after,
.tab-box:after {
	clear: both
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar.tab-box.couponapp-style-2 .tab-box-couponcode-content .form-wrap {
		max-width: 480px;
		margin: 0 auto
	}
}

.tab-box.tab-front-box.couponx-floating-bar:not(.couonapp-active) .tab-box-content {
	transform: translateY(50px)
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content {
	width: 100%;
	padding: 30px 0;
	position: fixed !important;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	margin: 0
}

@media only screen and (max-width:480px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content {
		padding: 25px 0
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content a.coupon-tab-close {
	top: 12px;
	right: 12px
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content a.coupon-tab-close svg {
	width: 16px;
	height: 16px
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	display: flex;
	align-items: center
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width:768px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container {
		display: block
	}
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.type-announcement .couponcode-container {
		min-width: auto !important;
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .countdown-timer_on>div {
	display: inline-block;
	
	width: 47%;
	/* float: left; */
	vertical-align: middle;
}
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .timer-wrap {
	margin: 0 auto
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .countdown-timer_on .cx-count-down-timer-box .counter-timer label {
	margin: 6px 0
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .countdown-timer_on {
		text-align: left
	}
}

@media only screen and (max-width:768px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .countdown-timer_on {
		text-align: center
	}
}

@media only screen and (min-width:1200px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-left {
		float: left;
		text-align: left;
		width: 70%
	}

	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-left h4 {
		margin: 0 15px 10px 0
	}
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-left {
		width: 60%;
		margin-bottom: 10px
	}

	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-left .cx-count-down-timer-box {
		margin-top: 10px
	}
}

@media only screen and (max-width:768px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-left {
		width: 100%;
		float: none
	}
}

@media only screen and (min-width:1001px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right {
		position: relative;
		padding: 6px 0 0 0;
		float: right;
		width: 30%
	}
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right {
		width: 39%
	}
}

@media only screen and (max-width:768px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right {
		width: 100%;
		float: none
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right .email-content-checkbox {
	margin: 8px 0 0 0
}

@media only screen and (min-width:1001px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right .coupon-code-email-text {
		width: 100%
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .couponx-right .coupon-code-link {
	width: auto;
	height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 48px !important;
	padding: 0 35px  !important;
	border-radius: 4px
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container h4 {
	font-size: 30px;
	color: #1e1e1e;
	margin-bottom: 3px
}

@media only screen and (max-width:480px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container h4 {
		font-size: 22px
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container p.coupon-description {
	font-size: 16px;
	/* color: #727272 !important */
}

@media only screen and (max-width:480px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container p.coupon-description {
		font-size: 14px
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container .form-wrap {
	margin: 0
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container a.coupon-tab-close {
	width: 20px;
	height: 20px;
	top: calc(50% - 7px);
	right: 0
}

@media only screen and (max-width:1000px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container a.coupon-tab-close {
		top: 20px;
		right: 20px
	}
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content .couponcode-container a.coupon-tab-close svg {
	width: 20px;
	height: 20px
}

.tab-box.tab-front-box.couponx-floating-bar.couonapp-active>.tab-box-wrap {
	display: none
}

.tab-box.tab-front-box.couponx-floating-bar-top .tab-box-content {
	top: 0;
	bottom: auto
}

.tab-box-couponcode-content .coupon-button:hover {
	text-decoration:  none !important;
}
.w-47 {
	width: 47% !important;
}
.w-100 {
	width: 100% !important;
}

.timer-temp-2[data-template='3'] .slide-down, .timer-temp-2[data-template='2'] .slide-down {
    animation-name: slideDown;
    animation-duration: 1s; 
    animation-iteration-count: infinite;
}

.timer-temp-2[data-template='4'] .slide-down{
    animation-name: blink;
    animation-duration: 1s; 
    animation-iteration-count: infinite;
}

.timer-temp-2[data-template='3'] {
    background-color: #403474;
    padding: 5px 0;
    border-radius: 4px;
    /* margin-bottom: 20px */

}
.timer-temp-2[data-template='3'] .counter-timer span:not(.txt){
    min-width: 11px;
    width: 10px;
    box-shadow:none;
    background-color: transparent !important
}
.timer-temp-2[data-template='3'] .counter-timer span:not(.txt):after{
    background-color: transparent !important
}
.timer-temp-2 .days, .timer-temp-2 .hrs, .timer-temp-2 .mnt, .timer-temp-2 .sec {
    display: inline-flex;
}
.cx_show_countdown_timer_box.temp-3 {
    line-height: 26px !important;
}
.timer-content{
    display: flex;
}
.timer-temp-2:not([data-template='3']) {
    background-color: transparent !important;
}
.lefttimer {
    background-color: rgb(35, 31, 58);
    /* width: 380px; */
    padding-bottom: 10px;
    border-radius: 25px !important;
    margin: 10px 0;
}
.timer-title {
    display: inline-block;
    width: 34%;
    text-align: left;
    margin: 15px 0;
}
.countdown-timer-block {
    display: inline-block;
    width: 66%;
    text-align: end;
    margin: 15px 0;
}
.timer-title span, .countdown-timer-block span {
    color: #fff;
    width: fit-content;
    margin-left: 15px !important;
    font-size: 17px;
    font-weight: 700;
}
.countdown-timer-block span {
    color: #fff;
    margin-right: 20px;
    line-height: 24px;
    font-weight: 900;
    font-size: 17px;
}
div.countdown-bar {
    width: 280px;
    height: 6px;
    background-color: #ff006f;
    border-radius: 10px;
    margin: 0 auto 10px;
    border: 0px;
}

div.countdown-bar div {
    width: 0;
    height: 6px;
    border-radius: 10px;
    /* border: 1px solid #403e4d; */
    background: #3f3d4b;
}
.cx_show_countdown_timer_box.timer-temp-3 {
    line-height: 26px !important;
}
.lefttimer {
    background-color: rgb(35, 31, 58);
    width: 300px !important;
    padding-bottom: 10px;
    border-radius: 25px !important;
    margin: 20px auto;
}

/* Set background image for popup */
.img-preview {
	display: none;
}
.tab-box-content.has-image:not(.cover) .img-preview{
	display: block;
}
.tab-box-content.has-image:not(.type-announcement) {
	display: flex !important;
	padding: 15px !important;
	flex-direction: row !important;
}
.tab-box.tab-front-box.couponx-lightbox-pop-up.couonapp-active .tab-box-couponcode-content.has-image.type-announcement {
	display: flex;
	padding: 15px;
	flex-direction: row;
}
.tab-box-content.type-announcement {
	display: flex;
	padding: 15px;
	flex-direction: row;
}
.tab-box-content.has-image.right {
	flex-direction: row-reverse !important;
}
.tab-box-content.has-image.top {
	flex-direction: column !important;
}
.tab-box-content.has-image .img-preview {
	flex: 0 0 100px;
}
.tab-box-content.has-image .img-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.tab-box-content.has-image.top .img-preview img{
	height: 140px;
	border-radius: 8px;
}
.tab-box-content.has-image .content-preview {
	flex: 1;
	padding-left: 15px;
	display: flex;
	align-items: center;
}
.tab-box-content.has-image.top .content-preview {
	padding-left: 0;
	padding-top: 5px;
}
.tab-box-content.has-image.right .content-preview {
	padding-left: 0;
	padding-right: 15px;
	display: flex;
	align-items: center;
}
.tab-box-content.has-image.cover .content-preview {
	padding: 5px;
}
.tab-box-content.has-image .content-preview .email-content-checkbox {
	display: flex;
	align-items: center;
}
.couponx-lightbox-pop-up .tab-box-content.has-image.top .content-preview > div {
	margin: 0 auto;
}
.couponx-lightbox-pop-up .tab-box-content.has-image.cover .content-preview {
	display: flex;
	align-items: center;
	min-height: 360px;
}
.couponx-lightbox-pop-up .tab-box-content.has-image.cover .content-preview > div {
	margin: 0 auto;
}
.preview-box .tab-box:not(.couponx-floating-bar) .couponapp-code-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-email-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-link-option.has-image, .preview-box .tab-box:not(.couponx-floating-bar) .couponapp-no-coupon-option.has-image {
	min-height: 120px !important;
	height: 100% !important;
	display: flex;
}
.tab-box-content.has-image.cover .content-preview {
	/*background: #E0E6EC url("../img/coupon-x.svg") no-repeat 100%;*/
	background-image: "";
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: 100%;
	background-position: center;
	border-radius: 8px;
}
.preview-box .tab-box:not(.couponx-floating-bar) .couponx-preview-notfloating-bar{
	display: inline-block;
	vertical-align: middle;
}


.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content.has-image {
	width: 680px;
}
.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content.has-image:not(.cover) {
	min-height: 400px;
}
.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content.has-image.right .img-preview img, .tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content.has-image.left .img-preview img {
	width: 200px;
}
.tab-box.tab-front-box.couponx-lightbox-pop-up .couponx-pop-up-box .tab-box-content.has-image.top .img-preview img {
	height: 175px;
}
.tab-box.couponx-floating-bar .tab-box-content.has-image .img-preview img {
	width: 320px;
	height: 150px;
	object-fit: cover;
	display: block;
	border-radius: 0;
}
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image {
	padding: 0 !important;
}
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image .couponcode-container {
	padding: 15px;
}
.content-preview > div {
	margin: 0 auto;
}
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image .img-preview {
	position: relative;
}

.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image .img-preview img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image .img-preview {
	flex: 0 0 320px;
}
.tab-box.tab-front-box:not(.couponx-lightbox-pop-up) .tab-box-content.has-image.left.timer-5, .tab-box.tab-front-box:not(.couponx-lightbox-pop-up) .tab-box-content.has-image.right.timer-5 {
	width: 440px;
}
.tab-box-email-content .form-wrap.cx-form-wrap {
	display: flex;
}
.tab-box-content.tab-box-email-content .form-wrap .coupon-code-email-text {
	flex: 1;
}

@media only screen and (max-width: 652px) {
	.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.has-image .img-preview {
		flex: 0 0 150px;
	}
}
.couonapp-active.couponapp-email-coupon-code-show .tab-box-email-content.type-email {
	display: none !important;
}

.tab-box-content.has-image.top .form-wrap {
	width: 320px;
	margin: 0 auto;
}

.required-text-msg {
	font-size: 14px;
	color: #dd0000;
	width: 100%;
	text-align: left;
	margin-top: -10px;
	display: none;
}
.required-text-msg.active {
	display: block;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.expired-message {
	color: #dd0000;
	display: none;
}
.expired-message.active {
	display: block;
}
.customer-name-text input[type="text"] {
	border: none !important;
}


.gift-image {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 10px !important;
}
.gift-image img {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
}
.scratch-coupon-btn {
	min-height: 48px !important;
	width: 100%;
	border-radius: 25px !important;
	position: relative;
	border: none;
}
.scratch-coupon-btn:after {
	content: url(../img/crease.svg);
	position: absolute;
	right: 2px;
	top: 0;
}
.scratch-coupon-headline p {
	font-size: 16px;
	font-weight: 600;
}
.scratch-coupon-btn span {
	text-overflow: ellipsis;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
}
.preview-box .tab-box.couponx-floating-bar .couponapp-scratch-code-option .content-preview {
	padding: 0 !important;
}
.tab-box.tab-front-box.couponx-floating-bar .couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image {
	flex: 0 0 320px;
	margin: 0 !important;
}
.tab-box.tab-front-box.couponx-floating-bar  .couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image img {
	height: 100%;
	width: 100%;
	border-radius: 0;
	object-fit: contain;
}
.tab-box.tab-front-box.couponx-floating-bar .couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right {
	flex: 1 !important;
	display: flex;
	align-items: center;
	padding: 0 20px !important;
}
.tab-box.tab-front-box.couponx-floating-bar .couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .cpn-data {
	flex: 1;
}
.tab-box.tab-front-box.couponx-floating-bar .couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn {
	flex: 0 0 240px;
	margin-right: 60px;
}
.tab-box.tab-front-box.couponx-floating-bar .couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn span {
	max-width: 180px;
	margin: 0;
}
/*.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.couponapp-scratch-code-option .couponcode-container {*/
/*	max-width: 100%;*/
/*	padding: 0;*/
/*	display: flex;*/
/*}*/
/*.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.couponapp-scratch-code-option {*/
/*	padding: 0;*/
/*}*/
.tab-front-box.couponapp-style-1 .tab-box-content.tab-box-couponcode-content.hide {
	display: none !important;
}

@media only screen and (min-width: 800px) and (max-width: 932px) {
	.couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image {
		flex: 0 0 180px !important;
	}
}
@media only screen and (min-width: 500px) and (max-width: 912px) {
	.couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image {
		flex: 0 0 120px !important;
	}
	.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn {
		flex: 0 0 100px !important;
	}
	.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn span {
		max-width: 80px !important;
	}
}
@media only screen and (max-width: 500px) {
	.couponapp-scratch-code-option .couponx-preview-floating-bar .gift-image {
		flex: 0 0 120px !important;
	}
	.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn {
		flex: 0 0 120px !important;
		margin-right: 0 !important;
	}
	.couponapp-scratch-code-option .couponx-preview-floating-bar .couponx-right .scratch-coupon-btn span {
		max-width: 78px !important;
	}
}

/*BG elements css*/
.tab-box-content:before {
	content: '';
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain !important;
	pointer-events: none;
}
.tab-box-content:after {
	content: '';
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: contain !important;
	pointer-events: none;
}
.tab-box-content {
	position: relative;
}
.tab-box-content.element-confetti:before {
	background: url("../img/confetti.svg") repeat-x top center;
}
.tab-box-content.element-nature:before {
	background: url("../img/nature_before.svg") no-repeat top center;
}
.tab-box-content.element-nature:after {
	background: url("../img/nature_after.svg") no-repeat bottom center;
}
.tab-box-content.element-discount:before {
	background: url("../img/discount_before.svg") no-repeat top center;
}
.tab-box-content.element-discount:after {
	background: url("../img/discount_after.svg") no-repeat bottom center;
}
.tab-box-content.element-bell:before {
	background: url("../img/notification_bell_before.svg") no-repeat top center;
}
.tab-box-content.element-bell:after {
	background: url("../img/notification_bell_after.svg") no-repeat bottom center;
}
.tab-box-content.element-gifts:before {
	background: url("../img/gifts_before.svg") no-repeat top center;
}
.tab-box-content.element-gifts:after {
	background: url("../img/gifts_after.svg") no-repeat bottom center;
}
.couponx-floating-bar .tab-box-content.element-nature:before {
	background: url("../img/nature_floating_bar.svg") repeat-x top center;
}
.couponx-floating-bar .tab-box-content.element-nature:after {
	background: none;
}
.couponx-floating-bar .tab-box-content.element-discount:before {
	background: url("../img/discount_floationg_bar.svg") repeat-x top center;
}
.couponx-floating-bar .tab-box-content.element-discount:after {
	background: none;
}
.couponx-floating-bar .tab-box-content.element-bell:before {
	background: url("../img/bell_floating_bar.svg") repeat-x top center;
}
.couponx-floating-bar .tab-box-content.element-bell:after {
	background: none;
}
.couponx-floating-bar .tab-box-content.element-gifts:before {
	background: url("../img/gifts_floating_bar.svg") repeat-x top center;
}
.couponx-floating-bar .tab-box-content.element-gifts:after {
	background: none;
}
.timer-temp-2 {
	width: fit-content;
	margin: 0 auto;
	padding: 0 50px !important;
}
/*.couponx-preview-floating-bar .scratch-coupon-headline {*/
/*	font-size: 16px !important;*/
/*	font-weight: 600 !important;*/
/*}*/
.tab-box.tab-front-box.couponx-floating-bar .tab-box-content.type-announcement .couponcode-container {
	min-width: 1200px;
}
.mt-10 {
	margin-top: 10px !important;
}

.tab-box:not(.couponx-floating-bar) .tab-box-couponcode-content.type-announcement .code-copy-wrap {
	margin-bottom: 15px;
}
.tab-box:not(.couponx-floating-bar) .tab-box-couponcode-content.type-announcement .content-preview {
	flex: 1;
}
.tab-box.tab-by-countries, .tab-box.tab-by-date, .tab-box.tab-by-day {
	display: none !important;
}
.tab-box:not(.couponx-floating-bar) .tab-box-content .coupon-description {
	display: block;
}
.tab-box.tab-front-box.couponx-floating-bar.couponapp-position-top .tab-box-content {
	top: 0;
	bottom: auto;
}
