.info-header {
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  /* line-height: 18px; */
  margin-bottom: 30px;
}

.current-page{
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

.info-account-area {
  margin: 32px 0 80px;
}

.info-row {
  display: flex;
  align-items: start;
  gap: 32px;
}

@media screen and (min-width: 1400px) {
  .info-container {
    max-width: 1368px;
  }
}

.info-left {
  background-color: #f3f3f3;
  width: 333px;
}

.info-left-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;

  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  /* line-height: 24px; */
  cursor: pointer;
}

.info-left-item.active,
.info-left-item:hover {
  background: #dcebea;
  border-left: 3px solid #518889;
}

.info-right {
  flex: 1;
}

.info-select {
  width: 140px;
  border-radius: 8px;
  height: 42px;
}

.info-serach-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-serach-box input{
  width: 79%;
  border-radius: 8px;
  height: 42px;
}

.tr-grey {
  background: #F3F3F3;
  border: 1px solid #dcdcdc;
  font-weight: 400 !important;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9) !important;
  /* line-height: 24px; */
  height: 48px;
}

.tr-grey td {
  border: 1px solid #dcdcdc;
}

.tr-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.tr-ctx {
  padding-top: 16px;
}

.info-thead {
  height: 41px;
}

.info-thead th {
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #D9D9D9;
}

.line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  hyphens: auto;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  hyphens: auto;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
}

.item-span,
.item-span span {
  font-weight: bold;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  vertical-align: top;
}

.goods-name {
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.goods-note {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  /* line-height: 24px; */
  margin-bottom: 0;
}

.td-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  gap: 32px;
}

.td-end {
  text-align: right;
  padding-right: 16px;
}

.product-item .td-image {
  width: 116px;
}

.th-num {
  width: 80px;
}

.th-money {
  width: 130px;
}

.oper {
  width: 80px;
}

.info-pagination {
  padding-top: 20px !important;
  border-top: 1px solid #DCDCDC;
}

.info-pagination a {
  width: 32px;
  height: 32px;
  background: #fff;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #BDBDBD;
}

.info-pagination li:first-of-type a,
.info-pagination li:last-of-type a {
  border-color: transparent;
}

.info-pagination li:not(:first-of-type):not(:last-of-type) a:hover,
.info-pagination li:not(:first-of-type):not(:last-of-type) a.selected {
  background: #518889;
  color: rgba(255, 255, 255, 0.9);
  border-color: #518889;
}

.info-pagination li:first-of-type:not(.disabled) a:hover,
.info-pagination li:last-of-type:not(.disabled) a:hover {
  color: #518889;
}

.info-pagination li:first-of-type a:hover,
.info-pagination li:last-of-type a:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.info-pagination li.disabled {
  color: #d6d6d6;
}

.h-24 {
  height: 20px;
}

.h-16 {
  height: 16px;
}

.h-32 {
  height: 30px;
}

.h-8 {
  height: 8px;
}

.zwsj {
  width: 200px;
  height: 150px;
  margin-bottom: 24px;
}

