.couponwheel_ios_stop_scrolling {
	height: 100vh;
	width: 100%;
	position: fixed;
	overflow: hidden;
}
.couponwheel_popup_shadow {
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	display: none;
}
.couponwheel_popup {
	all: initial;
	font-family: inherit;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	max-width: 54em;
	z-index: 100001;
	box-shadow: .5em 0 2em rgba(0,0,0,.5);
	color: white;
	overflow-y: auto;
	display: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.couponwheel_form {
	font-size: 1.05em;
	line-height: 1.1em;
	padding: 1.5em;
	margin: 0;
}
.couponwheel_popup_heading_text {
	font-weight: 900;
	font-size: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;
	line-height: 1.1em;
}
.couponwheel_popup_main_text
{
	margin: 1em 0;
}
.couponwheel_popup_form_error_text {
	font-weight: 600;
	margin: 1.5em 0;
}
.couponwheel_popup_rules_text {
	margin: 1em 0;
	font-size: .8em;
}
.couponwheel_coupon_code {
	font-size: 1.5em;
	font-family: monospace;
}
.couponwheel_recaptcha,
.couponwheel_popup_checkbox_container,
.couponwheel_form input[type=text],
.couponwheel_form input[type=email],
.couponwheel_stage1_submit_btn,
.couponwheel_stage2_continue_btn {
	font-family: inherit;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: .8em;
	font-size: inherit;
	border-radius: .3em;
	padding: .7em;
}
.couponwheel_popup_checkbox_container {
	margin-top: 1em;
}
.couponwheel_stage1_submit_btn,
.couponwheel_stage2_continue_btn {
	margin-top: 1.5em;
}
.couponwheel_popup_checkbox_container, .couponwheel_recaptcha {
	padding: 0;
}
.couponwheel_popup_checkbox_container * {
	vertical-align: middle;
}
.couponwheel_popup_checkbox_container input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	margin-right: .5em;
}
.couponwheel_form input[type=submit] {
	margin-top: 1em;
}
.couponwheel_popup_close_btn {
	font-size: 2.2em;
	display: inline-block;
	cursor: pointer;
}
.couponwheel_popup_close_container {
	text-align: right;
}
.couponwheel_wheel_crop {
	overflow: hidden;
	position: relative;
	display: inline-table;
	padding: 2px;
	width: 86%;
}
.couponwheel_popup_wheel_container {
	user-select: none;
	padding: 1em 0;
}
.couponwheel_wheel {
	position: relative;
	color: black;
	font-weight: bold;
	font-size: 1.25em;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	line-height: 0;
}
.couponwheel_wheel_img {
	all: initial;
	width: 100%;
	height: auto;
	display: block;
}
.couponwheel_slice_label {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 43%;
	text-align: right;
	font-size: .85em;
	line-height: 1.2em;
	transform-origin: 0 50%;
	-webkit-transform-origin: 0% 50%;
	color: rgb(40,40,40);
}
.couponwheel_slice_label:nth-of-type(even) {
	color: white;
}
.couponwheel_popup_rules_checkbox_label {
	display: inline-block;
	margin: 0;
	cursor: pointer;
}
.couponwheel_popup_wheel_container {
	position: relative;
	left: -45%;
	width: 130%;
}
.couponwheel_marker {
	position: absolute;
	width: 19.4%;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2000;
}
.couponwheel_hidden {
	display: none;
}
.couponwheel_popup_header_image {
	margin: 1.2em 0;
	display: block;
	width: auto;
	height: auto;
	min-height: 3em;
	max-width: 100%;
	max-height: 5em;
	box-sizing: border-box;
}

