.MerdekaMNT img{
  max-width: 100%;
  object-fit: contain;

}

.MerdekaMNT .kv {
  width: 100%;
}

.MerdekaMNT .pd {
  margin-top: 0%;
}


.MerdekaMNT .pd__title {
  position: relative;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  glyph-orientation-horizontal: 18px;
  z-index: 20;
  color: #fff;
}
.MerdekaMNT .pd__title--red {
  background: rgb(19,25,61);
  background: linear-gradient(90deg, rgba(19,25,61,0) 0%, rgba(254,8,9,1) 50%, rgba(11,24,51,0) 100%);ground: linear-gradient(90deg, rgba(19,25,61,0) 0%, rgba(254,8,9,1) 20%,  rgba(254,8,9,1) 50%,rgba(254,8,9,1) 80%, rgba(11,24,51,0) 100%);
}

.MerdekaMNT .pd__title--gold {
  background: rgb(19,25,61);
  background: linear-gradient(90deg, rgba(19,25,61,0) 0%, #af965b 50%, rgba(11,24,51,0) 100%);ground: linear-gradient(90deg, rgba(19,25,61,0) 0%, rgba(254,8,9,1) 20%,  rgba(254,8,9,1) 50%,rgba(254,8,9,1) 80%, rgba(11,24,51,0) 100%);
}


.MerdekaMNT  .pd__flex {
  display: block;
}


.MerdekaMNT .pd__flexBox {
  padding: 20px 0;
}
.MerdekaMNT .pd__itemBox {
  width: 90%;
  margin: auto;
}




.MerdekaMNT .pd__imgBox {
  position: relative;
}
.MerdekaMNT .pd__imgBox img {
  width: 100%;
  /* min-width: 330px; */
}




.MerdekaMNT .pd__imgBox-icon {
  position: absolute;
  z-index: 1;
  bottom: 8%;
  right: 6%;
  background: #ff0000;
  width: 90px;
  height: 90px;
  border-radius: 999em;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  line-height: 1;
}
.MerdekaMNT .pd__imgBox-icon span {
  font-size: 30px;
}

.MerdekaMNT .pd__imgBox-icon .small {
  font-size: 20px;
}

.MerdekaMNT .pd__textBox {
  width: 314px;
  margin: auto;
  /* max-width: 314px; */
}

.MerdekaMNT  .pd__textBox--horizen {
  margin: 0;
  width: 314px;
  margin: auto;
  margin-top: 5%;
}
.MerdekaMNT .pd__textBox-name {
  font-size: 26px;
  font-weight: bold;
}
.MerdekaMNT .pd__textBox-txt {
  font-size: 16px;
}
.MerdekaMNT .pd__priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 2% 0;
}
.MerdekaMNT .pd__priceBox-old {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-right: 1px solid #000;
  padding-right: 15px;
  line-height: 0.9;
}
.MerdekaMNT .pd__priceBox-old span {
  display: block;
}
.MerdekaMNT .pd__priceBox-new {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 0.9;
}
.MerdekaMNT .pd__priceBox-new span {
  display: block;
  font-size: 22px;
}
.MerdekaMNT .pd__priceBox-new sup {
  font-size: 22px;
}
@media (min-width: 996px) {

  .MerdekaMNT .pd {
    max-width: 1280px;
    margin: -15% auto 0;
  }



  .MerdekaMNT  .pd__flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: -15%;
    margin-top: -5%;
    width: 75%;
    padding-right: 20px;
  }
  .MerdekaMNT .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .MerdekaMNT .pd__itemBox {
    width: calc(25% - 20px);
    margin: 15px 0;
  }



  .MerdekaMNT .pd__imgBox-icon {
    position: absolute;
    z-index: 1;
    bottom: 8%;
    right: 6%;
    background: #ff0000;
    width: 90px;
    height: 90px;
    border-radius: 999em;
    color: #fff;
    text-align: center;
    padding-top: 6%;
    font-weight: bold;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    line-height: 1;
  }
  .MerdekaMNT .pd__imgBox-icon span {
    font-size: 30px;
  }
  .MerdekaMNT .pd__textBox {
    width: 80%;
    margin: auto;
  }

  .MerdekaMNT  .pd__textBox--horizen {
    width: 55%;
    margin: 5% auto 0; 
  }

  .MerdekaMNT .pd-name {
    font-size: 18px;
    font-weight: bold;
  }
  .MerdekaMNT .pd-txt {
    font-size: 16px;
  }
  .MerdekaMNT .pd__priceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 2% 0;
  }
  .MerdekaMNT .pd__priceBox-old {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 15px;
    line-height: 0.9;
  }
  .MerdekaMNT .pd__priceBox-old span {
    display: block;
  }
  .MerdekaMNT .pd__priceBox-new {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 0.9;
  }
  .MerdekaMNT .pd__priceBox-new span {
    display: block;
    font-size: 22px;
  }
  .MerdekaMNT .pd__priceBox-new sup {
    font-size: 22px;
  }
}
.MerdekaMNT .promo {
  padding: 5% 0;
}
.MerdekaMNT .promo__itemBox {
  width: 80%;
  margin: 3% auto;
}
.MerdekaMNT .promo__imgBox {
  position: relative;
}
.MerdekaMNT .promo__textBox {
  text-align: center;
  margin: 3% auto 0;
}
.MerdekaMNT .promo__textBox a {
  display: inline-block;
  background: #fc9d14;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 22px;
}
.MerdekaMNT .promo__textBox a:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media (min-width: 996px) {
  .MerdekaMNT .promo__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 3% auto;
  }
  .MerdekaMNT .promo__itemBox {
    width: calc(50% - 20px);
    margin: 3% auto 1%;
  }
}
.MerdekaMNT .shop {
  background: #000;
  padding-top: 5%;
}
.MerdekaMNT .shop img {
  width: auto;
  text-align: center;
  margin: auto;
}
.MerdekaMNT .shop h2 {
  color: #fff;
}
.MerdekaMNT .shop__wtb {
  max-width: 1280px;
  margin: auto;
  padding: 0 5%;
}
.MerdekaMNT .shop .wtbt_extend button {
  color: #fff;
}
.MerdekaMNT .shop .wtbw_selectorsbar label {
  color: #fff;
}
@media (min-width: 996px) {
  .MerdekaMNT .shop__wtb {
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */