.error {
  font-size: 12px;
  color: red;
}

@media (max-width: 768px) {
  .total-btn {
    width: 140px;
    text-align: center;
  }
}
.total-btn a {
  position: relative;
  display: inline-block;
  background-color: #990202;
  border: 1px solid #990202;
  padding: 7.5px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
.total-btn a:hover {
  color: #fff;
  background-color: #990202;
  border: 1px solid #990202;
  opacity: 1;
}

@media (max-width: 768px) {
  .discount-code-btn {
    width: 180px;
    text-align: center;
  }
}
.discount-code-btn a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  padding: 7.5px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  opacity: 0.7;
}
.discount-code-btn a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
}

.more {
  position: relative;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  padding: 7.5px 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
.more:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
}
.more:hover i {
  right: 10px;
}

.more2 {
  position: relative;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  padding: 7.5px 30px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.7;
}
.more2:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
}
.more2:hover i {
  right: 10px;
}

.more-w {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  padding: 7.5px 30px;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  opacity: 0.8;
}
.more-w:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.more-w:hover i {
  right: 10px;
}

.cart-step-wrap {
  background-color: #f1f1f1;
}
.cart-step-wrap label {
  font-weight: bold;
}
.cart-step-wrap .cart-step-item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#DDDDDD)";
  -webkit-box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#DDDDDD);
}
.cart-step-wrap .cart-step-item p {
  margin-bottom: 0;
}
.cart-step-wrap .cart-step-item .product-title {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart-step-wrap .cart-step-item .product-title h4 {
  margin-bottom: 0;
  color: #000;
}
.cart-step-wrap .cart-step-item .product-title h5 {
  margin-bottom: 0;
  color: #000;
}
.cart-step-wrap .cart-step-item .product-title p {
  margin-bottom: 0;
}
.cart-step-wrap .cart-step-item .product-title .custom-control {
  margin-right: 15px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-title .custom-control {
    margin-bottom: 5px;
  }
}
.cart-step-wrap .cart-step-item .product-title .custom-control label {
  font-size: 20px;
  font-weight: bold;
}
.cart-step-wrap .cart-step-item .product-title .custom-control label:before, .cart-step-wrap .cart-step-item .product-title .custom-control label:after {
  top: 7px;
  left: -30px;
}
.cart-step-wrap .cart-step-item .product-title .product-event ul li {
  margin-right: 15px;
  font-size: 13px;
  color: #666;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-title .product-event ul li {
    padding-left: 30px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.cart-step-wrap .cart-step-item .product-title .product-del-all {
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-title .product-del-all {
    right: 5px;
  }
}
.cart-step-wrap .cart-step-item .product-title .product-del-all a {
  display: block;
  opacity: 0.8;
}
.cart-step-wrap .cart-step-item .product-title .product-del-all a span {
  color: #990202;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-title .product-del-all a span {
    display: none;
  }
}
.cart-step-wrap .cart-step-item .product-title .product-del-all a i {
  color: #990202;
}
.cart-step-wrap .cart-step-item .product-title .product-del-all a:hover {
  opacity: 1;
}
.cart-step-wrap .cart-step-item .product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.cart-step-wrap .cart-step-item .product-row:last-child {
  border: none;
}
.cart-step-wrap .cart-step-item .product-row h5 {
  font-size: 16px;
}
.cart-step-wrap .cart-step-item .product-row p {
  font-size: 14px;
}
.cart-step-wrap .cart-step-item .product-row .product-checkbox {
  width: 24px;
}
.cart-step-wrap .cart-step-item .product-row .product-item {
  width: calc(100% - 74px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-row .product-item {
    width: calc(100% - 54px);
    margin-right: 10px;
  }
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-name {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-row .product-item .product-name {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 0;
  }
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-name .img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 15px;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-name .text-item {
  width: calc(100% - 95px);
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  text-align: center;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-price strong {
  font-size: 20px;
  font-weight: bold;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  text-align: center;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .product-qty,
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .product-qty:focus,
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:focus {
  outline: none;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: 1px solid #e2e2e2;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .product-qty::-webkit-outer-spin-button, .cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:before, .cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count--minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e2e2e2;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count--minus:hover {
  background: #f1f1f1;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count--add {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e2e2e2;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count--add:hover {
  background: #f1f1f1;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count--add:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:disabled:before, .cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.cart-step-wrap .cart-step-item .product-row .product-item .product-quantity .qty-input {
  border-radius: 4px;
}
.cart-step-wrap .cart-step-item .product-row .product-del {
  width: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-row .product-del {
    width: 20px;
  }
}
.cart-step-wrap .cart-step-item .product-row .product-del a {
  display: block;
  opacity: 0.8;
}
.cart-step-wrap .cart-step-item .product-row .product-del a i {
  color: #990202;
}
.cart-step-wrap .cart-step-item .product-row .product-del a:hover {
  opacity: 1;
}
.cart-step-wrap .cart-step-item .product-row.product-row-confirm .product-item {
  width: 100%;
}
.cart-step-wrap .cart-step-item .product-row.product-row-confirm .product-name {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 768px) {
  .cart-step-wrap .cart-step-item .product-row.product-row-confirm .product-name {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 0;
  }
}
.cart-step-wrap .cart-step-item .product-row.product-row-confirm .product-price {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.cart-step-wrap .cart-step-item .product-row.product-row-confirm .product-quantity {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.cart-step-wrap .total-step-item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#DDDDDD)";
  -webkit-box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#DDDDDD);
}
.cart-step-wrap .total-step-item .total-price-row-discount {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row-discount {
    border: none;
  }
}
.cart-step-wrap .total-step-item .total-price-row-discount:last-child {
  border: none;
}
.cart-step-wrap .total-step-item .total-price-row-discount.total-price-row-confirm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row-discount .product-checkbox {
    display: none;
  }
}
.cart-step-wrap .total-step-item .total-price-row-discount .total-detail ul li {
  margin-right: 20px;
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-step-wrap .total-step-item .total-price-row-discount .total-detail ul li span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row-discount .total-detail {
    margin-right: 10px;
    width: calc(100% - 150px);
  }
  .cart-step-wrap .total-step-item .total-price-row-discount .total-detail ul li {
    margin-right: 15px;
  }
  .cart-step-wrap .total-step-item .total-price-row-discount .total-detail ul li span {
    font-size: 20px;
    font-weight: bold;
  }
}
.cart-step-wrap .total-step-item .total-price-row {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row {
    position: fixed;
    background-color: #fff;
    border-radius: 0px;
    border-top: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    margin-bottom: 0;
  }
}
.cart-step-wrap .total-step-item .total-price-row:last-child {
  border: none;
}
.cart-step-wrap .total-step-item .total-price-row.total-price-row-confirm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row .product-checkbox {
    display: none;
  }
}
.cart-step-wrap .total-step-item .total-price-row .total-detail ul li {
  margin-right: 20px;
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-step-wrap .total-step-item .total-price-row .total-detail ul li span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cart-step-wrap .total-step-item .total-price-row .total-detail {
    margin-right: 10px;
    width: calc(100% - 150px);
  }
  .cart-step-wrap .total-step-item .total-price-row .total-detail ul li {
    margin-right: 15px;
  }
  .cart-step-wrap .total-step-item .total-price-row .total-detail ul li span {
    font-size: 20px;
    font-weight: bold;
  }
}
.cart-step-wrap .product-addon-list {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#DDDDDD)";
  -webkit-box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  box-shadow: 0 5px 0 rgba(221, 221, 221, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#DDDDDD);
}

.cart-choose-list {
  padding: 15px;
}
.cart-choose-list .custom-control-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cart-choose-list .selectt {
  padding-left: 25px;
  display: none;
  margin-bottom: 15px;
}

.payer-item {
  padding: 15px;
}

.total-detail-modal .product-detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.total-detail-modal .product-detail-row:last-child {
  border: none;
}
.total-detail-modal .product-detail-row h5 {
  font-size: 16px;
}
.total-detail-modal .product-detail-row p {
  font-size: 14px;
}
.total-detail-modal .product-detail-row .product-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-name {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .total-detail-modal .product-detail-row .product-detail-item .product-detail-name {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 0;
  }
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-name .img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 15px;
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-name .text-item {
  width: calc(100% - 95px);
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-price {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  text-align: center;
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-price strong {
  font-size: 20px;
  font-weight: bold;
}
.total-detail-modal .product-detail-row .product-detail-item .product-detail-quantity {
  text-align: center;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-right: 15px;
}
.total-detail-modal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.total-detail-modal ul li strong {
  text-align: right;
  min-width: 120px;
  display: block;
}
.total-detail-modal ul li p {
  text-align: right;
  min-width: 120px;
  margin-bottom: 0;
}
.total-detail-modal ul li span {
  display: block;
  text-align: right;
  min-width: 120px;
  font-size: 28px;
  font-weight: bold;
}



