.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.listCatItems .row-fluid {
  background: url(https://www.napravivrt.hr/hr/images/bgd-horizontal-border.png) 0 bottom repeat-x;
  margin-bottom: 20px;
}
.listCatItems .catItem {
  *zoom: 1;
  margin-bottom: 20px;
}
.listCatItems .catItem:before,
.listCatItems .catItem:after {
  display: table;
  content: "";
  line-height: 0;
}
.listCatItems .catItem:after {
  clear: both;
}
.catItem-summary {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.listCatItems .image {
  width: 155px;
  float: left;
}
.listCatItems .details {
  padding-left: 175px;
}
.listCatItems .details h2 {
  font-family: barmenopro-medium, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 10px;
}
.summary-row .summary {
  margin-bottom: 20px;
}
.listCatItems .details h2 a {
  color: black;
}
@media (max-width: 767px) {
  .listCatItems .row-fluid {
    background: none;
    margin-bottom: 0;
  }
  .listCatItems .image {
    width: 100px;
  }
  .listCatItems .details {
    padding-left: 110px;
  }
  .listCatItems .catItem {
    padding-bottom: 20px;
    background: url(https://www.napravivrt.hr/hr/images/bgd-horizontal-border.png) 0 bottom repeat-x;
  }
}
.prodButtons {
  float: none;
  clear: both;
  padding-top: 10px;
}
.prodButtons .productButton {
  display: inline-block;
}
.prodButtons .buyButton {
  display: inline-block;
}
.blockTitle {
  border-top: solid 1px #aeaca0;
  border-bottom: solid 1px #aeaca0;
  position: relative;
  margin-bottom: 20px;
}
.blockTitle h6 {
  text-align: center;
  /*margin-bottom:0px;*/

}
.blockTitle .trangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: black transparent transparent transparent;
  margin: 0 auto 0 auto;
  position: relative;
  bottom: -11px;
}