.no-data-span {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.info-detail-PhoneOrderCard {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 30px;
}

.PhoneOrderCard-title {
  font-weight: bold;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  /* line-height: 36px; */
}

.PhoneOrderCard {
  border: 1px solid #DCDCDC;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.PhoneOrderCard .spanOrder {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  width: 220px;
  display: inline-block;
}

.PhoneOrderCard .spanOrder-text {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  /* line-height: 24px; */
}

.orderBd {
  padding: 12px 16px;
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wh-128 {
  width: 128px;
  height: 128px;
}

.h-128 {
  flex: 1;
  min-height: 128px;
}

.alignitemsCpd {
  display: flex;
  align-items: start;
  gap: 32px;
}

.total-header {
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  /* line-height: 30px; */
}

.clear-line {
  height: 1px;
  width: 100%;
  background-color: #DCDCDC;
}

.info-total-item {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.gap-50 {
  gap: 50px;
}

.gap-24 {
  gap: 24px;
}

.gap-row-24 {
  display: flex;
  row-gap: 20px;
}



.total-notes {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.position-stify {
  width: 100%;
  background: #F3F3F3;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: end;
}

.position-stify>div {
  width: 311px;
}

.fontSize16 {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.fontSize18 {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}

.fontSize20 {
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}

.fontSize24 {
  font-weight: bold;
  font-size: 24px;
  color: #D54941;
}

.red-tips-text {
  font-size: 24px;
  color: #D54941;
  display: inline-block;
  margin-right: 4px;
  font-weight: bold;
}

.PhoneOrderCard-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-btn {
  padding: 6px 12px;
  height: 36px;
  ;
  border-radius: 8px 8px 8px 8px;

  border: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.btn-1 {
  background: #E7E7E7;
  color: rgba(0, 0, 0, 0.6);
}

.btn-2 {
  background: #518889;
  color: rgba(255, 255, 255, 0.9);
}

.title-spanOrder {
  font-weight: bold;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
}

.orderFriend {
  border-bottom: 1px solid #518889;
  display: flex;
  align-items: center;
}

.orderFriend * {
  white-space: nowrap;
}

.closecopyPayImg {
  width: 16px;
  height: 16px;
}

.modal {
  --bs-modal-zindex: 10055;
}

.address-dialog {
  top: 47%;
  transform: translateY(-50%) !important;
  max-width: 60vw;
}

.address-dialog .modal-content {
  padding: 16px 20px;
  width: 60vw;
}

.address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-weight: bold;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.address-btn-close {
  font-size: 14px;
  opacity: 1;
}

.colfb h6 {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.address-line {
  height: 1px;
  background: #DCDCDC;
  margin: 10px auto 20px;
  width: calc(60vw - 40px);
}

.address-bottom {
  gap: 24px;
  margin-top: 20px;
}

.address-btn {
  flex: 1;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #C5C5C5;

  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.address-btn:hover{
  opacity: 0.8;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.my-80 {
  margin: 80px 0 !important;
}

.my-32 {
  margin: 32px 0 !important;
}

#myForm {
  margin: 0 auto;
  width: 85%;
}

#myForm .form-control:disabled {
  background-color: #E7E7E7;
  border: 1px solid #C5C5C5;
  color: rgba(0, 0, 0, 0.6);
}

.detial-setting {
  font-weight: bold;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 24px;
}

.setting-control {
  height: 42px;
  border-radius: 8px;
}

#myForm .form-label {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.col-card-lg {
  margin-bottom: 24px;
}



.p12-16 {
  padding: 12px 16px;
}

.address-card-header {
  padding: 17px 16px;
  padding-right: 10px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-default {
  display: inline-block;
  width: 72px;
  height: 22px;
  background: #518889;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 22px;
  margin-left: 12px;
}

.gap-8 {
  gap: 8px;
}

.current-svg path {
  fill: black
}

.select-edit,.select-delete {
  width: 80px;
  /* height: 34px; */
  border-radius: 8px 8px 8px 8px;
  border: none;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-edit {
  margin-right: 6px;
}

.select-edit:hover {
  background: #DCEBEA;
  color: #518889;
}

.select-edit:hover path {
  fill: #518889;
}

.select-delete:hover {
  background: #FFF0ED;
  color: #D54941;
}

.select-delete:hover path {
  fill: #D54941;
}

.info-modal-body {
  height: 76px;
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-modal-footer {
  height: 46px;
  padding: 0;
}

.info-modal-footer div {
  cursor: pointer;
  flex: 1;
  text-align: center;
  height: 100%;
  line-height: 46px;
  margin: 0;
  font-size: 16px;
}

.h-108 {
  height: 108px;
  gap: 8px;
}

.want-title {
  font-weight: bold;
  font-size: 32px;
  color: #518889;
  text-align: center;
}

#carts-items {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.left-part {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.right-part {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #F3F3F3;
}

.cart-btn {
  height: 42px;
  background: #518889;
  border-radius: 8px 8px 8px 8px;
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1;
  border: none;
  transition: all 0.3s ease;
}
.cart-btn:hover{
  opacity: 0.8;
}

.limit-card{
  transition: all 0.3s ease;
}

.none-address{
  cursor: pointer;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #518889;
  color: #518889;
}

.info-cart-item {
  border: 1px solid #DCDCDC;
  display: flex;
  gap: 16px;
}

.info-cart-img {
  width: 202px;
  height: 202px;
}

.info-qty-count {
  padding: 0 !important;
  font-size: 16px !important;
  border: 1px solid #CDCACA;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-qty-count.disabled span {
  cursor: not-allowed !important;
  background: #d6d6d6 !important;
}



.info-qty-count:first-of-type {
  margin-left: 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.info-qty-count:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.info-qty {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.info-product-qty {
  height: 36px;
  border: none;
  border-top: 1px solid #CDCACA;
  border-bottom: 1px solid #CDCACA;
  width: 68px;
  text-align: center;
}

.info-product-qty:focus {
  outline: none;
}

.mt-16 {
  margin-top: 16px;
}

.cart-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  padding: 6px 0;
  padding-left: 50px;
  min-width: 200px;
  gap: 20px;
}

.cart-item-right {
  display: flex;
  gap: 32px;
  flex: 1;
}

.cart-info {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
}

.cart-remove {
  cursor: pointer;
  margin-left: 12px;
  padding: 6px 12px;
  gap:6px;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s ease;
  width: fit-content;
}
.cart-remove:hover {
  background: #FFF0ED;
  color: #D54941 !important;
}
.cart-remove:hover span{
  color: #D54941 !important;
}


.cart-remove:hover path {
  fill: #D54941;
}

.pay-btn {
  width: 448px;
  height: 48px;
  background: #518889;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.pay-btn:hover{
  opacity: 0.8;
}

.paying-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  padding: 24px 0;
  gap: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.fontSize32 {
  font-weight: bold;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
}

.info-item-row-content {
  padding: 12px 16px;
  margin-top: 32px;
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.item-bottom {
  background: #F3F3F3;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.item-bottom>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 310px;

  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.item-total-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-total-detail .per-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
}

.item-total-detail .per-total>div {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.fs-14{
  font-size: 14px;
  font-weight: 400;
  color: #518889;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .info-account-area{
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .info-header{
    gap:8px;
    margin-bottom: 16px;
  }
  .title-spanOrder{
    font-size: 24px;
  }
  #myForm{
    width: 100%;
  }
  .mt-32{
    margin-top: 24px !important;
  }
  .detial-setting{
    font-size: 18px;
  }
    .select-edit,.select-delete{
    width: 68px;
  }
  .fontSize16{
    font-size:14px;
  }
  .address-card-header{
    padding: 11px 16px;
  }
  .setDefault-alcenter{
    svg{
      width: 16px;
      height: 16px;
    }
  }
  .no-data-span{
    font-size: 14px;
  }
  .info-container>.row>*{
      padding-left: 16px;
      padding-right: 16px;
  }
  .col-card-lg{
    margin-bottom: 16px;
  }
  .address-line{
    width: calc(100% - 32px);
  }
  .info-select{
    width: 100px;
    height: 36px;
  }
  .gap-24{
    gap: 16px;
  }
  .nodataBtn{
    margin-top: 24px;
    width: 163px; 
    font-size: 16px;
  }
  .YourOrder-title{
    font-size: 24px;
  }
  .info-detail-PhoneOrderCard{
    margin-top: 24px;
    gap:12px;
  }
  .PhoneOrderCard-title{
    font-size: 16px;
  }
  .PhoneOrderCard .spanOrder{
    font-size: 14px;
    width: fit-content;
  }
  .PhoneOrderCard .spanOrder-text{
    font-size: 14px;
  }
  .wh-128{
    width: 64px;
    height: 64px;
  }
  .alignitemsCpd{
    gap:12px;
  }
  .total-header{
    font-size: 16px;
  }
  .total-notes{
    font-size: 14px;
  }
  .h-128{
    min-height: 64px;
  }
  .orderBd{
    gap:12px;
  }
  .position-stify{
    margin: -12px -16px;
    width: auto;
  }
  .PhoneOrderCard{
    gap:16px;
  }
  .orderFriend{
    border-bottom: none;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .red-tips-text{
    font-size: 20px;
  }
  .position-stify{
    gap:8px;
  }
  .fontSize24{
    font-size: 20px;
  }
  .paying-container{
    padding: 12px 0;
  }
  .info-modal-body{
    font-size: 16px;
    padding: 24px;
  }
  .h-108{
    height: 148px;
  }
  .pay-btn{
    height: 42px;
    font-size: 16px;
  }
  .my-80{
    margin: 24px 16px !important;
  }
  .clear-line{
    width: inherit;
  }
  .want-title{
    font-size: 24px;
    margin-top: 36px;
  }
  .pdTop30px{
    padding-bottom: 16px;
  }
  .swiper-scrollbar{
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
  }
  .left-part{
    width: 100%;
    gap:12px;
  }
  .right-part{
    width: 100%;
    gap:8px;
  }
  .fontSize18{
    font-size: 16px; 
  }
  .cart-btn{
    font-size: 16px;
  }
  .info-cart-img{
    width: 64px;
    height: 64px;
  }
  .info-cart-item{
    gap: 12px;
    flex-direction: column;
  }
  .cart-remove{
    margin-left:0;
    padding: 0;
    margin-top: 16px;
  }
  .cart-price{
    border-bottom: none;
    padding: 0;
  }
  #carts-items{
    margin-top: 24px;
  }
  .fontSize20{
    font-size: 16px;
  }
  .info-qty-count{
    width: 28px;
    height: 28px;
  }
  .info-product-qty{
    height: 28px;
  }
  .cur-container .row>*{
    padding-left: 16px;
    padding-right: 16px;
  }
  .item-total-detail .per-total{
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .current-page:not(:last-child):hover {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }
  .col-card-lg:nth-child(2n+1) {
    padding-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  /* .info-cart-img {
    width: 160px;
    height: 160px;
  } */
}
@media screen and (max-width: 1200px) {
  /* .info-cart-img {
    width: 120px;
    height: 120px;
  } */
  .cart-item-right {
    flex-direction: column;
  }
}

