input.editable-input:disabled {
  background-color: white;
  border: unset;
  border: white 1px solid;
}
.profile-banner {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem 0;
  padding: 0;
}
.profile-banner .gradient{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(0, 0, 0, 0.8183648459383753) 100%);
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.profile-banner .greeting-title {
  position: absolute;
  bottom: 5%;
  left: 2%;
  font-size: 20px;
  color: white;
  z-index: 4;
}
/* 
.profile-banner .img img {
  width: 100%;
  z-index: -1;
}
.profile-banner .name {
  font-size: 20px;
  color: white;
  position: absolute;
  bottom: 5%;
  left: 2%;
}
.img-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 52%,
    rgba(0, 0, 0, 0.8183648459383753) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 52%,
    rgba(0, 0, 0, 0.8183648459383753) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 52%,
    rgba(0, 0, 0, 0.8183648459383753) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
} */
.member-dashboard-noti-set {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  -moz-border: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ffebeb;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.member-dashboard-noti {
  position: relative;
  margin-right: 5px;
}

.member-dashboard-noti-set button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px #d9d9d9 solid;
  font-size: 14px;
  width: auto;
  height: 40px;
  margin: 0 0.25rem;
}

.member-dashboard-noti-set button img {
  display: flex;
  width: 20px;
  margin-right: 5px;
}
.profile-menu {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.profile-menu .head {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px #d9d9d9 solid;
  padding: 0.5rem 0.75rem;
}
.profile-menu .profilelist {
  list-style-type: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1rem;
  height: 50px;
}
.profile-menu .profilelist-active,
.profile-menu .profilelist:hover {
  background-color: #d52926;
  transition: 0.3s ease-in-out;
}
.profile-menu .profilelist-active a,
.profile-menu .profilelist:hover a {
  color: white;
}

.profile-menu .profilelist-active svg,
.profile-menu .profilelist-active path,
.profile-menu .profilelist:hover svg,
.profile-menu .profilelist:hover path {
  fill: white;
}
.profile-menu .profilelist svg {
  margin-right: 0.75rem;
}
.profile-menu .profilelist a {
  width: 100%;
}

.profile-menu .logout a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.profile-menu .info {
  font-size: 16px;
}
.profile-menu .border-btm {
  border-bottom: 1px #d9d9d9 solid;
}
.profile-menu .info ul,
.profile-menu .order ul {
  padding-left: 0;
  margin-bottom: 0;
}

.profile-menu .logout:hover {
  background-color: #d52926;
  transition: 0.3s ease-in-out;
  border-radius: 0 0 13px 13px;
}
.profile-menu .logout:hover a {
  color: white;
  transition: 0.3s ease-in-out;
}
.profile-menu .logout svg {
  margin-right: 0.75rem;
}
.profile-menu .logout:hover path {
  fill: white;
  transition: 0.3s ease-in-out;
}
.profile-menu .logout {
  padding: 0 1rem;
  height: 50px;
  display: flex;
  align-items: center;
}

.profile-menu .profilelist-content .card-body .quantity {
  position: relative;
}
.profile-menu .profilelist-content .card-body .quantity .count {
  text-align: center;
}
.profile-menu .profilelist-content .card-body .quantity .count input {
  font-size: 22px;
  width: 30%;
  text-align: center;
}
.profile-menu .profilelist-content .card-body .minus,
.profile-menu .profilelist-content .card-body .plus {
  bottom: 5%;
}
.profile-menu .profilelist-content .card-body .minus i,
.profile-menu .profilelist-content .card-body .plus i {
  font-size: 16px;
  color: #5d5d5d;
  background: #ededed;
  width: 1.85vw;
  height: 1.85vw;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-menu .profilelist-content .card-body .shopping-icon {
  background-color: #ffc800;
  width: 3.08vw;
  height: 2.1vw;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-menu .profilelist-content .card-body .shopping-icon img {
  width: 1.31vw;
}
.profile-menu .profilelist-content#myOrder-content .ordertitle {
  margin: 1% 0 2% 0;
  padding: 0 0 1% 0;
  border-bottom: 1px #d9d9d9 solid;
}
.profile-menu .profilelist-content#myOrder-content .orderbuy {
  text-align: center;
  padding: 10% 0;
}
.profile-heading .title {
  font-size: 28px;
  font-weight: 500;
  padding: 0.5rem 0;
  margin: 0 0 1rem 0;
}

.profile-statusbox {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-statusbox .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
}
.profile-statusbox .box:not(:last-child) {
  border-right: 1px #d9d9d9 solid;
}

.profile-statusbox img {
  width: 3rem;
  margin-right: 1rem;
}
.profile-statusbox .box span {
  color: #ffc800;
  font-size: 22px;
  font-weight: 400;
}

.profile-box {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.profile-box.info {
  height: 95%;
}
.profile-box.address {
  min-height: 13rem;
}

.profile-box.address-address {
  min-height: 13rem;
}
.profile-box.address-tax {
  min-height: 89%;
  margin: 0;
}
.profile-box.address-tax .title {
  width: 75%;
}
.profile-box.address-tax .edit {
  width: 25%;
}

.profile-box .head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.profile-box input {
  padding: 0 0.5rem;
}
.profile-box .title {
  font-size: 18px;
  font-weight: 500;
}
.profile-box .changepw {
  text-align: end;
}
.profile-box .changepw a,
.profile-box .edit a {
  color: #d52926;
  text-decoration: underline;
  font-size: 14px;
}
.profile-box .edit a i {
  margin-right: 0.25rem;
}
.profile-box .manage {
  border-left: 1px #8b8b8b dashed;
  padding-left: 1rem;
  height: 100%;
}
.profile-box .managebox {
  display: flex;
  align-items: center;
  color: #8b8b8b;
}
.profile-box .managebox:hover,
.profile-box .managebox:hover i {
  color: #2e368f;
  transition: 0.3s ease-in-out;
}
.profile-box .managebox img {
  width: 12px;
  margin-right: 0.5rem;
}
.profile-box .managebox i {
  margin-right: 0.5rem;
}
.profile-box .border-dashed {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px #e1e1e1 solid;
}
.profile-box .detail-address .name {
  font-weight: 500;
}

.ordertitle {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 1rem 0;
}

.ordertitle span {
  font-size: 18px;
  font-weight: 500;
}
.ordertitle a {
  font-size: 16px;
  color: black;
  text-decoration: underline;
}
.orderlist table {
  width: 100%;
}
.orderlist .thead {
  border-bottom: 1px #d9d9d9 solid;
  display: flex;
}

.orderlist .th {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0.75rem 0;
  width: 25%;
}
.orderlist .tbody {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  text-align: center;
  font-size: 16px;
}
.orderlist .tbody span {
  display: flex;
}
.orderlist .tbody .noOrder {
  justify-content: center;
  font-size: 16px;
}
.orderlist .td {
  font-size: 16px;
  text-align: center;
  padding: 0.75vh 0;
  font-weight: 200;
  width: 25%;
}
.orderlist .td a {
  font-size: 16px;
  color: #ffc800;
}
.orderlist .td.cancel a {
  font-size: 16px;
  color: #7f7f7f;
}
.orderlist .td.border-right {
  border-right: 1px #d9d9d9 solid;
}
.orderbuy {
  text-align: end;
  padding: 2rem 0 0 0;
}
.orderbuy a {
  font-size: 16px;
  font-weight: 400;
  color: #ffc800;
  text-decoration: underline;
}

.profilelist-content label span {
  font-size: 16px;
  color: #21b3a0;
}
.profilelist-content .text {
  display: flex;
  flex-direction: column;
}
.profilelist-content .text span {
  font-size: 15px;
}
.profilelist-content .box {
  height: 4rem;
}

.profilelist-content#points-content .profile-info {
  flex-direction: row;
  padding: 0;
}
.profilelist-content#points-content .profile-info .box {
  width: 50%;
}
.profilelist-content#points-content .profile-info .box.left {
  border-right: 1px #d9d9d9 solid;
}
.profilelist-content#points-content .profile-info .box.left .pad {
  padding: 0 1rem 0 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profilelist-content#points-content .profile-info .box.right .pad {
  padding: 0 3rem 0 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profilelist-content#points-content .score-history .collect {
  font-size: 16px;
  font-weight: 400;
  padding: 0.6vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.profilelist-content#points-content .score-history .collect-active {
  background-color: #21b3a0;
  color: white;
}

