
/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 0;
}
.banners-slider-carousel .slider-wrapper-outer {
    text-align: center;
}
.product-carousel .slider-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;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.product-image .customNavigation a.prev {left:0; color:#000000; width:20px;}
.product-image .customNavigation a.next {right:0; color:#000000; width:20px;}
.product-image  .customNavigation a {top:40px;}

.customNavigation ,.owl-buttons   { 
	text-align: center;
}
.box.special.product-box .owl-buttons {
    left: auto;
    right: 20px;
    top: 20px;
}
.customNavigation a,.owl-buttons div{
    z-index: 99;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background-size: 30px;
    line-height: 40px;
    background-position: center;
    margin: 0 5px;
    float: left;
    font-size: 0;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
	position: absolute;
	top: 50%;
	bottom: auto;
		
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
	
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-buttons div{
	margin: 0 5px;
}
.customNavigation a.prev,.owl-buttons .owl-prev{
	left: 0;
    right: auto;
}
.customNavigation a.next, .owl-buttons .owl-next{
	left: auto;
	right: 0;
}
.banners-slider-carousel .customNavigation a{
	height: 30px;
	width: 30px;
	background-size: 20px;
}
.banners-slider-carousel a.prev {
    top: 40%;
}
.banners-slider-carousel a.next {
    top: 40%;
}
.box.special.product-box .customNavigation {
    top: 25px;
}
#content .box-content:hover .customNavigation a, #content .box-content:hover .owl-buttons div ,.banners-slider-carousel:hover .customNavigation a,#psttestimonialcmsblock:hover .owl-buttons div{
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}
.category_tab .tabs:hover .owl-carousel .owl-buttons div{
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}

.customNavigation .fa-angle-right:before,.owl-buttons .fa-angle-right:before,.customNavigation .fa-angle-left:before,.owl-buttons.fa-angle-left:before,.customNavigation .fa-angle-double-left:before,.customNavigation .fa-angle-double-right:before,.category_tab .tab-pane .owl-buttons a.fa{
    display: none;
}
 .owl-buttons, .home-products .customNavigation,.customNavigation{
    z-index: 1;
}
.customNavigation a.prev,.owl-buttons .owl-prev {
	background-image: url('../../image/themeimage/pst-prod-prev.svg');
}
.customNavigation a.prev:hover,.owl-buttons .owl-prev:hover { 
    background-image: url('../../image/themeimage/pst-prod-prev-hover.svg');
	background-position: center;
    background-repeat: no-repeat;
}
.customNavigation a.next,.owl-buttons .owl-next{
    background-image: url('../../image/themeimage/pst-prod-next.svg');
}

.customNavigation a.next:hover,.owl-buttons .owl-next:hover {
    background-image: url('../../image/themeimage/pst-prod-next-hover.svg');
	background-position: center;
    background-repeat: no-repeat;
}

.testimonial_inner .customNavigation a {
    top: 45%;
    display: none;
}
.banners-slider-carousel .customNavigation a.prev,.owl-buttons .owl-prev{
	left: 0;
	right: auto;
}
.banners-slider-carousel .customNavigation a.next, .owl-buttons .owl-next{
	left: auto;
	right: 0;
}

.product-info .product-image .customNavigation    { text-align: center; width:100%; z-index:9;position: static;}
.product-info .product-image .customNavigation a{
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation span.prev {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 35%;
    z-index: 99;
    background-color: #99b13f;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 6px;
    border: 1px solid transparent;
	
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}
.product-info .product-image .customNavigation span.prev:hover { 
	color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgb( 217, 217, 217 );
}
.product-info .product-image .customNavigation span.next {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    position: absolute;
    top: 35%;
    z-index: 99;
    background-color: #99b13f;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid transparent;
	
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}
.product-info .product-image .customNavigation span.next:hover {
	color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgb( 217, 217, 217 );
}

@media (min-width: 1300px) {
	.customNavigation a.prev,.owl-buttons .owl-prev{
		left: -50px;
		right: auto;
	}
	.customNavigation a.next, .owl-buttons .owl-next{
		left: auto;
		right: -50px;
	}
}
@media (max-width: 979px) {
	.customNavigation a,.owl-buttons div{
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}
}

