.page-container.collection.cart .main-content {
  padding: 15px 0;
}
.collection.cart .mobile-menu-side {
  flex: 0 0 28%;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  padding: 35px;
  margin-left: 20px;
}
.main-content {
  width: 60%;
}
.mini_cart_action .btn-4 {
  width: 100%;
  font-size: 1em;
  background: #0073df;
  color: #ffff;
}
.collection.cart .cart-wrapper {
  border: 0;
}
.tots {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.labs {
  display: flex;
  flex-direction: column;
}
.label.taxs {
  color: #666;
  font-size: 0.85em;
  text-transform: lowercase;
}
.cart-table-cell.substots {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
.collection.cart .cart-wrapper {
  border: 0;
  padding: 0;
}
.cart-totals {
  align-self: flex-start;
}
.table-head {
  border-bottom: 2px solid #000;
  justify-content: space-between;
}
.table-head .th {
  padding: 15px;
  font-weight: 600;
  font-size: 0.85em;
}
.table-head .th.prod {
  flex: 0 0 55%;
}
.go-back {
  margin-top: 40px;
}
.discount {
  margin-bottom: 20px;
  position: relative;
}
.cart-text {
  margin-bottom: 30px;
}
.cart-table-cell {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 1em;
}
.cart-table-cell.total {
  font-size: 1em;
  border-top: 1px solid #ccc;
  font-weight: 600;
}
.mini_cart_action {
  margin-top: 20px;
}
.mini_cart_action .btn {
  display: block;
  text-transform: none;
  font-weight: 400;
}
.page-container.cart .item-meta-container a {
  font-weight: 600;
}
.cart-products .item-price {
  font-weight: 600;
}
.cart-products .delete-item {
  color: #000;
  position: absolute;
  left: -10px;
  padding: 0;
  top: -10px;
}
.cart-products .product.item.item-list {
  justify-content: space-between;
}
.cart-products .product.item.item-list .item-meta-container {
  margin: 0;
  flex: 0 0 50%;
  flex-direction: row;
}
.cart .quantity-input, .th.qty {
  flex: 0 0 95px;
}
.cart .quantity-input {
  padding-right: 0;
}
.cart .quantity-input .input-wrap {
  display: flex;
  justify-content: flex-end;
}
.cart .qty-price-wrap, .cart .subtotal, .th.excl, .th.subt {
  position: relative;
}
/* flex:0 0 12.5%; */
.cart-products .item-info {
  padding-left: 15px;
  flex: 1;
}
.cart-products .product.item .item-name {
  height: auto;
}
.cart-products .item-info ul li {
  font-size: 0.85em;
}
.cart-products .product.item .label {
  font-weight: 600;
  display: none;
}
.cart .item-info ul {
  margin-bottom: 10px;
}
.cart .quantity-input, .cart .qty-price-wrap, .cart .subtotal {
  padding: 15px 15px 15px 0;
}
.cart-products .item.item-list.small-list {
  align-items: center;
}
.cart-products .item.item-list.small-list .delete-item {
  margin-left: 40px;
  padding: 10px;
}
.cart-products .quantity-input input {
  width: 60px;
  text-align: center;
}
.related-items-container {
  width: 100%;
}
.cart-products .item.item-list.small-list .item-meta-container {
  flex-grow: 0;
  flex: 0 0 30%;
  padding: 0 20px;
}
.cart-products .item.item-list.small-list .delete-item {
  padding: 10px;
  text-align: right;
  flex: 1 1 auto;
}
.cart-products .item-image {
  position: relative;
  flex: 0 0 100px;
}
.cart .qty-price-wrap, .th.excl {
  flex: 1;
  justify-content: flex-end;
  text-align: right;
}
.ship_msg {
  flex-basis: 30%;
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 0.85em;
  color: #999;
  padding: 0 20px;
}
.ship_msg .icon {
  font-size: 1.2em;
  margin-right: 5px;
}
.ship_msg.info {
  color: #1E90FF;
}
.icon.icon-info {
  background: #1E90FF;
  color: #fff;
  border-radius: 100%;
  padding: 4px;
  font-size: 0.85em;
}
.products-area .item {
  width: 20%;
}
.related {
  padding: 0;
  margin: 100px 0;
  width: 100%;
}
.related .custom-title {
  font-size: 1.5em;
}
.quantity-input {
  padding: 0 20px;
}
.discount {
  margin-bottom: 20px;
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.discount .label {
  font-size: 0.85em;
  font-weight: 600;
}
.disc-inp {
  background: transparent;
}
.discount a {
  position: absolute;
  right: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  height: 40px;
  border-radius: 0 3px 3px 0;
  background: #eee;
}
.cart-info .payments {
  padding: 15px 0;
}
.cart-info .payments li {
  border: 1px solid #ddd;
  border-radius: var(--radius);
  margin: 2px;
  height: 30px;
}
.coupon .code {
  font-size: 0.75em;
  color: #999;
  font-weight: 600;
}
.coupon {
  border-bottom: 1px solid #ddd;
}
.coupon .delete-discount {
  text-decoration: underline;
  margin-left: 10px;
}
.cart-banner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.cart-banner-wrap .title {
  margin-bottom: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 25px;
}
.cart-banner-wrap .title em {
  color: var(--primaryColor);
  font-style: normal;
}
.cart-banner-wrap .inner {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cart-banner-wrap .inner .banner-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  height: 100%;
  justify-content: center;
}
.cart-info .shipping .label {
  margin-bottom: 5px;
  display: block;
}
.shipping .labels label {
  color: #666;
}
.cart-info .label {
  padding-right: 10px;
}
.shipping span small {
  display: block;
}
.shipping .labels {
  justify-content: space-between;
}
.staffel-wrap {
  flex: 0 0 50%;
  flex-direction: column;
}
.qty-wrapper {
  justify-content: space-between;
  align-items: center;
}
.staffels {
  margin: 15px;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  display: none;
  font-size: 0.85em;
}
.product-page-section {
  margin: 40px 0;
}
.page-container.collection.cart .main-content .product.item img {
  max-height: 100px;
  width: 100%;
  height: 100px;
}
.got_disc {
  background: var(--green);
  border-radius: 5px;
  color: #fff;
  width: 40px;
  font-weight: 600;
  margin-left: 5px;
  text-align: center;
  /* font-size: .85em; */
  align-self: center;
}
.got_old {
  text-decoration: line-through;
  font-size: 0.85em;
  color: var(--red);
  margin-right: 5px;
  align-self: center;
  margin-top: 2px;
  /* line-height: 22px; */
}
.cart-products .item-price-container .item-price {
  display: flex;
}
@media (max-width: 991px) {
  .collection.cart .mobile-menu-side {
    flex: 1 1 100%;
    left: 0;
    position: relative;
    width: auto;
    height: auto;
    display: block;
    padding: 15px;
    z-index: unset;
    margin-left: 0;
  }
  .cart-info {
    padding: 15px;
  }
  .cart-products .product.item.item-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cart-products .product.item.item-list .item-meta-container {
    flex: 1 0 100%;
    flex-direction: row;
  }
  .staffel-wrap {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    background: #f9f9fa;
  }
  .cart .qty-price-wrap {
    align-self: flex-start;
  }
  .product.item img {
    margin-right: 15px;
  }
  .sm-lab {
    font-size: 0.65em;
    font-weight: 600;
  }
  .cart-products .item-info {
    padding-left: 0;
  }
  .cart .quantity-input, .th.qty {
    flex: 1 1 auto;
  }
  .cart .qty-price-wrap, .cart .subtotal, .th.excl, .th.subt {
    align-self: center;
  }
  .cart-info .payments {
    padding: 15px 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .cart-products .product.item img {
    max-width: 60px;
  }
  .cart-products .product.item.item-list .item-meta-container {
    flex: 0 0 50%;
  }
}
