.translation_missing{
    color: red;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

a { 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0 !important;
  outline-style:none;
}
button, object, embed { 
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner { 
 outline: 0; 
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{
  outline: 0;
}

input::-moz-focus-inner { 
  border: 0; 
}
object, embed { 
  outline: 0;
}

#notice {
  padding: 10px;
  text-align: center;
  background-color: #2B6EE4;
  color: #fff;
}
#error{
  padding: 10px;
  text-align: center;
  background-color: #E42B39;
  color: #fff;
}
#extra_notice{
  padding: 10px;
  text-align: center;
  background-color: #C3DD1F;
  color: #2A1E1E;
  font-weight: bold;
}

.hide{
  display: none;
}
.update_database_msg, 
.div_error{
  display: inline-block;
  width: 100%;
  text-align: right;
}
.update_database_msg span{
  width: auto !important;
  float: none !important;
}

#shopping_cart_bt_confirm{
    position: fixed;
    display: table;
    bottom: 30px;
    right: 20px;
    background-color: #FF0505;
    text-align: center;
      cursor: pointer;

    border-radius: 50%;
    width: 90px;
    height: 90px;
    z-index: 10000000000000000000;

    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: ease;
}
  @keyframes bounce {
      0%   { transform: translateY(0); }
      30%  { transform: translateY(-50px); }
      50%  { transform: translateY(0); }
      100% { transform: translateY(0); }
  }

#shopping_cart_bt_wrapper{
    display: table-cell;
    vertical-align: middle;
}
#shopping_cart_bt_confirm_logo:before {
  font-family: FontAwesome;
  content: "\f07a";
  color: white;
  font-size: 30px;
}
#shopping_cart_bt_confirm_value{
    font-size: 18px;
    color: white;
}
#shopping_cart_button_placer .ui-effects-wrapper{
  width: auto !important;
}
/* ============= on produk thumb =============== */
#index_produk_header{
  margin-bottom: 10px;
}
.produk_show {
    margin: 0  0 10px 10px;
    float: left;
    display: table;
    padding: 5px;
    outline: 1px solid #F4F4F4;
}
.produk_show a{
    text-decoration: none;
}
.box_thumb_produk{
  cursor: pointer;
  position: relative;
}
.box_thumb_produk:hover .edit_produk {
    display: block !important;
}
.box_thumb_produk .box_thumb_image{
    width: inherit;
    height: 250px;
    border: 0;
}
.box_thumb_produk .box_thumb_image .center_image_wrapper{
  width: inherit;
  text-align: center;
  margin: 0 auto;
}
.box_thumb_produk .center_image{
  width: inherit;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_thumb_produk .center_image img {
  max-width: 168px;
  max-height: 150px;
}
.box_thumb_produk .box_thumb_image_note{
  width: 100%;
  max-width: inherit; 
  height: auto; 
  margin: 0 auto; 
  margin-top: 5px;
  display: table;
  word-break: break-word;
  padding: 1rem;
}

.box_thumb_produk .thumb_nama_produk{
  height: 40px;
  line-height: 15px;
  color: #323232; 
  text-align: left;
  margin-top: 0px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 11pt;
  font-weight: bolder;
}
.box_thumb_produk .thumb_harga_produk_container{
    text-align: left;
    display: table-row;
}
.box_thumb_produk .thumb_harga_produk_container label{
  padding: 0;
  margin: 0;
}
.box_thumb_produk .thumb_harga_produk_container .thumb_harga_produk_line_through{
   text-align: left;
   display: inline;
}
.box_thumb_produk .thumb_harga_produk_container .thumb_harga_produk_line_through label{
    color: #646060; 
    text-decoration: line-through; 
    text-decoration-color: #2C2222; 
    font-size: 12px;
}
.box_thumb_produk .thumb_harga_produk_container .thumb_harga_produk{
  font-size:14px;
  text-align: left;
  display: inline;
}
.box_thumb_produk 
.thumb_harga_produk_container 
.thumb_harga_produk 
.thumb_harga_produk_normal{
    color: #e84801; 
    font-weight: bold;
}
.box_thumb_produk 
.thumb_harga_produk_container 
.thumb_harga_produk 
.thumb_harga_produk_diskon{
    color: #ec5555; 
    font-weight: bold
}
.box_thumb_produk .thumb_produk_stok{
    text-align: left; /*margin-top: 5px;*/ 
    height: auto;
    font-size: 9pt;
}
.box_thumb_produk .button_produk{
    position: absolute;
    top: 10px;
    min-width: 70px;
    padding: 5px;
    min-height: 20px;
    display: none;
    z-index: 1;

    background-color: #0A69B8;
    border: 0px solid #4F92A9;
    color: white;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radiust: 2px;
    border-radius: 2px;
    text-align:center;
    cursor: pointer;
    font-size: 10pt;
}
.box_thumb_produk .button_produk:hover{
    background-color: #0AB82D;
    color: white;
}
.box_thumb_produk:hover .button_produk{
    display: block;
}
.box_thumb_produk .button_produk .show_detail_button{
    display: none;
}
.box_thumb_produk .add_to_cart_button_container_produk_thumb{
  height: 100%;
}
.box_thumb_produk #add_to_cart_button{
    height: 100%;
    width: 100%;
    /*padding: 5px;*/
    margin: 0;
    display: table;
}
.add_to_cart, .add_to_cart_loading {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box_center_image_and_image_note{
  position: relative;
}
.box_center_image_and_image_note a{
  text-decoration: none;
}
.box_center_image_and_image_note a:hover{
  text-decoration: none;
}
.box_thumb_produk #add_to_cart_button .add_to_cart_loading{
    font-size: 8pt;
}
.box_thumb_produk #add_to_cart_button .add_to_cart{
}
.box_thumb_produk .produk_additional_text_with_zero_stock{
  position: absolute;
  bottom: 10px;
  right: 0;
}
.produk_additional_text_with_zero_stock span:before, .produk_additional_text_with_zero_stock div:before {
  font-family: FontAwesome;
  content: "\f071";
}
.produk_additional_text_with_zero_stock .fa{
  color: #ED4A4A;
  font-size: 14px;
  cursor: initial;
  display: none;
}
.produk_additional_text_with_zero_stock .fa:hover{
  color: #545050;
}
/* ============= end on produk thumb =============== */

