.favorites .cabinet__header {
  margin-bottom: 6px;
}

.favorites-list {
  margin: 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.favorites-list__item {
  width: 33.3333333333%;
  padding: 0 16px;
  margin-bottom: 32px;
}
.favorites-list__inner {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 1200px) {
  .favorites-list__item {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .favorites-list__item {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .favorites-list__item {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
  }
  .favorites-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .favorites-list .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    padding: 25px 0;
    flex-direction: row;
  }
  .favorites-list .product-card__image {
    width: 45%;
    margin: 0;
    padding: 0 8px 0 16px;
  }
  .favorites-list .product-card__container {
    width: 55%;
    margin: 0;
    padding: 0 16px 0 8px;
  }
  .favorites-list .product-card__title {
    min-height: 0;
  }
  .favorites-list .product-card__colors {
    padding-top: 0;
    padding-bottom: 0;
  }

  .favorites-list .product-card__image-box {
    right: 8px;
    bottom: 20px;
  }

  .favorites-list .product-card__add {
    display: inline-block;
  }
  .product-card__image{
    min-height: 0;
  }
  .favorites-list .product-card__mobile-buttons{
    margin: 0 8px 0 16px;
  }
}
@media (max-width: 470px) {
  .favorites-list .product-card__image-box{
    display: none;
  }
}
@media (min-width: 581px) {
  .favorites-list .product-card__remove-btn {
    width: 25px;
    height: 25px;
  }
  .favorites-list__item .product-card__image-single {
    padding: 6px 0 0 0;
  }
}
@media (min-width: 769px) {
  .favorites-list__item .product-card__image-single {
    padding: 14px 0 0 0;
  }
}
.cabinet-filter {
  z-index: 50;
}

@media (min-width: 580px) {
  .favorites-list .product-card__more.add2basket {
    order: 1;
    width: calc(50% - 5px);
  }
  .favorites-list .product-card__oneclick {
    order: 2;
    width: calc(50% - 5px);
  }
  .favorites-list .product-card__more {
    order: 3;
    width: 100%;
  }
  .favorites-list .product-card__addition-content:not(:has(.product-card__more.add2basket)) .product-card__oneclick {
    width: 100%;
  }

  .favorites-list .product-card__addition-content:not(:has(.product-card__oneclick)) .product-card__more.add2basket {
    width: 100%;
  }
}
