/* Product Page - Black Friday Campaign Countdown Styles */

/* Campaign Remaining Time */
.mtbf-campaign-remaining-time > div {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header-nav .mtbf-campaign-remaining-time{
  display: none !important;
}
.single .modeltheme-countdown > span {
    color: #fff;
}

.mtbf-campaign-remaining-time {
    border-radius: 20px;
    overflow: hidden;
}
.mtbf-campaign-remaining-time  p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.mtbf-campaign-remaining-time > div {
    padding: 30px !important;
}
/* Link Style */
.mtbf-link {
  font-size: 1.25rem;
  color: #fff;
}

.mtbf-link:visited {
  color: #fff;
}

/* Countdown Styles */
.modeltheme-countdown > div {
  font-weight: bold;
  font-size: 30px;
  padding-left: 0;
  color: #fff;
}

.modeltheme-countdown div div:first-child {
  text-align: center;
}

.modeltheme-countdown div div:last-child {
  opacity: 0.7;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
}

.modeltheme-countdown > div {
  float: left;
}

.modeltheme-countdown > span {
  float: left;
  font-size: 60px;
  line-height: 12px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 10px;
}

.modeltheme-countdown {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  display: inline-table;
  overflow: hidden;
}

.modeltheme-countdown .days-digit {
  font-size: 50px;
  line-height: 40px !important;
}

.modeltheme-countdown .days-name {
  font-size: 18px !important;
  margin-top: 5px !important;
}

.modeltheme-countdown .hours-digit {
  font-size: 50px;
  line-height: 40px !important;
}

.modeltheme-countdown .hours-name {
  font-size: 18px !important;
  margin-top: 5px !important;
}

.modeltheme-countdown .minutes-digit {
  font-size: 50px;
  line-height: 40px !important;
}

.modeltheme-countdown .minutes-name {
  font-size: 18px !important;
  margin-top: 5px !important;
}

.modeltheme-countdown .seconds-digit {
  font-size: 50px;
  line-height: 40px !important;
}

.modeltheme-countdown .seconds-name {
  font-size: 18px !important;
  margin-top: 5px !important;
}

/* Clearfix */
.clearfix {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* C Dot Separator */
.c_dot {
  font-size: 60px;
  line-height: 12px;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  .modeltheme-countdown .c_dot,
  .modeltheme-countdown .days-digit,
  .modeltheme-countdown .hours-digit,
  .modeltheme-countdown .minutes-digit,
  .modeltheme-countdown .seconds-digit {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .modeltheme-countdown .days-name,
  .modeltheme-countdown .hours-name,
  .modeltheme-countdown .minutes-name,
  .modeltheme-countdown .seconds-name {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .modeltheme-countdown .c_dot {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}


/*account page*/

.woocommerce-MyAccount-content .mtbf-campaign-remaining-time a.mtbf-link {
    display: inline-block !important;
    width: auto;
    margin: 0 auto;
    padding: 13px 25px;
    background: #DF3332;
    border: 0 none;
    font-weight: 500;
}
.woocommerce-MyAccount-content .mtbf-campaign-remaining-time {
    text-align: center;
}