.body {
  background-color: #f5f5f5;
  min-height: 100vh;
  min-width: 325px;
}

.se-pre-con {
  z-index: 10800099;
}

.side-widget h3 {
  margin-bottom: 10px;
}

.side-widget h3 span {
  background-color: transparent;
}

.navbar-toggle {
  border: none;
}

.navbar-toggle i {
  font-size: 15px;
  color: white;
}

#form_kategori, #form_jenis, #form_kecamatan, #form_price {
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
  padding: 10px 0 5px 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#form_kategori ul, #form_jenis ul, #form_kecamatan ul, #form_price ul {
  padding-bottom: 0;
}

#form_price {
  padding: 20px 0;
  max-height: initial;
}

#form_price .row {
  margin: 0;
}

#form_price .row label {
  margin-bottom: 0;
}

#form_price .row .col-md-12:nth-of-type(2) {
  margin-top: 20px;
}

.flex-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectboxit-container {
  margin-left: 0;
  margin-top: 0;
}

.selectboxit-container .selectboxit {
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
}

.selectboxit-container .selectboxit-options {
  margin-top: 10px;
}

.selectboxit-option, .selectboxit-optgroup-header {
  background-color: white;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus {
  background-color: #d6644a;
  color: white;
}

#data_paging_produk {
  background-color: #f5f5f5;
}

#data_paging_produk .flex-col-produk {
  padding: 0 10px 20px 10px;
}

#data_paging_produk .flex-col-produk .div_item {
  padding: 0;
  margin: 10px 0;
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
}

#data_paging_produk .flex-col-produk .div_item .btn-color-ukm-home {
  margin: 20px 0 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 5px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap {
  margin-bottom: 0;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .item-thumb {
  border-radius: 0;
  width: 100%;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info {
  padding: 0 15px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info .product-title {
  text-overflow: ellipsis;
  height: 39px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info .div_harga_barang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info .div_harga_barang .product-price {
  padding-top: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info .div_harga_barang div {
  padding: 0 15px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .product-item .product-info .div_harga_barang div span {
  padding-top: 0px !important;
  background-color: #D80000;
  color: white !important;
  border-radius: 5px !important;
  line-height: normal;
  padding: 0 10px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .seller_info {
  padding: 0 14px;
}

#data_paging_produk .flex-col-produk .div_item .product-item-wrap .seller_info p {
  padding-left: 3px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#data_paging_produk .produk_kosong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 100px;
}

#data_paging_produk .produk_kosong img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.btn:focus, .btn:active {
  color: #DFAF34;
  outline: none !important;
}

.mfb-component--br {
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 17px;
  right: 25px;
  line-height: normal;
}

.mfb-component--br .mfb-component__wrap {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.mfb-component__button--main {
  height: 50px;
  width: 50px;
}

.mfb-component__button--child {
  height: 50px;
  width: 50px;
  position: relative;
}

.mfb-component__button--child .ion-ios-telephone {
  line-height: 48px;
}

.mfb-component__button--child h5 {
  margin: 0;
  position: absolute;
  bottom: 7px;
  font-size: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfb-component__child-icon, .mfb-component__child-icon {
  line-height: 50px;
  width: 50px;
}

#backtotop {
  bottom: 20px;
  right: 100px;
  -webkit-box-shadow: 0 0 4px #00000024, 0 4px 8px #00000047;
          box-shadow: 0 0 4px #00000024, 0 4px 8px #00000047;
  line-height: 50px;
  z-index: 99;
}

#backtotop i {
  font-size: 15px;
}

.mobile_bottom_navigation {
  display: none;
}

.mobile_floating_nav {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.mobile_floating_nav .item_floating_nav {
  opacity: 0;
}

header {
  padding: 0 !important;
}

header .navbar {
  margin-bottom: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
}

header .navbar .container-fluid {
  height: 100% !important;
}

header .navbar .container-fluid .row .navbar-header {
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  margin: 0;
}

header .navbar .container-fluid .row .navbar-header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .container-fluid .row .navbar-collapse {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}

header .navbar .container-fluid .row .navbar-collapse .topcart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .container-fluid .row .navbar-collapse .topcart a span {
  font-size: 11px !important;
  border-radius: 50% !important;
}

header .navbar .container-fluid .row .navbar-collapse .topcart a i {
  padding: 0 !important;
}

header .navbar .container-fluid .row .navbar-collapse .topcart a .nav-badge {
  height: auto !important;
  line-height: normal;
  padding: 5px 0px 5px 0px;
  width: 25px;
  font-weight: bold;
  top: -15px !important;
  right: 0px !important;
  color: #d6644a;
}

header .navbar .container-fluid .row .navbar-collapse .topcart a .nav-badge::after {
  content: none;
}

.div_menu_atas_tab {
  display: none;
}

.navbar-brand > img#navbar_img {
  display: block !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #DFAF34;
}

.navbar-toggle.active {
  background: #DFAF34;
}

.navbar-header .navbar-toggle .nav-badge {
  position: absolute;
  background: #FFC53E;
  top: -5px;
  right: -5px;
  padding: 5px 0px;
  font-family: Raleway;
  font-size: 11px;
  text-transform: none;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  height: auto;
  width: 25px;
}

.navbar-header .navbar-toggle .nav-badge::after {
  content: none;
}

.side-widget.home {
  padding-top: 10px;
  margin-top: 0;
}

.filter_section_mobile {
  display: none;
}

.banner {
  width: 100%;
  height: 300px;
  background: url("../img/banner.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.banner .filter_section .topsearch {
  width: 600px;
}

.banner .filter_section .topsearch .top_search_div_form {
  width: 100%;
  background-color: white;
  border: 2px solid #DFAF34 !important;
  border-radius: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.banner .filter_section .topsearch form input {
  border: none !important;
  width: auto !important;
  line-height: normal !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner .filter_section .topsearch .search-widget button {
  position: relative;
  height: auto !important;
  line-height: normal !important;
  border-radius: 0;
}

.banner .title_banner h1 {
  font-size: 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px #000000;
}

.filter-pc, .main_profile {
  margin-top: 30px;
}

.filter-pc.active {
  display: block !important;
}

.filter-wrap {
  margin-top: 20px;
}

.filter-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-wrap .row div {
  line-height: normal;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-wrap .row div #title_filter_wrap {
  margin-bottom: 5px !important;
}

.hovv {
  background-color: white;
}

#popup {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

#popup #popupcontrols {
  position: relative;
  width: 100%;
  height: 100%;
}

#popup #popupcontrols #popupclose {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  border-radius: 50%;
}

#popup #popupcontrols #popupclose i {
  font-size: 17px;
}

#popup .popupcontent {
  width: 70vh;
}

#popup .popupcontent a {
  width: 100%;
  height: 100%;
}

#popup .popupcontent a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#modal_detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modal_detail .item img {
  width: 90% !important;
}

#modal_detail .product-single {
  margin-top: 20px;
}

#modal_detail .head .detail_informasi p {
  margin-bottom: 0;
  line-height: 20px;
}

