.cart {
  width: 65%;
}
.cart-sec {
  margin-top: 60px;
  margin-bottom: 20px;
}
.cart-wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.cart__title {
  font-size: 32px;
}
.cart-item {
  margin-bottom: 11px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  padding: 15px 22px;
}
.cart-item-counter {
  display: flex;
  justify-content: center;
  height: 34px;
  background: #f9f9f9;
}
.cart-item-counter__btn {
  border: 1px solid #bfbfbf;
  font-weight: 300;
  font-size: 32px;
  background: transparent;
  color: #bfbfbf;
  text-align: center;
  line-height: 32px;
  width: 30px;
  height: 100%;
}
.cart-item-counter__minus {
  border-radius: 5px 0px 0px 5px;
}
.cart-item-counter__plus {
  border-radius: 0px 5px 5px 0px;
}
.cart-item-counter__count {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 100%;
  width: 69px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #2f2d30;
}
.cart-item__img {
  width: 95px;
  height: auto;
}
.cart-item__name {
  font-size: 14px;
  width: 210px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-item__count-num {
  width: 17px;
  max-width: 17px;
  min-width: 17px;
}
.cart-item__price {
  font-size: 18px;
  display: flex;
}
.cart-item__price p {
  font-size: 18px;
  color: #484848;
}
.cart-item__price p:first-child {
  margin-right: 4px;
}
.cart-item__price-bottom {
  font-size: 24px;
  display: flex;
  justify-content: end;
  min-width: 150px;
  color: #484848;
  margin-right: 25px;
}
.cart-item__price-bottom p {
  color: #484848;
  margin-right: 5px;
}
.cart-item__delete {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: transparent;
}
.cart-item__text {
  font-size: 12px;
  color: #8a8a8a;
}
.cart-item__text span {
  color: #8a8a8a;
}
.cart-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
}
.cart-line-bottom {
  padding-bottom: 0px;
  padding-top: 23px;
  border-top: 1px solid rgba(138, 138, 138, 0.5);
}
.cart-plate {
  padding: 12px 18px;
  width: 33%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #fff;
  border-radius: 5px;
}
.cart-plate__title {
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}
.cart-plate-line {
  display: flex;
  margin: 17px 0px;
  align-items: flex-end;
  justify-content: space-between;
}
.cart-plate__name {
  font-size: 12px;
}
.cart-plate__value {
  font-size: 16px;
  color: #383838;
}
.cart-plate__price {
  font-size: 24px;
  color: #484848;
  display: flex;
}
.cart-plate__price p {
  font-size: 24px;
  margin-right: 6px;
  color: #484848;
}
.cart-plate__btn {
  margin-top: 22px;
  width: 100%;
  padding: 17px 0px;
}

.cart-item__price {
  color: #484848;
}

@media (max-width: 1399px) {
  .cart-item-counter__count {
    width: 45px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .cart-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart {
    width: 100%;
  }
  .cart-plate {
    width: 60%;
    margin: 15px auto;
  }
}
@media (max-width: 880px) {
  .cart-item-counter__count {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cart-item-counter__count {
    width: 65px;
    font-weight: 300;
  }
  .cart-item__name {
    width: 185px;
    font-size: 12px;
  }
  .cart-item__img {
    width: 80px;
  }
  .cart-item-counter__count {
    width: 45px;
  }
}
@media (max-width: 640px) {
  .cart-plate {
    width: 100%;
  }
  .cart-line {
    flex-wrap: wrap;
  }
  .cart-line:first-child {
    justify-content: center;
  }
  .cart-item__img {
    width: 25%;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .cart-item__name {
    width: 70%;
    width: 70%;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
  }
  .cart-item__price {
    margin: 0px 25px;
  }
  .cart-item-counter__count {
    width: 65px;
  }
}
@media (max-width: 520px) {
  .cart-item__price-bottom {
    font-size: 18px;
    min-width: 120px;
    margin-right: 0px;
  }
  .cart-item {
    padding: 12px;
  }
  .cart-item__delete {
    margin-right: 0px;
  }
}
@media (max-width: 440px) {
  .cart-line-bottom {
    flex-wrap: wrap;
  }
  .cart-item__price-bottom {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 420px) {
  .cart-item__price {
    margin: 0px 15px;
  }
  .cart-item-counter {
    height: 30px;
  }
  .cart-item-counter__count {
    width: 42px;
  }
  .cart-item-counter * {
    line-height: 28px;
  }
}/*# sourceMappingURL=cart.css.map */