* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
html.no-scroll {
  overflow: hidden;
}
html::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track {
  background: #f5f5f5;
}
html::-webkit-scrollbar-thumb {
  background: #9e9e9e;
}
html::-webkit-scrollbar-thumb:hover {
  background: #607d8b;
}
body {
  background-color: #f8f8fa;
  color: #353333;
  cursor: default;
  cursor: default;
  display: flex;
  flex-direction: column;
  font-family: Roboto !important;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  padding: 60px 0 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  border: 0;
  border-top: 1px solid #cfd8dc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Roboto;
  font-size: 16px;
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
label {
  font-weight: 400;
}
button,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
  margin: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
blockquote {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  font-size: unset;
  margin: 8px 0;
  padding: 28px;
}
button {
  background-color: transparent;
  border: 0;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: relative;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  display: block;
  margin: 0;
  padding: 0;
}
dl,
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}
a,
a:focus,
a:hover {
  color: #444;
  text-decoration: none;
  transition: 0.2s ease;
}
a:not([href]) {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.2s ease;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.2s ease;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none !important;
  transition: 0.2s ease;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
  transition: 0.2s ease;
}
main {
  position: relative;
}
md-icon {
  font-weight: 400 !important;
  line-height: 1;
  position: relative;
}
md-icon::before {
  font-family: "Material Design Icons";
  position: relative;
}
b md-icon,
i md-icon,
u md-icon {
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.icon18 {
  font-size: 20px;
  height: 20px;
  line-height: 1;
}
.icon24 {
  font-size: 24px;
  height: 24px;
  line-height: 1;
}
.icon32 {
  font-size: 32px;
  height: 32px;
  line-height: 1;
}
.icon36 {
  font-size: 36px;
  height: 36px;
  line-height: 1;
}
.icon40 {
  font-size: 40px;
  height: 40px;
  line-height: 1;
}
.icon48 {
  font-size: 48px;
  height: 48px;
  line-height: 1;
}
.icon-centered {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both !important;
  display: block !important;
  float: none !important;
}
.padding-s {
  padding: 16px;
}
.padding-m {
  padding: 24px;
}
.padding-l {
  padding: 32px;
}
.padding-xl {
  padding: 40px;
}
.padding-vs {
  padding-bottom: 16px;
  padding-top: 16px;
}
.padding-vm {
  padding-bottom: 24px;
  padding-top: 24px;
}
.padding-vl {
  padding-bottom: 32px;
  padding-top: 32px;
}
.padding-vxl {
  padding-bottom: 40px;
  padding-top: 40px;
}
.padding-hs {
  padding-left: 16px;
  padding-right: 16px;
}
.padding-hm {
  padding-left: 24px;
  padding-right: 24px;
}
.padding-hl {
  padding-left: 32px;
  padding-right: 32px;
}
.padding-hxl {
  padding-left: 40px;
  padding-right: 40px;
}
.margin-s {
  margin: 16px;
}
.margin-m {
  margin: 24px;
}
.margin-l {
  margin: 32px;
}
.margin-xl {
  margin: 40px;
}
.margin-vs {
  margin-bottom: 16px;
  margin-top: 16px;
}
.margin-vm {
  margin-bottom: 24px;
  margin-top: 24px;
}
.margin-vl {
  margin-bottom: 32px;
  margin-top: 32px;
}
.margin-vxl {
  margin-bottom: 40px;
  margin-top: 40px;
}
.margin-hs {
  margin-left: 16px;
  margin-right: 16px;
}
.margin-hm {
  margin-left: 24px;
  margin-right: 24px;
}
.margin-hl {
  margin-left: 32px;
  margin-right: 32px;
}
.margin-hxl {
  margin-left: 40px;
  margin-right: 40px;
}
.divider6 {
  height: 6px;
}
.divider8 {
  height: 8px;
}
.divider12 {
  height: 12px;
}
.divider16 {
  height: 16px;
}
.divider16 {
  height: 16px;
}
.divider20 {
  height: 20px;
}
.divider24 {
  height: 24px;
}
.borad-zero {
  border-radius: 0 !important;
}
.cursor-default {
  cursor: default !important;
}
.margin-b0 {
  margin-bottom: 0 !important;
}
.mk-show-mobile {
  display: none !important;
}
.mk-show-mobile2 {
  display: none !important;
}
.mk-show-mobile3 {
  display: none !important;
}
.mk-show-mobile4 {
  display: none !important;
}
.mk-show-mobile5 {
  display: none !important;
}
.mk-hide-mobile {
  display: block !important;
}
.mk-hide-mobile2 {
  display: block !important;
}
.mk-hide-mobile3 {
  display: block !important;
}
.mk-hide-mobile4 {
  display: block !important;
}
.mk-hide-mobile5 {
  display: block !important;
}
.mk-fs10px {
  font-size: 10px !important;
}
.mk-fs11px {
  font-size: 11px !important;
}
.mk-fs12px {
  font-size: 12px !important;
}
.mk-fs14px {
  font-size: 14px !important;
}
.mk-fs16px {
  font-size: 16px !important;
}
.mk-fs18px {
  font-size: 18px !important;
}
@media (max-width: 640px) {
  .mk-mobile-fs10px {
    font-size: 10px !important;
  }
  .mk-mobile-fs11px {
    font-size: 11px !important;
  }
  .mk-mobile-fs12px {
    font-size: 12px !important;
  }
  .mk-mobile-fs14px {
    font-size: 14px !important;
  }
  .mk-mobile-fs16px {
    font-size: 16px !important;
  }
  .mk-mobile-fs18px {
    font-size: 18px !important;
  }
}
.mk-list-none,
.mk-list-none ul {
  list-style: none;
}
.mk-list-none ul::after,
.mk-list-none::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-list-dot ul,
.mk-list-dot-ul {
  list-style: none;
  padding: 0;
}
.mk-list-dot ul li,
.mk-list-dot-ul li {
  margin-top: 4px;
  padding-left: 10px;
  position: relative;
}
.mk-list-dot ul li:before,
.mk-list-dot-ul li:before {
  content: "•";
  font-weight: 700 !important;
  left: 0;
  opacity: 0.75;
  position: absolute;
}
.mk-anchor-text a,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  font-weight: 500;
  text-decoration: underline;
}
.container640 {
  margin: auto;
  max-width: 640px;
}
.lock-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.table,
table {
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
table {
  table-layout: fixed;
  width: 100%;
}
table td {
  word-wrap: break-word;
}
.wrap-text-div {
  word-wrap: break-word;
}

/*! Mulai Perubahan */

.header-top {
    background: #fff;
    transition: all .5s ease;
    margin-top: 0;
    overflow: hidden;
}

.header-top .top-info {
    position: relative;
    padding: 9px 0;
}

.header-top .top-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 100%;
    background: #1994d3;
    border-bottom-left-radius: 5px;
    transform: skewX(30deg);
}

.header-top .top-info ul.contact-info {
    font-size: 13px;
    color: #fff;
    margin: 0 0 0 20px;
}

.header-top .top-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top .top-info ul.contact-info li {
    margin-right: 22px;
}

.header-top .top-info .clearfix {
    position: relative;
}

.header-top .top-info ul li {
    display: inline-block;
}

ul, ul li {
    list-style: none;
}

