.woocommerce-account.login-account-page .woocommerce {
  flex-direction: column-reverse;
}

.woocommerce-MyAccount-navigation {
  width: 90%;
  margin: 0px auto;
}

@media (max-width: 760px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  flex-wrap: wrap;
  /* gap */
  gap: 12px;
}

@media (max-width: 760px) {
  .woocommerce-MyAccount-navigation ul {
  flex-direction: row-reverse;
}
}


.woocommerce-MyAccount-navigation ul li {
  background: #e5e5e5;
  padding: 10px;
  font-size: 1rem;
  border-radius: 20px;
  width: fit-content;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #000;
}

.woocommerce-MyAccount-navigation-link.is-active {
  background: #dcc7b7;
}

.nts-account {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

@media (max-width: 760px) {
  .nts-account {
    flex-direction: column;
    width: 100%;
  }
}

.seperator {
  width: 1px;
  background: #e6e6e6;
}

.customer-points-info {
  text-align: right;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 25%;
  justify-content: start;
  margin: 0px 0;
}

@media (max-width: 760px) {
  .customer-points-info {
    width: 100%;
  }
}

.customer-points-info__item {
  position: relative;
  border-radius: 10px;
  padding: 10px 20px 10px;
  background-color: #f4f4f4;
  height: 130px;
}

.customer-points-info__item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.customer-points-info__item .customer-points-info__item-icon {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 20%;
}

.customer-points-info__item .customer-points-info__item-icon img {
  width: 100%;
  opacity: 0.1;
}

.customer-points-info__item-header {
  margin-bottom: 10px;
  position: absolute;
  top: -10px;
  background: var(--primary-color);
  z-index: 9;
  padding: 0 15px;
  transform: rotate(2deg);
}

.customer-points-info__item-body {
  margin: 20px 0;
  width: 70%;
}

/* orders information */

.nts-custom-orders {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
}

ul.nts-custom-orders {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  gap: 15px;
}

@media (max-width: 760px) {
  ul.nts-custom-orders {
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
  }
}

.nts-custom-orders__item {
  width: 100%;
  background: #f4f4f4;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 150px;
}

@media (max-width: 760px) {
  .nts-custom-orders__item {
    width: 100%;
    min-height: 200px;
  }
}

.nts-custom-orders ul li {
  width: 100%;
}

.nts-custom-orders__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.nts-custom-orders__status {
  font-size: 0.8rem;
  background-color: #dcc7b7;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 15px;
  margin: 10px 0;
  position: absolute;
  bottom: 2px;
  left: 10px;
}

.nts-custom-orders__meta_data {
  font-size: 0.8rem;
  background-color: #b6b09c;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 15px;
  margin: 10px 0;
  position: absolute;
  bottom: 2px;
  right: 10px;
  color: #fff;
}

.nts-custom-orders__items {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 0.8rem;
}

.nts-custom-orders__items li {
}

.nts-floating-message-point {
  display: none;
  position: fixed;
  bottom: 0;
  background: #dcc7b7;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 999;
}

.woocommerce-MyAccount-navigation-link--wt-smart-coupon {
  display: none !important;
}

.affliate-link {
  position: relative;
  margin: 10px 0;
}

.affliate-link input {
  border: 0;
  font-size: 0.8rem;
  border-bottom: 1px solid rgb(189, 189, 189);
  width: 100%;
}

#panel-tooltip {
  position: absolute;
  font-size: 0.7rem;
  left: 0;
}

.affiliate-link-content {
  position: relative;
}

.affiliate-link-content a {
  position: absolute;
  left: -20px;
  top: 3px;
  width: 10%;
}

.affiliate-link-content img {
  width: 100%;
  opacity: 0.5;
}

.total-points {
  text-align: center;
  font-size: 1.2rem;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px;
}

.apply-points-container {
  display: flex;
  text-align: center;
  border: 1px dashed black;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
.apply-points-container > * {
  flex: 0 0 50%;
}

.apply-points-container #apply-points {
  padding: 20px 0;
}

/* #apply-points::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #e8ffe9;
  transition: all 2s ease-in-out;
  z-index: -1;
}

#apply-points.filling::before {
  right: 0;
} */
.apply-points-container button {
  cursor: pointer;
  padding: 5px;
}

#apply-points {
  padding: 2px 5px;
  cursor: pointer;
}

#apply-points:hover {
  background-color: var(--primary-color);
  color: #000;
}

.nts-floating-message-point {
  cursor: pointer;
}

.nts-floating-message-contnet {
  display: none;
  position: fixed;
  border: 0;
  z-index: 999999;
  bottom: 38px;
  background: white;
  border-radius: 0;
  box-shadow: 0 0px 1px 1px #dcc7b7;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  padding: 30px 20px 20px 20px;
  text-align: center;
  font-size: 1.5rem;
}

.nts-floating-message-contnet.relative {
  position: relative;
  bottom: 0;
  z-index: 0;
}

.nts-floating-message-contnet.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nts-floating-message-contnet .close {
  position: absolute;
  left: 8px;
  top: 2px;
  font-size: 20px;
  cursor: pointer;
}

.nts-floating-message-contnet .action {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid rgb(184, 184, 184);
  text-align: center;
  font-size: 1.1rem;
}

.nts-floating-message-contnet .action:hover {
  background-color: #dcc7b7;
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  position: fixed;
  z-index: 99 !important;
}

.xoo_el_reg_terms_cont {
  font-size: 11px;
  text-align: right;
}

.xoo_el_reg_terms_cont label {
  display: flex !important;
  align-items: baseline;
}

.xoo_el_reg_terms_cont label input {
  margin-left: 5px;
}

.xoo-aff-group label {
  text-align: right;
}

.xoo-sl-goo-btn {
  width: unset !important;
}

.xoo-sl-goo-btn span {
  display: none !important;
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  margin-left: 0 !important;
}

.fb_button_label_element.fb_button_label span {
  display: none !important;
}

body .fb_button_label_element.fb_button_label span {
  display: none !important;
}

@media (max-width: 768px) {
  .xoo-el-main {
    padding: 40px 0px !important;
  }
}

.nts-floating-message-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 25px;
}

@media (max-width: 768px) {
  .woocommerce-checkout .checkout.woocommerce-checkout #order_review {
    top: 0 !important;
  }
}

.xoo-aff-group {
  float: right !important;
  width: 100% !important;
}

.xoo-aff-group.onehalf {
  margin-right: 0 !important;
  margin-left: 20px !important;
}

.xoo-aff-input-group .xoo-aff-input-icon {
  border-radius: 0 !important;
  border: 1px solid #b9b9b9 !important;
}

.xoo-aff-input-group input {
  border-radius: 0 !important;
}

.xoo-el-section {
  padding-left: 0px;
  padding-right: 20px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
  width: 100% !important;
}

@media (max-width: 760px) {
  .no-orders-message {
    margin: 20px 0;
  }
}

.nts-customer-points-info p {
  line-height: 1.5 !important;
}

.xoo-aff-radio input,
.xoo-aff-checkbox_single input,
.xoo-aff-checkbox_list input {
  margin-left: 5px !important;
  margin-right: 0 !important;
}
