.you-see .b-products-you-watched,
.you-see .b-categorys-you-watched {
  margin-bottom: 30px;
}

.you-see>h3 {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 27px;
}

.products-you-watched {
  margin-bottom: 2em;
}

.products-you-watched .snippet-card:last-child {
  border-bottom: none;
}

.products-you-watched .snippet-card:first-child {
  border-top: 1px solid #eee;
}

.products-you-watched .snippet-card__info,
.products-you-watched .you-watched__price {
  padding: 15px 10px 12px;
  min-height: 32px;
}

.you-watched__price {
  min-width: 28%;
  order: 1;
}

.products-you-watched .snippet-card__price_num {
  margin-top: 3px;
}

.products-you-watched .snippet-card__price_button {
  margin-top: 0;
  margin-left: 15px;
}

.item-img-you_watched {
  width: 58px;
  height: 44px;
}

.item-img-you_watched img {
  width: 100%;
  height: auto;
}

.products-you-watched .info__view_description .fx-box {
  align-items: center;
}

.products-you-watched .price_num_real {
  font-size: 1.1em;
  font-weight: 800;
}

.products-you-watched .price_num_rub {
  font-size: 1.1em;
  font-weight: bold;
}

.products-you-watched .snippet-card__btn2cart-composite {
  width: 69px;
}

.products-you-watched .btn2cart-simple__button {
  width: 69px;
  display: inline-block;
  text-align: right;
}

.products-you-watched .snippet-card__labal_condion {
  top: 32px;
}

.categorys-you-watched:first-child {
  border-top: none !important;
}

.categorys-you-watched__data {
  margin-right: 7px;
}

.categorys-you-watched__breadcrumb {
  display: inline-block;
}

.products-you-watched .snippet-card__content {
  max-width: 76%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.snippet-card__price_alert .inner {
  display: inline-block;
  text-align: left;
  width: 70px;
}

.snippet-card__info {
  max-width: 72%;
}

@media (min-width: 992px) {
  .snippet-card__price_num {
    text-align: right;
  }

  .products-you-watched .snippet-card__price_num,
  .products-you-watched .snippet-card__price_button {
    width: auto;
  }
}

@media (max-width: 768px) {
  .categorys-you-watched__breadcrumb {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .products-you-watched .snippet-card__labal_condion {
    top: 20px;
  }

  .products-you-watched .info__view_description {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    margin-top: 25px;
  }

  .products-you-watched .snippet-card__info {
    padding: 15px 0;
  }
}
