/********************************************************
			Template Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%; 
  -ms-touch-action: pan-y;
  margin-top: 10px;
}
.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,.owl-page:hover{
    background-color: #FFC157;
    cursor: default;
}
.owl-page {
	background-color:#666666;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}
.owl-pagination{text-align:center;}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}
 
.customNavigation,.owl-buttons {
  opacity: 1;
  background: #fff;
  direction: ltr;
  position: absolute;
  width: 60px;
  z-index: 959;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  left: auto;
  margin: 0 auto;
  bottom: auto;
  top: -35px;
}
.pst-hometabcontent .customNavigation,#pstcategorytabs .customNavigation{
  top: -120px;
}
.blog-main .customNavigation{top: 25px;}
.pst-hometabcontent:hover .customNavigation{
  opacity: 1;
}
/*.product-accessories .customNavigation{
  bottom: 10px;
}*/


.customNavigation .btn, .owl-buttons div {
    background:none;  
    padding: 0;
    height: 20px;
    width: 80px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0;
	margin:0 5px;
	display:inline-block;
	vertical-align:top;

}
.customNavigation a.next, .owl-buttons .owl-next {
    background-color:  #FF7F04;
    background-image: url("../img/themeimage/right-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px auto;
    float: right;
    height: 25px;
    margin: 0;
    position: absolute;
    left: auto;
    right: 0;
    width: 25px;
    border-radius: 50%;
}
.customNavigation a.next:hover, .owl-buttons .owl-next:hover{	
  background-image: url("../img/themeimage/right-arrow-hover.svg");
  background-color:  #000000;
}
.customNavigation a.prev, .owl-buttons .owl-prev {
    background-color:  #FF7F04;
    background-image: url("../img/themeimage/left-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px auto;
    float: left;
    height: 25px;
    left: 0;
    right: auto;
    margin: 0;
    position: absolute;
    width: 25px;
    border-radius: 50%;
}


#pstcategorytabs:hover .customNavigation{
  opacity: 1;
}
.customNavigation a.prev:hover, .owl-buttons .owl-prev:hover{
  background-color:  #000000;
	background-image: url("../img/themeimage/left-arrow-hover.svg");
}

.pst-hometabcontent:hover .customNavigation,
.special-products:hover .customNavigation,
.blog-container:hover .customNavigation,
.brands:hover .customNavigation,
.product-accessories:hover .customNavigation{
	opacity:1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brands .customNavigation{
	/*position:static;	*/
}
#psttestimonialcmsblock .owl-prev{opacity: 1; left:0;right:auto;position:absolute;background-image: url("../img/themeimage/testimonial-left-arrow.svg");background-size: 10px auto;width: 20px;height: 20px;background-color: transparent;}
#psttestimonialcmsblock .owl-next{opacity: 1;right:0;left:auto;position:absolute;background-image: url("../img/themeimage/testimonial-right-arrow.svg");background-size: 10px auto;width: 20px;height: 20px;background-color: transparent;}


#psttestimonialcmsblock .owl-prev:hover{background-image: url("../img/themeimage/testimonial-left-arrow-hover.svg");background-color: transparent;}
#psttestimonialcmsblock .owl-next:hover{background-image: url("../img/themeimage/testimonial-right-arrow-hover.svg");background-color: transparent;}


.brands:hover .pstbrand_prev,#psttestimonialcmsblock:hover .owl-prev{
  opacity: 1;
}
.brands:hover .pstbrand_next,#psttestimonialcmsblock:hover .owl-next{
  opacity: 1;
}
.brands .customNavigation,#psttestimonialcmsblock .owl-buttons{
  position: absolute;
  top: -35px;
  bottom: auto;
  right: 10px;
  left: auto;
  width: 40px;
}
#psttestimonialcmsblock .owl-buttons{
  opacity: 1;
}
.brands .customNavigation{
  opacity: 0;
  width: 100%;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.brands .products .product_list:hover .brands .customNavigation{
  opacity: 1;
}
.brands .title-wrapper{display:none;}
.brands .products .product_list{padding:0 30px; margin:0;}
.brands .product-carousel{margin:0;}
@media (max-width: 1500px) {
  .customNavigation a.prev, .owl-buttons .owl-prev{
    left: 0;
  }
  .customNavigation a.next, .owl-buttons .owl-next{
    right: 0;
  }
  .brands .customNavigation a.prev{left: 0;}
  .brands .customNavigation a.next{right: 0;}
  .blog-main .customNavigation a.prev{left: 0;}
  .blog-main .customNavigation a.next{right: 0;}

}
@media (max-width: 1199px) {
	.customNavigation a.prev,.owl-buttons .owl-prev{
		left: 0;
	}
	.customNavigation a.next,.owl-buttons .owl-next{
		right: 0;
	}		

	/*#main .images-container .js-qv-mask { margin:0px; }*/
}
@media (max-width: 991px) {
  .customNavigation, .owl-buttons,.brands .customNavigation{opacity: 1;}
  #psttestimonialcmsblock .owl-buttons{right: 0;}
  .brands .pstbrand_prev,#psttestimonialcmsblock .owl-prev{
    left: 0;
  }
   .brands .pstbrand_next,#psttestimonialcmsblock .owl-next{
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation{right: 0;left: 0;}
  .pst-hometabcontent .customNavigation, #pstcategorytabs .customNavigation{top: -115px;}
  .blog-main .customNavigation {top: 55px;}
}

#pstleftbanner img,
#pstrightbanner img{
	max-width: 100%;
}	
