.cart-container {
  /* Main styles */
  /* End Main styles */
}
.cart-container p {
  margin-bottom: 0;
}
.cart-container input::-webkit-outer-spin-button, .cart-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-container input[type=number] {
  -moz-appearance: textfield;
}
.cart-container h1 {
  font-size: 28px;
  line-height: 1.5;
}
.cart-container .cart-product-list .cart-steps div {
  width: 33.3333333333%;
  background-color: #e1e1e1;
  padding-left: 30px;
  padding-right: 1rem;
  margin-right: 17px;
  line-height: 1.15rem;
  font-weight: 600;
}
.cart-container .cart-product-list .cart-steps div.active-cart-step {
  color: #fff;
}
.cart-container .cart-product-list .cart-steps div:before {
  content: "";
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 18.5px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-container .cart-product-list .cart-steps div:after {
  content: "";
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 18.5px solid #e1e1e1;
  position: absolute;
  right: -18px;
  top: 0;
}
.cart-container .cart-product-list .carts-table td, .cart-container .cart-product-list .carts-table th {
  padding: 0.75rem 0;
}
@media only screen and (min-width: 768px) {
  .cart-container .cart-product-list .carts-table td, .cart-container .cart-product-list .carts-table th {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
}
.cart-container .cart-product-list .carts-table thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cart-container .cart-product-list .carts-table thead {
    display: table-header-group;
  }
}
.cart-container .cart-product-list .carts-table thead th {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #dee2e6;
  color: #212529;
  line-height: 22px;
}
.cart-container .cart-product-list .carts-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.cart-container .cart-product-list .carts-table tbody tr td:first-child {
  width: calc(50% / 3);
}
.cart-container .cart-product-list .carts-table tbody tr .item-detail {
  width: calc(100% / 3);
}
.cart-container .cart-product-list .carts-table tbody tr .item-detail h2 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}
.cart-container .cart-product-list .carts-table tbody tr .item-detail .item-controls button {
  font-size: 12px;
  border: 1px solid #dee2e6;
  padding: 5px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-color: transparent;
  transition: 0.15s ease-in-out;
}
.cart-container .cart-product-list .carts-table tbody tr .item-detail .item-controls button:focus {
  outline: none;
}
.cart-container .cart-product-list .carts-table tbody tr .item-detail .item-controls button:hover {
  color: #fff;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(3) {
  width: calc(50% / 3);
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) {
  width: calc(50% / 3);
  max-width: 150px;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) button {
  line-height: 31px;
  color: #fff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
  font-size: 13px;
  transition: 0.15s ease-in-out;
  padding: 2px 10px;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) button:focus {
  outline: none;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) button:disabled {
  opacity: 0.65;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) button:disabled:hover {
  color: #fff !important;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) input {
  width: 0;
  border: 1px solid #ddd;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(4) input:focus {
  border-color: #737373;
  outline: 0;
}
.cart-container .cart-product-list .carts-table tbody tr td:nth-child(5) {
  width: calc(50% / 3);
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-container .cart-product-info table thead th {
  padding: 0.75rem;
  border-bottom: 2px solid #dee2e6;
}
.cart-container .cart-product-info table thead th h4 {
  font-weight: 400;
  font-size: 21px;
}
.cart-container .cart-product-info table tbody tr th {
  font-weight: 600;
}
.cart-container .cart-product-info table tbody tr th, .cart-container .cart-product-info table tbody tr td {
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-top: 1px solid #dee2e6;
}
.cart-container .cart-product-info table tbody tr.cart-total {
  font-weight: 700;
  font-size: 1.25rem;
}
.cart-container .cart-product-info table tbody tr a, .cart-container .cart-product-info table tbody tr button {
  font-weight: 700;
  padding: 0.75rem;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .cart-container .cart-product-list .carts-table tbody tr .item-detail .item-controls button {
    width: 100%;
    font-size: 13px;
    padding: 20px;
  }
  .cart-container .cart-product-list .carts-table tbody tr .item-detail .item-controls button i {
    margin-right: 4px;
  }
}
