html {
  font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
  }
}

.foreword {
  text-align: center;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.terang {
  color: #fef7e4;
}

.gelap {
  color: #a8331f;
}

.bterang {
  background: #fef7e4;
}

.bgelap {
  background: #a8331f;
}

.card .card-title {
  font-size: 20px !important;
  font-weight: 300;
}

body {
  background: #fff;
  color: #666;
}

#toast-container {
  min-width: 10%;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
}

.page-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  margin-bottom: 60px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.konten-catalog {
  overflow: hidden;
}

.inner-container {
  position: relative;
  overflow: hidden;
}

.img-back {
  background: url("../images/ship.svg") center center;
  height: 100%;
  width: 100%;
}

header {
  background: #fef7e4;
  text-align: center;
  padding-top: 30px;
}

header .logoimage {
  width: 240px;
  height: auto;
  margin-bottom: 30px;
}

.inside-content {
  padding: 20px;
}

.product-body {
  padding: 10px;
}

.menu-area {
  background: #a8331f;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

nav {
  height: 30px;
  line-height: 30px;
  background: #a8331f;
}

nav.nav-center ul {
  text-align: center;
}

nav.nav-center ul li {
  display: inline;
  float: none;
}

nav.nav-center ul li a {
  display: inline-block;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  height: 30px;
  line-height: 30px;
}

nav .button-collapse i {
  height: 30px;
  line-height: 30px;
}

nav .brand-logo {
  font-size: 1.6rem;
}

nav.menu {
  text-align: center;
}

nav.menu .item {
  height: 100%;
  display: inline-block;
  padding: 0 10px;
}

nav.menu .item:hover {
  color: #a8331f;
  background: #fef7e4;
}

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 30px;
    line-height: 30px;
  }
}

.slidermcsc img {
  width: 100%;
  height: auto;
}

.page-home {
  padding: 0;
}

.iv {
  display: inline-block;
  width: 24px !important;
  height: 30px !important;
  margin-top: -8px !important;
  margin-right: 20px !important;
}

.iv:before {
  margin-left: 0 !important;
  font-size: 1.3rem !important;
}

.statorder li.active .collapsible-header {
  background: #dacdcd;
}

.statorder li.active .collapsible-body {
  background: #fef7e4;
}

.konten-tracking {
  background: #fef7e4;
  padding: 0 !important;
  text-align: center;
}

.konten-tracking label {
  font-style: italic;
  margin-top: 10px;
}

.konten-tracking .cd-label-top {
  padding: 20px 0 0 0;
}

.konten-tracking .cd-konten {
  font-size: 20px;
  color: #a8331f;
}

.konten-tracking .card-content {
  padding: 0 !important;
}

.konten-tracking .dikirim, .konten-tracking .tujuan {
  margin: 0 !important;
  padding: 5px;
}

.konten-tracking .dikirim {
  background: #0ec8c8;
}

.konten-tracking .tujuan {
  background: #b8c7d5;
}

.konten-tracking .created {
  padding: 10px;
  background: #e6897a;
}

.konten-tracking .updated {
  background: #eeafa5;
  padding: 10px;
}

.konten-tracking .cd-middle {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konten-tracking .cd-middle-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.konten-tracking .cd-konten-middle {
  font-size: 16px;
}

.card-login {
  max-width: 500px;
  margin: 0 auto;
  background: #fbfbfb;
}

.main-content {
  font-size: 14px;
}

.search-container {
  margin: 30px auto;
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-mc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  margin: 10px;
}

.card-mc .card-content {
  padding: 10px !important;
}

@media only screen and (min-width: 993px) {
  .search-container {
    width: 70%;
  }
}

@media only screen and (min-width: 600px) {
  .kartu {
    width: 50%;
    position: relative;
    margin: 0 auto;
  }
  .kartu img {
    width: 100%;
    height: auto;
    padding: 10%;
  }
  .no-kartu {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 150%;
    color: #a8331f;
    letter-spacing: 3px;
  }
  .card-mc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    margin: 10px;
  }
  .card-mc .card-content {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 599px) {
  nav.menu {
    text-align: left;
  }
  .kartu {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .kartu img {
    width: 100%;
    height: auto;
    padding: 10%;
  }
  .no-kartu {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 150%;
    color: #a8331f;
    letter-spacing: 3px;
  }
  .card-mc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin: 10px;
    max-width: 150px !important;
  }
}

.title-page {
  font-size: 18px;
  font-weight: 600;
}

.form-holder-inside {
  border: 1px solid #a8331f;
  padding: 10px;
}

.hasil-cari {
  margin-top: 20px;
}

.tidakada {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #a8331f;
}

#notif {
  text-align: center;
  margin: 10px 0;
}

