input.editable-input:disabled {
  background-color: white;
  border: unset;
  border: white 1px solid;
}
.profile-banner {
  position: relative;
}
.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);
}

.profile-menu {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.profile-menu .head {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px #d9d9d9 solid;
  padding: 0.5rem 0.75rem;
}
.profile-menu .profilelist {
  font-weight: 200;
  font-size: 16px;
  list-style-type: none;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.profile-menu .logout a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.profile-menu .logout a:hover {
  color: #0d578b;
  transition: 0.3s ease-in-out;
}
.profile-menu .info {
  font-size: 16px;
}
.profile-menu .border-btm {
  border-bottom: 1px #d9d9d9 solid;
  margin: 0.5rem 1rem;
}
.profile-menu .info ul,
.profile-menu .order ul {
  padding-left: 0;
  margin-bottom: 0;
}

.profile-menu .logout:hover {
  background-color: #0d578b;
  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.5rem 0.75rem 1rem 0.75rem;
  border-radius: 0 0 13px 13px;
}
.profile-menu .profilelist-active,
.profile-menu .profilelist:hover {
  background-color: #0d578b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease-in-out;
}
.profile-menu .profilelist-active a,
.profile-menu .profilelist:hover a {
  color: white;
}

.profile-menu .profilelist img,
.profile-menu .logout a img {
  width: 20px;
  margin-right: 0.75rem;
}
.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 .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-ody .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.75rem;
  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-info {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* height: 25.75rem; */
  height: 94%;
}
.profile-info a:hover {
  color: #0d578b;
}
.profile-info .head .edit img,
.profile-address .manage .managebox .icon {
  width: 14px;
}
.profile-info .head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.profile-info input {
  padding: 0 0.5rem;
}
.profile-address {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1.75rem;
}
.profile-address.profile-panel {
  min-height: 13rem;
}
.profile-address.address-panel {
  height: 100%;
}
.profile-address .head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.5rem 0;
}

.profile-info .head .title,
.profile-address .head .title {
  font-size: 18px;
  font-weight: 400;
}
.profile-info .head .edit svg path {
  fill: #0d578b;
}
.profile-info .head .edit span,
.profile-address .head .edit span {
  font-size: 16px;
  text-decoration: underline;
  margin-left: 0.25rem;
  color: #0d578b;
}
.profile-info .head .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.profile-info .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-info .detail table td {
  border: none;
  font-size: 16px;
  padding: 0.25rem 0;
  font-weight: 200;
}
.profile-info .detail table td.greytext {
  color: #7f7f7f;
  font-weight: 300;
}
.profile-info .detail table td span {
  font-size: 16px;
  font-weight: 200;
}
.profile-info .changepw a,
.profile-info .score .totalscore,
.viewhistory {
  font-size: 16px;
  cursor: pointer;
  text-decoration: underline;
}

.profile-info .detail .logo {
  width: 175px;
}
.profile-info .detail .logo img {
  width: 100%;
}
.profile-info .detail .mainscore {
  font-size: 36px;
  color: #ffc800;
  font-weight: 400;
}
.profile-info .expire-score {
  font-size: 14px;
  color: #7f7f7f;
  border-top: #d9d9d9 1px solid;
  padding: 3% 0 0 0;
}

.profile-address .detail-address.border-dashed {
  border-bottom: 1px #d9d9d9 dashed;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
}

.profile-address .detail-address .taxnumber {
  font-size: 16px;
  margin: 4% 0;
  width: 100%;
  font-weight: 500;
}
.profile-address .detail-address .name {
  margin: 0 !important;
}
.profile-address .detail-address .tel {
  margin: 4% 0 0 0 !important;
}
.profile-address .detail-address .place,
.profile-address .detail-address .name,
.profile-address .detail-address .address,
.profile-address .detail-address .tel {
  font-size: 16px;
  font-weight: 200;
  margin: 4% 0;
  width: 80%;
}

.profile-address .manage {
  height: 100%;
  border-left: 1px #d9d9d9 solid;
  padding: 5% 0 0 22%;
}
.profile-address .manage .managebox {
  display: flex;
  align-items: baseline;
  padding: 3% 0;
}
.profile-address .manage .managebox:hover .icon i,
.profile-address .manage .managebox:hover .text {
  color: #0d578b;
  transition: 0.3s ease-in-out;
}

.profile-address .manage .managebox .text {
  font-size: 16px;
  margin-left: 0.25rem;
}
.profile-address .manage .managebox .text a {
  font-size: 16px;
  color: black;
}
.profile-address .manage .managebox .text.gray,
.profile-address .manage .managebox .icon.gray i {
  color: #9b9794;
}
.profile-address .manage .managebox .icon i {
  font-size: 16px;
  color: black;
}

.profile-address .taxnumber {
  font-size: 16px;
  font-weight: 400;
}

.profile-address .detail-noaddress {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 17% 0;
}
.profile-address .detail-noaddress .img {
  width: 3.65vw;
}
.profile-address .detail-noaddress .img img {
  width: 100%;
}
.profile-address .detail-noaddress .text {
  font-size: 16px;
  color: #d9d9d9;
  padding: 3% 0 0 0;
}
.ordertitle {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 1rem 0;
}

.ordertitle span {
  font-size: 18px;
  font-weight: 400;
}
.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#profileEdit-content {
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.profilelist-content#profileEdit-content label,
.profilelist-content#passwordChange-content label {
  font-size: 16px;
}

