
.my-basket-item > div, .my-basket-table > div, .my-basket-item .name-img, .my-basket-table .name-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-basket-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.my-basket-item {
  padding: 24px 8px;
  border-bottom: 1px solid #D9CEAB;
  margin-bottom: 8px;
}

.my-basket-item .name-img, .my-basket-table .name-img {
  width: 390px;
}

.my-basket-item img, .my-basket-table img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}

.my-basket-item .basket-item-name, .my-basket-table .basket-item-name {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #393E41;
  line-height: 18px;
  display: block;
}

.my-basket-item .basket-item-details, .my-basket-table .basket-item-details {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #586065;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.my-basket-item .basket-item-price, .my-basket-table .basket-item-price {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #333533;
  font-family: GHEAHelveticaGeoBold;
  margin-left: 53px;
  white-space: nowrap;
}

.basket-content .my-basket {
  width: 100%;
}

@media (max-width: 1270px) {
  .my-basket-item .name-img {
    width: 270px;
  }
}

@media (max-width: 1113px) {
  .my-basket-item .name-img {
    width: 270px;
  }

  .my-basket-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .my-basket-item .delete {
    position: absolute;
    right: 0;
    top: 40px;
  }
}

@media (max-width: 800px) {
  .my-basket-item {
    padding: 16px 8px;
  }
}
