.shopping-step {
  text-align: center;
  margin: 0 -20px 50px;
}
.shopping-step li {
  position: relative;
  padding: 3px 30px;
}
.shopping-step li + li:before {
  content: "\e903";
  color: #cbcbcb;
  font-family: "icon-font-43" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -7px;
}
.shopping-step .box {
  display: inline-block;
  width: 200px;
  color: #777;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shopping-step li.current .box {
  background: #e5ecf4;
  border-color: #e5ecf4;
  color: #0064f0;
  font-weight: 600;
}
.shopping-step .num {
  color: #aaa;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.shopping-step li.current .num {
  color: #0064f0;
}
.delivery-list {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  border-width: 1px 0;
}
.delivery-list .item {
  overflow: hidden;
  padding: 2px 0;
}
.delivery-list .item + .item {
  border-top: 1px solid #dcdcdc;
}
.delivery-list .form-group {
  display: table;
  width: 100%;
}
.delivery-list .delivery-radio {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 10px 15px 68px;
  position: relative;
  box-sizing: border-box;
}
.delivery-list .delivery-radio:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 14px;
  margin: -14px 0 0;
  border: 6px solid #fff;
  border-radius: 50%;
}
.delivery-list .delivery-radio:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e3e3e3;
  width: 56px;
}
.delivery-list .delivery-radio input {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
.delivery-list .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
  border: 1px dotted #aaa;
  border-width: 0 0 0 1px;
  font-size: 14px;
}
.delivery-list .txt b {
  color: #ff5b2c;
}
.no-item {
  padding: 20px 0 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.cart-table .pd-id {
  color: #bebebe;
  font-size: 14px;
}
.cart-table .pd-name {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  transition: all 0.3s ease;
}
.cart-table a:hover .pd-name {
  color: #1a73e8;
}
.cart-table .plus-tag {
  display: inline-block;
  color: #ff2f11;
  margin-top: 4px;
}
.cart-table .indent {
  border-top: hidden;
}
.cart-table .indent td {
  padding-top: 0;
}
.cart-table .img {
  width: 80px;
}
.cart-table .indent .img .pic {
  position: relative;
  left: 30px;
}
.cart-table .indent .info {
  padding-left: 35px;
}
.cart-table a.pic {
  position: relative;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  border-radius: 0;
  padding: 3px;
  background: #fff;
}
.cart-table a.pic img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-table a.pic:hover img {
  opacity: 0.6;
}
.cart-table .tag {
  background: #fba41a;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
}
.cart-table .btn.delete {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #9f9f9f;
}
.cart-table .btn.delete:hover {
  color: #ff420d;
}
.cart-table .btn.delete .ic {
  vertical-align: middle;
  margin: 0 0 2px;
}
.sum-box {
  border-top: 1px solid #dcdcdc;
}
.sum-table {
  color: #333;
  font-size: 14px;
}
.sum-table tr {
  background: rgba(255, 255, 255, 0.85);
}
.sum-table tr + tr {
  border-top: 1px solid #ddd;
}
.sum-table td {
  text-align: right;
  padding: 12px 30px;
}
.sum-table td:last-child {
  width: 15%;
}
.sum-table tr:last-child td {
  color: #ff5c2d;
  font-weight: bold;
}
.sum-table tr:last-child td {
  font-size: 16px;
}
.sum-table tr:last-child td:last-child {
  font-size: 16px;
}
.sum-table td .form-control {
  display: inline-block;
  width: auto;
  margin: 0;
}
.payment-box {
  border: 1px solid #dcdcdc;
  border-width: 1px 0;
  background: #eff4fa;
  overflow: hidden;
  padding: 5px;
}
.payment-box .shopping-title {
  margin: 5px;
}
.payment-box .shopping-title {
  float: left;
  margin: 5px 15px;
}
.payment {
  float: right;
  margin: 5px 15px 0;
  text-align: right;
}
.payment label,
.invoice-info label {
  display: inline-block;
  text-align: center;
  border: 1px solid #ddd;
  background: #fefefe;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 15px;
  margin: 0 5px 5px;
  border-radius: 5px;
  min-width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
  color: #1a73e8;
  background: #ffffff;
  border-color: #1a73e8;
}
.plus-box {
  margin-top: 30px;
}
.plus-txt {
  text-align: center;
  padding: 5px 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plus-txt b {
  color: #ff5c2d;
}
.plus-list-box {
  padding-top: 25px;
}
.plus-list {
  margin: 0 -10px;
}
.plus-list .item {
  width: 20%;
  padding: 0 10px;
}
.plus-list .item:nth-child(5n + 1) {
  clear: left;
}
.plus-list .box {
  max-width: 248px;
  margin: 0 auto 25px;
  position: relative;

  background: #fff;
  position: relative;
  border-bottom: 3px solid #c8c8c8;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.plus-list .box:hover {
  border-color: #1a73e8;
}
.plus-list .box.new:before {
  content: "";
  background: url("../../images/common/products/new_tag.png");
  width: 48px;
  height: 49px;
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 25px;
}
.plus-list .pic-box {
  position: relative;
  overflow: hidden;
}
.plus-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
}
.plus-list .pic img {
  border-radius: 0;
}
.plus-list .pic:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plus-list .box:hover .pic:before {
  opacity: 1;
}
.plus-list .txt {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0 14px 10px;
  line-height: 1.4;
}
.plus-list .name {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  font-weight: normal;
  margin-bottom: 5px;
}
.plus-list .price {
  color: #da2c32;

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
.plus-list .pd-info {
  margin: 5px 15px 5px;
  text-align: center;
}
.plus-list .pd-info select.form-control {
  margin: 0;
}
.plus-list .box .qty-box {
  float: left;
  width: 90px;
}
.plus-list .box .btn.addcart {
  float: right;
  width: calc(100% - 96px);
  border: 1px solid #ddd;
  line-height: 28px;
  border-radius: 12px;
}
.plus-list .box .btn.addcart:hover {
  color: #fff;
  background: #0165f1;
  border-color: #0165f1;
}
.shopping-form {
  margin: 140px -26px 30px;
}
.shopping-form .shopping-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}
.shopping-form .shopping-title .ic-wrap {
  display: block;
  margin: 0 auto 5px;
}
.shopping-form .shopping-title .en {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}
.shopping-form .row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 26px 0;
}
.shopping-form .row:after {
  display: none;
}
.shopping-form .col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
  border: 1px solid #dcdcdc;
}
.shopping-form .form-box {
  border: 0;
  padding: 20px 30px;
}
.shopping-form .form-group {
  padding: 3px 0;
  border: 0;
}
.shopping-form .control-label {
  float: none;
  padding-left: 5px;
}
.shopping-form .control-box {
  margin-left: 0;
}
.shopping-form .tips {
  min-height: 0;
}
.shopping-form .btn.select-store {
  border: 1px solid #ddd;
  background: #fff;
  width: 145px;
  height: 30px;
  line-height: 28px;
  color: #999;
  font-size: 15px;
  background: #fff;
  border-radius: 14px;
}
.shopping-form .btn.select-store:hover {
  color: #ff5b2c;
  border-color: #ff5c2d;
}
.shopping-form .btn.select-unable {
  color: #03a1b8;
  text-decoration: underline;
  vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
  color: #ff5c2d;
}
.shopping-form .same-check {
  padding: 0 0 15px;
}
.shopping-form .same-check label {
  display: block;
  color: #da2c32;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.shopping-form .same-check label:before {
  margin-right: 8px;
}
.invoice-wrap .shopping-title {
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}
.invoice-wrap .shopping-title .ic-wrap {
  display: block;
  margin: 0 auto 5px;
}
.invoice-wrap .shopping-title .en {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}
.invoice-info-box {
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 20px;
  text-align: center;
}
.invoice-info {
  padding: 20px 0;
}
.invoice-form .form-box {
  border: 0;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.invoice-form .form-group {
  border: 0;
  padding: 2px 0;
}
.invoice-form .control-box {
  margin-left: 0;
}
.invoice-form .control-label {
  display: none;
}
.invoice-txt {
  padding: 0 0 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.invoice-txt span {
  color: #ff5a2c;
}
.invoice-txt a {
  color: #02a0b8;
}
.invoice-txt a:hover {
  text-decoration: underline;
}
.alert-notice-editor {
  background: #f5f5f5;
  max-width: 1000px;
  margin: 2.4em auto 1.8em;
  padding: 3% 20px 4%;
  box-sizing: border-box;
}
/*--- 優化新增 --*/
.shopping-new-way .table-h thead th:nth-child(2),
.shopping-new-way .table-h thead th:nth-child(3),
.shopping-new-way .table-h thead th:nth-child(4),
.shopping-new-way .table-h thead th:nth-child(5),
.shopping-new-way .table-h thead th:nth-child(6) {
  text-align: center;
}
.shopping-new-way {
  margin-bottom: 40px;
}
.shopping-new-way .table-h thead {
  background: #868686;
}
.shopping-new-way .new-way.general .ic {
  left: -5px;
  position: relative;
  color: #e4bc40;
}
.shopping-new-way .new-way.general {
  margin-top: 0px;
  font-size: 15px;
  background: #ffeac0;
  padding: 10px 20px;
}
.shopping-new-way .new-way.cold .ic {
  left: -5px;
  position: relative;
  color: #45d862;
}
.shopping-new-way .new-way.cold {
  margin-top: 0px;
  font-size: 15px;
  background: #dbf3be;
  padding: 10px 20px;
  color: #134e00;
}
.shopping-new-way .new-way.freezing .ic {
  left: -5px;
  position: relative;
  color: #4794c5;
}
.shopping-new-way .new-way.freezing {
  margin-top: 0px;
  font-size: 15px;
  background: #c6e9ff;
  color: #0a365f;
  padding: 10px 20px;
}
.shopping-new-way li {
  list-style-type: none;
}
.shopping-new-way .cold .table-h thead {
  background: rgba(118, 199, 73, 0.73);
}
.shopping-new-way .freezing .table-h thead {
  background: #83b6de;
}
.shopping-new-way .btn-box {
  padding: 20px 0;
}
.cold .delivery-list .txt b {
  color: #0ac757;
}
.freezing .delivery-list .txt b {
  color: #3b8aca;
}
.shopping_way.hot {
  text-align: center;
  margin: 20px 0 5px;
}
.shopping_way.hot span {
  border: none;
}
.shopping_way .general {
  border: 1px solid #7b7b7b;
  padding: 5px;
  bottom: 5px;
  position: relative;
}
.shopping_way .cold {
  border: 1px solid #42b354;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #42b354;
}
.shopping_way .freezing {
  border: 1px solid #68a0da;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #68a0da;
}
.shopping_way span + span {
  margin-left: 10px;
}
.pd-intro .btn-group .btn.cold {
  border-color: #42b354;
  color: #42b354;
}
.pd-intro .btn-group .btn.cold:hover {
  color: #fff;
  background: #42b354;
}
.pd-intro .btn-group .btn.freezing {
  border-color: #68a0da;
  color: #68a0da;
}
.pd-intro .btn-group .btn.freezing:hover {
  color: #fff;
  background: #68a0da;
}
.cold .cart-table .pd-name {
  color: #49b128;
}
.freezing .cart-table .pd-name {
  color: #4c96d2;
}
.freezing .delivery-list .delivery-radio.checked {
  color: #1ba1ff;
}
.cold .delivery-list .delivery-radio.checked {
  color: #4f901e;
}
.general .delivery-list .delivery-radio.checked {
  color: #1a73e8;
  background: #eff4fa;
}
.shopping-new-way .freezing .table-h thead th {
  background: #e0f3ff;
  color: #000;
}
.shopping-new-way .cold .table-h thead th {
  background: #edffd6;
  color: #000;
}
.shopping-new-way .general .table-h thead th {
  background: #f7f7f7;
  color: #333;
}
.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
  display: none;
}
.shopping-new-way .delivery-list.mobile .input-box .form-control {
  color: #fff;
  border: 1px solid #1a73e8;
  background-color: #1a73e8;
  border-radius: 0;
  margin: 0;
}
.shopping-new-way .delivery-list.mobile .txt {
  background-color: #efefef;
  color: #313131;
}
/*---- 購物車step.3  購物新按鈕 ----*/
.btn.other_order {
  background: #e0b155;
  color: #fff;
  width: 126px;
  border: 1px solid #d0bca6;
  font-size: 17px;
  height: 35px;
  border-radius: 10px;
  font-weight: normal;
  padding: 3px 0;
  letter-spacing: 0.1em;
  position: relative;
  margin: 10px 5px;
  animation-name: activity-ani2;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.btn.normal.other_order:hover {
  color: #fff;
  border-color: #efbe24;
}
@keyframes activity-ani2 {
  from {
    background: #da7934;
  }
  to {
    background: #daaa34;
  }
}
.success-wrap .btn-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.success-txt .btn-box a {
  text-decoration: none;
}
.success-txt .btn-box.has-border {
  background: none;
  margin: 10px 0 15px;
}
.btn-box.cart-notice-txt {
  font-size: 16px;
  animation-name: activity-ani;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: block;
  color: #da7934;
  line-height: 1;
}
@keyframes activity-ani {
  from {
    color: #da7934;
  }
  to {
    color: #daaa34;
  }
}
.success-txt .btn.normal .ic {
  font-size: 1em;
  margin: 0 6px 4px 0;
}
/*---- 購物車step.3  購物新按鈕 ----*/
/*------- 加購按鈕 -------*/
.plus-bth {
  font-size: 13px;
  max-width: 100px;
  background: #6ea3e8;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
  border: 1px solid #6ea3e8;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}
.plus-bth .up {
  display: none;
}
.plus-bth.active .up {
  display: inline-block;
}
.plus-bth.active .down {
  display: none;
}
.plus-bth.active {
  background: #0165f1;
  border-color: #0165f1;
}
/*------- 加購按鈕end -------*/
/*-- 新拆出來 --*/
.cart-input-icon {
  background: #1a73e8;
  padding: 3px 7px;
  border-radius: 10px;
  color: #fff;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.cart-input-icon:hover {
  background: #4c8fe7;
}
.cart-new-top {
  margin-bottom: 20px;
}
.qty-box .form-control {
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
}
.qty-box .btn {
  border: 1px solid #b5b5b5;
  color: #777;
}
.qty-box .btn:hover {
  color: #fff;
  background: #4e4e4e;
}
.table td span {
  color: #545454;
  font-weight: bold;
}
.cart-new-top .sum-table tr:last-child td {
  color: #6d6d6d;
}
.table td .red_sale {
  display: block;
  color: #8e8e8e;
  font-weight: normal;
  line-height: 1.45;
}
.cart-new-top .sum-table tr:last-child td:last-child {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.cart-new-top .sum-table tr {
  background: #eeeeee;
  color: #555;
}
.cart-new-top .sum-table tr:last-child td {
  font-size: 14px;
}
#addcart {
  margin-top: 10px;
}
.cart-table b {
  font-weight: normal;
  display: block;
}
.cart-table del {
  color: #bdbdbd;
}
.sum-table td .form-control {
  width: auto;
  background-image: none;
}
.sum-table tr {
  padding: 10px 5px;
  height: auto;
}
.table td .cart-rate {
  font-size: 10px;
  color: #a9a9a9;
  letter-spacing: 0.5px;
}
/* 賣家小叮嚀 */
.shopping-notice {
  padding: 20px 0px;
  margin: 40px 0;
}
.shopping-notice .form-box {
  padding: 10px;
  border: 1px solid #d2d2d2;
}
/*--- 優化新增end --*/
@media screen and (max-width: 1200px) {
  .plus-list {
    margin: 0 -7px;
  }
  .plus-list .item {
    padding: 0 7px;
    width: 25%;
  }
  .plus-list .item:nth-child(5n + 1) {
    clear: none;
  }
  .plus-list .item:nth-child(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1000px) {
  /* 優化 */
  .banner,
  .breadcrumb,
  .content-top,
  .shopping-step {
    display: none;
  }
  .delivery-list.mobile,
  .invoice-info.mobile,
  .qty.form-control.mobile {
    display: block;
    margin-bottom: 18px;
  }
  .payment.mobile {
    margin-bottom: 0px;
    display: block;
  }
  .delivery-list.pc,
  .payment.pc,
  .invoice-info.pc {
    display: none;
  }
  .table-box.active {
    background: none;
  }
  .invoice-info {
    padding: 0;
    border-bottom: none;
  }
  .invoice-info.mobile {
    margin: 0px;
  }
  .btn-box.cart-notice-txt .btn.other_order {
    font-size: 12px;
    height: 30px;
    line-height: 22px;
  }
  .alert-notice-editor {
    margin: 0.4em auto 0.8em;
  }
  .plus-box {
    margin-top: 15px;
  }
  .plus-list-box {
    padding-top: 5px;
  }
  .plus-list .item {
    padding: 0 2px;
  }
  .plus-list .pd-info {
    margin: 0 10px 5px;
  }
  .plus-list .name {
    height: auto;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
  .plus-list .offers {
    height: auto;
    font-size: 14px;
  }
  .plus-list .txt {
    padding: 0 14px 5px;
  }
  .shopping-title-up {
    cursor: pointer;
  }
  .shopping-title-up:after {
    content: "▼";
    font-size: 10px;
    margin-left: 5px;
  }
  .shopping-title-up.active:after {
    content: "▲";
  }
  .payment label,
  .invoice-info label {
    font-size: 14px;
    line-height: 1.45;
    padding: 2px 15px;
  }
  .shopping-title-up-line {
    background: #d8d8d8;
    text-indent: -9999%;
    width: 100%;
    height: 1px;
  }
  .shopping-notice {
    padding: 0px 0px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 900px) {
  .table-h thead {
    display: none;
  }
  .table-h tr,
  .table-h td {
    display: block;
    text-align: left;
  }
  .table-h td + td {
    border-left: 0;
  }
  .table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #aaa;
    font-size: 14px;
  }
  .table-h tr {
    padding: 3px 0;
    position: relative;
  }
  .cart-table .pd-id {
    font-size: 13px;
  }
  .table-h td {
    padding: 0;
    line-height: 1.45;
  }
  .cart-table .pd-name {
    font-size: 16px;
  }
  .cart-table tbody tr {
    padding-left: 94px;
  }
  .cart-table .img {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .cart-table .indent .img .pic {
    left: 0;
  }
  .cart-table .indent .info {
    padding-left: 0;
  }
  .cart-table td .btn.delete {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .cart-table .pd-name {
    line-height: 1.5;
  }
  .sum-table tr {
    padding: 5px 10px;
    overflow: hidden;
  }
  .sum-table td,
  .cart-table .indent .info {
    padding: 0;
    min-width: 0;
  }
  .sum-table {
    font-size: 14px;
    background: #b5b5b5;
  }
  .sum-table td:first-child {
    float: left;
    text-align: left;
    font-size: 14px;
  }
  .sum-table tr:last-child td {
    font-size: 16px;
  }
  .sum-table td:last-child {
    width: auto;
    float: right;
  }
  .plus-list .item {
    width: 33.33%;
  }
  .plus-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .plus-list .item:nth-child(3n + 1) {
    clear: left;
  }
  .shopping-form,
  .shopping-form .row,
  .shopping-form .col {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .shopping-form .col,
  .invoice-wrap {
    margin: 1.8em 0 0.5em;
  }
  .shopping-form .shopping-title {
    position: static;
    margin-bottom: 5px;
  }
  .shopping-form .form-box {
    border: 1px solid #dcdcdc;
  }
  /* 優化 */
  .shopping-title .en,
  .shopping-title-up .en,
  .shopping-form .shopping-title .en,
  .invoice-wrap .shopping-title .en {
    display: none;
  }
  .cart-table .plus-tag {
    margin-top: 0px;
  }
  .shopping-new-way .new-way.general,
  .shopping-new-way .new-way.cold,
  .shopping-new-way .new-way.freezing {
    font-size: 16px;
    padding: 5px 15px;
  }
  .delivery-list .txt {
    padding: 5px;
    font-size: 14px;
  }
  .shopping-new-way .btn-box {
    padding: 15px 0 25px;
  }
  .shopping-new-way {
    margin-bottom: 10px;
  }
  .no-item {
    padding: 5px 0 10px;
  }
  .form-box .form-group {
    line-height: 25px;
  }
  .form-box .name .radio-box {
    line-height: 26px;
  }
  .form-box .tips {
    line-height: 21px;
    font-size: 14px;
    margin: -6px 0 10px;
  }
  .shopping-form .control-label {
    line-height: 1.5;
  }
  .shopping-form .btn.select-store {
    width: 100px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
  }
  .shopping-form .same-check label {
    font-size: 14px;
  }
  .invoice-txt {
    font-size: 14px;
    line-height: 25px;
    padding: 0px;
  }
  .invoice-form .form-box {
    padding: 10px 0px 0px;
  }
  .payment {
    float: none;
  }
  .shopping-new-way .item.general,
  .shopping-new-way .item.cold,
  .shopping-new-way .item.freezing {
    padding-bottom: 20px;
    border-bottom: 1px dotted #a2a2a2;
  }
  .cart-table b {
    display: inline-block;
  }
  .cart-table del {
    margin-left: 5px;
  }
  .cart-table .money-big {
    text-align: right;
    position: absolute;
    padding: 0 10px;
    bottom: 3px;
    font-size: 14px;
    color: #555;
    right: 0px;
  }
  .cart-new-top .sum-table tr:last-child td:last-child {
    color: #555;
    font-size: 14px;
  }
  .sum-table td .form-control {
    max-width: 110px;
    padding: 0px 1px;
    background-image: none;
  }
  .cart-input-icon {
    padding: 2px;
    margin-left: 0px;
    border-radius: 5px;
  }
  .delivery-list.mobile .form-control,
  .payment.mobile .form-control {
    font-size: 15px;
    height: 29px;
    line-height: 23px;
    color: #4c4c4c;
  }
  .sum-table tr td {
    text-align: left;
    float: left;
    width: 50%;
  }
  .sum-table td:last-child {
    width: 50%;
    text-align: right;
  }
  .table-h tbody tr {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 767px) {
  .delivery-list .form-group,
  .delivery-list .delivery-radio,
  .delivery-list .txt {
    display: block;
  }
  .delivery-list .delivery-radio {
    width: auto;
    padding: 10px 10px 10px 68px;
  }
  .delivery-list .txt {
    border-width: 1px 0 0;
    padding: 10px 15px;
  }
  .shopping-form .form-box,
  .invoice-info-box {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 680px) {
  .plus-list .item {
    width: 50%;
  }
  .plus-list .item:nth-child(3n + 1) {
    clear: none;
  }
  .plus-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .plus-list .box {
    margin: 5px 2px 15px;
    padding: 5px;
  }
  .plus-list .box .btn.addcart {
    line-height: 25px;
  }
}
@media screen and (max-width: 520px) {
  .shopping-step {
    margin: 0 0 25px;
  }
  .shopping-step li {
    display: block;
    padding: 0;
  }
  .shopping-step li + li:before {
    display: block;
    position: static;
    margin: 5px auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 400px) {
  .payment {
    margin: 5px 0;
  }
  .payment label,
  .invoice-info label {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    min-width: auto;
  }
  .shopping-step li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .plus-box .qty-box .less,
  .plus-box .qty-box .add {
    display: none;
  }
  .plus-box .qty-box {
    width: 40px;
    padding: 0px;
  }
  .plus-list .box .qty-box {
    float: left;
    width: 40px;
  }
  .plus-list .box .btn.addcart {
    width: calc(100% - 50px);
    line-height: 25px;
  }
  .payment-box .shopping-title,
  .payment {
    float: none;
  }
  .payment label,
  .invoice-info label {
    display: block;
    margin: 0 auto;
  }
}
