:root {
  --mobihub-font-title: "integralcf";
  --mobihub-font: "Inter";
  --mobihub-border-color: #e0e0e0;
  --mh-orange: #e20100;
  --text-kategori: #b8b6b8;
  --second-bg: #f4f4f4 !important;
}
body {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: var(--mobihub-font);
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}
.bg_second {
  background: var(--second-bg);
}
.mh_sec1 {
  padding: 40px 0 80px 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
.mh_sec2 {
  padding: 40px 0 80px 0;
  background-color: #ffffff;
  overflow-x: hidden;
}
top_header {
  font-family: var(--mobihub-font-title);
  font-weight: 700;
  color: black !important;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid var(--mobihub-border-color);
  display: block;
}
.row-slides {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}
.mh-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.mh-row ti {
  display: block;
  background-color: black;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 20px;
}
.mh-row ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  position: absolute;
  right: 0;
  flex-wrap: wrap;
}
.mh-row ul img {
  height: 20px;
  width: auto;
  margin: 0 15px;
}
mid_header {
  background-color: #fff;
  display: block;
  padding: 10px 0;
  margin-bottom: -15px !important;
}
.mh-logo {
  height: 40px;
  width: auto;
  margin-left: 25px;
}
mid_header .row {
  align-items: center;
}
.mh_select {
  border: 1px solid var(--mobihub-border-color);
  border-color: var(--mobihub-border-color) !important;
  box-shadow: none !important;
  outline: none !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 15px;
  font-family: var(--mobihub-font);
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  border-right: none;
  height: 45px;
  width: 35%;
}
.mh-flex,
.mh-search-flex .input-group {
  display: flex !important;
  align-items: center;
  width: 65% !important;
}
.mh-search,
.mh-search-flex .form-control {
  border: 1px solid var(--mobihub-border-color);
  border-color: var(--mobihub-border-color) !important;
  padding: 10px 15px;
  font-family: var(--mobihub-font);
  width: 85% !important;
  font-family: var(--mobihub-font);
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  border-right: none;
  box-shadow: none;
  outline: none;
}
.mh-search::placeholder,
.mh-search-flex .form-control::placeholder {
  font-family: var(--mobihub-font);
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.mh-btn {
  width: 15%;
  background-color: var(--mh-orange) !important;
  color: #fff !important;
  text-align: center !important;
  height: 45px !important;
  font-size: 25px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
}
.mh-text-right {
  text-align: right;
}
.mh-btn i {
  margin: auto;
}
.site-header {
  background-color: #fff !important;
}
.rela {
  position: relative !important;
}
.col-center {
  flex: 0 0 auto;
  width: 60%;
}
.col-20 {
  flex: 0 0 auto;
  width: 20%;
}
.mh-search-flex {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.log-flex {
  font-family: var(--mobihub-font);
  width: 100%;
  align-items: center;
  color: #000000;
  font-size: 16px;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.log-flex a {
  color: #000000;
}
.log-flex img {
  height: 20px;
  width: auto;
  margin-left: 20px;
}

.cart_div {
  position: relative;
  display: inline-block;
}

.mh-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  width: 200px;
}

.cart_div:hover .mh-dropdown {
  display: block;
}
.cart_div.active .mh-dropdown {
  display: block;
}
.mh-dropdown {
  transition: opacity 0.2s ease;
}
.mh_count {
  background-color: var(--mh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-family: var(--mobihub-font);
  font-weight: 200;
  position: absolute;
  top: -4px;
  right: -12px;
  line-height: 1;
}
.hidden-on-pc {
  display: none;
}
.mh_center {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #000000;
}
.category-header.cat_orange h4 {
  background-color: var(--mh-orange) !important;
  font-family: var(--mobihub-font-title);
  font-size: 16px !important;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 0;
  color: #ffffff;
  padding: 20px;
}
.cat_img {
  height: 10px;
  margin-right: 20px;
}
.navbar.blck {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.telp_mh {
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  font-weight: 600;
  font-family: var(--mobihub-font-title);
  color: #ffffff;
  font-size: 16px !important;
  height: 100%;
}
.telp_mh:hover {
  color: #fff;
}
.telp_mh img {
  margin-right: 5px;
  height: 16px;
  width: auto;
}

.nav-inner.mh_nav {
  width: 100% !important;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav-inner.mh_nav .site-menu ul {
  width: 100% !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100% !important;
}
.nav-inner.mh_nav .site-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.nav-inner.mh_nav .site-menu ul li a {
  font-family: var(--mobihub-font-title) !important;
  font-size: 16px !important;
  color: #ffffff !important;
}
.t-h-dropdown-menu {
  background-color: #000000 !important;
}
.site-footer.blck {
  background-color: #000000 !important;
}
.foot-mh-logo {
  display: flex;
  font-family: var(--mobihub-font-title);
}
.mh-slogan {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.mh-slogan div {
  background-color: #d9d9d9;
  color: #000000;
  line-height: 1.2;
  border-radius: 11px;
  padding: 10px 20px;
  font-size: 15px;
}
.col-35 {
  flex: 0 0 auto;
  width: 20%;
}
.col-33 {
  flex: 0 0 auto;
  width: 65%;
}
.col-34 {
  flex: 0 0 auto;
  width: 15%;
}
.wa-foot {
  text-align: right;
}
.wa-foot img {
  width: 50px;
  height: auto;
}
.foot-end {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.line-end {
  border-left: 1px solid #ffffff;
}
.foot-end h5 {
  font-family: var(--mobihub-font-title);
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}
.foot-end ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.foot-end a,
.foot-end li {
  color: #ffffff;
  font-family: var(--mobihub-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  padding: 5px 0;
}
.line-end {
  padding-left: 140px;
}
.foot-end .col-lg-6 {
  padding-top: 20px;
}
.mh-hero {
  max-width: 1920px !important;
  margin: auto;
}

.mh-hero-inner {
  width: 100%;
  height: 665px;
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.mh-hero-inner h2 {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mobihub-font-title) !important;
  font-size: 69px;
  color: #ffffff;
  font-weight: 600;
}
.mh-hero-inner h2 span {
  color: var(--mh-orange);
}

.hero-overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 120px;
  background: #000;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
}

.hero-bottom-content {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  font-family: var(--mobihub-font-title) !important;
  margin-right: 40px;
}

.hero-btn {
  background: var(--mh-orange);
  color: #fff !important;
  padding: 20px 40px;
  border-radius: 50px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
  font-family: var(--mobihub-font-title);
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
}

.mh-title {
  font-family: var(--mobihub-font-title);
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
  position: relative;
  font-size: 45px;
}

.title_shop h2 {
  font-family: var(--mobihub-font-title);
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}

.booking h2 {
  font-family: var(--mobihub-font-title);
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.card_form h3,
.popup-content h3 {
  font-family: var(--mobihub-font-title);
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.mh-title::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background-color: var(--mh-orange);
}
.paket_home {
  position: relative;
}
.paket_home img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.paket_home a {
  background: var(--mh-orange);
  color: #fff !important;
  padding: 20px 40px;
  border-radius: 50px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
  font-family: var(--mobihub-font-title);
  line-height: 1;
  font-size: 18px;
  position: absolute;
  bottom: 80px;
  left: 20px;
}

.hero-btn:hover,
.paket_home a:hover {
  background: #ba0000;
}

.kategori_home {
  width: 80%;
  margin: auto;
}
.kategori_home img {
  display: block;
  width: 90px;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

.kategori_home a {
  display: block;
  text-align: center;
  color: #000000;
  font-family: var(--mobihub-font);
  font-size: 16px;
  font-weight: 500;
}

.col-produk {
  flex: 0 0 auto;
  width: 20%;
}

.row-produk {
  text-align: center;
}
.product_tab_link {
  background-color: #f1f1f1;
  line-height: 1;
  font-size: 16px;
  font-family: var(--mobihub-font);
  font-weight: 600;
  color: #000000;
  transition: all 0.5s;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 0 10px;
  text-transform: uppercase;
}
.kartu .kategori {
  text-transform: uppercase;
  font-size: 8px;
  font-family: var(--mobihub-font);
  color: var(--text-kategori);
}

.product_tab_link.active,
.product_tab_link:hover {
  background-color: var(--mh-orange);
  color: #ffffff !important;
  transition: all 0.5s;
}
.tab-mh {
  margin: auto;
  padding-bottom: 40px;
}
.kartu {
  width: 240px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.kartu img {
  max-width: 100%;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  object-fit: cover;
  background-color: #f1f1f1;
  display: block;
}
.produk_desc {
  padding: 5px;
}
.info-produk .info {
  font-size: 14px;
  font-family: var(--mobihub-font);
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.rating-mh > i {
  display: inline-block;
  margin-right: 2px;
  color: #d8d8d8;
  font-size: 8px;
}
.rating-produk {
  display: flex;
  align-items: center;
}
.rating-produk > i {
  display: inline-block;
  margin-right: 2px;
  color: #d8d8d8;
  font-size: 10px;
}

.rating-produk > i:last-of-type {
  margin-right: 6px !important;
}
.rating-mh {
  font-size: 8px;
  margin: 5px 0;
}

.rating-mh > i.filled,
.rating-produk > i.filled {
  color: #e6cf00;
}

.kartu .add_to_single_cart {
  background: #000;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  font-family: var(--mobihub-font-title);
  line-height: 1;
  font-size: 10px;
  margin-top: 20px;
  display: inline-block;
}

.kartu .add_to_single_cart:hover {
  background: var(--mh-orange);
  transition: 0.5s;
}
.tab_cat_content {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.tab_cat_content.show {
  opacity: 1;
}
.ban_foot {
  width: 100%;
  height: 736px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ban_foot a {
  position: absolute;
  left: 120px;
  top: 55%;
  font-family: var(--mobihub-font-title);
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  background-color: #000;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 50px;
  transition: all 0.5s;
}
.ban_foot a:hover {
  background-color: #1b1b1b;
  transition: all 0.5s;
}
.child_head {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: center;
}
.head-icon {
  text-align: center;
  text-transform: uppercase;
  font-family: var(--mobihub-font-title);
  font-size: 16px;
}
.head-icon i {
  margin-right: 5px;
}
.row-head {
  display: flex;
  width: 950px;
  margin: 5px auto;
}
.col-60 {
  flex: 0 0 auto;
  width: 50%;
}

.col-40 {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 50px;
}

.produk-mh {
  margin-top: 20px;
}
.info-produk {
  background-color: #f4f4f4;
  border-radius: 25px;
  padding: 40px;
}
.info-produk .brand__logo {
  height: 30px;
  width: auto;
}

.col-60 .item {
  height: 480px;
  border-radius: 15px !important;
}
.col-60 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.info-produk h3 {
  font-family: var(--mobihub-font-title);
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 34px;
  margin: 5px 0;
  line-height: 1.2;
}
.info .stok {
  margin-left: 20px;
  font-weight: 500;
}
.harga {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
  display: flex;
  align-items: center;
  line-height: 1;
}

.harga .main-price {
  font-family: var(--mobihub-font-title);
  color: var(--mh-orange);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.harga .potongan {
  font-family: var(--mobihub-font);
  color: #c4c4c4;
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  line-height: 1;
  padding-top: 6px;
}
.qty_mh {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.qty_mh .qty {
  border-radius: 15px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  padding: 20px;
  padding-right: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: var(--mobihub-font);
}
.qty_mh .qtySelector {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.qty_mh .cart-amount,
.qty_mh .subclick,
.qty_mh .addclick {
  width: 60px;
  text-align: center;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  display: block;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}

.add_chart_mh {
  width: 100%;
  padding-top: 20px;
}

.add_chart_mh button,
.add_chart_mh a {
  display: block;
  padding: 30px 40px;
  font-family: var(--mobihub-font-title);
  font-size: 20px;
  font-weight: 600;
  background-color: var(--mh-orange);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50px;
  width: 100%;
  border: none;
  outline: none;
}

.add_chart_mh button.out-stok {
  background-color: #000000;
  cursor: not-allowed;
}

.kartu .produk-title {
  color: #000000 !important;
  font-family: var(--mobihub-font);
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
}
.harga-index {
  font-family: var(--mobihub-font-title);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
}
.harga-index del,
.harga-index span {
  font-family: var(--mobihub-font);
  font-size: 10px;
  line-height: 1;
  margin-left: 5px;
  color: var(--text-kategori);
}

.mh.product-thumbnails .owl-thumbs .owl-thumb-item {
  height: 120px;
  width: 25%;
  padding: 10px 2px !important;
  background: 0 0;
  border-top: 3px solid #e4e4e4;
  overflow: hidden;
  margin: 0 !important;
  box-shadow: none !important;
  margin: 20px 0 !important;
}
.mh.product-thumbnails .owl-thumbs .owl-thumb-item.active {
  border: none !important;
  border-top: 3px solid #000000 !important;
}
.mh.product-thumbnails .owl-thumbs .owl-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid transparent;
  border-radius: 5px;
}

.mh.product-thumbnails .owl-thumbs .owl-thumb-item.active img {
  border: 1px solid #efefef;
}
.product-gallery .mh.product-thumbnails {
  display: block;
  margin: 0 auto 0 0;
  list-style: none;
  text-align: left;
}

.produk-tab {
  margin-top: 20px;
}

.produk-tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.produk-tab-nav li {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--mobihub-font-title);
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #e4e4e4;
  line-height: 1.4;
  width: 25%;
}

.produk-tab-nav li.center {
  width: 40%;
}

.produk-tab-nav li:last-child {
  width: 35%;
}

.produk-tab-nav li.active {
  color: #000;
  border-bottom-color: #000;
}

.produk-tab-pane {
  display: none;
  padding: 15px 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.produk-tab-pane.active {
  display: block;
}

.tab-info {
  padding: 20px;
}

.tab-info table {
  width: 100%;
}
.tab-info tr td {
  padding: 10px;
  line-height: 1;
  font-family: var(--mobihub-font);
  font-weight: 600;
  width: 70%;
}
.tab-info tr td:first-child {
  background-color: #000000;
  color: #ffffff;
  width: 30%;
}
.tab-info tr {
  border: 1px solid #000000;
}
.l-konten {
  width: 100%;
  overflow-x: hidden;
  padding: 50px 0;
}
.col-shop {
  flex: 0 0 auto;
  width: 80%;
}
.col-sidebar {
  flex: 0 0 auto;
  width: 20%;
}
.title_shop {
  flex: 0 0 auto;
  width: 80%;
  padding: 50px 0;
}
.col-shop #item_pagination {
  margin: 50px 0 !important;
  border-top: 1px solid #f2f2f2;
  padding: 50px 0 !important;
}
.col-shop .pagination {
  background-color: #e4e4e4 !important;
  padding: 0 20px !important;
  display: inline-block !important;
  overflow: hidden;
  border-radius: 50px;
  line-height: 1 !important;
}

.col-shop .pagination .page-item .page-link,
.col-shop .pagination .page-item.active .page-link {
  background-color: transparent !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: #000000 !important;
  margin-top: 14px
  !important
}

.col-sidebar .h2 {
  position: relative;
  font-size: 18px;
  font-family: var(--mobihub-font-title);
  color: #000000;
  font-weight: 600;
  line-height: 1 !important;
  padding: 8px 0;
  border-bottom: 1px solid #000000;
  display: block;
}

.col-sidebar .h2::after {
  content: "+";
  display: block;
  font-size: 32px;
  font-family: var(--mobihub-font);
  color: #000000;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.col-sidebar .konten {
  padding-bottom: 20px;
}

.custom-select-box {
  position: relative;
}
.mh_input {
  border: 1px solid #e7e8e9;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  color: #aeaeae;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
}
.mh_input::placeholder {
  color: #aeaeae;
}
.select-display {
  border: 1px solid #e7e8e9;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  height: 50px;
  font-size: 16px;
  color: #aeaeae;
  margin-bottom: 5px;
}

.select-display::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.select-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  padding: 10px;
}

.select-options li {
  padding: 0;
  cursor: pointer;
  list-style: none;
}
.select-options li a {
  display: block;
  color: #000000;
  font-size: 16px;
  font-family: var(--mobihub-font);
}

.select-options li:hover {
  background: #f5f5f5;
}

.custom-select-box.open .select-options {
  display: block;
}
.filter .label {
  background-color: #e4e4e4;
  color: #000000;
  padding: 8px 25px 8px 20px; /* ruang untuk tombol */
  border-radius: 25px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: var(--mobihub-font);
  line-height: 1;
  margin: 2px;
}

.filter .label button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%); /* center vertikal */
  font-size: 18px;
  cursor: pointer;
}
.filter {
  padding-bottom: 20px;
}
.konten.widget-categories .has-children {
  position: relative;
  margin-bottom: 5px;
  padding-left: 0 !important;
}
.konten.widget-categories .category_search {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 10px;
}
.konten.widget-categories .category_search::before {
  display: block;
  position: absolute;
  font-family: feather;
  font-size: 1.15em;
  content: "\e92e";
  color: #aeaeae;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.konten.widget-categories .active a,
.konten.widget-categories a:hover {
  color: #000000 !important;
}
.konten.widget-categories ul > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}
.konten.widget-categories a {
  font-family: var(--mobihub-font);
  color: #000000;
  font-size: 16px;
}
.konten.widget-categories ul > li::before {
  display: none;
}
.booking {
  padding: 40px 0;
  margin: auto;
  width: 920px;
  display: block;
  position: relative;
}
.booking .title-form,
.title-form {
  font-family: var(--mobihub-font);
  color: #000000;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 5px;
}
.booking .title-form span,
.title-form span {
  color: #e41f1e;
}
.kartu_form {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin: 15px 0;
}
.kartu_form .row {
  width: 80%;
  padding: 20px 0;
  margin: auto;
}
.input_booking {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none !important;
  outline: none !important;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #000000;
}
.select_booking {
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #000000;
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
}

.input_booking::placeholder {
  font-family: var(--mobihub-font);
  color: #d8d9db;
  font-size: 16px;
}
.booking .help {
  font-family: var(--mobihub-font);
  color: #000000;
  font-size: 14px;
  margin-top: -15px;
  text-align: center;
}

.tombol {
  font-display: inline-block;
  padding: 20px 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--mh-orange);
  border-radius: 50px;
  font-family: var(--mobihub-font-title);
  font-size: 30px;
  color: var(--mh-orange);
  margin: 30px auto;
  line-height: 1;
  display: block;
  font-size: 22px;
}

.info_mobil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.info_mobil.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10000;
}

.card_form {
  background: #f4f4f4;
  padding: 25px 60px;
  border-radius: 10px;
  width: 800px;
  max-height: 96vh;
  overflow: auto;
  box-sizing: border-box;
  transform: scale(0.1);
  transition: transform 0.6s ease;
  -webkit-mask-image: radial-gradient(white, black);
}
.popup-content {
  background: #f4f4f4;
  padding: 40px 60px;
  border-radius: 10px;
  width: 800px;
  max-height: 96vh;
  overflow: auto;
  box-sizing: border-box;
  transition: transform 0.6s ease;
  -webkit-mask-image: radial-gradient(white, black);
  position: relative;
}
.popup-content .close {
  position: absolute;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.info_mobil.active .card_form {
  transform: scale(1);
  transition: transform 0.6s ease;
}
.card_form::-webkit-scrollbar,
.popup-content::-webkit-scrollbar {
  width: 12px;
}

.card_form::-webkit-scrollbar-track,
.popup-content::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px;
}

.card_form::-webkit-scrollbar-thumb,
.popup-content::-webkit-scrollbar-thumb {
  background-color: var(--mh-orange);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.card_form::-webkit-scrollbar-thumb:hover,
.popup-content::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}

/* Accordion wrapper */
.accordion {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  font-family: var(--mobihub-font);
}
#sidebar {
  transition: margin-left 0.3s ease;
}
/* Header */
.accordion-header {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 16px;
  background: #ffffff;
  font-family: var(--mobihub-font);
}

.accordion input[type="checkbox"] {
  display: none;
}

/* Body */
.accordion-body {
  display: none;
  padding: 0 18px 14px 18px;
  min-height: 0;
  transition: all 0.6s;
  padding-left: 40px;
}

.accordion:has(.toggle-accordion:checked) .judul::after {
  content: "\f14a";
  font-weight: 900;
}
.accordion:has(.toggle-accordion:checked) .accordion-body {
  display: block;
  transition: all 0.6s;
  min-height: 50px;
}

.item-perbaikan {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--mobihub-font);
}

.judul {
  text-align: left;
  padding-left: 25px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.judul small {
  font-size: 10px;
  display: block;
  font-weight: 300;
  margin-top: -5px;
}
.judul::after,
.item-perbaikan::after {
  content: "\f0c8";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mh-orange);
}

.cek:checked + .item-perbaikan::after {
  content: "\f14a";
  font-weight: 400;
}

.calendar {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  font-family: var(--mobihub-font);
  margin-bottom: 20px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.calendar-header .nav {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  text-align: center;
}

.calendar-grid span {
  font-weight: 600;
  font-size: 12px;
}

.day {
  border: none;
  background: transparent;
  padding: 5px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.day:hover {
  background: #f5f5f5;
}

.day.active {
  background: red;
  color: #fff;
  font-weight: bold;
}

.day.disabled {
  color: #ccc;
  pointer-events: none;
}

.cabang-item {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
  background: #fff;
  text-align: left;
  font-family: var(--mobihub-font);
  font-size: 14px;
}
.des jdl {
  display: block !important;
  width: 100%;
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--mobihub-font);
  margin-bottom: 2px;
}

.des des {
  color: #000;
  font-size: 10px;
  white-space: pre-line;
  line-height: 1.2;
  display: block !important;
  width: 100%;
  font-family: var(--mobihub-font);
}

.btn-pilih-cabang {
  border: 1.5px solid var(--mh-orange);
  color: var(--mh-orange);
  padding: 6px 30px;
  border-radius: 20px;
  color: var(--mh-orange);
  background-color: #fff;
  font-family: var(--mobihub-font-title);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  margin-left: auto;
}

.btn-pilih-cabang.active {
  background: var(--mh-orange);
  color: #fff;
}
.red-btn {
  background-color: var(--mh-orange);
  font-family: var(--mobihub-font-title);
  color: white !important;
  margin: auto;
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
}
.red-btn.flex {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 320px;
}
.red-btn i {
  font-size: 28px;
}
.red-btn:hover {
  color: #ffffff;
}

.kartu_konfrim {
  background-color: #f4f4f4;
  padding: 40px 40px;
  border-radius: 20px;
  margin: 15px 0;
  position: relative;
  line-height: 1;
}
.kartu_konfrim h3,
#mobilDummy {
  line-height: 1 !important;
  font-family: var(--mobihub-font);
  font-size: 24px;
  font-weight: 800;
  margin: 0 !important;
  padding: 0 !important;
}
.kartu_konfrim h3 span,
#mobilDummy span {
  color: var(--mh-orange);
  padding: 0 10px;
}
.div_konfrim {
  text-align: left;
  padding: 10px 40px;
  position: relative;
}
.div_konfrim h2 {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pop_conf .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.edits {
  font-size: 16px;
  font-family: var(--mobihub-font);
  color: var(--mh-orange);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 30px;
}
.garis {
  border-bottom: 1px solid #e4e4e4 !important;
}

.riw {
  display: flex;
  flex-wrap: wrap;
}

.riw-6-a {
  flex: 0 0 auto;
  width: 50%;
}

.riw-6-b {
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
}
.col-flex {
  flex: 0 0 auto;
  width: 40%;
  display: flex;
}
.col-lg-6-flex {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
}
.iconx {
  padding-top: 5px;
  padding-right: 8px;
}
.iconx i {
  font-size: 24px;
  color: var(--mh-orange);
}

.cabang-item strong {
  font-family: var(--mobihub-font);
  font-weight: 900;
  font-size: 16px;
  display: block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.cabang-item small {
  font-family: var(--mobihub-font);
  font-weight: 300;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.lokasi small {
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

.card_konfrim {
  background-color: #5a5a5a;
  color: #ffffff !important;
  padding: 30px;
  border-radius: 15px;
  text-align: left;
  font-family: var(--mobihub-font);
  font-size: 13px;
  height: 100%;
  line-height: 1.2;
  font-weight: 200;
  margin: 10px 0;
}
.card_konfrim h2 {
  color: #ffffff !important;
  text-align: left;
  line-height: 1.2;
}
.mh-center {
  padding: 20px;
  text-align: center;
}
.big_icon {
  text-align: center;
  font-size: 160px;
  color: var(--mh-orange);
}
.sukses {
  text-align: center;
  line-height: 1.2;
  font-family: var(--mobihub-font);
  width: 700px;
  margin: auto;
  margin-bottom: 20px;
}

.sukses a {
  color: var(--mh-orange);
}
.sukses a:hover {
  color: var(--mh-orange);
}

.sukses h4 {
  font-family: var(--mobihub-font);
  line-height: 1.1;
  font-size: 28px;
  font-weight: 800;
  padding: 30px 0;
}

.print_btn {
  margin-top: 30px;
}
.row_jam {
  display: flex;
}
#pilihjambox {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px;
}
#pilihjambox input {
  display: none;
}
#pilihjambox label {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #000000;
  text-align: left;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 1.4;
  cursor: pointer;
  min-height: 100px;
}
#pilihjambox label small {
  font-size: 10px !important;
  line-height: 1.2;
}

#pilihjambox label h4 {
  color: #000000;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#pilihjambox input[type="radio"]:disabled + label {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: red !important;
  cursor: default;
}

#pilihjambox input[type="radio"]:disabled + label h4 {
  color: red !important;
}

#pilihjambox input:checked + label {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.jam_warp {
  width: 100%;
}
.pesan-error {
  text-align: center;
  color: #ffffff;
  background-color: red;
  text-align: center;
  font-style: italic;
  margin: 20px auto;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
}

.kontener_cart {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-family: var(--mobihub-font);
  font-size: 15px;
  max-width: 98%;
}

.col-a {
  flex: 0 0 auto;
  width: 60%;
}
.col-b {
  flex: 0 0 auto;
  width: 40%;
  text-align: right;
}

.col-cart-1 {
  flex: 0 0 auto;
  width: 60%;
  border: 1px solid #c7c6c7;
  border-radius: 20px;
  padding: 15px;
}
.card-slide {
  border: 1px solid #c7c6c7;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;

  overflow: hidden;
}

.col-cart-head {
  flex: 0 0 auto;
  width: 60%;
}
.col-cart-2 {
  flex: 0 0 auto;
  padding-left: 20px;
  width: 40%;
}
.card_sidebar {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 15px 20px;
  width: 100%;
  height: auto;
}
.kontener_cart h2,
.kontener_slide h2 {
  font-family: var(--mobihub-font-title);
  font-weight: 600;
  font-size: 22px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}

.min-3 {
  margin-top: -15px !important;
}

.kontener_cart h2 div {
  font-family: var(--mobihub-font);
  font-weight: 500;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 8px;
}

.table-cart-head {
  font-family: var(--mobihub-font);
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
}

.table-cart-item {
  font-family: var(--mobihub-font);
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #c7c6c7;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.table-cart-item .product-quantity {
  width: 100% !important;
  padding: 0 10px !important;
  background: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.table-cart-item .cartsubclick {
  background: #ffffff !important;
  border: none !important;
  color: #e20100;
  width: 22px !important;
  font-size: 18px !important;
  padding: 0 !important;
}
.table-cart-item .cartcart-amount {
  background: #ffffff !important;
  border: none !important;
  color: #000000 !important;
  padding: 10px !important;
  width: 40px !important;
}

.table-cart-item .cartaddclick {
  background: #ffffff !important;
  border: none !important;
  color: #e20100;
  width: 22px !important;
  font-size: 18px !important;
  padding: 0 !important;
}

.cart-col-1 {
  flex: 0 0 auto;
  width: 50%;
}
.cart-col-2 {
  flex: 0 0 auto;
  width: 25%;
}

.cart-produk {
  font-family: var(--mobihub-font);
  font-weight: 400;
  font-size: 16px;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  color: #000000 !important;
  border: 0 !important;
  box-shadow: 0 !important;
}
.cart-produk img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #d8d8d8;
}
.cart-produk deskripsi {
  display: block;
  padding-left: 10px;
  line-height: 1.2;
}
.cart-produk deskripsi span {
  color: #d4d6d7;
}

.card_sidebar .coupon-form {
  display: flex;
  align-items: center !important;
  padding: 10px !important;
  border-radius: 1px solid #e7e7e7 !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
}
.card_sidebar .coupon-form input.input-cart,
.card_sidebar .coupon-form input.input-cart:focus,
.card_sidebar .coupon-form input.input-cart:active,
.card_sidebar .coupon-form input.input-cart:hover {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #000000 !important;
  padding: 0px 10px !important;
}
.card_sidebar .coupon-form button {
  color: #ffffff !important;
  width: 100%;
  background-color: #e20100;
  border-radius: 50px;
  border: none;
  padding: 10px 10px;
  font-family: var(--mobihub-font-title);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.card_sidebar input:-webkit-autofill,
.card_sidebar input:-webkit-autofill:hover,
.card_sidebar input:-webkit-autofill:focus,
.card_sidebar input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #000 !important;
  box-shadow: none !important;
  border: none !important;
}

.card_sidebar input::selection {
  background: transparent;
}

.garis-harga {
  background-color: #ceccce;
  height: 1px;
  margin: 20px 0;
}

.row.biaya {
  font-weight: 600;
  font-family: var(--mobihub-font);
  color: #b9b9b9;
  font-size: 14px;
  padding: 5px 0;
}
.row.biaya .col-6:last-child {
  text-align: right;
}
.row.biaya t {
  color: #000000;
}

.buat-pesanan {
  display: block;
  line-height: 1;
  width: 100%;
  font-family: var(--mobihub-font-title);
  font-size: 18px;
  color: #ffffff;
  background: #e20100;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
  transition: all 0.5s;
}
.buat-pesanan-dis {
  display: block;
  line-height: 1;
  width: 100%;
  font-family: var(--mobihub-font-title);
  font-size: 18px;
  color: #ffffff;
  background: #b8b6b8;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
  transition: all 0.5s;
  cursor: not-allowed;
}
.buat-pesanan:hover {
  color: #ffffff;
  transition: all 0.5s;
}
.hd_cart {
  background-position: center;
  width: 100%;
  position: relative;
  min-height: 100px;
}

/* LOADING */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #eee;
  border-top: 6px solid #e20100;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.foot_btn {
  text-align: center;
  margin-top: 60px;
}

.foot_btn button {
  line-height: 1;
  font-family: var(--mobihub-font-title);
  font-size: 18px;
  color: #ffffff;
  background: #e20100;
  border-radius: 60px;
  padding: 16px 50px;
  text-align: center;
  margin: 20px auto;
  transition: all 0.5s;
  border: none;
  box-shadow: none;
}

.form-pesan {
  margin: 20px 0;
  padding: 10px;
}

.form-pesan .inputan input,
.form-pesan .inputan input:focus,
.form-pesan .inputan input:active,
.form-pesan .inputan input:hover {
  background-color: #ffffff !important;
  border: 1px solid #cfcecf;
  box-shadow: none !important;
  outline: none !important;
  color: #000000 !important;
  padding: 15px !important;
  border-radius: 10px;
  width: 100%;
  font-family: var(--mobihub-font);
  margin: 5px 0;
}
.form-pesan .inputan input::placeholder {
  color: #cfcecf !important;
}

.title-transfer {
  font-weight: 700;
  margin-bottom: 20px;
}

.bank-wrapper {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 15px;
}

.bank-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.bank-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bank-option input {
  margin-right: 10px;
}

.bank-option img {
  height: 40px;
}

.rekening-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.bank-detail {
  padding: 20px;
  display: none;
}

.bank-detail.active {
  display: block;
}

.bank-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bank-row img {
  height: 45px;
}

.rekening-text p {
  font-size: 12px;
  margin: 0;
}

.upload-transfer {
  display: flex;
  margin-top: 20px;
}

.upload-transfer input {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}

.upload-transfer button {
  background: #e00000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 0 10px 10px 0;
}

.btn-lanjut {
  background: #e00000;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 40px;
  margin-top: 25px;
  font-weight: 600;
}

.btn-lanjut:hover {
  opacity: 0.9;
}

.input-error {
  border: 2px solid #ff4d4d !important;
}

.radio-error {
  outline: 2px solid #ff4d4d;
  padding: 5px;
  border-radius: 6px;
}
.slide {
  display: none;
  flex: 1;
}

.carousel.slide {
  display: block !important;
}

.kontener_slide {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 1000px;
  margin: auto;
}

#slide-1 {
  display: block;
}
.col-cart-fix {
  width: 380px;
  height: 1000px;
}

.col-cart-fix .card_sidebar {
  position: sticky !important;
  top: 150px !important;
}

#single_checkout_payment {
  display: none;
  line-height: 1;
  width: 100%;
  font-family: var(--mobihub-font-title);
  font-size: 18px;
  color: #ffffff;
  background: #e20100;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  margin: 40px 0 20px 0;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.col-payment {
  flex: 0 0 auto;
  width: 33.333333333333%;
  margin-bottom: 50px;
}