.notif {
  margin: 10px 0;
}

.foreword {
  margin-bottom: 10px;
}

.drmenu {
  width: 100%;
  border: 0;
}

.drmenu header {
  display: none !important;
}

a.tapregister {
  color: #fff !important;
}

.kanan {
  float: right;
}

footer {
  background: #a8331f;
  color: #fef7e4;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-single {
  padding: 1px;
  font-size: 5px;
  color: #fff;
  margin: 5px;
}

.btn-edit {
  background: green;
}

.btn-dark {
  background: #110202;
}

.btn-remove {
  background: red;
}

.btn-manage {
  background: #7b0a22;
}

.btn-icon {
  vertical-align: middle;
}

.btn-icon span {
  vertical-align: middle;
}

.modal .modal-content {
  padding: 10px !important;
}

.modal-putih {
  background: #fff;
}

.bold-gelap {
  color: #a8331f;
  font-weight: bold;
}

.modal-title {
  background: #a8331f;
  margin: 0;
  padding: 10px;
  color: #fef7e4;
}

.modal.fade.right:not(.show) .modal-dialog {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.product-modal {
  padding-right: 0 !important;
}

.product-modal .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
}

.modal-page .modal-content {
  border-radius: 0;
}

.modal .modal-dialog.modal-right {
  right: 0;
}

.modal-full {
  width: 90%;
  height: 70%;
  margin: auto;
  top: 0 !important;
}

.modal-admin .modal-header {
  background: #a8331f;
  color: #fef7e4;
}

.image-katalog {
  width: 100%;
}

.slider-product {
  width: 100%;
}

.separator-product {
  background: #a8331f;
  color: #fef7e4;
  font-size: 150%;
  padding: 5px 10px;
}

.icon-produk {
  background: #fef7e4;
  float: right;
  margin-right: 20px;
  border-radius: 50%;
  margin-top: -30px;
  right: 0;
  margin-right: 10px;
  position: absolute;
}

#data-edit .toko-id {
  display: none;
}

.toko-list {
  font-size: 14px;
}

#data-remove #tokoid {
  display: none;
}

.baris-toko {
  margin: 0;
  border-top: 1px solid #a8331f;
  border-left: 1px solid #a8331f;
  border-right: 1px solid #a8331f;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.baris-toko .operation .btn {
  margin-right: 10px;
}

.baris-detail {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 0 40px 0;
  background: #fef7e4;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a8331f;
  border-left: 1px solid #a8331f;
  border-right: 1px solid #a8331f;
}

span.separator {
  width: 10px;
}

.chosen-container {
  width: 100% !important;
}

.nyumput {
  display: none;
}

.nyumput1 {
  display: none !important;
}

#preview {
  margin-top: 10px;
  margin-bottom: 5px;
}

#preview img {
  width: 120px;
  height: auto;
}

.baris-slider {
  padding: 5px 0 !important;
  margin-bottom: 5px;
}

.catal-stock {
  color: #a8331f;
}

.catalog-row {
  padding: 10px;
}

.catal-inner {
  border: 1px solid black;
}

.card-gelap .card-content {
  padding: 10px !important;
}

.card-gelap .card-action {
  padding: 5px 10px !important;
  background-color: #a8331f !important;
  color: #fef7e4;
}

