/*-----------------------------------------------------------------------------------*/
/*  Cart - /cart/
/*-----------------------------------------------------------------------------------*/
.total-wrapper {
  background: #fff;
  z-index: 9;
  font-size: 14px;
}
.total-wrapper.sticky {
  top: 55px;
}
.total-wrapper.sticky-active {
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.total-wrapper.sticky-active > div {
  min-height: 40px;
}
.total-wrapper.sticky-active a {
  padding: 5px 20px;
}
.total-wrapper.affix {
  width: 100%;
  left: 0;
  top: 55px;
}
.total-wrapper .row {
  height: 100%;
}
.total-wrapper .container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}
.total-wrapper a {
  padding: 7px 20px;
  border-radius: 0;
}
.total-wrapper ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
  padding: 0;
}
.total-wrapper ul li {
  display: inline-block;
  float: left;
  margin-left: 12px;
}
.total-wrapper ul li.total-title {
  margin-left: 0;
}
.total-wrapper ul li a {
  display: block;
  padding: 10px 11px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .total-wrapper.btn-wrapper ul {
    margin: 0;
    width: 100%;
  }
  .total-wrapper.btn-wrapper ul li {
    width: calc((100% - 12px) / 2);
  }
  .total-wrapper.btn-wrapper ul li:first-child {
    margin-left: 0;
  }
}