.profilelist-content#points-content .profile-collect-score-heading {
  display: flex;
  border: 1px #d9d9d9 solid;
}
.profilelist-content#points-content .profile-collect-score-heading .gain {
  width: 30%;
}
.profilelist-content#points-content .profile-collect-score-heading .used,
.profilelist-content#points-content .profile-collect-score-heading .used2 {
  width: 35%;
  border-left: 1px #d9d9d9 solid;
}
.profilelist-content#points-content .profile-collect-score-content {
  border-right: 1px #d9d9d9 solid;
  border-bottom: 1px #d9d9d9 solid;
  border-left: 1px #d9d9d9 solid;
  padding: 3%;
}
.profilelist-content#points-content
  .profile-collect-score-content
  .select-dateform {
  display: flex;
  padding: 2% 0;
}
.profilelist-content#points-content
  .profile-collect-score-content
  .select-dateform
  .form-select {
  width: 18%;
  margin-right: 2%;
  border-radius: 0;
}
.profilelist-content#points-content .profile-collect-score-content label {
  font-size: 16px;
  font-weight: 400;
}
.profilelist-content#points-content .profile-collect-score-content option,
.profilelist-content#points-content .profile-collect-score-content select {
  font-size: 16px;
  color: #5d5d5d;
  font-size: 400;
}
.profilelist-content#points-content
  .profile-collect-score-content
  .orderlist
  .th,