.card-gelap .card-reveal {
  padding: 10px !important;
}

.card-gelap .card-reveal .card-title {
  font-size: 14px !important;
  margin-bottom: 30px;
}

.card-gelap .card-action.activator {
  cursor: pointer;
}

.alert {
  max-width: 500px;
  margin: 10px auto !important;
  display: block;
}

.page-shop, .page-cart, .page-cart-secure-gateway, .page-member-user {
  background: #f5f5f5;
}

.page-product {
  background: #f5f5f5;
}

.cart-anyar {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
  line-height: 20px;
  font-size: 10px;
}

.page-store {
  background: #f5f5f5;
}

.sm-wrapper {
  position: fixed;
  bottom: 40px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.catal-title {
  font-weight: 500;
  color: #000;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.catal-harga {
  color: #a8331f;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.todetail {
  cursor: pointer;
}

.slick-dots {
  bottom: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.cart-pop {
  width: 100%;
  visibility: hidden;
  height: 0;
  background: green;
  position: fixed;
  bottom: 0;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10000;
}

.cart-active {
  height: 300px;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: 0;
}

.prodpage {
  background: red;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cart-troli {
  background: #a8331f;
  color: #fef7e4;
}

.cart-now {
  background: #fef7e4;
  color: #a8331f;
}

.call-us {
  background: #fff;
}

.cart-pop-content {
  padding: 10px;
}

.cart-action-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center;
}

.header-product {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: -80px 0 0 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}

.hp-wrapper {
  margin: 0;
  padding: 0;
}

.f-50 {
  font-size: 50px !important;
}

.btn-back {
  text-align: left;
  cursor: pointer;
}

.hp-action {
  padding: 0;
  margin: 0;
}

.modal-backdrop {
  z-index: -1 !important;
  opacity: 0 !important;
}

.deskripsi-prod {
  border-top: 1px solid #fef7e4;
  margin-top: 20px;
}

.default {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 5px 20px #888;
  box-shadow: 0 5px 20px #888;
}

.form-search .input-field {
  margin-bottom: 5px;
}

.row-kosong {
  padding: 0 !important;
}

.light {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.tengah {
  margin-left: auto !important;
  margin-right: auto !important;
}

.item-tsd {
  max-width: 500px;
  margin: 0 auto;
}

.setengah {
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fx-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fx-item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fx-item-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.fx-item-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.cpb1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fxw-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fxw-300 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  margin: 20px;
  width: 100%;
}

#show-shop {
  margin-top: 20px;
}

#tokoshop-form {
  display: none;
}

.detail-listx {
  font-size: 15px;
}

.detail-listx .material-icons {
  font-size: 15px;
}

.filter-area select {
  display: block !important;
}

.filter-area .select-dropdown {
  display: none !important;
}

.filter-area .input-field {
  margin-bottom: 0 !important;
}

.search-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.search-wrapper .search {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 2px 10px !important;
  border-radius: 2px;
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.search-wrapper .search #search-product {
  font-size: 14px;
  height: 32px !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}

.search-wrapper .search #search-product:hover, .search-wrapper .search #search-product:focus {
  border: 0 !important;
}

.search-wrapper .search #btn-search-product {
  background: none !important;
  border: 0 !important;
  padding-top: 4px;
  cursor: pointer;
}

#filter-type {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

ul.ulresult {
  background: #fff;
  margin-top: 0;
  padding: 10px;
  font-size: 12px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  z-index: 50;
}

.liresult {
  color: #000;
  cursor: pointer;
}

.liresult:hover {
  color: blue;
}

.visioff {
  visibility: hidden !important;
}

.inside-wrapper {
  padding-bottom: 100px;
}

.putih-banner {
  background: #fff;
  padding: 20px 0;
}

.putih10 {
  background: #fff;
  padding: 10px;
}

.product-title {
  font-size: 1.25rem;
  color: #000;
  font-family: 'Roboto', sans-serif;
}

.product-container {
  color: #666;
  font-family: 'Roboto', sans-serif;
}

