/********************************************************
			Template Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}
.owl-page.active {
    background-color: #408b04;
    cursor: default;
    border-color: #408b04;
}
.owl-page {
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
}
.owl-pagination{text-align:center;}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}
 
.customNavigation,.owl-buttons {
    z-index: 0;
    direction: ltr !important;
    position: absolute;
    top: 16px;
    left: auto;
    right: 0;
}
 
.customNavigation a,.owl-buttons div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: static;
    font-size: 0;
    color: #000;
    background-color: transparent;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    float: left;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


.customNavigation a.prev, .owl-buttons .owl-prev {
    background-image: url("../img/themeimage/pst-prod-prev.svg");  
}
.customNavigation a.prev:hover, .owl-buttons .owl-prev:hover {
    background-image: url("../img/themeimage/pst-prod-prev-hover.svg");   
     background-color: transparent;
}
.customNavigation a.next, .owl-buttons .owl-next {
    background-image: url("../img/themeimage/pst-prod-next.svg");
     margin-left: 5px;
}
.customNavigation a.next:hover, .owl-buttons .owl-next:hover {
    background-image: url("../img/themeimage/pst-prod-next-hover.svg");
    background-color: transparent;
}

#index .sidebar-latest .owl-buttons {
    top: 0;
}


@media (min-width: 1250px) {
  .brands .customNavigation a.prev {
      left: -25px;
      right: auto;
  }
  .brands .customNavigation a.next {
      right: -25px;
      left: auto;
  }
}