/* ============= on produk show =============== */
#content_info_target{
  position: relative;
}
#div_sidebar_produk_promo_body .produk_show{
    margin: 0 auto;
    margin-bottom: 5px;
    float: none;
}

#div_produk_jumlah_to_cart, 
#add_to_cart_button_container_produk_show{
  float: left;
}
#div_produk_jumlah_to_cart{
  margin-right: 5px;
}
#div_produk_jumlah_to_cart span,
#div_produk_jumlah_to_cart label,
#div_produk_jumlah_to_cart input {
  padding: 10px;
  text-align: center;
  display: block;
  float: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 50px;
}
#div_produk_jumlah_to_cart span,
#div_produk_jumlah_to_cart label{
  width: 40px;
  cursor: pointer;
  font-size: 20px;
}
#div_produk_jumlah_to_cart input{
  width: 50px;
  border-left: 0;
  border-right: 0;
}

.add_to_cart_button_container_produk_show #add_to_cart_button {
  background-color: #f96924;
  border: 0px solid #4F92A9;
  color: white;
  /*font-weight: bold;*/
  margin: 0 auto;
  -moz-border-radius: 2px;
  -webkit-border-radiust: 2px;
  border-radius: 2px;
  height: 50px;
  text-align: left;
  float: left;
  font-size: 23px;
  margin-bottom: 20px;
  cursor: pointer;
  display: table;
  padding: 0 10px;
  /*min-width: 55%;*/
}
.add_to_cart_button_container_produk_show #add_to_cart_button:hover{
    background-color: #0AB82D;
    color: white;
}

#div_nama_produk{
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 4rem;
}
#div_produk_harga{
  padding-bottom: 20px;
}
#div_sub_total{
  color: #d73b3b;
}
#produk_content_4{
    font-size: 14px;
}
#produk_content_4 .field{
  border-bottom: 1px solid #ddd;
  /*min-height: 27px;
  margin-bottom: 5px;
  padding-bottom: 7px;*/
}
#produk_content_4 .field label{
    width: 33%;
    position: relative;
}
#produk_content_4 .field span{
    width: 60%;
    display: inline-block;
}
#produk_content_4 .field input{
    /*width: 100%;
    display: inline-block;*/
    border: 1px solid #ddd;
    width: 60%;
}
#produk_content_4 .field input.error{
  background-color: #fac8c8;
  color: #fff;
}
#produk_content_4 .field input.error::-webkit-input-placeholder,
#produk_content_4 .field input.error::-moz-placeholder,
#produk_content_4 .field input.error::-ms-input-placeholder,
#produk_content_4 .field input.error::-moz-placeholder {
  color: #fff;
}
#produk_content_4 #div_produk_harga{
  font-size: 30px;
}
#produk_content_4 #div_produk_harga .div_produk_harga_normal{
  color: #082F83;
}
#produk_content_4 #div_produk_harga .div_produk_harga_normal_coret{
  text-decoration: line-through;
  font-size: 14px;
}
#produk_content_4 #div_produk_harga .div_produk_harga_diskon{
  color: #f95959;
  font-size: 30px;
  font-weight: bolder;
}
#produk_content_4 #div_produk_harga .produk_additional_text_with_zero_stock{
  font-size: 11px;
  font-style: italic;
}
#produk_content_4 #div_produk_harga .produk_additional_text_with_zero_stock span{
  float: none;
  width: auto;
}

#div_warna_produk,
#div_ukuran_produk{
  margin-bottom: 15px;
  float: left;
}
#div_warna_produk{
  padding-right: 10px;
  width: 40%;
  min-width: 100px;
}
#div_ukuran_produk{
  margin-bottom: 30px;
  width: 60%;
}
#div_warna_produk select{
  width: 100%;
  padding: 7px;
}
#div_ukuran_produk button{
  display: inline-block;
  margin-bottom: 0;
  /* font-weight: 400; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  margin: 2px;
  font-size: 13px;
  /* line-height: 1.428571; */
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 100px;
  padding: 1rem;
}
#div_ukuran_produk button.active{
    background-color: #0a69b8;
    color: #fff;
}

#div_wa{
  /*float: none;
  width: 100%;
  margin-bottom: 10px;*/
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 10px;
}
#div_wa a{
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
#div_wa a div{
  padding: 0px 10px 0px 10px;
  border: 1px solid #0e8b06;
  text-align: center;
  border-radius: 20px;
}
#div_wa a div img{
  vertical-align: middle;
  max-width: 25px;
  max-height: 25px;
}
#div_wa span{
  color: #0f8d08;
  font-size: 18px;
  vertical-align: middle;
}

/* Thumb */
#div_thumb{
  height: 150px;
  width: 100%;
  margin: 1rem 0 4rem 0;
  display: block;
  text-align: center;
  background-color: transparent;
  position: relative;
}

