/*@import 'bootstrap.min.css';*/
#cart-content{margin-bottom:30px;}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-title, .j-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wrap-container {
  background-color: #F6F5FB;
  min-height: 100vh;
  padding-top: 50px;
}

.block {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.block-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.block + .block {
  margin-top: 20px;
}
.block-beardcrumb {
  color: #212529;
}
.block-beardcrumb > img {
  width: 18px;
  margin-top: -8px;
}
.block-cart .row {
  margin: 0 -10px;
}
.block-cart [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.block-info .form-label {
  margin-bottom: 0.8rem;
}
.block-info .form-group:last-of-type {
  margin-bottom: 0;
}

.cart-wrap {
  margin-top: 16px;
}
.cart-info > a {
  color: #212529;
}
.cart-info > a:hover {
  color: #007bff;
}
.cart .cart-img > img {
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  .cart .cart-img {
    max-width: 10.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.333333%;
            flex: 0 0 10.333333%;
  }
}
.cart-transpot-status > i {
  color: #B1B0B6;
}
.cart-transpot-status, .cart-sub-status {
  font-size: 12px;
}
.cart-actions-wrap {
  max-width: 14.666667%;
}
.cart-actions-wrap .cart-price {
  display: none;
}
@media screen and (max: 568px) {
  .cart-actions-wrap .cart-price {
    display: block;
  }
}
.cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}
.cart-actions input {
  width: 32px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.cart-price, .cart-price-total {
  text-align: right;
}
.cart-price sub, .cart-price-total sub {
  bottom: initial;
  top: -0.5rem;
}
.cart + .cart {
  margin-top: 1.6rem;
}

.payment-price sub {
  bottom: initial;
  top: -0.5rem;
}

.btn-delete {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.btn-pay {
  background: rgb(255, 66, 78);
  color: rgb(255, 255, 255);
  padding: 13px 10px;
  text-align: center;
  border-radius: 4px;
  border: none;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 15px 0px 0px;
}
.btn-pay:hover {
  opacity: 0.8;
}

.action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.action-button.left {
  border-right: 1px solid #E0E0E0;
  background-image: url("/icon/decrease.svg");
}
.action-button.right {
  border-left: 1px solid #E0E0E0;
  background-image: url("/icon/increase.svg");
}

.customer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  color: rgb(56, 56, 61);
  font-weight: 600;
}
.customer_info > p {
  margin-bottom: 0;
}
.customer_info__name {
  word-break: break-word;
}
.customer_info__name:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: rgb(235, 235, 240);
  margin: 0px 8px;
  margin-bottom: -2px;
}

.payment-wrap.payment-sticky {
  position: sticky;
  top: 0;
  right: 0;
}
@media screen and (max-width: 568px) {
  .payment-wrap.payment-sticky {
    position: initial;
  }
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-customer .address {
  color: rgb(128, 128, 137);
}

.form-sub-string {
  font-size: 12px;
}

.cart-price-final {
  color: #FF424E;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1366px;
  }
}

@media screen and (max-width: 568px) {
  .cart-price-total {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cart-actions-wrap .cart-price {
    display: none;
  }
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 568px) {
  .cart-price-total, .cart-price-wrap {
    display: none;
  }
  .cart-actions-wrap {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .cart-delete-wrap {
    text-align: right;
    margin-top: 10px;
  }
  .cart-transpot-status, .cart-sub-status {
    font-size: 14px;
  }
  .col-right-wrap {
    margin-top: 20px;
  }
  .block-info .block-content {
    margin-top: 10px;
  }
  .block-info .form-group {
    margin-bottom: 0.5rem;
  }
}
.form-selector {
    margin:15px 0 15px 0;
}
.error {
    color: red;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    display:none;
}