/********************************************************
			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 {
  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: #EE5978;
    cursor: default;
}
.owl-page {
	background-color:#ffffff;
    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 {
	z-index: 959;
	direction: ltr !important;
	position: absolute;
	bottom: -30px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75px;
	text-align: center;
}
.blog-container .customNavigation {
    bottom: -50px;
}
.customNavigation .btn, .owl-buttons div {
    position: static;
    display: block;
    float: left;
    z-index: 99;
    bottom: auto;
    width: 34px;
    height: 20px;
    height: 34px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 4px double rgb( 221, 221, 221 );
    border-radius: 50%;
    color: #6c6c6c;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: tran;
    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;
}
.blog-container .customNavigation .btn{
	top:35%;
}
.customNavigation a.next, .owl-buttons .owl-next {
    background-image: url(../img/themeimage/pst-prod-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    cursor: pointer;
	background-color: #ffffff;

    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;

}
.customNavigation a.next:hover, .owl-buttons .owl-next:hover{
   background-color: transparent;
}


.products:hover .customNavigation a.next,
.products:hover  .owl-buttons .owl-next{
     opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}
.products:hover .customNavigation a.prev,
.products:hover  .owl-buttons .owl-prev{
     opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}
.special-products:hover .customNavigation a.prev,.blog-container:hover  .customNavigation a.prev{
		    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
	left:0
}
.special-products:hover .customNavigation a.next,.blog-container:hover  .customNavigation a.next{
			    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
	right:0;
	
}
.special-products .customNavigation a.prev,.special-products .customNavigation a.next {

    top: 59%;
}
.blog-container .customNavigation a.prev {

	top: 50%;
}
.blog-container .customNavigation a.next {
    top: 50%;
}

.product-accessories .products .customNavigation a.prev,.product-accessories .products .customNavigation a.next,
.productscategory-products .products .customNavigation a.prev,.productscategory-products .products .customNavigation a.next,
.viewed-products .products .customNavigation a.prev,.viewed-products .products .customNavigation a.next,
.crosssell-products .products .customNavigation a.prev,.crosssell-products .products .customNavigation a.next
{
    top: 49%;
}
.customNavigation a.prev, .owl-buttons .owl-prev {
	background-image: url(../img/themeimage/pst-prod-prev.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	margin: 0 5px 0 0;
	cursor: pointer;
	background-color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.brands:hover .customNavigation a.prev,
.brands:hover .customNavigation a.next  {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}


.customNavigation a.prev:hover, .owl-buttons .owl-prev:hover{
	background-image: url(../img/themeimage/pst-prod-prev-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EE5978;
	border-color: transparent;
}
.customNavigation a.next:hover, .owl-buttons .owl-next:hover{
	background-image: url(../img/themeimage/pst-prod-next-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EE5978;
	border-color: transparent;
}
#psttestimonialcmsblock .owl-buttons {
    position: absolute;
    right: 0;
    left: auto;
}
#psttestimonialcmsblock .customNavigation a.prev,
#psttestimonialcmsblock .owl-buttons .owl-prev,
#psttestimonialcmsblock .customNavigation a.next,
#psttestimonialcmsblock .owl-buttons .owl-next {
     opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    position: static;
    height: 30px;
    width: 30px;
    margin: 0 2px;
}

.brands .customNavigation{
	position:static;	
}
.brands .pstbrand_prev{
    top: 55%;
    z-index: 9;
    position: absolute;
    left: -10px;
    right: auto;
	opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
}
.brands .pstbrand_next{
	top: 50%;
	z-index: 9;
	position: absolute;
	right: -10px;
	left: auto;
		opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
}
.brands:hover .pstbrand_prev{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}
.brands:hover .pstbrand_next{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
}
#psttestimonialcmsblock .owl-prev{top: 45%;    z-index: 9;}
#psttestimonialcmsblock .owl-next{top: 45%;    z-index: 9;}

.brands .title-wrapper{display:none;}
 

#pstleftbanner img,
#pstrightbanner img{
	max-width: 100%;
}	


.special-products .customNavigation {
	opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

@media (max-width: 1299px) {
 
.products:hover .customNavigation a.next, .products:hover .owl-buttons .owl-next {
    right: 0;
}
.products:hover .customNavigation a.prev, .products:hover .owl-buttons .owl-prev {
    left: 0;
}
}
 @media (max-width: 991px) {
 	.customNavigation, .owl-buttons{
		bottom:0;
	}
 }