.nt-button {
  background-color: #fe8b31;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 0.375rem;
}
.nt-button:hover {
  background-color: #fe8b31;
  color: #fff;
}

.nama-loader {
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: #fe8b31;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 700ms linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header#top {
  margin-bottom: 30px;
}

.nt-header-search {
  height: 44px;
  margin: 0;
}
.nt-header-search > select, .nt-header-search > div,
.nt-header-search input {
  height: 100%;
}
.nt-header-search .nt-search-result {
  top: calc(100% + 5px);
  font-size: 14px;
  border-radius: 10px;
  z-index: 1000;
}
.nt-header-search .nt-search-result li:hover {
  background-color: #f2f2f2;
}
.nt-header-search .nama-loader {
  width: 20px;
  height: 20px;
  border-width: 2px;
  position: absolute;
  top: calc(50% - 10px);
  left: 40px;
}

#nt-account-menu,
.nt-fixed-menu {
  z-index: 999999999;
}

.nama-otp-form .nama-loader {
  width: 20px;
  height: 20px;
  display: none;
  border-width: 2px;
}

#nt-single-post .comment-list .depth-2 {
  margin-right: 30px;
}
#nt-single-post .comment-list .comment-body {
  background-color: #f3f4f6;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
#nt-single-post .comment-list .comment-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
#nt-single-post .comment-list .comment-author {
  display: flex;
  align-items: center;
}
#nt-single-post .comment-list .comment-author .avatar {
  margin-left: 10px;
  border-radius: 100%;
}
#nt-single-post .comment-list .comment-author .says {
  margin-right: 5px;
}
#nt-single-post .comment-list .comment-metadata {
  display: flex;
  align-items: center;
  gap: 10px;
}
#nt-single-post .comment-list .comment-metadata a {
  font-size: 13px;
}
#nt-single-post .comment-list .comment-metadata .edit-link {
  padding: 2px 5px;
  border: 1px solid #999999;
  border-radius: 4px;
}
#nt-single-post .comment-list .comment-content {
  margin: 15px 0;
}
#nt-single-post .comment-list .reply .comment-reply-link {
  background-color: #fe8b31;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
#nt-single-post .comment-navigation {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nt-single-post #commentform label {
  font-size: 14px;
}
#nt-single-post #commentform input:not([type=checkbox], [type=submit], [type=radio]),
#nt-single-post #commentform textarea,
#nt-single-post #commentform .select2-selection {
  background: transparent;
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  outline: none;
}
#nt-single-post #commentform input:not([type=checkbox], [type=submit], [type=radio]),
#nt-single-post #commentform .select2-selection {
  height: 44px;
}
#nt-single-post #commentform .select2-selection {
  padding: 0;
  display: flex;
  align-items: center;
}
#nt-single-post #commentform .select2-selection .select2-selection__arrow {
  top: unset;
}
#nt-single-post #commentform .select2-selection input {
  margin: 0;
  border: none;
}
#nt-single-post #commentform input[type=checkbox],
#nt-single-post #commentform input[type=radio] {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
#nt-single-post #commentform textarea {
  min-height: 120px;
  padding: 10px;
}
#nt-single-post #commentform .comment-notes,
#nt-single-post #commentform .logged-in-as {
  font-size: 14px;
}
#nt-single-post #commentform > p {
  margin-bottom: 20px;
}

#customer_login {
  margin-top: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px 60px;
}
@media (max-width: 992px) {
  #customer_login {
    flex-direction: column;
    align-items: center;
  }
}