.bank-logo {
  height: 40px;
  width: auto;
  max-width: 80%;
  margin-top: 10px;
  margin-left: -5px;
}
.upload-slide label {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  text-align: right;
  padding: 2px;
  margin: 20px 0;
  color: #b9b9b9;
}

.upload-slide label span {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mobihub-font);
  color: #b9b9b9;
  font-size: 14px;
}

.upload-slide label div {
  display: inline-block;
  padding: 10px 40px;
  font-family: var(--mobihub-font-title);
  color: #ffffff;
  background: #e20100;
  border-radius: 50px;
  cursor: pointer;
}

#transfer_proof {
  display: none;
}

.card-info-bank {
  background-color: #f4f4f4;
  border-radius: 15px;
}
.bank-detail,
.bank-2 {
  font-family: var(--mobihub-font-title);
  font-size: 12px;
  list-style: 1;
}

.bank-detail h5,
.bank-2 h5 {
  font-family: var(--mobihub-font-title);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  list-style: 1;
}

.col-payment {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.col-payment input[type="radio"],
.cek_style input[type="checkbox"] {
  display: none;
}

.col-payment .checked {
  display: none;
  font-size: 24px;
  color: #e20100;
  cursor: pointer;
}
.cek_style .checked {
  display: none;
  font-size: 18px;
  color: #e20100;
  margin-right: 5px;
  cursor: pointer;
}
.cek_style .unchecked {
  display: inline-block;
  font-size: 18px;
  color: #e20100;
  margin-right: 5px;
  cursor: pointer;
}

.cek_style {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
  margin-top: 8px;
  padding-left: 5px;
}

.col-payment .unchecked {
  display: inline-block;
  font-size: 24px;
  color: #e20100;
  cursor: pointer;
}

.col-payment input[type="radio"]:checked ~ .checked,
.cek_style input[type="checkbox"]:checked ~ .checked {
  display: inline-block;
}

.col-payment input[type="radio"]:checked ~ .unchecked,
.cek_style input[type="checkbox"]:checked ~ .unchecked {
  display: none;
}
.final-produk-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
}
.pad20 {
  padding: 20px !important;
  margin-bottom: 40px;
}

