/* /templates2_0/module/ui/hideless.less */
/* 
    Created on : 01.08.2014, 13:56:31
    Author     : Kechaykin_I
*/
.hide_control {
  position: relative;
  text-align: center;
  display: none;
  line-height: 20px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.hide_control-more {
  color: #333;
}
.hide_control-more:hover {
  color: #777;
}
.hide_control > i {
  margin-right: 5px;
}
.hide_flag {
  position: static;
  /* Перечень скрывающихся можно расширять */
  display: none;
}
.hide_flag ~ div:not(.hide_control),
.hide_flag ~ a,
.hide_flag ~ div.goods_view {
  display: none;
}
.hide_flag ~ div.hide_control {
  display: block;
}
