.counter-container h1 {
  display: inline;
  padding: 0 30px;
  font-size: 88px;
  background-color: #ff0000c7;
  font-weight: 700;
  color: #fff;
}

.counter-container p {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}

.counter-container {
  text-align: center;
  background-size: cover;
  padding: 2% 0;
  color: #fff;
}

.labels {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.label {
  flex: 1;
  font-size: 32px;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  background-color: #fff;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #000;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #000;
  background-color: #fff;
}
body.light-theme .example h1 {
  color: #ffffff;
}

body.light-theme .example p {
  color: #ffffff;
}

body.light-theme .buttons .button {
  color: #ffffff;
  border-color: #ffffff;
}

body.light-theme .buttons .button:hover {
  color: #151515;
  background-color: #ffffff;
}

.example {
  box-sizing: border-box;
}
.example * {
  box-sizing: border-box;
}

.example .flipdown {
  margin: auto;
}

.rotor-group-heading {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}

.black-friday-top .flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #fff;
}

.example h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.example p {
  text-align: center;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 35px;
}

.example .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.example .buttons p {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px 25px 0px 0px;
  color: #333;
  margin: 0px;
}

.example .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.example .button:hover {
  background-color: #333;
  color: #fff;
}

.example .button i {
  margin-right: 5px;
}

@media (max-width: 550px) {
  .example h1 {
    font-size: 2.5em;
  }

  .example p {
    margin-bottom: 25px;
  }

  .example .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block;
  }

  .example .buttons p,
  .example .buttons a {
    float: none;
    margin: 0 auto;
  }

  .example .buttons p {
    padding-right: 0px;
  }

  .example .buttons a {
    display: inline-block;
  }
}



.black-friday-top__bg img {
  width: 100%;
  height: auto;
}

.black-friday-top__content {
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: center;
}

.black-friday-top {
  position: relative;
  padding: 0;
  margin-top: 180px;
  z-index: 5;
}

.black-friday-top .flipdown .rotor-group {
  margin-right: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px !important;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  border: 1px solid #696969;
}
.black-friday-top .flipdown .rotor-group:last-child {
  margin-right: 0;
}

.black-friday-top .flipdown .rotor-group .rotor-group-heading {
  order: 3;
  grid-column: 1/3;
}

.black-friday-top .flipdown .rotor-group:after,
.black-friday-top .flipdown .rotor-group:before {
  display: none !important;
}

.black-friday-top .flipdown.flipdown__theme-dark .rotor,
.black-friday-top .flipdown.flipdown__theme-dark .rotor-top,
.black-friday-top .flipdown.flipdown__theme-dark .rotor-leaf-front {
  background: transparent;
}

.black-friday-top .flipdown.flipdown__theme-dark .rotor-bottom,
.black-friday-top .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  background: transparent;

  display: none !important;
  color: #fff;
}

.black-friday-top .flipdown.flipdown__theme-dark .rotor-leaf{
  display: none !important;
}

.black-friday-top .flipdown {
  width: 100%;
}

.black-friday-top .flipdown .rotor {
  font-size: 96px;
  width: 47px;
  height: 96px;
  line-height: 96px;
}
.black-friday-top .flipdown .rotor-group-heading:before {
  font-size: inherit;
  line-height: inherit;
  height: auto;
}
.black-friday-top .flipdown .rotor-leaf-front,
.black-friday-top .flipdown .rotor-leaf-rear {
  width: 47px;
  height: 96px;
}
.black-friday-top .flipdown .rotor-leaf-front {
  line-height: 96px;
}
.black-friday-top .flipdown .rotor-leaf {
  width: 94px;
  height: 96px;
}
.black-friday-top .flipdown .rotor-top,
.black-friday-top .flipdown .rotor-bottom {
  width: 47px;
  height: 96px;
}
.black-friday-top .flipdown .rotor-top {
  line-height: 96px;
}
.black-friday-top .flipdown .rotor:after {
  width: 47px;
  height: 96px;
  border: 0 !important;
}

