.modal-bottom{position:absolute;bottom:0;margin:0;height:200px !important;-webkit-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%)}.modal.show .modal-custom{transition:transform .2s linear}
/* RAMADHAN */
.ramadhan .bg-ramadhan::after {
  content: '';
  background-image: url(/images/ramadhan/bg.png);
  background-repeat: repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.ramadhan .lentera {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  top: -10px;
  left: 0;
  max-width: 150px;
  display: none;
}
.ramadhan .lentera-right {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  top: -10px;
  max-width: 130px;
  display: none;
  transform: scaleX(-1);
  right: 0;
}
.ramadhan .star-lt {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  top: -10px;
  left: 0;
  max-width: 230px;
  display: none;
}
.ramadhan .star-rt {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  top: -10px;
  max-width: 200px;
  display: none;
  /*transform: scaleX(-1);*/
  right: 0;
}
.ramadhan .star-rb {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  bottom: -100px;
  right: -80px;
  max-width: 330px;
  display: none;
}
.ramadhan .star-lb {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 4px;
  bottom: 0px;
  left: 0;
  max-width: 230px;
  display: none;
}


.ramadhan .ktk-lt {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
  top: 0;
  left: 0;
  max-width: 280px;
  display: none;
}
.ramadhan .ktk-rt {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
  top: 0;
  max-width: 200px;
  display: none;
  /*transform: scaleX(-1);*/
  right: 0;
}
.ramadhan .ktk-rb {
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
  bottom: 0;
  right: 0;
  max-width: 330px;
  display: none;
}
@media (min-width: 768px){
  .ramadhan .lentera, .ramadhan .lentera-right,
  .ramadhan .star-lt, .ramadhan .star-rt, .ramadhan .star-rb, .ramadhan .star-lb,
  .ramadhan .ktk-lt, .ramadhan .ktk-rt, .ramadhan .ktk-rb {
    display: block;
  }
}
.ramadhan .bg-diskon::after {
  content: '';
  background-image: url('/images/ramadhan/bg-diskon-fw.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  top: -90px;
  left: -10px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 400px) {
  .ramadhan .bg-diskon::after {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
}
.ramadhan .limitedoffers .limited-price {
  font-size: 30px;
}
.ramadhan .limitedoffers .limited-price span {
  font-size: 16px;
}
.ramadhan .offer-counter {
  font-size: 1.6em;
}
/* END RAMADHAN */