#carousel .slick-slide{
  background-color: #fffcfc;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  
}
#carousel .slick-slide .image_thumb_vertical_middle{
  height: 150px;
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
#carousel .slick-slide img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.slick-prev:before, .slick-next:before{
  color: #403c3c !important;
}

#div_frame{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
/* ============= end on produk show =============== */


/* ============= on check out =============== */
.angka_harga {
  /*font-family: 'courier new';*/
  text-align: right;
  white-space: nowrap !important;
  width: 1%;
}

#div_detail_pemesan,
#div_form_ekspedisi,
#div_form_pembayaran{
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

#div_detail_pemesan div.field {
  position: relative;
  display: table;
  min-height: 30px;
  width: 100%;
  margin-bottom: 2rem;
}
#div_detail_pemesan div.field label{
  width: 30%;
}
#div_detail_pemesan input[type="text"], 
#div_detail_pemesan input[type="search"],
#div_detail_pemesan textarea, 
#div_detail_pemesan select {
    /*font-family: calibri;
    font-size: 14px;*/
    line-height: 14px;
    width: 60%;
}
/*#div_detail_pemesan select {
    width: 75%
}*/
#div_detail_pemesan #div_informasi_pemesanan,
#div_detail_pemesan #div_informasi_pengiriman{
  width: 45%;
}
#div_detail_pemesan #div_informasi_pemesanan{
  float: left;
}
#div_detail_pemesan #div_informasi_pengiriman{
  float: right;
}
#informasi_pengiriman div.field input[type="checkbox"], 
#informasi_pemesanan div.field input[type="checkbox"]{
  float: left !important;
  width: auto !important;
  margin-top: 1px !important;
}
#informasi_pengiriman #centang_jika_sama_form_konfirmasi, 
#informasi_pemesanan #centang_drop_ship{
  font-weight: bold; 
  cursor: pointer; 
  width: auto; 
  float: none;
  margin-left: 3px;
}
#shopping_cart_is_drop_ship,
#shopping_cart_alamat_pengiriman_sama{
  height: auto;
}

#div_daftar_pesanan{
  padding-bottom: 10px;
  border-bottom: 0px solid #C7C4C4;
}

#div_ekspedisi,
#div_rincian_pemesanan{
  width: 45%;
}

#div_ekspedisi{ 
  padding-bottom: 40px;
  border-bottom: 0px solid #C7C4C4; 
  float: left;
}
#div_ekspedisi .field label{
  min-width: 150px;
  width: 20%;
}

#div_ekspedisi_info_wrapper{
  /*margin: 10px;*/
}
#div_ekspedisi #div_ekspedisi_info_wrapper #div_info_detail_pengiriman{
  float: none;
  width: 100%;
}
#div_ekspedisi #div_ekspedisi_info_wrapper #div_info_detail_pengiriman .field{
  /*min-height: 0;*/
  /*margin-bottom: 0;*/
}
#div_ekspedisi_info_wrapper label{
  width: 150px;
}
#div_ekspedisi_info_wrapper label:after{
    content: ":";
    float: right;
    /*margin-left: 10px;
    margin-right: 10px;*/
}
#div_ekspedisi_info_wrapper #div_info_detail_pengiriman #info_detail_pengiriman_alamat{
  float: right;
  width: 70%;
}
#div_ekspedisi #div_ekspedisi_info_wrapper #div_ekspedisi_info{
  text-align: left;
}

#div_ekspedisi #div_ekspedisi_info_wrapper #div_ekspedisi_pilihan_ekspedisi{
  float: none;
  text-align: left;
  width: 100%;
  /*margin-top: 60px;*/
}
#div_ekspedisi #div_ekspedisi_info_wrapper #div_ekspedisi_pilihan_ekspedisi select{
  padding: 5px;
}
#div_table_ongkos_kirim #div_ongkos_kirim .jenis_layanan_ekspedisi{
  width: auto;
  padding: 10px;
  float: left;
}
#div_ekspedisi #div_ongkos_kirim .jenis_layanan_ekspedisi:hover{
  background-color: #DFEEFD;
}
#div_ongkos_kirim .jenis_layanan_ekspedisi label{
  min-width: 0;
  width: auto !important;
  float: none;
}
#div_ongkos_kirim .jenis_layanan_ekspedisi span{
  float: none;
  margin: 0;
}
#div_ongkos_kirim .jenis_layanan_ekspedisi .table_ongkos_kirim_desc_servis{
  font-size: 8pt;
  float: none;
  display: block;
}
#div_ekspedisi .radio_ongkir{
  display: none;
}
#div_ekspedisi .bt_radio_ongkir{
  background-color: #f4f4f4;
  color: #514949;
  border: 1px solid #ddd;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
}
#div_ekspedisi .bt_radio_ongkir_selected{
  background-color: #f15c05;
  color: #fff;
}
#div_ekspedisi #div_ekspedisi_pilihan_ekspedisi_loading{
  text-align: center;
  width: 100%;
  padding: 20px;
  display: block;
}


#div_rincian_pemesanan{
  float: right;
}

#div_jalur_pembayaran{ }
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .payment_channel{
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
  min-width: 120px;
}
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .payment_channel_opsi{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  position: relative;
}
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .payment_channel_opsi .radio_channel{
  vertical-align: middle;
  margin: 0;
}
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .payment_channel_opsi img{
  max-height: 50px;
  max-width: 100px;
  vertical-align: middle;
  cursor: pointer;
}
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .mode_testing{
  position: absolute;
  top: 0;
  opacity: 0.7;
  width: 120px;
  height: 55px;
  left: 13px;
  background-color: #ddd;
  font-size: 11px;
}
#div_jalur_pembayaran #div_jalur_pembayaran_wrapper .mode_testing span{
  margin-top: 20px;
  display: block;
}

