
#checkout-cart {
  max-width: 1100px;
}

#checkout-cart .cart-table thead {
  display: none;
}

#checkout-cart .cart-table table {
  border-collapse:separate;
  border-spacing:0 30px;
}

#checkout-cart .cart-table table .separator {
  background-color: #eee;
}

#checkout-cart .cart-table table .separator td {
  padding: 0px;
  height: 1px;
}

#checkout-cart .cart-stepper {
  display: flex;
  align-items: center;
}

#checkout-cart .cart-stepper .stepper button::before {
  color: #000;
  font-size: 18px;
} 

#checkout-cart .cart-stepper .stepper input.form-control {
  color: #000 !important;
  font-size: 16px !important;
  padding: 0px 10px !important;
  border: 1px solid #f5f5f5 !important;
}

#checkout-cart .cart-stepper .wishlist-remove {
  display: flex;
}

#checkout-cart .cart-stepper .wishlist-remove button {
  color: #555 !important;
  background: transparent;
  font-size: 14px;
  padding: 0px;
  text-decoration: underline;
}

#checkout-cart .cart-stepper .wishlist-remove button:hover {
  color: #000 !important;
}

#checkout-cart .cart-stepper .wishlist-remove button:not(:last-child) {
  margin-right: 10px;
}

#checkout-cart .cart-stepper .wishlist-remove button::before {
  display: none;
}

#checkout-cart .cart-table .td-image {
  border: 1px solid #f5f5f5;
}

#checkout-cart .cart-table .td-image img {
  max-width: 100px;
}

#checkout-cart .cart-table .td-name a {
  color: #000;
  font-family: 'asty-cf-bold', sans-serif;
  text-decoration: none;
}

#checkout-cart .cart-table .td-total {
  vertical-align: top;
}

.route-checkout-cart #content .table-responsive table tr td {
  min-width: auto !important;
}

.cart-bottom .coupon-input-submit {
  -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; flex-wrap: nowrap;
}

.cart-bottom .coupon-input-submit input {
  -webkit-box-flex: 2; -moz-box-flex: 2; width: 67%; -webkit-flex: 2; -ms-flex: 2; flex: 2;
}

.cart-bottom .coupon-input-submit .input-group-btn {
  -webkit-box-flex: 1 !important; -moz-box-flex: 1 !important; width: 33% !important; -webkit-flex: 1 !important; -ms-flex: 1 !important; flex: 1 !important;
}

.route-checkout-cart #content .cart-total table td {
  padding: 7px 0px;
}

.route-checkout-cart #content .cart-total table tr:last-child td {
  padding: 12px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.route-checkout-cart #content .cart-total table tr:last-child td:last-child {
  font-family: 'asty-cf-bold', sans-serif;
}

.route-checkout-cart #content .buttons .btn {
  font-size: 20px;
  font-family: 'asty-cf-bold', sans-serif;
  width: 100%;
}