div#\popup_share {
  margin-top: -64vh;
  z-index: 101;
  position: fixed;
  bottom: 0;
}

.select2{
  margin-bottom: 15px;
}

span#select2-kota_asal-container {
  font-size: 11px;
  padding-top: 4px;
}

span#select2-kecamatan-container {
  font-size: 11px;
  padding-top: 4px;
}


.header.popup {
  height: 50vh;
}

#navbar {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index:2;
}

.option.active{
  font-size: 16px;
  color: #FB5E01;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

@media screen and (min-width:1080px){
  .btn-group-varian::-webkit-scrollbar {
    width: 5px;
    height: 5px;

  
  }
  .btn-group-varian::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent, #b1b1b1);
    border-radius: 6px;
  }
}
@media screen and (min-width:350px) and (max-width:1079px){
  .btn-group-varian::-webkit-scrollbar {
    width: 0px;
    height: 0px;

  
  }
  .btn-group-varian::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, transparent, #ff0000);
    border-radius: 6px;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */

/* Hide scrollbar for IE, Edge and Firefox */
.btn-group-varian {
  overflow-x: scroll;
}


.btn-pilih-varian {
  /* width: 16vw; */
  height: 4vh;
  font-size: 13px;
  color: #cec7c3 !important;
  border-color: #FB5E01 !important;
}
.btn-pilih-varian.active {
  /* width: 16vw; */
  height: 4vh;
  font-size: 13px;
  background: #FB5E01 !important;
  font-weight:bold;
  color: #fff !important;
  border-color: #FB5E01 !important;
}

.btn-pilih-varian.focus {
  /* width: 16vw; */
  outline: none;
  color: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-pilih-varian:hover {
  /* width: 16vw; */
  height: 4vh;
  font-size: 13px;
  color: #fff !important;
  background: #FB5E01 !important;
  font-weight:bold;
  border-color: #FB5E01 !important;
}

.btn-pilih-varian.disabled {
  background-color: #898989;
  border-color: #898989 !important;
}

.card-footer {
    padding: .75rem 0.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.showContent{
    max-height: fit-content;
}
.embed-responsive .card-img-top {
    object-fit: cover;
}
.sticky {
    position: fixed;
    top: 0;
    width: 87%;
    z-index: 300;
  }

textarea {
    resize: none;
}

body{
    overflow-x: hidden;
}

.header{
  max-width: 350px;
  background-color: #00367B;
  position: relative;
  margin: 0 auto;
}

.hero {
  overflow: hidden;
  position: absolute;
  height: 168px;
  background: #00367B;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  width: 100%;
}

.navbar-top {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: start;
  z-index: 1;
  padding: 8px 16px 8px 16px;
  margin: 0px;
}

.navbar-top-home {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: start;
  z-index: 1;
  padding: 14px 16px 4px 16px;
  margin: 0px;
}

.header-navbar-icon{
  font-size: 16px;
}

.header-navbar-title{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0px 20px;
}


.column.left {
    width: 230px;
    flex: 0 0 70%;
    text-align: center;
}
.column.right {
    width: 230px;
    flex: 20 20 20%;
    z-index: 2;
    text-align: right;
    margin: auto;
}

.input-search > input[type="search"]{
  width:100%;
  outline:none;
  border:1px solid #ccc;
  position: relative;
  height:48px;
  padding:0 20px;
  border-radius:55px;
  transition:.5s;
}
.input-search > input[type="search"]:focus{
  outline: none !important;
  border:1px solid #FB5E01;
}

.input-search > input[type="search"]::placeholder{
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: #A6A6A6;
}


.input-search > input[type="search"]:focus + i{
  color:#FB5E01;
}
.input-search {
  position: relative;
  width: 100%;
  height: 48px;
}
.input-search i {
  position: absolute;
  right:0;
  color:#444;
  top:0;
  font-size:20px;
  height:38px;
  width:38px;
  padding:12px;
  box-sizing:border-box;

}

#navbar_top {
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.diskon{
    margin: 0;
}

.card .card-body .product-title {
    display: block;
    text-transform: uppercase;
    /* font-weight: bold; */
}

.card .card-body .button-action i.fa{
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    margin: 5px;
}


.button-action{
    text-align: center;
}


.ads_sponsors{
  width: 100%;
  position: relative;
}
@media screen and (max-width:800px) and (min-width:271px){

  #whatsapp-rotator-feature{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 80px;
    right: 20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }

  .ads_sponsors div img{
     width:80vw;
     position: relative;
     height:100px;
     margin: 1vw 1vw;
     border-radius: 10px;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  }

}
@media screen and (min-width:801px){
  .ads_sponsors div img{
    position: relative;
    width:328px;
    height:120px !important;
    margin: 12px 12px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  }

  #whatsapp-rotator-feature{
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }



}

.fixed-top-navbar{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}

/* .slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 16px;
} */
.slick-dots li.slick-active button {
    color: #FB5E01;
    border-radius: 100%;
}
/* .slick-dots li button {
  border: 1px solid #FFF;
} */
.slick-dots li.slick-active button:before {
    color: transparent;
}

.slick-dots li.slick-active button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .75 !important;
    color: #FB5E01 !important;
    -webkit-font-smoothing: antialiased;
}