#div_rincian_pembayaran{
  float: right;
  width: 100%;
  margin-top: 20px;
}
#div_rincian_pembayaran_info{
  margin-top: 30px;
}
#div_rincian_pembayaran_info label{
  width: 32%;
  text-align: left;
  position: relative;
}
#div_rincian_pembayaran_info label:after{
    content: ":";
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
#div_rincian_pembayaran_info span{
  width: 67%;
  text-align: right;
  display: inline-block;
  float: right;
}
#div_rincian_pembayaran_info #total_akhir{
  font-size: 16pt;
  font-weight: bold;
}
#div_rincian_pembayaran_info .line_separator{
  border-top: 1px solid #C7C4C4;
  margin: 10px 0;
}

.voucher_belanja span, #voucher_belanja_shopping_cart_label{
  color: green;
}

#div_informasi_tambahan,  #div_tempat_penjemputan{
  margin-top: 40px;
}
#div_informasi_tambahan textarea,
#div_tempat_penjemputan textarea{
  width: 100%;
  height: 150px;
  padding:20px;
}

#div_konfirmasi_pembayaran{
  /*margin-top: 40px;*/
}

#div_konfirmasi_pembayaran span{

}
#div_konfirmasi_pembayaran #informasi_konfirmasi_pembayaran i{ display: inline-block; }


/* ??? */

#div_button_shopping_cart{
  float: right;
}

.div_button_shopping_cart{
  width: 50%;
  margin: 20px auto;
}
#bt_prosess{
  margin-bottom: 50px;
}
#bt_prosess .button_form_shopping{
  width: 100%;
  height: 5rem;
}
#bt_prosess #label_tac{
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
}
#bt_prosess #label_tac span{
  color: #2978db;
}

#bt_kembali_belanja,
#bt_batalkan_pesana{
  width: 48%;
}
#bt_kembali_belanja .button_form_shopping,
#bt_batalkan_pesana .button_form_shopping{
  width: 100%;
}

.as_button,
a.as_button,
.div_button_shopping_cart .button_form_shopping_placer input, 
.div_button_shopping_cart .button_form_shopping_placer a{
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  border: 1px solid #08c;
  border-radius: 3px;
  background-color: #08c;
  color: white;
  margin-top: 15px;
  text-decoration: none;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
}
.as_button:hover,
a.as_button:hover,
.div_button_shopping_cart .button_form_shopping_placer input:hover, 
.div_button_shopping_cart .button_form_shopping_placer a:hover{
  /*background-color: blue;*/
  text-decoration: none;
  color: white;
  background-color: #0e90d1;
}
.div_button_shopping_cart #bt_prosess input{
  border: 1px solid #c64d06;
  background-color: #f15c05;
}

#konfirmasi_pesanan {}
#konfirmasi_pesanan th {
    border: none;
    border-bottom: 2px solid #CCC;
    border-top: 2px solid #CCC;
    color: black;
    font-weight: bold;
    padding: 10px 5px;
    font-size: 14px;
}
#konfirmasi_pesanan td {
  border: none;
  border-bottom: 2px solid #CCC;
  padding: 10px;
  vertical-align: middle;
}
.konfirmasi_foot {
  text-align: right; 
  font-weight: bold;
  font-size: 14px;
}

#konfirmasi_pesanan input[type="text"],
#konfirmasi_pesanan input[type="search"] {
  border: none;
  border-bottom: 1px solid #CCC;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
#konfirmasi_pesanan .ui-autocomplete-input{
  background-image: url(/images/search2.png);
  background-repeat: no-repeat;
  background-position: right;
}
#konfirmasi_pesanan input[type="text"]:focus,
#konfirmasi_pesanan input[type="search"]:focus  {
  -webkit-box-shadow: 0 5px 5px -5px  rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 5px 5px -5px rgba(82, 168, 236, 0.6);
  box-shadow: 0 5px 5px -5px rgba(82, 168, 236, 0.6);
}
.edit_shopping_cart {
  padding: 0px;
}
.input_jumlah_form_konfirmasi {
  max-width: 50px !important; 
  width: 50px; 
  text-align: center; 
  margin: 0 auto;
}
#list_belanja table {
  border: 1px solid #CCC;
  margin: 0px 0px;
}
#list_belanja th { 
  border: none;
  padding: 10px;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  font-size: 14px;
}
#list_belanja td { 
  padding: 5px;
  border: none;
}
#list_belanja .konfirmasi_foot {
  border: none;
  padding: 10px;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  font-size: 14px;   
}