.widget-tags-modal li {
  height: auto !important;
  display: inline-block !important;
  background-color: #D80000;
  color: white !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none !important;
  border-radius: 10px;
  padding: 0px 15px !important;
  -webkit-box-shadow: 2px 2px 2px #c8c8c8;
          box-shadow: 2px 2px 2px #c8c8c8;
  float: none !important;
  width: auto !important;
}

.img-wrapper-modal {
  display: block !important;
  border: 3px solid #f063227e;
  padding: 5px;
  height: auto !important;
}

.head .head-info-modal {
  padding-left: 0;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}

.filter-pc, .main_profile {
  display: block !important;
}

.filter-pc .btn, .main_profile .btn {
  display: none;
}

.menu_mobile {
  display: none;
  padding-right: 20px;
}

#modal_detail, #modal_cart_added {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 0;
  padding-bottom: 150px;
}

#modal_detail .modal-dialog, #modal_cart_added .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 800px;
  background-color: transparent;
}

#modal_detail .modal-dialog .modal-content, #modal_cart_added .modal-dialog .modal-content {
  background-color: #f5f5f5;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  border-radius: 40px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation, #modal_cart_added .modal-dialog .modal-content .upper_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding: 30px 30px 0 30px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation button, #modal_cart_added .modal-dialog .modal-content .upper_navigation button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#modal_detail .modal-dialog .modal-content .upper_navigation button:hover, #modal_cart_added .modal-dialog .modal-content .upper_navigation button:hover {
  color: #D80000;
  margin-left: -5px;
  padding-right: 5px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation .whislist_navigation, #modal_cart_added .modal-dialog .modal-content .upper_navigation .whislist_navigation {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#modal_detail .modal-dialog .modal-content .upper_navigation .whislist_navigation:hover, #modal_cart_added .modal-dialog .modal-content .upper_navigation .whislist_navigation:hover {
  color: #D80000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#modal_detail .modal-dialog .modal-content .upper_navigation i, #modal_cart_added .modal-dialog .modal-content .upper_navigation i {
  font-size: 25px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation_cart, #modal_cart_added .modal-dialog .modal-content .upper_navigation_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding: 30px 30px 0 30px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation_cart i, #modal_cart_added .modal-dialog .modal-content .upper_navigation_cart i {
  font-size: 25px;
  background-color: #4CAF50;
  color: white;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
}

#modal_detail .modal-dialog .modal-content .upper_navigation_cart h1, #modal_cart_added .modal-dialog .modal-content .upper_navigation_cart h1 {
  font-size: 25px;
  text-align: center;
}

#modal_detail .modal-dialog .modal-content #div_image_modal, #modal_cart_added .modal-dialog .modal-content #div_image_modal {
  width: 100%;
  height: 300px;
  padding: 0 20px;
}

#modal_detail .modal-dialog .modal-content #div_image_modal img, #modal_cart_added .modal-dialog .modal-content #div_image_modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#modal_detail .modal-dialog .modal-content .div_cart_img, #modal_cart_added .modal-dialog .modal-content .div_cart_img {
  padding: 0 50px;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_imgnya, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_imgnya {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_imgnya img, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_imgnya img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc .cart_desc, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc .cart_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#modal_detail .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc .cart_desc p, #modal_cart_added .modal-dialog .modal-content .div_cart_img #cart_img_link .div_cart_desc .cart_desc p {
  margin-right: 20px;
}

#modal_detail .modal-dialog .modal-content .div_details, #modal_cart_added .modal-dialog .modal-content .div_details {
  margin-top: 30px;
  padding: 50px 40px;
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

#modal_detail .modal-dialog .modal-content .div_details .detail_nama_barang, #modal_cart_added .modal-dialog .modal-content .div_details .detail_nama_barang {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
}

#modal_detail .modal-dialog .modal-content .div_details .harga_cart, #modal_cart_added .modal-dialog .modal-content .div_details .harga_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

#modal_detail .modal-dialog .modal-content .div_details .harga_cart .detail_harga, #modal_cart_added .modal-dialog .modal-content .div_details .harga_cart .detail_harga {
  color: #D80000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
}

#modal_detail .modal-dialog .modal-content .div_details .harga_cart .btn-cta, #modal_cart_added .modal-dialog .modal-content .div_details .harga_cart .btn-cta {
  background-color: #D80000;
  width: 250px;
  margin: 0;
  height: 45px;
}

#modal_detail .modal-dialog .modal-content .div_details .harga_cart .btn-cta i, #modal_cart_added .modal-dialog .modal-content .div_details .harga_cart .btn-cta i {
  font-size: 20px;
  margin-right: 10px;
}

#modal_detail .modal-dialog .modal-content .div_details .harga_cart p, #modal_cart_added .modal-dialog .modal-content .div_details .harga_cart p {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 10px;
}

#modal_detail .modal-dialog .modal-content .div_details h5, #modal_cart_added .modal-dialog .modal-content .div_details h5 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

#modal_detail .modal-dialog .modal-content .div_details .deskripsi-produk, #modal_cart_added .modal-dialog .modal-content .div_details .deskripsi-produk {
  margin-top: 10px;
}