/* .slick-slide img {
      height:120px;
}

.slick-list{
    height: 120px !important;
} */

.diskon {
    display: inline-block;
}

.etalase .card{
    margin: 5px;
}

.text-etalase {
    padding: 70px 0;
    text-align: center;
    vertical-align: middle;
}

.banner-container {
    width: 100%;
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
}

.resources{
    margin-top: 8px;
}

.brs-nav-link.active{
  color: #FB5E01 !important;
  font-size: inherit !important;
}

.brs-company-payment-method-list{
  border-bottom: 1px black;
}

.brs-nav-link{
  padding: 5px 10px;
  color: #666;
  font-weight: 600;
}

.active {
    font-size: 30px;
    color: green;
}

.icon-nav {
    color: #333;
    text-align: center;
    text-decoration: none;
}

.icon-nav:hover{
  text-decoration:none;
}



.navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    align-items: stretch;
    border-top: 1px solid #DCDCDC;
}

.icon-nav .navbar-ico {
  position: relative;
  display: inline-block;

}

.navbar-ico .navbar-icon-badge {
  position: absolute;
  top: -5px;
  left: 90%;
  padding: 2px 6px;
  border-radius: 50%;
  background-color: #FB5E01;
  color: #fff;

  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
}
.icon-nav > .icon-text{
  display: block;
  color: #FB5E01;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
}

#page-wrapper{
    margin:0;
}

.no-padding{
    padding:0;
}

.no-margin{
    margin:0;
}

a.qty {
    display:block;
    width: 33px !important;
    height: 33px !important;
    border-radius: 2em;
    font-size:1.5em;
    font-weight: bold;
    text-align: center;
    background: #43ace3;
    color: #fff !important;
}

a.qty:hover {
    background: #3b9ac6;
}
.layout-inline > * {
    display: inline-block;
}

.col {
    padding: 1em;
}

.col-qty {
    text-align: center;
    display:flex;
}

.col-qty .btn-minus,.col-qty .btn-plus {
    padding:5px;
}

.input-qty {
    font-size:1.2em;
    color: #8a8a8a;
    width:100%;
    text-align: center;
}

#resource-slider {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width:300px;
height: 13em;
margin: auto;
border-radius: 3px;
background: #fff;
border: 1px solid #DDD;
overflow: hidden;
}

#resource-slider .arrow {
cursor: pointer;
position: absolute;
width: 2em;
height: 100%;
padding: 0;
margin: 0;
outline: 0;
background: transparent;
}

#resource-slider .arrow:hover {
background: rgba(0, 0, 0, 0.1);
}

#resource-slider .arrow:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0.75em;
height: 0.75em;
margin: auto;
border-style: solid;
}

#resource-slider .prev {
left: 0;
bottom: 0;
}

#resource-slider .prev:before {
left: 0.25em;
border-width: 3px 0 0 3px;
border-color: #333 transparent transparent #333;
transform: rotate(-45deg);
}

#resource-slider .next {
right: 0;
bottom: 0;
}

#resource-slider .next:before {
right: 0.25em;
border-width: 3px 3px 0 0;
border-color: #333 #333 transparent transparent;
transform: rotate(45deg);
}

#resource-slider .resource-slider-frame {
position: absolute;
top: 0;
left: 2em;
right: 2em;
bottom: 0;
border-left: 0.25em solid transparent;
border-right: 0.25em solid transparent;
overflow: hidden;
}

#resource-slider .resource-slider-item {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
}



#resource-slider .resource-slider-inset {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0.5em 0.25em;
overflow: hidden;
}

@media ( max-width: 60em ) {
#resource-slider .resource-slider-item {
    width: 50%;
}
#resource-slider {
    height: 16em;
}
}

@media ( max-width: 45em ) {
#resource-slider .resource-slider-item {
    width: 50%;
}
}

