
.shop-collection h2 {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 30px;
}
.shop-collection menu, ol, ul {
  padding: 0;
}
.collection-container {
    margin: 0 auto;
}
.collection-container:before, .collection-container:after {
    content: " ";
    display: table;
}
.collection-container:after {
    clear: both;
}

.collection-container ul {
  background: #FFFFFF;
}

.collection-container ul li {
    float: left;
    margin: 0 0 0 35px;
    min-height: 100px;
    text-align: center;
    width: 260px;
    background: #FFFFFF;
}
.collection-container li:first-child {
    margin-left: 0;
}
.carousel-controls .prev, .carousel-controls .next {
    background: url("/media/export/images/icon-carousel.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 20px;
    text-shadow: none;
    width: 11px;
}
.carousel-controls .next {
    background-position: -11px 0;
}
.shop-collection {
    background: url("/media/export/images/hr-double-border.png") repeat-x scroll 0 bottom transparent;
    padding: 35px 0 50px;
    position: relative;
    text-align: center;
}
.shop-collection .cycle-slideshow {
    margin: 0 auto;
    width: 850px;
}

@media (max-width: 1024px) {
  .shop-collection .cycle-slideshow {
      margin: 0 auto;
      width: 555px;
  }
}

.shop-collection .cycle-slideshow > li {
    width: 100%;
}
.shop-collection .carousel-controls .prev {
    left: 20px;
    position: absolute;
    top: 200px;
}
.shop-collection .carousel-controls .next {
    position: absolute;
    right: 20px;
    top: 200px;
}
.product .cat {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.product .unit {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 12px;
}