#nt-wc-register-form,
#nt-wc-lost-pass-form,
#nt-wc-reset-pass-form,
#nt-wc-login-form {
  width: 24rem;
  margin: 0;
  padding: 30px;
  border-color: rgb(229, 231, 235);
}
#nt-wc-register-form label,
#nt-wc-lost-pass-form label,
#nt-wc-reset-pass-form label,
#nt-wc-login-form label {
  font-size: 14px;
}
#nt-wc-register-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-register-form textarea,
#nt-wc-register-form .select2-selection,
#nt-wc-lost-pass-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-lost-pass-form textarea,
#nt-wc-lost-pass-form .select2-selection,
#nt-wc-reset-pass-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-reset-pass-form textarea,
#nt-wc-reset-pass-form .select2-selection,
#nt-wc-login-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-login-form textarea,
#nt-wc-login-form .select2-selection {
  background: transparent;
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  outline: none;
}
#nt-wc-register-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-register-form .select2-selection,
#nt-wc-lost-pass-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-lost-pass-form .select2-selection,
#nt-wc-reset-pass-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-reset-pass-form .select2-selection,
#nt-wc-login-form input:not([type=checkbox], [type=submit], [type=radio]),
#nt-wc-login-form .select2-selection {
  height: 44px;
}
#nt-wc-register-form .select2-selection,
#nt-wc-lost-pass-form .select2-selection,
#nt-wc-reset-pass-form .select2-selection,
#nt-wc-login-form .select2-selection {
  padding: 0;
  display: flex;
  align-items: center;
}
#nt-wc-register-form .select2-selection .select2-selection__arrow,
#nt-wc-lost-pass-form .select2-selection .select2-selection__arrow,
#nt-wc-reset-pass-form .select2-selection .select2-selection__arrow,
#nt-wc-login-form .select2-selection .select2-selection__arrow {
  top: unset;
}
#nt-wc-register-form .select2-selection input,
#nt-wc-lost-pass-form .select2-selection input,
#nt-wc-reset-pass-form .select2-selection input,
#nt-wc-login-form .select2-selection input {
  margin: 0;
  border: none;
}
#nt-wc-register-form input[type=checkbox],
#nt-wc-register-form input[type=radio],
#nt-wc-lost-pass-form input[type=checkbox],
#nt-wc-lost-pass-form input[type=radio],
#nt-wc-reset-pass-form input[type=checkbox],
#nt-wc-reset-pass-form input[type=radio],
#nt-wc-login-form input[type=checkbox],
#nt-wc-login-form input[type=radio] {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
#nt-wc-register-form textarea,
#nt-wc-lost-pass-form textarea,
#nt-wc-reset-pass-form textarea,
#nt-wc-login-form textarea {
  min-height: 120px;
  padding: 10px;
}
#nt-wc-register-form h2,
#nt-wc-lost-pass-form h2,
#nt-wc-reset-pass-form h2,
#nt-wc-login-form h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
#nt-wc-register-form .woocommerce-form-row,
#nt-wc-lost-pass-form .woocommerce-form-row,
#nt-wc-reset-pass-form .woocommerce-form-row,
#nt-wc-login-form .woocommerce-form-row {
  margin-bottom: 20px;
  padding: 0;
}
#nt-wc-register-form .show-password-input,
#nt-wc-lost-pass-form .show-password-input,
#nt-wc-reset-pass-form .show-password-input,
#nt-wc-login-form .show-password-input {
  top: 18px;
}
#nt-wc-register-form input[type=submit],
#nt-wc-register-form button,
#nt-wc-lost-pass-form input[type=submit],
#nt-wc-lost-pass-form button,
#nt-wc-reset-pass-form input[type=submit],
#nt-wc-reset-pass-form button,
#nt-wc-login-form input[type=submit],
#nt-wc-login-form button {
  background-color: #fe8b31;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 0.375rem;
  width: 100%;
  height: 44px;
  float: none;
}
#nt-wc-register-form input[type=submit]:hover,
#nt-wc-register-form button:hover,
#nt-wc-lost-pass-form input[type=submit]:hover,
#nt-wc-lost-pass-form button:hover,
#nt-wc-reset-pass-form input[type=submit]:hover,
#nt-wc-reset-pass-form button:hover,
#nt-wc-login-form input[type=submit]:hover,
#nt-wc-login-form button:hover {
  background-color: #fe8b31;
  color: #fff;
}
#nt-wc-register-form .woocommerce-LostPassword,
#nt-wc-lost-pass-form .woocommerce-LostPassword,
#nt-wc-reset-pass-form .woocommerce-LostPassword,
#nt-wc-login-form .woocommerce-LostPassword {
  margin-top: 20px;
}

#nt-wc-register-form .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  font-size: 14px;
}

#nt-wc-login-form .woocommerce-form-login__submit,
#nt-wc-login-form .digits-form_submit-btn {
  margin-top: 20px;
}

#nt-wc-lost-pass-form,
#nt-wc-reset-pass-form {
  margin: 0 auto;
}