#modal_detail .modal-dialog .modal-content .div_details .deskripsi-produk p, #modal_cart_added .modal-dialog .modal-content .div_details .deskripsi-produk p {
  font-size: 15px;
  margin: 0;
}

#modal_detail .modal-dialog .modal-content .div_toko, #modal_cart_added .modal-dialog .modal-content .div_toko {
  margin-top: -25px;
  padding: 50px 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #f5f5f5;
}

#modal_detail .modal-dialog .modal-content .div_toko .data_toko, #modal_cart_added .modal-dialog .modal-content .div_toko .data_toko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal_detail .modal-dialog .modal-content .div_toko .data_toko .image_toko, #modal_cart_added .modal-dialog .modal-content .div_toko .data_toko .image_toko {
  width: 80px;
  height: 80px;
}

#modal_detail .modal-dialog .modal-content .div_toko .data_toko .image_toko img, #modal_cart_added .modal-dialog .modal-content .div_toko .data_toko .image_toko img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#modal_detail .modal-dialog .modal-content .div_toko .keterangan_toko, #modal_cart_added .modal-dialog .modal-content .div_toko .keterangan_toko {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

#modal_detail .modal-dialog .modal-content .div_toko .keterangan_toko h4, #modal_cart_added .modal-dialog .modal-content .div_toko .keterangan_toko h4 {
  font-weight: bold;
  font-size: 20px;
  color: #D80000;
  margin: 0;
}

#modal_detail .modal-dialog .modal-content .div_toko .keterangan_toko #alamat, #modal_cart_added .modal-dialog .modal-content .div_toko .keterangan_toko #alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #9b9595;
  margin-top: 10px;
}

#modal_detail .modal-dialog .modal-content .div_toko .keterangan_toko #alamat i, #modal_cart_added .modal-dialog .modal-content .div_toko .keterangan_toko #alamat i {
  font-size: 18px;
}

#modal_detail .modal-dialog .modal-content .div_toko .keterangan_toko #alamat p, #modal_cart_added .modal-dialog .modal-content .div_toko .keterangan_toko #alamat p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 5px;
}

#modal_detail .modal-dialog .modal-content .div_toko .store-sentra-modal, #modal_cart_added .modal-dialog .modal-content .div_toko .store-sentra-modal {
  margin-top: 20px;
}

#modal_detail .modal-dialog .modal-content .div_toko .store-sentra-modal p, #modal_cart_added .modal-dialog .modal-content .div_toko .store-sentra-modal p {
  font-size: 18px;
  font-weight: bold;
}

#modal_detail .modal-dialog .modal-content .div_toko #perizinan, #modal_cart_added .modal-dialog .modal-content .div_toko #perizinan {
  margin-top: 20px;
}

#modal_detail .modal-dialog .modal-content .div_toko #perizinan p, #modal_cart_added .modal-dialog .modal-content .div_toko #perizinan p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

#modal_detail .modal-dialog .modal-content .div_toko #perizinan ul li, #modal_cart_added .modal-dialog .modal-content .div_toko #perizinan ul li {
  height: auto !important;
  display: inline-block;
  background-color: #D80000;
  color: white;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none !important;
  border-radius: 10px;
  line-height: 28px;
  padding: 0px 15px !important;
  -webkit-box-shadow: 2px 2px 2px #c8c8c8;
  box-shadow: 2px 2px 2px #c8c8c8;
  float: none !important;
  width: auto !important;
}

#modal_detail .modal-dialog .modal-content .div_toko #perizinan ul li i, #modal_cart_added .modal-dialog .modal-content .div_toko #perizinan ul li i {
  margin-right: 5px;
}

#modal_detail .modal-dialog .modal-content .div_toko #header_detail_kontak, #modal_cart_added .modal-dialog .modal-content .div_toko #header_detail_kontak {
  margin-top: 20px;
}

#modal_detail .modal-dialog .modal-content .div_toko #header_detail_kontak p, #modal_cart_added .modal-dialog .modal-content .div_toko #header_detail_kontak p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}

#modal_detail .modal-dialog .modal-content .div_toko .media, #modal_cart_added .modal-dialog .modal-content .div_toko .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal_detail .modal-dialog .modal-content .div_toko .media i, #modal_cart_added .modal-dialog .modal-content .div_toko .media i {
  font-size: 25px;
  width: 50px;
  text-align: center;
}

#modal_detail .modal-dialog .modal-content .div_toko .media .media-body, #modal_cart_added .modal-dialog .modal-content .div_toko .media .media-body {
  width: auto;
}

#modal_detail .modal-dialog .modal-content .div_toko .null, #modal_cart_added .modal-dialog .modal-content .div_toko .null {
  background-color: transparent !important;
  color: #aeaeae !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-style: italic !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  text-align: center;
}

#modal_detail .modal-dialog .modal-content .div_btn, #modal_cart_added .modal-dialog .modal-content .div_btn {
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
}

#modal_detail .modal-dialog .modal-content .div_btn .margin, #modal_cart_added .modal-dialog .modal-content .div_btn .margin {
  width: 20px;
}

#modal_detail .modal-dialog .modal-content .div_btn button, #modal_cart_added .modal-dialog .modal-content .div_btn button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #D80000;
  width: auto;
  margin: 0;
  height: 50px;
  padding: 0 15px;
  border-radius: 15px;
}

#modal_detail .modal-dialog .modal-content .div_btn a, #modal_cart_added .modal-dialog .modal-content .div_btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  border: 1px solid #D80000;
  width: auto;
  margin: 0;
  line-height: normal;
  display: block;
  padding: 15px 10px;
  height: auto;
  color: #D80000;
  border-radius: 15px;
}

#modal_cart_added .modal-dialog {
  max-width: 500px;
}

#modal_cart_added .modal-dialog .upper_navigation_cart h1 {
  font-size: 20px !important;
  color: #666666;
}

#modal_cart_added .modal-dialog .div_cart_desc .detail_nama_barang {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

#modal_cart_added .modal-dialog .div_cart_desc .cart_desc {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

#modal_cart_added .modal-dialog .div_cart_desc .cart_desc p {
  margin-bottom: 0;
}

