@keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .banner-interstitial {
    position: relative;
    align-items: center;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-name: slideUp;
    background-color: #ffd7d7;
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.15);
    color: #2a2a2a;
    display: grid;
    left: 24px;
    grid-auto-flow: row;
    grid-row-gap: 12px;
    overflow: hidden;
    padding: 24px;
    position: fixed;
    right: 24px;
    z-index: 9999;
  }

  .banner-interstitial-close {

  }

  .banner-interstitial-main {
    align-items: center;
    display: grid;
  }

  @media screen and (min-width: 600px) {
    .banner-interstitial-main {
      grid-column-gap: 48px;
      grid-template-columns: 1fr auto;
    }
  }

  @media screen and (max-width: 600px) {
    .banner-interstitial-main {
      grid-row-gap: 12px;
      justify-items: start;
    }
  }

  .banner-interstitial-main-actions {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 4px;
    justify-items: center;
  }

  .banner-interstitial-main-actions-action {
    background-color: transparent;
    border-color: #b0baa7;
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
    color: #b0baa7;
    cursor: pointer;
    padding: 8px 16px;
    transition: filter 500ms ease;
  }

  .banner-interstitial-main-actions-action a {
    color: #b0baa7;
  }

  .banner-interstitial-main-actions-action:focus,
  .banner-interstitial-main-actions-action:hover {
    filter: brightness(1.8);
    outline: none;
  }

  .banner-interstitial-main-actions-action-label-title {
    color: #673ab7;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }

  .banner-interstitial-main-content-label {
    display: grid;
    grid-auto-flow: row;
    grid-row-gap: 12px;
    margin: 0;
  }

  .banner-interstitial-main-content-label-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .banner-interstitial-main-content-label-title {
    display: block;
    font-size: 20px;
    line-height: 1em;
  }
/* -------------------------------------------------------- */
.tpcdfw-countdown {
  display: flex;
}
/* .tpcdfw-countdown-box-product-page #tpcdfw-countdown {
  direction: ltr;
  justify-content: flex-end;
} */
.tpcdfw-time {
  width: 50px;
  background: #373737;
  text-align: center;
  color: #fff;
  padding: 5px;
  margin: 0 2px;
  border-radius: 10px;
}
.tpcdfw-days,
.tpcdfw-hours,
.tpcdfw-minutes,
.tpcdfw-seconds {
  width: 100%;
  display: inline-block;
}

.tpcdfw-countdown-box-product-page {
  margin: 0 0 20px 0;
}
.tpcdfw-countdown-box-product-page .tpcdfw-time {
  font-size: 12px;
  width: 45px;
}

.woocommerce-cart .product-price s {
  text-decoration: revert;
  color: #9e9e9e;
}

.woocommerce ul.products li.product .onsale, .tpcarousel .onsale {
  right: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  background: #96A59E !important;
  color: #ffffff;
  padding: 0;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.tp-sale-flash {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
    color: #72776d;
    font-size: 20px;
    animation: blink 1s step-start 0s 5;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .onsale, .tpcarousel .onsale {
    width: 65px;
    height: 65px;
  }
}