@charset "UTF-8";
.my-orders .pagination-my-account {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-orders .page-numbers--list {
  list-style: none;
  padding: 0;
}
.my-orders .page-numbers--list li {
  display: inline-block;
  margin: 0 5px;
}
.my-orders .page-numbers--list li span.current {
  font-weight: bold;
  color: #333;
  /* Màu của trang hiện tại */
}
.my-orders .page-numbers--list li a {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
.my-orders .page-numbers--list li a:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
.my-orders .page-numbers--list li .dots {
  color: #999;
  /* Màu của dấu ba chấm */
}
.my-orders .page-numbers--list li .pagination-item a {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
.my-orders .page-numbers--list li .pagination-item a:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
.my-orders .page-numbers--list li .pagination-link {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
.my-orders .page-numbers--list li .pagination-link:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
.my-orders .type-order ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #535353;
}
.my-orders .type-order ul li {
  position: relative;
  padding: 13px 30px;
  border: 1px solid #e1e1e1;
}
.my-orders .type-order ul li a {
  color: #707070;
}
.my-orders .type-order ul li.active {
  border: none;
  font-weight: 500;
  background: #535353;
}
.my-orders .type-order ul li.active a {
  color: white;
}
.my-orders #frm-order-history select {
  border: none;
  outline: none;
}
.my-orders #frm-order-history .calendar input {
  padding: 1px 6px;
  border: 1px solid #d5d5d5;
  line-height: 22px;
  font-size: 12px;
  outline: none;
}
.my-orders #frm-order-history .calendar .icon-search {
  font-family: Arial, Verdana, sans-serif;
  color: white;
  vertical-align: middle;
  padding: 5px 15px;
  border: none;
  background-color: black;
}
.my-orders #frm-order-history .calendar .ui-datepicker-trigger {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  margin-left: 5px;
}
.my-orders #frm-order-history .calendar .ui-datepicker-trigger[title=start-date],
.my-orders #frm-order-history .calendar .ui-datepicker-trigger[title=end-date] {
  margin-right: 10px;
}
.my-orders #frm-order-history .menu-filter {
  margin-left: 20px;
}
.my-orders #frm-order-history .menu-filter li {
  padding: 5px 15px;
  margin-right: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.my-orders #frm-order-history .menu-filter li a {
  color: black;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.my-orders #frm-order-history .menu-filter li:last-child {
  margin-right: 10px;
}
.my-orders #frm-order-history .menu-filter li:hover {
  background: #535353;
  border: 1px solid #535353;
}
.my-orders #frm-order-history .menu-filter li:hover a {
  color: white;
}
.my-orders .desc-order ul {
  color: #939393;
  line-height: 1.5;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
}
.my-orders .desc-order ul li {
  padding: 0 0 0 9px;
  background: url(//img.echosting.cafe24.com/skin/base/common/ico_square2.gif) no-repeat 4px 7px;
}
.my-orders .desc-order ul li a {
  color: black;
}
.my-orders .order-list .order-list-item {
  margin-top: 50px;
}
.my-orders .order-list .order-item-info .info-box {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.my-orders .order-list .order-item-info .prdFoot {
  font-weight: 500;
  padding: 15px 15px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
}
.my-orders .order-list .order-item-info .thumbnail {
  width: 100px;
  padding-right: 15px;
}
.my-orders .order-list .order-item-info .description a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.my-orders .order-list .order-item-info .description .txtEm {
  color: #000;
  font-weight: 600;
}
.my-orders .order-list .order-item-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
  font-size: 14px;
  padding: 20px 15px 20px 15px;
}
.my-orders .order-list .order-item-number a {
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .my-orders .type-order ul {
    flex-direction: column;
    border: none;
    margin-bottom: 0px;
  }
  .my-orders .type-order ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  .my-orders #frm-order-history select,
  .my-orders #frm-order-history .menu-filter {
    margin: 0 auto 15px;
  }
  .my-orders #frm-order-history .calendar {
    margin: 0 auto;
  }
  .my-orders #frm-order-history .calendar .icon-search {
    padding: 5px 7px;
  }
}
.order-details .back-list a {
  display: inline-block;
  box-sizing: border-box;
  width: 120px;
  padding: 10px 8px;
  border-radius: 2px;
  font-family: Arial, Verdana, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: black;
}
.order-details .title-block {
  margin-top: 30px;
}
.order-details .product-details table {
  border-left: none;
  border-right: none;
  border-top: 2px solid #535353;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0px;
}
.order-details .product-details table .item_total {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.order-details .product-details table .d-block a {
  font-weight: bolder;
  color: #353535;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 21px;
}
.order-details .product-details table .thumb {
  width: 100px;
}
.order-details .product-details table td img {
  object-fit: cover;
}
.order-details table {
  position: relative;
  margin: 10px 0 0;
  border: 1px solid #d7d5d5;
  border-top: 0;
  line-height: 1.5;
  width: 100%;
}
.order-details table .sum th,
.order-details table .sum td {
  font-weight: bold;
}
.order-details table th {
  padding: 11px 10px 10px 18px;
  border: 1px solid #dfdfdf;
  border-bottom-width: 0;
  color: #353535;
  text-align: left;
  font-weight: normal;
  background-color: #fbfafa;
  word-break: break-all;
  word-wrap: break-word;
  width: 220px;
  text-align: center;
}
.order-details table td {
  padding: 11px 10px 10px;
  border-top: 1px solid #dfdfdf;
  color: #353535;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
.order-details .content-order-details .product-details table .order-pro-img {
  width: 90px;
}
.order-details .content-order-details .product-details table .order-pro-detail {
  width: 55%;
}
.order-details .content-order-details .product-details table .pro-name > div {
  display: none;
}
.order-details .content-order-details .product-details table td {
  border: 1px solid #dfdfdf;
  text-align: center;
}
.order-details .content-order-details .product-details table th {
  width: auto;
}
.order-details .title-block {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
}
.order-details .sold-by-label {
  color: #e3617a;
}
.order-details .store-name {
  border-left: 1px solid #c1c1c1;
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 780px) {
  .order-details table th {
    width: 125px;
  }
  .mboff {
    display: none;
  }
  .product-details .title-block {
    flex-direction: column;
    gap: 5px;
  }
  .order-details .store-name {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .order-details table .order-pro-cancel,
  .order-details table .order-pro-qty,
  .order-details table .order-pro-sub,
  .order-details table .order-pro-status {
    display: none;
  }
  .order-details table .order-pro-detail {
    width: unset !important;
  }
  .order-details table .pro-name > div {
    display: block !important;
  }
}
.woocommerce-notices-wrapper + p {
  display: none;
}