#modal_cart_added .modal-dialog .div_cart_desc .cart_desc .detail_harga {
  margin-bottom: 0;
  color: #d80000;
  font-weight: bold;
}

.div_toko_profile {
  margin-top: 10px;
  padding: 30px 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
}

.div_toko_profile #detail_kontak_smaller_pc {
  display: none;
}

.div_toko_profile .data_toko_mobile {
  display: none;
}

.div_toko_profile .data_toko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div_toko_profile .data_toko .image_toko {
  width: 80px;
  height: 80px;
}

.div_toko_profile .data_toko .image_toko img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px #9b9595;
          box-shadow: 2px 2px 2px #9b9595;
  border: 1px solid #9b9595;
}

.div_toko_profile .keterangan_toko {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}

.div_toko_profile .keterangan_toko h4 {
  font-weight: bold;
  font-size: 20px;
  color: #4e4e4e;
  margin: 0;
  text-align: center;
}

.div_toko_profile .store-sentra-modal {
  margin-top: 20px;
}

.div_toko_profile .store-sentra-modal p {
  font-size: 18px;
  font-weight: bold;
}

.div_toko_profile #perizinan {
  margin-top: 40px;
}

.div_toko_profile #perizinan p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.div_toko_profile #perizinan ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto !important;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none !important;
  border-radius: 5px;
  line-height: normal;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}

.div_toko_profile #perizinan ul li i {
  margin-right: 5px;
  border-radius: 50%;
  background-color: #D80000;
  padding: 5px;
  color: white;
}

.div_toko_profile #header_detail_kontak {
  margin-top: 20px;
}

.div_toko_profile #header_detail_kontak p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}

.div_toko_profile #detail_kontak {
  display: block;
  margin-top: 15px;
}

.div_toko_profile #detail_kontak #alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #424242;
  margin-top: 10px;
}

.div_toko_profile #detail_kontak #alamat i {
  font-size: 20px;
  width: 50px;
  text-align: center;
}

.div_toko_profile #detail_kontak #alamat p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 5px;
  line-height: 20px;
}

.div_toko_profile #detail_kontak .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div_toko_profile #detail_kontak .media i {
  font-size: 20px;
  width: 50px;
  text-align: center;
  color: #424242;
}

.div_toko_profile #detail_kontak .media .media-body {
  width: auto;
  padding-left: 5px;
  color: #424242;
}

.div_toko_profile .null {
  background-color: transparent !important;
  color: #aeaeae !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-style: italic !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  text-align: center;
}

.list_produk_section {
  min-height: 90vh;
}

#open_menu_mobile {
  width: 35px;
}

#close_menu_mobile {
  display: none;
  width: 35px;
}

.is-sticky header {
  border-bottom: none;
}

.menu_mobile_navigation {
  display: none;
}

.modal_flexing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.dropdown-content {
  top: 50px;
  right: 0;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.dropdown-content a i {
  font-size: 15px;
  width: 30px;
}

.dropdown-content a span {
  font-size: 15px;
}

.dropdown-content a:hover {
  background-color: #D80000 !important;
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

.ringkasan_belanja_fix {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
}

.ringkasan_belanja_fix #ringkasan_web {
  display: block;
}

.ringkasan_belanja_fix #ringkasan_web .hovv {
  -webkit-box-shadow: 2px 2px 2px #e0e0e0 !important;
          box-shadow: 2px 2px 2px #e0e0e0 !important;
  border-radius: 5px !important;
  padding: 20px;
}

.ringkasan_belanja_fix #ringkasan_mobile {
  display: none;
}

#notiff .pointer_arrow_up {
  position: absolute;
  top: 70px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#notiff .cart-info {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  position: absolute;
  top: 90px;
  margin-top: 0;
  border-radius: 5px;
  border: none;
}

#notif-info-mobile {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 70px;
  width: 300px;
  display: none;
}

#notif-info, #notif-info-mobile {
  max-height: 330px;
  padding: 0;
  background-color: #f5f5f5;
  height: auto;
  -webkit-box-shadow: 0 1px 3px #c8c8c8;
          box-shadow: 0 1px 3px #c8c8c8;
}

#notif-info .list-notif, #notif-info-mobile .list-notif {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#notif-info .list-notif .notifikasi, #notif-info-mobile .list-notif .notifikasi {
  padding: 10px 0;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#notif-info .list-notif .notifikasi .line, #notif-info-mobile .list-notif .notifikasi .line {
  height: 50px;
  width: 3px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

#notif-info .list-notif .notifikasi .line.main, #notif-info-mobile .list-notif .notifikasi .line.main {
  background-color: #D80000;
}

#notif-info .list-notif .notifikasi .line.none, #notif-info-mobile .list-notif .notifikasi .line.none {
  background-color: transparent;
}

#notif-info .list-notif .notifikasi i, #notif-info-mobile .list-notif .notifikasi i {
  padding: 0 !important;
  font-size: 20px;
  color: #424242 !important;
}

#notif-info .list-notif .notifikasi .message, #notif-info-mobile .list-notif .notifikasi .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

#notif-info .list-notif .notifikasi .message h5, #notif-info-mobile .list-notif .notifikasi .message h5 {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}

#notif-info .list-notif .notifikasi .message p, #notif-info-mobile .list-notif .notifikasi .message p {
  margin: 0;
  line-height: normal;
  margin-top: 3px;
  font-size: 12px;
  color: #939393;
  text-align: left;
}

#notif-info .list-notif .notifikasi:hover, #notif-info-mobile .list-notif .notifikasi:hover {
  background-color: #DFAF34;
}

#notif-info .list-notif .notifikasi:hover p, #notif-info .list-notif .notifikasi:hover h5, #notif-info .list-notif .notifikasi:hover i, #notif-info-mobile .list-notif .notifikasi:hover p, #notif-info-mobile .list-notif .notifikasi:hover h5, #notif-info-mobile .list-notif .notifikasi:hover i {
  color: white !important;
}

.filter-wrap select {
  z-index: 1 !important;
}

#alert_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ef9a9a;
}

#alert_home i {
  font-size: 60px;
  color: white;
}

