/* Custom Owl Carousel Controls */
.owl-controls {
	width: 100%;
  position: absolute;
  top: 45%;
  @include transform(translateY(-55%))
}
.owl-controls .owl-pagination {
	display: none;
}
.product-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.product-slider .owl-controls .item-link {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 20px 2px 0;
    outline: none;
}
.product-slider .owl-controls .owl-page span {
    display: none;
}
.owl-theme .owl-controls .owl-buttons .fa{
  color: #000;
  display: none;
  zoom: 1;
  *display: none;/*IE7 life-saver */
  line-height: 0;
  font-size: 55px;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 15px
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 15px
}