a {
    text-decoration: none!important;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*! Akhir Perubahan */

.mk-navbar {
  background-color: #fff;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.05);
  left: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
  border-bottom: 5px solid #eee;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #fff!important;
    border-color: #1994d3!important;
}
.mk-navbar .container.loss {
  max-width: 1920px;
}
.mk-navbar .container::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-navbar .mk-brand {
  float: left;
  position: relative;
}
.mk-navbar .mk-brand h4 a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  padding: 0;
  position: relative;
}
.mk-navbar .mk-brand h4 a md-icon {
  font-size: 24px;
  height: 24px;
  left: 0;
  line-height: 0;
  margin-right: 4px;
  top: 2px;
  width: 24px;
}
.mk-navbar .mk-brand h4 a img {
  line-height: unset;
  max-height: 48px !important;
  position: relative;
  top: 24px;
  transform: translateY(-50%);
}
.mk-navbar .mk-nav {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.mk-navbar .mk-nav ul {
  list-style: none;
}
.mk-navbar .mk-nav ul::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-navbar .mk-nav ul li {
  float: left;
  padding: 0 18px;
}
.mk-navbar .mk-nav ul li a {
  display: block;
  height: 48px;
  padding: 14px 0;
  position: relative;
}
.mk-navbar .mk-nav ul li a md-icon {
  display: block;
}
.mk-navbar .mk-nav ul li a.active {
  font-weight: 500;
}
.mk-navbar .mk-nav ul li a.active::after {
  border-bottom: 2px solid;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -6px;
}
.mk-second-nav {
  list-style: none;
  position: absolute;
  right: 40px;
}
.mk-second-nav::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-second-nav li {
  float: left;
  position: relative;
}
.mk-second-nav li a {
  display: block;
  height: 48px;
  padding: 9px 0;
}
.mk-second-nav li.icon-only a {
  padding: 0;
  position: relative;
  width: 23px;
}
.mk-second-nav li.icon-only a > md-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mk-second-nav li:nth-child(2) {
  padding: 8px 0;
}
.mk-second-nav li:nth-child(2) .dropdown-trigger {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  padding: 0 16px;
  padding-left: 36px;
  position: relative;
  transition: 0.25s ease;
}
.mk-second-nav li:nth-child(2) .dropdown-trigger:hover {
  box-shadow: inset 0 0 500px rgba(0, 0, 0, 0.1);
}
.mk-second-nav li:nth-child(2) .dropdown-trigger md-icon {
  color: #fff;
  font-size: 24px;
  height: 2;
  left: 5px;
  position: absolute;
  top: 4px;
}
.mk-second-nav li:nth-child(2) .dropdown-trigger::before {
  border-radius: 20px;
  bottom: 7px;
  content: " ";
  display: block;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 19px;
}
.mk-second-nav li:nth-child(2) ul {
  background-color: #fff;
  border-radius: 3px 3px 6px 6px;
  border-top: 3px solid;
  box-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin-top: 25px;
  min-width: 280px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
  visibility: hidden;
}
.mk-second-nav li:nth-child(2) ul.open {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.mk-second-nav li:nth-child(2) ul li {
  float: none;
}
.mk-second-nav li:nth-child(2) ul li.divider {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  margin: 12px 0;
}
.mk-second-nav li:nth-child(2) ul li a {
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  padding-left: 36px;
  position: relative;
}
.mk-second-nav li:nth-child(2) ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-second-nav li:nth-child(2) ul li a > md-icon {
  font-size: 18px;
  left: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) {
  height: 36px;
  padding-left: 48px;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) .avatar-name {
  border-radius: 12px;
  left: 0;
  position: absolute;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) a {
  display: inline;
  line-height: 1;
  padding: 0;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  padding-top: 3px;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) h4 md-icon {
  display: inline;
  font-size: 16px;
  font-weight: 400;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(1) p {
  font-size: 12px;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(2) {
  padding: 0;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(3) {
  display: block;
  margin: 0;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(3) a {
  padding-left: 12px;
}
.mk-second-nav li:nth-child(2) ul.mk-drop-akun li:nth-child(3) span {
  float: right;
  font-weight: 500;
}
.mk-second-nav li:nth-child(3) {
  display: none;
  margin-left: 16px;
}
.mk-panel {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.banner-overlay {
  background-attachment: fixed;
  background-image: url(../img/pattern2.png);
  height: 140px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.banner-overlay.form-order-overlay {
  height: 160px;
}
.mk-container {
  padding-top: 40px;
  margin-top: 10px;
}
.mk-container .breadcrumb {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  margin: -1px 0 27px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-container .breadcrumb li {
  display: inline;
}
.mk-container .breadcrumb a,
.mk-container .breadcrumb li {
  color: #fff;
}
.mk-container .breadcrumb li .fa-home::before {
  content: "Home";
  font-style: normal;
}
.mk-container .breadcrumb li a:hover {
  text-decoration: underline;
}
.mk-breadcrumb {
  border-bottom: 1px dashed #cfd8dc;
  height: 57px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.mk-breadcrumb ul {
  padding: 0;
  padding: 19px 0 16px;
  padding-left: 44px;
  position: relative;
}
.mk-breadcrumb ul h5 {
  display: inline;
  padding: 0 12px;
}
.mk-breadcrumb li {
  float: left;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}
.mk-breadcrumb li h5:before {
  content: "•";
  font-weight: 700 !important;
  left: -4px;
  position: absolute;
}
.mk-breadcrumb li h5:nth-child(1)::before {
  display: none;
}
.mk-breadcrumb li:nth-child(1) {
  border: 2px solid;
  border-radius: 40px;
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.mk-breadcrumb li:nth-child(1) md-icon {
  font-size: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mk-breadcrumb li:nth-child(2) {
  padding-top: 1px;
}
.mk-breadcrumb .mk-add-button {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.07);
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40px;
  width: 40px;
  z-index: 2;
}
.mk-breadcrumb2 {
  border-bottom: 1px solid #cfd8dc;
  border-radius: 0;
  font-size: 14px;
  list-style: none;
  margin: -15px 0 28px;
  padding: 0;
  position: relative;
  text-transform: lowercase;
}
.mk-breadcrumb2 .mk-tab-link li:nth-child(1) {
  padding-left: 0;
}
.mk-tab-link {
  list-style: none;
  text-transform: capitalize;
}
.mk-tab-link::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-tab-link i {
  font-style: unset;
}
.mk-tab-link li {
  border-bottom: 1px solid;
  float: left;
  margin-bottom: -1px;
  opacity: 1 !important;
  padding: 0;
  padding-left: 24px;
}
.mk-tab-link li a {
  color: #555;
  display: block;
  font-weight: 500;
  padding: 15px 0;
  position: relative;
}
.mk-tab-link li a:after {
  border-radius: 8px;
  bottom: -2px;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleY(1);
  transform-origin: center;
  transition: 0.25s ease;
  width: 100%;
}
.mk-harga-list ul.breadcrumb {
  padding-left: 30%;
}
.mk-harga-container {
  margin-bottom: 24px;
}
.mk-harga-container .mk-harga-right .panel {
  margin-bottom: 0 !important;
}
.mk-harga-right {
  float: left;
  width: 70%;
}
.mk-harga-left {
  float: left;
  padding-right: 24px;
  position: relative;
  width: 30%;
}
.mk-harga-left .mk-panel {
  padding-bottom: 8px;
}
.mk-harga-left .breadcrumb {
  display: none;
}
.mk-harga-left .banner-overlay {
  top: -40px;
}
.mk-harga-left .mk-heading {
  border-bottom: 1px dashed #cfd8dc;
  height: 57px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.mk-harga-left .mk-heading > h5 {
  height: 57px;
  line-height: 57px;
}
.mk-harga-left .mk-heading > h5 md-icon {
  font-size: 24px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mk-harga-left .mk-harga-side-menu-cari {
  border-bottom: 1px solid #cfd8dc;
  padding: 0 20px 20px;
  position: relative;
}
.mk-harga-left .mk-harga-side-menu-cari .mk-harga-quick-search2 {
  background-color: #fff;
  left: 20px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 75ms ease;
  visibility: hidden;
}
.mk-harga-left .mk-harga-side-menu-cari .mk-harga-quick-search2.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mk-harga-left .mk-harga-side-menu-cari input {
  font-size: 13px !important;
}
.mk-harga-side-menu-list .list-group {
  position: relative;
}
.mk-harga-side-menu-list .produk-parent-container {
  background-color: #fff;
  margin: 0 !important;
  overflow-x: hidden !important;
}
.mk-harga-side-menu-list .produk-parent-container::before {
  content: "tidak ada produk ditemukan";
  font-size: 12px;
  font-style: italic;
  left: 0;
  opacity: 0.4;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}
.mk-harga-side-menu-list .produk-parent-container .produk-parent {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 15px 20px;
}
.mk-harga-side-menu-list .produk-parent-container .produk-parent .mk-dropxxx {
  float: right;
  font-size: 24px;
  position: relative;
  right: -6px;
  top: -7px;
}
.mk-harga-side-menu-list .produk-parent-container .simplebar-scrollbar::before {
  background-color: #000;
  border-radius: 0;
  left: unset;
  opacity: 0.075;
  right: 0;
  top: 0;
  transition: 0.1s;
  width: 6px;
}
.mk-harga-side-menu-list
  .produk-parent-container:hover
  .simplebar-scrollbar::before {
  opacity: 0.125;
}
.mk-harga-side-menu-list
  .produk-parent-container
  .simplebar-track.simplebar-vertical
  .simplebar-scrollbar:before {
  bottom: 0;
  top: 0;
}
.mk-harga-side-menu-list
  .produk-parent-container
  .simplebar-track.simplebar-vertical:hover
  .simplebar-scrollbar:before {
  opacity: 0.125;
}
.mk-harga-side-menu-list .produk-parent-container .list-group-container {
  position: relative;
  z-index: 1;
}
.mk-harga-side-menu-list .list-group-item {
  background-color: #fff;
  border: 0;
  border-radius: 0 !important;
}
.mk-harga-side-menu-list .list-group-item:active {
  background-color: #fff;
}
.mk-harga-side-menu-list .list-group-item:focus {
  background-color: #fff;
}
.mk-harga-side-menu-list .list-group-item:hover {
  background-color: #f7f7f7;
}
.mk-harga-side-menu-list .produk-child-container {
  background-color: #fff;
  bottom: 0;
  left: 20px;
  opacity: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 75ms ease;
  visibility: hidden;
  z-index: 3;
}
.mk-harga-side-menu-list .produk-child-container.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mk-harga-side-menu-list .produk-child-container .produk-parent2 {
  background-color: #fff;
  border-bottom: 1px solid #cfd8dc;
  border-radius: 0;
  font-weight: 700;
  height: 49px !important;
  left: 0;
  left: 20px;
  line-height: 48px;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px 0 0;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  transition: 75ms ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 3;
}
.mk-harga-side-menu-list .produk-child-container .produk-parent2.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mk-harga-side-menu-list .produk-child-container .produk-parent2 .mdi {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 24px;
  height: 48px;
  line-height: 47px;
  padding: 0 12px;
  transition: 75ms ease;
  width: 46px;
}
.mk-harga-side-menu-list .produk-child-container .produk-child {
  background-color: #fff;
  bottom: 0;
  left: 20px;
  left: 0;
  opacity: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 49px;
  transition: 75ms ease;
  visibility: hidden;
  z-index: 2;
}
.mk-harga-side-menu-list
  .produk-child-container
  .produk-child
  .simplebar-scrollbar::before {
  background-color: #000;
  border-radius: 0;
  left: unset;
  opacity: 0.075;
  right: 0;
  top: 0;
  transition: 0.1s;
  width: 6px;
}
.mk-harga-side-menu-list
  .produk-child-container
  .produk-child:hover
  .simplebar-scrollbar::before {
  opacity: 0.125;
}
.mk-harga-side-menu-list
  .produk-child-container
  .produk-child
  .simplebar-track.simplebar-vertical
  .simplebar-scrollbar:before {
  bottom: 0;
  top: 0;
}
.mk-harga-side-menu-list
  .produk-child-container
  .produk-child
  .simplebar-track.simplebar-vertical:hover
  .simplebar-scrollbar:before {
  opacity: 0.125;
}
.mk-harga-side-menu-list .produk-child-container .produk-child::before {
  content: "tidak ada produk ditemukan di kategori ini";
  font-size: 12px;
  font-style: italic;
  left: 0;
  opacity: 0.4;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}
.mk-harga-side-menu-list .produk-child-container .produk-child.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mk-harga-side-menu-list .produk-child-container .produk-child a {
  background-color: #fff;
  border-radius: 0 !important;
  border-top: 0 !important;
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 13.5px 20px;
  padding-left: 44px;
  position: relative;
  z-index: 1;
}
.mk-harga-side-menu-list .produk-child-container .produk-child a:hover {
  background-color: #f7f7f7;
}
.mk-harga-side-menu-list .produk-child-container .produk-child a::before {
  background-color: #fff;
  border-radius: 20px;
  content: " ";
  font-weight: 700;
  height: 14px;
  left: 22px;
  position: absolute;
  top: 15px;
  transition: 75ms ease;
  width: 4px;
}
.mk-footer {
  background-color: #fff;
  margin: auto auto 0 auto;
  position: relative;
  width: 100%;
}
.mk-footer .container {
  z-index: 1;
}
.mk-footer .mk-footer-sitelink::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-footer .mk-footer-sitelink a {
  color: #fff;
  display: block;
  float: left;
  margin-right: 24px;
  padding: 16px 0;
}
.mk-footer .mk-footer-sitelink a:nth-child(1) {
  margin-right: 0;
}
.mk-footer .mk-footer-sitelink a:hover {
  box-shadow: inset 0 0 500px rgba(0, 0, 0, 0.075);
}
.mk-footer .mk-footer-widget {
  padding: 60px 0 56px;
  position: relative;
}
.mk-footer .mk-widget {
  float: left;
  width: 36%;
}
.mk-footer .mk-widget:nth-child(2) {
  padding-left: 24px;
  width: 64%;
}
.mk-footer .mk-widget h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.mk-footer .mk-widget .heading-contact h2 {
  margin-bottom: 8px;
  position: relative;
}
.mk-footer .mk-widget .heading-contact h2 md-icon {
  font-weight: 400;
  margin-left: -4px;
}
.mk-footer .mk-widget .heading-contact h2 span {
  font-size: 16px;
  left: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mk-footer .mk-widget ul {
  list-style: none;
}
.mk-footer .mk-widget.mk-widget-info-kontak::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social {
  display: block;
  float: left;
  margin: 0 -8px;
  margin-top: 10px;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social a {
  display: block;
  float: left;
  font-size: 0;
  margin-top: 12px;
  padding: 0 8px;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social a md-icon {
  font-size: 24px;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social:hover a {
  opacity: 0.5;
}
.mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social a:hover {
  opacity: 1;
}
.mk-footer .mk-widget .mk-payments {
  margin-top: 6px;
}
.mk-footer .mk-widget .mk-payments::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-footer .mk-widget .mk-payments li {
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  float: left;
  margin: 6px 6px 0 0;
  overflow: hidden;
  padding: 4px 0;
  text-align: center;
  width: 60px;
}
.mk-footer .mk-widget .mk-payments li img {
  height: 24px;
  width: 48px;
}
.mk-footer .mk-credit {
  border-top: 1px dashed #cfd8dc;
  font-size: 12px;
  padding: 27px 0;
}
.mk-footer .mk-upup {
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 12px;
  bottom: -28px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  transition: 0.25s ease;
  width: 40px;
}
.mux-theme-invalid {
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  left: 0 !important;
  overflow: hidden !important;
  overflow-y: auto !important;
  padding: 24px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9999999999999999 !important;
}
.mux-theme-invalid .mux-box2 {
  background-color: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.1) !important;
  margin: auto auto auto auto !important;
  max-width: 440px !important;
  position: relative !important;
}
.mux-theme-invalid .mux-box2 > div {
  padding: 0 24px 24px !important;
  text-align: center !important;
}
.mux-theme-invalid .mux-box2 h4 {
  padding: 12px 0 !important;
  text-align: center !important;
}
.mux-theme-invalid .mux-box2 h4 i {
  color: #ef5350 !important;
  font-size: 4em !important;
}
.mux-theme-invalid .mux-box2 p {
  border-bottom: 1px dashed #cfd8dc !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
}
.mux-theme-invalid .mux-box2 p b {
  display: block !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  text-transform: lowercase !important;
}
.mux-theme-invalid .mux-box2 a {
  background-color: #f44336 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 52px !important;
  letter-spacing: 1px !important;
  line-height: 52px !important;
  padding: 0 12px !important;
  text-transform: uppercase !important;
}
.mux-theme-invalid .mux-box2 span {
  border-radius: 16px !important;
  display: block !important;
  height: 200px !important;
  margin-bottom: 6px !important;
  overflow: hidden !important;
}
.mux-theme-invalid .mux-box2 span img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}
.mk-grid-tabs {
  position: relative;
}
.mk-grid-tabs .banner-overlay {
  bottom: 0;
  height: unset;
}
.mk-grid-tabs ul {
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -12px !important;
  position: relative;
  z-index: 1;
}
.mk-grid-tabs ul > div {
  width: 100%;
}
.mk-grid-tabs ul li {
  background-color: transparent !important;
  border: 0;
  padding: 24px 12px 0 !important;
  width: 25%;
}
.mk-grid-tabs ul li a {
  background-color: #fff !important;
  border: 0;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  display: block;
  height: 100%;
  line-height: 1.3;
  margin: 0;
  margin: 0 !important;
  min-height: 48px;
  padding: 18px 12px;
  position: relative;
  transition: 0.25s ease;
}
.mk-grid-tabs ul li a::after {
  border-radius: 6px;
  content: " ";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease;
  width: 4px;
}
.mk-grid-tabs ul li a:hover {
  background-color: #f3f3f3;
}
.mk-grid-tabs ul li a b {
  font-weight: 400;
  transition: 0.25s ease;
}
.mk-grid-tabs ul li a u {
  display: block;
  opacity: 0;
  padding-left: 40px;
}
.mk-grid-tabs ul li a > div {
  left: 0;
  padding: 0 12px;
  padding-left: 52px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mk-grid-tabs ul li a .ikon-produk {
  height: 24px;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: -3px;
  width: 24px;
}
.mk-grid-tabs ul li a .ikon-produk img {
  width: 24px !important;
}
.mk-grid-tabs ul li a .ikon-produk md-icon {
  font-size: 22px;
  font-weight: 400 !important;
  transition: 0.25s ease;
}
.mk-grid-tabs ul li.disabled {
  color: #888;
  cursor: not-allowed;
  opacity: 0.65;
  position: relative;
}
.mk-grid-tabs ul li.disabled:after {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 0 2px inset;
  font-family: "Material Design Icons";
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 9px;
  text-align: center;
  top: -3px;
  width: 26px;
}
.mk-grid-tabs ul li.disabled a {
  color: #888;
  pointer-events: none;
}
.mk-grid-tabs ul li.disabled a::after {
  display: none;
}
.mk-grid-tabs ul li.mk-member:after {
  content: "\F0004";
}
.mk-grid-tabs ul li.mk-member-verified:after {
  content: "\F0008";
}
#mk-produk-tab {
  display: none !important;
  justify-content: left;
}
#mk-produk-tab.show {
  display: flex !important;
}
#mk-produk-tab li.disabled:after {
  top: 22px;
}
#mk-produk-tab li:nth-child(-n + 3) {
  display: none;
}
#mk-produk-tab-awal li {
  padding: 0 12px !important;
}
#mk-produk-tab-awal li:nth-child(n + 4) {
  display: none;
}
.mk-more-produk {
  display: none !important;
}
.mk-more-produk.show {
  display: block !important;
}
.mk-more-produk.none {
  display: none !important;
}
.mk-more-produk.dua {
  display: none !important;
}
.mk-more-produk.tiga {
  display: none !important;
}
.mk-more-produk.satu {
  display: none !important;
}
.mk-form-order {
  position: relative;
}
.mk-form-order .tab-content {
  padding: unset;
}
.mk-form-order .tab-pane {
  padding: 0;
  position: relative;
  text-align: center;
}
.mk-form-order .tab-pane h3 {
  padding: 16px 0 56px;
}
.mk-form-order .tab-pane .form-group {
  margin: 0 auto 16px;
}
.form-order-container {
  position: relative;
  z-index: 1;
}
#nominal {
  margin: 0 auto !important;
  padding: 16px 0 0;
  position: relative;
}
#nominal .searchquick {
  position: relative;
}
#nominal .mk-sh-closed {
  display: block !important;
  font-size: 24px !important;
  height: 40px;
  min-height: unset;
  padding: 0 !important;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}
#nominal .mk-sh-closed:active,
#nominal .mk-sh-closed:focus,
#nominal .mk-sh-closed:hover {
  box-shadow: unset !important;
}
#nominal .mk-sh-closed md-icon {
  padding: 0 8px;
}
#nominal .mk-sh-closed md-icon:nth-child(2) {
  display: none;
}
#nominal .mk-sh-closed.show md-icon:nth-child(1) {
  display: none;
}
#nominal .mk-sh-closed.show md-icon:nth-child(2) {
  display: inline-block;
}
#nominal input {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#nominal .mk-nominal {
  margin-top: 8px;
}
#nominal .mk-nominal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  margin: 0 -8px -8px;
  padding: 0 0 16px;
  position: relative;
}
#nominal .mk-nominal ul::after {
  border-bottom: 1px dashed #cfd8dc;
  bottom: 0;
  clear: both;
  content: " ";
  display: block;
  left: 8px;
  position: absolute;
  right: 8px;
}
#nominal .mk-nominal ul li {
  float: left;
  margin: 0 !important;
  padding: 8px;
  position: relative;
  width: 50%;
  z-index: 1;
}
#nominal .mk-nominal ul li:before {
  display: none;
}
#nominal .mk-nominal ul li .btn {
  background-color: #fbfbfb;
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset #cfd8dc;
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  line-height: 1.2;
  outline: 0;
  padding: 0;
  padding: 12px;
  position: relative;
  text-align: left;
  transition: 0.25s ease;
  white-space: normal;
  width: 100%;
}
#nominal .mk-nominal ul li .btn:hover {
  background-color: #fff;
}
#nominal .mk-nominal ul li .btn > span {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  padding-right: 12px;
  padding-top: 8px;
}
#nominal .mk-nominal ul li .btn:before {
  background-color: #fff;
  border-radius: 50%;
  bottom: -5px;
  font-family: "Material Design Icons";
  font-size: 24px;
  height: 28px;
  opacity: 0;
  padding: 0 3px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: inherit;
  top: unset;
  transform: scale(0);
  transition: 0.2s ease;
  width: 29px;
}
#nominal .mk-nominal ul li .btn.selected {
  background-color: #fff;
  transition: 0.2s ease;
}
#nominal .mk-nominal ul li .btn.selected:before {
  content: "\F05E1";
  opacity: 1;
  transform: scale(1);
}
#nominal .mk-nominal ul li .btn:disabled {
  background-color: #fff;
  color: #bbb;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