.couponwheel_ajax_loader {
	margin-top: 1em;
	display: none;
}
.couponwheel_ajax_loader > div {
	width: .5em;
	height: .5em;
	margin-right: .33em;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: couponwheel_sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: couponwheel_sk-bouncedelay 1.4s infinite ease-in-out both;
}
.couponwheel_ajax_loader div:nth-child(1) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.couponwheel_ajax_loader div:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.couponwheel_manual_open {
	position: fixed;
	z-index: 99999;
}
.couponwheel_manual_open_position_0 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: .5em;
}
.couponwheel_manual_open_position_1 {
	top: 1em;
	left: .5em;
}
.couponwheel_manual_open_position_2 {
	bottom: 1em;
	left: .5em;
}
.couponwheel_manual_open_position_3 {
	top: 1em;
	right: .5em;
}
.couponwheel_manual_open_position_4 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .5em;
}
.couponwheel_manual_open_position_5 {
	bottom: 1em;
	right: .5em;
}
.couponwheel_manual_open img {
	font-size: 1em;
	width: 4em;
}
@-webkit-keyframes couponwheel_sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes couponwheel_sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.couponwheel_coupon_bar {
	line-height: 1.2em;
	background-color: #1b1b1b;
	color: white;
	font-size: 1.1em;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.couponwheel_coupon_bar p {
	margin: .12em;
	padding: .25em 0;
}
.couponwheel_offers_progressbar {
	background-color: rgb(230,230,230);
	margin-top: 1em;
	padding: 1px;
	border-radius: 2px;
}
.couponwheel_offers_progressbar div {
	height: .66em;
	border-radius: 2px;
}
.couponwheel_offers_text {
	margin-top: .5em;
	font-size: .8em;
}

.couponwheel_slice_label:nth-of-type(1) { transform: translateY(-50%) rotate(0deg); -webkit-transform: translateY(-50%) rotate(0deg); }
.couponwheel_slice_label:nth-of-type(2) { transform: translateY(-50%) rotate(30deg); -webkit-transform: translateY(-50%) rotate(30deg); }
.couponwheel_slice_label:nth-of-type(3) { transform: translateY(-50%) rotate(60deg); -webkit-transform: translateY(-50%) rotate(60deg); }
.couponwheel_slice_label:nth-of-type(4) { transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); }
.couponwheel_slice_label:nth-of-type(5) { transform: translateY(-50%) rotate(120deg); -webkit-transform: translateY(-50%) rotate(120deg); }
.couponwheel_slice_label:nth-of-type(6) { transform: translateY(-50%) rotate(150deg); -webkit-transform: translateY(-50%) rotate(150deg); }
.couponwheel_slice_label:nth-of-type(7) { transform: translateY(-50%) rotate(180deg); -webkit-transform: translateY(-50%) rotate(180deg); }
.couponwheel_slice_label:nth-of-type(8) { transform: translateY(-50%) rotate(210deg); -webkit-transform: translateY(-50%) rotate(210deg); }
.couponwheel_slice_label:nth-of-type(9) { transform: translateY(-50%) rotate(240deg); -webkit-transform: translateY(-50%) rotate(240deg); }
.couponwheel_slice_label:nth-of-type(10) { transform: translateY(-50%) rotate(270deg); -webkit-transform: translateY(-50%) rotate(270deg); }
.couponwheel_slice_label:nth-of-type(11) { transform: translateY(-50%) rotate(300deg); -webkit-transform: translateY(-50%) rotate(300deg); }
.couponwheel_slice_label:nth-of-type(12) { transform: translateY(-50%) rotate(330deg); -webkit-transform: translateY(-50%) rotate(330deg); }

#couponwheel_notice_content {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	padding: .6em;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	z-index: 100000;
	box-sizing: border-box;
}
#couponwheel_notice_content > span {
	margin-right: .5em;
}
#couponwheel_notice_close_btn {
	user-select: none;
	cursor: pointer;
	color: inherit;
	text-decoration: underline;
}

@media screen and (min-width: 40em) {
	.couponwheel_wheel {
		font-size: 1.1em;
	}
	.couponwheel_form {
		font-size: 1.08em;
		padding: 0;
		margin 0;
		margin: 3em 1.5em;
		margin-right: 3em;
	}
	.couponwheel_popup {
		overflow: visible;
	}
	.couponwheel_popup_form_container {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		max-width: 50%;
		overflow-y: auto;
	}
	.couponwheel_popup_wheel_container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 50%;
		overflow: hidden;
	}
	.couponwheel_wheel_container {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		position: absolute;
		left: -42%;
		width: 144%;
	}
	.couponwheel_popup_background {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.couponwheel_slice_label {
		font-size: 1.2em;
	}
	.couponwheel_popup_heading_text {
		margin-top: 3em;
	}
}

