@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/* Variabel */
/*--- Main Base Color ---*/
/*--- /Main Base Color ---*/
.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.438rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.688rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.813rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.938rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-21 {
  font-size: 1.313rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.438rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.563rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.soft-gray {
  background-color: #f7f7f7 !important;
}

.gray {
  background-color: #dee2e6 !important;
}

.text-title {
  color: #2c3539 !important;
}

.text-gray {
  color: #666666 !important;
}

/* Variabel */
.nanum {
  font-family: "Nanum Myeongjo", serif !important;
}

.open-sans {
  font-family: "Open Sans", sans-serif !important;
}

.top-0 {
  top: 0 !important;
}

input[type=text].form-chianca,
input[type=email].form-chianca,
input[type=date].form-chianca,
input[type=tel].form-chianca,
textarea.form-chianca {
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  border-radius: 2px !important;
}
input[type=text].form-chianca:active, input[type=text].form-chianca:focus, input[type=text].form-chianca:hover,
input[type=email].form-chianca:active,
input[type=email].form-chianca:focus,
input[type=email].form-chianca:hover,
input[type=date].form-chianca:active,
input[type=date].form-chianca:focus,
input[type=date].form-chianca:hover,
input[type=tel].form-chianca:active,
input[type=tel].form-chianca:focus,
input[type=tel].form-chianca:hover,
textarea.form-chianca:active,
textarea.form-chianca:focus,
textarea.form-chianca:hover {
  box-shadow: rgba(21, 29, 34, 0.12) 0px 1px 3px 0px, rgba(21, 29, 34, 0.12) 0px 1px 1px 0px, rgba(21, 29, 34, 0.12) 0px 2px 1px -1px !important;
  outline: 2px solid #2e4f49 !important;
}

select.form-chianca {
  height: 40px;
  padding: 0.5rem 1rem;
  border: 1px solid #dddddd;
  border-radius: 2px !important;
}
select.form-chianca:active, select.form-chianca:focus, select.form-chianca:hover {
  box-shadow: rgba(21, 29, 34, 0.12) 0px 1px 3px 0px, rgba(21, 29, 34, 0.12) 0px 1px 1px 0px, rgba(21, 29, 34, 0.12) 0px 2px 1px -1px !important;
  outline: 2px solid #2e4f49 !important;
}

input[type=checkbox]:checked {
  color: #2e4f49 !important;
}

.order-additional {
  height: 240px;
}
@media (min-width: 992px) {
  .order-additional {
    /*height: 180px;*/
    height: auto;
  }
}

#navHeader {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  height: 120px;
  z-index: 2;
  background-color: white;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#navHeader .hn-ll {
  width: 110px !important;
  height: 110px !important;
  transition: 0.5s;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s;
  padding: 10px;
}

.header-space {
  width: 100%;
  height: 120px;
}

.cart-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 300px;
  height: 100vh;
  background-color: white !important;
  z-index: 12;
  top: 0;
  right: -300px;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  overflow-y: auto;
  transition: 0.3s all ease;
}
.cart-overlay figure {
  width: 100px;
}
.cart-overlay.is-active {
  right: 0;
  transition: 0.3s all ease;
}
.cart-overlay-bg {
  width: 100vw;
  height: 100vh;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.cart-overlay-bg.is-active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
}
.cart-overlay .lnk-stok {
  width: 60px;
  margin-right: 0.25rem;
  display: inline-flex;
  flex-direction: row;
}
.cart-overlay .lnk-stok .stok-itm {
  height: 30px;
  border: 1px solid #dddddd;
}
.cart-overlay .lnk-stok .stok-itm:nth-child(1) {
  border-right: none;
  padding-left: 0.5rem;
  padding-right: 0;
  width: 15px;
}
.cart-overlay .lnk-stok .stok-itm:nth-child(2) {
  border-left: none;
  border-right: none;
  width: 30px;
}
.cart-overlay .lnk-stok .stok-itm:nth-child(3) {
  border-left: none;
  padding-left: 0;
  padding-right: 0.5rem;
  width: 15px;
}
.cart-overlay .lnk-stok .stok-itm a {
  width: 100%;
  text-align: center;
}
.cart-overlay .lnk-stok .stok-itm a:hover {
  cursor: pointer;
}
.cart-overlay .lnk-stok .stok-itm a img {
  width: 25px;
  height: 25px;
}
.cart-overlay .lnk-stok .stok-itm input {
  width: 100%;
  border: none;
  text-align: center;
}
.cart-overlay-card-count {
  top: -0.25rem;
  right: -0.25rem;
}