.product-price {
  background: #fafafa;
  padding: 10px;
  margin: 10px 0;
  color: #a8331f;
  font-size: 160%;
}

.p10 {
  padding: 10px !important;
}

.toko-detail-prod {
  background: #fafafa;
}

.title-toko {
  color: #058;
  font-size: 18px;
}

.biasa {
  margin-bottom: 30px;
}

.biasa label {
  position: relative !important;
  font-size: 1rem;
  color: #110202;
}

.stock-container {
  border: 1px solid #fef7e4;
  background: #fff;
  padding: 10px;
}

.btn-biasa {
  background: none;
  border: 1px solid #666;
  color: #666;
  padding: 0;
  border-radius: 3px;
  margin-left: 5px;
}

.btn-biasa:active, .btn-biasa:visited, .btn-biasa:hover {
  background: #666;
  color: #fff;
}

textarea.materialize-textarea {
  min-height: 7rem !important;
  border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  font-size: 100%;
  padding: 5px;
}

input#stock-row {
  width: 60px !important;
  text-align: right;
  color: blue;
  padding-right: 5px;
}

.vbo-card {
  position: -webkit-sticky;
  position: sticky;
  min-height: 100px;
  right: 0;
  bottom: 0;
  max-width: 300px;
  background: #eaeaea;
  z-index: 4;
  float: right;
}

.tw-stock thead tr {
  width: 100% !important;
}

#dropdown1 {
  min-width: 200px !important;
  overflow: hidden;
  color: #a8331f;
}

#dropdown1 a {
  color: #a8331f !important;
}

.tabs-content {
  height: 800px !important;
}

.table-tw td {
  padding: 0 10px !important;
  border-bottom: 1px solid #b8c7d5;
}

.button-area .btn {
  margin-right: 10px;
}

.card-terkait {
  overflow-y: hidden;
}

.card-terkait .card-image ~ .card-reveal {
  display: block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-terkait .card-image:active ~ .card-reveal, .card-terkait .card-image:hover ~ .card-reveal {
  display: block;
  -webkit-transform: translateY(calc(-100% - 1px));
          transform: translateY(calc(-100% - 1px));
}

.nopad {
  padding: 0 !important;
}

.nomar {
  margin: 0 !important;
}

.btn-kuantiti {
  font-size: 1.3rem;
  line-height: inherit;
  border-radius: 0;
  overflow: hidden;
}

.btn-kuantiti .material-icons {
  margin-bottom: -10px;
  height: 36px;
  vertical-align: middle;
}

input#kuantiti {
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid #eaeaea;
  text-align: center;
  font-size: 13px;
}

.modheader {
  background: #a8331f;
  padding: 10px;
  color: #fef7e4;
  line-height: 36px;
}

.modheader .material-icons {
  margin-bottom: -10px;
  height: 36px;
  vertical-align: middle;
}

.modheader span {
  margin-left: 10px;
  height: 36px;
}

#modcart {
  overflow-y: hidden !important;
}

#modcart .modal-footer {
  height: auto !important;
}

.slider-terkait .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider-terkait .slick-slide {
  height: inherit !important;
}

