/*
 * Load up our variables.
 */
/*
 * Load up our mixins.
 */
/*
 * Load up our animations.
 */
@-webkit-keyframes rotateLeftMask {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
@keyframes rotateLeftMask {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-webkit-keyframes rotateRightMask {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    visibility: hidden; }
  100% {
    -webkit-transform: rotate(180deg);
    visibility: hidden; } }
@keyframes rotateRightMask {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden; }
  100% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden; } }
@-webkit-keyframes pulseTimer {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 50, 50, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 50, 0); } }
@keyframes pulseTimer {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 50, 50, 0);
    box-shadow: 0 0 0 10px rgba(255, 50, 50, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 50, 50, 0);
    box-shadow: 0 0 0 0 rgba(255, 50, 50, 0); } }
.woo-cart-timer-wrap {
  position: fixed;
  top: 5%;
  right: 5%;
  z-index: 9999; }
  .woo-cart-timer-wrap.woo-cart-timer-wrap-hidden {
    display: none;
    visibility: hidden; }

.woo-cart-timer-radial {
  overflow: hidden;
  height: 100px;
  width: 100px;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  border-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  .woo-cart-timer-radial .woo-cart-timer-radial-half {
    height: 100px;
    width: 50px;
    border-radius: 50px 0 0 50px;
    background: #3232ff;
    position: absolute;
    border-color: #fff; }
    .woo-cart-timer-radial .woo-cart-timer-radial-half:nth-of-type(2) {
      z-index: 500;
      -webkit-transform-origin: center right;
      -webkit-transform: rotate(180deg); }
    .woo-cart-timer-radial .woo-cart-timer-radial-half:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      height: 80px;
      width: 40px;
      border-radius: 45px 0 0 45px;
      background: #fff; }
    .woo-cart-timer-radial .woo-cart-timer-radial-half:after {
      content: "";
      position: absolute;
      background: #fff;
      height: 200px;
      width: 150px;
      left: -100px;
      top: -50px;
      -webkit-transform-origin: center right; }
  .woo-cart-timer-radial.woo-cart-timer-radial-expire-closer .woo-cart-timer-radial-half {
    background: #6bc967; }
  .woo-cart-timer-radial.woo-cart-timer-radial-expire-warning .woo-cart-timer-radial-half {
    background: #ffae19; }
  .woo-cart-timer-radial.woo-cart-timer-radial-expire-soon .woo-cart-timer-radial-half {
    background: #ff3232; }
  .woo-cart-timer-radial.woo-cart-timer-radial-expire-full {
    border-color: #ff3232; }
    .woo-cart-timer-radial.woo-cart-timer-radial-expire-full .woo-cart-timer-radial-half {
      background-color: #ff3232;
      background-color: rgba(255, 50, 50, 0.1); }
      .woo-cart-timer-radial.woo-cart-timer-radial-expire-full .woo-cart-timer-radial-half:nth-of-type(2) {
        z-index: 500; }
      .woo-cart-timer-radial.woo-cart-timer-radial-expire-full .woo-cart-timer-radial-half:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        height: 80px;
        width: 40px;
        border-radius: 45px 0 0 45px;
        background-color: #ff3232;
        background-color: rgba(255, 50, 50, 0.3); }
      .woo-cart-timer-radial.woo-cart-timer-radial-expire-full .woo-cart-timer-radial-half:after {
        content: "";
        position: absolute;
        height: 200px;
        width: 150px;
        left: -100px;
        top: -50px;
        background-color: #ff3232;
        background-color: rgba(255, 50, 50, 0.3); }
  .woo-cart-timer-radial.woo-cart-timer-radial-expire-pulse {
    animation: pulseTimer 2s infinite; }
  .woo-cart-timer-radial.woo-cart-radial-animate {
    -webkit-transform-origin: center right; }
    .woo-cart-timer-radial.woo-cart-radial-animate .woo-cart-timer-radial-half:nth-of-type(1):after {
      -webkit-animation: rotateLeftMask 20s infinite linear; }
    .woo-cart-timer-radial.woo-cart-radial-animate .woo-cart-timer-radial-half:nth-of-type(2):after {
      -webkit-animation: rotateRightMask 20s infinite linear; }

#woo-cart-expire-countdown {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 501;
  width: 100%;
  height: auto;
  top: 35%;
  left: 0; }
  #woo-cart-expire-countdown .expire-value {
    font-size: 18px;
    line-height: 18px;
    color: #000; }
    #woo-cart-expire-countdown .expire-value.expire-minutes:after {
      content: ":";
      font-size: 14px;
      line-height: 18px;
      padding: 0 1px; }

.woo-cart-timer-radial-expire-full #woo-cart-expire-countdown .expire-value {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }

.woo-cart-expire-modal-wrap {
  display: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  text-align: center;
  z-index: 9999;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: wait; }
  .woo-cart-expire-modal-wrap.woo-cart-expire-modal-wrap-display {
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%; }

.woo-cart-expire-modal-block {
  width: 100%;
  max-width: 340px;
  position: relative;
  top: 25%;
  margin: 0 auto;
  background-color: white;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
  padding: 20px 10px;
  cursor: text; }
  .woo-cart-expire-modal-block .woo-cart-expire-modal-close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 20px;
    width: 20px; }
    .woo-cart-expire-modal-block .woo-cart-expire-modal-close .dashicons {
      font-size: 20px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      color: #b20000; }
  .woo-cart-expire-modal-block .woo-cart-expire-modal-links {
    margin: 0; }

/*# sourceMappingURL=woo-cart-expiration-front.css.map */
