/* BLACK FRIDAY LANDING */

/* BLACK FRIDAY UNDER IMAGE */
.black-friday.black-friday-under-image {
  position: absolute;
  bottom: 0px;
  inset-inline: 0;
  width: 100%;
  background: #434780;
  padding: 6px 8px;
  text-align: center;
  color: #F3CF14;
  font-family: "Pangram";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.14px;
}

@media screen and (max-width: 991px) {
  .black-friday.black-friday-under-image {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.12px;
  }
}

/* BLACK FRIDAY SUBTITLE BOTTOM */
.black-friday.black-friday-bottom-subtitle {
  color: #DA5E59;
  text-align: center;
  font-family: "Pangram";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.2px;
}

.rt-price-card-amount-box.rt-price-two-amount-box {
  margin-top: 14px;
}


/* BLACK FRIDAY TOP TITLE */
.text-block-top-title {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #dd524c;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  align-self: center;
  height: 28px;
  margin-top: -30px;
  font-family: "Pangram", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: static;
  inset: -14% 0% auto 23%;
  padding: 2px 20px;
}

.text-block-top-title.black-friday {
  color: #F3CF14;
  background-color: #434780;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.countdown-timer-black-friday {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.countdown-timer-black-friday-wrapper{
  border-radius: 999px;
  background: #F3CF14;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  line-height: 20px;
  width: 157px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-family: "Pangram";
  color: #434780;
}

.black-friday-countdown-timer-text{
  color: #FFF;
  text-align: right;
  font-family:  Pangram, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.black-friday-countdown-timer-text strong{
  color: #F3CF14;
  font-weight: 500;
}

.black-friday-countdown-timer-section{
  background: #434780;
  padding: 10px 0;
  text-align: center;
}

.countdown-timer-text{
  width: 30px;
}

@media screen and (max-width: 991px) {
  .rt-component-section-6.rt-price-v-three{
    padding-block: 24px;
  }
  .navbar1__right{
    align-items: end;
  }
  .black-friday-countdown-timer-section{
    padding: 0;
  }
  .countdown-timer-black-friday-wrapper {
    padding: 12px 16px;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .countdown-timer-black-friday{
    justify-content: space-between;
    align-items: stretch;
  }
  .black-friday-countdown-timer-text strong{
    line-height: 20px;
  }
  .black-friday-countdown-timer-text{
    padding-right: 16px;
    padding-block: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.navbar1__wrapper {
  justify-content: center;
}

.image-270 {
  height: 100%;
}