.profilelist-content#points-content
  .profile-collect-score-content
  .orderlist
  .td {
  width: 33.33%;
}

.profilelist-content#interested-content .number-counting {
  position: relative;
  width: 5rem;
}

.profilelist-content#interested-content .addproduct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.profilelist-content#interested-content .addtocart {
  opacity: 1;
}

.orderstatus-content .profile-address .head {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0 0 1rem 0;
}
.orderstatus-content .profile-address .head i {
  margin-right: 0.5rem;
}
.orderstatus-content .profile-address {
  font-size: 16px;
  height: fit-content;
}
.orderstatus-content .profile-address .detail-address .place,
.orderstatus-content .profile-address .detail-address .name,
.orderstatus-content .profile-address .detail-address .address,
.orderstatus-content .profile-address .detail-address .tel,
.orderstatus-content .profile-address .detail-address .status,
.orderstatus-content .profile-address .detail-address .tracking,
.orderstatus-content .profile-address .detail-address .arrived i {
  font-size: 16px;
  font-weight: 200;
  margin: 0 !important;
}
.orderstatus-content .profile-address .detail-address .type {
  font-weight: 300;
}

.orderstatus-content .profile-address .detail-address .status {
  color: #ffc800;
  font-weight: 300;
}

.orderstatus-content .profile-address .detail-address img {
  width: 85px;
  border: #d9d9d9 1px solid;
  margin-right: 1rem;
}
.orderstatus-content .profile-address .detail-address .box {
  border-bottom: 1px #d9d9d9 solid;
  padding: 1vw 0;
  font-size: 16px;
}
.orderstatus-content .profile-address .detail-address .box.noborder {
  border-bottom: none;
  padding: 1vw 0 0 0;
}
.orderstatus-content .profile-address .detail-address .box .list {
  padding-bottom: 1vw;
}
.orderstatus-content .profile-address .detail-address .box .product {
  display: flex;
  align-items: flex-start;
  align-items: center;
  width: 100%;
}
.orderstatus-content
  .profile-address
  .detail-address
  .box
  .product
  .product-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.orderstatus-content
  .profile-address
  .detail-address
  .box
  .product
  .product-name
  .name {
  font-size: 16px;
  height: 1.45rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orderstatus-content
  .profile-address
  .detail-address
  .box
  .product
  .product-name
  .price {
  font-size: 16px;
  font-weight: 400;
}
.orderstatus-content .profile-address .detail-address .box .product .quantity {
  display: flex;
}
.orderstatus-content .profile-address .detail-address .box .product .number {
  margin: 0 0.5rem;
}
.orderstatus-content .profile-address .detail-address .box .product .quantity,
.orderstatus-content .profile-address .detail-address .box .product .number {
  font-size: 16px;
}
.orderstatus-content .profile-address .detail-address .box span {
  font-size: 16px;
}

.orderstatus-content .profile-address .detail-address .box li {
  font-size: 14px;
}
.orderstatus-content .profile-address .detail-address .box ul {
  padding-right: 6rem;
  margin-bottom: 0;
}
.orderstatus-content .profile-address .detail-address .box .net {
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  color: #d52926;
  padding: 0.5rem;
  border-radius: 7px;
}

.orderstatus-content .profile-address .detail-address .bold.red {
  font-weight: 400;
  color: #c10000;
}

.profile .address-form .box label,
.profile .changePW-form .box label {
  width: 12rem;
}

/*----------- เปลี่ยน / แก้ไขที่อยู่ -------------*/
#offcanvasMyAddr .offcanvas-body,
#offcanvasMyAddrTax .offcanvas-body,
#offcanvasMyAddrAdd .offcanvas-body,
#offcanvasMyAddrTaxAdd .offcanvas-body,
#offcanvasMyAddrEdit .offcanvas-body,
#offcanvasMyAddrTaxEdit .offcanvas-body {
  padding: 1rem;
}

