@charset "UTF-8";

@media (max-width: 767.98px) {
  .container-page-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .container-page-gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .container-empty-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .container-empty-gap {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.sep-confirm-modal__footer {
  justify-content: space-around;
}

.sep-confirm-modal__footer-btn {
  min-width: 7.625rem;
}

/* snippets css */
/* lazyload css start */
.common__img-wrapper_lazy {
  position: relative;
  display: block;
  width: 100%;
}

.common__img-wrapper_lazy img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
}

.common__img-wrapper_lazy img.img-full-width {
  width: 100%;
  height: unset;
  max-height: unset;
  margin: unset;
}

/* lazyload css end */
/* product.liquid css start */
.product-snippet__soldout {
  position: absolute;
  top: -10px;
  inset-inline-end: -10px;
  background: #9a9a9a;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-snippet__img-wrapper {
  display: block;
  position: relative;
}

.product-snippet__img-wrapper .product-snippet__mask {
  display: flex;
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.product-snippet__img-wrapper .product-snippet__mask .product-snippet__btn {
  margin-bottom: 1.875rem;
  width: 70%;
  height: 2.25rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.product-snippet__img-wrapper:hover .product-snippet__mask {
  opacity: 1;
  transition: all 0.3s linear;
}

.product-snippet__img-wrapper:hover img {
  opacity: 0;
}

.product-snippet__img-wrapper:hover img:first-child {
  opacity: 1 !important;
}

.product-snippet__title-normal {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .product-snippet__title-normal {
    margin-top: 0.9375rem;
  }
}

.product-snippet__title-plus {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin: 0.9375rem 0;
}

@media (min-width: 768px) {
  .product-snippet__title-plus {
    margin: 1.25rem 0;
  }
}

.product-snippet__price-wrapper {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .product-snippet__price-wrapper {
    margin-top: 0.625rem;
  }
}

.product-snippet__price-wrapper span,
.product-snippet__price-wrapper del {
  display: inline-block;
  max-width: 100%;
  padding: 0 0.3125rem;
  vertical-align: middle;
  line-height: 1;
}

/* product.liquid css end */
/* 标题价格规范： 超过一行，两行及三行省略 一行用bootstrap的.text-truncate */
.two_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* common products gap start */
@media (max-width: 767.98px) {
  .common__product-gap {
    margin-bottom: 2.03125rem;
    padding: 0 0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__product-gap {
    padding: 0 0.75rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .common__product-row {
    margin: 0 -0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__product-row {
    margin: 0 -1.6875rem;
  }
}

.common-card-title {
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .common-card-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .common-card-title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }
}

/* common products gap end */
/* common sort start */
.common__select {
  position: relative;
  display: inline-block;
}

.common__select select {
  border-radius: 2px;
  -webkit-appearance: none;
  font-size: 0.875rem;
  -webkit-padding-end: 1.5625rem !important;
          padding-inline-end: 1.5625rem !important;
  color: inherit;
  cursor: pointer;
  width: 10.3125rem;
  border-color: #d4d4d4;
}

@media (min-width: 768px) {
  .common__select select {
    width: 11.25rem;
  }
}

.common__select::after {
  content: '';
  color: #212121;
  width: 0.53125rem;
  height: 0.53125rem;
  border: 2px solid;
  border-top: none;
  -webkit-border-end: none;
          border-inline-end: none;
  position: absolute;
  inset-inline-end: 1rem;
  top: 0.8125rem;
  transform: rotate(-45deg);
}

/* common sort end */
/* common load-more start */
.common__load-more-btn {
  color: #777;
  font-size: 11px;
  cursor: pointer;
}

/* common load-more end */
/* common image mask end */
/* common group start */
.common__group {
  height: 7.0625rem;
}

@media (max-width: 767.98px) {
  .common__group {
    height: 6.125rem;
  }
}

/* common group end */
/* common input start */
.common__input {
  width: 28.75rem;
  height: 2.75rem;
  background: white;
  border: 1px solid #dfdfdf;
  -webkit-padding-start: 0.9375rem;
          padding-inline-start: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

.common__input:focus {
  border-radius: 0;
  border: 1px solid black;
}

.common__input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
}

.common__input:-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
}

@media (max-width: 767.98px) {
  .common__input {
    width: 100%;
    height: 2.75rem;
    border: 0.0625rem solid #d7dcde;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.03125rem;
    border-radius: 0;
  }
  .common__input:focus {
    border-radius: 0;
    border: 0.0625rem solid black;
  }
  .common__input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.03125rem;
  }
  .common__input:-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.03125rem;
  }
}

.common__input_error {
  border: 1px solid #e24247 !important;
}

.common__input_error:focus {
  border: 1px solid #e24247 !important;
}

/* common input end */
/* common label start */
.common__label {
  height: 1rem;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1rem;
  margin-bottom: 0.75rem;
  display: block;
}

@media (max-width: 767.98px) {
  .common__label {
    font-size: 0.875rem;
    line-height: 1.03125rem;
    margin-bottom: 0.65625rem;
  }
}

/* common label end */
@keyframes addCard {
  from {
    height: 0;
  }
  to {
    height: 5.1875rem;
  }
}

@media (max-width: 767.98px) {
  .product-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.disabled, .product-info__variants_value:disabled, .product-info__qty_btn:disabled, .product-info__qty_num:disabled {
  background-color: #efefef;
  cursor: not-allowed;
}

.btn-border, .product-info__qty_btn, .product-info__qty_num {
  border: 1px solid #e2e2e2;
}

.product-image {
  width: 100%;
  padding: 0;
}

.product-image__swiper {
  position: relative;
  overflow: hidden;
}

.product-image__swiper_bullets {
  display: block;
  position: absolute;
  bottom: 0.9375rem;
  inset-inline-end: 0.9375rem;
  font-size: 0.875rem;
  color: #fff;
  background: #bbb;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 1.0625rem;
  z-index: 1;
}

.product-image__swiper_img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-image__swiper-wrapper {
  align-items: center;
}

.product-image__swiper_btn {
  display: none;
}

.product-image__thumbs {
  display: none;
}

.product-image .swiper-slide {
  overflow: hidden;
}

.product-info {
  padding: 1.40625rem 0.9375rem;
}

.product-info__header {
  color: #000;
  border-bottom: 1px solid #ddd;
}

.product-info__header_title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .product-info__header_title {
    font-size: 1.875rem;
  }
}

.product-info__header_brief {
  color: #666;
  line-height: 1.5;
  font-size: 0.875rem;
  margin-bottom: 1.5625rem;
}

.product-info__header_price {
  color: #000;
  font-size: 1.0625rem;
}

@media (min-width: 768px) {
  .product-info__header_price {
    font-size: 1.375rem;
  }
}

.product-info__header_off-ratio {
  color: #000;
  font-size: 1.0625rem;
  position: relative;
  -webkit-padding-start: 0.625rem;
          padding-inline-start: 0.625rem;
  -webkit-padding-end: 0.3125rem;
          padding-inline-end: 0.3125rem;
}

@media (min-width: 768px) {
  .product-info__header_off-ratio {
    font-size: 1.375rem;
  }
}

.product-info__header_off-ratio::before {
  content: '';
  display: block;
  position: absolute;
  height: 1rem;
  width: 2px;
  background: #000;
  inset-inline-start: -1px;
  top: 50%;
  margin-top: -0.5rem;
}

.product-info__header_compare-at-price {
  font-size: 0.875rem;
  color: #999;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .product-info__header_compare-at-price {
    font-size: 1rem;
  }
}

.product-info__header_sales {
  font-size: 0.875rem;
  color: #999;
}

.product-info__header_price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.9375rem;
}

.product-info__header_price-wrapper-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-info__header_price-wrapper-left span {
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}

.product-info__header_price-wrapper-left span:last-of-type {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.product-info__variants {
  margin-top: 2.1875rem;
}

.product-info__variants_title {
  font-size: 1rem;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.0625rem;
}

.product-info__variants_size-guide {
  color: #666;
  font-size: 0.875rem;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}

.product-info__variants_items {
  margin-bottom: 1.625rem;
}

.product-info__variants_value {
  min-height: 2.3125rem;
  word-break: break-word;
  line-height: 2.1875rem;
  min-width: 2.5rem;
  font-size: 0.8125rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
  margin-bottom: 0;
  position: relative;
  color: #2a2a2a;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.625rem;
}

.product-info__variants_value::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  border: 1px solid #e2e2e2;
}

.product-info__variants_value.active {
  font-weight: 500;
}

.product-info__variants_value-wrapper {
  font-size: 0;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}

.product-info__qty {
  font-size: 0;
}

.product-info__qty_title {
  font-size: 1rem;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 0.625rem;
}

.product-info__qty_stock {
  font-weight: 400;
  color: #999;
}

.product-info__qty_btn {
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding: 0;
  font-size: 1rem;
}

.product-info__qty_num {
  display: inline-block;
  width: 2.5rem;
  height: 2rem;
  font-size: 0.8125rem;
  margin: 0 0.625rem;
  text-align: center;
  padding: 0;
  box-shadow: none;
  vertical-align: middle;
}

.product-info__btn {
  margin-top: 1.75rem;
}

.product-info__btn button {
  width: 100%;
  margin-bottom: 0.9375rem;
  height: 2.75rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .product-info__btn button {
    height: 3.125rem;
  }
}

.product-info__btn button:last-of-type {
  margin-bottom: 0;
}

