.order-body .complete-wrap .cmplt-box h3:before {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cart-wrap {
  padding: 0.938rem;
}
@media (min-width: 768px) {
  .cart-wrap {
    padding: 2.5rem 0.938rem;
  }
}
@media (min-width: 1280px) {
  .cart-wrap {
    padding: 3.125rem 0;
  }
}

.cart-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 0.938rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-flow {
    margin: 0 0 2.188rem 0;
  }
}
.cart-flow li {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0;
}
@media (min-width: 480px) {
  .cart-flow li {
    text-align: left;
    font-size: 1rem;
    line-height: normal;
  }
}
.cart-flow li:after {
  content: "";
  width: -moz-calc(100% - 2.5rem);
  width: -webkit-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  left: -moz-calc(50% + 1.25rem);
  left: -webkit-calc(50% + 1.25rem);
  left: calc(50% + 1.25rem);
  height: 0.188rem;
  top: 35%;
  background: #aaaaaa;
  position: absolute;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 480px) {
  .cart-flow li:after {
    width: -moz-calc(100% - 3.125rem);
    width: -webkit-calc(100% - 3.125rem);
    width: calc(100% - 3.125rem);
    left: -moz-calc(50% + 1.563rem);
    left: -webkit-calc(50% + 1.563rem);
    left: calc(50% + 1.563rem);
    top: 30%;
  }
}
.cart-flow li .step {
  background: #aaaaaa;
  color: #fff;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0.313rem 0;
}
@media (min-width: 480px) {
  .cart-flow li .step {
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 0 0.625rem 0;
  }
}
.cart-flow li:last-of-type:after {
  display: none;
}
.cart-flow li.active {
  color: #cda21f;
}
.cart-flow li.active .step {
  background: #cda21f;
}
.cart-flow li.active:after {
  background: #cda21f;
}

.order-form {
  width: 100%;
}

.order-body {
  width: 100%;
}
.order-body .qty {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
}
.order-body .qty .qty-txt {
  border: 1px solid #ccc;
  height: 2rem;
  padding: 0.313rem;
  font-size: 0.938rem;
  color: #555;
  width: 60px;
}
.order-body .delete {
  font-size: 18px;
  color: #231815;
}
.order-body .delete:hover {
  color: #971122;
}
.order-body .complete-wrap {
  border: #dfdfdf solid 1px;
  padding: 0.938rem;
  margin: 0.625rem 0 0 0;
}
@media (min-width: 480px) {
  .order-body .complete-wrap {
    margin: 1.25rem 0 0 0;
    padding: 1.875rem;
  }
}
.order-body .complete-wrap .cmplt-box {
  text-align: center;
  color: #121212;
  font-weight: bold;
}
.order-body .complete-wrap .cmplt-box h3 {
  margin: 0 0 0.625rem 0;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.125rem;
}
.order-body .complete-wrap .cmplt-box h3:before {
  content: "\eed7";
  color: #eed04e;
  font-size: 3rem;
  vertical-align: middle;
  margin: 0 0.938rem 0 0;
}
.order-body .complete-wrap .cmplt-box .txt a {
  color: #971122;
  margin: 0 0.188rem;
}
.order-body .complete-wrap .cmplt-box .txt a:hover {
  text-decoration: underline;
}

.total-price-calc {
  text-align: right;
}
@media (min-width: 768px) {
  .total-price-calc {
    margin: 0 0 1.25rem 0;
  }
}
.total-price-calc .p-calc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.total-price-calc .p-calc:first-of-type {
  border-bottom: #dfdfdf solid 2px;
  padding: 0 0 0.625rem 0;
  margin: 0 0 0.625rem 0;
}
.total-price-calc .no-line:first-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.total-price-calc span {
  display: inline-block;
  width: 10rem;
  font-weight: bold;
  color: #231815;
}
.total-price-calc span.amount {
  color: #971122;
}