.slider-terkait .card-100 {
  height: 100%;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev::before {
  color: #000;
}

.slick-next {
  right: 10px;
  z-index: 1;
}

.slick-next::before {
  color: #000;
}

.body-harga {
  color: red;
}

.cart-segment {
  margin-bottom: 30px;
}

.cart-segment .cart-header {
  color: #666;
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.cart-segment .cart-body {
  background: #FFFBFB;
  padding: 10px 25px;
  font-size: 12px;
}

.cart-segment .cart-body img {
  float: left;
  margin-right: 5px;
}

.cart-segment .cart-body .row {
  margin-bottom: 5px !important;
}

.cart-segment .cart-footer {
  color: #666;
  padding: 10px 25px;
  border-top: 1px solid #eee;
  background: #fff;
}

.notif-produk {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.cart-check {
  float: left;
  width: 20px;
}

.cart-ambil {
  color: #a8331f !important;
  font-weight: bold;
}

.ckonten {
  text-align: right;
}

.pd-row {
  position: relative;
  margin-bottom: 20px;
}

.warn {
  position: relative;
}

.warn::after {
  content: '';
  background: #fbfbfb;
  opacity: 0.7;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#cart-remove-prod {
  z-index: 2;
}

.cart-subtotal {
  font-size: 14px;
  color: #a8331f;
  text-align: right;
}

.cart-subs {
  margin-top: 10px;
}

.cart-kuantiti-wrapper {
  font-size: 12px;
}

.cart-kuantiti-wrapper input {
  font-size: 12px !important;
}

input#cart-kuantiti {
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid #eaeaea;
  text-align: center;
}

.cr-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}

.cr-body {
  background: #FFFBFB;
  padding: 10px 15px;
}

.cr-footer {
  border-top: 1px solid #eee;
  background: #fff;
  padding: 10px 15px;
}

.cart-checkout {
  margin-top: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#menu {
  z-index: 100;
}

#menu .row {
  margin-bottom: 0 !important;
}

.btn-full {
  width: 100% !important;
}

.page-title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  border-left: 30px solid #a8331f;
  padding-left: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fef7e4;
  margin-bottom: 20px;
}

.card-abu .abu-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.card-abu .card-content {
  background: #fbfbfb;
  padding-bottom: 80px;
}

.card-abu .card-action {
  color: #666;
  padding: 10px 25px;
  border-top: 1px solid #eee;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.btn-ambil-list {
  margin-bottom: 30px;
}

.btn-kotak {
  padding: 0 8px !important;
  margin-right: 5px !important;
}

#ambil_ket {
  min-height: 100px;
}

.op-stock-area {
  margin: 10px;
  z-index: 100;
}

#stock-row-gd {
  max-width: 80px !important;
  text-align: right;
}

.vboform {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}

.op-stock-area {
  margin-top: 30px;
  margin-bottom: 200px;
}

.vboval {
  visibility: hidden;
  width: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.pengiriman .select-dropdown {
  width: 100% !important;
}

.fx-kirim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-kirim-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fx-kirim-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

@media only screen and (max-width: 760px) {
  .fx-kirim-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
  }
  .fx-kirim-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
  }
}

.shop-pengambilan {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
}

.subs-row {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.cart-detail img {
  float: left;
  margin-right: 10px;
}

.confirm-segment {
  font-size: 13px;
}

.con-label {
  text-align: right;
}

.con-konten {
  text-align: right;
}

.page-cart-confirm {
  background: #f5f5f5;
}

.confirm-container {
  margin-bottom: 40px;
  background: #fef7e4;
  font-size: 14px;
}

.confirm-container input {
  font-size: 14px !important;
}

.confirm-container .confirm-header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #a8331f;
  color: #fef7e4;
  padding: 10px;
}

.fx-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-confirm-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.fx-confirm-item-1 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.fx-confirm-item-2 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.cart-detail-confirm {
  font-size: 13px;
  padding-top: 20px !important;
  background: #fef7e4;
}

.con-kuan {
  text-align: right;
  display: inline-block;
}

.con-harga {
  display: inline-block;
  text-align: left;
}