@media ( max-width: 30em ) {
#resource-slider .resource-slider-item {
    width: 100%;
}
#resource-slider {
    height: 19em;
}
}

.resource {
    font-family: system-ui,-apple-system,roboto,"segoe ui",sans-serif;
    position: relative;
    margin-top: 0.2em;
}

.resource > header {
    line-height: 1;
    position: absolute;
    bottom: 0;
    padding: 1em;
    height: 100%;
    width: 90%;
    pointer-events: none;
}

.resource > footer {
    position: absolute;
}

.resource  h3,
.resource  h4 {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 300;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: .75em;
    left: 0;
    padding: .5em;
    margin: 0;
    a {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
        }
}

.resource  h4  {
    font-size: 1em;
}

.resource h4 a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    &:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    &:active,
        &:hover {
        outline: 0;
        }
    }


.rounded-3{
    border-radius:15px;
}

.rounded-4{
    border-radius:20px;
}

.rounded-5{
    border-radius:25px;
}

.paymentWrap {
    padding:15px 0;
}

.paymentWrap .paymentBtnGroup {
max-width: 800px;
margin: auto;
}

.paymentWrap .paymentBtnGroup .paymentMethod {
padding: 25px;
box-shadow: none;
position: relative;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active {
outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
border-color: #4cd264;
outline: none !important;
box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method {
position: absolute;
right: 3px;
top: 3px;
bottom: 3px;
left: 3px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border: 2px solid transparent;
transition: all 0.5s;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.bca {
background-image: url("img/logo-bca.png");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.bri {
background-image: url("img/logo-bri.png");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.gopay {
background-image: url("http://www.paymentscardsandmobile.com/wp-content/uploads/2015/08/Amex-icon.jpg");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.indomaret {
background-image: url("http://i.imgur.com/VkiM7PL.jpg");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash {
background-image: url("http://www.busbooking.lk/img/carousel/BusBooking.lk_ezCash_offer.png");
}


.paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
border-color: #4cd264;
outline: none !important;
}

.harga-diskon{
  font-weight: bold;
  line-height: 20px;
}

.harga-asli{
  line-height: 20px;
}

.discount-percent{
  color: #FB5E01;
  background-color: rgba(251, 94, 1, 0.1);
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
}

.scribble-price{
  color: #BBBBBB;
  text-decoration-line: line-through;
}

.wishlist-background{
  position: absolute;
  right: 5%;
  top: 5%;
  bottom: 0%;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 100px
}
.product-wishlist-icon{
  position: absolute;
  margin: auto;
  background: #DDDDDD;
}


.rectangle-display{
  min-width: 129px !important;
  min-height: 49px !important;
  padding: 12px 11px 12px 12px;
  margin: 12px 12px 0px 0px;

  color: #FB5E01;
  background: #FFFFFF;
  /* Primary */

  border: 1px solid #FB5E01;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.rectangle-display-body{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}

.rectangle-display.active{
  background: #FF9933 !important;
  color: #fff !important;
}

.rectangle-display.active > .rectangle-display-body::after {
    background-color: #fff;
    top: -4px;
    left: 10px;
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    width: 10%;
}

.product-title{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  /* identical to box height, or 100% */
}

.product-price{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.product-discount-price{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.product-detail-description{
    overflow: hidden;
    color: #828282;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.description-detail{
  max-height: 20vh;
}

.showContent {
  max-height: fit-content;
}
.readmore .moreText {
  display:none;
}
.readmore a.more {
  display:block;
}

.body-product-detail{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}

.body-product-detail > .product-title{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  /* identical to box height, or 100% */
}

.product-detail-wishlist{
  position: absolute;
  top: -23px;
  right: 23px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.13);
  border-radius: 100px;
}

.product-detail-wishlist img{
  height: 46px;
  width: 46px;
}

.product-detail-body{
  display: flex;
  border-top: 1px solid #F1F1F1;
  flex-direction: column;
  font-family: Source Sans Pro;
  font-style: normal;
  /* font-weight: bold; */
  font-size: 12px;
  line-height: 18px;
}

.product-detail-total{
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  /* position: fixed; */
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0px -6px 3px rgba(0, 0, 0, 0.03);
  /* height: 48px; */
  /* z-index: 2; */
}

.product-detail-total > div:nth-of-type(1) span.subtotal-text{
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  display: block;
  padding: 2px 0px;
}

.product-detail-total > div:nth-of-type(1) span.subtotal-amount{
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  display: block;
  padding: 2px 0px;

}

.rating{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.rating-star-on {
  background-color: #FFE600;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 12px;
  width: 12px;
}

.rating-star-off {
  background-color: #DDDDDD;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 12px;
  width: 12px;
}

.product-sold{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.order-note{
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px;
  font-size: 12px;
}

.order-note::placeholder{
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #ABABAB;
}

.order-note:focus {
    outline: none !important;
    border:1px solid #FB5E01;
  }

/* CSS Cart Page */
.cart-item{
  background-color: #fff;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px;}
  /* .cart-item che */
  .card-item input[type=checkbox]{
    background: #FFFFFF;
    border: 1px solid #FB5E01;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 4px;}
  .cart-item.checkbox{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #333333;}

  .cart-item-body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}
    .cart-item-body .btn-remove-cart{
      font-size: 18px;
      color: #FB4C4C}
    .cart-item-body > .cart-item-image{
      margin-right: 14px;
      flex-grow: 0;}
      .cart-item-body > .cart-item-image img{
        border-radius: 10px;}
    .cart-item-body > .cart-item-title{
      margin-left: 8px;
      margin-right: 8px;
      flex-grow: 2;}
    .cart-item-body > .cart-item-title a{
      padding: 4px 0px;
      font-weight: normal;
      font-size: 13px;
      line-height: 18px;
      text-decoration: none;
      color: #333333;}

  .cart-item-footer{
      }

.cart-form {
  background-color: #fff;
  padding: 4px;}

  .cart-form input[type="number"],
  .cart-form input[type="date"],
  .cart-form input[type="email"],
  .cart-form input[type="password"],
  .cart-form input[type="text"],
  .cart-form textarea,
  .cart-form select{
      background: #FFFFFF;
      border: 1px solid #E0E0E0;
      box-sizing: border-box;
      border-radius: 10px;
      padding: 14px 12px;
      font-size: 14px;
      display: block;
      font-weight: normal;
      line-height: 18px;
      box-sizing:border-box;
      width: 100%;
      margin-bottom: 6px;
      margin-left: 1px;
      margin-right: 1px;}

  .cart-item input[type=checkbox]{
    background: #FFFFFF;
    border: 1px solid #FB5E01;
    box-sizing: border-box;
    border-radius: 4px;
  }

  .cart-form input[type="text"]:focus,
  .cart-form input[type="email"]:focus,
  .cart-form input[type="password"]:focus,
  .cart-form input:focus{
      outline: none !important;
      border:1px solid #FB5E01;
      box-sizing: border-box;
      /* border-radius: 10px; */
  }

  .cart-form select option:disabled{
      outline: none !important;
      border:1px solid #FB5E01;
  }

  .cart-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }


  .cart-form select:focus{
    background-image:
    linear-gradient(45deg, #FB5E01 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: #FB5E01;
    outline: 0;
  }

  .cart-form input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder, select::placeholder{
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #ABABAB;
  }

  .order-note::placeholder{
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #ABABAB;
  }

  .order-note:focus {
      outline: none !important;
      border:1px solid #00367B;
    }
/* End Of CSS Cart Page */

.wrap-empty{
  padding: 30px;
  align-items: center;
  text-align: center;
  width: 100%;
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    @media only screen and (min-width:280px) and (max-width:410px){
      .card-box { max-width:100vw !important;}
      #page-wrapper{ max-width:100vw !important;}
      .header{ max-width:100vw !important;}
      .navbar{ padding-left: 10vw; padding-right: 10vw; }

    }
    @media only screen and (min-width:411px) and (max-width:539px){
      .card-box { max-width:100vw !important;}
      #page-wrapper{ max-width:100vw !important;}
      .header{ max-width:100vw !important;}
      .navbar{ padding-left: 10vw; padding-right: 10vw; }
    }
    @media only screen and (min-width:540px) and (max-width:600px){
      .card-box { max-width:100vw !important;}
      #page-wrapper{ max-width:100vw !important;}
      .header{ max-width:100vw !important;}
      .navbar{ padding-left: 10vw; padding-right: 10vw; }
    }

    /* input password cart */
  .input-icons {
      width: 100%;
      position: relative;
  }
  .input-icons i {
    position: absolute; 
  }
  .icon {
    padding: 10px;
    color: green;
    min-width: 50px;
    text-align: center;
    margin-top: 37px;
    right: 0;
  }
  .input-field {
    width: 100%;
    padding: 10px;
}



/* Voucher sudah digunakan */
.is-used {
  min-width: 129px !important;
  min-height: 49px !important;
  padding: 12px 11px 12px 12px;
  margin: 12px 12px 0px 0px;
  color: #aaa;
  background: #ffffff;
  border: 1px solid #545b62;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
  border-radius: 10px;
}