.discount-price-calc {
  text-align: right;
}
.discount-price-calc .promotion {
  margin: 0 0 5px 0;
}
@media (min-width: 640px) {
  .discount-price-calc .promotion {
    margin: 0 0 3px 0;
  }
}
.discount-price-calc .promotion .tag {
  background: #aaaaaa;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 2px 4px 4px 8px;
  width: 62px;
  vertical-align: top;
}
@media (min-width: 640px) {
  .discount-price-calc .promotion .tag {
    vertical-align: middle;
    width: auto;
  }
}
.discount-price-calc .promotion .tag:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent #aaaaaa;
  border-style: solid;
  border-width: 12px 0 12px 10px;
}
.discount-price-calc .promotion .txt {
  display: inline-block;
  font-size: 15px;
  width: -moz-calc(100% - 62px);
  width: -webkit-calc(100% - 62px);
  width: calc(100% - 62px);
  vertical-align: top;
}
@media (min-width: 640px) {
  .discount-price-calc .promotion .txt {
    width: 80%;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .discount-price-calc .promotion .txt {
    width: 50%;
  }
}

.shopping-info {
  background: #fafafa;
  padding: 0.938rem;
}
@media (min-width: 1280px) {
  .shopping-info {
    padding: 3.125rem 0;
  }
}
.shopping-info section {
  border: 1px solid #ededed;
}
.shopping-info .section-heading {
  border-bottom: 1px solid #ededed;
  padding: 0.625rem 0.938rem;
  background: #f1f1f1;
}
.shopping-info .section-heading h2 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
  font-weight: normal;
}
.shopping-info .section-heading h2:before {
  content: '';
  display: inline-block;
  height: 1.188rem;
  margin: 0.188rem 0.625rem 0 0;
  background: #555;
  width: 0.313rem;
  float: left;
}
.shopping-info .section-body {
  padding: 1.25rem 0.938rem 0.313rem 0.938rem;
  background: #ffffff;
}
.shopping-info .note-txt h3 {
  margin: 0 0 0.188rem 0;
  font-size: 1.063rem;
  color: #971122;
}
.shopping-info .note-txt ol {
  margin: 0;
  padding: 0 0 0 1.375rem;
}
.shopping-info .user-add-code {
  width: 3.75rem;
}
.shopping-info .user-add {
  width: -moz-calc(100% - 4.75rem);
  width: -webkit-calc(100% - 4.75rem);
  width: calc(100% - 4.75rem);
}
@media (min-width: 480px) {
  .shopping-info .user-add {
    width: -moz-calc(100% - 10.375rem);
    width: -webkit-calc(100% - 10.375rem);
    width: calc(100% - 10.375rem);
  }
}
.shopping-info .form-note {
  display: block;
}
@media (min-width: 480px) {
  .shopping-info .form-note {
    display: inline-block;
    width: 5.375rem;
  }
}
.shopping-info .form-note a {
  color: #971122;
  font-size: 0.813rem;
  text-decoration: underline;
}
.shopping-info .delivery-date2-input {
  width: auto;
  margin: 0 0 0 0.313rem;
}
.shopping-info .form-btn {
  overflow: hidden;
  padding: 1.25rem 0 0 0;
}
.shopping-info input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.shopping-info .form-checkbox {
  position: relative;
  padding: 0 0 0 1.75rem;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 0.938rem;
}
.shopping-info .form-checkbox label:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #dee2e6;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  z-index: 10;
}
.shopping-info .form-checkbox label:after {
  content: "";
  display: table;
  position: absolute;
  left: 0.563rem;
  top: 0.375rem;
  width: 0.313rem;
  height: 0.5rem;
  border: 2px solid #dee2e6;
  border-top: 0;
  border-left: 0;
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -moz-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-transition-delay: 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.shopping-info .form-checkbox .same-orderinfo:checked ~ label:before {
  background: #971122;
}
.shopping-info .form-checkbox .same-orderinfo:checked ~ label:after {
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  z-index: 10;
}
.shopping-info .triple-invoice {
  display: none;
}
.shopping-info .triple-invoice .ti-input {
  width: 100%;
}
@media (min-width: 768px) {
  .shopping-info .triple-invoice .ti-input {
    width: -moz-calc(50% - 9.375rem);
    width: -webkit-calc(50% - 9.375rem);
    width: calc(50% - 9.375rem);
  }
}
.shopping-info .atm-info {
  display: none;
}
@media (min-width: 768px) {
  .shopping-info .atm-info {
    padding: 0 0 0 9.375rem;
  }
}
.shopping-info .payment2-input {
  width: 6.25rem;
}
@media (min-width: 768px) {
  .shopping-info .payment2-input {
    width: auto;
  }
}

.btn-wrap {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0.938rem 0 0 0;
}
@media (min-width: 768px) {
  .btn-wrap {
    padding: 1.563rem 0 0 0;
  }
}
.btn-wrap a {
  color: #ffffff;
  padding: 0.625rem 2.5rem;
  margin: 0 0 0.625rem 0;
  display: block;
}
@media (min-width: 480px) {
  .btn-wrap a {
    display: inline-block;
    margin: 0 0.625rem;
  }
}
.btn-wrap .cont-shop {
  background: #918769;
}
.btn-wrap .next-step {
  background: #971122;
}

.rwd-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  margin: 0 0 0.938rem 0;
}
.rwd-table thead {
  border-bottom: #dfdfdf solid 2px;
  border-top: #dfdfdf solid 1px;
}
.rwd-table thead th {
  padding: 0.75rem;
}
.rwd-table tbody td {
  padding: 0.75rem 0;
  border-bottom: #eeeeee solid 1px;
}
.rwd-table th,
.rwd-table td {
  text-align: center;
}
.rwd-table th:first-of-type,
.rwd-table td:first-of-type {
  text-align: left;
}
.rwd-table .list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rwd-table .list-item .img-line-height {
  line-height: 0;
}
.rwd-table .list-item .col-12 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rwd-table .list-item .product-name {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .rwd-table,
  .rwd-table tbody,
  .rwd-table tr,
  .rwd-table td {
    display: block;
  }

  .rwd-table thead {
    display: none;
  }

  .rwd-table tbody tr {
    border: 1px solid #dfdfdf;
    margin-bottom: 0.625rem;
    background-color: #ffffff;
    padding: 0.313rem;
  }

  .rwd-table tbody tr:nth-child(odd) {
    background: #fcfcfc;
  }

  .rwd-table tbody td {
    border: none;
    position: relative;
    white-space: normal;
    padding-top: 0.625rem;
    padding-bottom: 0;
    text-align: left;
    padding-left: 5.313rem;
    padding-right: 0.625rem;
  }

  .rwd-table tbody td:before {
    content: attr(data-title);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65px;
    text-align: right;
    font-weight: bold;
    color: #121212;
  }
}