#list_belanja{
  width: 100%;
}
.detail_belanja{
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: table;
  margin-bottom: 15px;
  position: relative;
}
.detail_belanja_img{
  display: table-cell;
  margin-right: 10px;
  width: 110px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.detail_belanja_img img{
  max-width: 100px;
  max-height: 100px;
}
.detail_belanja_barang{
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.detail_belanja_barang .error{
  background-color: #fac8c8;
  color: #fff;
}
.detail_belanja_barang .error::-webkit-input-placeholder,
.detail_belanja_barang .error::-moz-placeholder,
.detail_belanja_barang .error::-ms-input-placeholder,
.detail_belanja_barang .error::-moz-placeholder {
  color: #fff;
}
.detail_belanja_barang .detail_belanja_barang_nama{
  margin-bottom: 10px;
}
.detail_belanja_barang .detail_belanja_barang_nama label{
  min-width: 0;
  font-weight: bold;
}
.detail_belanja_barang .detail_belanja_barang_jumlah input{
  padding: 5px;
  width: 80px;
  text-align: center;
}
.detail_belanja_barang .detail_belanja_barang_jumlah input[type=number]::-webkit-inner-spin-button, 
.detail_belanja_barang .detail_belanja_barang_jumlah input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.detail_belanja_barang .detail_belanja_barang_jumlah .detail_belanja_barang_tgl_check_in_input{
  width: 130px;
  text-align: center;
}
.detail_belanja_barang_harga, 
.detail_belanja_barang_sub_total, 
.detail_belanja_barang_kali, 
.detail_belanja_barang_equal{
  padding-left: 10px;
}
.detail_belanja_barang_sub_total{
  color: #dc4249;
}
.detail_belanja .detail_belanja_delete{
  position: absolute;
  right: 0;
  bottom: 31px;
}
.detail_belanja .detail_belanja_delete .fa{
  font-size: 25px;
  color: red;
  cursor: pointer;
}
#list_belanja .total_belanja, #list_belanja .voucher_belanja, #list_belanja .total_belanja_dengan_voucher{
  font-size: 18px;
  text-align: right;
  /*padding-bottom: 20px; */
  color: #e34249;
}
#list_belanja .total_belanja span, #list_belanja .voucher_belanja span, #list_belanja .total_belanja_dengan_voucher span{
  display: inline-block;
}
#list_belanja .total_belanja label, #list_belanja .voucher_belanja label, #list_belanja .total_belanja_dengan_voucher label{
  font-weight: bolder;
  display: inline-block;
}
#list_belanja .loading_detail_belanja{
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #ddd;
  left: 0;
  opacity: 0.5;
  display: none;
}
.detail_belanja .error_msg_produk{
  color: red;
  display: block;
  padding: 2px 0;
  display: none;
}


#batal_pesan {
  text-align: center;
  font-style: italic;
}
.shopping_cart_satuan, .shopping_cart_sub_total {
  text-align: right
}
#form_shopping_cart_detail {
}
#timeline_shopping {
  background-color: #FCB772;
  width: 100%;
  height: 50px;
  display: table;
  margin-bottom: 25px;
}
.timeline_process {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  width: 20%;
  border-right: 1px solid #FF8000;
}
.timeline_shopping_aktif {
  background-color: #FF8000;
}

#ui-dialog-tac{}
#ui-dialog-tac .ui-widget-header {
  border: 0;
  background: none;
  color: #222;
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
#ui-dialog-tac .ui-dialog-buttonpane button{
  padding: 1rem 2rem !important;
}
/* ============= END on check out =============== */

/* ============= Form Pendaftaran Pelanggan =============== */
#div_form_pendaftaran_pelanggan{
  max-width: 600px;
  margin: 0 auto;
}
#div_form_pendaftaran_pelanggan div.field label{
  width: 35%;
}
#div_form_pendaftaran_pelanggan div.field input, 
#div_form_pendaftaran_pelanggan div.field select, 
#div_form_pendaftaran_pelanggan div.field textarea{
  width: 60%;
}

#div_form_pendaftaran_pelanggan .field{
  margin-bottom: 20px;
}
#div_form_pendaftaran_pelanggan_data_pelanggan #div_check_box_add_new_country,
#div_form_pendaftaran_pelanggan_data_pelanggan #div_check_box_add_new_provincy,
#div_form_pendaftaran_pelanggan_data_pelanggan #div_check_box_add_new_kotum,
#div_form_pendaftaran_pelanggan .div_error{
    position: absolute;
    right: 0;
    font-weight: bold;
    bottom: -20px;
}
#div_form_pendaftaran_pelanggan .div_error{
    color: red;
    display: none;
}
#div_form_pendaftaran_pelanggan input#user_email{
    background: none;
    background-repeat: no-repeat;
    background-size:15px;
    background-position-x: right;
}

/* -- Overide Scafold */
form{
    background-color: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radiust: 5px;
    border-radius: 5px;
    padding: 20px;
    border: 0 solid #EAEAEA;
    position: relative;
}

.simple_form{
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

div.actions{
    float: none;
    position: relative;
    bottom: 0;
    margin-top: 20px;
    padding: 0;
    display: block;
    clear: both;
}

/*
div.actions input{
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #5B646E;
  border-color: #858C8E;
}
*/
div.actions input:hover{
    /*background-image: url("/images/button_image_hover.png");
    background-repeat: repeat-x; */
}

div.field{
    position: relative;
    display: table;
    min-height: 35px;
    width: 100%;
    margin-bottom: 10px;
}

div.field label{
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: left;
    float: left;
    background-color: transparent;
    border: 0 solid silver;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radiust: 0;
    border-radius: 0;
}

div.field label:after{
    content: ":";
    float: right;
}

div.field br{
    display: none;
}

div.field label.required{
    font-weight: bold;
}
div.field label.required:before{
    content: "*" !important;
    color: red;
}

div.field label.error{
    position: absolute;
    right: 0;
    display: block;
    float: left;
    margin: 0;
    -moz-border-radius: 5px !important;
    -webkit-border-radiust: 5px !important;
    border-radius: 5px !important;
    /*font-weight:bold;*/
    color: red;
    padding: 3px;
    width: auto;
    text-align: right;
    border: 0px solid #FE1902;
    background-color: transparent;
}

div.field label.error:after{
    content: "";
    float: none;
}

div.field #error{
    display: none ;
    margin: 0;
    padding: 0px;
    font-weight:bold;
    color: red;
    width: auto;
    text-align: center;
    background-color: white;
    vertical-align: middle;
    border: 0px !important;
}

