
/* 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    { 
	text-align: center;
}

.customNavigation a,.owl-buttons div{
    display: block;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: #6c6c6c;
    background-color: #222;
    background-size: 13px !important;
    background-repeat: no-repeat;
    background-position: center;
    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;
    float: left;
    position: absolute;
    top: 42%;
    bottom: auto;
}


#Tab_Category_Slider .owl-buttons div{
     top: 52%;
 }

.customNavigation a:hover,.owl-buttons div:hover{
    background-color: #c900a4;
    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;
}


#Tab_Category_Slider .tab-content:hover .owl-buttons div,
#content .box .box-content:hover .customNavigation a,
#homeblog:hover .owl-buttons div,
.banners-slider-carousel:hover .customNavigation a,
#psttestimonialcmsblock:hover .owl-buttons div,
.box.special-product-block:hover .owl-buttons div{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1);
    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;

}



.owl-buttons , .customNavigation {
     z-index: 1;
}

#homeblog .owl-buttons {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}
#homeblog .owl-controls .owl-buttons div {
    position: static;
    margin: 0 0 0 5px;
}
.banners-slider-carousel .customNavigation {
    position: static;
}
 
.banners-slider-carousel .customNavigation a{
    position: absolute;
    top: 30%;
    bottom: auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    transition-duration: 300ms;
    -webkit-transition-duration:300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration:300ms;
}

.banners-slider-carousel:hover .customNavigation a{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    -moz-transform:scale(1);
    transition-duration: 300ms;
    -webkit-transition-duration:300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration:300ms;
}

.banners-slider-carousel .customNavigation a.prev {
    left: 0;
    right: auto;
}
.banners-slider-carousel .customNavigation a.next {
    right: 0;
    left: auto;
}
 
#psttestimonialcmsblock .owl-buttons {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}
#psttestimonialcmsblock .owl-buttons div {
    position: static;
        margin: 0 0 0 5px;
}
 

.special-product-block .owl-buttons {
    position: absolute;
    left:7%;
    right: 0;
    top: auto;
    bottom: 5%;
    margin: 0 auto;
    width: 70px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
 
.special-product-block:hover .owl-buttons {
    opacity: 1;
    -webkit-opacity:1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-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;
}

.special-product-block .owl-buttons div {
    margin: 0 0 0 5px;
    position: static;
} 
.customNavigation a.prev, .owl-buttons .owl-prev {
    background-image: url(../../image/themeimage/pst-prod-prev.svg);
    left: 0;
    right: auto;
}

 
.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;
}

.customNavigation a.prev,.owl-buttons .owl-prev {
	background-image: url(../../image/themeimage/pst-prod-prev.svg);
    float: left;
}
 
 

.customNavigation a.next,.owl-buttons .owl-next {
    background-image: url(../../image/themeimage/pst-prod-next.svg);
    right: 0px;
    left: auto;
}
 
.testimonial_inner .customNavigation a, {
    display: none;
}
 

.product-info .product-image .customNavigation    { 
	text-align: center;
	width:100%;
	z-index:9;
	position: static;
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity:1;
	}
.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: 9px;
    left: 0;
    position: absolute;
    top: 35%;
    z-index: 1;
    background-color: #c900a4;
    width: 22px;
    height: 22px;
    line-height: 21px;
}
.product-info .product-image .customNavigation span.prev:hover { background-color: #000000; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    right: 0;
    position: absolute;
    top: 35%;
    z-index: 1;
    background-color: #c900a4;
    width: 22px;
    height: 22px;
    line-height: 21px;
    padding-left: 5px;
}
.product-info .product-image .customNavigation span.next:hover {background-color: #000000;text-decoration:none;}
 

@media (min-width:1700px) {
.customNavigation a.prev, .owl-buttons .owl-prev {
    left: -35px;
    right: auto;
}

.customNavigation a.next,.owl-buttons .owl-next {
    right: -35px;
    left: auto;
} 
}

@media (min-width:980px) { 
    .customNavigation a,.owl-buttons div{
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        -moz-transform:scale(0);
        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;

    }
}

@media (max-width:979px) {
    .banners-slider-carousel .customNavigation a {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@media (max-width:767px) {
    #Tab_Category_Slider .owl-buttons div {
        top: 46%;
    }
    .special-product-block .owl-buttons {
        bottom: 5%;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-opacity:1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity:1;
    }
}

@media (max-width:479px) {
    .customNavigation, .owl-buttons {
        top: 5%;
    }
}