/* jQuery Countdown styles 1.6.3. */
.taylorcountfloated {
  background:url("//cdn.shopify.com/s/files/1/0070/1922/t/9/assets/bg_xmas-stripes.gif?1604953816978335681") no-repeat 50% 50% rgba(0, 0, 0, 0.35);
  bottom: 0;
  float: none;
  left: 0;
  padding: 1.25em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.taylorcountdownwrap {
  color: #FFFFFF;
  display: inline;
  float: none;
  font-size: 130%;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  width: 100%;
}

#taylorcounttext, #taylorCountdown li{ cursor:default;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

#taylorcounttext{ font-family:'GeorgiaProW02-Italic', Georgia, serif;}
#taylorCountdown{ text-transform:uppercase;}
#taylorCountdown ul{ display: inline;}
#taylorCountdown li{ display:inline; margin-right:1em;}

.hasCountdown {}
.countdown_rtl {direction: rtl;}
.countdown_holding span {}
.countdown_row {}
.countdown_show1 .countdown_section {width: 98%;}
.countdown_show2 .countdown_section {width: 48%;}
.countdown_show3 .countdown_section {width: 32.5%;}
.countdown_show4 .countdown_section {width: 24.5%;}
.countdown_show5 .countdown_section {width: 19.5%;}
.countdown_show6 .countdown_section {width: 16.25%;}
.countdown_show7 .countdown_section {width: 14%;}
.countdown_section {display: block;}
.countdown_amount {}
.countdown_descr { display:block; width:100%;}

@media only screen and (max-width:639px){

  .taylorcountfloated{ display:none;}

}