div.field input.ui-state-highlight, select.ui-state-highlight, textarea.ui-state-highlight {
    height: auto;
    /*padding: inherit;*/
    border: 1px solid red;
    background-color: red !important;
    margin: 0;
}

div.field input, div.field select, div.field textarea{
    float: right;
    width: 75%;
    border: 0px solid #E7E7E7;
    border-bottom: 1px solid #D2D0D0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
div.field span{
  float: right;
  width: 75%;
}

div.field input{
    padding: 5px;  
}

div.field select{
    padding: 4px;
    margin: 0px;
}

div.field textarea{
    padding:5px;
    height: 100px;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: inline;
}

.clear,
.clear_both{
  clear: both;
  float: none !important;
}


.digg_pagination{
    position: relative;
    bottom: 0;
}

/* -- End Overide Scafold */

/*--------------------- Searching Field ------------------------------*/
.searching_field{
    margin: 0 auto;   
    width: 100%;
    border-radius: 3px;
    margin: 5px 0;
    display: table;
    outline: 1px solid #c1c1c1;
}
.searching_field searching_text_box input {
}
.searching_text_box{
  margin-top: 2px;
  /*display: table-cell;*/
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  z-index: 1;
  
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.searching_text_box input{
  width: 100%;
  padding: 1%;
  border: 0; 
  background: white url('/images/search2.png') right center no-repeat;
  background-size: 17px;
}
.searching_text_box input:focus{
  outline: 0;
}

.searching_button{
    display: table-cell;
    vertical-align: middle;
    margin: 0;  
    width:  10%;
    z-index: 10;
    text-align: center;
    background-color: #fff;
}
.searching_button div{
}
.searching_button .fa{
    font-size: 11pt;
}
.searching_button:before {
}
.searching_button input{
}
/*--------------------- End Searching Field ------------------------------*/


/*--------------------- PRODUK SHOW ------------------------------*/
.produk_breadcrumb_wrapper{
  float:left;
  
}
.produk_breadcrumb_wrapper:after{
    content: "/";
    float: right;
    margin: 0 3px 0 3px;
}
#produk_breadcrumb_merek_wrapper:after{
    content: "";
}
.produk_breadcrumb_wrapper label{
  margin-right: 5px;
  min-width: 0;
  min-height: 0;
}
#produk_breadcrumb{
  margin-bottom: 10px; 
  /*font-weight: bold;*/
  font-size: 9pt;
}
#div_produk_show_social_share{
  
}
#div_produk_show_produk_terkait{
  margin-top: 50px;
}
#div_produk_show_produk_lainnya{
  margin-top: 50px;
}
#produk_hint{
  padding: 10px;
  margin: 10px 5px;
  border: 1px solid whitesmoke;
  border-left: 3px solid #bce8f1;
  background-color: #F5F5F5;
  font-style: italic;
  font-size: 8pt;
}

/* --------------------- END PRODUK SHOW ------------------------------ */

/* --------------------- Contact US ------------------------------ */
#contact-web{
  float: right;
  width: 40%;
  margin: 0px;
}
#form-contact{
  float: left;
  width: 50%;
  margin: 0px;
}
#form-contact #msg-form {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px;
  /*margin-left: -10px;
  font-family: calibri;
  font-size: 14px;*/
  /*text-align: center;*/
}
#contact-web table{
  width: 100%
}
#contact-web table tr{
  padding: 5px;
}
#contact-web table td {
  border: 0;
  border-bottom: 1px solid #efefef;
  padding: 8px 5px;
}
.media_embed{
  padding: 5px; 
  /*border: 1px solid #ccc; border-radius: 5px;*/
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 500px){
  .media_embed iframe{
      width: 100%;
      height: 150px;
  }

  .keterangan_content img,
  .overview_content img{
      max-width: 100% !important;
      height: auto !important;
  }
}
/* --------------------- END Contact US ------------------------------ */


/* --------------------- GALLERY --------------------- */
.portfolio_container {
    width: 230px;
    margin-left: 10px;
    float: left;
    margin-bottom: 2%;
}

.portfolio-label {
    height: 8rem;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCC;
    text-align: left;
}
.portfolio-label i {
    display: none;
}

.portfolio_img {
    display: table;
    text-align: center;
    position: relative;
    height: 150px;
    width: 230px;
    overflow: hidden;
    /*outline: 2px solid #E1E1E1;*/
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 6px;*/
    /*opacity: 0.6;*/
    filter: grayscale(100%);
}

.portfolio_img > div {
    height: 150px;
    width: 230px;
    display: table-cell;
    vertical-align: middle;
}