@media (max-width: 991px) {
  .member-dashboard-noti-set {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .member-dashboard-noti {
    font-size: 12px;
    margin: 0 0 0.5rem 0;
    width: 100%;
    text-align: center;
  }
  .profile-menu .head {
    font-size: 18px;
    padding: 0.75rem 1rem;
  }
  .profile-box .detail,
  .profile-box .detail-address {
    font-size: 14px;
  }
  /*   .profile-menu .profilelist,
  .profile-menu .logout a,
  .profile-banner .name,
  .profile-info .head .title,
  .profile-address .manage .managebox .icon i {
    font-size: 16px;
  } */
  .profile-menu .profilelist span,
  .profile-menu .logout a span {
    width: 20px;
    margin-right: 1rem;
  }

  .profile-heading .title {
    font-size: 20px;
    padding: 0.5rem 0;
    margin: 0 0 0.5rem 0;
  }
  .profile-heading .title.editinfo {
    margin-top: 1.5rem;
  }

  .profile-box {
    margin-bottom: 1rem;
  }
  .profile-box.address,
  .profile-box.address-address {
    min-height: auto;
  }
  .profile-box.address-tax {
    margin: 0 0 1rem 0;
  }
  .profile-box .manage {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    border: none;
  }
  .profile-box .managebox {
    margin: 0 1rem;
  }

  .profile-statusbox {
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
  }
  .profile-statusbox .box {
    flex-direction: column;
    width: 33%;
    text-align: center;
    font-size: 14px;
    height: fit-content;
  }
  .profile-statusbox img {
    width: 28px;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .profile-statusbox .box span {
    font-size: 18px;
  }
  .profile-address.profile-panel {
    min-height: auto;
    margin-bottom: 1rem;
  }
  .profile-address.address-panel {
    padding: 1rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .profile-address .detail-address {
    padding: 0;
    font-size: 16px;
  }
  .profile-address .detail-address.border-dashed {
    padding: 0;
    margin: 0 0 1rem 0;
  }

  .profile-info .detail .logo {
    width: 150px;
  }
  .profile-info .detail .mainscore {
    font-size: 24px;
  }
  .ordertitle {
    margin: 2rem 0 0.5rem 0;
  }
  .ordertitle span {
    font-size: 20px;
  }
  .ordertitle a,
  .orderlist .td,
  .orderlist .th,
  .orderlist .td a,
  .orderlist .td.cancel a {
    font-size: 14px;
  }
  .orderlist .td,
  .orderlist .th {
    padding: 0.25rem;
  }
  .orderbuy a {
    font-size: 14px;
  }

  .profilelist-content#profileEdit-content .box {
    height: auto;
  }
  .profilelist-content#profileEdit-content label,
  .profilelist-content#passwordChange-content label {
    font-size: 16px;
  }
  .profilelist-content#profileEdit-content .text {
    font-size: 16px;
  }
  .profilelist-content#profileEdit-content .text span {
    font-size: 14px;
  }
  .profilelist-content#profileEdit-content button,
  .profilelist-content#passwordChange-content button {
    width: 150px;
  }

  /*   .profilelist-content#points-content .profile-info {
    flex-direction: column;
  }
  .profilelist-content#points-content .profile-info .box {
    width: 100%;
  }
  .profilelist-content#points-content .profile-info .box.left .pad,
  .profilelist-content#points-content .profile-info .box.right .pad {
    padding: 0.5rem;
  }
  .profilelist-content#points-content .profile-info .box.left {
    border-bottom: 1px #d9d9d9 solid;
    border-right: none;
  }
  .profile-info .expire-score {
    border-top: none;
  }
  .profile-info .detail table td span {
    font-size: 16px;
  }
  .profilelist-content#points-content .score-history .collect,
  .profilelist-content#points-content .profile-collect-score-content label,
  .profilelist-content#points-content
    .profile-collect-score-content
    .select-dateform
    .form-select {
    font-size: 14px;
  }
  .profilelist-content#points-content
    .profile-collect-score-content
    .select-dateform
    .form-select {
    width: 100%;
  }
  .profilelist-content#points-content .profile-collect-score-content {
    padding: 0.5rem;
  }
  .profilelist-content#points-content .score-history .collect {
    padding: 0.5rem;
    height: 100%;
  }
 */

  .orderstatus-content {
    padding: 1rem 0;
  }
  .orderstatus-content .profile-address .detail-address .box,
  .orderstatus-content .profile-address .detail-address .box.noborder {
    padding: 1rem 0;
  }
  .orderstatus-content
    .profile-address
    .detail-address
    .box
    .product
    .product-name {
    flex-direction: column;
  }

  .profile .address-form .box,
  .profile .changePW-form .box {
    align-items: flex-start;
    flex-direction: column;
  }
}
