/*! 
 * JetDesainNet v.1.0.0 (0899-8693-766)
 * Licensed under CC (http://jetdesain.net/thema/lisensi)
 * 
 * Copyright (c) 2018 - 2024, JetDesainNet
 * @okekios.com
 */
:root {
  --jtd-bg-primary: #4d66ae;
  --jtd-bg-secondary: #576992;
  --jtd-bg-neutral: #9d9d9d;
  --jtd-bg-info: #6884c0;
  --jtd-bg-warning: #ffb269;
  --jtd-bg-danger: #ee7677;
  --jtd-bg-success: #33bb42;
  --jtd-primary: #21409A;
  --jtd-secondary: #2D4477;
  --jtd-neutral: #858585;
  --jtd-info: #4265B0;
  --jtd-warning: #FF9F43;
  --jtd-danger: #EA5455;
  --jtd-success: #00AA13;
  --jtd-white: #FFFFFF;
  --jtd-black: #000000;
  --jtd-light: #A8A8A8;
  --jtd-dark: #212529;
  --jtd-fh-primary: #1f3d92;
  --jtd-fh-secondary: #2b4171;
  --jtd-fh-neutral: #7e7e7e;
  --jtd-fh-info: #3f60a7;
  --jtd-fh-warning: #e68f3c;
  --jtd-fh-danger: #de5051;
  --jtd-fh-success: #00a212;
  --jtd-base: #203053;
  --jtd-fly-base: #24365f;
  --family-montserrat: "Montserrat",
  sans-serif;
  --family-helvetica: "Helvetica Neue",
  Helvetica,
  Arial,
  sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: #21409A;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1a337b;
  text-decoration: none;
}

body {
  font-family: var(--family-montserrat);
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  background-color: #F8F8F8;
  color: var(--jtd-black);
}

.mobile-mode {
  max-width: 480px;
  margin-top: 50px;
}

button {
  cursor: pointer;
}
button[disabled=disabled], button[disabled] {
  opacity: 0.4;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  letter-spacing: 0.5px;
}

input:focus, select:focus, textarea:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding-top: 15px;
  margin-bottom: 20px;
}

