.box-flex {
  display: flex;
  justify-content: space-between;
}

.wrap-thank {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .wrap-thank {
    padding: 0;
  }
}

.box-thank {
  overflow: hidden;
  max-width: 821px;
  margin: 0 auto;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 768px) {
  .box-thank {
    border-radius: 0;
  }
}
.box-thank .head {
  text-align: center;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .box-thank .head {
    margin-top: 20px;
  }
}
.box-thank .head span {
  background: url(/wp-content/plugins/alids/images/check.svg?762cc2681d0d9e0bd26663c7d1e1325b) right center no-repeat;
  padding-right: 50px;
  height: 35px;
  color: #383838;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 768px) {
  .box-thank .head span {
    font-size: 20px;
    padding-right: 35px;
    line-height: 30px;
    background-size: 30px;
  }
}
.box-thank .text {
  text-align: center;
  color: #383838;
  font-size: 14px;
  line-height: 18px;
  margin: 6px 0 14px 0;
}
@media (max-width: 768px) {
  .box-thank .text {
    margin: 10px;
  }
}
.box-thank .note {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}
.box-thank .bottom {
  background: #f0f0f0;
  height: 50px;
}
.box-thank .box-bottom {
  max-width: 590px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.box-thank .box-bottom .links-pages a {
  font-size: 14px;
  color: #2a7bae;
  text-decoration: underline;
  display: inline-block;
  margin: 0 10px;
}

.box-orders {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}

.order-info {
  font-size: 14px;
  color: #383838;
  line-height: 22px;
}
.order-info .number,
.order-info .head-info {
  color: #242424;
  font-weight: 700;
}

.orders-list {
  border-top: 2px solid #e5e5e5;
  margin: 15px 0 0 0;
}

.order-item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.order-item .order-thumb {
  width: 75px;
  height: 75px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .order-item .order-thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.order-item .order-thumb img {
  border-radius: 4px;
  max-width: 100%;
}
.order-item .order-thumb .quantity {
  position: absolute;
  left: -8px;
  top: -8px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 25px;
  width: 25px;
  text-align: center;
  background: #adadad;
  border-radius: 50%;
  line-height: 25px;
}
.order-item .title {
  padding: 0 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .order-item .title {
    padding: 0 10px;
  }
}
.order-item .title h3 {
  margin: 0;
  line-height: 14px;
  position: relative;
  top: -7px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .order-item .title h3 {
    height: 62px;
    overflow: hidden;
  }
}
.order-item .title h3 a {
  word-break: break-all;
  color: #383838;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .order-item .order-variations {
    margin-top: 0;
    margin-right: -70px;
    margin-left: -90px;
  }
}
.order-item .sku-item {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.order-item .sku-item-text {
  color: #999;
}
.order-item .price {
  text-align: left;
  color: #383838;
  font-size: 14px;
  direction: ltr;
}

.summary {
  line-height: 24px;
  color: #383838;
  font-size: 14px;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #e5e5e5;
}
.summary .value {
  text-align: left;
}
.summary .value span {
  font-weight: 400;
}
.summary .total-price {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .summary {
    font-size: 12px;
  }
  .summary .total-price .value span {
    font-size: 9px !important;
  }
}

.value_price {
  direction: ltr;
}

.follow {
  align-items: center;
}
@media (max-width: 768px) {
  .follow {
    display: none;
  }
}
.follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.follow ul li {
  padding: 0;
  margin-right: 5px;
}
.follow ul li span {
  color: #fff;
  background: #000;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
}
.follow ul li span:before {
  margin-top: 7px;
}
.follow ul li .icon-facebook {
  background: #415a99;
}
.follow ul li .icon-instagram {
  background: #3f729b;
}
.follow ul li .icon-twitter {
  background: #00caff;
}
.follow ul li .icon-gplus {
  background: #f32604;
}
.follow ul li .icon-pinterest {
  background: #e83831;
}
.follow ul li .icon-youtube {
  background: #f32604;
}

.wrap-fall {
  padding: 130px 0;
  min-height: 450px;
}
@media (max-width: 768px) {
  .wrap-fall {
    padding: 0;
    background: #fff;
    min-height: 100%;
  }
}

.box-fall {
  padding: 50px 0 0 0;
  max-width: 470px;
  margin: 0 auto;
  background: #fff;
}
.box-fall .fall {
  height: 31px;
  text-align: center;
}
.box-fall .fall span {
  background: url(/wp-content/plugins/alids/images/fall.png?df24c3029f0ddc1cbe4a137e74abe02b) right center no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
}
@media (max-width: 768px) {
  .box-fall .fall span {
    background-size: 30px;
  }
}
.box-fall .follow {
  display: flex;
  justify-content: center;
}
.box-fall .bottom {
  height: 46px;
  background: #f0f0f0;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .box-fall .bottom {
    display: none;
  }
}
.box-fall .text {
  text-align: center;
  max-width: 280px;
  margin: 20px auto;
  color: #444;
}
.box-fall .links-pages {
  text-align: center;
}
.box-fall .links-pages a {
  min-width: 180px;
  display: inline-block;
  color: #46a0d8;
  border: 1px solid #46a0d8;
  border-radius: 3px;
  padding: 10px 8px;
  margin: 0 3px 20px 3px;
}

.order-info, .orders-list {
  text-align: right;
}
