body.t-body:not(.t-body_popupshow) .t706__cartpage {
  background-color: #fefafa !important;
}

body.t-body_popupshow .t706__cartpage {
  background-color: transparent !important;
}

.t706__cartpage-totals,
.t706__cartpage-prodamount {
  background-color: #fefafa !important;
}

.t706__sidebar .t706__sidebar-content {
  background-color: #fefafa !important;
}

.t1002__wishlistwin .t1002__wishlistwin-content {
  background-color: #fefafa !important;
}

.t1002__wishlistwin {
  background-color: transparent !important;
}



.t-store__card__title {
  min-height: 3em;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-store__card__descr {
  min-height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

