#homespotlight {
  text-transform:uppercase;
  background:url('./mhl_bg.jpg') no-repeat center;
  background-size:cover;
  color:#fff;
}

#homespotlight .title1 {
  font-size:23px;
  font-weight:400;
  letter-spacing:1px;
  margin-top:10px;
  text-align:center;
}

#homespotlight .title2 {
  font-size:24px;
  font-weight:400;
  color:#fb2b57;
  letter-spacing:1px;
  margin-bottom:30px;
  text-align:center;
}

#homespotlight .txt_subscribe {
  font-size:15px;
  font-weight:400;
  letter-spacing:1px;
  text-transform:uppercase;
  text-align:center;
  margin-top:30px;
}

#homespotlight .txt_subscribe p {
  margin:0;
}

#homespotlight .txt_subscribe a {
  text-decoration:underline;
  color:#fb2b57;
}

#homespotlight .countdownwrapper {
  text-align:center;
}

#homespotlight .countdowntitle,
#homespotlight .countdowntitle2,
#homespotlight .countdowntime{
  display:none;
  font-weight:400;
}

#homespotlight .countdowntitle.active,
#homespotlight .countdowntitle2.active {
  display:block;
  font-size:24px;  
  letter-spacing:1px;
}

#homespotlight .countdowntime.active {
  width:100%;
  max-width:450px;
  margin:10px auto 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display:grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4,calc(25% - 2px));
  grid-column-gap: 2px;
  text-align:center;
  font-size:11px;
}

#homespotlight .countdowntime > div {
  border:1px solid #885b98;
  border-radius:6px;
}

#homespotlight .countdowntime .digit {
  font-family: 'vox','Aldrich', sans-serif;
  font-size:40px;
  line-height:40px;
  font-weight:400;
}

section.Pdt .feature-subheader {
  text-transform:uppercase;
  font-weight:600;
  color:#000;
}

section.Pdt [item-id] {
  position: relative;
  margin-top:60px;
}

section.Pdt [item-id] > a {
  display:block;
  position:relative;
  border-bottom:1px solid #ccc;
}

section.Pdt [item-id] .pdt_freebie {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background-color: #f2f2f2;
  font-size: 12px;
  padding:3px 30px;
  margin:0;
  text-align: center;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 300;
  line-height:16px;
}

section.Pdt [item-id] h3 {
  text-transform:uppercase;
  color:#000;
  font-size:16px;
}

section.Pdt [item-id] .pdt_subtitle {
  font-weight:400;
}

section.Pdt [item-id] .item-discount {
  background-image: url(./label_bg.png);
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  width: 92px;
  height: 92px;
  text-align: right;
  padding-top: 10px;
  padding-right: 6px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 14px;
}

section.Pdt [item-id] .item-discount span {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
}

section.Pdt [item-id] .product-price {
  font-size: 24px;
  font-weight: 700;
  color:#000;
}
section.Pdt [item-id] .product-listprice {
  font-size: 16px;
  color: #515151;
}

section.Pdt [item-id] .txt_promocode {
  font-size:12px;
  font-weight:400;
}

section.Pdt [item-id] .txt_promocode span {
  color:red;
  font-weight:700;
}

/*hide promo code row to all country to save pdt cell space*/
.storepage_7 section.Pdt [item-id] .txt_promocode,
.storepage_8 section.Pdt [item-id] .txt_promocode,
.storepage_9 section.Pdt [item-id] .txt_promocode,
.storepage_10 section.Pdt [item-id] .txt_promocode,
.storepage_11 section.Pdt [item-id] .txt_promocode,
.storepage_12 section.Pdt [item-id] .txt_promocode,
.storepage_37 section.Pdt [item-id] .txt_promocode{
  display:none;
}

section.Pdt [item-id] .button-medium {
  padding: 0 10px !important;
  width: auto;
  text-align: center;
  font-size: 14px !important;
}

section.Pdt [item-id] .button-medium:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*reduce button font size for big4*/
.storepage_8 .button-medium,
.storepage_9 .button-medium,
.storepage_10 .button-medium,
.storepage_11 .button-medium,
.storepage_37 .button-medium{
  font-size: 11px !important;
}

.more {
  color: #fff !important;
  background:#fc2a57;
  margin-right: 0 !important;
  width: 100%;
  transition:background .3s ease;
}

.button-medium.more:hover {
  background:#e62851;
}

@media screen and (min-width:375px) {
  #homespotlight .countdowntime.active {
    font-size:12px;
  }
}

@media screen and (min-width:768px) {
  #homespotlight .title1 {
    font-size:36px;
    margin-top:30px;
  }
  #homespotlight .countdowntime.active {
    grid-template-columns: repeat(4,calc(25% - 8px));
    grid-column-gap: 10px;
    width:670px;
    max-width:none;
    font-size:16px;
  }
  #homespotlight .countdowntime .digit {
    font-size:94px;
    line-height:94px;
  }
  section.Pdt [item-id] .pdt_subtitle {
    min-height:60px;
  }
  section.Pdt [item-id] .button-medium {
    padding-left:30px !important;
    padding-right:30px !important;
  }
}

@media screen and (min-width:1200px) {
  #homespotlight .txt_subscribe {
    margin-top:60px;
    margin-left:5%;
    width:90%;
  }
  section.Pdt [item-id] .pdt_subtitle {
    min-height:66px;
  }
  .storepage_8 section.Pdt:not(.pdtlist2) > .row:nth-of-type(2) > div:nth-of-type(-n+4) .pdt_subtitle,
  .storepage_9 section.Pdt:not(.pdtlist2) > .row:nth-of-type(2) > div:nth-of-type(-n+4) .pdt_subtitle,
  .storepage_10 section.Pdt:not(.pdtlist2) > .row:nth-of-type(2) > div:nth-of-type(-n+4) .pdt_subtitle,
  .storepage_11 section.Pdt:not(.pdtlist2) > .row:nth-of-type(2) > div:nth-of-type(-n+4) .pdt_subtitle,
  .storepage_37 section.Pdt:not(.pdtlist2) > .row:nth-of-type(2) > div:nth-of-type(-n+4) .pdt_subtitle {
    min-height:88px;
  }
  section.Pdt [item-id] .button-medium {
    padding-left:40px !important;
    padding-right:40px !important;
  }
  section.Pdt [item-id] h3 {
    min-height:44px;
  }
}

/*special request - to extend the promotion so remove the countdown */
#homespotlight .title2,
#homespotlight .countdownwrapper,
#homespotlight .countdowntime.active {
  display:none;
}