.container {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@font-face {
  font-family: 'poppins';
  src: url('../assets/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../assets/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../assets/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../assets/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.cart-empty-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cart-empty-page {
    max-width: 768px;
  }
}
.cart-empty-page .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
}
.cart-empty-page .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.cart-empty-page .content .icon-big-cart {
  background: url(../assets/cart-big.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cart-empty-page .content .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 20px;
}
.cart-empty-page .content .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 50px;
}
.cart-empty-page .content a {
  margin: 0 auto;
  background-color: #0d4d28;
  border-radius: 50px;
  overflow: hidden;
  height: 40px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cart-empty-page {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .cart-empty-page .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .cart-empty-page .content {
    padding-top: 70px;
  }
  .cart-empty-page .content .icon-big-cart {
    width: 70px;
    height: 70px;
  }
  .cart-empty-page .content .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .cart-empty-page .content .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
}
.woocommerce-checkout {
  margin: 0 auto;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .woocommerce-checkout {
    max-width: 768px;
  }
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none;
}
.woocommerce-checkout .left {
  grid-column: span 2 / span 2;
}
.woocommerce-checkout .left #order_review_heading {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 50px;
}
.woocommerce-checkout .left .address-field.validate-state,
.woocommerce-checkout .left #shipping_address_1_field {
  margin-bottom: 10px;
}
.woocommerce-checkout .left .col2-set {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .left .col2-set .select2-container {
  width: 100% !important;
}
.woocommerce-checkout .left .col2-set .col-1 {
  width: 100%;
}
.woocommerce-checkout .left .col2-set .col-1 .woocommerce-billing-fields h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-checkout .left .col2-set .col-2 {
  width: 100%;
  /* Hide default checkbox */
  /* Custom checkbox styling */
  /* Default (unchecked) checkbox image */
  /* Checked checkbox image */
}
.woocommerce-checkout .left .col2-set .col-2 .col-titles {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-shipping-fields h3 {
  margin-bottom: 21px !important;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__label {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__label input {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(../assets/box.svg) no-repeat !important;
  background-size: contain;
  cursor: pointer;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__label span {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__input-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__label-for-checkbox::before {
  content: "";
  display: inline-block;
  width: 23.2px;
  height: 23.2px;
  background: url(../assets/box.svg) no-repeat center center / contain;
  margin-right: 5px;
  margin-top: 2.5px;
}
.woocommerce-checkout .left .col2-set .col-2 .woocommerce-form__input-checkbox:checked + span {
  margin-left: -27px;
  padding-left: 27px;
  margin-top: 2px;
  background: url(../assets/checked-box.svg) no-repeat center center / contain;
  background-position: left;
}
.woocommerce-checkout .right {
  grid-column: span 1 / span 1;
}
.woocommerce-checkout .right .right-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-checkout .right .order-my {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff8e8;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce-checkout .right .order-my .cart_item:last-child .product-item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .right .order-my .product-item {
  border-bottom: solid 1px #a89f99;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
}
.woocommerce-checkout .right .order-my .product-item .img {
  width: 77px;
  max-width: 77px;
  min-width: 77px;
  height: 77px;
  max-height: 77px;
  min-height: 77px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-checkout .right .order-my .product-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-checkout .right .order-my .product-item .info h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 10px;
}
.woocommerce-checkout .right .order-my .product-item .info .variant,
.woocommerce-checkout .right .order-my .product-item .info .quantity {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 5px;
}
.woocommerce-checkout .right .order-my .product-item .info .quantity {
  margin-bottom: 20px;
}
.woocommerce-checkout .right .order-my .product-item .info .price {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.woocommerce-checkout .right .delivery-block .delivery-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-checkout .right .delivery-block .tablet {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff8e8;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 20px;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li label .woongkir-eta {
  position: absolute;
  top: 24px;
  font-weight: 400;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../assets/circle-empty.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li input[type="radio"]:checked + label::before {
  background: url(../assets/circle-fill.svg) no-repeat center center / contain;
}
.woocommerce-checkout .right .delivery-block .tablet ul.woocommerce-shipping-methods li span bdi {
  font-weight: 400;
}
.woocommerce-checkout .right .pricing-details {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff8e8;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce-checkout .right .pricing-details .cart-subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woocommerce-checkout .right .pricing-details .cart-subtotal .sub {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-checkout .right .pricing-details .cart-subtotal .price {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-checkout .right .pricing-details .cart-discount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: end;
}
.woocommerce-checkout .right .pricing-details .cart-discount .sub {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 40%;
}
.woocommerce-checkout .right .pricing-details .cart-discount .price {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  display: flex;
  flex-direction: row-reverse;
}
.woocommerce-checkout .right .pricing-details .cart-discount .price a {
  color: #da252b;
  margin-right: 20px;
}
.woocommerce-checkout .right .pricing-details .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: solid 1px #a89f99;
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce-checkout .right .pricing-details .order-total .sub {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul {
  border-radius: 20px !important;
  overflow: hidden;
  background-color: #fff8e8 !important;
  margin-bottom: 30px !important;
  padding: 20px 10px !important;
  padding-bottom: 0 !important;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li img {
  display: none;
}
.woocommerce-checkout .right .woocommerce-checkout-payment div.payment_box {
  display: none !important;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods {
  padding: 20px 10px;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 20px !important;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  justify-content: space-between;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../assets/circle-empty.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li input[type="radio"]:checked + label::before {
  background: url(../assets/circle-fill.svg) no-repeat center center / contain;
}
.woocommerce-checkout .right .woocommerce-checkout-payment ul.payment_methods li span bdi {
  font-weight: 400;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  position: relative;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p input.woocommerce-form__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p label {
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: calc(100% - 30px);
  justify-content: space-between;
  color: #000000;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p label a {
  color: #0d4d28;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../assets/box.svg) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p.woocommerce-validated label::before {
  background: url(../assets/checked-box.svg) no-repeat center center / contain;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p span bdi {
  font-weight: 400;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout .right .woocommerce-checkout-payment .place-order button {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.woocommerce-checkout .terms-error,
.woocommerce-checkout .checkout-inline-error-message {
  margin-top: 5px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
}
@media (max-width: 768px) {
  .woocommerce-checkout {
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 80px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .woocommerce-checkout .left {
    grid-column: span 1 / span 1;
  }
  .woocommerce-checkout .left #order_review_heading {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .left .form-row-first,
  .woocommerce-checkout .left .form-row-last,
  .woocommerce-checkout .left form .form-row-first,
  .woocommerce-checkout .left form .form-row-last {
    width: 100% !important;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .woocommerce-checkout .left .col2-set .col-1 .woocommerce-billing-fields h3 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .left .col2-set .col-2 .col-titles {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
}
.woocommerce {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .woocommerce {
    max-width: 768px;
  }
}
body .woocommerce-checkout #payment {
  background: transparent !important;
}
body input[type="date"],
body input[type="tel"] {
  all: unset;
  padding: 0 20px;
  border: solid 1px #a89f99;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
body input[name="birthday"],
body input[name="your-date"] {
  position: relative;
}
body input[name="birthday"]::after,
body input[name="your-date"]::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/calendar.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
body p:has(> select#gender) {
  position: relative;
}
body p:has(> select#gender)::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 44px;
  background: url(../assets/chev-down.svg) no-repeat;
  background-size: contain;
}
body .woocommerce form .form-row .input-text,
body .woocommerce form .form-row select {
  all: unset;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
body .woocommerce form .form-row .input-text::placeholder,
body .woocommerce form .form-row select::placeholder {
  color: #a89f99;
}
body .woocommerce form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body .woocommerce form .form-row label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
body .woocommerce form .form-row .input-text {
  width: calc(100% - 40px);
}
body .woocommerce form .form-row textarea {
  all: unset;
  height: 120px !important;
  border-radius: 20px !important;
  padding: 15px 20px !important;
}
body .select2-selection--single {
  border-radius: 50px !important;
  overflow: hidden !important;
  border: solid 1px #a89f99 !important;
}
body #shipping_address_1_field {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body #shipping_first_name_field,
  body #shipping_last_name_field {
    width: 100%;
  }
}
header .content-wrap .left .hamburger {
  display: none;
}
@media (max-width: 768px) {
  header {
    padding: 0 20px;
  }
  header .content-wrap {
    height: 50px;
  }
  header .content-wrap .left {
    gap: 12px;
  }
  header .content-wrap .left .btns-wrapper {
    display: none;
  }
  header .content-wrap .left .main-logo {
    width: 112px;
    height: 25px;
  }
  header .content-wrap .left .hamburger {
    width: 20px;
    height: 20px;
    background: url(../assets/hamburger.svg) no-repeat;
    background-size: contain;
    display: flex;
    cursor: pointer;
  }
  header .content-wrap .right .auth {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-content {
    padding-top: 0;
  }
  footer .footer-content .top {
    flex-direction: column;
    padding: 50px 0 60px;
    margin: 0 20px;
  }
  footer .footer-content .top .main-logo {
    width: 122px;
    height: 28px;
  }
  footer .footer-content .top .left {
    margin-bottom: 25px;
  }
  footer .footer-content .top .middle {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  footer .footer-content .top .middle .col:nth-of-type(2) ul {
    column-count: 1;
  }
  footer .footer-content .top .middle .col ul {
    column-count: 2;
    column-gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer .footer-content .top .middle .col ul li {
    break-inside: avoid;
    margin-bottom: 0;
  }
  footer .footer-content .top .right .icon {
    height: 50px;
    max-width: 50px;
  }
}
.search-pop-up {
  width: 400px;
  position: fixed;
  left: calc(50% + 30px);
  top: 60px;
  padding: 10px 8px;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  border-radius: 20px;
  overflow: hidden;
  display: none;
  background-color: #ffffff;
  z-index: 999;
}
.search-pop-up .aws-container {
  border-radius: 20px;
  overflow: hidden;
}
.search-pop-up .aws-container input {
  all: unset;
  border: solid 1px #a89f99;
  padding: 10px 20px ;
  border-radius: 20px !important;
  overflow: hidden;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 100%;
}
.search-pop-up .aws-container input::placeholder {
  color: #a89f99;
}
.search-pop-up .aws-container .aws-search-form .aws-form-btn {
  all: unset;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #a89f99;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-left: 0;
  color: white;
  background: url(../assets/search-black.svg) no-repeat center;
  background-size: 50%;
  cursor: pointer !important;
}
.search-pop-up .aws-container .aws-search-form .aws-form-btn svg {
  display: none;
  opacity: 0;
}
.search-pop-up .aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover {
  background: url(../assets/search-black.svg) no-repeat center !important;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  .search-pop-up {
    width: calc(100% - 16px - 40px);
    left: 20px;
  }
}
.aws-search-result,
.aws-search-clear,
.aws-loader {
  display: none !important;
  opacity: 0 !important;
}
.img {
  width: 100%;
  height: 100%;
}
.img img {
  object-fit: cover;
}
.welcome-pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: start;
  justify-content: center;
  z-index: 90;
}
.welcome-pop-up .content-center {
  border-radius: 20px;
  overflow: hidden;
  background-color: #F9EFEF;
  padding: 80px 50px 70px;
  position: relative;
  width: 714px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.welcome-pop-up .content-center .close {
  width: 20px;
  height: 20px;
  background: url(../assets/close-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.welcome-pop-up .content-center .img {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
}
.welcome-pop-up .content-center .info .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 20px;
}
.welcome-pop-up .content-center .info .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 30px;
}
.welcome-pop-up .content-center .info .a-tag-link {
  background-color: #0d4d28;
  border-radius: 50px;
  overflow: hidden;
  padding: 0 20px;
  height: 40px;
}
@media (max-width: 768px) {
  .welcome-pop-up {
    overflow-y: scroll;
    align-items: start;
  }
  .welcome-pop-up .content-center {
    width: calc(100% - 40px - 40px);
    flex-direction: column;
    padding: 20px;
    padding-bottom: 30px;
    gap: 30px;
    margin: 10% 0;
  }
  .welcome-pop-up .content-center .img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 268px;
    min-height: 268px;
    max-height: 268px;
  }
  .welcome-pop-up .content-center .img img {
    object-fit: contain;
  }
  .welcome-pop-up .content-center .info .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .welcome-pop-up .content-center .info .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .welcome-pop-up .content-center .info .a-tag-link {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .custom-pop-up {
    display: none;
  }
}
.custom-pop-up-mobile {
  display: none;
}
@media (max-width: 768px) {
  .custom-pop-up-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #FDFAF4;
    z-index: 90;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .custom-pop-up-mobile .content-wrapper .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
  }
  .custom-pop-up-mobile .content-wrapper .top-bar .main-logo {
    width: 112px;
    height: 25px;
    background: url(../assets/logo.png) no-repeat;
    background-size: contain;
  }
  .custom-pop-up-mobile .content-wrapper .top-bar .close {
    width: 20px;
    height: 20px;
    background: url(../assets/close-red.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 56px;
    gap: 30px;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-title h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-title .chev {
    width: 20px;
    height: 20px;
    background: url(../assets/chev-down.svg) no-repeat;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-title .chev.opened {
    transform: rotate(180deg);
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content.opened {
    height: fit-content;
    padding: 30px 20px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-title.opened {
    margin-bottom: 30px;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-title h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0d4d28;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-title .chev {
    width: 20px;
    height: 20px;
    background: url(../assets/chev-down.svg) no-repeat;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-title .chev.opened {
    transform: rotate(180deg);
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-content {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-content.opened {
    height: fit-content;
    padding: 0 20px;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-content ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper .bar-item .bar-content .sub-bar-item .sub-bar-content ul li a {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    text-decoration: none;
  }
  .custom-pop-up-mobile .content-wrapper .middle-bar-wrapper a {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    text-decoration: none;
  }
  .custom-pop-up-mobile .content-wrapper .bottom-bar {
    padding: 60px 20px;
  }
  .custom-pop-up-mobile .content-wrapper .bottom-bar .auth {
    background-color: #da252b;
    border-radius: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0 20px;
    text-decoration: none;
    width: fit-content;
  }
  .custom-pop-up-mobile .content-wrapper .bottom-bar .auth .icon {
    background: url(../assets/door.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .custom-pop-up-mobile .content-wrapper .bottom-bar .auth h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .line-break {
    padding: 0 20px;
  }
  .line-break .logo {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }
}
@media (max-width: 768px) {
  .product-item-card .img,
  .product-item-card img {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    aspect-ratio: 1;
  }
  .product-item-card .title,
  .product-item-card h2 {
    font-family: 'montserrat', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    height: 48px;
  }
  .product-item-card .price {
    font-family: 'montserrat', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
  }
}
.article-card .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-card .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .article-card .info .title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    max-height: 72px;
    height: fit-content;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .article-section {
    padding: 0 20px;
    margin: 60px 0;
  }
  .article-section .title-bar {
    margin-bottom: 30px;
  }
  .article-section .title-bar .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
  }
  .article-section .title-bar .title br {
    display: flex;
  }
  .article-section .title-bar .a-tag-link {
    display: none;
  }
  .article-section .grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    margin: 30px 0 40px;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .xoo-wsc-container {
    width: 100% !important;
  }
  .xoo-wsc-container .xoo-wsc-header {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 110px;
  }
  .xoo-wsc-container .xoo-wsch-close.xoo-wsc-icon-cross {
    top: 15px;
    right: 20px;
  }
  .xoo-wsc-container .xoo-wsc-body .xoo-wsc-product {
    margin: 0 20px !important;
    margin-bottom: 20px !important;
  }
  .xoo-wsc-container .xoo-wsc-body .xoo-wsc-product .xoo-wsc-pname {
    font-size: 16px;
  }
  .xoo-wsc-container .xoo-wsc-body .xoo-wsc-product .xoo-wsc-sml-qty {
    margin-bottom: 40px;
  }
  .xoo-wsc-container .xoo-wsc-body .xoo-wsc-product:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .xoo-wsc-container .xoo-wsc-footer {
    padding: 0 20px 80px;
  }
}
@media (max-width: 768px) {
  .home-page .our-product-section,
  .about-page .our-product-section {
    padding: 0 21px;
    margin: 60px 0 0;
  }
  .home-page .our-product-section .top,
  .about-page .our-product-section .top {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .home-page .our-product-section .top .right,
  .about-page .our-product-section .top .right {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-page .our-product-section .top .right .img,
  .about-page .our-product-section .top .right .img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 1;
  }
  .home-page .our-product-section .top .left .title,
  .about-page .our-product-section .top .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .home-page .our-product-section .top .left .paragraph,
  .about-page .our-product-section .top .left .paragraph {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
  }
  .home-page .our-product-section .bottom,
  .about-page .our-product-section .bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .home-page .our-product-section .bottom .unit .icon,
  .about-page .our-product-section .bottom .unit .icon {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .home-page .our-product-section .bottom .unit .icon img,
  .about-page .our-product-section .bottom .unit .icon img {
    object-fit: contain;
  }
  .home-page .our-product-section .bottom .unit .info .title,
  .about-page .our-product-section .bottom .unit .info .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .home-page .our-product-section .bottom .unit .info .sub-title,
  .about-page .our-product-section .bottom .unit .info .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
@media (max-width: 768px) {
  .home-page .introduction-section,
  .about-page .introduction-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .home-page .introduction-section .top,
  .about-page .introduction-section .top {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 60px;
  }
  .home-page .introduction-section .top .left .title,
  .about-page .introduction-section .top .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .home-page .introduction-section .top .left .paragraph,
  .about-page .introduction-section .top .left .paragraph {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
  }
  .home-page .introduction-section .top .right,
  .about-page .introduction-section .top .right {
    width: 100%;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .home-page .introduction-section .bottom,
  .about-page .introduction-section .bottom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .home-page .introduction-section .bottom .unit .icon,
  .about-page .introduction-section .bottom .unit .icon {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }
  .home-page .introduction-section .bottom .unit .info .title,
  .about-page .introduction-section .bottom .unit .info .title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .home-page .introduction-section .bottom .unit .info .sub-title,
  .about-page .introduction-section .bottom .unit .info .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.home-page .videoModal .modal-content {
  position: relative;
  width: 500px;
  margin-top: 40px;
}
.home-page .videoModal .modal-content .close {
  width: 20px;
  height: 20px;
  background: url(../assets/close.svg) no-repeat;
  background-size: contain;
  top: 0;
  right: -40px;
  cursor: pointer;
  position: absolute;
}
@media (max-width: 768px) {
  .home-page .videoModal .modal-content {
    width: unset;
  }
}
@media (max-width: 768px) {
  .home-page {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .home-page .hero-section {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 0 20px;
  }
  .home-page .hero-section .right .unit {
    height: 320px;
  }
  .home-page .hero-section .left {
    padding: 30px;
  }
  .home-page .hero-section .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .home-page .hero-section .left .title strong {
    font-size: 36px;
    line-height: 48px;
  }
  .home-page .hero-section .left .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
    padding-right: 64px;
  }
}
.home-page .why-section .content-wrap .content .labels .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-page .why-section .content-wrap .content .labels .unit .img img.desktop {
  display: none;
}
.home-page .why-section .content-wrap .content .labels .unit .img img.mobile {
  display: flex;
}
@media (max-width: 768px) {
  .home-page .why-section {
    margin: 0;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-page .why-section .content-wrap {
    padding: 60px 0;
    display: flex;
  }
  .home-page .why-section .content-wrap .background {
    height: 650px;
    top: 70px;
    left: 0;
  }
  .home-page .why-section .content-wrap .apple {
    width: 100px;
    height: 77px;
  }
  .home-page .why-section .content-wrap .apple.one {
    top: 30px;
    right: -20px;
  }
  .home-page .why-section .content-wrap .apple.two {
    bottom: 030px;
    left: -20px;
  }
  .home-page .why-section .content-wrap .content {
    padding: 77px 20px 70px;
  }
  .home-page .why-section .content-wrap .content .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 50px;
    width: 100%;
  }
  .home-page .why-section .content-wrap .content .labels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
  }
  .home-page .why-section .content-wrap .content .labels .unit {
    width: 95%;
    margin: 0 auto;
  }
  .home-page .why-section .content-wrap .content .labels .unit .img {
    height: 70px;
  }
  .home-page .why-section .content-wrap .content .labels .unit .img img.desktop {
    display: none;
  }
  .home-page .why-section .content-wrap .content .labels .unit .img img.mobile {
    display: flex;
  }
  .home-page .why-section .content-wrap .content .labels .unit .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .home-page .why-section .content-wrap .content .labels .unit .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    white-space: unset;
  }
}
@media (max-width: 768px) {
  .home-page .doctors-section {
    margin: 60px 0;
    padding: 0 20px;
  }
  .home-page .doctors-section .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .home-page .doctors-section .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 50px;
  }
  .home-page .doctors-section .grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  .home-page .doctors-section .grids .unit .img {
    height: 280px;
  }
  .home-page .doctors-section .grids .unit .info .title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .home-page .doctors-section .grids .unit .info .uls ul li {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}
.home-page .products-section .left .img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .home-page .products-section {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .home-page .products-section .left {
    padding: 40px 27px 0px;
  }
  .home-page .products-section .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .home-page .products-section .left .title br {
    display: none;
  }
  .home-page .products-section .left .a-tag-link {
    margin-bottom: 25px;
  }
  .home-page .products-section .left .img {
    display: none;
  }
  .home-page .products-section .left .img.mobile {
    display: flex;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
  .home-page .products-section .left .img.mobile img {
    object-position: top;
  }
  .home-page .products-section .right .slick-list {
    width: unset;
    overflow: unset;
    margin-left: 0;
    height: unset;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-page .products-section .right .slick-track {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .home-page .testimoni-section {
    padding: 20px 0 0;
    margin-bottom: 60px;
  }
  .home-page .testimoni-section .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .home-page .testimoni-section .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .home-page .testimoni-section .review-home-slider.slick-slider::before,
  .home-page .testimoni-section .review-home-slider.slick-slider::after {
    width: 50px;
  }
  .home-page .testimoni-section .review-home-slider.slick-slider::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  }
  .home-page .testimoni-section .review-home-slider.slick-slider::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  }
  .home-page .testimoni-section .review-home-slider .slick-track {
    height: 436px;
  }
  .home-page .testimoni-section .review-home-slider .slick-arrow.slick-next {
    margin-right: 10px;
  }
  .home-page .testimoni-section .review-home-slider .slick-arrow.slick-prev {
    margin-left: 10px;
  }
  .home-page .testimoni-section .review-home-slider .unit {
    width: 70vw;
    padding: 0 20px;
  }
  .home-page .testimoni-section .review-home-slider .unit .profile {
    gap: 12px;
    margin-bottom: 20px;
  }
  .home-page .testimoni-section .review-home-slider .unit .profile .img {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .home-page .testimoni-section .review-home-slider .unit .profile .info .name {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
  }
  .home-page .testimoni-section .review-home-slider .unit .profile .info .sub-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0;
    margin-bottom: 0;
  }
  .home-page .testimoni-section .review-home-slider .unit .stars {
    gap: 5px;
  }
  .home-page .testimoni-section .review-home-slider .unit .stars .star {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
  }
  .home-page .testimoni-section .review-home-slider .unit .quotes {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
  }
  .home-page .testimoni-section .review-home-slider .unit.slick-center {
    height: 436px;
    padding: 0 20px;
  }
}
.home-page .stories-section .right {
  position: relative;
}
.home-page .stories-section .right .story-home-slider .card {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 2px #4B23061A;
}
.home-page .stories-section .right .story-home-slider {
  gap: 20px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  width: calc(100% + ((100vw - 1080px) / 2) - 10px);
  position: relative;
  padding: 10px 10px;
  margin-left: -10px;
  margin-top: -10px;
}
.home-page .stories-section .right .story-home-slider .card {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  position: relative;
}
.home-page .stories-section .right .story-home-slider .card .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: linear-gradient(180deg, rgba(218, 37, 43, 0.04) -16.37%, rgba(255, 255, 255, 0.2) 82.33%);
  align-items: center;
  justify-content: center;
}
.home-page .stories-section .right .story-home-slider .card .overlay .icon {
  width: 50px;
  height: 50px;
  background: url(../assets/play.svg) no-repeat;
  background-size: contain;
}
.home-page .stories-section .prev-arrow,
.home-page .stories-section .next-arrow {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-color: #da252b !important;
  z-index: 50;
}
.home-page .stories-section .prev-arrow {
  left: 0;
  margin-left: -15px;
  background: url(../assets/arrow-left.svg) no-repeat;
  background-size: contain;
}
.home-page .stories-section .next-arrow {
  right: 0;
  margin-right: -15px;
  background: url(../assets/arrow-right.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .home-page .stories-section {
    margin: 60px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 20px;
    gap: 40px;
  }
  .home-page .stories-section .videoModal .modal-content .close {
    top: -30px;
    right: 0;
  }
  .home-page .stories-section .videoModal .modal-content {
    width: calc(100% - 40px);
  }
  .home-page .stories-section .left {
    padding-right: 0;
  }
  .home-page .stories-section .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .home-page .stories-section .left .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
    color: #000000;
  }
  .home-page .stories-section .right {
    grid-column: span 1 / span 1;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    position: relative;
  }
  .home-page .stories-section .right .story-home-slider {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 40px;
    width: unset;
  }
  .home-page .stories-section .right .card {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 364px;
    min-height: 364px;
    max-height: 364px;
  }
  .home-page .stories-section .right .prev-arrow {
    left: 0;
    margin-left: 10px;
  }
  .home-page .stories-section .right .next-arrow {
    right: 0;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .newsletter-section {
    width: calc(100% - 40px - 40px);
    margin-left: 20px;
    padding: 50px 20px;
    margin-bottom: 80px;
    flex-direction: column;
    gap: 50px;
  }
  .home-page .newsletter-section .left {
    width: 100%;
  }
  .home-page .newsletter-section .mc4wp-form-325 {
    width: calc(100vw - 80px);
  }
  .home-page .newsletter-section .mc4wp-response .mc4wp-alert p {
    white-space: break-spaces;
    width: 100%;
  }
  .home-page .newsletter-section .right .mc4wp-form-fields {
    width: unset;
  }
  .home-page .newsletter-section .right .mc4wp-form-fields .submit-btn input[type="submit"] {
    opacity: 0;
  }
}
.products-page .filter-trigger {
  display: none;
}
.products-page .content .filters .close {
  display: none;
}
@media (max-width: 768px) {
  .products-page {
    padding: 0 20px;
  }
  .products-page .content {
    display: flex;
    gap: 0;
    margin-bottom: 80px;
  }
  .products-page .content .filters {
    display: none;
    position: fixed;
    background-color: white;
    z-index: 90;
    width: 100%;
    height: calc(100dvh - 40px);
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    left: 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .products-page .content .filters .close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../assets/close-black.svg) no-repeat;
    cursor: pointer;
  }
  .products-page .content .filters .title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .products-page .content .filters .wpfPriceRangeField#wpfMinPrice,
  .products-page .content .filters .wpfPriceRangeField#wpfMaxPrice {
    width: 60px !important;
  }
  .products-page .content .filters .wpfMainWrapper {
    margin-bottom: 50px;
  }
  .products-page .content .products {
    width: 100%;
  }
  .products-page .content .products .woocommerce-pagination {
    justify-content: center;
  }
  .products-page .content .products .main-title {
    margin-bottom: 20px;
  }
  .products-page .content .products .top-bar {
    flex-direction: column;
    align-items: start;
    gap: 50px;
    margin-bottom: 60px;
  }
  .products-page .content .products .top-bar .filter-sort-wrap {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .products-page .content .products .top-bar .filter-sort-wrap .sort-wrap {
    width: 100%;
  }
  .products-page .content .products .top-bar .filter-sort-wrap .sort-wrap h4 {
    display: none;
  }
  .products-page .content .products .top-bar .filter-sort-wrap .sort-wrap .select2-container {
    width: 100% !important;
  }
  .products-page .content .products .top-bar .filter-sort-wrap .filter-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 50px;
    border: solid 1px #0d4d28 !important;
    gap: 10px;
    cursor: pointer;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0d4d28;
  }
  .products-page .content .products .top-bar .filter-sort-wrap .filter-trigger .icon {
    width: 20px;
    height: 20px;
    background: url(../assets/filter.svg) no-repeat;
    background-size: contain;
  }
  .products-page .content .products .woo-product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .products-page .content .products .woo-product-list .product-item-card {
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .product-page {
    overflow-x: hidden;
  }
  .product-page .hero-section {
    margin: 60px 0;
    padding: 0 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  .product-page .hero-section .woo-variation-product-gallery {
    width: 100% !important;
    margin-bottom: 0;
  }
  .product-page .hero-section .product-info .summary .product_title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .product-page .hero-section .product-info .summary .price {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .product-page .hero-section .product-info .variations {
    margin-bottom: 40px;
  }
  .product-page .hero-section .product-info .woocommerce-variation-add-to-cart {
    display: flex;
    position: relative;
    margin-top: 60px;
  }
  .product-page .hero-section .product-info form.cart {
    display: flex;
  }
  .product-page .hero-section .product-info .qib-button-wrapper::after {
    content: 'Quantity';
    position: absolute;
    top: -30px;
    left: 0;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }
  .product-page .hero-section .product-info .social-links-wrap {
    margin-top: 40px;
    gap: 20px;
  }
  .product-page .woocommerce-tabs {
    margin: 60px 0;
    padding: 0 20px;
  }
  .product-page .woocommerce-tabs .tabs {
    margin-bottom: 40px;
  }
  .product-page .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--wpt-415 {
    width: 100%;
  }
  .product-page .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
  .product-page .related.products,
  .product-page .upsells.products {
    margin: 60px 0;
    padding: 0 20px;
  }
  .product-page .related.products h2:first-child,
  .product-page .upsells.products h2:first-child,
  .product-page .related.products h2:first-child,
  .product-page .upsells.products h2:first-child {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 40px;
  }
  .product-page .related.products .woo-product-list,
  .product-page .upsells.products .woo-product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .product-page .related.products .woo-product-list .product-item-card,
  .product-page .upsells.products .woo-product-list .product-item-card {
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .cart-page {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 0 20px;
    gap: 50px;
  }
  .cart-page .left {
    grid-column: span 1 / span 1;
  }
  .cart-page .left .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .cart-page .left .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .cart-page .left .cart-item .info .top-wrap {
    flex-direction: column;
    gap: 5px !important;
    margin-bottom: 10px;
  }
  .cart-page .left .cart-item .info .top-wrap .product-name {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cart-page .left .cart-item .info .top-wrap .product-name a {
    font-size: 16px;
  }
  .cart-page .left .cart-item .info .top-wrap .product-variant {
    margin-bottom: 20px;
  }
}
.article-page .pagination,
.account-content .pagination {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-page .pagination .page-info,
.account-content .pagination .page-info {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.article-page .pagination .right,
.account-content .pagination .right {
  display: flex;
  gap: 10px;
}
.article-page .pagination .right .page-numbers,
.account-content .pagination .right .page-numbers,
.article-page .pagination .right a,
.account-content .pagination .right a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #0d4d28;
  border-radius: 10px;
  background-color: #ffffff;
  color: #0d4d28;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
}
.article-page .pagination .right span,
.account-content .pagination .right span {
  background-color: #0d4d28 !important;
  color: #ffffff !important;
}
.article-page .pagination .right ul,
.account-content .pagination .right ul {
  width: fit-content !important;
  border: 0 !important;
  gap: 10px;
}
.article-page .pagination .right .page-numbers.disabled,
.account-content .pagination .right .page-numbers.disabled {
  background-color: #a89f99 !important;
  border: #a89f99 !important;
}
.article-page .pagination .right .page-numbers.prev,
.account-content .pagination .right .page-numbers.prev {
  background: url(../assets/arrow-left-page.svg) no-repeat center;
  background-size: 80%;
  background-color: #0d4d28;
}
.article-page .pagination .right .page-numbers.next,
.account-content .pagination .right .page-numbers.next {
  background: url(../assets/arrow-right-page.svg) no-repeat center;
  background-size: 80%;
  background-color: #0d4d28;
}
@media (max-width: 768px) {
  .article-page .pagination,
  .account-content .pagination {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.article-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .article-page {
    max-width: 768px;
  }
}
.article-page .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  margin-bottom: 124px;
}
.article-page .grids {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .article-page {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px;
    overflow-x: hidden;
  }
  .article-page .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 40px;
  }
  .article-page .grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.article-detail-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
.article-detail-page::after {
  content: "";
  width: 100%;
  height: 800px;
  background-color: #fff8e8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
@media (max-width: 768px) {
  .article-detail-page {
    max-width: 768px;
  }
}
.article-detail-page .breadSandwich {
  align-items: center;
  margin: 0 auto;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  gap: 10px;
}
.article-detail-page .breadSandwich .atag {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
.article-detail-page .breadSandwich strong {
  color: #da252b;
  font-weight: 600;
  text-decoration: underline;
}
.article-detail-page .breadSandwich .icon {
  width: 20px;
  height: 20px;
  background: url(../assets/next.svg) no-repeat;
  background-size: contain;
}
.article-detail-page .main-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin: 0 auto;
  width: 714px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.article-detail-page .date {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a89f99;
  margin-bottom: 70px;
}
.article-detail-page .date .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(../assets/calendar.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.article-detail-page .img-baner {
  height: 650px;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.article-detail-page .img-baner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-detail-page .wys-wrap {
  max-width: 714px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.article-detail-page .wys-wrap .social-links-wrap {
  margin-bottom: 50px;
}
.article-detail-page .wys-wrap .wys h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.article-detail-page .wys-wrap .wys p,
.article-detail-page .wys-wrap .wys li {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.article-detail-page .wys-wrap .wys p strong,
.article-detail-page .wys-wrap .wys li strong {
  font-weight: 600;
}
.article-detail-page .wys-wrap .wys ul {
  list-style: none;
  padding: 0;
}
.article-detail-page .wys-wrap .wys ul li::before {
  content: "- ";
}
.article-detail-page .related {
  margin-top: 50px;
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02m;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 50px;
}
.article-detail-page .other-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .article-detail-page {
    padding: 0 20px 20px;
    margin-top: 60px;
    margin-bottom: 80px;
    overflow-x: hidden;
  }
  .article-detail-page::after {
    height: 500px;
  }
  .article-detail-page .breadSandwich {
    flex-wrap: wrap;
    padding: 0 20px;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .article-detail-page .main-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .article-detail-page .date {
    margin-bottom: 40px;
  }
  .article-detail-page .img-baner {
    height: 250px;
    margin-bottom: 60px;
  }
  .article-detail-page .line-break {
    padding: 0;
  }
  .article-detail-page .wys-wrap {
    margin-bottom: 60px;
  }
  .article-detail-page .wys-wrap .social-links-wrap {
    margin-bottom: 40px;
  }
  .article-detail-page .related {
    margin-top: 60px;
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02m;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .article-detail-page .other-products {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }
  .article-detail-page .other-products .product-item-card {
    height: fit-content;
  }
  .article-detail-page .other-products .product-item-card .title {
    height: 94px;
    -webkit-line-clamp: 4;
  }
}
.faq-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .faq-page {
    max-width: 768px;
  }
}
.faq-page .main-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  margin-bottom: 126px;
  display: flex;
  justify-content: center;
}
.faq-page .accordionlala {
  padding: 0 20px;
}
.faq-page .accordionlala .ea-header {
  background-color: #ffffff;
  color: #000000;
}
.faq-page .accordionlala .ea-header a {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 20px 0 !important;
}
.faq-page .accordionlala .ea-header .ea-expand-icon.eap-icon-ea-expand-plus:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../assets/plus-black.svg) no-repeat;
  background-size: contain;
}
.faq-page .accordionlala .ea-header .ea-expand-icon.eap-icon-ea-expand-minus:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../assets/minus-black.svg) no-repeat;
  background-size: contain;
}
.faq-page .accordionlala .ea-body {
  padding: 20px 0 !important;
  padding-top: 0 !important;
}
.faq-page .accordionlala .ea-body p {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.faq-page .accordionlala .sp-ea-single {
  border: 0 !important;
  border-bottom: solid 1px #a89f99 !important;
}
.faq-page .accordionlala .sp-ea-single:first-child {
  border-top: solid 1px #a89f99 !important;
}
.faq-page .accordionlala .sp-ea-single:last-child {
  border-bottom: solid 1px #a89f99 !important;
}
.terms-privacy-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .terms-privacy-page {
    max-width: 768px;
  }
}
.terms-privacy-page .main-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  margin-bottom: 126px;
  display: flex;
  justify-content: center;
}
.terms-privacy-page .wys h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.terms-privacy-page .wys p,
.terms-privacy-page .wys li {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.terms-privacy-page .wys p strong,
.terms-privacy-page .wys li strong {
  font-weight: 600;
}
.terms-privacy-page .wys ul {
  list-style: none;
  padding: 0;
}
.terms-privacy-page .wys ul li::before {
  content: "- ";
}
@media (max-width: 768px) {
  .terms-privacy-page {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .terms-privacy-page .main-title {
    margin-bottom: 80px;
  }
}
.about-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .about-page {
    max-width: 768px;
  }
}
.about-page::after {
  content: "";
  width: 100%;
  height: 800px;
  background-color: #fff8e8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
.about-page .main-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  margin-bottom: 126px;
  display: flex;
  justify-content: center;
}
.about-page .hero-section {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  padding: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: start;
  gap: 50px;
  margin-bottom: 65px;
}
.about-page .hero-section .img {
  width: 440px;
  min-width: 440px;
  max-width: 440px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.about-page .hero-section .info {
  margin-top: 50px;
}
.about-page .hero-section .info .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-page .hero-section .info .title span {
  width: 2px;
  height: 36px;
  border-radius: 20px;
  background-color: #da252b;
}
.about-page .hero-section .info .paragraph {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-page .finega-news {
  margin: 80px 0;
}
.about-page .finega-news .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 20px;
}
.about-page .finega-news .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 50px;
}
.about-page .finega-news .grids {
  display: flex;
  margin-bottom: 20px;
}
.about-page .finega-news .grids .slick-track {
  display: flex;
  gap: 0;
}
.about-page .finega-news .grids .img {
  height: 567px;
  border-radius: 20px;
  overflow: hidden;
}
.about-page .finega-news .grids .slick-list {
  min-width: calc(100% + 20px);
  margin-left: -10px;
}
.about-page .finega-news .slick-arrow {
  all: unset;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #DA252B;
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
  cursor: pointer;
  text-indent: -9999px;
}
.about-page .finega-news .slick-arrow::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .finega-news .slick-arrow.slick-prev {
  left: -12px;
}
.about-page .finega-news .slick-arrow.slick-prev::after {
  background-image: url(../assets/arrow-left.svg);
}
.about-page .finega-news .slick-arrow.slick-next {
  right: -15px;
}
.about-page .finega-news .slick-arrow.slick-next::after {
  background-image: url(../assets/arrow-right.svg);
}
.about-page .network-section {
  margin: 80px 0;
}
.about-page .network-section .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 20px;
}
.about-page .network-section .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 50px;
}
.about-page .network-section .grids {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 50px;
  margin-bottom: 60px;
}
.about-page .network-section .grids .img {
  max-height: 60px;
  max-width: 120px;
  margin: 0 auto;
}
.about-page .network-section .grids .img img {
  object-fit: contain;
}
.about-page .gradient-wrap {
  position: relative;
  padding-top: 35px;
}
.about-page .gradient-wrap .gradient {
  background: linear-gradient(180deg, #f9efef -22.08%, #ffffff 89.61%);
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
  z-index: -10;
}
@media (max-width: 768px) {
  .about-page {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .about-page::after {
    height: 500px;
  }
  .about-page .main-title {
    margin-bottom: 80px;
  }
  .about-page .line-break {
    padding: 0;
  }
  .about-page .hero-section {
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .about-page .hero-section .img {
    aspect-ratio: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    display: flex;
  }
  .about-page .hero-section .info .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 0;
    gap: 20px;
  }
  .about-page .our-product-section {
    padding: 0;
    margin-bottom: 60px !important;
  }
  .about-page .gradient-wrap {
    padding-top: 0;
  }
  .about-page .introduction-section {
    padding: 0;
    padding-top: 60px;
  }
  .about-page .finega-news {
    margin: 60px 0;
  }
  .about-page .finega-news .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .about-page .finega-news .grids {
    display: flex;
    grid-template-columns: unset;
    gap: unset;
  }
  .about-page .finega-news .grids .img {
    height: 466px;
    overflow: hidden;
  }
  .about-page .finega-news .grids .slick-list {
    min-width: unset;
    margin-left: 0;
  }
  .about-page .network-section {
    margin: 60px 0;
    padding: 0 20px;
  }
  .about-page .network-section .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .about-page .network-section .sub-title {
    margin-bottom: 62px;
  }
  .about-page .network-section .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
    margin-bottom: 30px;
  }
  .about-page .network-section .grids .img {
    max-height: 50px;
  }
  .about-page .platform-section {
    flex-direction: column;
  }
  .about-page .platform-section .top {
    margin-bottom: 60px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .about-page .platform-section .top .right {
    width: 100%;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .about-page .platform-section .top .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .about-page .platform-section .bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .about-page .platform-section .bottom .unit .img {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    border-radius: 0;
  }
  .about-page .platform-section .bottom > *:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
  }
}
.contact-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .contact-page {
    max-width: 768px;
  }
}
.contact-page .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.contact-page .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.contact-page .cardaion {
  width: 896px;
  padding: 10px;
  padding-right: 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  display: flex;
  gap: 50px;
  margin: 0 auto;
}
.contact-page .cardaion .left {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #da252b;
  width: calc(338px - 80px);
  min-width: calc(338px - 80px);
  max-width: calc(338px - 80px);
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.contact-page .cardaion .left h3 {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 50px;
}
.contact-page .cardaion .left .unit-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: auto;
}
.contact-page .cardaion .left .unit-wrap .unit {
  display: flex;
  gap: 20px;
}
.contact-page .cardaion .left .unit-wrap .unit .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}
.contact-page .cardaion .left .unit-wrap .unit .icon img {
  object-fit: contain;
  width: 100%;
  height: 1005;
}
.contact-page .cardaion .left .unit-wrap .unit a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.contact-page .cardaion .left .unit-wrap .unit a .kunci {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 5px;
}
.contact-page .cardaion .left .unit-wrap .unit a .value {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.contact-page .cardaion .left .mark {
  width: 200px;
  height: 90px;
  margin-left: auto;
  background: url(../assets/mark-abstract.svg) no-repeat;
  background-size: contain;
}
.contact-page .cardaion .right {
  width: 100%;
}
.contact-page .cardaion .right .wpcf7-form {
  padding-top: 50px;
}
.contact-page .cardaion .right .wpcf7-form p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact-page .cardaion .right .wpcf7-form p br {
  display: none;
}
.contact-page .cardaion .right .wpcf7-form p label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.contact-page .cardaion .right .wpcf7-form p label span {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: super;
  color: #da252b;
}
.contact-page .cardaion .right .wpcf7-form p span input {
  all: unset;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.contact-page .cardaion .right .wpcf7-form p span input::placeholder {
  color: #a89f99;
}
.contact-page .cardaion .right .wpcf7-form p .wpcf7-submit {
  cursor: pointer !important;
  all: unset;
  height: 40px;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  align-items: center;
  justify-self: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  width: fit-content;
}
.contact-page .cardaion .right .wpcf7-form p span textarea {
  all: unset;
  height: 120px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.contact-page .cardaion .right .wpcf7-form p span textarea::placeholder {
  color: #a89f99;
}
.contact-page .cardaion .right .wpcf7-form .wpcf7-not-valid-tip {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 4px;
  color: #da252b;
}
.contact-page .cardaion .right .wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 21px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .contact-page .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .contact-page .sub-title {
    margin-bottom: 70px;
    width: 100%;
  }
  .contact-page .cardaion {
    width: calc(100% - 20px);
    padding-right: 10px;
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }
  .contact-page .cardaion .left {
    padding: 30px;
    width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-bottom: 0;
  }
  .contact-page .cardaion .left h3 {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 40px;
  }
  .contact-page .cardaion .left .unit-wrap {
    padding-bottom: 20px;
  }
  .contact-page .cardaion .left .unit-wrap .unit {
    gap: 10px;
  }
  .contact-page .cardaion .right .wpcf7-form {
    padding: 0 10px;
    padding-top: 0;
  }
  .contact-page .cardaion .right .wpcf7-form p span input {
    width: calc(100% - 40px);
  }
  .contact-page .cardaion .right .wpcf7-form p .wpcf7-submit {
    cursor: pointer !important;
    width: calc(100% - 40px);
    justify-content: center;
  }
}
.resseler-page {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .resseler-page {
    max-width: 768px;
  }
}
.resseler-page::after {
  content: "";
  width: 100%;
  height: 800px;
  background-color: #da252b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
}
.resseler-page .hero-section {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 80px;
  width: 900px;
}
.resseler-page .locations-section {
  width: 900px;
  padding: 50px;
  padding-top: 70px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  background-color: #ffffff;
  margin: 0 auto;
}
.resseler-page .locations-section .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.resseler-page .locations-section .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.resseler-page .locations-section .search-wrap-seller {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.resseler-page .locations-section .search-wrap-seller label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.resseler-page .locations-section .search-wrap-seller .search-hug {
  position: relative;
}
.resseler-page .locations-section .search-wrap-seller .search-hug input {
  all: unset;
  height: 40px;
  width: calc(100% - 40px);
  border-radius: 50px;
  overflow: hidden;
  padding: 0 20px;
  border: solid #a89f99 1px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.resseler-page .locations-section .search-wrap-seller .search-hug input::placeholder {
  color: #a89f99;
}
.resseler-page .locations-section .search-wrap-seller .search-hug .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/search-black.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.resseler-page .locations-section .store-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.resseler-page .locations-section .store-cards .store-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF8E8;
  padding: 20px;
}
.resseler-page .locations-section .store-cards .store-card h5 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.resseler-page .locations-section .store-cards .store-card .wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.resseler-page .locations-section .store-cards .store-card .wrap .icon {
  width: 20px;
  height: 20px;
}
.resseler-page .locations-section .store-cards .store-card .wrap a {
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
.resseler-page .locations-section .store-cards .store-card .wrap.address .icon {
  background: url(../assets/address.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .store-cards .store-card .wrap.phone .icon {
  background: url(../assets/phone.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .store-cards .store-card .wrap.instagram .icon {
  background: url(../assets/instagram.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .store-cards .store-card .platform {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.resseler-page .locations-section .store-cards .store-card .platform a {
  width: 30px;
  height: 30px;
}
.resseler-page .locations-section .store-cards .store-card .platform a.website {
  background: url(../assets/website.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .store-cards .store-card .platform a.tokopedia {
  background: url(../assets/tokopedia.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .store-cards .store-card .platform a.shopee {
  background: url(../assets/shopee.svg) no-repeat;
  background-size: contain;
}
.resseler-page .locations-section .search-results-wrapper {
  margin-bottom: 30px;
  padding: 0 40px;
  margin-top: -20px;
}
.resseler-page .locations-section .accordion {
  cursor: pointer;
}
.resseler-page .locations-section .accordion .accordion-item {
  border: 0;
  border-bottom: solid 1px #a89f99;
  margin-bottom: 0;
}
.resseler-page .locations-section .accordion .accordion-item:first-child {
  border-top: solid 1px #a89f99;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-title {
  background-color: #ffffff;
  color: #da252b;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 20px 0;
  position: relative;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  /* Adjust size as needed */
  height: 16px;
  background: url('../assets/plus-black.svg') no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  /* Smooth transition */
}
.resseler-page .locations-section .accordion .accordion-item .accordion-title.open::after {
  background: url('../assets/minus-black.svg') no-repeat center;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion {
  padding: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F9EFEF;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item {
  padding: 0;
  border-bottom: solid 1px #a89f99;
  margin-bottom: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item:first-child {
  border-top: solid 1px #a89f99;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item:last-child {
  border-bottom: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  padding: 20px;
  position: relative;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  /* Adjust size as needed */
  height: 16px;
  background: url('../assets/plus-black.svg') no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  /* Smooth transition */
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-title.open::after {
  background: url('../assets/minus-black.svg') no-repeat center;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .no-content {
  padding: 20px;
  padding-top: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item {
  background-color: #FAE0E1;
  border-bottom: solid 1px #a89f99;
  margin-bottom: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item:first-child {
  border-top: solid 1px #a89f99;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item:last-child {
  border-bottom: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-title {
  padding: 20px 40px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  position: relative;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  /* Adjust size as needed */
  height: 16px;
  background: url('../assets/plus-black.svg') no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  /* Smooth transition */
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-title.open::after {
  background: url('../assets/minus-black.svg') no-repeat center;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .no-content {
  padding: 0;
}
.resseler-page .locations-section .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-content {
  padding: 20px 40px;
  padding-top: 0;
}
.resseler-page .locations-section .accordion .no-content {
  padding-bottom: 20px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.resseler-page .gradient {
  background: linear-gradient(180deg, #f9efef -22.08%, #ffffff 89.61%);
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  padding-top: 80px;
  margin-top: 80px;
}
.resseler-page .gradient .line-break {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .resseler-page .gradient .line-break {
    max-width: 768px;
  }
}
.resseler-page .gradient .stores-section {
  margin: 0 auto;
  max-width: 1080px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .resseler-page .gradient .stores-section {
    max-width: 768px;
  }
}
.resseler-page .gradient .stores-section .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.resseler-page .gradient .stores-section .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.resseler-page .gradient .stores-section .grids {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 50px;
  margin-bottom: 68px;
}
.resseler-page .gradient .stores-section .grids .img {
  max-height: 60px;
  max-width: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.resseler-page .gradient .stores-section .grids .img img {
  object-fit: contain;
}
.resseler-page .gradient .form-section {
  max-width: 800px;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 50px;
  margin: 80px auto;
  margin-top: 380px;
  position: relative;
  padding-top: 150px;
}
.resseler-page .gradient .form-section .img {
  position: absolute;
  height: 400px;
  top: -300px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
}
.resseler-page .gradient .form-section .img img.mobile {
  display: none;
}
.resseler-page .gradient .form-section .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 50%;
}
.resseler-page .gradient .form-section .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  width: 80%;
}
.resseler-page .gradient .form-section .wpcf7-form .unit-wrap {
  display: flex;
  gap: 20px;
}
.resseler-page .gradient .form-section .wpcf7-form .unit-wrap .unit {
  width: 100%;
}
.resseler-page .gradient .form-section .wpcf7-form p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.resseler-page .gradient .form-section .wpcf7-form p br {
  display: none;
}
.resseler-page .gradient .form-section .wpcf7-form p label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.resseler-page .gradient .form-section .wpcf7-form p label span {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: super;
  color: #da252b;
}
.resseler-page .gradient .form-section .wpcf7-form p span input {
  all: unset;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.resseler-page .gradient .form-section .wpcf7-form p span input::placeholder {
  color: #a89f99;
}
.resseler-page .gradient .form-section .wpcf7-form p .wpcf7-submit {
  cursor: pointer !important;
  all: unset;
  height: 40px;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  align-items: center;
  justify-self: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  width: fit-content;
  margin-left: calc(50% - 165px/2);
  margin-top: 50px;
}
.resseler-page .gradient .form-section .wpcf7-form p span textarea {
  all: unset;
  height: 120px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.resseler-page .gradient .form-section .wpcf7-form p span textarea::placeholder {
  color: #a89f99;
}
.resseler-page .gradient .form-section .wpcf7-form .wpcf7-not-valid-tip {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 4px;
  color: #da252b;
}
.resseler-page .gradient .form-section .wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 21px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .resseler-page::after {
    height: 500px;
  }
  .resseler-page .hero-section {
    margin-top: 64px;
    margin-bottom: 60px;
    width: calc(100% - 40px);
  }
  .resseler-page .locations-section {
    width: calc(100% - 80px);
    padding: 20px;
    padding-top: 60px;
  }
  .resseler-page .locations-section .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .resseler-page .locations-section .sub-title {
    margin-bottom: 40px;
  }
  .resseler-page .locations-section .search-wrap-seller {
    margin-bottom: 60px;
  }
  .resseler-page .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-content .store-cards {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  .resseler-page .accordion .accordion-item .accordion-content .sub-accordion .sub-accordion-item .sub-accordion-content .sub-sub-accordion .sub-sub-accordion-item .sub-sub-accordion-content .store-cards h5 {
    font-size: 16px !important;
  }
  .resseler-page .gradient {
    padding-top: 60px;
    margin-top: 100px;
  }
  .resseler-page .gradient .stores-section {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .resseler-page .gradient .stores-section .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .resseler-page .gradient .stores-section .sub-title {
    margin-bottom: 58px;
  }
  .resseler-page .gradient .stores-section .grids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 53px;
  }
  .resseler-page .gradient .stores-section .grids .img {
    border-radius: 0;
    margin: 0 auto;
  }
  .resseler-page .gradient .form-section {
    padding: 30px;
    margin: 40px 20px;
    margin-top: 160px;
    padding-top: 150px;
  }
  .resseler-page .gradient .form-section .img {
    height: 200px;
    top: -60px;
    max-width: 250px;
    left: calc(50% - 250px/2);
  }
  .resseler-page .gradient .form-section .img img.mobile {
    display: flex;
  }
  .resseler-page .gradient .form-section .img img.desktop {
    display: none;
  }
  .resseler-page .gradient .form-section .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
  }
  .resseler-page .gradient .form-section .sub-title {
    margin-bottom: 60px;
    width: 100%;
  }
  .resseler-page .gradient .form-section .wpcf7-form .unit-wrap {
    flex-direction: column;
    gap: 0;
  }
  .resseler-page .gradient .form-section .wpcf7-form .wpcf7-submit {
    cursor: pointer !important;
    width: calc(100% - 40px) !important;
    margin-left: 0 !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }
  .resseler-page .search-results-wrapper {
    padding: 0 !important;
  }
  .resseler-page .store-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.community-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .community-page {
    max-width: 768px;
  }
}
.community-page .hero-section .left {
  background: linear-gradient(180deg, #f9efef -16.37%, #ffffff 82.33%);
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
}
.community-page .hero-section .left .title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.community-page .hero-section .left .title .img {
  display: flex;
  width: 150px;
  height: 34px;
}
.community-page .hero-section .right .slick-arrow {
  background-color: #da252b;
}
.community-page .hero-section .right {
  width: calc(100% + 40px);
  right: 40px;
}
.community-page .form-section {
  width: 896px;
  padding: 10px;
  padding-right: 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.community-page .form-section .left {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff8e8;
  width: 258px;
  min-width: 258px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.community-page .form-section .left h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.community-page .form-section .left .img {
  width: 100%;
  height: 233px;
}
.community-page .form-section .left .img img {
  object-fit: contain;
  object-position: bottom;
}
.community-page .form-section .right {
  width: 100%;
}
.community-page .form-section .right .wpcf7-form {
  padding-top: 50px;
}
.community-page .form-section .right .wpcf7-form label {
  display: flex;
}
.community-page .form-section .right .wpcf7-form p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.community-page .form-section .right .wpcf7-form p br {
  display: none;
}
.community-page .form-section .right .wpcf7-form p label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.community-page .form-section .right .wpcf7-form p label span {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: super;
  color: #da252b;
}
.community-page .form-section .right .wpcf7-form p span input {
  all: unset;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.community-page .form-section .right .wpcf7-form p span input::placeholder {
  color: #a89f99;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-submit {
  cursor: pointer !important;
  all: unset;
  height: 40px;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  align-items: center;
  justify-self: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  width: fit-content;
  margin-top: 20px;
}
.community-page .form-section .right .wpcf7-form p span textarea {
  all: unset;
  height: 120px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.community-page .form-section .right .wpcf7-form p span textarea::placeholder {
  color: #a89f99;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-form-control-wrap[data-name="acceptance-753"] input[type="checkbox"] {
  all: unset;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  cursor: pointer;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-form-control-wrap[data-name="acceptance-753"] input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../assets/box.svg') no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-form-control-wrap[data-name="acceptance-753"] input[type="checkbox"]:checked::before {
  background: url('../assets/checked-box.svg') no-repeat center center / contain;
  cursor: pointer;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-form-control-wrap[data-name="acceptance-753"] .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-top: 2px;
  position: relative;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.community-page .form-section .right .wpcf7-form p .wpcf7-form-control-wrap[data-name="acceptance-753"] .wpcf7-list-item {
  margin-left: 0;
}
.community-page .form-section .right .wpcf7-form .wpcf7-not-valid-tip {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 4px;
  color: #da252b;
}
.community-page .form-section .right .wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 21px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .community-page .hero-section {
    margin-top: 60px;
    margin-bottom: 70px;
    gap: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .community-page .hero-section .right {
    width: 100%;
    right: 0;
  }
  .community-page .hero-section .right .unit {
    height: 240px;
  }
  .community-page .hero-section .left {
    margin-top: -20px;
    width: unset;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .community-page .hero-section .left .title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .community-page .hero-section .left .title strong {
    font-size: 36px;
    line-height: 48px;
  }
  .community-page .form-section {
    width: calc(100% - 40px);
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
  }
  .community-page .form-section .left {
    padding: 0;
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    padding-bottom: 0;
  }
  .community-page .form-section .left .img {
    height: fit-contents;
    width: 90%;
    margin: 0 auto;
  }
  .community-page .form-section .left h3 {
    padding: 30px;
  }
  .community-page .form-section .right {
    padding: 0 10px;
    width: calc(100% - 40px);
  }
  .community-page .form-section .right .wpcf7-form {
    padding-top: 0;
  }
  .community-page .form-section .right .wpcf7-form p {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .community-page .form-section .right .wpcf7-form .wpcf7-submit {
    cursor: pointer !important;
    margin-top: 0 !important;
    width: calc(100% - 40px) !important;
    margin-left: 0 !important;
    justify-content: center !important;
    text-align: center;
  }
}
.extra-payment-details-summary tr.pay th .content {
  border-top: solid 1px #a89f99;
}
.extra-payment-details-summary tr.ship th .content {
  border-bottom: 0;
}
.extra-payment-details-summary tr th {
  padding: 0 !important;
}
.extra-payment-details-summary tr th .content {
  padding: 30px 0 !important;
  border-bottom: solid 1px #a89f99;
}
.extra-payment-details-summary tr th h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.extra-payment-details-summary tr th .minion {
  display: flex;
  align-items: start;
}
.extra-payment-details-summary tr th .minion:last-child .lf {
  margin-bottom: 0;
}
.extra-payment-details-summary tr th .minion .lf {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  min-width: 200px;
}
.extra-payment-details-summary tr th .minion .rg {
  display: flex;
  flex-direction: column;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.extra-payment-details-summary tr th .minion .rg h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.extra-payment-details-summary tr th .minion .rg a {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.woocommerce-order {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-order {
    max-width: 768px;
  }
}
.woocommerce-order .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #a89f99;
  width: 100%;
}
.woocommerce-order .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 10px;
}
.woocommerce-order .sub-par {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-Price-amount {
  color: #0d4d28;
}
.woocommerce-order ul {
  display: flex;
  flex-direction: column;
}
.woocommerce-order ul li {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  display: flex !important;
  gap: 4px !important;
  align-items: center;
}
.woocommerce-order ul li.order {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 8px;
}
.woocommerce-order ul li.order strong {
  font-weight: 600 !important;
  color: #0d4d28 !important;
  font-size: 18px !important;
}
.woocommerce-order ul li strong {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
}
.woocommerce-order ul li p {
  font-weight: 400;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table {
  border: solid 1px #a89f99;
  border-left: 0;
  border-right: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td {
  padding: 30px 0;
  border-bottom: solid 1px #a89f99;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td:last-child {
  text-align: right !important;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td {
  border: 0 !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr th {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td:last-child {
  text-align: right !important;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-right: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr td:last-child .button.pay {
  background-color: #0d4d28;
  color: #ffffff;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.actionn tr th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.actionn tr td {
  border-top: solid 1px #a89f99;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.actionn tr th {
  max-width: 200px;
  min-width: 200px;
  padding-right: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.actionn tr td {
  padding-left: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr:last-child th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee {
  padding-bottom: 30px;
  border-bottom: solid 1px #a89f99;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr th {
  max-width: 200px;
  min-width: 200px;
  padding-right: 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr td {
  width: 100%;
  padding-left: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr td span {
  color: #000000;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr td .shipped_via {
  text-align: left;
  color: #000000;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr:first-child th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr:first-child td {
  padding-top: 20px;
}
.woocommerce-order .woocommerce-order-details table.custom-fields {
  border-top: 0;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-order .woocommerce-order-details table.custom-fields tbody tr th {
  padding: 0 !important;
}
.woocommerce-order .woocommerce-order-details table.custom-fields tbody tr td {
  padding: 0 !important;
  padding-bottom: 40px !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name {
  display: flex;
  gap: 20px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name .order-item-image {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name .info .order-item-name {
  margin-bottom: 15px;
  width: 70%;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name .info .order-item-name a {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28 !important;
  text-decoration: none !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name .info .wc-item-meta,
.woocommerce-order .woocommerce-order-details .woocommerce-table__product-name .info .order-item-quantity {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 5px;
}
.woocommerce-order .woocommerce-order-details tbody tr td:last-child {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 0;
  vertical-align: top;
  text-align: right;
  padding-top: 30px;
}
.woocommerce-order .note-title,
.woocommerce-order .note-lists li {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.woocommerce-order .note-lists {
  margin-bottom: 20px;
}
.woocommerce-order .note-lists strong {
  font-weight: 600 !important;
  color: #0d4d28;
  text-decoration: underline;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: solid 1px #a89f99;
}
.woocommerce-order .woocommerce-bacs-bank-details {
  background-color: #fff8e8;
  padding: 26px 30px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 40%;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 14px;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 4px;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details:first-of-type {
  border-bottom: solid #da252b 1px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 8px;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-child {
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li.account_number {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li.account_number strong {
  color: #da252b;
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-customer-details address {
  border: 0 !important;
  padding: 0 !important;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email,
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone {
  padding-left: 0;
  padding-top: 10px;
}
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email::before,
.woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone::before {
  display: none;
}
.woocommerce-order .midtrans_payment_info {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  background-color: white !important;
  position: absolute !important;
  margin-top: -20px !important;
}
.woocommerce-order .btn-wrap {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.woocommerce-order .btn-wrap .btn {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  cursor: pointer;
}
.woocommerce-order .btn-wrap .btn.home {
  background-color: #ffffff;
  color: #0d4d28;
  border: solid #0d4d28 1px;
}
@media (max-width: 768px) {
  .woocommerce-order {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 80px;
    overflow-x: hidden;
  }
  .woocommerce-order .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-order .sub-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-order .sub-par {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-order .woocommerce-table.shop_table.midtrans_payment_info {
    width: 100%;
    margin: 0;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot {
    display: flex;
    min-width: calc(100vw - 40px);
    flex-direction: column;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.pricee tr {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.extra-payment-details-summary tr {
    display: flex;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot.extra-payment-details-summary tr th {
    width: 100%;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody {
    display: flex;
    min-width: calc(100vw - 40px);
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name .order-item-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-name .info .order-item-name {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr td.woocommerce-table__product-total {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 0;
    padding-left: 110px;
    font-weight: 500;
  }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--1 {
    margin-bottom: 30px;
  }
  .woocommerce-order .midtrans_payment_info {
    display: flex;
  }
  .woocommerce-order .btn-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce-order .note-lists li {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-bottom: 10px;
    display: unset !important;
  }
  .woocommerce-order .woocommerce-bacs-bank-details {
    padding: 20px;
    margin-bottom: 50px;
    width: calc(100% - 60px);
  }
  .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    padding-right: 0;
    margin-right: 0;
  }
}
.auth-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(../assets/login-background.png) no-repeat;
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: start;
  z-index: 100;
  overflow-y: scroll;
}
.auth-page .u-columns {
  margin: 0 auto;
  max-width: 1080px;
  margin: auto;
  z-index: 90;
  display: flex;
}
@media (max-width: 768px) {
  .auth-page .u-columns {
    max-width: 768px;
  }
}
.auth-page .u-columns .col {
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  width: 350px;
}
.auth-page .u-columns .col h2 {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;
  color: #da252b;
}
.auth-page .u-columns .col.col-2 {
  display: none;
  width: 500px;
}
.auth-page .u-columns .col.col-3 {
  display: none;
}
.auth-page .u-columns .col form {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
.auth-page .u-columns .col form .woocommerce-form-login__submit,
.auth-page .u-columns .col form .woocommerce-Button {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  width: 100%;
}
.auth-page .u-columns .col form .woocommerce-privacy-policy-text {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
  color: #000000 !important;
  margin-bottom: 12px;
}
.auth-page .u-columns .col form .lost_password {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
  color: #000000 !important;
  text-decoration: none !important;
  display: none;
}
.auth-page .u-columns .col form .unit {
  display: flex;
  gap: 20px;
}
.auth-page .u-columns .col form .unit .form-row {
  width: 100%;
}
.auth-page .u-columns .col form .unit .form-row select {
  display: flex;
  align-items: center;
}
.auth-page .u-columns .col form .unit .form-row input {
  display: flex;
  align-items: center;
}
.auth-page .u-columns .col form .forre-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.auth-page .u-columns .col form .forre-wrap .forgot-trigger {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  color: #0d4d28;
}
.auth-page .u-columns .col form .mess-for {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
  color: #000000;
  margin-bottom: 30px;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox input[type="checkbox"] + span {
  position: relative;
  padding-left: 42px;
  display: inline-block;
  line-height: 1.4;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox input[type="checkbox"] + span a {
  font-weight: 600;
  color: #0d4d28;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../assets/box.svg') no-repeat center center / contain;
}
.auth-page .u-columns .col form .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::before {
  background: url('../assets/checked-box.svg') no-repeat center center / contain;
}
.auth-page .u-columns .col .account-toggle {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
  color: #000000 !important;
  margin-top: 8px;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.auth-page .u-columns .col .account-toggle a,
.auth-page .u-columns .col .account-toggle span {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
  color: #0d4d28 !important;
  text-decoration: underline;
  cursor: pointer;
}
.auth-page .u-columns .col .back-wrap {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.auth-page .u-columns .col .back-wrap h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.auth-page .u-columns .col .back-wrap .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(../assets/back.svg) no-repeat;
  background-size: contain;
}
.auth-page #password_strength {
  margin-top: 12px;
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
}
.auth-page .woocommerce-password-hint {
  font-family: 'montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-underline-position: from-font !important;
  text-decoration-skip-ink: none !important;
}
@media (max-width: 768px) {
  .auth-page .u-columns .col {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: calc(100% - 40px) !important;
    height: calc(100vh - 100px);
    padding: 50px 20px;
    overflow-y: scroll;
    padding-top: 90px;
  }
  .auth-page .u-columns .col form::after {
    content: "";
    background: url(../assets/logo.png) no-repeat center;
    background-size: contain;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 90;
  }
  .auth-page .u-columns .col form .unit {
    width: calc(100vw - 40px);
    flex-direction: column;
    gap: 0;
  }
}
.woocommerce-MyAccount-content {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    max-width: 768px;
  }
}
.woocommerce-MyAccount-content .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 74px;
}
.woocommerce-MyAccount-content .grid {
  display: flex;
  gap: 50px;
}
.woocommerce-MyAccount-content .grid .account-sidebar {
  grid-column: span 1 / span 1;
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  padding: 0 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #4B23061A;
  height: fit-content;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li {
  padding: 20px 0;
  border-bottom: solid 1px #a89f99;
  position: relative;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li:last-child {
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li:last-child a {
  color: #0d4d28;
  font-weight: 600;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li:last-child::before {
  display: none;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li a {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li a .icon {
  width: 20px;
  height: 20px;
  background: url(../assets/door-green.svg) no-repeat center;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li a.active {
  color: #0d4d28;
  font-weight: 600;
}
.woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../assets/arrow-right-page-black.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-content {
  width: 100%;
}
.woocommerce-MyAccount-content .grid .account-content input[type="date"],
.woocommerce-MyAccount-content .grid .account-content input[type="tel"] {
  all: unset;
  padding: 0 20px;
  border: solid 1px #a89f99;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .account-content .input-text {
  margin-bottom: 4px;
}
.woocommerce-MyAccount-content .grid .account-content .profile-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
  color: #0d4d28;
}
.woocommerce-MyAccount-content .grid .account-content .profile {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-MyAccount-content .grid .account-content .profile img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
  overflow: hidden;
  object-fit: cover;
}
.woocommerce-MyAccount-content .grid .account-content .profile .upload-image {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -20px;
  background: url(../assets/camera.svg) no-repeat;
  background-size: contain;
  background-color: #0d4d28;
  cursor: pointer;
  border-radius: 500px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .account-content .edit-account em {
  margin-top: 4px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .account-content .edit-account legend {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .edit-account .woocommerce-Button.button {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content .grid .account-content .edit-account .unit {
  display: flex;
  gap: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .edit-account .unit p {
  width: 100%;
}
.woocommerce-MyAccount-content .grid .account-content fieldset {
  display: none;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book {
  padding: 30px;
  box-shadow: 0px 0px 10px 0px #4B23061A;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book header {
  margin-bottom: 21px;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book header h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book header .wc-address-book-add-new-address {
  opacity: 0;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .myaccount_address {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address {
  border: solid 1px #a89f99;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 60px;
  position: relative;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address address {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-edit {
  color: white;
  position: absolute;
  right: 60px;
  width: 20px;
  height: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-edit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../assets/edit.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-delete {
  color: white;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../assets/trash-red.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-content .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-make-primary {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28 !important;
  text-decoration: underline;
  cursor: pointer !important;
}
.woocommerce-MyAccount-content .grid .account-content .woocommerce-address-fields button[type="submit"] {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content .grid .account-content input[name="birthday"] {
  position: relative;
}
.woocommerce-MyAccount-content .grid .account-content input[name="birthday"]::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/calendar.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-content p:has(> select#gender) {
  position: relative;
}
.woocommerce-MyAccount-content .grid .account-content p:has(> select#gender)::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 44px;
  background: url(../assets/chev-down.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .account-content .woocommerce-EditAccountForm .woocommerce-Button {
  margin-top: 30px;
}
.woocommerce-MyAccount-content .grid .account-content .woocommerce-address-fields .new-address-wrap {
  display: flex;
  gap: 20px;
}
.woocommerce-MyAccount-content .grid .account-content .woocommerce-address-fields .new-address-wrap .cancel-button {
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: solid #0d4d28 1px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color: white;
  color: #0d4d28;
  cursor: pointer;
}
.woocommerce-MyAccount-content .grid .order-filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content .grid .order-filters .search-wrap {
  position: relative;
  width: calc(50% - 20px/3);
  border: solid 1px #a89f99;
  border-radius: 20px;
}
.woocommerce-MyAccount-content .grid .order-filters .search-wrap input {
  all: unset;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 40px;
  display: flex;
  align-items: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .order-filters .search-wrap input::placeholder {
  color: #a89f99;
}
.woocommerce-MyAccount-content .grid .order-filters .search-wrap .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/search.svg) no-repeat;
}
.woocommerce-MyAccount-content .grid .order-filters .date-wrap {
  position: relative;
  border: solid 1px #a89f99;
  border-radius: 20px;
  cursor: pointer;
  width: calc(35% - 20px/3);
}
.woocommerce-MyAccount-content .grid .order-filters .date-wrap input {
  all: unset;
  padding: 0 20px;
  padding-right: 60px;
  width: calc(100% - 80px);
  height: 40px;
  display: flex;
  align-items: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce-MyAccount-content .grid .order-filters .date-wrap input::placeholder {
  color: #a89f99;
}
.woocommerce-MyAccount-content .grid .order-filters .date-wrap .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/calendar.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .order-filters button {
  width: calc(15% - 20px/3) !important;
  all: unset;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  cursor: pointer;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table {
  background-color: white;
  box-shadow: 0px 0px 10px 0px #4B23061A;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table thead tr th {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 12px;
  background-color: #fff8e8;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table thead tr th.woocommerce-orders-table__header-order-number {
  min-width: 50px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table thead tr th.woocommerce-orders-table__cell-items-name {
  min-width: 200px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table thead tr th:first-child {
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table thead tr th:last-child {
  padding-right: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody.empty-body {
  opacity: 0;
  border: 0;
  height: 20px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody.empty-body tr th {
  padding: 0;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th {
  border-bottom: solid 1px gray;
  border-top: 0;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-number {
  min-width: 50px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-items-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 200px;
  max-width: 200px;
  padding-right: 20px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span {
  margin-left: 10px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.order-status {
  display: inline-block;
  padding: 0 10px;
  height: 19px;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.order-status::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -7px;
  left: -10px;
  border-radius: 50px;
  overflow: hidden;
  z-index: -10;
  padding: 0 10px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-pending h4,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-on-hold h4 {
  color: #FA6B13;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-pending::before,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-on-hold::before {
  background-color: #FFE7D9;
  /* Yellow */
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-processing h4 {
  color: #4B2306;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-processing::before {
  background-color: #FDE3D1;
  /* Orange */
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-completed h4 {
  color: #0D4D28;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-completed::before {
  background-color: #D0E5D6;
  /* Green */
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-cancelled h4,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-refunded h4,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-failed h4 {
  color: #DA252B;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-cancelled::before,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-refunded::before,
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th span.status-failed::before {
  background-color: #FFDEDF;
  /* Gray */
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th:first-child {
  border-left: solid 1px #a89f99;
  padding-left: 30px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th:last-child {
  border-right: solid 1px #a89f99;
  padding-right: 30px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr th a {
  color: #0d4d28;
  font-weight: 600;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr:first-child th {
  border-top: solid 1px gray;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr:first-child th:last-child {
  border-top-right-radius: 20px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 20px;
}
.woocommerce-MyAccount-content .grid .woocommerce-orders-table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 20px;
}
.woocommerce-MyAccount-content .grid .order-detail-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
  color: #0d4d28;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap {
  box-shadow: 0px 0px 10px 0px #4B23061A;
  padding: 24px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .line {
  width: 100%;
  height: 1px;
  background-color: #a89f99;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .back-wrap {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .back-wrap h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .back-wrap .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(../assets/back.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #a89f99;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .left .order-number {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .left .order-number span {
  color: #0d4d28;
  margin-left: 5px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .left .order-date {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .left .order-date span {
  font-weight: 400;
  white-space: break-spaces;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span h4 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.order-status {
  display: inline-block;
  padding: 0 10px;
  height: 19px;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.order-status::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -6px;
  left: -10px;
  border-radius: 50px;
  overflow: hidden;
  z-index: -10;
  padding: 0 10px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-pending h4,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-on-hold h4 {
  color: #FA6B13;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-pending::before,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-on-hold::before {
  background-color: #FFE7D9;
  /* Yellow */
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-processing h4 {
  color: #4B2306;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-processing::before {
  background-color: #FDE3D1;
  /* Orange */
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-completed h4 {
  color: #0D4D28;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-completed::before {
  background-color: #D0E5D6;
  /* Green */
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-cancelled h4,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-refunded h4,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-failed h4 {
  color: #DA252B;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-cancelled::before,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-refunded::before,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .order-meta .right span.status-failed::before {
  background-color: #FFDEDF;
  /* Gray */
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-order-details__title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 0;
  width: 100%;
  border-bottom: solid 1px #a89f99;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details {
  border: 0;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name {
  display: flex;
  gap: 20px;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #a89f99;
  padding-top: 30px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .order-item-image {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .info .order-item-name {
  margin-bottom: 10px;
  width: 80%;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .info .order-item-name a {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28 !important;
  text-decoration: none !important;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .info .wc-item-meta,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details .woocommerce-table__product-name .info .order-item-quantity {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tbody tr td:last-child {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  padding: 0;
  vertical-align: top;
  text-align: right;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #a89f99;
  padding-top: 30px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr th,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr td {
  border: 0 !important;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr th {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 0;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr td:last-child {
  text-align: right !important;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-right: 0;
  white-space: nowrap;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr td:last-child .button.pay {
  background-color: #0d4d28;
  color: #ffffff;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.actionn tr th,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.actionn tr td {
  border-top: solid 1px #a89f99;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.pricee tr:last-child th,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.pricee tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.pricee tr:first-child th,
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.pricee tr:first-child td {
  padding-top: 20px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details .woocommerce-column__title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details address {
  border: 0 !important;
  padding: 0 !important;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details address .woocommerce-customer-details--email {
  padding-left: 0;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  display: none;
}
.woocommerce-MyAccount-content .grid .order-details-custome-wrap .extra-payment-details-summary tr.ship th .content {
  border-bottom: solid 1px #a89f99 !important;
}
.woocommerce-MyAccount-content .grid .address-filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content .grid .address-filters .search-wrap {
  position: relative;
  min-width: calc(100% - 316px);
  border: solid 1px #a89f99;
  border-radius: 20px;
}
.woocommerce-MyAccount-content .grid .address-filters .search-wrap input {
  all: unset;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 40px;
  display: flex;
  align-items: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.woocommerce-MyAccount-content .grid .address-filters .search-wrap input::placeholder {
  color: #a89f99;
}
.woocommerce-MyAccount-content .grid .address-filters .search-wrap .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/search.svg) no-repeat;
}
.woocommerce-MyAccount-content .grid .address-filters button {
  all: unset;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  gap: 10px;
}
.woocommerce-MyAccount-content .grid .address-filters button .plus {
  width: 20px;
  height: 20px;
  background: url(../assets/plus-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .display-table-address {
  display: flex;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px #4B23061A;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 {
  padding: 20px;
  border: solid 1px #a89f99;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 header,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 header {
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 10;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 header h3,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 header h3 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  background-color: #0d4d28;
  padding: 5px 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 header .flex-wrap,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 header .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 header .flex-wrap h2,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 header .flex-wrap h2 {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 header .flex-wrap a,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 header .flex-wrap a {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url(../assets/edit.svg) no-repeat;
  background-size: contain;
}
.woocommerce-MyAccount-content .grid .display-table-address .u-column1 address,
.woocommerce-MyAccount-content .grid .display-table-address .u-column2 address {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.woocommerce-MyAccount-content .grid .mobile-orders {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .woocommerce-MyAccount-content .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content .grid {
    flex-direction: column;
    gap: 60px;
  }
  .woocommerce-MyAccount-content .grid .account-sidebar {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-shadow: 0px 0px 10px 0px #4B23061A;
  }
  .woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li a {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    text-decoration: none;
    justify-content: center;
  }
  .woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li::before {
    display: none;
  }
  .woocommerce-MyAccount-content .grid .account-sidebar .account-nav ul li:last-child {
    padding-top: 20px;
  }
  .woocommerce-MyAccount-content .grid .account-content {
    width: 100%;
  }
  .woocommerce-MyAccount-content .grid .account-content input[type="date"],
  .woocommerce-MyAccount-content .grid .account-content input[type="tel"] {
    all: unset;
    padding: 0 20px;
    border: solid 1px #a89f99;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    width: calc(100% - 40px);
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-MyAccount-content .grid .account-content .input-text {
    margin-bottom: 4px;
  }
  .woocommerce-MyAccount-content .grid .account-content .profile-title {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content .grid .account-content .profile {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content .grid .account-content .edit-account .woocommerce-Button.button {
    width: 100%;
    margin-top: 40px;
  }
  .woocommerce-MyAccount-content .grid .account-content .edit-account .unit {
    flex-direction: column;
    gap: 0;
  }
  .woocommerce-MyAccount-content .grid .order-filters {
    flex-direction: column;
  }
  .woocommerce-MyAccount-content .grid .order-filters .search-wrap,
  .woocommerce-MyAccount-content .grid .order-filters .date-wrap {
    width: 100%;
  }
  .woocommerce-MyAccount-content .grid .order-filters button {
    width: calc(100% - 40px) !important;
  }
  .woocommerce-MyAccount-content .grid .woocommerce-orders-table {
    display: none;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #4B23061A;
    border-radius: 20px;
    overflow: hidden;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card {
    border: solid 1px #a89f99;
    padding: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.row-number {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-number .content a {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    color: #0d4d28;
    text-decoration: underline;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.items-name .value .content span {
    height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-number .content,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.items-name .content,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-date .content,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content {
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-number .content h4,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.items-name .content h4,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-date .content h4,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-number .content span,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.items-name .content span,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-date .content span,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span {
    margin-bottom: 0;
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    z-index: 10;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.order-status {
    display: inline-block;
    padding: 0 10px;
    height: 19px;
    width: fit-content;
    position: relative;
    z-index: 10;
    margin-top: 10px;
    margin-left: 10px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.order-status::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: -6px;
    left: -10px;
    border-radius: 50px;
    overflow: hidden;
    z-index: -10;
    padding: 0 10px;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-pending,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-on-hold {
    color: #FA6B13;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-pending::before,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-on-hold::before {
    background-color: #FFE7D9;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-processing {
    color: #4B2306;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-processing::before {
    background-color: #FDE3D1;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-completed {
    color: #0D4D28;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-completed::before {
    background-color: #D0E5D6;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-cancelled,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-refunded,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-failed {
    color: #DA252B;
  }
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-cancelled::before,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-refunded::before,
  .woocommerce-MyAccount-content .grid .mobile-orders .order-card .order-item.order-status .content span.status-failed::before {
    background-color: #FFDEDF;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap {
    padding: 20px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table {
    min-width: calc(60%);
    display: flex;
    flex-direction: column;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot.pricee {
    padding-bottom: 30px;
    border-bottom: solid 1px #a89f99;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot.pricee tr th {
    max-width: 200px;
    min-width: 200px;
    padding-right: 0;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot.pricee tr td {
    width: 100%;
    padding-left: 0;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot.pricee tr td .shipped_via {
    text-align: left;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr {
    display: flex;
    width: 100%;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr th {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr th .content h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr th .content .minion h4.lf {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr th .content .minion .rg {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tfoot tr th .content .minion .rg h4 {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tbody {
    display: flex;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tbody tr td.woocommerce-table__product-name {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tbody tr td.woocommerce-table__product-name .order-item-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tbody tr td.woocommerce-table__product-name .info .order-item-name {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table tbody tr td.woocommerce-table__product-total {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 0;
    padding-left: 110px;
    font-weight: 500;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details h2 {
    font-family: 'montserrat', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-underline-position: from-font !important;
    text-decoration-skip-ink: none !important;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-customer-details .woocommerce-column--1 {
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot.actionn tr td {
    display: flex;
  }
  .woocommerce-MyAccount-content .grid .order-details-custome-wrap .woocommerce-table--order-details tfoot tr td:last-child {
    white-space: unset;
  }
  .woocommerce-MyAccount-content .grid .order-meta {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .woocommerce-MyAccount-content .grid .order-meta .left .order-date {
    flex-direction: column;
  }
  .woocommerce-MyAccount-content .grid .order-meta .order-status {
    margin-left: 10px;
    padding: 0 5px !important;
  }
  .woocommerce-MyAccount-content .grid .order-meta .order-status::before {
    height: 20px !important;
    top: -2px !important;
  }
  .woocommerce-MyAccount-content .grid .address-filters {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .woocommerce-MyAccount-content .grid .address-filters .search-wrap {
    width: 100%;
  }
  .woocommerce-MyAccount-content .grid .address-filters button {
    width: calc(100% - 40px);
  }
  .woocommerce-MyAccount-content .grid .display-table-address {
    flex-direction: column;
  }
  .woocommerce-MyAccount-content .grid .display-table-address .u-column1,
  .woocommerce-MyAccount-content .grid .display-table-address .u-column2 {
    width: calc(100% - 40px);
  }
  .woocommerce-MyAccount-content .grid .display-table-address .u-column1 .title,
  .woocommerce-MyAccount-content .grid .display-table-address .u-column2 .title {
    padding: 0;
    margin-bottom: 10px;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book {
    padding: 0 20px !important;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book header {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book header h3 {
    white-space: nowrap;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book .addresses .wc-address-book-address {
    padding-bottom: 100px !important;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-edit {
    bottom: 20px;
    left: 20px;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-delete {
    bottom: 20px;
    left: 60px;
  }
  .woocommerce-MyAccount-content .grid .shipping_address_book .addresses .wc-address-book-address .wc-address-book-meta .wc-address-book-make-primary {
    bottom: 70px !important;
  }
}
.payment-page {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .payment-page {
    max-width: 768px;
  }
}
.payment-page .main-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.payment-page .sub-title {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.payment-page .form {
  max-width: 800px;
  box-shadow: 0px 0px 10px 2px #4B23061A;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 50px;
  margin: 0 auto;
}
.payment-page .form .wpcf7-form .unit-wrap {
  display: flex;
  gap: 20px;
}
.payment-page .form .wpcf7-form .unit-wrap .unit {
  width: 100%;
}
.payment-page .form .wpcf7-form p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.payment-page .form .wpcf7-form p br {
  display: none;
}
.payment-page .form .wpcf7-form p label {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 10px;
}
.payment-page .form .wpcf7-form p label span {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: super;
  color: #da252b;
}
.payment-page .form .wpcf7-form p span input {
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.payment-page .form .wpcf7-form p span input::placeholder {
  color: #a89f99;
}
.payment-page .form .wpcf7-form p .wpcf7-submit {
  cursor: pointer !important;
  all: unset;
  height: 40px;
  background-color: #0d4d28;
  color: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  align-items: center;
  justify-self: center;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  width: 250px;
  margin-left: calc(50% - 290px/2);
  margin-top: 50px;
  white-space: nowrap;
  cursor: pointer;
}
.payment-page .form .wpcf7-form p span textarea {
  all: unset;
  height: 120px;
  width: calc(100% - 40px);
  padding: 15px 20px;
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #a89f99;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.payment-page .form .wpcf7-form p span textarea::placeholder {
  color: #a89f99;
}
.payment-page .form .wpcf7-form .wpcf7-not-valid-tip {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 4px;
  color: #da252b;
}
.payment-page .form .wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 21px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.payment-page .form .upload-file-wrap label {
  font-weight: bold;
  display: block;
  margin-bottom: 0;
}
.payment-page .form .upload-file-wrap p {
  margin-bottom: 0;
}
.payment-page .form .upload-file-wrap h4.warn {
  margin-top: 10px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a89f99;
  margin-bottom: 20px;
}
.payment-page .form .upload-file-wrap h4.sub-text {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}
.payment-page .form .upload-file-wrap input {
  width: fit-content;
  all: unset;
}
.payment-page .form .upload-file-wrap .custom-upload {
  position: relative;
  display: flex;
  cursor: pointer;
  height: 40px;
  width: 145px;
  border: solid 1px #a89f99 !important;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer !important;
}
.payment-page .form .upload-file-wrap .custom-upload span {
  cursor: pointer !important;
}
.payment-page .form .upload-file-wrap .custom-upload p {
  position: absolute;
  z-index: 99;
}
.payment-page .form .upload-file-wrap .custom-upload input[type="file"] {
  opacity: 0;
  width: 100%;
  z-index: 50;
  border: #0d4d28;
}
.payment-page .form .upload-file-wrap .custom-upload::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(../assets/upload.svg) no-repeat;
  background-size: contain;
  cursor: pointer !important;
}
.payment-page .form .upload-file-wrap .custom-upload::after {
  content: 'Upload File';
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer !important;
}
.payment-page .form .upload-file-wrap .preview-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
.payment-page .form .upload-file-wrap .preview {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #a89f99;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.payment-page .form .upload-file-wrap .preview .icon {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.payment-page .form .upload-file-wrap .preview .info {
  flex-grow: 1;
}
.payment-page .form .upload-file-wrap .preview .info .tile {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 5px;
}
.payment-page .form .upload-file-wrap .preview .info .size {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a89f99;
}
.payment-page .form .upload-file-wrap .preview .delete {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../assets/trash-red.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .payment-page {
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .payment-page .main-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
  }
  .payment-page .sub-title {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .payment-page .form {
    padding: 20px;
  }
  .payment-page .form .wpcf7-form .unit-wrap {
    flex-direction: column;
    gap: 0;
  }
  .payment-page .form .wpcf7-form span .wpcf7-submit {
    cursor: pointer !important;
    margin-top: 0;
    width: calc(100% - 40px);
    margin-left: 0;
    justify-content: center;
    text-align: center;
  }
}
#cf7-confirmation-popup,
#delete-pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 90;
}
#cf7-confirmation-popup .popup-content,
#delete-pop-up .popup-content {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  width: 530px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#cf7-confirmation-popup .popup-content .popup-close,
#delete-pop-up .popup-content .popup-close {
  width: 20px;
  height: 20px;
  background: url(../assets/close-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  padding: 50px 0;
}
#cf7-confirmation-popup .popup-content .icon,
#delete-pop-up .popup-content .icon {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  background: url(../assets/info.svg) no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
#cf7-confirmation-popup .popup-content .icon.delete,
#delete-pop-up .popup-content .icon.delete {
  background: url(../assets/warning.svg) no-repeat;
  background-size: contain;
}
#cf7-confirmation-popup .popup-content .popup-title,
#delete-pop-up .popup-content .popup-title {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #da252b;
  margin-bottom: 10px;
  padding: 0 40px;
}
#cf7-confirmation-popup .popup-content .popup-subtitle,
#delete-pop-up .popup-content .popup-subtitle {
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 30px;
  padding: 0 40px;
}
#cf7-confirmation-popup .popup-content .act-wrap,
#delete-pop-up .popup-content .act-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
#cf7-confirmation-popup .popup-content .act-wrap .btn,
#delete-pop-up .popup-content .act-wrap .btn {
  border-radius: 50px;
  border: solid 1px #0d4d28;
  overflow: hidden;
  padding: 0 20px;
  height: 40px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#cf7-confirmation-popup .popup-content .act-wrap .btn.delete,
#delete-pop-up .popup-content .act-wrap .btn.delete {
  background-color: #0d4d28;
  color: #ffffff;
}
#cf7-confirmation-popup .popup-content .act,
#delete-pop-up .popup-content .act {
  background-color: #0d4d28;
  border-radius: 50px;
  overflow: hidden;
  padding: 0 20px;
  height: 40px;
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  #cf7-confirmation-popup .popup-content,
  #delete-pop-up .popup-content {
    width: calc(100% - 40px) !important;
    height: 420px;
    margin: 0 auto;
  }
  #cf7-confirmation-popup .popup-content .popup-title,
  #delete-pop-up .popup-content .popup-title {
    font-family: 'poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0 30px;
  }
}
.pro-no-found-warn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.pro-no-found-warn .icon {
  width: 50px;
  height: 50px;
  background: url(../assets/cart-big.svg) no-repeat;
  background-size: contain;
}
.pro-no-found-warn h3 {
  font-family: 'poppins', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0d4d28;
  margin-bottom: 20px;
}
.date-wrap {
  position: relative;
  width: 100%;
}
.date-wrap .myDatePicker {
  height: 39px;
  border-radius: 20px;
  border: solid 1px gray;
  padding: 0 20px;
  position: relative;
  width: calc(100% - 40px);
  font-family: 'montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.date-wrap .date-icon {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../assets/calendar.svg) no-repeat;
  pointer-events: none;
  background-size: contain;
}
.password-wrap {
  position: relative;
  width: 100%;
}
.password-wrap input[type="password"] + .woocommerce-password-hint {
  display: none !important;
}
.password-wrap .password-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/eye-visible.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.password-wrap .password-icon.visible {
  background: url(../assets/eye-cross.svg) no-repeat center;
  background-size: contain;
}
.password-input .show-password-input.display-password::before {
  background: url('../assets/eye-visible.svg') no-repeat center;
  background-image: url('../assets/eye-visible.svg') !important;
  background-size: cover;
  width: 22px;
  height: 22px;
  content: "";
  display: block;
}
.password-input .show-password-input::before {
  background-image: url('../assets/eye-cross.svg') !important;
}
