.cart-main {
  /* height: 500px; */
  opacity: 0.9;
}

.cart {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f3f3f3;
  font-size: 14px;
}

.order-summary {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #e7e7e7;
  padding-right: 3% !important;
  padding-left: 2% !important;
}

.cart-align {
  position: absolute;
  top: 20%;
}

.cart-border {
  border-bottom: solid 1px #727272;
}

/* .back-align {
  margin-top: 3%;
  margin-bottom: 8%;
  margin-left: 8%;
} */

.cart-img {
  text-align: start;
  height: 90px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 47px;
  border: 2px solid #ffffff;
  /* -ms-transform: scale(1.5); */
  /* IE 9 */
  /* -webkit-transform: scale(1.5); */
}

.item-row {
  background-color: #ffffff;
  border-radius: 10px;
  border-top-left-radius: 50px;
  margin: 1rem;
}

.item-row td:first-child {
  border-top-left-radius: 80px !important;
  border-bottom-left-radius: 10px;
}

.item-row td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-round {
  width: 29px;
  height: 29px;
  background: #dfdfdf;
  border-radius: 25px;
  cursor: pointer;
}

.ordered-list {
  font-weight: 400;
  font-size: 14px;
}

.del-svg {
  width: 60%;
}

.change-address {
  background-color: #4ecdf0;
  height: 30px;
  border-radius: 4px;
}

.change-address a {
  text-decoration: none;
  color: #ffff;
  font-weight: 300;
}

.promo-btn {
  background-color: #28abe3;
  color: #ffff;
  padding-right: 23px;
  padding-left: 22px;
}

.cart p {
  font-size: 14px;
}
.item-price {
  display: none;
  overflow: hidden;
}
@media (min-width: 991px) and (max-width: 1500px) {
  #check-out-hero {
    height: 1106px;
  }
}

@media (max-width: 991px) {
  .mob-top {
    margin-top: 16%;
  }
  .back-align {
    margin-top: 8px;
    font-size: 15px;
  }
  .cart-align {
    position: inherit;
  }
  .item-row {
    margin: 0;
  }
  .text-12 {
    font-size: 12px !important;
  }
  .cart-table-header {
    display: none;
  }
  .item-price {
    display: inline;
  }
  .btn-round {
    width: 24px;
    height: 24px;
    background: #a87634;
    color: #ffffff;
  }
  .cart {
    margin-top: 25px;
    border-radius: 20px;
  }
  .order-summary {
    border-radius: 20px;
  }
  .item-bar {
    min-height: 60px !important;
  }
}

.item-bar {
  overflow: scroll;
  overflow-x: hidden;
  height: 550px;
}
.item-summary {
  /* overflow-y: scroll !important;
  overflow: hidden;
  height: 160px; */
  min-height: 26px;
}
.item-bar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.item-bar::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 10px;
}
.item-bar::-webkit-scrollbar-thumb:hover {
  background: #3cb2e5;
}
.item-bar::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px 0px #f0f0f0;
}

/* .item-summary::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.item-summary::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 10px;
}
.item-summary::-webkit-scrollbar-thumb:hover {
  background: #3cb2e5;
}
.item-summary::-webkit-scrollbar-track {
  background: #e7e8e8;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px 0px #f0f0f0;
} */