.col-list-1 {
  flex: 0 0 auto;
  width: 70%;
  text-align: left;
  display: flex;
  align-items: center;
}
.desc-list {
  display: block;
  padding-left: 10px;
  color: #000000;
  line-height: 1.4;
}
.desc-list span {
  color: #d2d4d6;
}
.col-list-2 {
  flex: 0 0 auto;
  width: 30%;
  text-align: right;
  display: flex;
  align-items: center;
}
.nail-list {
  background-color: #d8d8d8;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
.card-info-bank big {
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.ttm {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: -15px;
}

.hapus-diskon {
  color: #e20100;
}

.col__sidebar,
.btn-open {
  display: none;
}
.modal-content.quick-content {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px 40px;
}
.quick-content-footer {
  text-align: center;
  padding: 40px 0;
}
.quick-btn {
  background-color: var(--mh-orange);
  font-family: var(--mobihub-font-title);
  color: white !important;
  margin: auto;
  padding: 15px 60px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 1;
  margin: auto;
  display: inline-block;
}
.quick-content .modal-body h2 {
  text-align: center;
  font-family: var(--mobihub-font-title);
}
.search-quick::placeholder {
  color: #d2d4d6;
}
.search-quick {
  background-color: #ffffff !important;
  height: 50px;
  border: none !important;
  box-shadow: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.search-quick:focus-visible,
.search-quick:focus,
.search-quick:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.quick-content .table-quick {
  background-color: #ffffff !important;
  padding: 20px 40px;
  margin-top: 10px;
  border-radius: 5px;
  font-family: var(--mobihub-font) !important;
}
.bt-quick-order {
  color: #b71917 !important;
  text-decoration: none;
  font-weight: 600;
}
.table-quick thead {
  font-weight: 600;
  border-bottom: 2px solid #000000 !important;
  opacity: 1 !important;
  margin-bottom: 5px;
}
.table-quick tbody tr td,
.table-quick thead tr th {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.produk-th {
  width: 50%;
}

@media (max-width: 1610px) {
  .ban_foot {
    height: 612px;
  }

  .ban_foot a {
    position: absolute;
    left: 110px;
    top: 54%;
    font-size: 18px;
  }
}

@media (max-width: 1450px) {
  .ban_foot {
    height: 552px;
  }
  .ban_foot a {
    position: absolute;
    left: 94px;
    top: 54%;
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .info-produk .brand__logo {
    height: 25px;
    width: auto;
  }
  .mh-slogan div {
    font-size: 13px;
  }
  .booking .title-form,
  .booking .help,
  .title-form {
    font-size: 12px;
  }
  .input_booking {
    height: 40px;
  }

  .input_booking::placeholder {
    font-size: 14px;
  }
  .foot-end {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .foot-end h5 {
    font-size: 18px;
  }

  .nav-inner.mh_nav .site-menu ul li a {
    font-family: var(--mobihub-font-title) !important;
    font-size: 14px !important;
    color: #ffffff !important;
  }

  .log-flex {
    font-size: 14px;
  }
  .log-flex img {
    height: 18px;
    width: auto;
    margin-left: 18px;
  }

  top_header {
    font-size: 12px;
  }
  .mh-row ti {
    width: 4px;
    height: 4px;
    margin: 0 15px;
  }

  .mh-row ul img {
    height: 18px;
  }
  .mh-logo {
    height: 32px;
    width: auto;
  }

  .mh_select {
    font-size: 14px;
  }
  .mh_select {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
  }
  .mh-search,
  .mh-search-flex .form-control {
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
  }
  .mh-search::placeholder,
  .mh-search-flex .form-control::placeholder {
    font-size: 14px;
  }
  .mh-btn {
    width: 15% !important;
    height: 40px !important;
    font-size: 20px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .category-header.cat_orange h4 {
    font-size: 14px !important;
  }
  .cat_img {
    height: 8px;
    margin-right: 14px;
  }
  .telp_mh {
    font-size: 14px !important;
  }
  .telp_mh img {
    margin-right: 4px;
    height: 14px;
  }

  .wa-foot img {
    width: 45px;
    height: auto;
  }

  .foot-end a,
  .foot-end li {
    font-size: 16px;
  }

  .line-end {
    padding-left: 100px;
  }
  .mh-hero-inner {
    height: 480px;
  }
  .mh-hero-inner h2 {
    position: absolute;
    left: 80px;
    font-size: 50px;
  }

  .hero-overlay-bottom {
    width: 70%;
    height: 100px;
    background: #000;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-text {
    font-size: 30px;
    margin-right: 35px;
  }

  .mh-title {
    padding: 50px 0;
    font-size: 30px;
  }
  .title_shop h2 {
    font-size: 25px;
  }

  .booking h2 {
    font-size: 20px;
  }
  .card_form h3,
  .popup-content h3 {
    font-size: 18px;
  }
  .tombol {
    font-size: 18px;
  }

  .mh-title::after {
    bottom: 35px;
    width: 120px;
  }

  .hero-btn {
    background: var(--mh-orange);
    color: #fff !important;
    padding: 18px 35px;
    font-size: 16px;
  }
  .product_tab_link {
    padding: 10px 30px;
    font-size: 16px;
  }

  .paket_home a {
    background: var(--mh-orange);
    color: #fff !important;
    padding: 18px 35px;
    font-size: 16px;
    bottom: 60px;
    left: 20px;
  }

  .kategori_home {
    width: 80%;
    margin: auto;
  }
  .kategori_home img {
    width: 90px;
    margin-bottom: 10px;
  }

  .kategori_home a {
    font-size: 16px;
  }

  .kartu {
    width: 210px;
  }
  .kartu img {
    max-width: 100%;
    width: 100%;
    height: 210px;
    border-radius: 18px;
  }

  .ban_foot {
    height: 524px;
  }
  .ban_foot a {
    position: absolute;
    left: 90px;
    top: 54%;
    font-size: 16px;
    padding: 18px 35px;
  }

  .head-icon {
    font-size: 14px;
  }
  .row-head {
    display: flex;
    width: 850px;
  }

  .info-produk h3 {
    font-size: 28px;
  }
  .info-produk .info {
    font-size: 12px;
  }

  .rating-produk > i {
    font-size: 8px;
  }

  .harga .main-price {
    font-size: 24px;
  }

  .harga .potongan {
    font-size: 14px;
    margin-left: 27px;
    padding-top: 6px;
  }

  .info-produk {
    background-color: #f4f4f4;
    border-radius: 25px;
    padding: 35px;
  }
  .rating-mh > i {
    font-size: 7px;
  }

  .qty_mh .cart-amount,
  .qty_mh .subclick,
  .qty_mh .addclick {
    width: 50px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
  }

  .qty_mh .qty {
    padding-right: 55px;
    height: 50px;
    font-size: 18px;
  }

  .add_chart_mh button,
  .add_chart_mh a {
    padding: 25px 30px;
    font-size: 18px;
  }
  .kartu .produk-title {
    font-size: 15px;
  }
  .harga-index {
    font-size: 11px;
  }
  .harga-index del,
  .harga-index span {
    font-size: 9px;
    padding-top: 4px;
  }
  .col-60 .item {
    height: 420px;
  }

  .mh.product-thumbnails .owl-thumbs .owl-thumb-item {
    height: 110px;
  }

  .produk-tab-nav li {
    font-size: 14px;
    width: 25%;
  }

  .produk-tab-nav li.center {
    width: 40%;
  }

  .produk-tab-nav li:last-child {
    width: 35%;
  }

  .col-sidebar .h2 {
    font-size: 16px;
  }

  .col-sidebar .h2::after {
    font-size: 28px;
  }
  .mh_input {
    height: 40px;
    font-size: 14px;
  }
  .select-display {
    height: 40px;
    font-size: 14px;
  }

  .select-display::after {
    font-size: 10px;
  }

  .select-options li a {
    font-size: 14px;
  }

  .filter .label {
    font-size: 14px;
  }

  .filter .label button {
    font-size: 16px;
  }
  .konten.widget-categories a {
    font-size: 14px;
  }

  .booking {
    width: 820px;
    padding: 35px 0;
  }
  .card_form,
  .popup-content {
    width: 700px;
  }

  .popup {
    width: 700px;
  }

  .accordion-header {
    font-size: 14px;
  }

  .item-perbaikan {
    font-size: 14px;
  }

  .judul {
    padding-left: 25px;
  }
  .judul small {
    font-size: 8px;
    margin-top: -2px;
  }
  .judul::after,
  .item-perbaikan::after {
    font-size: 18px;
  }
  .calendar-grid span {
    font-weight: 600;
    font-size: 11px;
  }
  .day {
    font-size: 11px;
  }
  .cabang-item {
    font-size: 12px;
  }
  .des jdl {
    font-size: 12px;
  }

  .des des {
    font-size: 9px;
  }

  .btn-pilih-cabang {
    font-size: 8px;
  }
  .red-btn {
    font-size: 14px;
  }

  .kartu_konfrim h3 {
    font-size: 22px;
  }
  .edits {
    font-size: 14px;
  }

  .cabang-item strong {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .cabang-item small {
    font-size: 10px;
  }

  .iconx i {
    font-size: 22px;
    color: var(--mh-orange);
  }

  .card_konfrim {
    font-size: 11px;
  }
  .big_icon {
    font-size: 140px;
  }

  .sukses h4 {
    font-size: 26px;
  }
  .sukses {
    width: 650px;
  }
  .red-btn.flex {
    width: 300px;
  }
  .red-btn i {
    font-size: 26px;
  }
}

@media (max-width: 1299px) {
  .mh-hero-inner {
    height: 420px;
  }
  .mh-hero-inner h2 {
    position: absolute;
    left: 60px;
    font-size: 45px;
  }

  .hero-overlay-bottom {
    width: 70%;
    height: 80px;
    background: #000;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-text {
    font-size: 25px;
    margin-right: 30px;
  }

  .hero-btn {
    background: var(--mh-orange);
    color: #fff !important;
    padding: 16px 30px;
    font-size: 14px;
  }

  .product_tab_link {
    padding: 10px 30px;
    font-size: 14px;
  }
  .paket_home a {
    background: var(--mh-orange);
    padding: 16px 30px;
    font-size: 14px;
    bottom: 60px;
    left: 20px;
  }

  .kategori_home {
    width: 85%;
    margin: auto;
  }
  .kategori_home img {
    width: 80px;
    margin-bottom: 10px;
  }

  .kategori_home a {
    font-size: 14px;
  }

  .ban_foot {
    height: 490px;
  }
}

@media (max-width: 991px) {
  .kartu_konfrim h3 {
    font-size: 16px;
  }
  .edits {
    font-size: 14px;
  }
  .info-produk .info {
    font-size: 10px;
  }
  .col-60 {
    flex: 0 0 auto;
    width: 50%;
  }
  .info-produk {
    border-radius: 20px;
    padding: 25px;
  }

  .col-40 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0;
  }
  .info-produk .brand__logo {
    height: 20px;
    width: auto;
  }
  .line-end {
    border: none;
  }
  .mh-hero-inner {
    height: 344px;
  }
  top_header {
    font-size: 12px;
  }
  .line-end {
    padding-left: 10px;
    padding-bottom: 40px;
  }
  mid_header {
    padding: 10px 10px;
  }
  .mh-row ti {
    width: 4px;
    height: 4px;
    margin: 0 15px;
  }

  .mh-row ul img {
    height: 16px;
  }
  .mh-logo {
    height: 40px;
    width: auto;
    margin: auto;
  }
  .hidden-on-pc {
    display: block;
  }

  .wa-foot img {
    width: 40px;
    height: auto;
  }
  .mh-slogan div {
    font-size: 12px;
  }
  .foot-end h5 {
    font-size: 16px;
  }

  .mh-hero-inner h2 {
    position: absolute;
    left: 40px;
    font-size: 40px;
  }
  .hero-overlay-bottom {
    width: 80%;
    height: 70px;
    background: #000;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-text {
    font-size: 20px;
    margin-right: 25px;
  }

  .hero-btn {
    background: var(--mh-orange);
    color: #fff !important;
    padding: 14px 25x;
    font-size: 12px;
  }
  .product_tab_link {
    padding: 10px 25x;
    font-size: 12px;
  }

  .paket_home a {
    background: var(--mh-orange);
    padding: 14px 25x;
    font-size: 12px;
    bottom: 30px;
    left: 20px;
  }
  .kategori_home {
    width: 95%;
    margin: auto;
  }
  .kategori_home img {
    width: 80px;
    margin-bottom: 10px;
  }

  .kategori_home a {
    font-size: 12px;
  }

  .kartu {
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .kartu img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    border-radius: 16px;
  }
  .col-produk {
    flex: 0 0 auto;
    width: 50%;
  }

  .ban_foot {
    height: 300px;
  }

  .ban_foot a {
    position: absolute;
    left: 50px;
    top: 52%;
    font-size: 16px;
    padding: 15px 30px;
  }

  .row-head {
    display: flex;
    width: 100%;
    padding-top: 20px;
  }

  .head-icon {
    font-size: 12px;
  }

  .info-produk h3 {
    font-size: 22px;
  }

  .harga .main-price {
    font-size: 20px;
  }

  .harga .potongan {
    font-size: 12px;
    margin-left: 25px;
    padding-top: 5px;
  }

  .qty_mh .cart-amount,
  .qty_mh .subclick,
  .qty_mh .addclick {
    width: 40px;
    height: 40px;
    font-size: 16px;
    justify-content: center;
  }

  .qty_mh .qty {
    padding-right: 40px;
    height: 40px;
    font-size: 16px;
  }
  .add_chart_mh button,
  .add_chart_mh a {
    padding: 25px 30px;
    font-size: 16px;
  }

  .col-60 .item {
    height: 380px;
  }
  .mh.product-thumbnails .owl-thumbs .owl-thumb-item {
    height: 80px;
  }
  .mh-title {
    padding: 50px 0;
    font-size: 25px;
  }
  .title_shop h2,
  .booking h2 {
    font-size: 18px;
  }
  .col-sidebar .h2 {
    font-size: 14px;
  }
  .card_form h3,
  .popup-content h3 {
    font-size: 16px;
  }
  .col-sidebar .h2::after {
    font-size: 26px;
  }
  .booking {
    width: 90%;
    padding: 30px 0;
  }
  .tombol {
    font-size: 14px;
    padding: 16px 30px;
  }
  .card_form,
  .popup-content {
    width: 80%;
  }
  .popup {
    width: 80%;
  }

  .div_konfrim,
  .kartu_konfrim {
    padding: 20px 20px;
  }

  .red-btn {
    font-size: 12px;
  }
  .big_icon {
    font-size: 120px;
  }
  .sukses h4 {
    font-size: 24px;
  }
  .sukses {
    width: 100%;
  }

  .red-btn.flex {
    width: 280px;
  }
  .red-btn i {
    font-size: 24px;
  }
  .col-sidebar {
    width: 35%;
  }
  .col-shop {
    width: 65%;
  }
  .title_shop {
    width: 65%;
  }

  .quick-content {
    padding: 20px 40px;
  }
  .quick-content .table-quick {
    padding: 20px 30px;
  }
  .col-cart-head {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .col-cart-1 {
    padding-left: 0;
    width: 100%;
  }
  .col-cart-2 {
    padding-left: 0;
    width: 100%;
  }

  .kontener_slide {
    flex-direction: column;
    gap: 0;
    max-width: 98%;
  }

  .col-cart-fix {
    width: 98%;
    position: relative; 
    margin-top: 10px;
    height: auto;
  }

  .col-cart-fix .card_sidebar {
    position: relative; 
    top: unset;
  }
}

@media (max-width: 767px) {
  top_header {
    font-size: 10px;
  }

  .mh.product-thumbnails .owl-thumbs .owl-thumb-item {
    height: 70px;
  }
  .mh-row ti {
    width: 3px;
    height: 3px;
    margin: 0 10px;
  }

  .info-produk h3 {
    font-size: 20px;
  }
  .mh-row ul img {
    height: 14px;
  }
  .mh-logo {
    height: 40px;
    width: auto;
  }

  .wa-foot img {
    width: 35px;
    height: auto;
  }

  .mh-slogan div {
    font-size: 11px;
  }

  .foot-end h5 {
    font-size: 15px;
  }
  .mh-hero-inner h2 {
    position: absolute;
    left: 30px;
    font-size: 35px;
  }

  .ban_foot {
    height: 200px;
  }
  .row-head .col-md-4 {
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  .row-head .col-md-4:last-child {
    border-bottom: none;
  }

  .info-produk h3 {
    font-size: 18px;
  }

  .harga .main-price {
    font-size: 18px;
  }

  .harga .potongan {
    font-size: 10px;
    margin-left: 20px;
    padding-top: 5px;
  }
  .info-produk .info {
    font-size: 8px;
  }
  .info .stok {
    margin-left: 10px;
    font-weight: 500;
  }
  .rating-mh > i {
    font-size: 6px;
  }
  .col-60 .item {
    height: 350px;
  }

  .sukses h4 {
    font-size: 22px;
  }

  .col-sidebar {
    width: 300px;
    max-width: 100%;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    top: 0;
    margin-left: -320px;
    padding-top: 80px;
  }
  .col-shop {
    width: 100%;
  }
  .title_shop {
    width: 100%;
  }
  .kartu {
    width: 280px;
    max-width: 100%;
  }
  .kartu img {
    height: 280px;
  }

  .title_shop h2 {
    padding-left: 20px;
  }

  .title_shop {
    position: relative;
  }

  .col__sidebar {
    position: relative;
    text-align: right;
    display: block;
  }
  .bt-close {
    background-color: var(--mh-orange);
    padding: 5px 10px;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .btn-open {
    position: fixed;
    right: 10px;
    top: 70px;
    background-color: var(--mh-orange);
    padding: 5px 10px;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    display: block;
  }

  .table-quick tbody tr td,
  .table-quick thead tr th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 10px;
  }
  .produk-th {
    width: 40%;
  }
  .quick-content .modal-body {
    padding: 10px 0 !important;
  }
  .quick-content {
    padding: 20px 5px !important;
    width: 100%;
  }
  .quick-content .table-quick {
    padding: 20px 10px;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .cart-col-1 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 5px;
  }
  .cart-col-2 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 5px;
  }
  .foot-end {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .table-quick tbody tr td,
  .table-quick thead tr th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 10px;
  }
  .produk-th {
    width: 40%;
  }
  .quick-content .modal-body {
    padding: 10px 0 !important;
  }
  .quick-content {
    padding: 20px 5px !important;
    width: 100%;
  }
  .quick-content .table-quick {
    padding: 20px 10px;
    width: 100% !important;
  }
  .col-20 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-center {
    flex: 0 0 auto;
    width: 40%;
  }

  .log-flex img {
    height: 18px;
    width: auto;
    margin-left: 10px;
  }
  .sukses h4 {
    font-size: 20px;
    padding: 20px 0;
  }
  top_header {
    display: none;
  }
  .big_icon {
    font-size: 100px;
  }
  .info-produk {
    border-radius: 15px;
    padding: 20px;
  }
  .mh-logo {
    height: auto;
    width: 60px;
  }
  .foot-end h5 {
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: -20px;
  }
  .wa-foot img {
    width: 30px;
    height: auto;
  }
  .mh-slogan div {
    font-size: 10px;
    border-radius: 8px;
    padding: 5px 10px;
  }
  .foot-end a,
  .foot-end li {
    font-size: 14px;
  }

  .mh-hero-inner {
    height: 300px;
  }

  .mh-hero-inner h2 {
    position: absolute;
    left: 20px;
    font-size: 25px;
    top: 40%;
  }
  .hero-overlay-bottom {
    width: 100%;
    height: 60px;
    background: #000;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .hero-text {
    font-size: 14px;
    margin-right: 10px;
  }

  .hero-btn {
    background: var(--mh-orange);
    color: #fff !important;
    padding: 10px 15px;
    font-size: 10px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product_tab_link {
    padding: 8px 15px;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .paket_home a {
    background: var(--mh-orange);
    padding: 10px 15px;
    font-size: 10px;
    bottom: 40px;
    left: 15px;
  }
  .kategori_home {
    width: 95%;
    margin: auto;
  }
  .kategori_home img {
    width: 70px;
    margin-bottom: 8px;
  }

  .kategori_home a {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .col-produk {
    flex: 0 0 auto;
    width: 100%;
  }

  .ban_foot {
    height: 160px;
  }

  .ban_foot a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 15px 30px;
  }

  .col-60 {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 20px;
  }

  .col-40 {
    flex: 0 0 auto;
    width: 100%;
  }

  .harga .main-price {
    font-size: 18px;
  }

  .harga .potongan {
    font-size: 10px;
    margin-left: 20px;
    padding-top: 5px;
  }
  .info-produk .info {
    font-size: 8px;
  }
  .info .stok {
    margin-left: 10px;
    font-weight: 500;
  }
  .rating-mh > i {
    font-size: 6px;
  }
  .col-60 .item {
    height: 300px;
  }
  .produk-tab-nav li {
    font-size: 12px;
    width: 30%;
    padding: 10px 5px;
  }

  .produk-tab-nav li.center {
    width: 45%;
  }

  .produk-tab-nav li:last-child {
    width: 25%;
  }
  .booking {
    width: 95%;
    padding: 20px 0;
  }
  .popup {
    width: 80%;
  }

  .kartu_konfrim h3 {
    font-size: 16px;
  }
  .edits {
    position: relative;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 30px;
    display: block;
  }

  .kartu {
    width: 340px;
    max-width: 100%;
  }
  .kartu img {
    height: 340px;
  }
}
