﻿.section-header__title {
  margin: 50px auto;
  font-size: 38px;
  
}

.cart__item {
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__item .title {
  width: 40%;


}

.cart__item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart__item .title h1 {
  
  font-size: 18px;
  font-weight: 700;
}

.ccc {
  font-size: 18px;
  font-weight: 700;
}

.bbb {
  padding-bottom: 70px;
}

.temp_2 {
  background-color: #202633;
  border-radius: 0px;
  font-size: 18px;
  padding: 15px;
}

.temp_2:hover {
  background-color: #42c1c1;
  border-color: #42c1c1;
}

@media screen and (max-width:880px) {
  .cart__item .title {
      width: 100%;
  }

  .cart__item {
      flex-direction: row-reverse;
  }

  .small_hide_box {
      display: none;
  }
}