#alert_home .deskripsi {
  padding-left: 15px;
}

#alert_home .deskripsi h4 {
  font-weight: bold;
  font-size: 25px;
  color: #333333;
}

#alert_home .deskripsi p {
  color: #333333;
  margin: 0;
}

.account-wrap {
  margin-top: 20px;
}

#cart-not-empty #chk_all {
  margin: 0;
  background-color: white;
  padding: 20px 50px;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
}

#cart-not-empty #chk_all label::after {
  top: 1px;
}

.shop-list .shop-wrapper {
  background-color: white;
  padding: 20px 45px;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
  margin-top: 25px;
}

.shop-list .shop-wrapper .div_chk {
  padding: 0;
}

.shop-list .shop-wrapper .div_chk input[type="checkbox"] {
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
}

.shop-list .shop-wrapper .cart_label_ukm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2px;
  cursor: default;
  z-index: 2;
}

.shop-list .shop-wrapper .cart_label_ukm::after {
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-list .shop-wrapper .cart_label_ukm::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-list .shop-wrapper .cart_label_ukm .div_cart_nama_ukm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-list .shop-wrapper .cart_label_ukm .div_cart_nama_ukm .cart_nama_ukm {
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.shop-list .shop-wrapper .cart_label_ukm .div_cart_nama_ukm .cart_nama_ukm:hover {
  color: #FF551F;
  text-decoration: underline;
}

.shop-list .shop-wrapper .cart_label_ukm .cart_div_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-list .shop-wrapper .cart_label_ukm .cart_div_phone .fa {
  width: 30px;
  text-align: center;
  font-size: 10px;
  background-color: #FF551F;
  color: white;
  padding: 7px 0;
  border-radius: 50%;
  font-size: 15px;
}

.shop-list .shop-wrapper .cart_label_ukm .cart_div_phone .text-default {
  line-height: normal;
  font-size: 15px;
  margin-left: 5px;
  color: #FF551F;
  font-weight: bold;
}

.shop-list .shop-wrapper .cart_produk_detail {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .checkbox {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .checkbox input[type="checkbox"] {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  left: 3px;
  top: 1px;
  margin: 0;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .checkbox label::after {
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  top: -1px;
  left: 1px;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 2px;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_img {
  width: 100px !important;
  height: 100px !important;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_data .cart_produk_nama_produk {
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_data .cart_produk_harga_produk {
  color: #ff551f;
  font-weight: bold;
  font-size: 15px;
}

.shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya .cart_produk_detail_data .cart_produk_po_produk {
  padding: 5px 10px;
  background-color: #D50000;
  border-radius: 5px;
  color: white;
  margin-top: 15px;
  line-height: normal;
  font-weight: bold;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act button {
  line-height: normal;
  color: #444444;
  z-index: 2;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act button:disabled {
  color: #ffffff;
  cursor: no-drop;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act button:hover {
  color: white;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act input {
  margin: 0 1rem;
  background-color: white;
  border: 1px solid #E1E8EE;
  vertical-align: middle;
  line-height: normal;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #43484D;
  width: 40px;
  height: 30px;
  -webkit-appearance: none;
  z-index: 2;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 2px;
  border-color: #df403b !important;
  margin-left: 10px;
  z-index: 2;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act .cart_produk_act span i {
  color: white;
}

.shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act textarea {
  z-index: 2;
  height: 50px;
  resize: none;
  padding: 5px;
  margin-top: 5px;
  width: 100% !important;
}

.shop-list .shop-wrapper.cart_disabled .boldd, .shop-list .shop-wrapper.cart_disabled .price-cart, .shop-list .shop-wrapper.cart_disabled span, .shop-list .shop-wrapper.cart_disabled .cart_produk_nama_produk, .shop-list .shop-wrapper.cart_disabled .cart_produk_harga_produk {
  color: #bbbbbb !important;
  font-weight: normal !important;
}

.toko_tutup {
  padding: 5px 20px;
  background-color: #d80000;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}

.div_ringkasan_belanja .div_img_ringkasan {
  width: 100%;
  height: 150px;
}

.div_ringkasan_belanja .div_img_ringkasan img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.div_ringkasan_belanja .ringkasan-belanja {
  background-color: #E1E8EE;
  padding: 10px 10px;
  text-align: center;
  font-size: 15px;
  margin: 0;
  border-radius: 5px;
  color: #666666;
}

.div_ringkasan_belanja #summary {
  margin-left: 10px;
  margin-right: 10px;
}

.div_ringkasan_belanja #summary .summary-price {
  margin: 0;
  padding: 10px 5px;
  border: none;
  border-top: 1px dashed #E1E8EE !important;
}

.div_ringkasan_belanja #summary .summary-price h5 {
  color: #87888b;
}

.div_ringkasan_belanja #summary .summary-price #cart-bill, .div_ringkasan_belanja #summary .summary-price #cart-bill-total {
  font-weight: bold;
  color: #43484D;
}

.div_ringkasan_belanja #summary .summary-price:first-child {
  margin-top: 30px;
}

.div_ringkasan_belanja .summary-price .col-md-7 {
  text-align: right;
}

.div_ringkasan_belanja #btn_divnya {
  margin-top: 30px;
}

#page_order_list {
  margin-top: 20px;
}

#page_order_list h5, #page_order_list h4 {
  margin: 0;
}

#page_order_list .order-history {
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border-radius: 5px;
  padding: 20px 20px;
}

#page_order_list .order-history .order_list_atas {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_order_list .order-history .order_list_atas .nomor_pesanan, #page_order_list .order-history .order_list_atas .tanggal_pesanan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#page_order_list .order-history .order_list_atas .nomor_pesanan h5, #page_order_list .order-history .order_list_atas .tanggal_pesanan h5 {
  color: #87888b;
}

#page_order_list .order-history .order_list_atas .nomor_pesanan h4, #page_order_list .order-history .order_list_atas .tanggal_pesanan h4 {
  margin-top: 5px;
  font-weight: bold;
  color: #43484D;
}

#page_order_list .order-history .order_list_atas .detail_pesanan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

#page_order_list .order-history .order_list_atas .detail_pesanan button {
  font-weight: bold;
}

#page_order_list .order-history .order_list_atas .detail_pesanan button:hover {
  text-decoration: none;
}

#page_order_list .order-history .order_list_atas .detail_pesanan button i {
  margin-left: 10px;
}

