/*
*   Owl Carousel Owl Demo Theme 
*  v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0 !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFFFFF !important;
    background: rgba(78, 78, 78, 0.5) !important;
    opacity: 0.6 !important;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-prev {
    left: 0px;
}

.owl-carousel .owl-next {
    right: 0px;
}

div#brands {
    overflow-x: hidden;
    padding: 40px 0px 40px 0px;
}

div#brands2 {
    overflow-x: hidden;
    padding: 20px 0px ;
}

#brands .owl-prev, #brands .owl-next {
    border-radius: 0 !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFFFFF !important;
    background: rgba(78, 78, 78, 0.5) !important;
    opacity: 0.6 !important;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    /* border-radius: 2px !important; */
    font: normal normal normal 14px/1 FontAwesome;
    width: 3rem;
    height: 3rem;
    background: rgba(78, 78, 78, 0.5) !important;
    /* opacity: 0.9 !important; */
    line-height: 2.5rem;
    z-index: 10;

}

.owl-carousel .owl-prev:before{
    content:"\f053";
    padding-left: 3px;
}  

.owl-carousel .owl-next:before{
    content:"\f054";
    padding-left: 3px;
}  

.item-block-product .product-image{
  position: relative;
}

.item-block-product .product-image img{
  width: 100%;
}

.item-block-product{
  margin: 0;
  text-align: center;
  border-radius: 2px;
  padding: 0 12px 12px;
}

.item-block-product .product-image .quick-view{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(245,245,245,0.4);
}

.item-block-product .product-image .quick-view .btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.item-block-product .product-name{
  line-height: 1.2em;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 100;
  height: 3.6em;
  width: 100%;
  display: table;
}

.item-block-product:hover .quick-view{
  display: block;
}

.item-block-product:hover{
  outline: 1px solid #d2d2d2;

}