.shopping-cart {
  margin-bottom: 60px;
}
.shopping-cart .cart-header span {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #3E3A39;
}
.shopping-cart .cart-header .cart-pathadd {
  line-height: 26px;
  float: left;
  margin: 2px 0 0 20px;
}
.shopping-cart .cart-header .cart-pathadd button {
  color: #fff;
  padding: 0 15px;
  margin-left: 5px;
  line-height: 28px;
  height: 28px;
  background: #f6c157;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  outline: none;
}
.shopping-cart .cart-header .cart-pathadd button span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}
.shopping-cart .cart-header .cart-pathadd button:hover {
  background: #e99122;
}
.shopping-cart .cart-header .cart-path {
  line-height: 26px;
  float: right;
}
.shopping-cart .cart-header .cart-path .path {
  margin-left: 60px;
  float: left;
}
.shopping-cart .cart-header .cart-path .path .sign {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
  margin-right: 16px;
  text-align: center;
  line-height: 25px;
  position: relative;
  z-index: 1;
  font-size: 10px;
}
.shopping-cart .cart-header .cart-path .path .sign::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background-color: #DBDBDB;
}
.shopping-cart .cart-header .cart-path .path span {
  font-size: 14px;
  color: #5C595B;
}
.shopping-cart .cart-header .active .sign {
  color: #FFFFFF;
}
.shopping-cart .cart-header .active .sign::after {
  background-color: #E99122 !important;
}
.shopping-cart .cart-header .active .sign + span {
  color: #E99122;
}
.shopping-cart .cart-main {
  margin-top: 10px;
  border: 1px solid #DBDBDB;
  padding: 23px 28px 0 30px;
  margin-bottom: 22px;
}
.shopping-cart .cart-main .row {
  border-bottom: 1px solid #DBDBDB;
}
.shopping-cart .cart-main .row:last-child {
  border-bottom: none;
}
.shopping-cart .cart-main .row div {
  padding: 0 !important;
}
.shopping-cart .cart-main .row-1 {
  border-bottom: 2px solid #DBDBDB;
}
.shopping-cart .cart-main .row-1 .col-1 input {
  display: none;
}
.shopping-cart .cart-main .row-1 .col-1 label span {
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  color: #3E3A39;
  font-weight: 500;
  user-select: none;
}
.shopping-cart .cart-main .row-1 .col-1 .checked-label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(/font/icon/checkbox-regular-a548baac17426d55e3630b03bc07aae0.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-main .row-1 .col-1 .t-checked:checked + .checked-label:before {
  background: url(/font/icon/checkbox-selected-1fb57de959fc125360f2a7aa4c7f0453.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-main .row-2 {
  padding: 14px 0;
}
.shopping-cart .cart-main .row-2 .col-1 .checkbox {
  vertical-align: middle;
  display: inline-block;
}
.shopping-cart .cart-main .row-2 .col-1 .checkbox input[type=checkbox] {
  display: none;
}
.shopping-cart .cart-main .row-2 .col-1 .checkbox label,
.shopping-cart .cart-main .row-2 .col-1 .checkbox .radio label {
  min-height: 18px;
  padding-left: 18px;
}
.shopping-cart .cart-main .row-2 .col-1 .checkbox .t-checked + label {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(/font/icon/checkbox-regular-a548baac17426d55e3630b03bc07aae0.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-main .row-2 .col-1 .checkbox .t-checked:checked + label {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/font/icon/checkbox-selected-1fb57de959fc125360f2a7aa4c7f0453.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-main .row-2 .col-1 .c-img {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}
.shopping-cart .cart-main .row-2 .col-1 .c-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(197, 207, 232, 0.1);
  display: block;
}
.shopping-cart .cart-main .row-2 .col-2 h3 {
  font-size: 14px;
  color: #3E3A39;
  font-weight: bold;
}
.shopping-cart .cart-main .row-2 .col-2 .numbers {
  font-size: 13px;
  color: #5C595B;
}
.shopping-cart .cart-main .row-2 .col-2 .numbers div {
  display: inline-block;
}
.shopping-cart .cart-main .row-2 .col-2 .numbers .pro-numbers {
  margin-right: 60px;
  line-height: 40px;
}
.shopping-cart .cart-main .row-2 .col-2 .norms {
  font-size: 13px;
  color: #5C595B;
}
.shopping-cart .cart-main .row-2 .col-2 .stock-tip {
  font-size: 12px;
  color: #F55858;
  margin-top: 8px;
}
.shopping-cart .cart-main .row-2 .col-3 .price {
  margin-top: 40px;
  font-size: 12px;
  color: #3E3A39;
}
.shopping-cart .cart-main .row-2 .col-3 .price .original-price {
  text-decoration: line-through;
  visibility: visible;
  line-height: 30px;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity {
  margin-top: 42px;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation input {
  width: 52px;
  height: 34px;
  vertical-align: middle;
  border: 1px solid #DBDBDB;
  font-size: 15px;
  text-align: center;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation a {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 34px;
  font-size: 18px;
  height: 34px;
  color: #8e8e8d;
  line-height: 34px;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation a:hover {
  text-decoration: none;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation a:first-child {
  border-radius: 3px 0 0 3px;
  border: 1px solid #DBDBDB;
  border-right: none;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .gradation a:nth-child(3) {
  border-radius: 0 3px 3px 0;
  border: 1px solid #DBDBDB;
  border-left: none;
}
.shopping-cart .cart-main .row-2 .col-4 .quantity .icon-remove {
  font-size: 18px;
  color: #E99122;
  margin-left: 12px;
  vertical-align: middle;
}
.shopping-cart .cart-main .row-2 .col-5 .subtotal {
  margin-top: 48px;
  color: #F55858;
  font-size: 15px;
}
.shopping-cart .cart-main .noCardsDom {
  display: none;
}
.shopping-cart .cart-main .hasCardsStyle {
  display: block;
  text-align: center;
  margin: 36px 0 56px 0!important;
}
.shopping-cart .cart-main .hasCardsStyle p {
  color: #3E3A39;
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}
.shopping-cart .cart-main .hasCardsStyle p:last-child {
  font-size: 16px;
  margin-top: 0px;
}
.shopping-cart .cart-main .hasCardsStyle p:last-child a {
  color: #E99122;
  font-weight: bold;
}
.shopping-cart .cart-control {
  padding: 0 15px;
}
.shopping-cart .cart-control .row-3 .col-1 input {
  display: none;
}
.shopping-cart .cart-control .row-3 .col-1 label span {
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  color: #3E3A39;
  font-weight: 500;
  user-select: none;
}
.shopping-cart .cart-control .row-3 .col-1 .checked-label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(/font/icon/checkbox-regular-a548baac17426d55e3630b03bc07aae0.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-control .row-3 .col-1 .t-checked:checked + .checked-label:before {
  background: url(/font/icon/checkbox-selected-1fb57de959fc125360f2a7aa4c7f0453.svg) no-repeat top center;
  background-size: 18px 18px;
}
.shopping-cart .cart-control .row-3 .col-7 {
  padding-right: 0;
  text-align: right;
}
.shopping-cart .cart-control .row-3 .col-7 span {
  color: #E99122;
}
.shopping-cart .cart-control .row-3 .col-7 span:last-child {
  color: #F55858;
  font-size: 23px;
}
.shopping-cart .cart-control .row-3 a {
  font-size: 14px;
  color: #5C595B;
}
.shopping-cart .cart-control .btn {
  margin-right: -15px;
  padding: 0;
  float: right;
  margin-top: 26px;
}
.shopping-cart .cart-control .btn .btn-common {
  float: right;
  width: 150px;
  height: 42px;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  color: #e99122;
  border-radius: 5px;
  margin-left: 6px;
  border: 1px solid #e99122;
}
.shopping-cart .cart-control .btn .btn-common:hover {
  text-decoration: none;
  background-color: #e99122;
  color: #FFFFFF;
}
.shopping-cart .cart-control .btn .btn-common:first-child {
  color: #ffffff;
  background-color: #e99122;
}
.shopping-cart .cart-control .btn .btn-common:first-child:hover {
  text-decoration: none;
  background-color: #f5c057;
  color: #e99122;
}
.public h3 {
  font-size: 16px;
  color: #E99122;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 10px;
}
.public .public-list .col-1 {
  border-bottom: 30px solid #ffffff;
}
.public .public-list .col-1 a:hover {
  text-decoration: none;
}
.public .public-list .col-1 a .p-img {
  height: 100%;
  background-color: #f9fafd;
  position: relative;
}
.public .public-list .col-1 a .p-img:hover .p-linebox {
  background-color: #F5C057;
}
.public .public-list .col-1 a .p-img .p-linebox {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #dbdbdb;
}
.public .public-list .col-1 a .p-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(197, 207, 232, 0.1);
  display: block;
  max-width: 100%;
}
.public .public-list .col-1 a .p-img span {
  z-index: 9;
  width: 36px;
  height: 20px;
  position: absolute;
  border-radius: 4px;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
}
.public .public-list .col-1 a .p-img span:first-child {
  background-color: #f5c057;
  display: none;
}
.public .public-list .col-1 a .p-img span:nth-child(2) {
  background-color: #F55858;
  display: none;
}
.public .public-list .col-1 a .p-img .img-default {
  display: none;
}
.public .public-list .col-1 a .p-info {
  line-height: 46px;
  height: 46px;
  width: 100%;
  margin-bottom: 0;
}
.public .public-list .col-1 a .p-info span:first-child {
  float: left;
  color: #3E3A39;
}
.public .public-list .col-1 a .p-info span:nth-child(2) {
  float: right;
  color: #F55858;
}
.public .public-list .col-1 a h5 {
  color: #3E3A39;
  font-weight: bold;
  margin: 0;
  font-size: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.public .public-list .col-1 a h5:hover {
  color: #e99122;
}
.public .public-list .col-1 .price {
  font-size: 10px;
  color: #e99122;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.public .public-list .col-1 .price span {
  font-size: 14px;
  font-weight: bold;
  color: #e99122;
}
.public .public-list .col-1 .p-com-btn {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
.public .public-list .col-1 .p-com-btn a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 70%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public .public-list .col-1 .p-com-btn a:first-child:hover {
  text-decoration: none;
  background-color: #F5C057;
}
.public .public-list .col-1 .p-com-btn a:last-child {
  color: #3e3a39;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20%;
  height: 100%;
  float: right;
  border-radius: 4px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.public .public-list .col-1 .p-com-btn a:last-child:hover {
  text-decoration: none;
  background-color: #F5C057;
}
.cart-qmask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9;
}
.cart-quick {
  width: 390px;
  min-height: 176px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  border-radius: 10px;
  background: #fff;
  z-index: 999;
  padding: 10px;
}
.cart-quick .q-tit {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 0;
}
.cart-quick .q-close {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  font-weight: bold;
}
.cart-quick .q-main {
  width: 370px;
  margin-top: 21px;
}
.cart-quick .q-main .q-row {
  margin-top: 5px;
}
.cart-quick .q-main .q-row label {
  width: 80px;
  display: inline-block;
  text-align: right;
  font-weight: normal;
}
.cart-quick .q-main .q-row input[type=text] {
  width: 235px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  outline: none;
}
.cart-quick .q-main .q-row .q-radio {
  width: 235px;
  margin-left: 5px;
  display: flex;
  flex-flow: row wrap;
}
.cart-quick .q-main .q-row .q-radio label {
  position: relative;
  margin: 1px 20px;
  width: 45px;
  text-align: left;
  cursor: pointer;
}
.cart-quick .q-main .q-row .q-radio label:nth-of-type(3n) {
  margin: 1px 0 0 20px;
}
.cart-quick .q-main .q-row .q-radio label::before {
  position: absolute;
  left: -20px;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #F5C057;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
  cursor: pointer;
}
.cart-quick .q-main .q-row .q-radio input:checked + label::before {
  background-color: white;
  border: 5px solid #F5C057;
}
.cart-quick .q-main .q-row .q-radio input[type="radio"] {
  display: none;
}
.cart-quick .q-main .q-cart {
  margin: 15px 0;
  text-align: center;
}
.cart-quick .q-main .q-cart button {
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  line-height: 28px;
  background: #e99122;
  border-radius: 5px;
  border: 1px solid #e99122;
}
.cart-quick .q-main .q-cart button:hover {
  background: #f5c057;
}
@media screen and (max-width: 992px) {
  .shopping-cart .cart-pathadd {
    width: 100%;
    margin: 0 0 12px 0 !important;
  }
  .shopping-cart .cart-main .row-1 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .shopping-cart .cart-main .row-2 .col:nth-child(3) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .shopping-cart .cart-main .row-2 .col-4 .quantity .icon-remove {
    margin-left: 0;
  }
  .shopping-cart .cart-main .row-2 .col:nth-last-child(-n+3) {
    text-align: center;
  }
  .shopping-cart .cart-main .row-2 .col:nth-child(2) {
    padding-left: 8px;
  }
  .shopping-cart .cart-main .row-2 .col-3 {
    text-align: center;
  }
  .shopping-cart .cart-main .row-1 div:nth-last-child(-n+3) {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .shopping-cart .cart-control .btn .btn-common {
    width: 100px;
  }
  .shopping-cart .cart-main .row-2 .col-3 .price {
    margin-top: 10px;
  }
  .shopping-cart .cart-main .row-2 .col-4 .quantity {
    margin-top: 10px;
  }
  .shopping-cart .cart-main .row-2 .col-5 .subtotal {
    margin-top: 10px;
  }
  .shopping-cart .cart-main .row-2 .col-1 {
    margin-bottom: 10px;
  }
  .shopping-cart .cart-header .cart-path .path {
    margin-left: 0;
    width: 33.3%;
  }
  .shopping-cart .cart-header .cart-path .path .sign {
    margin-right: 5px;
  }
  .shopping-cart .cart-header span {
    margin-bottom: 12px;
  }
  .shopping-cart .cart-header .cart-path .path .sign {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .shopping-cart .cart-header .cart-path {
    line-height: 18px;
    width: 100%;
  }
  .cart-control .row-3 .col-1 {
    height: 2px;
  }
  .cart-control .row-3 .col-1,
  .cart-control .row-3 .col-2,
  .cart-control .row-3 .col-3,
  .cart-control .row-3 .col-4 {
    margin-bottom: 8px;
  }
  .shopping-cart .cart-main .row-2 {
    padding-left: 30px;
  }
  .shopping-cart .cart-main .row-2 .col:first-child {
    margin-left: -30px;
  }
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .cart-control .row-3 div {
    text-align: center;
  }
  .cart-control .row-3 div:first-child {
    text-align: left;
  }
  .cart-control .row-3 div:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 400px) {
  .cart-quick {
    width: 95%;
  }
  .cart-quick .q-main {
    width: auto;
  }
  .cart-quick .q-main .q-row input[type=text] {
    width: 70%;
  }
  .cart-quick .q-main .q-row label {
    width: 20%;
  }
  .cart-quick .q-main .q-row .q-radio {
    width: 70%;
    margin-left: 12px;
  }
  .cart-quick .q-main .q-row .q-radio label {
    width: 20%;
    margin: 1px 10px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  p,
  span {
    font-size: 9pt !important;
  }
  .cart-header {
    margin-top: -90px;
  }
  .col-xs-6 {
    width: 25%;
  }
  .note {
    margin-top: 40px;
    float: left;
    position: relative;
    left: -9px;
    top: -36px;
  }
  .linebox {
    margin: 0;
    display: none;
  }
  .price {
    position: absolute;
    left: -273px;
    top: 45px;
  }
  .subtotal {
    position: absolute;
    left: -20px;
    top: 45px;
  }
  .quantity {
    position: absolute;
    left: -200px;
    top: 45px;
  }
  .col-xs-12 {
    width: auto;
  }
  .i-header {
    margin-top: -30px;
    line-height: 40px;
  }
  .o-common {
    margin-bottom: 8px !important;
    padding-bottom: 12px !important;
  }
  .side-nav,
  .header-btn,
  .cart-path,
  .last-li,
  .breadcrumb,
  .row-3,
  .footer {
    display: none;
  }
  #reminder {
    display: none;
  }
  @page {
    margin: 5mm 10mm 0 10mm;
    /* this affects the margin in the printer settings */
  }
  body {
    margin: 0 auto;
    font-size: 9pt;
    font-weight: 200;
  }
}