.con-ship {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.con-ship-pil .input-field {
  margin-bottom: 0 !important;
}

.confirm-user {
  background: #d9d9d9;
  color: #a8331f;
  padding: 5px 10px;
}

.colaps-confirm-header .input-field {
  margin: 0 !important;
  padding: 0 !important;
}

.colaps-confirm-header input {
  height: 20px !important;
  margin-top: -5px !important;
  margin-bottom: 0 !important;
  border: 1px solid #d4d4d4 !important;
  background: #f9f9f9 !important;
  border-radius: 5px !important;
  padding: 5px 7px !important;
}

.full-width {
  width: 100% !important;
}

.colaps-confirm-header {
  background: #f2efef;
  border-bottom: 1px solid #cacaca;
}

.collapsible-confirm {
  margin-top: 0 !important;
}

.collapsible-confirm .collapsible-body {
  background: #fff;
  padding: 10px 20px;
}

.form-penerima label {
  font-weight: 500 !important;
}

.form-penerima .input-field {
  margin-bottom: 1rem !important;
  margin-top: 0.5rem !important;
}

.btn-alamat-area {
  margin-bottom: 20px;
}

.btn-alamat-area .dropdown-content {
  width: 200px !important;
}

.fx-alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #eee;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fx-alamat-item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fx-alamat-item-2 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

#modef {
  max-height: 85%;
  width: 70%;
  top: 5% !important;
}

.user-bukti-must {
  padding: 10px 15px;
  background: #fff;
}

.user-bukti-operasi {
  padding: 25px 10px 50px 25px;
  background: #fef7e4;
}

.tingali {
  overflow: visible !important;
}

.user-bukti-notif {
  padding: 15px 10px;
}

.noaddress {
  padding: 5px 10px;
  background: #572c2c;
  color: #fff;
  text-align: center;
}

.button-address-area {
  margin-bottom: 20px;
}

#modalmc {
  max-width: 400px !important;
}

.dis-alamat {
  min-width: 2px !important;
}

