/*##########################################   STANDARD ##########################################*/
.wpdevart_countdown_standart{
	text-align: center;
}
.wpdevart_countdown_element{
	display: inline-block;
}
.wpdevart_countdown_standart .time_text,.wpdevart_countdown_standart .time_left_pro{
	white-space: nowrap;
	display: block;
	border-style:solid;
}

/*##########################################   STICKY BAR ##########################################*/
.wpda_sticky_bar .wpdevart_countdown_standart,
.wpda_sticky_bar .wpdevart_countdown_vertical,
.wpda_sticky_bar .wpdevart_countdown_circle,
.wpda_sticky_bar .wpdevart_countdown_flip{display:inline-flex;margin:0;text-align:center}
.wpda_sticky_bar .wpdevart_countdown_element{margin:0 4px !important;min-width:auto !important}
.wpda_sticky_bar .wpda_fc{width:36px;height:42px;font-size:18px}
.wpda_sticky_bar .wpda_fc b::before{line-height:42px}
.wpda_sticky_bar .wpda_flip_label{font-size:9px;margin-top:2px;color:inherit;opacity:0.7}
.wpda_sticky_bar .wpda_flip_wrap{gap:6px}
.wpda_sticky_close{z-index:10;pointer-events:auto}
.wpda_sticky_close:hover{opacity:1 !important}


/*##########################################################################*/
/*#####  PRO STYLES BELOW — circle, vertical, flip, popup              #####*/
/*#####  Free version: delete everything below this line               #####*/
/*##########################################################################*/


/*##########################################   CIRCLE ##########################################*/
.wpdevart_countdown_circle{
	text-align: center;
}
.wpdevart_countdown_circle .wpdevart_countdown_element{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.wpdevart_countdown_circle .wpdevart_countdown_element svg{
	display: block;
}
.wpdevart_countdown_circle .wpdevart_countdown_element .wpdevart_countdown_background{
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}
.wpdevart_countdown_circle .wpdevart_countdown_element .wpda_circle_text{
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
}
.wpdevart_countdown_circle .wpdevart_countdown_element .time_left_pro{
	white-space: nowrap;
	display: block;
}
.wpdevart_countdown_circle .wpdevart_countdown_element .time_text{
	white-space: nowrap;
	display: block;
}

/*##########################################   VERTICAL ##########################################*/
.wpdevart_countdown_vertical{
	text-align: center;
}
.wpdevart_countdown_vertical ul li{
	margin: 0px;
	padding:initial !important;
	border: none !important;
}
.wpdevart_countdown_vertical *{
	text-align: center;
	line-height: normal !important;
}
 .wpdevart_countdown_vertical .wpdevart_countdown_element{
	display: inline-block;
	text-align: center;
}

.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span{
	box-sizing: content-box;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 2px solid #000000;
}
.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span:nth-child(2),.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span:nth-child(3),.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span:nth-child(4),.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span:nth-child(5){
	border-left: none;
}
.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span ul{
	position: relative;
	margin: 0px;
	padding: 0px;
	top:0px;
}
.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro{
	margin-bottom: -4px;
}
.wpdevart_countdown_vertical .wpdevart_countdown_element .time_left_pro > span ul li{
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.wpdevart_countdown_vertical .wpdevart_countdown_element .time_text{
	display: block;
	border-style: solid;
}
.wpdevart_countdown_vertical .wpdevart_vertical_transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

/*##########################################   FLIP CLOCK ##########################################*/
.wpdevart_countdown_flip{text-align:center}

.wpda_flip_wrap{display:inline-flex;gap:12px;justify-content:center;align-items:flex-start}
.wpda_flip_unit{display:flex;flex-direction:column;align-items:center}
.wpda_fc{
  position:relative;display:inline-block;
  width:70px;height:80px;
  perspective:200px;
  border-radius:8px;
  font-size:36px;font-weight:700;color:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,monospace;
}
.wpda_fc b{
  display:block;position:absolute;left:0;width:100%;height:50%;
  overflow:hidden;margin:0;padding:0;
  font-weight:inherit;
  background:#1d2327;
}
.wpda_fc b::before{
  content:attr(data-v);
  position:absolute;left:0;width:100%;
  text-align:center;
  line-height:80px;
}
.wpda_fc b.t{top:0;border-radius:8px 8px 0 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.wpda_fc b.t::before{top:0}
.wpda_fc b.b{bottom:0;border-radius:0 0 8px 8px;background:#2c3338}
.wpda_fc b.b::before{bottom:0}
.wpda_fc b.ft{
  top:0;border-radius:8px 8px 0 0;z-index:2;
  transform-origin:50% 100%;
  backface-visibility:hidden;
}
.wpda_fc b.ft::before{top:0}
.wpda_fc b.fb{
  bottom:0;border-radius:0 0 8px 8px;z-index:2;
  transform-origin:50% 0%;
  transform:rotateX(180deg);
  backface-visibility:hidden;
  background:#2c3338;
}
.wpda_fc b.fb::before{bottom:0}
.wpda_fc.flip b.ft{animation:wpda_foldTop 0.6s cubic-bezier(0.455,0.03,0.515,0.955) forwards}
.wpda_fc.flip b.fb{animation:wpda_foldBot 0.6s cubic-bezier(0.455,0.03,0.515,0.955) forwards}
@keyframes wpda_foldTop{
  0%{transform:rotateX(0deg);z-index:2}
  100%{transform:rotateX(-180deg);z-index:2}
}
@keyframes wpda_foldBot{
  0%{transform:rotateX(180deg);z-index:2}
  100%{transform:rotateX(0deg);z-index:2}
}
.wpda_fc::after{
  content:'';position:absolute;left:0;top:50%;width:100%;
  height:1px;background:rgba(0,0,0,0.5);z-index:10;pointer-events:none;
}
.wpda_flip_label{
  margin-top:8px;font-size:12px;font-weight:600;text-transform:uppercase;
  letter-spacing:0.06em;color:#50575e;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
@media(max-width:480px){
  .wpda_flip_wrap{gap:6px}
  .wpda_fc{width:52px;height:60px;font-size:26px}
  .wpda_fc b::before{line-height:60px}
  .wpda_flip_label{font-size:10px}
}

/*##########################################   POPUP ##########################################*/

#wpdevart_countdown_overlay{
	z-index:9999;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

#wpdevart_lb_content_first_pic{
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
}
#wpdevart_lb_content_second_pic{
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
}
#wpdevart_lb_loading_img{
	position:absolute;
	z-index:1000;
}

#wpdevart_countdown_main_window{
	z-index:99999;
	overflow: hidden;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	line-height: 0px
}
#wpdevart_countdown_iframe{
	border: none;
	margin: 0px;
	padding: 0px;
}
#wpdevart_lb_main_desc{
	position:relative;
	width:100%;
	height:40px;
	background-color:#D49D12;
}
#wpdevart_lb_main_desc img{
	cursor:pointer;
	position: relative;
    z-index: 1000;
    max-height: 100%;
}
#wpdevart_lb_main_desc{
	text-align:right;
}

#wpdevart_lb_main_desc.wpdevart_lb_main_desc{
	bottom:0;
}

#wpdevart_controll_buttons_line{
	width:100%
}
#wpdevart_controll_buttons_line > img{
	max-height: 100%;
	max-width: 100%;
	cursor: pointer;
}
