.attr_list_view_type .prodatrlist .attr_left {
  color: #484848;
  float: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
}

.attr_list_view_type .prodatrlist {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  background: url("../img/attribute_dots.png") right 15px repeat-x;
}

.attr_list_view_type .prodatrlist .attr_right {
  color: var(--text_color);
  float: none;
  font-size: 15px;
  background-color: #fff;
  line-height: 20px;
  font-weight: 300;
  padding-left: 10px;
  text-align: right;
  position: relative;
}

.pra_item_row_link:hover {
	color: var(--main_color_hover);
}

.pra_item_row_link {
  color: var(--main_color);
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  line-height: 160%;
  margin-top: 26px;
  display: block;
}


.pra_item_row_wrap {
  margin-bottom: 15px;
}