.product-info__url {
  margin-top: 1.4375rem;
  font-size: 0.875rem;
}

.product-info__url > a {
  color: #000;
  text-decoration: underline;
}

.product-info__desc {
  margin: 2.5rem -0.9375rem 0;
}

.product-info__desc_tab {
  margin-top: -1px;
  border-top: 1px solid #ddd;
  padding: 0 0.9375rem;
}

.product-info__desc_tab:last-child {
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .product-info__desc_tab {
    padding: 0;
  }
}

.product-info__desc_tab-header {
  height: 3.3125rem;
  line-height: 3.3125rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.product-info__desc_tab-header i {
  float: right;
  transition: transform 0.3s;
}

.product-info__desc_tab-header.select i {
  transform: rotate(180deg);
}

.product-info__desc_tab-item {
  max-width: 90%;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}

.product-info__desc_tab-content {
  padding: 0.875rem 0;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-image__swiper_btn.sep-font {
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    display: none;
    background-color: #fff;
    opacity: 0.5;
  }
  .product-image__swiper_btn.sep-font.swiper-button-disabled {
    background-color: #d6d6d6;
  }
  .product-image__swiper_btn.sep-font.swiper-button-prev {
    outline: none;
    background-image: unset !important;
    inset-inline-start: 0;
  }
  .product-image__swiper_btn.sep-font.swiper-button-next {
    outline: none;
    background-image: unset !important;
    inset-inline-end: 0;
  }
  .product-image__swiper_btn.sep-font:hover {
    color: #fff;
    background: #4b4b4b;
    opacity: 1;
  }
  .product-image__swiper_bullets {
    display: none;
  }
  .product-image__swiper:hover .product-image__swiper_btn {
    display: block;
  }
  .product-image__swiper:hover .product-image__swiper_btn.swiper-button-disabled {
    display: none;
  }
  .product-image__thumbs {
    margin-top: 0.9375rem;
    display: block;
    position: relative;
    padding: 0 2.1875rem;
  }
  .product-image__thumbs_swiper {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .product-image__thumbs_list.swiper-wrapper {
    white-space: nowrap;
    bottom: 0 !important;
    align-items: center;
  }
  .product-image__thumbs_list.swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .product-image__thumbs_list.swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-image__thumbs_list.swiper-wrapper .pagination-item {
    width: 4.25rem;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    overflow: hidden;
    background: none;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
    position: relative;
    outline: none;
  }
  .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet {
    margin: 0;
  }
  .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet-active::before {
    display: block;
    content: '';
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 1050;
  }
  .product-image__thumbs_list.swiper-wrapper .pagination-item img {
    border: 1px solid rgba(1, 1, 1, 0);
    max-width: 100%;
    max-height: 100%;
  }
  .product-image__thumbs_btn.sep-font {
    width: 1.25rem;
    top: 50%;
    margin-top: -1.5625rem;
    outline: 0;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    background: #212121;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
  }
  .product-image__thumbs_btn.swiper-button-disabled {
    background-color: #d6d6d6;
  }
  .product-image__thumbs_btn:hover {
    background: #000;
    opacity: 0.7;
  }
  .product-image__thumbs_btn:active {
    background: #000;
    opacity: 1;
  }
  .product-image__thumbs_btn.swiper-button-prev {
    inset-inline-start: 0;
    outline: none;
  }
  .product-image__thumbs_btn.swiper-button-next {
    inset-inline-end: 0;
    outline: none;
    background-image: unset !important;
  }
  .product-info {
    padding-top: 0;
    -webkit-padding-start: 2.625rem;
            padding-inline-start: 2.625rem;
  }
  .product-info__btn {
    display: flex;
    justify-content: space-between;
  }
  .product-info__btn button {
    width: 48%;
    margin: 0;
  }
}

.product-select-modal {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 40px 30px;
}

@media (max-width: 767.98px) {
  .product-select-modal {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}

.product-select-modal .product-info {
  width: 100%;
  flex: 0 0 auto;
  padding: 0;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}

@media (max-width: 767.98px) {
  .product-select-modal .product-info {
    width: 100%;
    padding: 0;
  }
}

.product-select-modal .product-info__variants_value {
  min-height: 26px;
  line-height: 24px;
}

.product-select-modal .product-info__qty_btn {
  width: 1.5rem;
}

.product-select-modal .product-image {
  width: 55%;
  flex: 0 0 auto;
  padding: 0;
}

@media (max-width: 767.98px) {
  .product-select-modal .product-image {
    width: 100%;
  }
}

.modal__header {
  width: 100%;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: center;
}

.modal__close.close {
  position: absolute;
  top: 0.9375rem;
  inset-inline-end: 0.9375rem;
  background: none;
  z-index: 1051;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  color: #212121;
  opacity: 1;
}

.modal__close.close:hover {
  color: #212121 !important;
  opacity: 0.7 !important;
}

@media (max-width: 767.98px) {
  .modal__close.close {
    top: 0.3125rem;
    inset-inline-end: 0.3125rem;
  }
}

#product-select-modal .modal-dialog {
  max-width: 875px;
}

@media (max-width: 767.98px) {
  #product-select-modal .modal-dialog {
    display: none;
  }
}

.modal-slide {
  position: fixed;
  bottom: -37.5rem;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: auto;
  transition: all 0.3s linear;
}

.modal-slide .modal__close {
  top: 0.9375rem;
  inset-inline-end: 0.9375rem;
}

@media (max-width: 767.98px) {
  .modal-slide {
    bottom: 0;
  }
}

.product-select-slide .product-info__btn {
  margin-top: 0;
}

.product-select-slide .product-info__btn button {
  width: 100%;
}

.product-select-slide .product-info__variants {
  margin-top: 0;
}

.product-select-slide.product-select-modal {
  display: unset;
  flex-wrap: nowrap;
  overflow: unset;
  padding: unset;
}

.product-select-slide.modal-body {
  padding: 0;
}

.product-select-slide .product-info__header_price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 6.25rem 2.5rem;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1;
}

.product-select-slide .product-info__header_sales {
  display: none;
}

.product-select-slide .product-info__header_price-wrapper-left {
  display: unset;
}

.product-select-slide .product-info__header_compare-at-price {
  display: block;
}

.product-select-slide .product-info__header_off-ratio {
  white-space: nowrap;
}