.woocommerce .checkout_coupon,
.woocommerce .checkout {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e5e7eb !important;
}
.woocommerce .checkout_coupon label,
.woocommerce .checkout label {
  font-size: 14px;
}
.woocommerce .checkout_coupon input:not([type=checkbox], [type=submit], [type=radio]),
.woocommerce .checkout_coupon textarea,
.woocommerce .checkout_coupon .select2-selection,
.woocommerce .checkout input:not([type=checkbox], [type=submit], [type=radio]),
.woocommerce .checkout textarea,
.woocommerce .checkout .select2-selection {
  background: transparent;
  width: 100%;
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  outline: none;
}
.woocommerce .checkout_coupon input:not([type=checkbox], [type=submit], [type=radio]),
.woocommerce .checkout_coupon .select2-selection,
.woocommerce .checkout input:not([type=checkbox], [type=submit], [type=radio]),
.woocommerce .checkout .select2-selection {
  height: 44px;
}
.woocommerce .checkout_coupon .select2-selection,
.woocommerce .checkout .select2-selection {
  padding: 0;
  display: flex;
  align-items: center;
}
.woocommerce .checkout_coupon .select2-selection .select2-selection__arrow,
.woocommerce .checkout .select2-selection .select2-selection__arrow {
  top: unset;
}
.woocommerce .checkout_coupon .select2-selection input,
.woocommerce .checkout .select2-selection input {
  margin: 0;
  border: none;
}
.woocommerce .checkout_coupon input[type=checkbox],
.woocommerce .checkout_coupon input[type=radio],
.woocommerce .checkout input[type=checkbox],
.woocommerce .checkout input[type=radio] {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
.woocommerce .checkout_coupon textarea,
.woocommerce .checkout textarea {
  min-height: 120px;
  padding: 10px;
}
.woocommerce .checkout .woocommerce-billing-fields > h3:first-child,
.woocommerce .checkout .woocommerce-shipping-fields > h3:first-child {
  margin-bottom: 20px;
}
.woocommerce .checkout .description {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
.woocommerce #order_review_heading {
  margin-bottom: 10px;
}

.woocommerce {
  /* Notice */
  /* Shop */
  /* Single Product */
  /* Cart */
}
@media (max-width: 1024px) {
  .woocommerce #nt-my-account {
    gap: 0;
  }
  .woocommerce #nt-my-account > div > nav {
    margin-bottom: 20px;
  }
}
.woocommerce .nt-order-table-actions {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-order-details {
  margin-top: 20px;
}
.woocommerce .woocommerce-order-details .wcot-tracking {
  background-color: #f1f5f9;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}
.woocommerce .woocommerce-order-details .wcot-tracking h2 {
  margin-bottom: 5px;
}
.woocommerce .woocommerce-order-details .wcot-tracking .wcot-track-text {
  font-size: 14px;
  line-height: 1.8em;
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  margin-top: 10px;
}
.woocommerce #nt-user-comments .nt-account-comment-star-rating {
  display: flex;
  justify-content: center;
}
.woocommerce .woocommerce-address-fields .nt-address-field-wrap {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-address-fields .nt-address-field-label {
  margin-bottom: 5px;
}
.woocommerce .woocommerce-Addresses {
  line-height: 2em;
}
.woocommerce .nt-list-added svg {
  border-color: red;
  color: red;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
  color: #fd841f;
}
.woocommerce .nt-loop-product .nt-sale-flash {
  z-index: 10;
}
.woocommerce .nt-loop-product .nt-loop-product-image {
  height: 200px;
  object-fit: contain;
}
.woocommerce .woocommerce-info {
  border-top-color: #f97316;
}
.woocommerce .woocommerce-info::before {
  color: #f97316;
}
.woocommerce form.woocommerce-ordering, .woocommerce p.woocommerce-result-count {
  margin: 0 !important;
}
.woocommerce #nt-product-filter-form button[type=submit] {
  width: 100%;
}
.woocommerce #nt-product-loop .nama-loader {
  width: 40px;
  height: 40px;
  border-width: 4px;
  position: absolute;
  top: 50%;
  right: 50%;
}
.woocommerce .nt-products .star-rating {
  margin: 0 !important;
}
.woocommerce #nt-products-load-more {
  margin-right: auto;
  margin-left: auto;
}
.woocommerce .nt-product-swiper img {
  height: 18rem;
  object-fit: contain;
}
.woocommerce #review_form #comment {
  height: unset;
}
.woocommerce #review_form p.form-submit {
  display: flex;
}
.woocommerce #review_form input#submit {
  background-color: #fe8b31;
  margin-right: auto;
  color: #ffffff;
  border-radius: 0.5rem;
}
.woocommerce #review_form input#submit:hover {
  background-color: #fe8b31;
  color: #ffffff;
}
.woocommerce .nt-cart-product-image img {
  width: 150px;
  margin: auto;
}
.woocommerce button[name=update_cart]:disabled {
  opacity: 0.5;
}

.nt-wallet {
  gap: 5px;
}

/* Add */
.woo-wallet-sidebar li.card p {
  line-height: 1.5em;
  font-size: 14px;
}
.woo-wallet-sidebar li.card span {
  margin-bottom: 15px;
  font-size: 28px;
}

.woo-wallet-menu-contents {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 4px;
}

.woo-wallet-icon-wallet {
  margin-left: 3px;
}

.woo-wallet-transactions-items {
  margin-top: 20px !important;
}

/* Transfer form */
#woo_wallet_transfer_form input[name=woo_wallet_transfer_amount],
#woo_wallet_transfer_form textarea[name=woo_wallet_transfer_note] {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
}

#woo_wallet_transfer_form input[name=woo_wallet_transfer_amount] {
  height: 28px;
}

/* transactions */
#wc-wallet-transaction-details_wrapper {
  margin-top: 20px;
}

#wc-wallet-transaction-details {
  margin: 10px 0;
}

#nt-modal-cart .nama-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  border-width: 3px;
}

.nt-entry-content p {
  margin-bottom: 20px;
}
.nt-entry-content a {
  color: #fe8b31;
}
.nt-entry-content h1 {
  font-size: 28px;
}
.nt-entry-content h2 {
  font-size: 24px;
}
.nt-entry-content h3 {
  font-size: 22px;
}
.nt-entry-content h4 {
  font-size: 18px;
}
.nt-entry-content h5 {
  font-size: 16px;
}
.nt-entry-content h6 {
  font-size: 12px;
}

.nt-table-wrap table {
  text-align: center;
}
.nt-table-wrap table td, .nt-table-wrap table th {
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .nt-table-wrap table {
    text-align: unset;
  }
  .nt-table-wrap table th {
    display: none;
  }
  .nt-table-wrap table td {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .nt-table-wrap table td::before {
    margin-left: auto;
    content: attr(data-title) ": ";
  }
}

/*# sourceMappingURL=main.css.map */