.cart-card .lnk-stok {
  width: 60px;
  margin-right: 0.25rem;
  display: inline-flex;
  flex-direction: row;
}
.cart-card .lnk-stok .stok-itm {
  height: 30px;
  border: 1px solid #dddddd;
}
.cart-card .lnk-stok .stok-itm:nth-child(1) {
  border-right: none;
  padding-left: 0.5rem;
  padding-right: 0;
  width: 15px;
}
.cart-card .lnk-stok .stok-itm:nth-child(2) {
  border-left: none;
  border-right: none;
  width: 30px;
}
.cart-card .lnk-stok .stok-itm:nth-child(3) {
  border-left: none;
  padding-left: 0;
  padding-right: 0.5rem;
  width: 15px;
}
.cart-card .lnk-stok .stok-itm a {
  width: 100%;
  text-align: center;
}
.cart-card .lnk-stok .stok-itm a:hover {
  cursor: pointer;
}
.cart-card .lnk-stok .stok-itm a img {
  width: 25px;
  height: 25px;
}
.cart-card .lnk-stok .stok-itm input {
  width: 100%;
  border: none;
  text-align: center;
}

.accordion-detail-product .card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-detail-product .card .card-header {
  background-color: #fff !important;
  border-bottom: 0 !important;
}
.accordion-detail-product .btn-link {
  transition: 0.3s all ease;
}
.accordion-detail-product .btn-link:not(.collapsed) img {
  transform: rotate(90deg);
  transition: 0.3s all ease;
}

article.checkbox-button {
  position: relative;
  width: 140px;
  height: 50px;
  margin: 5px;
  float: left;
  border: 1px solid #dddddd;
  color: #666666;
  box-sizing: border-box;
}
article.checkbox-button.money {
  width: 100%;
}
article.checkbox-button div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: 0.5s ease;
}
article.checkbox-button div span::before {
  content: "+";
  width: 5px;
  height: 5px;
}
article.checkbox-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}
article.checkbox-button input.tmoney {
  width: 100%;
}
article.checkbox-button input[type=checkbox]:checked ~ div {
  background-color: #2e4f49;
  border: 1px solid #2e4f49;
  color: #fff;
}
article.checkbox-button input[type=checkbox]:checked ~ div span::before {
  content: "✓";
  width: 5px;
  height: 5px;
}

.delivery-option-nav .nav-link {
  border: 1px solid #dddddd;
  border-radius: 0;
  margin-right: 0.45rem;
  background-color: white !important;
  color: #2c3539 !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 0.5rem 1.25rem;
}
.delivery-option-nav .nav-link.active {
  background-color: #2e4f49 !important;
  border: 1px solid #2e4f49;
  color: white !important;
}

.pd-desc #lipsum > p {
  color: #666666 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px;
}

.nav-checkout .nav-item .nav-link {
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #2c3539 !important;
}
.nav-checkout .nav-item .nav-link:hover, .nav-checkout .nav-item .nav-link:focus, .nav-checkout .nav-item .nav-link:active, .nav-checkout .nav-item .nav-link.active {
  text-decoration: underline;
}
.nav-checkout .nav-item:last-child .nav-link::after {
  content: "";
  color: #2c3539 !important;
  margin-left: 0;
}

.go-to-content-cart.is-active {
  text-decoration: underline;
}

.go-to-content-information.is-active {
  text-decoration: underline;
}

.go-to-content-shipping.is-active {
  text-decoration: underline;
}

.go-to-content-payment.is-active {
  text-decoration: underline;
}

.tab-content-cart {
  display: none;
}
.tab-content-cart.is-active {
  display: block !important;
}

.tab-content-information {
  display: none;
}
.tab-content-information.is-active {
  display: block !important;
}

.tab-content-shipping {
  display: none;
}
.tab-content-shipping.is-active {
  display: block !important;
}

.tab-content-payment {
  display: none;
}
.tab-content-payment.is-active {
  display: block !important;
}

.radio-select {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Accessible outline */
  /* Remove comment to use */
}
.radio-select input {
  position: absolute;
  left: -9999px;
}
.radio-select input:checked + span {
  background-color: #dee3e2;
  border: 1px solid #2e4f49;
}
.radio-select input:checked + span:before {
  box-shadow: inset 0 0 0 0.3575em #2e4f49;
}
.radio-select span {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.75em 0.75em 0.75em 0.75em;
  transition: 0.25s ease;
  border: 1px solid #dddddd;
}
.radio-select span:hover {
  background-color: #dee3e2;
}
.radio-select span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.675em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.096em #2e4f49;
}

/*# sourceMappingURL=style-new.css.map */