#nominal .mk-nominal ul li .btn:disabled:hover {
  border-color: #cfd8dc !important;
}
#nominal .mk-nominal ul li .btn:active {
  box-shadow: 0 0 0 1px inset #cfd8dc !important;
}
#operator_selected {
  border: 1px solid #ccc;
  bottom: 0;
  display: none;
  font: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 4px 0 8px;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 0;
}
#operator_selected::before {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  content: " ";
  display: block;
  height: 8px;
  left: -6px;
  position: absolute;
  top: -2px;
  transform: rotate(-50deg);
  width: 14px;
}
#operator_selected img {
  max-height: 18px;
  position: relative;
  top: -1px;
}
#mk-produk-list-active {
  min-height: 54px;
  position: relative;
}
#mk-produk-list-active::before {
  content: "tidak ada produk ditemukan";
  display: block;
  font-size: 13px;
  font-style: italic;
  opacity: 0.65;
  padding: 16px 12px 0 10px;
  position: absolute;
  width: 192px;
}
#produk-yang-disable-disini {
  border-bottom: 0;
  display: none !important;
  margin-bottom: 8px !important;
  min-height: 72px;
  padding: 0 0 8px !important;
  position: relative;
}
#produk-yang-disable-disini.show {
  display: flex !important;
}
#produk-yang-disable-disini li .btn:before {
  content: "\F015A";
  opacity: 1 !important;
  transform: scale(1) !important;
}
#produk-yang-disable-disini li {
  margin-top: 0 !important;
}
#produk-yang-disable-disini::before {
  content: "tidak ada produk kosong/gangguan ditemukan";
  display: block;
  font-size: 13px;
  font-style: italic;
  opacity: 0.65;
  padding: 16px 0 0 10px;
  position: absolute;
  width: 192px;
}
.mk-produk-select-hp {
  display: none;
}
.mk-produk-select-hp.show {
  display: none !important;
}
.mk-detail-produk {
  border-bottom: 1px dashed #cfd8dc;
  border-radius: 5px;
  display: none;
  padding: 22px 0;
  position: relative;
  text-align: left;
}
.mk-detail-produk.show {
  display: block;
}
.mk-detail-produk b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
}
#keterangan {
  float: left;
  padding-right: 25px;
  width: 55%;
}
#keterangan ul {
  list-style: none;
  margin-bottom: 16px !important;
  padding: 0 0 0 6px !important;
}
#keterangan .mk-produk-dipilihnom {
  margin-bottom: 16px !important;
}
#keterangan .mk-produk-dipilihnom ul {
  margin-bottom: 0 !important;
}
#keterangan div {
  color: unset !important;
  padding: 0 !important;
}
#keterangan ul li:first-child {
  margin-top: 0;
}
#keterangan ul:last-child {
  margin-bottom: 0 !important;
}
#harga {
  float: right;
  width: 45%;
}
#harga h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-top: -1px;
}
#harga i {
  display: block;
  max-width: 240px;
  padding-left: 8px;
  position: relative;
}
#harga i span {
  font-style: normal;
  left: 0;
  position: absolute;
}
.mk-metode-bayar {
  margin-top: -80px;
  padding-top: 80px;
}
.mk-metode-bayar h5 {
  padding-bottom: 12px;
  padding-top: 24px;
}
.mk-bayar {
  margin-top: 40px;
  padding: 16px 0;
  position: relative;
  text-align: center;
}
.mk-bayar .btn {
  min-width: 210px;
  width: auto !important;
}
.mk-bayar hr {
  margin: 0;
}
.mk-bayar a:hover {
  text-decoration: underline;
}
.mk-bayar button {
  display: block;
  margin: auto;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.mk-bayar p {
  margin: -4px auto;
  margin-bottom: 0 !important;
  max-width: 520px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.mk-bayar p a {
  border-bottom: 1px solid;
}
.mk-bayar p a:hover {
  text-decoration: unset !important;
}
.mk-bayar .mdi {
  color: #fff;
  height: 52px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  z-index: 999;
}
.mk-captcha {
  padding: 0;
  position: relative;
}
.mk-captcha span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) !important;
}
.mk-captcha img {
  height: 32px;
}
.mk-section-title {
  border-bottom: 1px dashed #cfd8dc;
  margin-bottom: 24px;
  position: relative;
}
.mk-section-title::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-section-title.remove1::before {
  display: none;
}
.mk-section-title::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-section-title h4 {
  border-bottom: 1px solid;
  float: left;
  font-size: 16px;
  margin-bottom: -1px;
  padding-bottom: 20px;
}
.mk-section-title md-icon {
  font-size: 24px;
  height: 24px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -3px;
}
.mk-ket-status {
  list-style: none;
}
.mk-ket-status li {
  border-top: 1px dashed #cfd8dc;
  margin-top: 10px !important;
  padding-left: 46px !important;
  padding-top: 10px;
  position: relative;
}
.mk-ket-status li:nth-child(1) {
  border-top: 0;
  margin-top: 0 !important;
  padding-top: 0;
}
.mk-ket-status li::before {
  display: none;
}
.mk-ket-status li span {
  left: 0;
  position: absolute;
  width: 32px;
}
.mk-arigatou-footer,
.mk-arigatou-header {
  display: none;
}
.mk-page-container {
  position: relative;
  z-index: 0;
}
.mk-page-container img {
  border-radius: 8px;
}
.mk-page-container hr {
  border-color: #cfd8dc;
  margin: 24px 0;
}
.mk-page-banner {
  border-radius: 8px;
  height: 280px;
  margin-bottom: 24px;
  overflow: hidden;
}
.mk-page-banner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.mk-page-content img {
  margin: 16px 0;
}
.mk-page-content.limitz {
  margin: auto;
  max-width: 860px;
}
.mk-page-content .mk-page-title {
  border-bottom: 2px solid #cfd8dc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mk-gmaps {
  border-radius: 8px;
  height: 320px;
  margin-top: 24px;
  overflow: hidden;
}
.mk-gmaps iframe {
  height: 100%;
  margin: 0;
  padding: 0;
}
.mk-bread-right {
  height: 48px;
  line-height: 48px;
  min-width: 48px;
  position: absolute;
  right: 40px;
  top: 56px;
}
.faq-toc {
  padding: 22px 32px 0;
}
.faq-toc li {
  margin-top: 2px;
}
.faq-list h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.faq-list {
  border-top: 1px solid #cfd8dc;
  list-style: none !important;
  margin: 24px 0 0 !important;
  padding: 8px 0 0 !important;
}
.faq-list p {
  margin-bottom: 0;
  margin-top: 8px;
}
.faq-list li {
  counter-increment: item;
  margin-top: -72px !important;
  padding-left: 40px;
  padding-top: 93px !important;
  position: relative;
}
.faq-list li ol,
.faq-list li ul {
  padding: 0 32px;
}
.faq-list li li {
  margin-top: 0 !important;
  padding: 0 !important;
}
.faq-icon {
  display: table-cell;
  padding-right: 1.25em;
  vertical-align: top;
}
.faq-text {
  display: table-cell;
  vertical-align: top;
}
.faq-number {
  border-radius: 16px;
  color: #fff;
  content: counter(item);
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-top: 100px !important;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 40px;
}
.mk-tos-list h3 {
  font-size: 18px;
  margin-top: 20px;
}
.mk-tos-list ol {
  list-style: none;
  padding: 4px 0 0;
}
.mk-tos-list ol li {
  counter-increment: item;
  margin-top: 4px;
  padding-left: 28px;
  position: relative;
}
.mk-tos-list ol li:before {
  content: counter(item);
  left: 2px;
  position: absolute;
  width: 20px;
}
.mk-custom-table table {
  display: block;
}
.mk-custom-table table tbody {
  display: block;
}
.mk-custom-table table tr {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  display: block !important;
  margin-top: 6px;
  padding: 11px 0;
  position: relative;
  transition: 0.25s ease;
}
.mk-custom-table table tr:hover {
  background-color: #fff;
}
.mk-custom-table table tr::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-custom-table table tr::before {
  content: "\F0142";
  font-family: "Material Design Icons";
  font-size: 24px;
  height: 12px;
  line-height: 12px !important;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.mk-custom-table table tr td {
  display: block;
  float: left;
  padding: 0;
}
.mk-custom-table table tr td .badge,
.mk-custom-table table tr td .label {
  background-color: #fff !important;
  border-radius: 80px !important;
  box-shadow: unset !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  height: 24px !important;
  padding: 5px 0 !important;
  width: 36px !important;
}
.mk-custom-table table tr td .badge,
.mk-custom-table table tr td .label {
  border: 1px solid #90a4ae !important;
  color: #90a4ae !important;
}
.mk-custom-table table tr td .badge.badge-info,
.mk-custom-table table tr td .label.label-info {
  border: 1px solid #42a5f5 !important;
  color: #42a5f5 !important;
}
.mk-custom-table table tr td .badge.badge-warning,
.mk-custom-table table tr td .label.label-warning {
  border: 1px solid #ffab40 !important;
  color: #ffab40 !important;
}
.mk-custom-table table tr td .badge.badge-danger,
.mk-custom-table table tr td .label.label-danger {
  border: 1px solid #ff1744 !important;
  color: #ff1744 !important;
}
.mk-custom-table table tr td .badge.badge-inverse,
.mk-custom-table table tr td .label.label-inverse {
  border: 1px solid #333 !important;
  color: #333 !important;
}
.mk-custom-table table tr td .badge.badge-success,
.mk-custom-table table tr td .label.label-success {
  border: 1px solid #2ecc71 !important;
  color: #2ecc71 !important;
}
.mk-custom-table table tr td:nth-child(1) {
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mk-custom-table table tr td {
  line-height: unset;
}
.mk-custom-table table tr td span {
  display: inline-block;
  padding: 1px 0;
  position: relative;
  word-wrap: break-word;
}
.mk-custom-table table tr td span.block {
  display: block;
  word-wrap: break-word;
}
.mk-custom-table table tr td:nth-child(2) {
  padding: 0 12px 0 60px;
  width: 65%;
}
.mk-custom-table table tr td:nth-child(2) u {
  display: inline-block;
  font-size: 0;
  text-align: center;
  text-decoration: unset;
  width: 12px;
}
.mk-custom-table table tr td:nth-child(2) u::before {
  content: "•";
  font-size: 14px;
}
.mk-custom-table table tr td:nth-child(3) {
  width: 35%;
}
.mk-custom-table table tr td:nth-child(3) span {
  display: block;
}
.mk-custom-table table tr td md-icon {
  display: none;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
.mk-custom-table table tr .href-action {
  background-color: transparent;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mk-custom-table.table-checkbox table tr td:nth-child(1) {
  left: 10px;
  padding: 0;
  right: unset;
  top: 10px;
  transform: unset;
  width: 32px;
}
.mk-custom-table.table-checkbox table tr td:nth-child(1) .checkbox {
  margin-top: 1px;
}
.mk-custom-table.table-checkbox table tr td:nth-child(1) md-icon {
  font-size: 20px;
  top: 10px;
}
.mk-custom-table.table-checkbox table tr td:nth-child(2) {
  padding-left: 40px;
}
.mk-custom-table.table-checkbox table tr td:nth-child(4) {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.mk-custom-table.table-checkbox table tr td .badge {
  margin-left: 4px !important;
  position: relative;
  top: -1px;
}
.mk-custom-table.table-checkbox table tr .href-action {
  border-radius: 0 6px 6px 0;
  left: 42px;
}
.mk-custom-table.mk-harga-list table tr td:nth-child(2) {
  width: 60%;
}
.mk-custom-table.mk-harga-list table tr td:nth-child(3) {
  left: 60%;
}
.mk-custom-table.mk-harga-list table tr td span {
  padding-left: 60px;
}
.mk-custom-table.mk-harga-list table tr td i {
  display: block;
  font-style: normal;
  left: 0;
  position: absolute;
  width: 57px;
}
.mk-custom-table.mk-harga-list table tr td i::after {
  content: ":";
  position: absolute;
  right: 0;
}
.mk-custom-table.mk-harga-list table tr td .badge {
  height: 24px !important;
}
.mk-custom-table.mk-harga-list table tr td .badge .mdi {
  font-size: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: unset;
}
.mk-custom-table.mk-harga-list table tr td .badge .mdi::after {
  display: none;
}
.mk-custom-table2 table tr {
  border-top: 1px dashed #cfd8dc;
  transition: 0.25s ease;
}
.mk-custom-table2 table tr:nth-child(1) {
  border-top: 0;
  font-weight: 500;
}
.mk-custom-table2 table tr:nth-child(2) {
  border-top: 1px solid #cfd8dc;
}
.mk-custom-table2 table tr td {
  border-top: 0;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 12px;
}
.mk-custom-table2 table tr td a {
  border-bottom: 1px solid;
}
.mk-custom-table2 table tr:last-child td {
  padding-bottom: 0;
}
.mk-custom-table2 table tr:nth-child(1) td {
  padding-top: 0;
}
.mk-custom-table2 table tr td:nth-child(1) {
  padding-left: 0;
}
.mk-custom-table2 table tr td u {
  text-decoration: none;
}
.mk-custom-table2.last-stat table tr td:last-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  width: 40px;
}
.mk-custom-table2 table tr td md-icon {
  display: none;
}
.mk-custom-table2.mob-icon table tr td md-icon {
  display: none;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 2px;
}
.mk-custom-table2.mob-text table tr td u {
  display: none;
  left: 0;
  position: absolute;
}
.mk-custom-table2.width3 table tr td {
  width: 33.3333333%;
}
.mk-custom-table2.width4 table tr td {
  width: 25%;
}
.mk-custom-table2.table-checkbox2 table tr td:nth-child(1) {
  width: 28px !important;
}
.mk-custom-table2.table-checkbox2 table tr .checkbox {
  position: absolute !important;
  top: 0 !important;
}
.mk-custom-table2.table-checkbox2 table tr:nth-child(1) .checkbox {
  top: -11px !important;
}
.mk-custom-table3 table {
  display: block;
}
.mk-custom-table3 table tbody {
  display: block;
}
.mk-custom-table3 table tr {
  background-color: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  display: block !important;
  margin-top: 6px;
  padding: 12px 0;
  position: relative;
  transition: 0.25s ease;
}
.mk-custom-table3 table tr:nth-child(1) {
  margin-top: 0;
}
.mk-custom-table3 table tr:hover {
  background-color: #fff;
}
.mk-custom-table3 table tr::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-custom-table3 table tr td {
  border: 0;
  display: block;
  float: left;
  padding: 0 12px;
}
.mk-custom-table3 table tr td span {
  position: relative;
}
.mk-custom-table3 table tr td b {
  display: block;
  margin-bottom: 2px;
}
.mk-custom-table3 table tr td a {
  border-bottom: 1px solid;
}
.mk-custom-table3 table tr td u {
  display: inline-block;
  text-decoration: unset;
  width: 80px;
}
.mk-transaksi-view {
  margin: auto;
  max-width: 640px;
  position: relative;
}
.mk-transaksi-view hr {
  border-style: dashed;
  display: none;
}
.mk-transaksi-view .panel-footer {
  border: 0;
}
.mk-transaksi-detail table {
  border-bottom: 1px dashed #cfd8dc;
  border-top: 1px dashed #cfd8dc;
  display: block;
  margin-bottom: 20px;
  padding: 14px 0;
  position: relative;
}
.mk-transaksi-detail table::after {
  border-left: 1px dashed #cfd8dc;
  bottom: 20px;
  content: " ";
  display: block;
  left: 40%;
  position: absolute;
  top: 20px;
}
.mk-transaksi-detail table tbody {
  display: block;
}
.mk-transaksi-detail table tr {
  display: block;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.mk-transaksi-detail table tr::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-transaksi-detail table tr td {
  display: block;
  float: left;
  min-height: 30px;
  padding: 6px 0;
}
.mk-transaksi-detail table tr td:nth-child(1) {
  padding-right: 24px;
  position: relative;
  width: 40%;
}
.mk-transaksi-detail table tr td:nth-child(2) {
  padding-left: 24px;
  width: calc(100% - 40%);
}
.mk-transaksi-detail-akun td textarea {
  border: 1px dashed #cfd8dc;
  border-radius: 5px;
  font-size: unset;
  height: 20px;
  margin-bottom: -1px !important;
  min-height: unset;
  overflow: hidden !important;
  padding: 0 !important;
  resize: none !important;
  width: 100%;
}
.mk-transaksi-detail-akun td textarea ~ span {
  font-size: 12px;
  font-style: italic;
}
.mk-transaksi-status {
  margin-bottom: 24px;
  position: relative;
}
.mk-transaksi-status .panel-heading {
  display: none;
}
.mk-transaksi-status .panel-body,
.mk-transaksi-status .panel-footer {
  background-color: unset;
  margin: 0;
  padding: 0;
}
.mk-transaksi-status .img-thumbnail {
  border-radius: 8px;
  height: 50px;
  width: 90px;
}
.mk-transaksi-status .panel-footer {
  margin-top: 20px;
}
.mk-transaksi-status ul {
  border-top: 1px dashed #cfd8dc;
  padding: 0 !important;
  padding-top: 16px !important;
}
.mk-transaksi-status table {
  border-top: 1px dashed #cfd8dc;
  display: block;
  margin-top: 20px;
  padding: 14px 0;
  position: relative;
}
.mk-transaksi-status table::after {
  border-left: 1px dashed #cfd8dc;
  bottom: 20px;
  content: " ";
  display: block;
  left: 40%;
  position: absolute;
  top: 20px;
}
.mk-transaksi-status table tbody {
  display: block;
}
.mk-transaksi-status table tr {
  display: block;
  padding: 0;
  padding-left: 0;
  position: relative;
}
.mk-transaksi-status table tr::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-transaksi-status table tr td {
  display: block;
  float: left;
  min-height: 30px;
  padding: 6px 0;
}
.mk-transaksi-status table tr td:nth-child(1) {
  left: 0;
  padding-right: 24px;
  position: relative;
  width: 40%;
}
.mk-transaksi-status table tr td:nth-child(2) {
  padding-left: 24px;
  width: calc(100% - 40%);
}
.mk-testimonial form textarea.form-control {
  height: 80px !important;
  resize: unset;
}
.mk-fn-testimonial {
  margin-top: 12px;
  padding-right: 92px;
  position: relative;
}
.mk-fn-testimonial::after {
  clear: both;
  content: " ";
  display: block;
}
.mk-fn-testimonial .btn {
  border: 1px solid;
  border-radius: 20px;
  float: right;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin-right: -92px;
  opacity: 1;
  padding: 0 20px;
}
.mk-fn-testimonial .form-control,
.mk-fn-testimonial .form-control:disabled {
  background: 0 0;
  background: rgba(0, 0, 0, 0.075);
  border: 0;
  border-radius: 6px !important;
  box-shadow: unset;
  color: #888;
  color: #333;
  float: left;
  font-size: 13px !important;
  height: 28px;
  line-height: 1 !important;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0 8px 2px !important;
  transition: 0.25s ease;
  width: 150px;
}
.mk-fn-testimonial input:disabled:focus,
.mk-fn-testimonial input:focus {
  background-color: #fff;
}
.mk-fn-testimonial input:read-only {
  background: rgba(0, 0, 0, 0.075);
}
.mk-fn-testimonial span {
  display: block;
  float: left;
  height: 28px;
  margin-right: 6px;
  overflow: hidden;
}
.mk-fn-testimonial span #captcha {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  float: left;
  text-align: center;
  width: 68px;
}
.mk-fn-testimonial span img {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px 0 0 6px;
  float: left;
  height: 28px;
  width: auto;
}
.mk-fn-testimonial .btn:disabled {
  background-color: #fff !important;
  border: 1px solid #aaa;
  color: #444 !important;
  cursor: not-allowed;
  opacity: 1;
  opacity: 0.5;
}
.mk-fn-testimonial .btn:disabled:hover {
  box-shadow: unset;
}
.mk-testimonial-list {
  margin: 0;
}
.mk-testimonial-list.list-group {
  margin-bottom: 0;
  margin-top: -16px !important;
}
.mk-testimonial-list .list-group-item {
  border: 0;
  border-radius: 0 !important;
  border-radius: 8px;
  border-top: 1px solid #cfd8dc;
  margin: 0 !important;
  overflow: hidden;
  padding: 16px 0 !important;
  position: relative;
}
.mk-testimonial-list .list-group-item:last-child {
  padding-bottom: 0 !important;
}
.mk-testimonial-list .list-group-item:nth-child(1) {
  border-top: 0;
}
.mk-testimonial-list .list-group-item .list-group-item-text {
  padding-left: 48px;
}
.mk-testimonial-list .list-group-item .list-group-item-text strong {
  opacity: 0.8;
}
.mk-testimonial-list .list-group-item .list-group-item-text small {
  opacity: 0.8;
}
.mk-testimonial-list .list-group-item .list-group-item-text p {
  margin: 3px 0 2px;
}
.mk-testimonial-list .list-group-item .fa-clock-o {
  display: none;
}
.mk-testimonial-list .list-group-item .fa-user,
.mk-testimonial-list .list-group-item .fa-user-secret {
  border: 1px solid #cfd8dc;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 24px;
  height: 36px;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 36px;
}
.mk-produk-grid {
  position: relative;
}
.mk-produk-grid::after {
  clear: both;
  content: " ";
  display: block;
}
.box-product-outer {
  margin: -8px -6px;
}
.box-product {
  float: left;
  padding: 8px 6px;
  width: 25%;
}
.box-product .img-wrapper {
  position: relative;
}
.box-product img {
  border-radius: 8px;
  width: 100%;
}
.box-product .tags {
  border-radius: 5px;
  bottom: 6px;
  color: #fff;
  left: 6px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-product .title-wrapper {
  font-size: 13px;
  height: 54px;
  margin: 12px 0;
  overflow: hidden;
}
.box-product .price {
  border-top: 1px dashed #cfd8dc;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-top: 12px;
}
.box-product .rating {
  font-size: 12px;
}
.mk-produk-detail {
  margin: 0 -16px;
  padding-bottom: 144px;
}
.mk-produk-detail #content-left {
  float: left;
  padding: 0 16px;
  width: 50%;
}
.mk-produk-detail #content-left img {
  border-radius: 8px;
}
.mk-produk-detail #content-right {
  float: right;
  padding: 0 16px;
  width: 50%;
}
.mk-produk-detail #content-right ul li {
  margin-top: 2px;
}
.mk-produk-detail #content-right ul li:nth-child(1) {
  margin-top: 0;
}
.mk-produk-detail #content-right h3 {
  font-weight: 700;
  margin-bottom: 6px;
}
.mk-produk-detail #content-right form {
  margin-top: 20px;
}
.mk-produk-detail #content-right #captcha {
  margin-top: -6px;
}
.mk-produk-detail #images {
  margin: -8px -4px 0;
}
.mk-produk-detail #images .col-xs-3 {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
}
.mk-produk-detail-place-order {
  border-top: 1px dashed #cfd8dc;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.dnone {
  opacity: 0;
  position: absolute;
  top: -100px;
  z-index: 0;
}
.mk-ads-apk-img {
  background-color: #888;
  border-radius: 50px;
}
.mk-share-copy {
  position: relative;
  z-index: 1;
}
.mk-produk-share-item:after {
  clear: both;
  content: " ";
  display: block;
}
.mk-produk-share-item ul {
  padding: 0;
}
.mk-produk-share-item ul li:before {
  display: none;
}
.mk-produk-share-item li {
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.15);
  float: left;
  list-style: none;
  margin: 0 10px 2px 0;
  overflow: hidden;
}
.mk-produk-share-item li a {
  border-radius: 8px !important;
  color: #fff;
  display: block;
  height: 44px;
  line-height: 45px;
  overflow: hidden !important;
  position: relative;
  text-align: center;
  transition: 0.5s ease;
  width: 68px;
}
.mk-produk-share-item li a:hover {
  box-shadow: inset 0 0 500px rgba(0, 0, 0, 0.15);
}
.mk-produk-share-item li a md-icon {
  color: #fff;
  margin-top: -1px;
}
.mk-produk-share-item li.facebook a {
  background-color: #1874ec;
}
.mk-produk-share-item li.fb-messenger a {
  background-color: #0084ff;
}
.mk-produk-share-item li.whatsapp a {
  background-color: #25d366;
}
.mk-produk-share-item li.telegram a {
  background-color: #08c;
}
.mk-produk-share-item li.twitter a {
  background-color: #1da1f2;
}
.mk-produk-share-item li.copyurl {
  float: right;
  margin-right: 0;
}
.tooltip-inner {
  border-radius: 5px;
  font-family: Roboto !important;
}
@media (max-width: 860px) {
  body {
    font-size: 12px;
    padding-bottom: 60px !important;
  }
  .padding-m {
    padding: 20px;
  }
  .padding-l {
    padding: 20px;
  }
  .padding-xl {
    padding: 20px;
  }
  .padding-vm {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .padding-vl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .padding-vxl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .padding-hm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-hl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-hxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mk-show-mobile2 {
    display: block !important;
  }
  .mk-hide-mobile {
    display: none !important;
  }
  .mk-second-nav {
    list-style: none;
    position: absolute;
    right: 20px;
  }
  .mk-navbar .mk-nav {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.075);
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    transform: unset;
    z-index: 5;
  }
  .mk-navbar .mk-nav .mk-show-mobile {
    display: block !important;
  }
  .mk-navbar .mk-nav ul {
    list-style: none;
    margin: auto;
    max-width: 624px;
    padding: 0 12px;
  }
  .mk-navbar .mk-nav ul li {
    float: left;
    padding: 0;
    text-align: center;
    width: 25%;
  }
  .mk-navbar .mk-nav ul li:nth-child(3) {
    display: none;
  }
  .mk-navbar .mk-nav ul li:nth-child(4) {
    display: block;
  }
  .mk-navbar .mk-nav ul li:nth-child(6) {
    display: none;
  }
  .mk-navbar .mk-nav ul li a {
    font-size: 10px;
    font-weight: 400 !important;
    height: auto;
    height: 60px;
    padding: 11px 0;
  }
  .mk-navbar .mk-nav ul li a md-icon {
    font-size: 24px;
    height: 24px;
    margin-bottom: 2px;
    top: 0;
  }
  .mk-navbar .mk-nav ul li a.active {
    font-weight: 400;
  }
  .mk-navbar .mk-nav ul li a.active::after {
    display: none;
  }
  #mk-produk-tab li a,
  #mk-produk-tab-awal li a {
    font-size: 12px;
  }
  .mk-footer .mk-footer-sitelink {
    padding: 10px 0;
  }
  .mk-footer .mk-footer-sitelink a {
    display: block !important;
    padding: 6px 0;
  }
  #mk-produk-tab li:nth-child(3) {
    display: block;
  }
  #mk-produk-tab li,
  #mk-produk-tab-awal li {
    width: 33.333333333333%;
  }
  #mk-produk-tab-awal.tiga li:nth-child(3) {
    display: none;
  }
  .mk-grid-tabs ul {
    margin: 0 -10px !important;
  }
  #mk-produk-tab-awal li {
    padding: 0 10px !important;
  }
  .mk-grid-tabs ul li {
    padding: 20px 10px 0 !important;
  }
  .mk-more-produk,
  .mk-more-produk.show {
    display: none !important;
  }
  .mk-more-produk.satu.show {
    display: block !important;
  }
  .mk-form-order .panel {
    padding: 24px;
  }
  .mk-form-order .tab-pane h3 {
    padding: 8px 0 32px;
  }
  .mk-breadcrumb {
    height: 54px;
    padding: 0 20px;
  }
  .mk-breadcrumb h5 {
    font-size: 14px;
  }
  .mk-breadcrumb li h5:before {
    padding-top: 2px;
  }
  .mk-breadcrumb .mk-add-button {
    right: -30px;
    top: -10px;
  }
  .mk-produk-detail {
    margin: 0 -16px;
    padding-bottom: 92px;
  }
  .mk-produk-detail #content-left {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    max-width: 300px;
    width: auto;
  }
  .mk-produk-detail #content-left img {
    border-radius: 8px;
  }
  .mk-produk-detail #content-right {
    border-top: 1px dashed #cfd8dc;
    float: none;
    padding: 0 16px;
    padding-top: 20px;
    width: auto;
  }
  .mk-produk-detail #content-right ul li {
    margin-top: 2px;
  }
  .mk-produk-detail #content-right ul li:nth-child(1) {
    margin-top: 0;
  }
  .mk-produk-detail #content-right h3 {
    font-size: 16px;
  }
  .mk-produk-detail #content-right h4 {
    font-size: 16px;
  }
  .mk-produk-detail #content-right form {
    margin-top: 20px;
  }
  .mk-produk-detail #content-right #captcha {
    margin-top: -6px;
  }
  .mk-produk-detail-place-order {
    left: 20px;
    padding: 20px 0;
    right: 20px;
  }
  .mk-bayar p {
    padding: 0;
    padding-bottom: 0;
  }
  .mk-bayar {
    margin: 0;
    padding: 0;
    padding-top: 24px;
  }
  .mk-ket-status {
    margin-bottom: 24px;
  }
  .mk-section-title h4 {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .mk-section-title md-icon {
    font-size: 20px;
  }
  .mk-testimonial form textarea.form-control {
    height: 120px !important;
  }
  .mk-harga-list {
    position: relative;
  }
  .mk-harga-side-menu-container {
    position: unset !important;
  }
  .mk-harga-list ul.breadcrumb {
    padding-left: unset;
  }
  .mk-harga-left {
    float: none;
    padding-bottom: 0 !important;
    padding-right: 0;
    padding-top: 0;
    width: auto;
  }
  .mk-harga-left .mk-heading {
    height: 54px;
  }
  .mk-harga-left .mk-heading > h5 {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
  }
  .mk-harga-left .mk-heading > h5 md-icon {
    font-size: 24px;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mk-harga-right {
    float: none;
    margin-top: 24px;
    width: auto;
  }
  .mk-harga-right .breadcrumb {
    display: none;
  }
  .mk-content-item {
    display: none !important;
    margin-bottom: 20px;
  }
  #pbsearchproduk1 {
    display: none !important;
  }
  #pbsearchproduk1.show,
  .mk-content-item.show {
    display: block !important;
  }
  .mk-tab-link li a {
    font-size: 12px;
  }
  .box-product {
    width: 33.33333333333%;
  }
  .mk-custom-table table tr {
    font-size: 12px;
    padding: 10px 0 4px;
    padding-right: 44px;
  }
  .mk-custom-table table tr::before {
    display: none;
  }
  .mk-custom-table table tr td:nth-child(1) {
    left: unset;
    right: 12px;
  }
  .mk-custom-table table tr td:nth-child(2) {
    padding-left: 12px;
    width: 100%;
  }
  .mk-custom-table table tr td span {
    display: block;
    margin-bottom: 6px;
    padding: 0;
    padding-left: 26px;
  }
  .mk-custom-table table tr td br,
  .mk-custom-table table tr td u {
    display: none !important;
  }
  .mk-custom-table table tr td md-icon {
    display: block;
    font-size: 18px;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 6px;
  }
  .mk-custom-table table tr td md-icon.mdi-calendar {
    top: 7px;
  }
  .mk-custom-table table tr td:nth-child(3) {
    left: unset;
    padding: 0 12px;
    position: relative;
    top: unset;
    transform: unset;
    width: 100%;
  }
  .mk-custom-table.table-checkbox table tr td:nth-child(1) {
    left: 8px;
    top: 8px;
  }
  .mk-custom-table.table-checkbox table tr td:nth-child(2) {
    padding-left: 38px;
  }
  .mk-custom-table.table-checkbox table tr td:nth-child(3) {
    padding-left: 38px;
  }
  .mk-custom-table.mk-harga-list table tr td:nth-child(2) {
    width: unset;
  }
  .mk-custom-table.mk-harga-list table tr td:nth-child(3) {
    left: 0;
  }
  .mk-custom-table2 table {
    margin: 0;
  }
  .mk-custom-table2 table tr {
    border: 1px solid #cfd8dc;
    border-radius: 8px;
    display: block;
    margin-top: 6px;
    padding: 9px 12px;
    position: relative;
  }
  .mk-custom-table2 table tr:nth-child(1) {
    display: none;
  }
  .mk-custom-table2 table tr:nth-child(2) {
    margin-top: 0;
  }
  .mk-custom-table2 table tr td {
    display: block;
    padding: 3px 0 !important;
    position: relative;
  }
  .mk-custom-table2 table tr td a {
    border-bottom: unset;
    display: inline;
    font-weight: 700;
  }
  .mk-custom-table2.last-stat table tr td:last-child {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mk-custom-table2.mob-text table tr td {
    padding-left: 92px !important;
  }
  .mk-custom-table2.mob-text table tr td u {
    display: block;
    left: 0;
    position: absolute;
    width: 89px;
  }
  .mk-custom-table2.mob-text table tr td u::after {
    content: ":";
    position: absolute;
    right: 0;
  }
  .mk-custom-table2.mob-icon table tr td {
    padding-left: 24px !important;
  }
  .mk-custom-table2.mob-icon table tr td md-icon {
    display: block;
    font-size: 16px;
    top: 1px;
  }
  .mk-custom-table2.width3 table tr td {
    width: unset;
  }
  .mk-custom-table2.width4 table tr td {
    width: unset;
  }
  .mk-custom-table2.table-checkbox2 table tr {
    padding-top: 7px;
  }
  .mk-custom-table2.table-checkbox2 table tr td {
    padding-left: 56px !important;
    width: 100% !important;
  }
  .mk-custom-table2.table-checkbox2 table tr td md-icon {
    left: 32px;
  }
  .mk-custom-table2.table-checkbox2 table tr .checkbox {
    left: 0;
    position: absolute !important;
    top: -4px !important;
    z-index: 1;
  }
  .mk-custom-table3 table tr td u {
    width: 71px;
  }
  .progress {
    background-color: transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: 0.15s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }
  .progress.mk-linebar.show {
    height: 3px !important;
    opacity: 1;
    visibility: visible;
  }
  .progress.show .indeterminate:before {
    -webkit-animation: indeterminate 2s cubic-bezier(0.65, 0.815, 0.735, 0.395)
      infinite;
    animation: indeterminate 2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    will-change: left, right;
  }
  .progress.show .indeterminate:after {
    -webkit-animation: indeterminate-short 2s cubic-bezier(0.165, 0.84, 0.44, 1)
      infinite;
    animation: indeterminate-short 2s cubic-bezier(0.165, 0.84, 0.44, 1)
      infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    will-change: left, right;
  }
  @-webkit-keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    65% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  @keyframes indeterminate {
    0% {
      left: -35%;
      right: 100%;
    }
    65% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: 100%;
      right: -90%;
    }
  }
  @-webkit-keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -15%;
    }
    100% {
      left: 100%;
      right: -15%;
    }
  }
  @keyframes indeterminate-short {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 100%;
      right: -15%;
    }
    100% {
      left: 100%;
      right: -15%;
    }
  }
}
@media (max-width: 640px) {
  .mk-container {
    padding-top: 20px;
  }
  .mk-container .breadcrumb {
    margin-bottom: 18px;
  }
  .banner-overlay {
    height: 108px;
  }
  .mk-show-mobile {
    display: block !important;
  }
  .padding-vxl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .mk-navbar .mk-brand .open-side-menu {
    cursor: pointer;
    height: 48px;
    left: -15px;
    position: absolute;
    width: 48px;
  }
  .mk-navbar .mk-brand .open-side-menu::after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mk-navbar .mk-brand h4 {
    margin-left: 38px;
  }
  .mk-navbar .mk-brand h4 a {
    padding-left: 0;
  }
  .mk-navbar .mk-brand h4 a md-icon {
    display: none;
  }
  .mk-navbar .mk-nav .mobile-akun-info-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    content: " ";
    display: block;
    font-size: 0 !important;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 1;
  }
  .mk-navbar .mk-nav .mobile-akun-info-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .mk-navbar .mk-nav ul li:nth-child(4) {
    display: none;
  }
  .mk-navbar .mk-nav ul li:nth-child(6) {
    display: block;
    position: relative;
    z-index: 2;
  }
  .mk-navbar .mk-nav ul li:nth-child(6) a {
    background-color: #fff;
    border-radius: 12px;
  }
  .mk-second-nav li:nth-child(2) {
    padding: 0;
  }
  .mk-second-nav li:nth-child(2) .dropdown-trigger {
    display: none;
  }
  .mk-second-nav li:nth-child(2) ul {
    border-radius: 12px;
    border-top: unset;
    bottom: 72px;
    box-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin-top: unset;
    min-width: 280px;
    opacity: 0;
    position: fixed;
    right: -38px;
    top: unset;
    visibility: hidden;
    z-index: 8;
  }
  .mk-second-nav li:nth-child(2) ul.open {
    opacity: 1;
    right: 12px;
    visibility: visible;
  }
  .mk-second-nav li:nth-child(2) ul li:nth-child(3) {
    display: block;
    margin: 0;
  }
  .dimmer-navbar {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 60px;
    font-size: 0 !important;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 6;
  }
  .dimmer-navbar.show {
    opacity: 1;
    visibility: visible;
  }
  .form-order-overlay {
    display: none;
  }
  .mk-grid-tabs {
    background-color: #fff;
    padding: 0;
    position: relative;
  }
  .mk-grid-tabs .banner-overlay {
    display: none;
  }
  .mk-grid-tabs ul.left2 {
    justify-content: left;
  }
  .mk-grid-tabs ul li.active a b,
  .mk-grid-tabs ul li.active a:hover b {
    color: #333;
    font-weight: 400;
  }
  .mk-grid-tabs ul li.active a,
  .mk-grid-tabs ul li.active a:hover,
  .mk-grid-tabs ul li.active md-icon {
    color: #333;
  }
  .mk-grid-produk-home {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    padding: 20px 0;
  }
  .mk-grid-tabs ul li.disabled:after {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 2px inset #fff;
    left: 50%;
    top: 48px !important;
    transform: translateX(-50%);
    width: 24px;
  }
  .mk-grid-tabs ul li.disabled a {
    background-color: unset;
    box-shadow: 0 0 0 1px inset #fff;
  }
  .mk-more-produk.satu.show {
    display: none !important;
  }
  .mk-more-produk.dua.show {
    display: block !important;
  }
  .mk-breadcrumb2 {
    display: none;
  }
  #mk-produk-tab {
    border-top: 1px dashed #cfd8dc;
    margin: 16px 0 0 !important;
    padding: 16px 0 0;
  }
  #mk-produk-tab li:nth-child(-n + 7) {
    display: none;
  }
  #mk-produk-tab li:nth-child(3) {
    display: none;
  }
  #mk-produk-tab-awal.tiga li:nth-child(3) {
    display: block;
  }
  #mk-produk-tab-awal li:nth-child(3) {
    display: block;
  }
  #mk-produk-tab-awal {
    margin: unset !important;
  }
  #mk-produk-tab li,
  #mk-produk-tab-awal li {
    padding: 0 !important;
    text-align: center;
    width: 25%;
  }
  #mk-produk-tab-awal li:nth-child(n + 4) {
    display: block;
  }
  #mk-produk-tab-awal li:nth-child(8) {
    display: none;
  }
  #mk-produk-tab-awal li:nth-child(9) {
    display: none;
  }
  #mk-produk-tab li a,
  #mk-produk-tab-awal li a {
    background-color: transparent !important;
    box-shadow: unset;
    font-size: 10px;
    min-height: unset;
    padding: 16px 4px;
    text-decoration: unset;
  }
  #mk-produk-tab li a u,
  #mk-produk-tab li a::after,
  #mk-produk-tab-awal li a u,
  #mk-produk-tab-awal li a::after {
    display: none;
  }
  #mk-produk-tab li a > div,
  #mk-produk-tab-awal li a > div {
    padding: 0;
    position: relative;
    top: unset;
    transform: unset;
  }
  #mk-produk-tab li a .ikon-produk,
  #mk-produk-tab-awal li a .ikon-produk {
    background-color: #fcfcfc;
    border-radius: 12px;
    display: block;
    height: 48px;
    left: 50%;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    top: unset;
    transform: translateX(-50%);
    width: 48px;
  }
  #mk-produk-tab li a .ikon-produk::after,
  #mk-produk-tab-awal li a .ikon-produk::after {
    bottom: 0;
    content: " ";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  #mk-produk-tab li a .ikon-produk img,
  #mk-produk-tab li a .ikon-produk md-icon,
  #mk-produk-tab-awal li a .ikon-produk img,
  #mk-produk-tab-awal li a .ikon-produk md-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #mk-produk-tab li a .ikon-produk img,
  #mk-produk-tab-awal li a .ikon-produk img {
    width: 28px !important;
  }
  #mk-produk-tab li a .ikon-produk md-icon,
  #mk-produk-tab-awal li a .ikon-produk md-icon {
    font-size: 28px;
  }
  .mk-saldo-overview-home {
    background-color: #fff;
  }
  .mk-saldo-overview-home .banner-overlay {
    height: 142px;
  }
  .mk-saldo-overview-home .mk-content {
    color: #fff;
    padding: 24px 20px 0;
  }
  .mk-saldo-overview-home .mk-content h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .mk-saldo-overview-home .mk-content ul {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.07);
    list-style: none;
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }
  .mk-saldo-overview-home .mk-content ul::after {
    clear: both;
    content: " ";
    display: block;
  }
  .mk-saldo-overview-home .mk-content ul li {
    float: left;
    width: 33.3333333333%;
  }
  .mk-saldo-overview-home .mk-content ul li a {
    display: block;
    font-size: 11px;
    padding: 20px 0;
    text-align: center;
  }
  .mk-saldo-overview-home .mk-content ul li a md-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 6px;
  }
  .dimmer-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 5;
  }
  .dimmer-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .dimmer-footer {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    font-size: 0 !important;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 6;
  }
  .dimmer-footer.show {
    opacity: 1;
    visibility: visible;
  }
  .mk-form-close {
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 40px;
    left: 9px;
    opacity: 0;
    position: fixed;
    top: 9px;
    transform: scale(0.5);
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    width: 40px;
    z-index: 4;
  }
  .gak-ngambang .mk-form-close {
    border-width: 1px;
  }
  .ngambang .mk-form-close {
    left: 29px;
    top: 28px;
  }
  .mk-form-close.show {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
  .mk-form-order {
    opacity: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 7;
  }
  .mk-form-order.show {
    opacity: 1;
    visibility: visible;
  }
  .mk-form-order .panel {
    background-color: transparent;
    padding: 0;
  }
  .mk-form-order .tab-content {
    padding: unset;
  }
  .mk-form-order .tab-pane {
    padding: 0;
    position: relative;
    text-align: center;
  }
  .mk-form-order .tab-pane h3 {
    background-color: #fff;
    border-bottom: 1px dashed #cfd8dc;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.075);
    font-size: 16px;
    left: 20px;
    opacity: 0;
    padding: 20px;
    padding-left: 58px;
    position: fixed;
    right: 20px;
    text-align: left;
    top: 20px;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
  }
  .mk-form-order.gak-ngambang .tab-pane h3 {
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .mk-form-order .tab-pane .form-group {
    margin: 0 auto 16px;
  }
  .mk-form-order-item {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    bottom: 100px;
    left: 20px;
    margin-top: 58px;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 20px;
    position: relative;
    position: fixed;
    right: 20px;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
  }
  .gak-ngambang .mk-form-order-item {
    border-radius: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    top: -20px;
  }
  .mk-form-order-item.remove-scroll {
    overflow: hidden;
  }
  .mk-form-order.show .mk-form-order-item,
  .mk-form-order.show .tab-pane h3 {
    opacity: 1;
    top: 20px;
    visibility: visible;
  }
  .mk-form-order.gak-ngambang.show .mk-form-order-item,
  .mk-form-order.gak-ngambang.show .tab-pane h3 {
    top: 0;
  }
  .mk-form-order.show .mk-form-order-item {
    bottom: 44px;
  }
  .mk-form-order.gak-ngambang.show .mk-form-order-item {
    bottom: 0;
    padding-bottom: 80px;
  }
  .mk-metode-bayar {
    margin-top: 0;
    padding-top: 0;
  }
  .mk-metode-bayar h5 {
    padding-bottom: 12px;
    padding-top: 20px;
  }
  .mk-bayar button {
    bottom: -40px;
    height: 48px;
    left: 50%;
    line-height: 48px;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    transform: translateX(-50%);
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    width: unset !important;
  }
  .mk-form-order.show .mk-bayar button {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
  }
  .mk-bayar p {
    font-size: 12px;
    padding: 0;
    padding-bottom: 20px;
  }
  .mk-bayar {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  .mk-produk-select-hp {
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 16px;
    min-height: 46px;
    padding: 14px 36px 14px 15px;
    position: relative;
    transition: 0.25s ease;
  }
  .mk-produk-select-hp.show {
    display: block !important;
  }
  .mk-produk-select-hp::after {
    content: "\F0140";
    font-family: "Material Design Icons";
    font-size: 24px;
    height: 46px;
    line-height: 46px;
    opacity: 0.75;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
  }
  .mk-produk-select-hp button {
    display: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left !important;
  }
  .mk-produk-select-hp button:last-child {
    display: inline-block;
  }
  .mk-produk-select-hp button span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
  }
  .mk-produk-select-hp b {
    display: block;
    margin-bottom: 4px;
  }
  .mk-produk-select-hp i {
    background-color: #fff;
    color: #999;
    display: block;
    font-size: 14px;
    font-style: unset;
    font-weight: unset;
    left: 9px;
    padding: 0 6px;
    position: absolute;
    top: 13px;
  }
  .mk-produk-select-hp i.atas {
    font-size: 12px;
    top: -8px;
  }
  #nominal {
    background-color: #fff;
    border: 0;
    border-radius: 12px;
    bottom: 50px;
    display: block !important;
    left: 20px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 20px;
    position: fixed;
    right: 20px;
    top: 60px;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    z-index: 99;
  }
  .gak-ngambang #nominal {
    border-radius: 0;
    bottom: 30px;
    box-shadow: 0 2px 15px #000;
    left: 0;
    right: 0;
    top: 42px;
  }
  #nominal.show {
    bottom: 20px;
    bottom: 3;
    opacity: 1;
    top: 78px;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: visible;
  }
  .gak-ngambang #nominal.show {
    bottom: 0;
    top: 58px;
  }
  #nominal .mk-nominal ul li {
    width: 100%;
  }
  #nominal .mk-sh-closed {
    top: 22px;
  }
  #nominal .searchquick {
    background-color: #fff;
    border-bottom: 1px dashed #cfd8dc;
    border-radius: 12px 12px 0 0;
    height: 58px;
    left: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    width: unset;
    z-index: 3;
  }
  .gak-ngambang #nominal .searchquick {
    left: 0;
    right: 0;
    top: 0 !important;
  }
  #nominal .searchquick input {
    border-radius: 12px 12px 0 0;
    box-shadow: unset !important;
    height: 57px !important;
    padding-left: 77px;
    padding-top: 2px;
  }
  #nominal.show .searchquick {
    opacity: 1;
    top: 20px;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: visible;
  }
  #nominal .mk-sh-closed {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mk-nominal-close {
    border-right: 1px solid #cfd8dc;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 57px;
    z-index: 3;
  }
  #mk-produk-list-active {
    padding-bottom: 0 !important;
  }
  #mk-produk-list-active::after {
    display: none !important;
  }
  #operator_selected {
    right: 6px;
  }
  .mk-footer {
    bottom: 0;
    font-size: 12px;
    left: -260px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: 0.3s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: hidden;
    width: 260px;
    z-index: 7;
  }
  .mk-footer.show {
    left: 0;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.58, 0.01, 0.04, 0.98);
    visibility: visible;
  }
  .mk-footer .container {
    padding: 0;
    z-index: 1;
  }
  .mk-footer .mk-footer-sitelink {
    background-color: transparent;
    padding: 0;
  }
  .mk-footer .mk-footer-sitelink .divider {
    border-bottom: 1px dashed #cfd8dc;
    margin: 12px 20px;
  }
  .mk-footer .mk-footer-sitelink .divider:nth-child(1) {
    border-bottom: 1px solid #cfd8dc;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 12px !important;
    padding: 20px;
  }
  .mk-footer .mk-footer-sitelink::after {
    clear: both;
    content: " ";
    display: block;
  }
  .mk-footer .mk-footer-sitelink a {
    color: #333;
    display: block;
    float: none;
    margin: 0;
    padding: 16px 20px;
    padding-left: 52px;
    position: relative;
  }
  .mk-footer .mk-footer-sitelink md-icon {
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mk-footer .mk-footer-widget {
    border-top: 1px solid #cfd8dc;
    margin-top: 12px;
    padding: 0;
    position: relative;
  }
  .mk-footer .mk-widget {
    float: none;
    padding: 24px 20px !important;
    width: auto !important;
  }
  .mk-footer .mk-widget:nth-child(1) {
    padding-bottom: 0 !important;
  }
  .mk-footer .mk-widget h5 {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .mk-footer .mk-widget .heading-contact h2 {
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
  }
  .mk-footer .mk-widget .heading-contact h2 md-icon {
    font-size: 24px;
    height: 24px;
    left: 0;
    position: absolute;
    top: 3px;
  }
  .mk-footer .mk-widget .heading-contact h2 span {
    font-size: 14px;
    left: unset;
    position: relative;
    top: unset;
    transform: unset;
  }
  .mk-footer .mk-widget .heading-contact p {
    border-bottom: 1px dashed #cfd8dc;
    padding-bottom: 16px;
    padding-left: 28px;
  }
  .mk-footer .mk-widget.mk-widget-info-kontak {
    border-bottom: 1px solid #cfd8dc;
    padding-bottom: 24px !important;
  }
  .mk-footer .mk-widget.mk-widget-info-kontak .mux-foot-social {
    margin-top: 4px;
  }
  .mk-footer .mk-widget .mk-payments li {
    width: 48px;
  }
  .mk-footer .mk-widget .mk-payments li img {
    height: 20px;
    width: 40px;
  }
  .mk-footer .mk-credit {
    display: none;
  }
  .mk-footer .mk-upup {
    display: none;
  }
  .mk-produk-share-item li {
    margin: 0;
    width: 20%;
  }
  .mk-produk-share-item li a {
    border-radius: 0 !important;
    width: unset;
  }
  .mk-produk-share-item li:first-child a {
    border-radius: 8px 0 0 6px !important;
  }
  .mk-produk-share-item li:last-child a {
    border-radius: 0 6px 6px 0 !important;
  }
  .mk-harga-right {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .mk-more-produk.dua.show {
    display: none !important;
  }
  .mk-more-produk.tiga.show {
    display: block !important;
  }
  .mk-grid-tabs ul.left3 {
    justify-content: left;
  }
  #mk-produk-tab li:nth-child(-n + 8) {
    display: none;
  }
  #mk-produk-tab li,
  #mk-produk-tab-awal li {
    width: 33.333333333333%;
  }
  #mk-produk-tab-awal li:nth-child(n + 4) {
    display: block;
  }
  #mk-produk-tab-awal li:nth-child(8) {
    display: block;
  }
  #mk-produk-tab-awal li:nth-child(9) {
    display: none;
  }
  .mk-detail-produk b {
    font-size: 14px;
  }
  #keterangan {
    float: none;
    padding: 0;
    width: auto;
  }
  #harga {
    float: none;
    margin-top: 16px;
    width: auto;
  }
  #harga h2 {
    font-size: 18px;
  }
  #harga i {
    max-width: unset;
  }
  .box-product {
    width: 50%;
  }
  .mk-transaksi-detail table::after {
    left: 120px;
  }
  .mk-transaksi-detail table tr td:nth-child(1) {
    padding-right: 20px;
    width: 120px;
  }
  .mk-transaksi-detail table tr td:nth-child(2) {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
  .mk-transaksi-status table::after {
    left: 120px;
  }
  .mk-transaksi-status table tr td:nth-child(1) {
    padding-right: 20px;
    width: 120px;
  }
  .mk-transaksi-status table tr td:nth-child(2) {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}
@media print {
  body {
    font-size: 12px !important;
    padding: 0 !important;
  }
  .banner-overlay,
  .breadcrumb,
  .mk-breadcrumb,
  .mk-footer,
  .mk-grid-tabs,
  .mk-navbar,
  .mk-side-menu,
  .mk-transaksi-status,
  hr {
    display: none !important;
  }
  .mk-arigatou {
    display: block !important;
    margin-top: 16px !important;
    text-align: center !important;
  }
  .mk-container,
  .mk-page-container,
  .panel {
    margin: 0 !important;
    padding: 0 !important;
  }
  .mk-transaksi-detail-akun td textarea {
    border: 0;
    margin-bottom: -6px !important;
    overflow: hidden;
  }
  .mk-transaksi-detail table {
    padding-top: 12px;
  }
  .mk-transaksi-detail table::after {
    left: 86px;
  }
  .mk-transaksi-detail table tr {
    padding-left: 0;
  }
  .mk-transaksi-detail table tr::after {
    clear: both;
    content: " ";
    display: block;
  }
  .mk-transaksi-detail table tr td {
    float: left !important;
  }
  .mk-transaksi-detail table tr td:nth-child(1) {
    padding-right: 12px;
    position: relative;
    width: 86px;
  }
  .mk-transaksi-detail table tr td:nth-child(2) {
    padding-left: 12px;
    width: calc(100% - 86px);
  }
  .mk-arigatou-header {
    display: block;
    line-height: 1.1;
    padding: 16px 0;
  }
  .mk-arigatou-footer {
    display: block;
    line-height: 1.1;
  }
}
@page {
  margin: 0;
  size: auto;
}