@media (max-width: 1920px) {

  .black-friday-top .flipdown .rotor-group {
    padding: 48px !important;
    margin-right: 10px;
    border-radius: 20px;
  }
  .rotor-group-heading {
    font-size: 22px;
  }
  .black-friday-top .flipdown .rotor {
    font-size: 68px;
    width: 34px;
    height: 68px;
    line-height: 68px;
  }

  .black-friday-top .flipdown .rotor-leaf-front,
  .black-friday-top .flipdown .rotor-leaf-rear {
    width: 34px;
    height: 68px;
  }
  .black-friday-top .flipdown .rotor-leaf-front {
    line-height: 68px;
  }
  .black-friday-top .flipdown .rotor-leaf {
    width: 68px;
    height: 68px;
  }
  .black-friday-top .flipdown .rotor-top,
  .black-friday-top .flipdown .rotor-bottom {
    width: 34px;
    height: 68px;
  }
  .black-friday-top .flipdown .rotor-top {
    line-height: 68px;
  }
  .black-friday-top .flipdown .rotor:after {
    width: 34px;
    height: 68px;
  }
}

@media (max-width: 1350px) {
  .black-friday-top {
    margin-top: 140px;
  }

  .black-friday-top .flipdown .rotor-group {
    padding: 42px !important;
  }
  .rotor-group-heading {
    font-size: 22px;
  }
  .black-friday-top .flipdown .rotor {
    font-size: 48px;
    width: 24px;
    height: 48px;
    line-height: 48px;
  }

  .black-friday-top .flipdown .rotor-leaf-front,
  .black-friday-top .flipdown .rotor-leaf-rear {
    width: 24px;
    height: 48px;
  }
  .black-friday-top .flipdown .rotor-leaf-front {
    line-height: 48px;
  }
  .black-friday-top .flipdown .rotor-leaf {
    width: 48px;
    height: 48px;
  }
  .black-friday-top .flipdown .rotor-top,
  .black-friday-top .flipdown .rotor-bottom {
    width: 24px;
    height: 48px;
  }
  .black-friday-top .flipdown .rotor-top {
    line-height: 48px;
  }
  .black-friday-top .flipdown .rotor:after {
    width: 24px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .black-friday-top {
    margin-top: 86px;
  }

  .black-friday-top .flipdown .rotor-group {
    padding: 24px !important;
    margin-right: 8px;
    border-radius: 10px;
  }
  .rotor-group-heading {
    font-size: 16px;
  }
  .black-friday-top .flipdown .rotor {
    font-size: 36px;
    width: 18px;
    height: 36px;
    line-height: 36px;
  }

  .black-friday-top .flipdown .rotor-leaf-front,
  .black-friday-top .flipdown .rotor-leaf-rear {
    width: 18px;
    height: 36px;
  }
  .black-friday-top .flipdown .rotor-leaf-front {
    line-height: 36px;
  }
  .black-friday-top .flipdown .rotor-leaf {
    width: 36px;
    height: 36px;
  }
  .black-friday-top .flipdown .rotor-top,
  .black-friday-top .flipdown .rotor-bottom {
    width: 18px;
    height: 36px;
  }
  .black-friday-top .flipdown .rotor-top {
    line-height: 36px;
  }
  .black-friday-top .flipdown .rotor:after {
    width: 18px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .black-friday-top .flipdown .rotor-group {
    padding: 20px !important;
    margin-right: 4px;
  }
  .rotor-group-heading {
    font-size: 12px;
  }
  .black-friday-top .flipdown .rotor {
    font-size: 30px;
    width: 15px;
    height: 30px;
    line-height: 30px;
  }

  .black-friday-top .flipdown .rotor-leaf-front,
  .black-friday-top .flipdown .rotor-leaf-rear {
    width: 15px;
    height: 30px;
  }
  .black-friday-top .flipdown .rotor-leaf-front {
    line-height: 30px;
  }
  .black-friday-top .flipdown .rotor-leaf {
    width: 30px;
    height: 30px;
  }
  .black-friday-top .flipdown .rotor-top,
  .black-friday-top .flipdown .rotor-bottom {
    width: 15px;
    height: 30px;
  }
  .black-friday-top .flipdown .rotor-top {
    line-height: 30px;
  }
  .black-friday-top .flipdown .rotor:after {
    width: 15px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .black-friday-top {
    margin-top: 48px;
  }
}

@media (max-width: 360px) {
  .black-friday-top .flipdown .rotor-group {
    padding: 16px !important;
    margin-right: 2px;
  }
}
.black-friday-txt {
  margin: 20px auto;
}

.black-friday-info {
  font-family: inherit !important;
  font-size: 15px;
  padding: 10px;
  background: linear-gradient(180deg, #012053 0%, #02122d 200%);
  border-radius: 5px;
}