/* animations by https://daneden.github.io/animate.css/ */

@-webkit-keyframes couponwheel_effects_bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes couponwheel_effects_bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.couponwheel_effects_bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:couponwheel_effects_bounceIn;animation-name:couponwheel_effects_bounceIn}@-webkit-keyframes couponwheel_effects_tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes couponwheel_effects_tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.couponwheel_effects_tada{-webkit-animation-name:couponwheel_effects_tada;animation-name:couponwheel_effects_tada}.couponwheel_effects_animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}[class~=hurrytimer-campaign] {
  line-height: normal;
  text-align: center;
  padding: 10px 0;
}
[class~=hurrytimer-campaign] * {
  line-height: normal;
}

.hurryt-loading {
  display: none !important;
}

.hurrytimer-timer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.hurrytimer-timer-digit {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.hurrytimer-headline {
  color: #333;
  display: block;
  margin: 5px auto;
  overflow: hidden;
}

.hurrytimer-timer-block {
  position: relative;
  display: flex;
  margin-right: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-left: 5px;
}
.hurrytimer-timer-block:last-child {
  margin-right: 0;
}
.hurrytimer-timer-block:first-child {
  margin-left: 0;
}

.hurrytimer-sticky {
  margin: auto !important;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.hurrytimer-sticky.is-off {
  position: relative;
  z-index: 0;
}

.admin-bar:not(.wp-admin) .hurrytimer-sticky {
  z-index: 999999;
}

.hurrytimer-sticky-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.hurrytimer-button {
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.hurrytimer-sticky-close {
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  display: flex;
}
.hurrytimer-sticky-close svg {
  fill: #333;
  width: 100%;
  height: 100%;
}
.hurrytimer-sticky-close:hover {
  opacity: 1;
  background: none;
}
.hurrytimer-campaign-966005{
    text-align: center;
    display: block;
}

.hurrytimer-campaign-966005 .hurrytimer-timer-digit,
.hurrytimer-campaign-966005 .hurrytimer-timer-sep{
    color: #000;
    display: block;
    font-size: 35px;
}

.hurrytimer-campaign-966005 .hurrytimer-timer{
justify-content:center}.hurrytimer-campaign-966005 .hurrytimer-timer-label{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: block;
}



.hurrytimer-campaign-966005 .hurrytimer-headline{
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;

}

.hurrytimer-campaign-966005 .hurrytimer-button-wrap{
    margin-top: 5px;

}
.hurrytimer-campaign-966005 .hurrytimer-button{
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 10px 15px;
}

@media(max-width:425px) {
.hurrytimer-campaign-966005 .hurrytimer-button-wrap,
.hurrytimer-campaign-966005 .hurrytimer-headline
{
    margin-left: 0;
    margin-right: 0;
}
}

.hurrytimer-campaign-951239{
    text-align: center;
    display: block;
}

.hurrytimer-campaign-951239 .hurrytimer-timer-digit,
.hurrytimer-campaign-951239 .hurrytimer-timer-sep{
    color: #000;
    display: block;
    font-size: 35px;
}

.hurrytimer-campaign-951239 .hurrytimer-timer{
justify-content:center}.hurrytimer-campaign-951239 .hurrytimer-timer-label{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    display: block;
}



.hurrytimer-campaign-951239 .hurrytimer-headline{
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;

}

.hurrytimer-campaign-951239 .hurrytimer-button-wrap{
    margin-top: 5px;

}
.hurrytimer-campaign-951239 .hurrytimer-button{
    font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 10px 15px;
}

@media(max-width:425px) {
.hurrytimer-campaign-951239 .hurrytimer-button-wrap,
.hurrytimer-campaign-951239 .hurrytimer-headline
{
    margin-left: 0;
    margin-right: 0;
}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}