/* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.viewed-products .title_block::after {
  display: none;
}

.viewed-products {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 0;
}

.viewed-products__list {
  display: flex;
  flex-wrap: wrap;
  margin:  0;
}

.viewed-products__item {
  padding: 0 15px !important;

  font-family: "Montserrat", "Arial", sans-serif;

  border: none !important;
}

.viewed-products__name {
  top: 0 !important;
}

.viewed-products__descr {
  margin: 0 !important;
}








/**/









/**/









/**/









