/* /templates2_0/module/catalogue/more.less */
.module_catalogue_more {
  position: relative;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ddd;
  font: normal 16px/2.5 Utkonos;
  text-align: center;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.module_catalogue_more:hover {
  color: #000;
  text-decoration: none;
  background-color: #f4f4f4;
}