#page_order_list .order-history .order_list_bawah {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_order_list .order-history .order_list_bawah .kontak_pesanan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan .btn {
  border: 1px solid #ef430c;
  border-radius: 50px;
  width: 200px;
  text-align: left;
  margin: 5px 0;
}

#page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan .btn:hover {
  background-color: #ef430c;
  color: white;
}

#page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan .btn-color-ukm:hover {
  background-color: white;
  color: #ef430c;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .status_pesanan, #page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan, #page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .status_pesanan h5, #page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan h5, #page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan h5 {
  width: 100px;
  color: #87888b;
  font-size: 14px;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .status_pesanan h4, #page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan h4, #page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #212121;
  margin: 0;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .status_pesanan span, #page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan span, #page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan span {
  width: 15px;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan {
  margin-top: 5px;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .jumlah_pesanan h4 {
  font-weight: normal;
  color: initial;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan {
  margin-top: 5px;
}

#page_order_list .order-history .order_list_bawah .div_status_pesanan .total_pesanan h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FF551F;
}

#page_order_list .order-history .order_list_bawah .button_pesanan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#page_order_list .order-history .order_list_bawah .button_pesanan .btn-cart {
  display: block;
  min-width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin: 4px 2px;
  font-weight: normal;
  text-align: center;
  background-color: #FFC53E;
  color: #d6644a;
  font-weight: bold;
}

#page_order_list .order-history .order_list_bawah .button_pesanan .btn-cart:hover {
  background-color: #ffde92 !important;
  color: #cf8474 !important;
}

#page_order_list .order-history .order_list_act .btn-color-qris {
  font-weight: bold;
  white-space: pre-wrap;
  cursor: default;
  width: 100%;
}

#page_order_list .order-history .order_list_act .btn-color-qris:hover, #page_order_list .order-history .order_list_act .btn-color-qris:focus, #page_order_list .order-history .order_list_act .btn-color-qris:active {
  color: white;
}

#page_order_list .order-history .detail_utk_mobile, #page_order_list .order-history .detail_utk_tab {
  display: none;
}

#page_order_list #order-data {
  margin-top: 20px;
}

#page_order_list .margin-cart-card {
  margin: 0;
  margin-bottom: 30px;
}

#page_order_list .btn-cart {
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
  border: none !important;
  margin-bottom: 0;
}

#page_order_list .btn-cart:hover {
  background-color: #d80000 !important;
  color: white !important;
  border: none !important;
}

#page_order_list .cart-active, #page_order_list .cart-active:focus {
  background-color: #d80000 !important;
  color: white !important;
  border: none !important;
  font-weight: normal !important;
}

#page_order_list .splide .splide__slide {
  padding: 8px 0 !important;
}

#page_order_list .splide .splide__track {
  margin: 0 80px;
}

#page_order_list .splide .splide__arrow {
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px #e0e0e0;
          box-shadow: 2px 2px 2px #e0e0e0;
}

@media only screen and (max-width: 1199px) {
  .promoBox aside {
    margin: 15px 15px 0 0 !important;
  }
}