.cart-wrapper {
  margin-bottom: 70px;
}
.cart-wrapper .table-head > div[class^=check], .cart-wrapper .table-body > div[class^=check] {
  width: 50px;
}
.cart-wrapper .table-head > div[class^=qty], .cart-wrapper .table-body > div[class^=qty] {
  width: 137px;
}
.cart-wrapper .table-head > div[class^=price], .cart-wrapper .table-body > div[class^=price] {
  width: 150px;
}
.cart-wrapper .table-head > div[class^=action], .cart-wrapper .table-body > div[class^=action] {
  width: 80px;
}
.cart-wrapper .table-body .info-body {
  min-height: 230px;
}
.cart-wrapper .table-body .info-body .order-img {
  width: 190px;
  height: 190px;
}
.cart-wrapper .table-body .info-body .order-option {
  width: calc(100% - 220px);
  margin-left: 30px;
}
.cart-wrapper .table-body .info-body .order-option .order-title h5 {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  line-height: 1.5;
}
.cart-wrapper .table-body .info-body .order-option .order-title h5 span {
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-wrapper .table-body .info-body .order-option .order-title h5 .title {
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cart-wrapper .table-body .info-body .order-option ul li {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 8px;
  position: relative;
}
.cart-wrapper .table-body .info-body .order-option ul li:last-child {
  margin-bottom: 0;
}
.cart-wrapper .table-body .info-body .order-option ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #2d4697;
}
.cart-wrapper .table-body .info-body .order-option ul li > span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  color: #999;
}
.cart-wrapper .table-body .qty-body {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-wrapper .table-body .price-body {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-wrapper .table-body .price-body button {
  background: #eaeaea;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 15px 3px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #e7505a;
}
.cart-wrapper .table-body .action-body {
  padding-left: 10px;
}
.cart-wrapper .table-body .action-body button {
  width: 70px;
  font-size: 13px;
  font-weight: 500;
}
.cart-wrapper .table-body .action-body button:first-child:hover {
  font-weight: 400;
}
.cart-wrapper .table-body .action-body button:nth-child(2) {
  margin-top: 5px;
  font-weight: 400;
}
.cart-wrapper .table-body .action-body .btn-delete {
  background: #bfc6d0;
  padding: 0;
  border: 0;
  font-size: 13px;
  margin: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #ffffff;
  text-align: center;
}
.cart-wrapper .table-body .action-body .btn-delete:hover {
  background: #000000;
}

@media (max-width: 1099px) {
  .cart-wrapper .div-table .table-head > div[class^=price], .cart-wrapper .div-table .table-body > div[class^=price] {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .cart-wrapper .div-table {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
  }
  .cart-wrapper .div-table .table-head {
    display: none;
  }
  .cart-wrapper .div-table .table-body {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-items: flex-start;
    width: 100%;
  }
  .cart-wrapper .div-table .table-body > div {
    padding-top: 0;
  }
  .cart-wrapper .div-table .table-body > div[class^=check] {
    width: 30px;
  }
  .cart-wrapper .div-table .table-body .check-body {
    padding-top: 15px;
    padding-left: 0;
  }
  .cart-wrapper .div-table .table-body .info-body {
    width: calc(100% - 30px);
    position: relative;
    padding-top: 25px;
    align-items: flex-start;
    min-height: 275px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img {
    order: 2;
    position: absolute;
    left: -30px;
    top: 85px;
    width: 160px;
    height: 160px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option {
    order: 1;
    margin-left: 5px;
    width: 100%;
    min-height: 195px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option .order-title h5 {
    font-size: 16px;
    margin-top: -5px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option ul {
    margin: 15px 0 0 145px;
    width: calc(100% - 145px);
  }
  .cart-wrapper .div-table .table-body .qty-body {
    order: 1;
    width: 50%;
    padding-left: 0;
  }
  .cart-wrapper .div-table .table-body .qty-body .number-input, .cart-wrapper .div-table .table-body .qty-body .qty-select {
    width: 160px;
  }
  .cart-wrapper .div-table .table-body .price-body {
    order: 2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding-right: 0;
    text-align: right;
    width: calc(50% - 35px) !important;
    padding-top: 4px;
  }
  .cart-wrapper .div-table .table-body .price-body p {
    font-size: 18px;
  }
  .cart-wrapper .div-table .table-body .action-body {
    order: 3;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
    width: auto;
    margin-left: 15px;
    padding-top: 9px;
  }
  .cart-wrapper .div-table .table-body .action-body button:first-child {
    order: 3;
  }
  .cart-wrapper .div-table .table-body .action-body button:nth-child(2) {
    order: 2;
    margin-top: 0;
    margin-left: auto;
    margin-right: 5px;
  }
  .cart-wrapper .div-table .table-body .action-body button:last-child {
    order: 1;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .cart-wrapper .div-table .table-body .info-body {
    min-height: 215px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img {
    width: 100px;
    height: 100px;
    top: 90px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent > div {
    width: 65%;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent > div.left {
    margin-left: 10px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent > div.right {
    margin-right: 10px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent.vertical > div {
    width: calc((100% - 25px) / 2);
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent.vertical > div.left {
    margin: 10px 0 auto auto;
  }
  .cart-wrapper .div-table .table-body .info-body .order-img .thumbnail-img .target-parent.vertical > div.right {
    margin: auto auto 10px 8px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option {
    min-height: 135px;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option .order-title h5 {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option .order-title h5 .title {
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .cart-wrapper .div-table .table-body .info-body .order-option ul {
    margin: 15px 0 0 80px;
    width: calc(100% - 80px);
  }
  .cart-wrapper .div-table .table-body .qty-body .number-input, .cart-wrapper .div-table .table-body .qty-body .qty-select {
    width: 90%;
  }
}
.other-info {
  margin-top: 70px;
}
.other-info h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}
.other-info .coupon-wrapper {
  width: calc(100% - 400px);
}
.other-info .coupon-wrapper > div {
  border-top: 1px solid #191919;
}
.other-info .coupon-wrapper .coupon ul {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.other-info .coupon-wrapper .coupon ul li {
  display: inline-block;
  float: left;
}
.other-info .coupon-wrapper .coupon ul li:first-child {
  width: 400px;
  margin-right: 10px;
}
.other-info .coupon-wrapper .coupon ul li button {
  height: 40px;
  padding: 8px 20px;
}
.other-info .coupon-wrapper .coupon-info {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 13px;
}
.other-info .coupon-wrapper .coupon-info .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.other-info .coupon-wrapper .coupon-info li:not(.title) {
  position: relative;
  margin-top: 5px;
  padding-left: 10px;
}
.other-info .coupon-wrapper .coupon-info li:not(.title)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #2d4697;
}
.other-info .price-check-wrapper {
  width: 300px;
  margin-left: 100px;
}
.other-info .price-check-wrapper > div:not(.title) {
  border-top: 1px solid #191919;
}
.other-info .price-check-wrapper .title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.other-info .price-check-wrapper .table {
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.other-info .price-check-wrapper .table th, .other-info .price-check-wrapper .table td {
  border-top: 0;
  padding: 8px 0;
}
.other-info .price-check-wrapper .table th {
  width: 150px;
  color: #666;
}
.other-info .price-check-wrapper .table td {
  text-align: right;
}
.other-info .price-check-wrapper .table tr.total th, .other-info .price-check-wrapper .table tr.total td {
  border-top: 5px solid #eee;
  font-size: 17px;
  color: #2d4697;
  padding: 15px 0;
}
.other-info .option-msg {
  margin: 0;
}
.other-info .option-msg li {
  position: relative;
  padding: 0 0 5px 10px;
  font-size: 12px;
}
.other-info .option-msg li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #191919;
}
.other-info .option-msg li.color-red::before {
  background: #e7505a;
}

@media (max-width: 1199px) {
  .other-info .coupon-wrapper {
    width: calc(100% - 350px);
  }
  .other-info .price-check-wrapper {
    width: 300px;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .other-info .coupon-wrapper {
    width: calc(100% - 310px);
  }
  .other-info .coupon-wrapper .coupon ul {
    margin-top: 25px;
  }
  .other-info .coupon-wrapper .coupon ul li:first-child {
    width: calc(100% - 103px);
  }
  .other-info .coupon-wrapper .coupon ul li:last-child {
    width: 93px;
  }
  .other-info .coupon-wrapper .coupon-info {
    margin-top: 10px;
  }
  .other-info .price-check-wrapper {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .other-info .coupon-wrapper {
    width: 100%;
  }
  .other-info .price-check-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 330px) {
  .promo button {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .cart-wrapper .container, .total-wrapper .container {
    max-width: 100%;
  }
}
.cart-wrapper .qty-select .number-input button {
  min-width: 30px;
  width: 30px;
  height: 34px;
}
.cart-wrapper .table-body.added-option .info-body {
  position: relative;
}
.cart-wrapper .table-body.added-option .info-body .order-option {
  width: calc(100% - 95px);
  margin-left: 0;
  position: absolute;
  left: 220px;
  background: #fff;
  z-index: 1;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #EDEFF0;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block:last-child:not(.date) {
  border-bottom: 0;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .qty-options {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 117px;
  flex-wrap: wrap;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .qty-select {
  width: 90px;
  margin-left: auto;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .btn-delete {
  margin-left: 5px;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .btn-delete button {
  background: #f5f5f5;
  border: 1px solid #DBE0E4;
  padding: 4px 4px 3px;
  font-size: 12px;
  line-height: 1;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .qty-condition {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-items: flex-end;
  margin-top: 6px;
  margin-left: auto;
  flex: 0 0 100%;
  flex-direction: column;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .qty-condition > div {
  width: 117px;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block .each-price {
  width: 117px;
  margin: 5px 27px 0 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #2d4697;
  text-align: center;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options {
  margin-top: -44px;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options .qty-select {
  width: 117px;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options .btn-delete {
  display: none;
}
.cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options .each-price {
  display: none;
  width: 137px;
  margin: 5px auto 0;
}
@media (max-width: 991px) {
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one > ul {
    width: 100%;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options {
    margin-top: 0;
    position: absolute;
    bottom: -57px;
    left: -190px;
    width: 160px;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options .qty-select {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options {
    bottom: -40px;
    left: 0;
    width: 100px;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block.option-one .qty-options .qty-select {
    width: 100px;
  }
}
.cart-wrapper .table-body.added-option .qty-body > div {
  display: none;
}
@media (max-width: 991px) {
  .cart-wrapper .table-body.added-option .info-body {
    padding-bottom: 0 !important;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option {
    width: calc(100% - 160px);
    left: 160px;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .order-title {
    position: relative;
    left: -155px;
    width: calc(100% + 155px);
  }
  .cart-wrapper .table-body.added-option .info-body .order-option ul {
    margin: 15px 0 0;
    width: 100%;
    min-height: unset;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block ul {
    margin: 0;
    width: calc(100% - 130px);
  }
}
@media (max-width: 575px) {
  .cart-wrapper .table-body.added-option .info-body {
    padding-bottom: 0 !important;
  }
  .cart-wrapper .table-body.added-option .info-body .order-img {
    top: 80px;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option {
    position: relative;
    width: 100%;
    left: 0;
    background: unset;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .order-title {
    left: 5px;
    width: 100%;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option > ul {
    left: 85px;
    position: relative;
    width: calc(100% - 85px);
    margin: 35px 0 0;
  }
  .cart-wrapper .table-body.added-option .info-body .order-option .option-block-wrapper {
    position: relative;
    margin-top: 80px;
    left: -30px;
    width: calc(100% + 30px);
  }
}

@media (min-width: 992px) {
  .cart-wrapper .check-title.mb-only {
    display: none;
  }
}
@media (max-width: 991px) {
  .cart-wrapper .check-title.mb-only {
    display: block;
    position: absolute;
    top: -41px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Cart - /checkout/
/*-----------------------------------------------------------------------------------*/
.checkout-wrapper .container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-items: unset;
}
.checkout-wrapper .left {
  width: calc(100% - 300px);
}
.checkout-wrapper .left .div-table .table-head > div[class^=qty], .checkout-wrapper .left .div-table .table-body > div[class^=qty] {
  padding-left: 20px;
}
.checkout-wrapper .left .div-table .table-head > div[class^=price], .checkout-wrapper .left .div-table .table-body > div[class^=price] {
  padding-left: 20px;
  min-width: 65px;
  max-width: 130px;
  white-space: nowrap;
}
.checkout-wrapper .left .div-table .table-head > div:first-child, .checkout-wrapper .left .div-table .table-body > div:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .checkout-wrapper .left .div-table .table-head > div:last-child, .checkout-wrapper .left .div-table .table-body > div:last-child {
    padding-right: 0;
  }
}
.checkout-wrapper .left .div-table .table-head > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img {
  width: 120px;
  height: 120px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img {
  cursor: default;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img:not(.single) .target-parent:not(.vertical) .left {
  margin-left: 10px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img .vertical > div {
  width: calc((100% - 32px) / 2);
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img .vertical .left {
  margin: 13px 0 auto auto;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img .vertical .right {
  margin: auto auto 13px 8px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-img .thumbnail-img.single .target-parent {
  padding: 10px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option .order-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option .order-title h5 span {
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: 1px;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 8px;
  position: relative;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li:last-child {
  margin-bottom: 0;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #2d4697;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li > span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  color: #999;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li.sub-options {
  display: none;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li.more-options a {
  color: #96979d;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li.more-options::after {
  content: none;
}
.checkout-wrapper .left .div-table .table-body .info-body .order-option ul li.more-options .hide-options {
  display: none;
}
.checkout-wrapper .right {
  width: 300px;
  margin-left: 45px;
  display: block;
}
.checkout-wrapper .right .price-check-wrapper {
  border: 1px solid #ddd;
  border-top: 1px solid #191919;
}
.checkout-wrapper .right .price-check-wrapper.sticky {
  top: 110px;
}
.checkout-wrapper .right .price-check-wrapper h5 {
  background: #f5f5f5;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
.checkout-wrapper .right .price-check-wrapper > div:not(.checkout-btn-wrap) {
  border-top: 1px solid #eee;
  padding: 15px 15px 0;
}
.checkout-wrapper .right .price-check-wrapper > div:not(.checkout-btn-wrap).order-bottom {
  background: #f5f5f5;
  padding: 30px 15px 20px;
}
.checkout-wrapper .right .price-check-wrapper > div:not(.checkout-btn-wrap).order-bottom p {
  font-size: 13px;
}
.checkout-wrapper .right .price-check-wrapper > div:not(.checkout-btn-wrap).order-bottom .md-checkbox label {
  line-height: 26px;
}
.checkout-wrapper .right .price-check-wrapper .table th, .checkout-wrapper .right .price-check-wrapper .table td {
  border-top: 0;
  padding: 8px 0;
  font-size: 13px;
}
.checkout-wrapper .right .price-check-wrapper .table th {
  width: 130px;
  font-weight: 500;
}
.checkout-wrapper .right .price-check-wrapper .table td {
  text-align: right;
}
.checkout-wrapper .right .price-check-wrapper .table tr.total th, .checkout-wrapper .right .price-check-wrapper .table tr.total td {
  border-bottom: 5px solid #eee;
  font-size: 17px;
  color: #2d4697;
  padding: 15px 0 20px;
  font-weight: 500;
}
.checkout-wrapper .right .price-check-wrapper .checkout-btn-wrap button {
  width: 100%;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.checkout-wrapper .right .price-check-wrapper .checkout-btn-wrap button:disabled {
  background: #f5f5f5;
  color: #ccc;
  border-top: 1px solid #ccc;
}
.checkout-wrapper .right .price-check-wrapper.active {
  border: 1px solid #243878;
  border-top: 1px solid #243878;
}
.checkout-wrapper .right .price-check-wrapper.active .checkout-btn-wrap button {
  background: #243878;
  color: #fff;
  border: 0;
  border-top: 1px solid #243878;
}

@media (max-width: 991px) {
  .checkout-wrapper .left {
    width: calc(100% - 290px);
  }
  .checkout-wrapper .left .div-table {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .checkout-wrapper .left .div-table .table-head {
    display: none;
  }
  .checkout-wrapper .left .div-table .table-body {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .checkout-wrapper .left .div-table .table-body > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .checkout-wrapper .left .div-table .table-body .info-body {
    position: relative;
    width: 100%;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-img {
    order: 2;
    position: absolute;
    left: 0;
    margin-top: 45px;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option {
    order: 1;
    width: 100%;
    min-height: 150px;
    margin-left: 0;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option .order-title h5 {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option > ul {
    margin-left: 140px;
    padding-top: 20px;
  }
  .checkout-wrapper .left .div-table .table-body .qty-body {
    width: 40%;
    padding: 0 !important;
  }
  .checkout-wrapper .left .div-table .table-body .price-body {
    width: 60%;
    max-width: 60% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .checkout-wrapper .left .div-table .table-body .price-body > span {
    position: relative;
  }
  .checkout-wrapper .left .div-table .table-body .price-body > span::before {
    min-width: 50px;
    display: inline-block;
    position: absolute;
    right: 90px;
  }
  .checkout-wrapper .left .div-table .table-body .price-body > span.product-price::before {
    content: "商品金額";
  }
  .checkout-wrapper .left .div-table .table-body .price-body > span.total-price::before {
    content: "お支払い金額";
  }
  .checkout-wrapper .left .div-table .table-body .price-body + .price-body {
    width: 100%;
    max-width: 100% !important;
    margin-top: 4px;
  }
  .checkout-wrapper .left .div-table .table-body .price-body:last-child {
    padding-bottom: 25px !important;
  }
  .checkout-wrapper .right {
    width: 260px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .checkout-wrapper .container {
    flex-direction: column;
  }
  .checkout-wrapper .left {
    width: 100%;
  }
  .checkout-wrapper .right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
.checkout-info {
  margin-top: 50px;
  width: 100%;
}
.checkout-info ul {
  margin: 0;
}
.checkout-info .order-customer > div > h4 {
  color: #191919;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #191919;
}
.checkout-info h2 {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #191919;
}
.checkout-info h4 {
  font-size: 17px;
}
.checkout-info h4 > span {
  line-height: 2;
}
.checkout-info h2, .checkout-info h4 {
  position: relative;
}
.checkout-info h2 > div, .checkout-info h4 > div {
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 13px;
}
.checkout-info h2 > div > a, .checkout-info h4 > div > a {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
}
.checkout-info h2 > div > a:first-child, .checkout-info h4 > div > a:first-child {
  margin-right: 5px;
}
.checkout-info h2 > div > a:hover, .checkout-info h4 > div > a:hover {
  border: 1px solid #aaa;
  background: #f5f5f5;
}
@media (max-width: 413px) {
  .checkout-info h2 > div, .checkout-info h4 > div {
    position: unset;
    margin-top: 5px;
  }
}
@media (max-width: 374px) {
  .checkout-info h2 > div, .checkout-info h4 > div {
    font-size: 12px;
  }
}
.checkout-info hr {
  border-top: 1px solid #f5f5f5;
}
.checkout-info .table {
  margin-bottom: 0;
}
.checkout-info .table th, .checkout-info .table td {
  padding: 8px 0;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #f5f5f5;
}
.checkout-info .table th {
  width: 130px;
  font-size: 13px;
  font-weight: 500;
}
.checkout-info .table tr:first-child th, .checkout-info .table tr:first-child td {
  border-color: #ddd;
}
.checkout-info .table tr:last-child th, .checkout-info .table tr:last-child td {
  border-bottom: 1px solid #f5f5f5;
}
.checkout-info .table ul.option-msg {
  margin: 10px 0 0 0;
}
.checkout-info .table ul.option-msg li {
  position: relative;
  padding: 0 0 5px 10px;
  font-size: 12px;
}
.checkout-info .table ul.option-msg li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #191919;
}
.checkout-info input {
  margin-bottom: 0;
}
.checkout-info .input-st01, .checkout-info .input-st01 ~ .select2-container {
  max-width: 318px;
}
.checkout-info .input-st01-plus {
  max-width: 458px;
}
.checkout-info .input-st02 {
  max-width: 190px;
}
.checkout-info .input-st03 {
  max-width: 92.5px;
}
.checkout-info .input-st04 {
  max-width: 85px;
}
.checkout-info .postcode > div:first-child {
  width: calc(100% - 140px);
  max-width: 318px;
  margin-right: 20px;
}
.checkout-info .postcode > div button, .checkout-info .postcode > div a {
  padding: 0 10px;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 120px;
  font-size: 13px;
}
.checkout-info .postcode > div button:hover, .checkout-info .postcode > div a:hover {
  border: 1px solid #191919;
}
.checkout-info .postcode > div a {
  display: block;
  text-align: center;
  padding: 10px;
}
.checkout-info .shipping-msg {
  position: relative;
}
.checkout-info .shipping-msg > input {
  padding-right: 40px;
}
.checkout-info .txt-count {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  font-size: 12px;
  color: #ccc;
}
.checkout-info .select2-container .select2-selection--single, .checkout-info .select2-results__option {
  font-size: 13px;
}
.checkout-info #blind-address {
  display: none;
}
.checkout-info .border-bottom-f5 {
  border-bottom: 1px solid #f5f5f5;
}
.checkout-info .border-bottom-d {
  border-bottom: 1px solid #ddd;
}
.checkout-info .option-msg {
  margin: 0;
}
.checkout-info .option-msg li {
  position: relative;
  padding: 0 0 5px 10px;
  font-size: 12px;
}
.checkout-info .option-msg li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #191919;
}
.checkout-info .option-msg li.color-red::before {
  background: #e7505a;
}
.checkout-info h4 + div {
  border-top: 1px solid #ddd;
}
.checkout-info .receipt-requested {
  border-top: 1px solid #f5f5f5;
}
.checkout-info .add-business-info {
  display: none;
}
.checkout-info .app-checkbox label input:checked ~ span::before, .checkout-info .app-radio label input:checked ~ span::before {
  border: 1px solid #2d4697;
}
.checkout-info .app-checkbox label input:checked ~ span::after, .checkout-info .app-radio label input:checked ~ span::after {
  color: #2d4697;
}
.checkout-info .app-radio label span:after {
  background: #2d4697;
}
.checkout-info .receipts.object-4 > div {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .checkout-info .orderer .table {
    border-bottom: 1px solid #f5f5f5;
  }
  .shipping-method {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .checkout-info .input-st01, .checkout-info .input-st01 ~ .select2-container, .checkout-info .input-st02, .checkout-info .input-st04 {
    max-width: 100%;
  }
  .checkout-info .input-st01-plus, .checkout-info .postcode > div:first-child {
    max-width: none;
  }
  .checkout-info .input-st03 {
    max-width: none;
  }
  .checkout-info .object-4 div {
    width: auto !important;
    min-width: unset;
    margin-right: 20px !important;
  }
  .checkout-info .object-4 div:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .checkout-info .postcode > div {
    width: 100%;
  }
  .checkout-info .postcode > div:first-child {
    width: 100%;
  }
  .checkout-info .postcode > div a {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 413px) {
  .orderer h4 span.f11 {
    font-size: 10px !important;
  }
}
@media (max-width: 374px) {
  .checkout-info div.object-2 > div {
    width: auto !important;
    margin-right: 20px !important;
  }
  .checkout-info div.object-2 > div:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .checkout-wrapper .container {
    max-width: 100%;
  }
}
.checkout-wrapper .option-block-wrapper .option-block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #EDEFF0;
}
.checkout-wrapper .option-block-wrapper .option-block:last-child:not(.date) {
  border-bottom: 0;
}
.checkout-wrapper .table-body:not(.added-option) .option-block {
  padding-top: 5px;
}
.checkout-wrapper .table-body.added-option.option-one .option-block-wrapper .option-block {
  padding: 5px 0 0 0;
}
@media (max-width: 991px) {
  .checkout-wrapper .responsive-div-table {
    width: 100%;
    overflow-x: hidden;
  }
  .checkout-wrapper .left .div-table .table-body > div {
    white-space: normal;
  }
  .checkout-wrapper .left .div-table .table-body .price-body {
    width: 100%;
    max-width: 100% !important;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option > .option-block {
    margin-left: 140px;
  }
  .checkout-wrapper .left .div-table .table-body.added-option .option-block-wrapper {
    margin-left: 140px;
  }
}
@media (max-width: 575px) {
  .checkout-wrapper .left .div-table .table-body .info-body .order-img {
    width: 100px;
    height: 100px;
    margin-top: 25px;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option .order-title h5 .title {
    display: block;
  }
  .checkout-wrapper .left .div-table .table-body .info-body .order-option > .option-block {
    margin-left: 115px;
  }
  .checkout-wrapper .left .div-table .table-body.added-option .option-block-wrapper {
    margin-left: 115px;
  }
}

@media (min-width: 1024px) and (max-width: 1499px) {
  .checkout-wrapper .right .price-check-wrapper.sticky {
    top: 160px;
  }
}
.checkout-wrapper .payment-wrap .select-payment > div {
  width: auto;
  margin-right: 80px;
}
.checkout-wrapper .payment-wrap .select-payment > div:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .checkout-wrapper .payment-wrap .select-payment > div {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .checkout-wrapper .payment-wrap .select-payment > div {
    width: 33.3333333333%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .checkout-wrapper .payment-wrap .select-payment > div {
    width: 50%;
  }
}
.payment-info-detail {
  margin-top: 30px;
  display: none;
}
.payment-info-detail.on {
  display: block;
}
.payment-info-detail .box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.payment-info-detail .image-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.payment-info-detail .image-wrapper li {
  margin-right: 10px;
  border: 1px solid #DBE0E4;
  padding: 5px;
  background: #f0f0f0;
}
.payment-info-detail .image-wrapper li:last-child {
  margin-right: 0;
}
.payment-info-detail .image-wrapper li img {
  border: 1px solid #eee;
  box-sizing: content-box;
}
.payment-info-detail .dot-list li {
  position: relative;
  padding-left: 15px;
}
.payment-info-detail .dot-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #191919;
}
.payment-info-detail .dot-list li.brand:before {
  background: #2d4697;
}
.payment-info-detail table {
  max-width: 300px;
  margin-left: 50px;
}
.payment-info-detail table th {
  font-size: 12px !important;
  font-weight: 500 !important;
  width: auto !important;
}
.payment-info-detail table th, .payment-info-detail table td {
  border-color: #191919 !important;
  padding: 3px 10px !important;
  text-align: center !important;
}
.payment-info-detail table .tleft {
  text-align: left !important;
}
.payment-info-detail table.long {
  max-width: 500px;
}
.payment-info-detail .dl {
  margin-right: 30px;
}
.payment-info-detail .dl dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 2px;
}
.payment-info-detail .dl dl dt {
  width: 70px;
}
.payment-info-detail .dl dl dt, .payment-info-detail .dl dl dd {
  margin-bottom: 0;
}
.payment-info-detail .dl:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .payment-info-detail table {
    margin-left: 33px;
  }
  .payment-info-detail table.long {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .payment-info-detail .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .payment-info-detail table {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Order Completed - /complete-order/
/*-----------------------------------------------------------------------------------*/
.ordered-title {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.ordered {
  position: relative;
  color: #191919;
  margin: 0 auto 70px auto;
  max-width: 800px;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.thanx-phrase {
  margin-top: 0;
  text-align: left;
}
.thanx-phrase p {
  margin: 10px 0;
  font-size: 16px;
}
.thanx-phrase .order-divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #999;
}
.thanx-phrase .order-section-title {
  display: inline-block;
  background: #2d4697;
  color: #fff;
  padding: 5px 12px;
  margin: 0;
  font-weight: 500;
  border-radius: 4px;
}

.ordered-btn-wrap {
  text-align: center;
  margin-top: 70px;
}
.ordered-btn-wrap input {
  padding: 8px 12px 7px 12px;
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 3px;
}
.ordered-btn-wrap input:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .ordered .ordered-title {
    line-height: 1.5em;
  }
  .ordered .ordered-title .ordered-title::after {
    top: -15px;
  }
}
@media (max-height: 800px) {
  .order-completed.topmargin-70 {
    margin-top: 50px !important;
  }
}
@media (max-height: 768px) {
  .order-completed.topmargin-70 {
    margin-top: 40px !important;
  }
}
@media (max-height: 768px) {
  .order-completed.topmargin-70 {
    margin-top: 40px !important;
  }
}
@media (max-height: 565px) {
  .order-completed.topmargin-70 {
    margin-top: 20px !important;
  }
}
@media (max-height: 640px) {
  .order-completed.topmargin-70 {
    margin-top: 0 !important;
  }
}