.portfolio_img img {
    max-height: 150px;
    max-width: 230px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.portfolio_img:hover img {
    /*opacity: 1;*/
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.portfolio_detail {
    text-decoration: none;
}
.portfolio_detail > div {
    /*color: #fff;*/
    background-color: #1F96CF;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    padding: 8px;
    font-size: 13px;
}
.portfolio_detail > div:hover {
    /*background-color: #86C258;*/
}
.portfolio_detail:hover {
    text-decoration: none !important;
    color: #FFF;
}
.gallery {
  float: left;
  margin-top: 0;
  margin-bottom: 5px;
}
.gallery_header {
}
.gallery_header a {
    text-decoration: none;
    font-size: 16px;
    color: #AE2694;
    font-weight: bold;
}
.gallery_content {
    display: table;
    border: 1px none transparent;
    border-radius: 10px;
}
.gallery_placer {
  display: table;
    /*display: table-cell;
    height: 150px;
    width: 240px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.gallery_placer:hover {
    background: #CCC;
}
.gallery_placer{
  display: table-cell;
  vertical-align: middle;
}
.gallery_placer img {
    max-width: 240px;
    max-height: 150px;
    display: block;
    margin: 0 auto;
}
.gallery_nama {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}
/* --------------------- END GALLERY --------------------- */

/* --------------------- TREE & NAVIGATION --------------------- */
.treeview li{
  background: none !important;
}
#nav_horizontal ul li span.main_menu_cursor_pointer{
  top:0;
  right: 0;
}
#nav_horizontal ul li span.main_menu_cursor_pointer:after {
    cursor: pointer;
    font-family: FontAwesome;
    right: 10px;
    content: "\f078";
    font-size: 11px;
    color: #ddd;
}

#div_tree_kategori_body ul,
#div_tree_merek_body ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#div_tree_kategori_body ul li,
#div_tree_merek_body ul li{
  padding: 5px 0;
  position: relative;
}
#div_tree_kategori_body ul li:hover,
#div_tree_merek_body ul li:hover{
  background-color: #FDFCFC;
  border-bottom: 1px solid #ddd;
}
#div_tree_kategori_body ul li:hover li,
#div_tree_merek_body ul li:hover li{
  background-color: #FDFCFC;
  border-bottom: 0px solid #ddd;
}
#div_tree_kategori_body ul li li:hover,
#div_tree_merek_body ul li li:hover {
  background-color: #ddd;
}

#div_tree_kategori_body ul li a, 
#div_tree_kategori_body ul li span,
#div_tree_merek_body ul li a, 
#div_tree_merek_body ul li span{
  width: 98%;
  display: block;
  padding: 1%;
}

#div_tree_kategori_body ul li ul{
  display: none;
  padding-left: 10px;
}
#div_tree_kategori_body ul li span.div_tree_kategori_cursor_pointer{
    position:absolute;
    top: 5px;
    right: 0px;
    width: auto;
}
#div_tree_kategori_body ul li span.div_tree_kategori_cursor_pointer:after{
    cursor: pointer;
    font-family: FontAwesome;
    top:4px;
    right: 10px;
    content: "\f13a";
    font-size: 16px;
    color: #ddd;
}
#div_tree_kategori_body ul li span.div_tree_kategori_cursor_pointer:hover:after{
    color: #000;
}
.side_bar_box_lihat_selengkapnya{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-size: 11px;
}

.tag_flag .tag_flag_body{
  border: 1px solid #ddd;
  padding: 10px;
  display: table;
  float: left;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tag_flag .tag_flag_body:hover{
  background-color: #ddd;
}
.tag_flag .tag_flag_body a{
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  height: 100px;
  width: 100px;
}
.tag_flag .tag_flag_body a:hover{
  text-decoration: none;
}
.tag_flag .tag_flag_body i{
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.tag_flag .tag_flag_body label{
  display: block;
}
.tag_flag_counter{
  position: absolute;
  right: 21px;
  top: 13px;
  font-size: 15px;
  width: auto;
  min-width: 0;
}

/*-------------------- style form div estimasi_servis --------------------*/

  #estimasi_servis{
    /*background-color: #fdfbfb; */
    color: #672222; 
    padding-bottom: 20px;
    min-height: 400px;
  }
  .input-pencarian{

  }
  .list_panel_mobil_content{
    height: 220px;
    min-width: 200px;
  }
  .list_panel_mobil_content_detail{
    margin-top: 10px;
  }
  .list_panel_mobil_content_detail h4{
    font-size: 14px;
  }
  .list_panel_mobil_content_img{
    text-align: center;
    height:150px;
    /*width:250px;*/
    white-space: nowrap;
  }
  .list_panel_mobil_content_img .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;

  }
  .list_panel_mobil_content_img img{
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
  }
  .list_panel_wrap{
    margin-bottom: 25px;

  }
  .header_estimasi{
    text-align: center;
    border: 3px solid;
    padding: 0px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 50%;
  }
  .header_estimasi span{
    font-size: 21px;
  }

  .label_header{
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }

  .label_header span{
    font-size: 23px;
  }



  .boxes-text{
    text-align: center;
    border: 1px solid;
  }



  #loading_panel_content{
    /*position: absolute;*/
    font-size: 30px;
    text-align: center;
    height: 270px;
    width: 1%;
    /*line-height: 270px;*/
    display: table-cell;
    vertical-align: middle;
  }

  .dotted_spaced{
    display: inline-block;
    border-top: 2px #000 dotted;
    width: 100%;
  }

  /*-------------------- style form div estimasi_servis --------------------*/

/* --------------------- TREE & NAVIGATION --------------------- */


.ul_autocomplete_pencarian_parameter{
  z-index: 10000000000 !important;
}
.ul_autocomplete_pencarian_parameter label{
  font-weight: normal;
}

#div_filter_urutan{
  float: right;
}
#div_filter_urutan label{

}
#div_filter_urutan select{
  padding: 5px;
}

#div_form_pendaftaran_pelanggan_data_login,
#div_form_pendaftaran_pelanggan_data_pelanggan{
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#div_form_pendaftaran_pelanggan_data_pelanggan{
  margin-top: 2rem;
}

#tab_profil_front_end{
  border: 1px solid #ececec;
}
#tab_profil_front_end .ui-widget-header {
  border: 0;
  background: #fff !important;
  border-bottom: 1px solid #ececec;
}

#riwayat_pesanan_wrapper{
  max-height: 500px;
  overflow: auto;
}