@media only screen and (min-width: 1450px) {
  .banner {
    height: 400px;
  }
  .banner .title_banner {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .main_profile .div_toko_profile .data_toko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_profile .div_toko_profile #detail_kontak {
    display: none;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc {
    display: block;
    margin-top: 20px;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc .media .iconnya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc .media .iconnya i {
    font-size: 15px;
    width: 25px;
    color: #424242;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc .media .iconnya p {
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc .media p {
    margin: 3px 0 0 0;
    line-height: 17px;
    color: #424242;
    font-size: 13px;
    text-align: left;
  }
  .div_ringkasan_belanja .summary-price .col-md-7 {
    text-align: left !important;
  }
  .shop-list .shop-wrapper .cart_produk_detail {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .shop-list .shop-wrapper .cart_produk_detail .cart_produk_datanya {
    width: 100% !important;
  }
  .shop-list .shop-wrapper .cart_produk_detail .div_cart_produk_act {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding-left: 25px;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan a {
    width: 120px !important;
  }
  #page_order_list .order-history .order_list_bawah .div_status_pesanan {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #page_order_list .order-history .order_list_bawah .button_pesanan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .modal:before {
    display: initial !important;
    height: auto !important;
    vertical-align: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  #popup .popupcontent {
    width: 40vh;
  }
  #alert_home {
    margin: 0 40px;
  }
  .div_menu_atas_tab {
    display: block;
  }
  .promoBox aside {
    margin: 15px 75px 0 0 !important;
  }
  .filter-pc {
    position: fixed !important;
    width: auto;
    left: 0px;
    right: 0;
    top: 40px;
    bottom: 0;
    background: #f8f8f8;
    padding-top: 15px;
    height: calc(100% - 70px);
    overflow-y: scroll !important;
    padding-bottom: 50px !important;
  }
  .filter-pc .div_btn_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter-pc .div_btn_close .btn {
    display: block;
    background-color: #D80000;
    color: white;
    margin: 2vh 0vh 5vh 0vh;
    width: 200px;
    padding: 10px 0;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .menu_mobile_navigation {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 70px;
    background-color: white;
    width: 300px;
    -webkit-box-shadow: 0 0 2px 0px #c8c8c8;
            box-shadow: 0 0 2px 0px #c8c8c8;
    z-index: 100000;
  }
  .menu_mobile_navigation .itemnya a {
    color: #D80000;
    padding: 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_mobile_navigation .itemnya a i {
    width: 25px;
  }
  .menu_mobile_navigation .itemnya a:hover {
    background-color: #DFAF34;
    color: white;
  }
  .menu_mobile_navigation .itemnya a:hover p {
    -webkit-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: white;
  }
  .menu_mobile_navigation .itemnya a p {
    margin: 0;
  }
  .menu_mobile_navigation .close_menu_mobile_navigation {
    padding-left: 50px;
    margin-top: 50px;
  }
  .menu_mobile_navigation .close_menu_mobile_navigation button {
    width: 80%;
    background-color: #D80000;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    padding: 5px 5px;
    border-radius: 5px;
  }
  .menu_mobile_navigation .close_menu_mobile_navigation button i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .filter-pc.active {
    z-index: 10800001;
  }
  #modal_detail, #modal_cart_added {
    padding-left: 20px !important;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  #modal_detail .harga_cart .btn-cta, #modal_cart_added .harga_cart .btn-cta {
    width: auto !important;
  }
  #modal_detail .harga_cart .btn-cta i, #modal_cart_added .harga_cart .btn-cta i {
    margin-right: 5px !important;
  }
  #modal_detail .div_btn button, #modal_cart_added .div_btn button {
    padding: 0 40px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  #modal_detail .div_btn a, #modal_cart_added .div_btn a {
    padding: 15px 20px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  header .navbar .container-fluid .row .navbar-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0;
  }
  header .navbar .container-fluid .row .navbar-header .menu_mobile {
    line-height: normal;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 10px;
  }
  header .navbar .container-fluid .row .navbar-header .navbar-brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 5px 0 15px;
  }
  header .navbar .container-fluid .row .navbar-collapse {
    display: none !important;
  }
  .navbar-toggle {
    margin: 0;
  }
  .filter-pc {
    display: none !important;
  }
  .filter_section .topsearch {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_produk_section {
    padding: 0;
  }
  .list_produk_section .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 5px 10px 5px;
  }
  .list_produk_section .filter-wrap .row {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_produk_section .filter-wrap .row div {
    margin-top: 10px;
  }
  .list_produk_section .flex-col-produk {
    width: 30%;
  }
  .pagenav-wrap .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_profile {
    margin-top: 0;
  }
  .main_profile .div_toko_profile {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    padding: 0 20px 20px 20px;
  }
  .main_profile .div_toko_profile .data_toko {
    display: none;
  }
  .main_profile .div_toko_profile .data_toko_mobile {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .image_toko {
    width: 80px;
    height: 80px;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .image_toko img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .div_keterangan_toko {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .div_keterangan_toko #alamat {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .div_keterangan_toko #alamat i {
    font-size: 20px;
  }
  .main_profile .div_toko_profile .data_toko_mobile .div_detail_tokonya .div_keterangan_toko #alamat p {
    margin: 0;
    line-height: normal;
    padding-left: 10px;
  }
  .main_profile .div_toko_profile .data_toko_mobile #detail_kontak_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_profile .div_toko_profile .data_toko_mobile #detail_kontak_mobile .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 5px;
  }
  .main_profile .div_toko_profile .data_toko_mobile #detail_kontak_mobile .media i {
    width: 25px;
    font-size: 15px;
  }
  .main_profile .div_toko_profile .data_toko_mobile #detail_kontak_mobile .media .media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    font-size: 10px;
  }
  .main_profile .div_toko_profile #detail_kontak {
    display: none !important;
  }
  .main_profile .div_toko_profile #detail_kontak_smaller_pc {
    display: none !important;
  }
  .main_profile .div_toko_profile #perizinan {
    margin-top: 10px;
  }
  .flex-product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .account-wrap {
    padding-bottom: 200px;
  }
  .ringkasan_belanja_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    z-index: 3;
  }
  .ringkasan_belanja_fix .container {
    padding: 0;
  }
  .ringkasan_belanja_fix #ringkasan_web {
    display: none;
  }
  .ringkasan_belanja_fix #ringkasan_mobile {
    display: block;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya {
    background-color: white;
    -webkit-box-shadow: 0px -1px 2px #e0e0e0;
            box-shadow: 0px -1px 2px #e0e0e0;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 30px 10px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary .summary-price {
    padding: 15px 10px;
    margin: 0 15px 0 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary .summary-price h5 {
    margin: 0;
    text-align: center;
    color: #87888b;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary .summary-price #cart-bill, .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary .summary-price #cart-bill-total {
    font-weight: bold;
    color: #43484D;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #summary #cart_totals {
    border-top: 1px dashed #E1E8EE !important;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #btn_divnya {
    width: 100%;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya #btn_divnya button {
    border-radius: 40px;
  }
  #page_order_list .splide__arrows {
    display: none;
  }
  #page_order_list .splide .splide__track {
    margin: 0 15px;
  }
  #page_order_list .order-history .order_list_atas .nomor_pesanan h5, #page_order_list .order-history .order_list_atas .tanggal_pesanan h5 {
    font-size: 13px;
  }
  #page_order_list .order-history .order_list_atas .nomor_pesanan h4, #page_order_list .order-history .order_list_atas .tanggal_pesanan h4 {
    font-size: 14px;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan {
    display: none;
  }
  #page_order_list .order-history .order_list_bawah .button_pesanan {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #page_order_list .order-history .order_list_bawah .button_pesanan .btn-cart {
    font-size: 13px !important;
    padding: 10px !important;
    height: auto !important;
    width: auto !important;
    border-radius: 5px !important;
  }
  #page_order_list .order-history .detail_utk_tab {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    padding: 15px 0;
  }
  #page_order_list .order-history .detail_utk_tab .btn {
    width: 200px;
    margin: 0 5px;
  }
  #page_order_list .order-history .detail_utk_tab #btn-ask-ukm {
    border: 1px solid #ef430c;
  }
}

@media only screen and (max-width: 600px) {
  .list_produk_section .flex-col-produk {
    width: 44%;
  }
}

