.cart_nav {
  padding-left: 25%;
}

.cart_nav_total {
  color: #F22601;
  font-size: 15px;
  font-weight: 500;
}

.cart_items {
  padding: 20px 0;
}

.cart_product_cards {
  border-radius: 10px;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.cart_product_card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  padding: 20px;
}
.cart_product_card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart_product_card.has_additional .cart_product_card-main,
.cart_product_card[data-taste-product] .cart_product_card-main {
  margin-bottom: 20px;
}
.cart_product_card h3 {
  margin-bottom: 10px;
}

.cart_product_card:last-child {
  border-bottom: none;
}

.cart_product_card_info {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.cart_product_card_img {
  max-width: 150px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.cart_product_card_img img {
  height: 100%;
  display: block;
}

.cart_product_card_content {
  width: 50%;
}

.cart_product_card_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cart_product_card_text {
  font-size: 12px;
  font-weight: 400;
}

.cart_product_card_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}

.cart_product_card_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.plus_button,
.minus_button {
  border-radius: 50%;
  padding: 1px 10px;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.plus_button,
.minus_button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plus_button {
  background: #658F6B;
}

.plus_button div {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.minus_button {
  background: #F32D02;
}

.cart_product_card_sum {
  font-size: 20px;
  font-weight: 700;
  margin-left: 150px;
}

.cart_product_card_delete {
  margin-left: 70px;
  cursor: pointer;
}

.order_add {
  padding: 20px 0;
}

.order_add_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.order_add_title {
  margin-bottom: 17px;
  text-transform: uppercase;
}

.order_add_hr {
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.order_add_cards {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border-radius: 10px;
  margin-bottom: 20px;
}

.order_add_card {
  padding: 0 30px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.order_add_card.hide {
  display: none;
}

.order_add_card:last-child {
  border-right: none;
}

.order_add_card_img {
  width: 100%;
  height: 125px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.order_add_card_img img {
  display: block;
  height: 100%;
}

.order_add_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.order_add_card_title {
  font-size: 14px;
  font-weight: 700;
}

.order_add_card_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.order_add_card_add .plus_button {
  background: #658F6B;
  font-size: 16px;
  padding: 2px 8px;
}

.order_add_card_add_text {
  font-size: 12px;
}

.order_add_card_cost {
  font-size: 12px;
  font-weight: 700;
}

.total {
  max-width: 1100px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 20px auto 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.total_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.total_cost {
  font-size: 25px;
  font-weight: 700;
}

.cart_product_card_count-text {
  padding: 0 5px;
}

.cart_product_card_count-text {
  padding: 7px 24px;
  border: 1px solid #CACACA;
  border-radius: 10px;
}

.cart_product_card_count-text [contenteditable] {
  outline: none;
}

.cart_product_cards .empty__cart {
  display: none;
}

.cart_product_cards.empty .empty__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .cart_product_card-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .cart_product_card_info,
  .cart_product_card_buttons {
    width: 100%;
  }

  .cart_product_card_buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .cart_product_card_content {
    max-width: 400px;
    width: 100%;
  }

  .cart_product_card_sum,
  .cart_product_card_delete {
    margin-left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cart_product_card_delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart_nav {
    padding-left: 0;
  }

  .order_add_cards {
    padding: 20px 10px;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .order_add_card {
    padding: 0 15px;
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 564px) {
  .total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    padding: 0;
  }
}

@media (max-width: 387px) {
  .cart_product_card_buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
  }

  .cart_product_card_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart_product_card_img {
    margin-bottom: 10px;
  }
}
.cart_product_card-additional__items {
  display: flex;
  column-gap: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.cart_product_card-additional__items::-webkit-scrollbar {
  width: 0;
  /* ширина для вертикального скролла */
  height: 3px;
  /* высота для горизонтального скролла */
  background-color: transparent;
}

.cart_product_card-additional__items::-webkit-scrollbar-thumb {
  background-color: #f22701;
  border-radius: 9em;
}

.cart_product_card-additional__items::-webkit-scrollbar-thumb:hover {
  background-color: #253861;
}
.cart_product_card-additional__items .product__additional_item {
  flex-shrink: 0;
  width: 250px;
  margin-bottom: 0;
}
.cart_product_card-additional__items .product__additional_item_img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.cart_product_card-additional__items .product__additional_item_img img {
  width: 100%;
  height: 100%;object-fit: cover;
}
.cart_product_card-additional__items .product__card_bottom_count {
  display: block;
  border: none;
  color: #fff;
  padding: 0;
}
.cart_product_card-additional__items .product__card_bottom_count [data-count] {
  color: #fff;
  padding: 0;
}
.cart_product_card-additional__items .product__additional_item_costs {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.cart_product_card-additional__items .product__additional_name {
  margin-bottom: 5px;
}
.cart_product_card-additional__items .product__card_bottom_cost {
  font-size: 16px;
  font-weight: 400;
}