.riwayat_pesanan{
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 1rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.riwayat_pesanan .riwayat_pesanan_detail_pesanan label{
  font-weight: normal;
}

.riwayat_pesanan .riwayat_pesanan_sub_total{
  width: 275px;
  margin-right: 15px;
}
.riwayat_pesanan .riwayat_pesanan_sub_total .field{
  margin-bottom: 5px;
  min-height: 0;
  height: 0;
}
.riwayat_pesanan .riwayat_pesanan_sub_total .field label{
  width: 130px;
}
.riwayat_pesanan .riwayat_pesanan_sub_total .field span{
  width: auto;
}

#riwayat_pesanan_pencarian_wrapper{
  margin-bottom: 1rem;
}

#content_show_produk .panel{
  border-radius: 1 !important;
}
#content_show_produk .panel-info {
    border-color: #cacbcc !important;
}
#content_show_produk .panel-info>.panel-heading {
    color: #2b2b2b !important;
    background-color: #e4e4e4 !important;
    border-color: #cacbcc !important;
}

#msg-new-member-form{
  margin-bottom: 50px;
}



@media screen and (max-width: 980px) {

  #div_ekspedisi_info_wrapper label{
    width: 81px;
  }
  #div_ekspedisi #div_ekspedisi_info_wrapper #div_info_detail_pengiriman{
    float: none;
    width: 100%;
  }
  #div_ekspedisi #div_ekspedisi_info_wrapper #div_ekspedisi_pilihan_ekspedisi{
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  #div_ekspedisi #div_ekspedisi_info_wrapper #div_ekspedisi_info{
    text-align: left;
  }

  #bt_prosess {
    float: none !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #div_rincian_pembayaran_info label{
    width: 43%;
  }
  #div_rincian_pembayaran_info span{
    width: 55%;
  }

  #div_status_pesanan {
    margin-bottom: 4rem;
  }

}

/* Extra small devices: Vertical Phones || Horizontal Tablet*/
@media (max-width: 767px){
   #div_frame{
      display: none !important;
      height: 0;
      float: none;
      margin:0;
      padding: 0;
    }
    #div_thumb{
      height: auto;
      margin: 0;
    }
    .slick-list{
      height: auto;
      margin: 0;
    }
    #carousel .slick-slide img{
      max-height: 300px;
      max-width: 100%;
    }
    #carousel .slick-slide .image_thumb_vertical_middle{
      width: 100%;
      height: 300px;
      text-align: center;
      display: inline-block;
    }

    .div_button_shopping_cart,
    #bt_kembali_belanja,
    #bt_batalkan_pesana{
      width: 100%;
    }
    .detail_belanja_barang .detail_belanja_barang_jumlah input{
      width: 45px;
    }
    .detail_belanja_img{
      width: 60px;
      height: 60px;
      text-align: center;
    }
    .detail_belanja_img img{
      max-width: 100%;
      max-height: 100%;
    }

    .detail_belanja_barang_sub_total{
      width: 100% !important;
      padding: 10px 0px;
    } 
    .detail_belanja_barang_equal {
      display: none;
    }

    #ui-dialog-tac{
      width: 95% !important;
    }

    #div_wa {
      position: initial;
      top: 0;
      right: 0;
      width: 100px;
      text-align: right;
      float: right;
    }
    /*#div_wa a div{
      padding: 10px;
    }*/
}

@media screen and (max-width: 450px) {
  .header_estimasi{
    max-width: 100%;
  }

  div.field label{
    width: 100% !important;
  }
  div.field label:after{
    margin-left: 10px !important;
    position: absolute !important;
    top: 0 !important;
  }
  div.field input, 
  div.field select, 
  div.field textarea, 
  div.field span, 
  #div_ekspedisi_info_wrapper #div_info_detail_pengiriman #info_detail_pengiriman_alamat{
    float: none !important;
    width: 100% !important;
    margin-top: 5px !important;
    margin-left: 0%
  }
  #informasi_pengiriman div.field input[type="checkbox"] {
    
  }
  #informasi_pengiriman #centang_jika_sama_form_konfirmasi{
      margin-left: 3px !important;
  }
  .as_button,
  .div_button_shopping_cart .button_form_shopping_placer input, 
  .div_button_shopping_cart .button_form_shopping_placer a{
    width: 100%;
  }


  .detail_belanja .detail_belanja_delete {
    right: 15px;
    bottom: 50px;
    z-index: 0;
    width: 0;
    height: 0;
  }

  .detail_belanja_barang_tgl_check_in_input {
    width: 100% !important;
  }

  #div_ekspedisi,
  #produk_content_4 #div_warna_produk,
  #produk_content_4 #div_ukuran_produk,
  #div_detail_pemesan #div_informasi_pemesanan,
  #div_detail_pemesan #div_informasi_pengiriman{
    width: 100%;
    float: none;
  }

  #div_rincian_pemesanan,
  #contact-web{
    display: none;
  }
  #form-contact{
    float: none;
    width: 100%;
  }

  #div_produk_jumlah_to_cart, #add_to_cart_button_container_produk_show{
    float: none;
  }
  #div_produk_jumlah_to_cart span, #div_produk_jumlah_to_cart label{
    width: 30%;
  }
  #div_produk_jumlah_to_cart input{
    width: 40%;
  }
  .add_to_cart_button_container_produk_show #add_to_cart_button{
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  
}

@media screen and (max-width: 310px) {
  .detail_belanja_barang_jumlah_input{
    width: 100% !important;
    margin-bottom: 5px !important;
  } 
}