.profilelist-content#profileEdit-content label span {
  font-size: 16px;
  color: #21b3a0;
}
.profilelist-content#profileEdit-content .text {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.profilelist-content#profileEdit-content .text span {
  font-size: 15px;
}
.profilelist-content#profileEdit-content .box {
  height: 4rem;
}
.profilelist-content#profileEdit-content button,
.profilelist-content#passwordChange-content button {
  background-color: #ffc800;
  border: none;
  width: 195px;
  height: 40px;
  border-radius: 50px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.profilelist-content#profileEdit-content .modal .btn-close {
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: unset;
}
.profilelist-content#profileEdit-content .modal-footer {
  justify-content: center;
  padding: 0.75rem 0 0 0;
}
.profilelist-content#profileEdit-content .modal-footer button {
  font-size: 20px;
  background-color: #21b3a0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 .product-product {
  padding-bottom: 10rem;
  text-align: center;
}

.profilelist-content#interested-content .product-product .addproduct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.5rem;
}
.profilelist-content#interested-content .product-product .cart {
  background-color: #0d578b;
  color: white;
  border-radius: 0 0 7px 7px;
  margin-top: 0.25rem;
  border-radius: 0 0 11px 11px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilelist-content#interested-content .product-product .btnaddfav img {
 width: 35px; 
}

.profilelist-content#interested-content .product-product .cart svg {
  margin-right: 0.5rem;
}
.profilelist-content#interested-content .product-product .quantity .count {
  display: flex;
}
.profilelist-content#interested-content
  .product-product
  .quantity
  .count
  .number {
  position: relative;
  width: 4.7vw;
}
.profilelist-content#interested-content
  .product-product
  .quantity
  .count
  .number
  input {
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
}

.orderstatus-content .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.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: #f7f7f7 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 .bold {
  font-weight: 400;
}
.orderstatus-content .profile-address .detail-address .bold.red {
  font-weight: 400;
  color: #c10000;
}
.orderstatus-content .profile-address .detail-address .box .text-orange span {
  font-size: 18px;
  font-weight: 400;
  color: #ffc800;
}

.profile .address-form {
  /*   border: 1px #d9d9d9 solid;
  padding: 2rem; */
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}

.profile .changePW-form {
  padding: 1rem;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.profile .changePW-form input::placeholder {
  font-size: 14px;
}
/* .profile .address-form .box,
.profile .changePW-form .box {
  display: flex;
  align-items: center;
} */
.profile .address-form .box label,
.profile .changePW-form .box label {
  width: 12rem;
}
@media (max-width: 991px) {
  input,
  select {
    border-radius: 0;
    border: 1px #5d5d5d solid;
    padding: 0.375rem 0.75rem;
  }
  .profile-menu .head {
    font-size: 18px;
    padding: 0.75rem 1rem;
  }
  .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-menu .profilelist {
    padding: 0.5rem 1rem;
  }
  .profile-menu .logout {
    padding: 0.5rem 1rem 1rem 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-address .head .title {
    width: 45vw;
  }
  .profile-address .head .title,
  .profile-info .head .edit span,
  .profile-address .head .edit span,
  .profile-info .detail table td,
  .profile-info .changepw a,
  .profile-info .score .totalscore,
  .viewhistory,
  .profile-address .detail-address .place,
  .profile-address .detail-address .name,
  .profile-address .detail-address .address,
  .profile-address .detail-address .tel,
  .profile-address .manage .managebox .text,
  .profile-address .detail-address .taxnumber,
  .profile-info .expire-score {
    font-size: 16px;
  }
  .profile-banner {
    margin: 1rem 0 0 0;
  }
  .profile-info .head .edit img,
  .profile-address .manage .managebox .icon {
    width: 14px;
    margin-right: 0.25rem;
  }

  .profile-info {
    height: auto;
    padding: 1rem;
    margin: 0 0 1rem 0;
  }
  .profile-info .head {
    padding-bottom: 1rem;
  }
  .member-dashboard-noti-set {
    margin-bottom: 1rem !important;
  }
  .profile-statusbox {
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
  }
  .profile-statusbox .box {
    flex-direction: column;
    width: 33%;
    text-align: center;
    font-size: 14px;
  }
  .profile-statusbox img {
    width: 2rem;
    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-address .manage {
    display: flex;
    justify-content: space-around;
    border-left: none;
    padding: 1rem 0;
  }
  .profile-info .detail .logo {
    width: 150px;
  }
  .profile-info .detail .mainscore {
    font-size: 24px;
  }
  .ordertitle {
    margin: 0.5rem 0;
  }
  .ordertitle span {
    font-size: 16px;
  }
  .ordertitle a,
  .orderlist .td,
  .orderlist .th,
  .orderlist .td a,
  .orderlist .td.cancel a {
    font-size: 12px;
  }
  .orderlist .td,
  .orderlist .th {
    padding: 0.25rem;
  }
  .orderbuy a {
    font-size: 14px;
  }
  .profilelist-content {
    padding: 1rem 0;
  }
  .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%;
  }
  .profilelist-content#interested-content .product-product {
    padding-bottom: 0;
  }
  .profilelist-content#interested-content .product-product .addproduct .cart {
    width: 50px;
    height: 40px;
  }
  .profilelist-content#interested-content
    .product-product
    .addproduct
    .cart
    img {
    width: 18px;
  }
  .profilelist-content#interested-content
    .product-product
    .quantity
    .count
    .number
    input {
    font-size: 18px;
  }
  .profilelist-content#interested-content
    .product-product
    .quantity
    .count
    .number {
    width: 60px;
  }
  .minus i,
  .plus i {
    font-size: 13px !important;
  }
  .profilelist-content#interested-content .product-product .home-product .card {
    padding: 0;
    margin: 1rem 0;
  }
  .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 {
    padding: 1rem;
  }
  .profile .changePW-form {
    padding: 1rem;
  }
  .profile .changePW-form input::placeholder {
    font-size: 12px;
  }
  .profile .address-form .box,
  .profile .changePW-form .box {
    align-items: flex-start;
    flex-direction: column;
  }
}