ol {
  counter-reset: list-item;
  list-style-type: none;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

section {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.section {
  padding-top: 35px;
  padding-bottom: 35px;
}

b,
strong,
.bold {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}

[disabled=disabled] {
  cursor: not-allowed !important;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h7 {
  font-size: 16px;
}

.clr-primary {
  color: #21409A;
}

.clr-secondary {
  color: #2D4477;
}

.clr-neutral {
  color: #858585;
}

.clr-info {
  color: #4265B0;
}

.clr-warning {
  color: #ffa956;
}

.clr-danger {
  color: #EA5455;
}

.clr-success {
  color: #00AA13;
}

.clr-black {
  color: #000000;
}

.clr-white {
  color: #FFFFFF;
}

.clr-mtd {
  color: #A8A8A8;
}

.label-status {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: var(--jtd-primary);
  color: var(--jtd-primary);
  font-weight: 300;
  border-radius: 8px;
  Padding: 5px 10px;
}

.form {
  display: block;
  width: 100%;
  padding: 10px 12px;
  height: 30px;
  border-radius: 4px;
  border: 1px;
  border-style: solid;
  border-color: #DBDADE;
  background-color: #FFFFFF;
  color: #4B465C;
}
.form-section .label-right {
  position: absolute;
  right: 20px;
}

.form-style,
.form-effect-focus {
  font-family: var(--family-montserrat);
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: #2C2F35;
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-style::-moz-placeholder, .form-effect-focus::-moz-placeholder {
  color: rgba(44, 47, 53, 0.4);
}
.form-style::placeholder,
.form-effect-focus::placeholder {
  color: rgba(44, 47, 53, 0.4);
}
.form-style:focus,
.form-effect-focus:focus {
  border-color: #21409A;
  color: #21409A;
}

select.form-style {
  color: rgba(44, 47, 53, 0.4);
}
select.form-style:focus {
  border-color: #21409A;
  color: #21409A;
}
select.form-style:valid {
  color: #2C2F35;
}

.form-select-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group {
  position: relative;
  display: table;
}
.form-group .group-bttn {
  width: 1%;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
.form-group .group-bttn:last-child .bttn {
  z-index: 2;
  margin-left: -1px;
}

.form-icon .icon-img {
  position: absolute;
  top: 6px;
  left: 5px;
}
.form-icon .form-style {
  border: 0;
  padding-left: 33px;
  box-shadow: 0px 0px 0px 3px rgba(235, 0, 69, 0.0509803922);
}

.form-box-shadow {
  border: 0;
  box-shadow: 0px 0px 0px 3px rgba(235, 0, 69, 0.0509803922);
}

.form-group input:first-child,
.group-bttn:first-child .bttn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group input:last-child,
.group-bttn:last-child .bttn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-label-focus {
  position: absolute;
  display: none;
  font-size: 10px;
  top: 5px;
  left: 12px;
  padding: 0 2px;
  transition: 0.15s ease;
}

.form-focus {
  position: relative;
}
.form-focus .form-label-focus {
  display: block;
  top: -7px;
  color: #21409A;
  background-color: var(--jtd-white);
  z-index: 3;
}

.form-select-radio,
.form-checkbox-radio {
  opacity: 0;
}

.form-checkbox-radio + label {
  font-weight: normal;
}
.form-checkbox-radio + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--jtd-white);
  right: 5px;
  box-shadow: 0px 0px 0px 1px #D1D1D6;
}
.form-checkbox-radio:checked + label::before {
  background-color: #21409A;
  border: 0.8px solid;
  border-color: var(--jtd-white);
  box-shadow: 0px 0px 0px 1px #21409A;
}

table th,
table tr,
table td {
  vertical-align: middle !important;
}
table thead.title {
  background-color: #21409A;
  color: #FFFFFF;
}

.table {
  width: 100%;
}
.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
  padding-top: 10px;
}
.table > thead > tr:first-of-type > td > thead > tr:first-of-type > th,
.table > tbody > tr:first-of-type > td,
.table > tbody > tr:first-of-type > th {
  padding-top: 0;
}
.table-nopad > thead > tr > td,
.table-nopad > thead > tr > th,
.table-nopad > tbody > tr > td,
.table-nopad > tbody > tr > th {
  padding-top: 0;
}

.bttn {
  font-family: var(--family-montserrat);
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  border: 0;
}
.bttn-md {
  padding: 6px 12px;
}
.bttn-vs {
  padding: 3px 6px;
}
.bttn-default {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.bttn-white {
  background-color: #FFFFFF;
  color: #21409A;
  border: 1px solid #FFFFFF;
}

.bttn-primary {
  background-color: #21409A;
  color: #FFFFFF;
  border-color: #21409A;
}
.bttn-primary:hover, .bttn-primary:focus {
  color: #FFFFFF;
  background-color: #1f3d92;
}

.bttn-secondary {
  background-color: #2D4477;
  color: #FFFFFF;
  border-color: #2D4477;
}
.bttn-secondary:hover, .bttn-secondary:focus {
  color: #FFFFFF;
  background-color: #2b4171;
}

.bttn-neutral {
  background-color: #858585;
  color: #FFFFFF;
  border-color: #858585;
}
.bttn-neutral:hover, .bttn-neutral:focus {
  color: #FFFFFF;
  background-color: #7e7e7e;
}

.bttn-info {
  background-color: #4265B0;
  color: #FFFFFF;
  border-color: #4265B0;
}
.bttn-info:hover, .bttn-info:focus {
  color: #FFFFFF;
  background-color: #3f60a7;
}

.bttn-warning {
  background-color: #FF9F43;
  color: #FFFFFF;
  border-color: #FF9F43;
}
.bttn-warning:hover, .bttn-warning:focus {
  color: #FFFFFF;
  background-color: #e68f3c;
}

.bttn-danger {
  background-color: #EA5455;
  color: #FFFFFF;
  border-color: #EA5455;
}
.bttn-danger:hover, .bttn-danger:focus {
  color: #FFFFFF;
  background-color: #de5051;
}

.bttn-success {
  background-color: #00AA13;
  color: #FFFFFF;
  border-color: #00AA13;
}
.bttn-success:hover, .bttn-success:focus {
  color: #FFFFFF;
  background-color: #00a212;
}

.navbar-fixed {
  position: fixed;
  right: 0;
  left: 0;
  max-width: 480px;
  margin: 0 auto;
  z-index: 10;
}

.nav-fixtop {
  background-color: #21409A;
  color: #FFFFFF;
  align-content: center;
  height: 50px;
  top: 0;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.nav-fixtop .title-page {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}
.nav-fixbot {
  background-color: #21409A;
  color: #FFFFFF;
  align-content: center;
  height: 50px;
  bottom: 0;
  box-shadow: 0px -4px 6px -4px rgba(0, 0, 0, 0.3);
}

.overly {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
  z-index: 1;
}
.overly.active {
  display: block;
}
.overly-active {
  overflow: hidden;
}
.overly-qris::before {
  content: "";
  position: absolute;
  height: 267px;
  background: #21409A;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.box {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.box-display-product {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.box-display-product .product-content {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.box-display-product .product-content img {
  width: 100%;
  height: 100px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.box-order .img-order-sampul {
  display: block;
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
.box-order .body-order-content .type-of-provider {
  display: none;
  padding: 5px;
  border-radius: 5px 5px 0px 0px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: -45px;
}
.box-order .body-order-content .select-voucher .item-voucher {
  position: relative;
  font-family: var(--family-montserrat);
  padding: 12px 16px;
  border-radius: 8px;
  border: 0;
  background-color: #858585;
  color: #FFFFFF;
}
.box-order .body-order-content .select-voucher .item-voucher.selected {
  background-color: #21409A;
  color: #FFFFFF;
}
.box-order .body-order-content .select-voucher .item-voucher .desct-voucher {
  display: none;
}
.box-order .body-order-content .select-voucher .item-voucher .desct-voucher.active {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #FFFFFF;
}
.box-order .body-order-fly .select-payment {
  margin-bottom: 10px;
}
.box-empty {
  display: block;
  margin-top: 20%;
}

.notifyjs-bootstrap-base {
  white-space: normal !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-contenx {
  border-radius: 8px;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal-header button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}
.modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.container,
.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1066px;
  }
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gra-1-off {
  margin-left: 8.3333333333%;
}

.gra-2-off {
  margin-left: 16.6666666667%;
}

.gra-3-off {
  margin-left: 25%;
}

.gra-4-off {
  margin-left: 33.3333333333%;
}

.gra-5-off {
  margin-left: 41.6666666667%;
}

.gra-6-off {
  margin-left: 50%;
}

.gra-7-off {
  margin-left: 58.3333333333%;
}

.gra-8-off {
  margin-left: 66.6666666667%;
}

.gra-9-off {
  margin-left: 75%;
}

.gra-10-off {
  margin-left: 83.3333333333%;
}

.gra-11-off {
  margin-left: 91.6666666667%;
}

.gra-12-off {
  margin-left: 100%;
}

.gra-1 {
  width: calc(8.3333333333% - 20px);
}

.gra-2 {
  width: calc(16.6666666667% - 20px);
}

.gra-3 {
  width: calc(25% - 20px);
}

.gra-4 {
  width: calc(33.3333333333% - 20px);
}

.gra-5 {
  width: calc(41.6666666667% - 20px);
}

.gra-6 {
  width: calc(50% - 20px);
}

.gra-7 {
  width: calc(58.3333333333% - 20px);
}

.gra-8 {
  width: calc(66.6666666667% - 20px);
}

.gra-9 {
  width: calc(75% - 20px);
}

.gra-10 {
  width: calc(83.3333333333% - 20px);
}

.gra-11 {
  width: calc(91.6666666667% - 20px);
}

.gra-12 {
  width: calc(100% - 20px);
}

.flx {
  display: flex;
  align-items: center;
}
.flx-ctr {
  justify-content: center;
}
.flx-str {
  justify-content: flex-start;
  align-items: flex-start;
}
.flx-end {
  justify-content: end;
}

.shadow-none {
  box-shadow: none;
}

.shadow-xs {
  box-shadow: 0px 2px 4px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px;
  -moz-box-shadow: 0px 2px 4px 0px;
  -o-box-shadow: 0px 2px 4px 0px;
  -ms-box-shadow: 0px 2px 4px 0px;
}

.shadow-sm {
  box-shadow: 0px 12px 16px -8px;
  -webkit-box-shadow: 0px 12px 16px -8px;
  -moz-box-shadow: 0px 12px 16px -8px;
  -o-box-shadow: 0px 12px 16px -8px;
  -ms-box-shadow: 0px 12px 16px -8px;
}

.shadow-md {
  box-shadow: 0px 20px 24px -12px;
  -webkit-box-shadow: 0px 20px 24px -12px;
  -moz-box-shadow: 0px 20px 24px -12px;
  -o-box-shadow: 0px 20px 24px -12px;
  -ms-box-shadow: 0px 20px 24px -12px;
}

.shadow-lg {
  box-shadow: 0px 32px 48px -16px;
  -webkit-box-shadow: 0px 32px 48px -16px;
  -moz-box-shadow: 0px 32px 48px -16px;
  -o-box-shadow: 0px 32px 48px -16px;
  -ms-box-shadow: 0px 32px 48px -16px;
}

.shadow-xl {
  box-shadow: 0px 48px 64px -24px;
  -webkit-box-shadow: 0px 48px 64px -24px;
  -moz-box-shadow: 0px 48px 64px -24px;
  -o-box-shadow: 0px 48px 64px -24px;
  -ms-box-shadow: 0px 48px 64px -24px;
}

.tag {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.tag-primary {
  background-color: #6479b8;
  color: #595D62;
}

.tag-secondary {
  background-color: #6c7ca0;
  color: #595D62;
}

.tag-neutral {
  background-color: #aaaaaa;
  color: #595D62;
}

.tag-info {
  background-color: #7b93c8;
  color: #595D62;
}

.tag-warning {
  background-color: rgba(255, 159, 67, 0.16);
  color: #595D62;
}

.tag-danger {
  background-color: rgba(234, 84, 85, 0.16);
  color: #595D62;
}

.tag-success {
  background-color: #4dc45a;
  color: #595D62;
}

.bg-primary {
  background-color: #21409A;
  color: #FFFFFF;
}

.bg-secondary {
  background-color: #2D4477;
  color: #FFFFFF;
}

.bg-neutral {
  background-color: #858585;
  color: #FFFFFF;
}

.bg-info {
  background-color: #4265B0;
  color: #FFFFFF;
}

.bg-warning {
  background-color: #FF9F43;
  color: #FFFFFF;
}

.bg-danger {
  background-color: #EA5455;
  color: #FFFFFF;
}

.bg-success {
  background-color: #00AA13;
  color: #FFFFFF;
}

.d-block {
  display: block;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.revealed {
  display: none;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.img-zoom-inout {
  transition: transform 0.25s ease;
  cursor: zoom-in;
}

.icon-appearance {
  position: absolute;
  right: 15px;
  top: 15px;
}

.br-100 {
  border-radius: 100px;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.txt-top {
  text-align: top;
  text-align: -webkit-top;
}

.txt-left {
  text-align: left;
  text-align: -webkit-left;
}

.txt-bottom {
  text-align: bottom;
  text-align: -webkit-bottom;
}

.txt-right {
  text-align: right;
  text-align: -webkit-right;
}

.txt-center {
  text-align: center;
  text-align: -webkit-center;
}

.txt-of {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.txt-deco-through {
  text-decoration: line-through;
}

.txt-line-1 {
  -webkit-line-clamp: 1;
}

.txt-line-2 {
  -webkit-line-clamp: 2;
}

.txt-line-2 {
  -webkit-line-clamp: 3;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-1 {
  margin: 5px;
}

.mt-1 {
  margin-top: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-2 {
  margin: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-3 {
  margin: 15px;
}

.mt-3 {
  margin-top: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-4 {
  margin: 20px;
}

.mt-4 {
  margin-top: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-5 {
  margin: 25px;
}

.mt-5 {
  margin-top: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-5 {
  margin-left: 25px;
  margin-right: 25px;
}

.mb-35 {
  margin-bottom: 56px;
}

.mr-05 {
  margin-right: 8px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-1 {
  padding: 5px;
}

.pt-1 {
  padding-top: 5px;
}

.pl-1 {
  padding-left: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-2 {
  padding: 10px;
}

.pt-2 {
  padding-top: 10px;
}

.pl-2 {
  padding-left: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-3 {
  padding: 15px;
}

.pt-3 {
  padding-top: 15px;
}

.pl-3 {
  padding-left: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-4 {
  padding: 20px;
}

.pt-4 {
  padding-top: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-5 {
  padding: 25px;
}

.pt-5 {
  padding-top: 25px;
}

.pl-5 {
  padding-left: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: var(--jtd-primary);
  border-color: var(--jtd-hover);
}
.pagination > li > a,
.pagination > li > span {
  color: var(--jtd-primary);
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--jtd-hover);
}

.shadow-navtop {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 6px 0px;
  background: var(--white);
}
.shadow-body {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

@media only screen and (max-width: 480px) {
  .box-display-product {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .box {
    padding: 10px;
  }
  .box-display-product {
    grid-template-columns: repeat(4, 1fr);
  }
  .box-order {
    padding-top: 0;
    margin-bottom: 75px;
  }
  .box-order .container {
    padding: 0;
  }
  .box-order .img-order-sampul {
    margin-bottom: 0;
    border-radius: 0;
  }
  .box-order .body-order-content {
    margin-top: -10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .box-order .body-order-fly {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    box-shadow: 0px -1px 7px 1px rgba(208, 208, 208, 0.5);
  }
  .box-order .body-order-fly .select-payment {
    margin-bottom: 0;
    width: calc(70% - 4px);
    float: left;
  }
  .box-order .body-order-fly .pay-now {
    width: calc(30% - 4px);
    float: right;
  }
  .concealed {
    display: none;
  }
  .revealed {
    display: block;
  }
  .gra-1-vs {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-2-vs {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-3-vs {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-4-vs {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-5-vs {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-6-vs {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-7-vs {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-8-vs {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-9-vs {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-10-vs {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-11-vs {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gra-12-vs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=jetdesain.min.css.map */