.display-alamat-button-area {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nyumput1 {
  display: none !important;
}

.btn-checkout-area {
  margin-bottom: 50px;
  margin-top: 20px;
  padding-bottom: 70px;
}

.btn-checkout-area .btn {
  margin-bottom: 20px;
  margin-right: 10px;
}

.text-right {
  text-align: right !important;
}

.kosong {
  text-align: center;
}

.order-detail-rekap {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
}

.order-detail-label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.order-detail-konten {
  text-align: right;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.total-rekap {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.kotak-payment-info {
  color: #fff;
}

span.bold {
  font-weight: 600 !important;
}

.subheading {
  height: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.subheading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -13px;
  font-size: 16px;
  color: #806b67;
  background-color: #fff;
}

.subheadingfa {
  height: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.subheadingfa span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -13px;
  font-size: 16px;
  color: #806b67;
  background-color: #fafafa;
}

.b-gelap {
  background: #a8331f !important;
}

.text-terang {
  color: #fef7e4;
  /* label color */
  /* label focus color */
  /* label underline focus color */
  /* valid color */
  /* invalid color */
  /* icon prefix focus color */
}

.text-terang .input-field label {
  color: #fef7e4;
}

.text-terang .input-field input[type=text] {
  color: #fef7e4;
}

.text-terang .input-field input[type=text]:focus + label {
  color: #fef7e4;
}

.text-terang .input-field input[type=text]:focus {
  border-bottom: 1px solid #fef7e4;
  -webkit-box-shadow: 0 1px 0 0 #fef7e4;
          box-shadow: 0 1px 0 0 #fef7e4;
  color: #fef7e4;
}

.text-terang .input-field input[type=text].valid {
  border-bottom: 1px solid #fef7e4;
  -webkit-box-shadow: 0 1px 0 0 #fef7e4;
          box-shadow: 0 1px 0 0 #fef7e4;
  color: #fef7e4;
}

.text-terang .input-field input[type=text].invalid {
  border-bottom: 1px solid #fef7e4;
  -webkit-box-shadow: 0 1px 0 0 #fef7e4;
          box-shadow: 0 1px 0 0 #fef7e4;
  color: #fef7e4;
}

.text-terang .input-field .prefix.active {
  color: #fef7e4;
}

.pageheading {
  height: 0;
  border-top: 1px solid #f6d5d0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pageheading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -15px;
  font-size: 20px;
  font-weight: 500;
  color: #a8331f;
  background-color: #fff;
}

.helper-text {
  font-style: italic;
}

.colaps-order .collapsible-body {
  background: #fbfbfb;
}

.card-bank, .payment-button {
  max-width: 560px;
  margin: 0 auto;
}

.card-bank .no-inv, .payment-button .no-inv {
  color: #a8331f;
}

.card-bank .bank-holder, .payment-button .bank-holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.instruksi {
  border-right: 0 !important;
  border-left: 0 !important;
}

.bank-detail {
  border: 1px solid #ddd;
  background: #eee;
}

.tagihan {
  margin: 10px 5px;
  text-align: center;
  color: red;
}

.payment-button {
  margin: 30px auto 100px auto;
}

.collaps-member .collapsible-body {
  padding: 15px 20px;
  background: #fbfbfb;
}

.collaps-member ul.member-child {
  border-top: 1px solid #eee;
}

.collaps-member ul.member-child li {
  padding: 10px 5px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.collaps-admin .collapsible-body {
  padding: 15px 20px;
  background: #fbfbfb;
}

.collaps-admin ul.admin-child {
  border-top: 1px solid #eee;
}

.collaps-admin ul.admin-child li {
  padding: 10px 5px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.mc-profil-board {
  padding: 10px;
  border: 1px solid #ddd;
}

.m-label {
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
}

.m-konten {
  margin-bottom: 15px;
}

.member-alamat-area {
  border: 1px solid #ddd;
  background: #fff;
}

.member-alamat-area .maa-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.member-alamat-area .maa-body .maa-row {
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.member-alamat-area .maa-body .maa-row .maa-info {
  color: #666;
  float: left;
  width: 80%;
}

.member-alamat-area .maa-body .maa-row .maa-op {
  color: #666;
  float: right;
  width: 20%;
}

.b-ba {
  font-size: 14x;
  color: #000;
}

.b-nama {
  color: #a8331f;
  font-size: 16px;
}

.b-det {
  font-size: 12px;
}

.alamat-area-user {
  padding: 10px 15px;
}

.main-area {
  background: none !important;
}

.btn-row-alamat, .btn-row-delete {
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
}

.da-default {
  display: inline-block;
  margin-left: 20px;
  font-size: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.da-jadikan {
  color: #555;
  font-size: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.pesanan-wrapper .pesananuser-header {
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fbfbfb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.noall {
  padding: 0 !important;
  margin: 0 !important;
}

.pesanan-list-item {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  border: 0 !important;
  margin-bottom: 30px;
}

.pesanan-list-item .pli-header {
  color: #110202;
  background: #fffefb;
}

.pesanan-list-item .pli-header .pli-header-right {
  text-align: right;
}

.pesanan-list-item .pli-body {
  padding: 15px;
  background: #fff;
}

.pesanan-list-item .pli-footer {
  overflow: hidden;
  padding: 10px 15px;
  background: #fff;
}

.pesanan-list-item .pli-footer .pli-footer-1 {
  text-align: left;
}

.pesanan-list-item .pli-footer .pli-footer-2 {
  text-align: right;
}

.pesanan-list-item .pli-footer .pli-footer-3 {
  text-align: center;
}

.pesanan-list-item .pli-footer .pli-ft-label {
  font-size: 100%;
}

.pesanan-list-item .pli-footer .pli-ft-konten {
  color: #a8331f;
  font-size: 160%;
}

.text-gelap {
  color: #a8331f !important;
}

.pesanan-admin-item {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px;
}

.pesanan-admin-item .pli-header {
  color: #110202;
  background: #fffefb;
}

.pesanan-admin-item .pli-header .pli-header-right {
  text-align: right;
}

.pesanan-admin-item .pli-body {
  padding: 15px;
  background: #fbfbfb;
}

.pesanan-admin-item .pli-footer-1 {
  text-align: left;
}

.pesanan-admin-item .pli-footer-2 {
  text-align: right;
}

.pesanan-admin-item .pli-footer-3 {
  text-align: center;
}

.pesanan-admin-item .pli-ft-label {
  font-size: 100%;
}

.pesanan-admin-item .pli-ft-konten {
  color: #a8331f;
  font-size: 100%;
}

.pesanan-admin-item .admindet-body {
  padding: 10px 15px;
  background: #fef7e4;
}

.btn-paydet {
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
}

.btn-paydet i {
  margin: 0 !important;
  line-height: 30px !important;
}

.order-item-row {
  overflow: hidden;
}

.order-item-row .img-wrapper {
  float: left;
  margin-right: 10px;
}

.order-item-row .order-item-row-1 {
  text-align: left;
}

.order-item-row .order-item-row-2 {
  text-align: right;
  color: red;
}

.panel-admin .mca-header {
  background: #FFFBFB;
  border: 1px solid #FFFBFB;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.panel-admin .mca-body {
  background: #fff;
  border: 1px solid #FFFBFB;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  padding: 10px 15px;
}

#panel-side {
  overflow: hidden;
}

#panel-main, .panel-side-wrapper {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header-user-page {
  background: #a8331f;
  overflow: hidden;
  color: #fef7e4;
}

.header-user-page .hup-op {
  float: left;
}

.header-user-page .hup-title {
  text-transform: uppercase;
  padding: 5px;
  font-size: 17px;
}

.header-user-page .material-icons {
  color: #fef7e4 !important;
}

.tabs-admin li a {
  padding: 0 !important;
}

.tabs-admin li a.active {
  color: #a8331f !important;
}

#norek, #total-bayar {
  display: none;
}

.btn-copy-rek {
  float: right;
  padding: 2px !important;
  font-size: 8px;
  height: 20px;
  line-height: 0.5;
  margin-top: -20px;
}

.btn-copy-total {
  float: right;
  padding: 2px !important;
  font-size: 8px;
  height: 20px;
  line-height: 0.5;
  margin-top: -41px;
}

.page-cart-secure-gateway .main-container {
  max-width: 560px;
}

#modalfull {
  max-height: 100% !important;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
}

#modalfull .modalfull-content {
  max-width: 560px;
  margin: 0 auto;
}

.bukti-pembayaran-form {
  background: #fafafa;
}

.bukti-pembayaran-form .baris-bukti {
  width: 100%;
}

.bukti-pembayaran-form .baris-bukti .bb-label {
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
}

.bukti-pembayaran-form .baris-bukti .bb-konten {
  text-align: right;
  padding: 0 !important;
  margin: 0 !important;
}

.bukti-pembayaran-form .collapsible-header {
  padding: 10px;
}

.bukti-pembayaran-form .collapsible-body {
  padding: 10px;
}

.bukti-pembayaran-form .bb-notif {
  font-size: 12px;
  background: #fff;
  padding: 10px;
}

.bukti-pembayaran-form .input-bukti {
  font-size: 14px !important;
  height: 22.5px !important;
  margin-bottom: 0 !important;
}

.bukti-pembayaran-form .select-dropdown {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.bukti-pembayaran-form .select-dropdown span {
  padding: 10px !important;
  line-height: 16px !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.bukti-pembayaran-form .select-dropdown li {
  min-height: 40px !important;
}

.alamat-kecil {
  font-size: 12px;
}

.icon-pesan {
  vertical-align: middle;
}

.text-kecil {
  font-size: 12px;
}

#upload-bukti-now {
  margin-bottom: 30px;
}

.total-bayar-bank {
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (max-width: 599px) {
  .pli-footer-1, .pli-footer-2, .pli-footer-3 {
    text-align: left !important;
  }
  .pli-footer-1 .pli-ft-konten, .pli-footer-2 .pli-ft-konten, .pli-footer-3 .pli-ft-konten {
    font-size: 100% !important;
  }
  .order-item-row-2 {
    margin-top: 5px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
  }
  .btn-alamat-area .btn, .btn-alamat-area-form .btn, .display-alamat-button-area .btn,
  .btn-checkout-area .btn {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .fx-alamat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .fx-alamat-item-1 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
  .fx-alamat-item-2 {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
  }
  .page-member-user .inside-content {
    padding: 0 !important;
  }
  .page-member-user .drop-area {
    padding: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */