/********************************************************
			Template Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%; 
  -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 {
 
}
.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: #333333;
    cursor: default;
}
.owl-page {
	background-color:#aaaaaa;
    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;
}

.swiper-navigation {z-index: 959;
	direction: ltr !important;
	position: absolute;
	right: 10px;
     top: 7px;
    left: auto;
    bottom: auto;}
	
.brands .customNavigation .btn,	.swiper-navigation .btn{
    background-color: transparent;
    padding: 0;
    height: 20px;
    width: 20px;
    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 3px 0 0;
    float: left;
	}
#index .blog-container .customNavigation,.owl-buttons {
     bottom:-85px;
}

.customNavigation,.owl-buttons {
	z-index: 959;
    direction: ltr !important;
    position: absolute;
    right: auto;
    left: 42%;
    top: auto;
    bottom:-35px;
    opacity: 0;
	-khtml-opacity: 0;
    -webkit-opacity: 0;
   -moz-opacity:0;
   margin-bottom:30px;
}
	
.customNavigation .btn, .owl-buttons div{
    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: 14px;
    margin: 0 4px 0 0;
    float: left;
	color: #fff !important;
	position:relative;
	
	}
.customNavigation a.next, .owl-buttons .owl-next {
     padding: 8px 40px 8px 20px;
   
}
.customNavigation a.next:before, .owl-buttons .owl-next:before {
    background-image: url("../img/themeimage/prod-next.svg");
     content: "";
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
    display: block;
    height: 22px;
    position: absolute;
    left: auto;
    right: 12px;
    width: 22px;
}
.customNavigation a.prev, .owl-buttons .owl-prev {
    padding:8px 20px 8px 40px;}
.customNavigation a.prev:before, .owl-buttons .owl-prev:before {
    background-image: url("../img/themeimage/prod-prev.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    display: block;
    height: 22px;
    position: absolute;
    left: 12px;
    right: auto;
    width: 22px;
}
 .brands .customNavigation a.prev:before, .brands .customNavigation a.next:before{display:none;}
.pst-hometabcontent .customNavigation, .pst-hometabcontent.owl-buttons{
    top: -56px;
}


 .owl-buttons .owl-next,.swiper-navigation #swiper-button-next,.brands .pstbrand_next{
    background-image: url("../img/themeimage/pst-prod-next.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
}
 .owl-buttons .owl-next:hover ,.swiper-navigation #swiper-button-next:hover ,.brands .pstbrand_next:hover{
    background-image: url("../img/themeimage/pst-prod-next-hover.svg") !important; 
	 
}
 .owl-buttons .owl-prev,.swiper-navigation #swiper-button-prev ,.brands .pstbrand_prev{
    background-image: url("../img/themeimage/pst-prod-prev.svg") !important;
   background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 80% !important;
}
.owl-buttons .owl-prev:hover,.swiper-navigation #swiper-button-prev:hover,.brands .pstbrand_prev:hover{
    background-image: url("../img/themeimage/pst-prod-prev-hover.svg")!important;
	  
}
.products:hover .customNavigation,.homeblog-inner:hover .customNavigation {
    opacity: 1;
	-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity:1;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;

}
#psttestimonialcmsblock .owl-buttons {
    top: 13px;
    }
#psttestimonialcmsblock .owl-buttons div {
    height: 20px;
    width: 20px; 
	border:none;
}
.brands .customNavigation .btn{
    height: 30px;
    width: 30px;
}
.brands .pstbrand_prev{left:0;right:auto;position:absolute;top: 40%;z-index:9;}
.brands .pstbrand_next{right:0;left:auto;position:absolute;top: 40%;z-index:9;    margin: 0;}
.brands .customNavigation{
	position:static;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}
.brands:hover .customNavigation,{
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;

}
.brands .title-wrapper{display:none;}
.brands .products .product_list{padding:0 30px;    margin: 0;}
.brands .product-carousel{margin:0;}

#pstleftbanner img,
#pstrightbanner img{
	max-width: 100%;
}	
@media (max-width: 1299px) {
#psttestimonialcmsblock	.customNavigation .btn, #psttestimonialcmsblock .owl-buttons div,#psttestimonialcmsblock .swiper-navigation .btn { 
    display:none;}
}
@media (max-width: 991px) { .customNavigation, .owl-buttons {left: 36%; bottom: -19px;}}
@media (max-width: 767px) {
}
@media (max-width: 479px){.customNavigation, .owl-buttons {left:16%;} }