.product-select-slide__scroll {
  max-height: 27.5rem;
  overflow-y: auto;
  padding-bottom: 3.75rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.product-select-slide__scroll::-webkit-scrollbar {
  width: 0;
}

.product-select-slide__scroll > div:nth-child(2) {
  margin-top: 5.4375rem;
}

.product-select-slide__image {
  position: absolute;
  top: -20px;
  z-index: 2;
  width: 4.6875rem;
  height: 4.6875rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
  bottom: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.product-select-slide__image img {
  max-width: 100%;
  max-height: 100%;
}

.product-select-slide__header {
  position: relative;
  padding-top: 0.625rem;
}

.product-select-slide__content {
  position: relative;
  padding: 0 0.9375rem;
}

.block__image {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .block__image {
    margin-bottom: 1.25rem;
  }
}

.block__title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.block__text {
  font-size: 0.875rem;
  margin-bottom: 1.125rem;
}

.block__btn {
  padding: 0.625rem 1.875rem;
  font-size: 0.875rem;
}

.row_cart {
  margin: 0 -1.875rem;
}

.no-cart__title {
  font-size: 2.25rem;
  margin-top: 6.25rem;
  margin-bottom: 2rem;
  color: #212121;
}

.no-cart__msg {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 2rem;
}

.address_book .no-address {
  text-align: center;
}

.address_book .no-address__title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #212121;
}

.address_book .no-address__msg {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 2rem;
}

.address_book .address {
  text-align: center;
}

.address_book .address__title {
  font-size: 28px;
  line-height: 2.625rem;
  text-align: center;
  color: #212121;
}

.address_book .address__add_pc {
  margin-top: 15px;
  display: inline-block;
}

.address_book .address__add_mobile {
  display: none;
}

.address_book .address__list {
  width: 896px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: start;
}

.address_book .address__list .address-item {
  width: 390px;
  height: 218px;
  border: 1px solid #dfdfdf;
  color: #444951;
  font-size: 14px;
  padding: 0 20px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}

.address_book .address__list .address-item__header {
  height: 51px;
  padding: 20px 0 15px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}

.address_book .address__list .address-item__header_tag {
  font-size: 12px;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 4em solid black;
  -webkit-border-start: 4em solid transparent;
          border-inline-start: 4em solid transparent;
}

.address_book .address__list .address-item__header_tag::after {
  content: "";
  width: .8em;
  height: 1.4em;
  border-top: .2em solid transparent;
  -webkit-border-start: .2em solid transparent;
          border-inline-start: .2em solid transparent;
  -webkit-border-end: .2em solid #fff;
          border-inline-end: .2em solid #fff;
  border-bottom: .2em solid #fff;
  position: absolute;
  top: -3.7em;
  inset-inline-end: .8em;
  transform: rotate(40deg);
}

.address_book .address__list .address-item__header_name {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address_book .address__list .address-item__header_operate {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  display: flex;
}

.address_book .address__list .address-item__header_operate_btn {
  text-decoration: underline;
  cursor: pointer;
  color: #444951;
}

.address_book .address__list .address-item__header_operate_btn:not(:first-child) {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

.address_book .address__list .address-item__header_operate_btn:hover {
  opacity: 0.7;
}

.address_book .address__list .address-item__content .address-info__item {
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address_book .address__form {
  width: 462px;
  margin: 40px auto 0 auto;
  text-align: center;
}

.address_book .address__form .form-group {
  position: relative;
}

.address_book .address__form .form-control.is-invalid,
.address_book .address__form .was-validated .form-control:invalid {
  background: none;
  border-color: #dc3545;
}

.address_book .address__form .form-control.is-invalid:focus {
  box-shadow: none;
}

.address_book .address__form .invalid-feedback {
  display: block;
  margin-top: 0;
  font-size: 100%;
}

.address_book .address__form .form-control.is-invalid ~ .invalid-feedback {
  font-size: 12px;
  color: #e24247;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: start;
}

.address_book .address__form .form-row {
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
  -webkit-margin-end: -10px;
          margin-inline-end: -10px;
}

.address_book .address__form .form-row > .col,
.address_book .address__form .form-row > [class*=col-] {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}

.address_book .address__form input[type=text] {
  height: 44px;
  border: 1px solid #dfdfdf;
  color: #212121;
}

.address_book .address__form select {
  height: 44px;
  border: 1px solid #dfdfdf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  background: transparent;
}

.address_book .address__form .select_arrow {
  position: absolute;
  top: 0;
  inset-inline-end: 17.5px;
  line-height: 44px;
}

.address_book .address__form input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
}

.address_book .address__form .form-group__inline {
  position: relative;
}

.address_book .address__form .form-group__inline select {
  width: 99px;
  border: none;
  background: transparent;
  background-position: right 5.5px center;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  position: absolute;
}

.address_book .address__form .form-group__inline .select_arrow {
  inset-inline-start: 85px;
  inset-inline-end: initial;
}

.address_book .address__form .form-group__inline input {
  -webkit-padding-start: 105px;
          padding-inline-start: 105px;
}

.address_book .address__form .form-check {
  margin-top: 25px;
  text-align: center;
}

.address_book .address__form .form-check .form-check-label {
  font-size: 12px;
  line-height: 18px;
  color: #777;
  display: inline-block;
  vertical-align: middle;
}

.address_book .address__form .cancel {
  font-size: 14px;
  color: #777;
  border-bottom: 1px solid #777;
}

@media screen and (max-width: 767.98px) {
  .address_book .no-address {
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
  }
  .address_book .no-address__title {
    font-size: 1.375rem;
    margin-bottom: 1.40625rem;
  }
  .address_book .no-address__msg {
    color: #777;
  }
  .address_book .no-address__add {
    display: block;
    width: 100%;
    height: 2.75rem;
    line-height: 1.875rem;
    font-size: 0.9375rem;
  }
  .address_book .address {
    width: 100%;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
    text-align: center;
  }
  .address_book .address__title {
    font-size: 1.375rem;
  }
  .address_book .address__add_pc {
    display: none;
  }
  .address_book .address__add_mobile {
    display: block;
    width: 100%;
    height: 2.75rem;
    line-height: 1.875rem;
    font-size: 0.9375rem;
    margin-top: 24px;
  }
  .address_book .address__list {
    width: 100%;
    margin-top: 1.5625rem;
  }
  .address_book .address__list .address-item {
    width: 100%;
    height: 16.25rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 0.9375rem;
  }
  .address_book .address__list .address-item:first-child {
    margin-top: 0;
  }
  .address_book .address__list .address-item__header {
    height: 3.125rem;
  }
  .address_book .address__list .address-item__header_tag {
    font-size: 0.75rem;
    line-height: 1.03125rem;
    width: 4.6875rem;
    height: 4.6875rem;
    inset-inline-end: -2.5rem;
    top: -2.5rem;
    padding-top: 3.65625rem;
    text-align: center;
  }
  .address_book .address__list .address-item__header_name {
    height: 1.25rem;
    line-height: 1.25rem;
    color: #000;
  }
  .address_book .address__list .address-item__header_operate {
    position: absolute;
    inset-inline-start: 1.5625rem;
    top: initial;
    bottom: 0.9375rem;
  }
  .address_book .address__list .address-item__header_operate_btn {
    color: #000;
  }
  .address_book .address__list .address-item__header_operate_btn:not(:first-child) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .address_book .address__list .address-item__content .address-info__item {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .address_book .address__form {
    width: 100%;
    margin-top: 1.25rem;
  }
  .address_book .address__form .form-control.is-invalid ~ .invalid-feedback {
    font-size: 0.75rem;
    line-height: 1.03125rem;
  }
  .address_book .address__form .form-row {
    -webkit-margin-start: -0.46875rem;
            margin-inline-start: -0.46875rem;
    -webkit-margin-end: -0.46875rem;
            margin-inline-end: -0.46875rem;
    flex-wrap: nowrap;
  }
  .address_book .address__form .form-group {
    margin-bottom: 0.625rem;
  }
  .address_book .address__form .form-row > .col,
  .address_book .address__form .form-row > [class*=col-] {
    -webkit-padding-start: 0.46875rem;
            padding-inline-start: 0.46875rem;
    -webkit-padding-end: 0.46875rem;
            padding-inline-end: 0.46875rem;
  }
  .address_book .address__form input[type=text] {
    height: 2.5rem;
    border: 1px solid #dfdfdf;
    color: #212121;
    font-size: 0.875rem;
  }
  .address_book .address__form select {
    height: 2.5rem;
    border: 1px solid #dfdfdf;
    font-size: 0.875rem;
  }
  .address_book .address__form .select_arrow {
    inset-inline-end: 0.5625rem;
    line-height: 2.5rem;
  }
  .address_book .address__form input[type=checkbox] {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .address_book .address__form .form-group__inline select {
    border: none;
    background-position: right 5.5px center;
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
    width: 6.40625rem;
  }
  .address_book .address__form .form-group__inline .select_arrow {
    inset-inline-start: 5.3125rem;
  }
  .address_book .address__form .form-group__inline input {
    -webkit-padding-start: 6.5625rem;
            padding-inline-start: 6.5625rem;
  }
  .address_book .address__form .form-check {
    margin-top: 16px;
    text-align: start;
  }
  .address_book .address__form .form-check .form-check-label {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
    font-size: 0.875rem;
    line-height: 1.40625rem;
    color: #2a2a2a;
  }
  .address_book .address__form .address__submit {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
  }
  .address_book .address__form .cancel {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.coupon-page .container {
  padding: 0;
}

.coupon-page .row {
  margin: 0;
}

.coupon-page .color-red {
  color: #f33;
  font-weight: 400;
}

.coupon-page a,
.coupon-page a:hover {
  text-decoration: none;
}

.coupon-page__message {
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.875rem;
  background: #f6f6f6;
  color: #333;
  text-align: center;
}

.coupon-page__message_expired {
  background: #b2b2b2;
  color: #fff;
}

.coupon-page__message .copy-btn {
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
  padding: 0 0.5625rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  background: transparent;
  color: #333;
  border-color: #333;
}

.coupon-page__message .copy-btn:hover {
  background: transparent !important;
  color: #3f3f3f !important;
  border-color: #3f3f3f !important;
  cursor: pointer;
}

.coupon-page .countdown-container {
  padding-top: 1rem;
  text-align: center;
}

.coupon-page .countdown-container__day {
  -webkit-margin-end: 0.5625rem;
          margin-inline-end: 0.5625rem;
  font-size: 0.8125rem;
  color: #666;
}

.coupon-page .products-container__info {
  margin-top: 3.5rem;
  height: 1.875rem;
}

.coupon-page .products-container__list {
  margin-top: 1.25rem;
}

.coupon-page .products-container__list_none {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 25rem;
}

.coupon-page .products-container__list_none img {
  width: 5rem;
}

.coupon-page .products-container__list_has-data {
  display: flex;
  margin: 0 -0.9375rem;
}

.coupon-page .products-container__list_has-data .product-snippet {
  margin-bottom: 2.5rem;
}

.coupon-page .products-container__list_has-data .product-snippet__title {
  line-height: 1.3125rem;
  font-size: 0.875rem;
  color: #777;
  text-align: start;
}

.coupon-page .products-container__list_has-data .product-snippet__price-wrapper {
  text-align: start;
}

@media (max-width: 767.98px) {
  .coupon-page__message {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.8125rem;
  }
  .coupon-page__message .copy-btn {
    display: none;
  }
  .coupon-page .countdown-container {
    padding-top: 0.9375rem;
  }
  .coupon-page .countdown-container__day {
    -webkit-margin-end: 0.5625rem;
            margin-inline-end: 0.5625rem;
    font-size: 0.625rem;
  }
  .coupon-page .countdown-container__clock {
    line-height: 1.125rem;
    font-weight: 400;
  }
  .coupon-page .countdown-container__clock__item {
    width: 1.125rem;
    height: 1.125rem;
  }
  .coupon-page .products-container {
    padding: 0 0.9375rem;
  }
  .coupon-page .products-container__info {
    margin-top: 1.125rem;
    height: 2rem;
  }
  .coupon-page .products-container__list {
    margin-top: 1.25rem;
  }
  .coupon-page .products-container__list .product-snippet {
    margin-bottom: 2.0625rem;
  }
}

.flashsale {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .flashsale {
    font-size: 0.875rem;
  }
}

.flashsale-top {
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  background-color: #f6f6f6;
}

@media (max-width: 767.98px) {
  .flashsale-top {
    width: 100%;
    height: 2.875rem;
    line-height: 2.875rem;
    background-color: #f2f2f2;
  }
}

.flashsale-top__title {
  float: none;
  font-size: 0.8125rem;
  font-weight: 600;
  color: black;
}

@media (max-width: 767.98px) {
  .flashsale-top__title {
    float: left;
    font-size: 0.8125rem;
    color: #333333;
    -webkit-margin-start: 0.9375rem;
            margin-inline-start: 0.9375rem;
  }
}

.flashsale-top__countdown {
  display: inline-block;
  float: none;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

@media (max-width: 767.98px) {
  .flashsale-top__countdown {
    float: right;
    -webkit-margin-end: 0.9375rem;
            margin-inline-end: 0.9375rem;
  }
}

.flashsale-top__word {
  -webkit-margin-start: 2.625rem;
          margin-inline-start: 2.625rem;
  -webkit-margin-end: 1.75rem;
          margin-inline-end: 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ff3333;
}

@media (max-width: 767.98px) {
  .flashsale-top__word {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 1.0625rem;
            margin-inline-end: 1.0625rem;
    font-size: 0.875rem;
  }
}

.flashsale-top_outtime {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
}

@media (max-width: 767.98px) {
  .flashsale-top_outtime {
    font-size: 0.875rem;
  }
}

.flashsale-top__clock {
  color: #ff3333;
}

.flashsale-top__clock-time {
  min-width: 2.1875rem;
  height: 1.625rem;
  display: inline-block;
  line-height: 1.625rem;
  background-color: #ff3333;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
}

@media (max-width: 767.98px) {
  .flashsale-top__clock-time {
    min-width: 1.75rem;
    height: 1.40625rem;
    line-height: 1.40625rem;
    border-radius: 0.21875rem;
    font-size: 0.875rem;
  }
}

.flashsale_outtime {
  background-color: #b2b2b2;
}

.flashsale__productlist {
  padding: 3.875rem 11.25rem 3.5rem 11.25rem;
}

@media (max-width: 767.98px) {
  .flashsale__productlist {
    padding: 1.375rem 0.9375rem;
  }
  .flashsale__productlist .product-snippet {
    position: relative;
  }
}

.flashsale__productlist .two_line_text_truncate {
  text-align: start;
}

.flashsale__productlist .text-center {
  text-align: start !important;
}

.flashsale__productlist .dj_skin_product_price {
  padding: 0;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

@media (max-width: 767.98px) {
  .flashsale__productlist .dj_skin_product_price {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
  }
}

.flashsale__productlist .dj_skin_product_compare_at_price {
  padding: 0;
}

.flashsale__sort {
  display: inline-block;
  padding: 0;
  padding-bottom: 1.9375rem;
}

@media (max-width: 767.98px) {
  .flashsale__sort {
    padding: 0 0.9375rem;
    padding-bottom: 1.625rem;
  }
}

.flashsale__sort-number {
  font-size: 1rem;
  color: black;
  line-height: 1.1875rem;
}

@media (max-width: 767.98px) {
  .flashsale__sort-number {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.flashsale__sort-text {
  font-size: 1rem;
  font-weight: 400;
  color: #2a2a2a;
  -webkit-margin-end: 1.75rem;
          margin-inline-end: 1.75rem;
  width: 4.1875rem;
}

@media (max-width: 767.98px) {
  .flashsale__sort-text {
    width: 3.5625rem;
    height: 1.15625rem;
    font-size: 0.8125rem;
    line-height: 1.15625rem;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.flashsale__sort-select {
  font-size: 0.875rem;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .flashsale__sort-select {
    display: none;
  }
}

.flashsale_none {
  font-size: 0.875rem;
  color: black;
  line-height: 1.25rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .flashsale_none {
    margin-top: 4.375rem;
    margin-bottom: 2rem;
  }
}

.flashsale_none__btn a {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

@media (min-width: 768px) {
  .flashsale_none__btn a {
    width: 15rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    line-height: 1.1875rem;
  }
}

.discount {
  display: none;
}

@media (max-width: 767.98px) {
  .discount {
    display: block;
    min-width: 0;
    position: absolute;
    top: -7.5px;
    inset-inline-end: -5.5px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    font-size: 12px;
    line-height: 14px;
    background: #f33;
    color: #fff;
    border: none;
    text-align: center;
  }
}

.discount__span {
  position: relative;
  display: inline-block;
  width: 22px;
  top: 7px;
}

.discount_soldout {
  background-color: #999;
}

.productCount {
  text-align: start;
}

.productCount__count {
  height: 14px;
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 6px;
}

@media (max-width: 767.98px) {
  .productCount__count {
    margin-top: 1.25rem;
    margin-bottom: 0.21875rem;
    height: 1.03125rem;
    font-size: 0.75rem;
    color: #333333;
  }
}

.productCount__progress {
  width: 64%;
  height: 4px;
  background-color: #d5d5d5;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .productCount__progress {
    width: 8.59375rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
}

.productCount__progress-rate {
  height: 100%;
  border-radius: 0;
  min-width: 2px;
  background-color: #ff3333;
}

@media (max-width: 767.98px) {
  .productCount__progress-rate {
    min-width: 0.3125rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}

.login {
  text-align: center;
  margin: 0 auto;
  width: 450px; 
}

.login__title {
  font-size: 1.75rem;
  color: #444951;
  line-height: 2.125rem;
}

.login__totaltip {
  margin-top: 0.625rem;
  color: #e24247;
  font-size: 0.875rem;
}

.login__form {
  text-align: start;
  padding-top: 1rem;
}

.login__form-tip {
  display: block;
  font-size: 0.75rem;
  color: #e24247;
  line-height: 0.875rem;
  margin-top: 0.3125rem;
}

.login__form-tip label {
  display: block;
  margin-bottom: 0;
}

.login__form-submit {
  text-align: center;
  margin-bottom: 1.375rem;
}

.login__form-button {
  min-width: 13.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.login__form-resetpw {
  float: right;
}

.login__form-href {
  text-decoration: underline !important;
  color: #212121;
  font-size: 0.875rem;
}

.login__form-href:hover {
  color: #2f3030;
}

.login__form-prompt {
  color: #777;
  font-size: 0.875rem;
}

@media screen and (max-width: 767.98px) {
  .login {
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
    width: 100%;
  }
  .login__title {
    height: 1.6875rem;
    font-size: 1.375rem;
    color: black;
    line-height: 1.625rem;
  }
  .login__form {
    padding-top: 0.875rem;
  }
  .login__form-tip {
    font-size: 0.75rem;
    color: #e24247;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }
  .login__form-submit {
    text-align: center;
    margin-bottom: 0.96875rem;
  }
  .login__form-button {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
  }
  .login__form-href {
    color: #000;
    font-size: 0.875rem;
  }
  .login__form-resetpw {
    float: right;
  }
  .login__form-prompt {
    color: #777;
    font-size: 0.9375rem;
    -webkit-margin-end: 0.3125rem;
            margin-inline-end: 0.3125rem;
  }
}

.my-order {
  width: 1080px;
  margin: 0 auto;
}

.my-order a {
  cursor: pointer;
  text-decoration: none;
}

.my-order p {
  margin-bottom: 0;
}

.my-order .main-title {
  font-size: 36px;
  line-height: 42px;
  color: #212121;
  text-align: center;
  margin: 32px 0;
}

.my-order .main-title-mobile {
  display: none;
}

.my-order__tabs {
  border-bottom: 1px solid #efefef;
}

.my-order__tabs::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.my-order__tabs a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.my-order__tabs a:hover {
  color: #212121;
}

.my-order__tabs a.active {
  font-weight: 500;
  color: #212121;
  border-bottom: 3px solid #212121;
}

.my-order .search-bar {
  margin: 16px 0;
}

.my-order .search-bar::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.my-order .search-bar input::-webkit-input-placeholder {
  color: #999;
}

.my-order .search-bar input:-moz-placeholder {
  color: #999;
}

.my-order .search-bar input:-ms-input-placeholder {
  color: #999;
}

.my-order .search-bar .input-content {
  float: left;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-indent: 15px;
  width: 413px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #777;
  border: 1px solid #d1d1d1;
}

.my-order .search-bar .search-btn {
  float: left;
  display: block;
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: #212121;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.my-order .search-bar .search-btn:hover {
  background: #464646;
}

.my-order .hr-line {
  border: none;
  height: 1px;
  background: #efefef;
}

.my-order .order-list {
  margin-bottom: 26px;
}

.my-order .order-list .no-order {
  margin: 0 auto;
  padding: 100px 0 250px 0;
  text-align: center;
}

.my-order .order-list .no-order p {
  font-size: 22px;
  line-height: 25px;
}

.my-order .order-list .no-order a {
  display: block;
  margin: 30px auto 0 auto;
  width: 250px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-order .order-list .order-item {
  margin-top: 20px;
  border: 1px solid #e4e4e4;
}

.my-order .order-list .order-item__header {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  background: #efefef;
  height: 47px;
  line-height: 47px;
  -webkit-padding-start: 19px;
          padding-inline-start: 19px;
  border-bottom: 1px solid #e4e4e4;
}

.my-order .order-list .order-item__header span {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.my-order .order-list .order-item__state-tag {
  min-width: 44px;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.my-order .order-list .order-item__state-tag-mobile {
  display: none;
}

.my-order .order-list .order-item__state-tag, .my-order .order-list .order-item__state-tag-mobile {
  background: #d89c4d;
}

.my-order .order-list .order-item__state-tag.completed, .my-order .order-list .order-item__state-tag.Completed, .my-order .order-list .order-item__state-tag.finished, .my-order .order-list .order-item__state-tag-mobile.completed, .my-order .order-list .order-item__state-tag-mobile.Completed, .my-order .order-list .order-item__state-tag-mobile.finished {
  background: #4e9969;
}

.my-order .order-list .order-item__state-tag.active, .my-order .order-list .order-item__state-tag.Partially, .my-order .order-list .order-item__state-tag.All, .my-order .order-list .order-item__state-tag.placed, .my-order .order-list .order-item__state-tag.processing, .my-order .order-list .order-item__state-tag-mobile.active, .my-order .order-list .order-item__state-tag-mobile.Partially, .my-order .order-list .order-item__state-tag-mobile.All, .my-order .order-list .order-item__state-tag-mobile.placed, .my-order .order-list .order-item__state-tag-mobile.processing {
  background: #508cd6;
}

.my-order .order-list .order-item__state-tag.pending, .my-order .order-list .order-item__state-tag.Awaiting, .my-order .order-list .order-item__state-tag-mobile.pending, .my-order .order-list .order-item__state-tag-mobile.Awaiting {
  background: #d89c4d;
}

.my-order .order-list .order-item__state-tag.failed, .my-order .order-list .order-item__state-tag.Failed, .my-order .order-list .order-item__state-tag.cancelled, .my-order .order-list .order-item__state-tag.Cancelled, .my-order .order-list .order-item__state-tag-mobile.failed, .my-order .order-list .order-item__state-tag-mobile.Failed, .my-order .order-list .order-item__state-tag-mobile.cancelled, .my-order .order-list .order-item__state-tag-mobile.Cancelled {
  background: #999;
}

.my-order .order-list .order-item__state-tag.post_sale, .my-order .order-list .order-item__state-tag-mobile.post_sale {
  background: #df6c3d;
}

.my-order .order-list .order-item__detail::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.my-order .order-list .order-item__detail > div {
  float: left;
  -webkit-border-end: 1px solid #efefef;
          border-inline-end: 1px solid #efefef;
}

.my-order .order-list .order-item__detail > div:last-child {
  -webkit-border-end: none;
          border-inline-end: none;
}

.my-order .order-list .order-item__detail > div .text {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  text-align: center;
  margin: 45px 0 19px 0;
}

.my-order .order-list .order-item__detail > div .state,
.my-order .order-list .order-item__detail > div .amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
  text-align: center;
}

.my-order .order-list .order-item__detail > div .remarks {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  text-align: center;
}

.my-order .order-list .order-item__detail > div .payment-logo {
  display: block;
  width: 30px;
  height: 15px;
  margin: 3px auto;
}

.my-order .order-list .order-item__operate {
  width: 142px;
  min-height: 150px;
  float: right;
  -webkit-border-end: none;
          border-inline-end: none;
  position: relative;
}

.my-order .order-list .order-item__operate a.operate-btn {
  display: block;
  width: 120px;
  height: 36px;
  margin: 10px auto;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.my-order .order-list .order-item__operate a.operate-btn.black {
  background: #212121;
  color: #fff;
}

.my-order .order-list .order-item__operate a.operate-btn.black:hover {
  background: #464646;
}

.my-order .order-list .order-item__operate a.operate-btn.white {
  background: #fff;
  border: 1px solid #212121;
  color: #212121;
}

.my-order .order-list .order-item__operate a.operate-btn.white:hover {
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
}

.my-order .order-list .order-item__operate a.more-operate {
  width: 110px;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  margin-top: -5px;
  cursor: pointer;
}

.my-order .order-list .order-item__btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my-order .order-list .order-item__total-mobile {
  display: none;
}

.my-order .order-list .order-item__payment, .my-order .order-list .order-item__shipment, .my-order .order-list .order-item__amount {
  width: 130px;
  min-height: 150px;
}

.my-order .order-list .order-item__intro {
  width: 546px;
}

.my-order .order-list .order-item__intro::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.my-order .order-list .order-item__price-count {
  max-width: 140px;
  float: right;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  height: 150px;
  line-height: 150px;
  position: relative;
}

.my-order .order-list .order-item__price-count p {
  line-height: 1.25;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my-order .order-list .order-item__price-count span {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
}

.my-order .order-list .order-item__price-count span.count {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.my-order .order-list .order-item__img-wrap {
  display: block;
  float: left;
  width: 100px;
  height: 118px;
  margin: 16px 0;
  margin-inline: 15px 20px;
}

.my-order .order-list .order-item__info {
  float: left;
  margin-top: 30px;
  max-width: 240px;
}

.my-order .order-list .order-item__style, .my-order .order-list .order-item__sku {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.my-order .order-list .order-item__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 240px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

.my-order .order-list .order-item__more-product {
  height: 55px;
  line-height: 55px;
  font-weight: 500;
  font-size: 16px;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  border-top: 1px solid #efefef;
}

.my-order .order-list .order-item__more-link {
  color: #212121;
}

@media (max-width: 767.98px) {
  body {
    min-width: 0 !important;
    min-height: 0 !important;
  }
  .my-order {
    width: 100%;
    position: relative;
  }
  .my-order .main-title {
    display: none;
  }
  .my-order .main-title-mobile {
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.125rem;
    color: #212121;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .my-order .main-title-mobile__go-back {
    float: left;
    height: 3.125rem;
  }
  .my-order .main-title-mobile__go-back i {
    font-size: 0.8125rem;
    -webkit-margin-start: 0.78125rem;
            margin-inline-start: 0.78125rem;
    color: #3b3d40;
  }
  .my-order .main-title-mobile__to-search {
    float: right;
    height: 3.125rem;
  }
  .my-order .main-title-mobile__to-search .dj-search3 {
    font-weight: 700;
    font-size: 1.25rem;
    -webkit-margin-end: 0.9375rem;
            margin-inline-end: 0.9375rem;
    color: #3b3d40;
  }
  .my-order__tabs {
    transition: all 0.3s ease;
    width: 100%;
    height: 2.75rem;
    padding: 0 0.9375rem 0 0.9375rem;
    border-bottom: none;
    overflow: hidden;
  }
  .my-order__tabs-scroll {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .my-order__tabs-scroll a {
    float: none;
    display: inline-block;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.8125rem;
    -webkit-margin-end: 0.9375rem;
            margin-inline-end: 0.9375rem;
  }
  .my-order__tabs-scroll a:last-child {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .my-order .search-bar,
  .my-order .hr-line {
    display: none;
  }
  .my-order .order-list .no-order {
    padding: 7.5rem 0 7.5rem 0;
  }
  .my-order .order-list .no-order p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .my-order .order-list .no-order a {
    margin: 0.9375rem auto 0 auto;
    width: 11.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.9375rem;
  }
  .my-order .order-list .order-item {
    transition: all 0.3s ease;
    margin-top: 0;
    border: none;
    border-top: 1px solid #e4e4e4;
  }
  .my-order .order-list .order-item:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .my-order .order-list .order-item__header {
    transition: all 0.3s ease;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0;
    padding-inline: 0.9375rem 0.625rem;
    font-size: 0.6875rem;
    border-bottom: none;
  }
  .my-order .order-list .order-item__header span {
    -webkit-margin-end: 0.3125rem;
            margin-inline-end: 0.3125rem;
  }
  .my-order .order-list .order-item__state-tag {
    display: none;
  }
  .my-order .order-list .order-item__state-tag-mobile {
    display: block;
    float: right;
    color: #fff;
    max-width: 7.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 3.75rem;
    padding: 0 0.4375rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0.78125rem;
    text-align: center;
    font-size: 0.6875rem;
    border-radius: 0.125rem;
  }
  .my-order .order-list .order-item__detail {
    padding: 0 0.9375rem;
  }
  .my-order .order-list .order-item__detail > div {
    float: none;
    -webkit-border-end: none;
            border-inline-end: none;
  }
  .my-order .order-list .order-item__operate {
    transition: all 0.3s ease;
    float: none;
    width: 100%;
    min-height: 0;
  }
  .my-order .order-list .order-item__btn-wrap {
    width: 100%;
    position: relative;
    top: 0;
    inset-inline-start: 0;
    transform: none;
  }
  .my-order .order-list .order-item__btn-wrap::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .my-order .order-list .order-item__btn-wrap a.operate-btn {
    float: right;
    font-size: 0.9375rem;
    min-width: 5.9375rem;
    width: 8.25rem;
    margin: 1.25rem 0;
    margin-inline: 1.25rem 0;
    border-radius: 0;
  }
  .my-order .order-list .order-item__btn-wrap a.more-operate {
    width: auto;
    font-size: 0.9375rem;
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    transform: translate(0, -50%);
  }
  .my-order .order-list .order-item__price-count {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    height: 5.53125rem;
    line-height: 5.53125rem;
  }
  .my-order .order-list .order-item__price-count span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .my-order .order-list .order-item__total-mobile {
    width: 100%;
    display: block;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    line-height: 1.09375rem;
    color: #212121;
    border-bottom: 1px solid #ddd;
  }
  .my-order .order-list .order-item__total-mobile::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .my-order .order-list .order-item__total-mobile .more {
    width: 32%;
    float: left;
  }
  .my-order .order-list .order-item__total-mobile .price,
  .my-order .order-list .order-item__total-mobile .shipping {
    float: right;
    width: 67%;
    text-align: end;
  }
  .my-order .order-list .order-item__total-mobile .price .label,
  .my-order .order-list .order-item__total-mobile .shipping .label {
    color: #666;
    min-width: 40%;
    display: inline-block;
  }
  .my-order .order-list .order-item__total-mobile .price .value,
  .my-order .order-list .order-item__total-mobile .shipping .value {
    min-width: 6.25rem;
    max-width: 50%;
    display: inline-block;
  }
  .my-order .order-list .order-item__payment, .my-order .order-list .order-item__shipment, .my-order .order-list .order-item__amount {
    display: none;
  }
  .my-order .order-list .order-item__intro {
    width: 100%;
    float: none;
    -webkit-border-end: none;
            border-inline-end: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ddd;
  }
  .my-order .order-list .order-item__img-wrap {
    width: 4.6875rem;
    height: 5.53125rem;
    margin: 0;
    margin-inline: 0 0.625rem;
  }
  .my-order .order-list .order-item__info {
    margin-top: 0;
    max-width: 8.125rem;
  }
  .my-order .order-list .order-item__style, .my-order .order-list .order-item__sku {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }
  .my-order .order-list .order-item__title {
    width: 8.125rem;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    margin-top: 0.34375rem;
  }
  .my-order .order-list .order-item__more-product {
    display: none;
  }
}

@media (max-width: 375px) {
  .my-order .order-list .order-item__header {
    position: relative;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.625rem;
  }
  .my-order .order-list .order-item__date-time {
    display: block;
    line-height: 1.25rem;
    padding-top: 0.3125rem;
  }
  .my-order .order-list .order-item__id {
    display: block;
    line-height: 1.25rem;
    padding-bottom: 0.3125rem;
  }
  .my-order .order-list .order-item__state-tag-mobile {
    max-width: 11.25rem;
    position: absolute;
    top: 0;
    inset-inline-end: 0.625rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0.9375rem;
    font-size: 0.625rem;
  }
  .my-order .order-list .order-item__operate a.operate-btn {
    min-width: 5.9375rem;
  }
  .my-order .order-list .order-item__price-count .price {
    font-size: 0.75rem;
  }
  .my-order .order-list .order-item__price-count span {
    font-size: 0.75rem;
  }
  .my-order .order-list .order-item__info {
    width: 6.25rem;
  }
  .my-order .order-list .order-item__title {
    width: 6.25rem;
  }
}

.payment {
  max-width: 1081px;
  margin: 0 auto;
  background-color: #fff;
}

.payment em {
  font-style: normal;
}

.payment-left {
  padding: 0;
  padding-inline: 0 25px;
}

.payment-right {
  padding: 0;
  padding-inline: 25px 0;
  display: flex;
  flex-direction: column;
}

.payment__title {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.payment__title-text {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #212121;
}

.payment__form-group {
  margin-bottom: 20px;
  position: relative;
}

.payment__form-group_no-margin {
  margin-bottom: 0;
}

.payment__form-group .sep-font {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.payment__form-control.is-invalid {
  background-image: none;
  margin-top: 0;
  font-size: 100%;
}

.payment__form-control:focus {
  background-color: transparent;
}

.payment-credit__form {
  padding: 14px 10px;
  border-top: 1px dashed #c8c8c8;
}

.payment-credit__form-label {
  display: inline-block;
  margin-bottom: 6px;
}

.payment-address {
  padding: 5px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}

.payment-address__top {
  padding: 10px 0;
  border-bottom: 1px dashed #c8c8c8;
}

.payment-address__bottom {
  padding: 10px 0;
}

.payment-address__name {
  color: #999;
  display: flex;
  justify-content: space-between;
}

.payment-address__name a {
  text-decoration: underline;
  color: #0082ff;
}

.payment-address__value {
  color: #212121;
}

.payment .stripeContainer {
  width: 100%;
  padding: 15px;
  border-top: 1px dashed #c8c8c8;
}

.payment-method {
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.payment-method__item {
  cursor: pointer;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 10px 0;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.payment-method__item-grid {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.payment-method__item-desc {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #ededed;
}

.payment-method__item-icon {
  visibility: hidden;
  font-size: 18px;
}

.payment-method__item_selected {
  border-color: #000;
  color: #212121;
}

.payment-method__item_selected .payment-method__item-icon {
  visibility: visible;
}

.payment-method__item_selected > .payment-method__item-desc {
  display: flex;
}

.payment-method__mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  top: 0;
  inset-inline-start: 0;
  position: absolute;
}

.payment-method__loaded {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  inset-inline-end: 0;
  top: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.payment-method__name {
  display: flex;
  align-items: center;
}

.payment-method__name .sep-font {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 28px;
}

.payment-method__credit-img-list {
  margin: 16px 0 20px 0;
}

.payment-method__credit-img-list img {
  width: 48px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.payment-method__credit-img-list_small {
  margin: 0;
}

.payment-method__credit-img-list_small img {
  width: 36px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.payment-billing__container {
  padding: 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.payment-billing__form {
  width: 100%;
  margin-top: 20px;
  border-top: 1px dashed #c8c8c8;
  padding: 20px 0 0 0;
}

.payment-billing__select {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.payment input,
.payment select {
  height: 36px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  width: 100%;
  padding: 0;
  padding-inline: 10px 30px;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.payment input {
  background-color: #fff;
}

.payment input:focus {
  background-color: #fff !important;
}

.payment-select {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 2;
}

.payment-select__bg {
  position: absolute;
  background-color: #fff;
  inset-inline-start: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  z-index: 1;
}

.payment-select__icon {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 15px;
  inset-inline-end: 12px;
  z-index: 2;
  background: url("./../../common/assets/select_arrow-aef1acc182.svg") no-repeat;
}

.payment-item__table {
  width: 100%;
}

.payment-item__table td {
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.payment-item__image {
  padding: 16px 0;
  padding-inline: 0 16px;
}

.payment-item__image img {
  width: 100px;
}

.payment-item__sku > div {
  margin: 5px 0;
}

.payment-item__sku-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-word;
}

.payment-item__sku-type {
  font-size: 14px;
  color: #666;
}

.payment-item__quantity {
  font-size: 16px;
  font-weight: 400;
  width: 15%;
  padding: 0 10px;
}

.payment-item__price {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  text-align: end;
  font-size: 16px;
  font-weight: 400;
}

.payment-prices__form {
  display: flex;
  justify-content: flex-end;
}

.payment-prices__table {
  margin: 13px 0;
  width: 60%;
}

.payment-prices__table tfoot {
  color: #212121;
  font-size: 16px;
  text-align: end;
  border-top: 1px solid #eee;
}

.payment-prices__table tfoot tr > td {
  padding-top: 18px;
  font-weight: 500;
  border: none;
}

.payment-prices__table tbody tr > td {
  padding: 5px 0;
  text-align: end;
  border: none;
}

.payment-prices__table tbody tr:last-child td {
  padding-bottom: 13px;
}

.payment-prices__table-name {
  font-size: 14px;
  color: #666;
}

.payment-prices__table-value {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}

.payment-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eee;
  z-index: 10;
}

.payment-footer__back {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.payment-footer__btn {
  height: 50px;
  border-radius: 2px;
  width: 300px;
}

.payment-footer__btn.disabled, .payment-footer__btn.product-info__variants_value:disabled, .payment-footer__btn.product-info__qty_btn:disabled, .payment-footer__btn.product-info__qty_num:disabled {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.payment-paypal__btn {
  width: 200px;
}

@media (max-width: 767.98px) {
  .payment {
    width: 100%;
    margin: 0;
  }
  .payment-left, .payment-right {
    padding: 0;
  }
  .payment input,
  .payment select {
    height: 2.5rem;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    padding: 0;
    padding-inline: 0.625rem 0.9375rem;
    font-size: 14px;
  }
  .payment input::-webkit-input-placeholder,
  .payment select::-webkit-input-placeholder {
    color: #999;
  }
  .payment-select {
    padding: 0;
    padding-inline: 0.625rem 0.9375rem;
  }
  .payment-select__bg {
    height: 2.5rem;
  }
  .payment-select__icon {
    z-index: 3;
  }
  .payment__title {
    padding: 0.625rem 0.9375rem;
    font-size: 0.9375rem;
    height: auto;
  }
  .payment-switch__content {
    padding: 0 0.9375rem;
    background-color: #f8f8f8;
  }
  .payment-switch ~ .payment-switch__content {
    display: block;
    padding: 0 0.9375rem;
    background-color: #f8f8f8;
  }
  .payment-switch:checked ~ .payment-switch__content {
    display: none;
  }
  .payment-switch:checked ~ .payment__title .sep-font {
    transform: rotate(180deg);
  }
  .payment__mobile {
    display: flex;
  }
  .payment__pc {
    display: none;
  }
  .payment__form-group {
    margin-bottom: 0.625rem;
  }
  .payment__form-group_no-margin {
    margin-bottom: 0;
  }
  .payment-item td {
    padding: 0.625rem 0;
  }
  .payment-item__image {
    -webkit-padding-end: 0.625rem;
            padding-inline-end: 0.625rem;
  }
  .payment-item__sku {
    width: 40%;
  }
  .payment-item__quantity {
    padding: 0 0.625rem;
  }
  .payment-item__price {
    padding: 0 0.625rem;
  }
  .payment-address {
    padding: 0.9375rem;
  }
  .payment-address__top {
    padding-top: 0;
  }
  .payment-address__bottom {
    padding-bottom: 0;
  }
  .payment-credit__form {
    padding: 0.4375rem 0.3125rem;
  }
  .payment-method {
    padding: 0.9375rem;
  }
  .payment-method__credit-img-list {
    margin: 16px 0 20px 0;
  }
  .payment-method__credit-img-list img {
    width: 2.25rem;
    -webkit-margin-end: 0.15625rem;
            margin-inline-end: 0.15625rem;
  }
  .payment-method__credit-img-list_small {
    margin: 0;
  }
  .payment-method__credit-img-list_small img {
    width: 1.125rem;
    -webkit-margin-end: 0.15625rem;
            margin-inline-end: 0.15625rem;
  }
  .payment-billing__container {
    padding: 0.9375rem;
  }
  .payment-billing__form {
    width: 100%;
    margin-top: 0.625rem;
    border-top: 1px dashed #c8c8c8;
    padding: 0.625rem 0 0 0;
  }
  .payment-footer {
    position: fixed;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .payment-footer__back {
    color: #000;
    font-size: 14px;
    cursor: pointer;
  }
  .payment-footer__btn {
    width: 100%;
  }
  .payment-policy {
    order: 2;
  }
  .payment-paypal__btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .payment__mobile {
    display: none;
  }
  .payment__pc {
    display: flex;
  }
  .payment .row {
    position: relative;
  }
  .payment .row::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 50%;
    background: #efefef;
    width: 1px;
    bottom: 0;
  }
  .payment-scroll {
    max-height: 500px;
    overflow-y: scroll;
  }
  .payment .payment-mobile {
    display: none;
  }
  .payment .payment-pc {
    display: flex;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.payment-result__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 63px auto;
}

.payment-result__icon {
  font-size: 86px;
  color: #212121;
}

.payment-result__status-text {
  font-size: 24px;
  font-weight: 400;
  color: #212121;
}

.payment-result__content {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 31px;
  width: 100%;
  margin: 20px 0;
}

.payment-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dashed #c8c8c8;
  color: #212121;
}

.payment-info__token {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.payment-info__fail-reason {
  font-size: 14px;
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
}

.payment-shipping {
  width: 100%;
  padding-top: 20px;
}

.payment-shipping__name {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.payment-shipping__value {
  font-size: 14px;
  margin-bottom: 8px;
  color: #212121;
}

.payment-shipping__value:last-child {
  margin-bottom: 0;
}

.payment-fail {
  width: 80%;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.payment-btn {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.payment-btn .btn {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.payment-btn__order {
  width: 200px;
}

.payment-btn__shop {
  width: 200px;
}

@media (max-width: 767.98px) {
  .payment-result__body {
    width: 100%;
    margin: 1.875rem auto;
  }
  .payment-result__icon {
    font-size: 4.0625rem;
  }
  .payment-result__content {
    padding: 0.75rem 1.5625rem;
  }
  .payment-shipping {
    padding-top: 0.9375rem;
  }
  .payment-btn {
    flex-direction: column;
    align-items: center;
  }
  .payment-btn .btn {
    width: 90%;
    height: 2.8125rem;
  }
  .payment-btn__order {
    margin-top: 0.9375rem;
    order: 1;
  }
}

label.checkbox {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

label.checkbox::before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  -webkit-margin-end: 9px;
          margin-inline-end: 9px;
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  label.checkbox::before {
    width: 0.8125rem;
    height: 0.8125rem;
    -webkit-margin-end: 0.34375rem;
            margin-inline-end: 0.34375rem;
  }
}

input[type=checkbox]:checked + label::before {
  background: #212121;
  border: 1px solid #212121;
}

input[type=checkbox]:checked + label::after {
  content: " ";
  width: 6px;
  height: 10px;
  inset-inline-start: 5px;
  display: block;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
}

@media (max-width: 767.98px) {
  input[type=checkbox]:checked + label::after {
    top: 2px;
    inset-inline-start: 4px;
  }
}

.register {
  width: 100%;
  text-align: center;
}

.register-block {
  margin: 0 auto;
  width: 450px;
  display: inline-block;
}

.register-block__title {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #444951;
}

.register-block__totaltip {
  margin-top: 0.625rem;
  color: #e24247;
  font-size: 0.875rem;
  height: 0.875rem;
}

.register__form {
  text-align: start;
  padding-top: 1rem;
}

.register__form-tip {
  display: block;
  font-size: 0.75rem;
  color: #e24247;
  line-height: 0.875rem;
  margin-top: 0.3125rem;
}

.register__form-tip label {
  display: block !important;
}

.register__form-checkbox {
  position: relative;
  margin-top: 15px;
}

.register__form-subscribe {
  font-family: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: 0.875rem;
  color: #2a2a2a;
}

@media (min-width: 768px) {
  .register__form-subscribe::before {
    margin-top: 0 !important;
  }
}

.register__form-submit {
  text-align: center;
  margin-top: 28px;
}

.register__form-button {
  min-min-width: 13.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.register__form-href {
  text-decoration: underline !important;
  color: #212121;
  font-size: 0.875rem;
}

.register__form-href:hover {
  color: #2f3030;
}

.register__form-prompt {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}

.register__group {
  height: 7.0625rem;
}

.register-success {
  width: 35rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  text-align: center;
}

.register-success__icon {
  font-size: 5.375rem;
  color: #212121;
  line-height: 1;
}

.register-success__title {
  margin: 0;
  margin-top: 1.5rem;
}

.register-success__title-text {
  font-size: 1.5rem;
  color: #212121;
  line-height: 1.75rem;
}

.register-success__bottom {
  margin-top: 2.25rem;
  margin-bottom: 10.125rem;
}

.register-success__button {
  width: 12.5rem;
  height: 3.125rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 767.98px) {
  .register-block {
    width: 100%;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
  }
  .register-block__title {
    height: 1.6875rem;
    font-size: 1.375rem;
    color: black;
    line-height: 1.625rem;
  }
  .register__form {
    padding-top: 0.84375rem;
  }
  .register__form-tip {
    font-size: 0.75rem;
    color: #e24247;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }
  .register__form-tip label {
    display: block !important;
    margin-bottom: 0;
  }
  .register__form-checkbox {
    margin-top: 0.9375rem;
  }
  .register__form-subscribe {
    font-size: 0.875rem;
    color: #2a2a2a;
  }
  .register__form-submit {
    margin-bottom: 0.65625rem;
    margin-top: 1.5625rem;
  }
  .register__form-button {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
  }
  .register__form-href {
    color: #000;
    font-size: 0.875rem;
  }
  .register__form-prompt {
    color: #777;
    font-size: 0.9375rem;
  }
  .register__group {
    height: auto;
    min-height: 6.875rem;
  }
  .register-success {
    width: 100%;
    height: 100%;
    padding: 1.90625rem 0.9375rem 0 0.9375rem;
  }
  .register-success__icon {
    font-size: 4.03125rem;
  }
  .register-success__title {
    margin: 0 2.34375rem;
    margin-top: 1.5rem;
  }
  .register-success__title-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .register-success__bootom {
    margin-top: 1.75rem;
    margin-bottom: 5.625rem;
  }
  .register-success__button {
    width: 100%;
    height: 2.8125rem;
    font-size: 0.9375rem;
  }
}

.resetpw {
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  width: 28.75rem;
  display: block;
}

.resetpw__title {
  font-size: 1.75rem;
  color: #444951;
  line-height: 2.0625rem;
}

.resetpw__totaltip {
  margin-top: 0.625rem;
  color: #e24247;
  font-size: 0.875rem;
  height: 0.875rem;
}

.resetpw__tip {
  display: none;
}

.resetpw__tip_hidden {
  display: none !important;
}

.resetpw__bottom {
  margin-bottom: 5rem;
}

.resetpw__form {
  text-align: start;
  padding-top: 0.375rem;
}

.resetpw__form-tip {
  display: block;
  font-size: 0.75rem;
  color: #e24247;
  line-height: 0.875rem;
  margin-top: 0.3125rem;
}

.resetpw__form-tip label {
  display: block;
}

.resetpw__form-submit {
  text-align: center;
  margin-top: 0;
}

.resetpw__form-button {
  min-width: 13.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.resetpw__form-href {
  text-decoration: underline !important;
  color: #212121;
  font-size: 0.875rem;
}

.resetpw__form-prompt {
  color: #777;
  font-size: 0.875rem;
}

.resetpw__code {
  display: inline-block;
  letter-spacing: 0;
}

.resetpw__code-input {
  width: 19.375rem;
  height: 2.75rem;
  background-color: white;
  border: 1px solid #dfdfdf;
  -webkit-padding-start: 0.9375rem;
          padding-inline-start: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-margin-end: 0.875rem;
          margin-inline-end: 0.875rem;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

.resetpw__code-input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
}

.resetpw__code-input:focus {
  border-radius: 0;
  border: 1px solid black;
}

.resetpw__code-button {
  width: 8.125rem;
  height: 2.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: -2px;
}

@media screen and (max-width: 767.98px) {
  .resetpw {
    width: 100%;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
  }
  .resetpw__title {
    height: 1.625rem;
    font-size: 1.375rem;
    color: black;
    line-height: 1.625rem;
  }
  .resetpw__tip {
    height: 1.0625rem;
    font-size: 0.875rem;
    color: #777;
    line-height: 1.0625rem;
    margin-top: 1.625rem;
    display: block;
  }
  .resetpw__bottom {
    margin-bottom: 3.21875rem;
  }
  .resetpw__form {
    padding-top: 0.8125rem;
  }
  .resetpw__form-tip {
    font-size: 0.75rem;
    color: #e24247;
    line-height: 0.875rem;
    margin-top: 0.3125rem;
  }
  .resetpw__form-bottom {
    text-align: center;
    margin-bottom: 0.96875rem;
    margin-top: -0.65625rem;
  }
  .resetpw__form-submit {
    text-align: center;
    margin-top: 2.5px;
  }
  .resetpw__form-button {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
  }
  .resetpw__form-href {
    color: #000;
    font-size: 0.875rem;
  }
  .resetpw__form-prompt {
    color: #777;
    font-size: 0.9375rem;
    -webkit-margin-end: 0.3125rem;
            margin-inline-end: 0.3125rem;
  }
  .resetpw__code {
    display: flex;
  }
  .resetpw__code-input {
    flex: 1 1;
    height: 2.75rem;
    border: 0.0625rem solid #d7dcde;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.03125rem;
    width: 100%;
    border-radius: 0;
  }
  .resetpw__code-input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.03125rem;
  }
  .resetpw__code-input:focus {
    border-radius: 0;
    border: 0.0625rem solid black;
  }
  .resetpw__code-button {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    margin-top: 0.03125rem;
    height: 2.75rem;
    font-size: 0.9375rem;
  }
}

.resetsuccess {
  width: 35rem;
  height: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.resetsuccess__icon {
  font-size: 5.375rem;
  color: #212121;
  line-height: 1;
}

.resetsuccess__title {
  margin: 0;
  margin-top: 1.5rem;
}

.resetsuccess__title-text {
  font-size: 1.5rem;
  color: #212121;
  line-height: 1.75rem;
}

.resetsuccess__bottom {
  margin-top: 2.25rem;
}

.resetsuccess__button {
  width: 12.5rem;
  height: 3.125rem;
  background-color: #212121;
  font-size: 1.125rem;
  color: white;
  line-height: 1.375rem;
}

@media screen and (max-width: 767.98px) {
  .resetsuccess {
    width: 100%;
    height: 100%;
    -webkit-padding-start: 0.9375rem;
            padding-inline-start: 0.9375rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
  }
  .resetsuccess__icon {
    font-size: 4.03125rem;
  }
  .resetsuccess__title {
    margin: 0 2.34375rem;
    margin-top: 1.5rem;
  }
  .resetsuccess__title-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .resetsuccess__bottom {
    margin-top: 1.75rem;
  }
  .resetsuccess__button {
    width: 100%;
    height: 2.8125rem;
    font-size: 0.9375rem;
    line-height: 1.09375rem;
  }
}

.submit-error__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 63px auto;
}

.submit-error__icon {
  font-size: 86px;
  color: #212121;
}

.submit-error__status-text {
  font-size: 24px;
  color: #212121;
}

.submit-error__fail-reason {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  width: 80%;
  text-align: center;
}

.submit-btn {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
}

.submit-btn .btn {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.submit-btn__shop {
  width: 200px;
}

.submit-btn__cart {
  width: 200px;
}

@media (max-width: 767.98px) {
  .submit-error__body {
    width: 100%;
    margin: 1.875rem auto;
  }
  .submit-error__icon {
    font-size: 4.0625rem;
  }
  .submit-error__status-text {
    font-size: 1.125rem;
  }
  .submit-error__fail-reason {
    margin: 0.625rem 0;
    font-size: 0.875rem;
  }
  .submit-btn {
    flex-direction: column;
    align-items: center;
  }
  .submit-btn .btn {
    width: 90%;
    height: 2.8125rem;
  }
  .submit-btn__shop {
    margin-top: 0.9375rem;
    order: 1;
  }
}

.search {
  padding-bottom: 12.5rem;
}

@media (max-width: 767.98px) {
  .search {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.search__title {
  font-size: 1.375rem;
  line-height: 1.65625rem;
  letter-spacing: 2px;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .search__title {
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 3.3125rem;
  }
}

.search__input {
  border: 1px solid #d7dcde;
  font-size: 0.875rem;
  color: black;
  line-height: 1.0625rem;
  height: 2.75rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .search__input {
    margin-bottom: 0rem;
    height: 3.125rem;
  }
}

.search__btn {
  width: 100%;
  height: 2.75rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .search__btn {
    height: 3.125rem;
    width: 7.5rem;
    -webkit-margin-start: -1.25rem;
            margin-inline-start: -1.25rem;
    font-size: 1.125rem;
  }
}

.search__result {
  font-size: 0.875rem;
  color: #777777;
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
  .search__result {
    font-size: 1.125rem;
    margin-bottom: 3.5rem;
  }
}

.search__key {
  color: #212121;
}

.page_template {
  max-width: 47.5rem;
  margin: 0 auto;
}

.page_template__title {
  margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .page_template {
    padding: 0 0.9375rem;
  }
  .page_template__title {
    margin-bottom: 1.5625rem;
  }
}

.page_detail {
  overflow: hidden;
}

.dj-mce-view img {
  position: relative;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.dj-mce-view iframe {
  width: 100%;
}

.dj-mce-view table {
  max-width: 100%;
}

.dj-mce-view table td,
.dj-mce-view table th {
  border: 1px solid #ddd;
}

.dj-mce-view blockquote {
  margin: 1em 40px;
}

.cart__qty input[type=number] {
  padding: 0;
  font-size: 12px;
}

/* 主要按钮 -- motionz主题系统页暂不跟随皮肤 */
.btn-primary {
  position: relative;
  border-color: #222323 !important;
  background: #222323 !important;
  color: #FFFFFF !important;
}

.btn-primary:not(:disabled):not(.disabled):not(.product-info__variants_value:disabled):not(.product-info__qty_btn:disabled):not(.product-info__qty_num:disabled):hover {
  color: #FFFFFF !important;
  border-color: #2f3030 !important;
  background: #2f3030 !important;
}

.btn-primary:not(:disabled):not(.disabled):not(.product-info__variants_value:disabled):not(.product-info__qty_btn:disabled):not(.product-info__qty_num:disabled):focus {
  color: #FFFFFF !important;
  border-color: #161717 !important;
  background: #161717 !important;
}

.btn-primary:disabled {
  color: #f9f9f9 !important;
  background: #d6d6d6 !important;
  border: 1px solid #d6d6d6 !important;
}

/* 主要按钮 */
.btn-secondary {
  position: relative;
  background: #FFFFFF !important;
  color: #1C1D1D !important;
  border: 1px solid #1C1D1D !important;
}

.btn-secondary:not(:disabled):not(.disabled):not(.product-info__variants_value:disabled):not(.product-info__qty_btn:disabled):not(.product-info__qty_num:disabled):hover {
  color: #1C1D1D !important;
  border: 1px solid #272929 !important;
  background: #ffffff !important;
}

.btn-secondary:not(:disabled):not(.disabled):not(.product-info__variants_value:disabled):not(.product-info__qty_btn:disabled):not(.product-info__qty_num:disabled):active {
  color: #1C1D1D !important;
  border: 1px solid #0e0f0f !important;
  background: #f2f2f2 !important;
}

.btn-secondary:disabled {
  background: #f9f9f9 !important;
  color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}

#order-detail-modal {
  color: #212121 !important;
}
html[dir='rtl'] .product-info__variants_size-guide {
  float: left;
}

html[dir='rtl'] .product-info__desc_tab-header i {
  float: left;
}

html[dir='rtl'] .login__form-resetpw {
  float: left;
}

html[dir='rtl'] .my-order .order-list .order-item__price-count {
  float: left;
}

html[dir='rtl'] .my-order .order-list .order-item__img-wrap {
  float: right;
}

html[dir='rtl'] .my-order .order-list .order-item__info {
  float: right;
}

html[dir='rtl'] label.checkbox::before {
  float: right;
}

@media (min-width: 768px) {
  html[dir='rtl'] .my-order__tabs a {
    float: right;
  }
  html[dir='rtl'] .my-order .search-bar .input-content {
    float: right;
  }
  html[dir='rtl'] .my-order .search-bar .search-btn {
    float: right;
  }
  html[dir='rtl'] .my-order .order-list .order-item__detail > div {
    float: right;
  }
  html[dir='rtl'] .my-order .order-list .order-item__operate {
    float: left;
  }
}

@media (max-width: 767.98px) {
  html[dir='rtl'] .flashsale-top__title {
    float: right;
  }
  html[dir='rtl'] .flashsale-top__countdown {
    float: left;
  }
  html[dir='rtl'] .login__form-resetpw {
    float: left;
  }
  html[dir='rtl'] .my-order .main-title-mobile__go-back {
    float: right;
  }
  html[dir='rtl'] .my-order .main-title-mobile__to-search {
    float: left;
  }
  html[dir='rtl'] .my-order .order-list .order-item__state-tag-mobile {
    float: left;
  }
  html[dir='rtl'] .my-order .order-list .order-item__btn-wrap a.operate-btn {
    float: left;
  }
  html[dir='rtl'] .my-order .order-list .order-item__total-mobile .more {
    float: right;
  }
  html[dir='rtl'] .my-order .order-list .order-item__total-mobile .price,
  html[dir='rtl'] .my-order .order-list .order-item__total-mobile .shipping {
    float: left;
  }
}