@media only screen and (max-width: 480px) {
  #alert_home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #alert_home h4 {
    margin-top: 10px;
    text-align: center;
  }
  #alert_home p {
    text-align: center;
  }
  .div_menu_atas_tab {
    display: none;
  }
  .dropdown-content {
    bottom: 60px;
  }
  .filter_section_mobile {
    display: block;
  }
  .filter_section_mobile .topsearch {
    margin: 10px 25px 0 25px;
    width: calc(100% - 50px);
  }
  .filter_section_mobile .topsearch .top_search_div_form {
    width: 100%;
    background-color: white;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .filter_section_mobile .topsearch form input {
    border: 2px solid #DFAF34 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: auto !important;
    line-height: normal !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .filter_section_mobile .topsearch .search-widget button {
    position: relative;
    height: auto !important;
    line-height: normal !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 2px solid #DFAF34 !important;
  }
  .filter_section_mobile .topsearch .search-widget button .btn-search {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .filter_section_mobile .topsearch .search-widget button .btn-search p {
    font-size: 15px;
    padding-left: 0;
  }
  .filter_section_mobile .topsearch .search-widget button .btn-search i {
    padding-right: 2px;
  }
  .banner {
    background-position: top center;
    background-size: contain;
    height: 125px;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    width: calc(100% + 2px);
  }
  .banner .filter_section {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }
  .banner .filter_section .topsearch .top_search_div_form {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .banner .title_banner h1 {
    font-size: 13px;
  }
  .filter-pc .btn {
    width: 100%;
  }
  #modal_detail, #modal_cart_added {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #modal_detail .div_btn, #modal_cart_added .div_btn {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  #modal_detail .div_btn button, #modal_cart_added .div_btn button {
    padding: 0 15px !important;
  }
  #modal_detail .div_btn a, #modal_cart_added .div_btn a {
    padding: 15px 10px !important;
  }
  #modal_cart_added .upper_navigation_cart {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #modal_cart_added .upper_navigation_cart h1 {
    font-size: 20px !important;
  }
  #modal_cart_added #cart_img_link {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin: 0 !important;
  }
  #modal_cart_added #cart_img_link .div_cart_imgnya {
    width: 100% !important;
    height: 200px !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  #modal_cart_added .div_btn {
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    margin-top: 40px;
  }
  .filter-pc.active {
    top: 40px !important;
  }
  .filter-wrap {
    margin-top: 0;
    margin: 0 25px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 2px #e0e0e0;
            box-shadow: 2px 2px 2px #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .filter-wrap .row {
    margin: 0;
  }
  .filter-wrap .row #title_filter_wrap {
    margin-bottom: 0 !important;
  }
  #backtotop {
    display: none;
  }
  .footer-bottom {
    display: none;
  }
  .body {
    padding-bottom: 100px;
  }
  .mfb-component--br {
    display: none;
  }
  .mfb-component--br li {
    display: inline-block;
  }
  .flex-col-produk {
    width: calc(50% - 1rem);
  }
  .mobile_bottom_navigation {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
  }
  .mobile_bottom_navigation .div_bottom_navigation {
    position: relative;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation {
    background-color: #D80000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 -1px 5px #f5f5f5;
            box-shadow: 0 -1px 5px #f5f5f5;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: white;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item i {
    font-size: 23px;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item h5 {
    margin: 0;
    padding-top: 5px;
    font-weight: normal;
    font-size: 11px;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item #cart-counter-menu_mobile_bottom {
    position: absolute;
    top: -5px;
    right: 10px;
    background-color: #FFC53E;
    color: #d6644a;
    font-weight: bold;
    width: 25px;
    text-align: center;
    padding: 4px 0px;
    border-radius: 50%;
    line-height: normal;
    display: none;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item #cart-counter-menu_mobile_bottom span {
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_item:hover {
    color: #DFAF34;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation #disabled {
    cursor: no-drop;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation #disabled i {
    color: #821414;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation #disabled h5 {
    color: #821414;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_active {
    color: #DFAF34;
    border-radius: 10px;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .nav_active h5 {
    font-weight: bold;
  }
  .mobile_bottom_navigation .div_bottom_navigation .div_navigation .kosongan {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mobile_bottom_navigation .div_bottom_navigation .floating_nav {
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #D80000;
    color: white;
    border-radius: 50%;
    padding: 2px;
    border-bottom: 3px solid #f5f5f5;
    border-left: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile_bottom_navigation .div_bottom_navigation .floating_nav img {
    width: 55px;
  }
  .mobile_bottom_navigation .div_bottom_navigation .floating_nav .floating_nav_close {
    display: none;
  }
  .mobile_bottom_navigation .div_bottom_navigation .floating_nav .floating_nav_close img {
    width: 55px;
  }
  .mobile_floating_nav {
    position: fixed;
    bottom: 110px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .mobile_floating_nav .floating_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .mobile_floating_nav .floating_content .item_floating_nav {
    border-radius: 50%;
    padding: 6px 14px 15px 14px;
    background-color: #D80000;
    margin: 0 15px;
    border: 4px solid #980000;
  }
  .mobile_floating_nav .floating_content .item_floating_nav i {
    font-size: 35px;
    color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile_floating_nav .floating_content .item_floating_nav h5 {
    margin: 0;
    position: absolute;
    bottom: 7px;
    font-size: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile_floating_nav .floating_content .item_floating_nav:hover i, .mobile_floating_nav .floating_content .item_floating_nav:hover h5 {
    color: #DFAF34;
  }
  .ringkasan_belanja_fix #ringkasan_mobile .wrappernya {
    padding-bottom: 100px;
  }
  #page_order_list .order-history .order_list_atas .detail_pesanan {
    display: none;
  }
  #page_order_list .order-history .order_list_bawah {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    padding: 15px 0;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan h5 {
    display: none;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan .btn {
    border-radius: 5px;
    text-align: center;
  }
  #page_order_list .order-history .order_list_bawah .kontak_pesanan .list_kontak_pesanan .btn:not(.btn-color-ukm) {
    margin: 5px;
  }
  #page_order_list .order-history .order_list_bawah .status_pesanan {
    margin-top: 20px;
  }
  #page_order_list .order-history .order_list_bawah .button_pesanan {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page_order_list .order-history .detail_utk_mobile {
    display: block;
    margin-top: 20px;
  }
  #page_order_list .order-history .detail_utk_mobile button {
    width: 100%;
    margin: 0;
    font-weight: bold;
    padding: 0;
  }
  #page_order_list .order-history .detail_utk_tab {
    display: none;
  }
}
/*# sourceMappingURL=edit_by_cakti.css.map */