
/* 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;
}
.banners-slider-carousel .customNavigation,.related .customNavigation {
	position:static;
}
.customNavigation a,.owl-buttons div{
    z-index: 99;
    background-repeat: no-repeat;
    border: 1px solid #CFCFCF;
	color: #ffffff;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	position: absolute;
	top: 47%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 0;
    font-weight: 300;
    background-size: 11px;
    cursor: pointer;
    overflow: hidden;
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.customNavigation a:hover,.owl-buttons div:hover{
	color:#ffffff;
}
#content .box-content:hover .customNavigation a, #content .box-content:hover .owl-buttons div ,.banners-slider-carousel:hover .customNavigation a,#pxtestimonialblock:hover .customNavigation a,.banners-slider-carousel:hover  .customNavigation a.prev,
.banners-slider-carousel:hover  .customNavigation a.next{
	opacity: 1;	
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 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;
}
.category_tab .owl-carousel .owl-buttons div{
	top:48%;
}
.category_tab .owl-carousel .owl-buttons .owl-prev{
	left:-35px
}
.category_tab .owl-carousel .owl-buttons .owl-next {
	right:-35px
}

.category_tab:hover .owl-carousel .owl-buttons .owl-prev {
	left:-15px
}
.category_tab:hover .owl-carousel .owl-buttons .owl-next {
	right:-15px
}

#homeblog .owl-carousel .owl-buttons{
    position: absolute;
    top: 65%;
    bottom: auto;
    right: 63%;
    left: auto;
}

#homeblog .owl-carousel .owl-buttons div{
    position: static;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.customNavigation a.prev,.owl-buttons .owl-prev {
    background-image: url(../../image/themeimage/pst-prod-prev.svg);
    cursor: pointer;
    background-position: center;
	left:-35px;
}
.customNavigation a.prev:hover,.owl-buttons .owl-prev:hover { 
    background-image: url(../../image/themeimage/pst-prod-prev-hover.svg);
	border-color: #222222;
}
.customNavigation a.next,.owl-buttons .owl-next {
	background-image: url(../../image/themeimage/pst-prod-next.svg);
	cursor: pointer;
	background-position: center;
	right:-35px;
}
.customNavigation a.next:hover,.owl-buttons .owl-next:hover {
	background-image: url(../../image/themeimage/pst-prod-next-hover.svg);
	border-color: #222222;
}
 #content .box-content:hover .customNavigation a.prev,.owl-buttons .owl-prev{
	left:-25px;
}
 #content .box-content:hover .customNavigation a.next,.owl-buttons .owl-next{
	right:-25px;
}
.testimonial_inner .customNavigation a {
    top: 45%;
    display: none;
}
.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; }

.related .customNavigation a.prev {
    position: absolute;
    left: -35px;
    right: auto;
    top: 32%;
    bottom: auto;
	margin:0;
    padding: 0;
	font-size:0;
    background-position: center;
    width: 35px;
    height: 35px;

	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}

.banners-slider-carousel .customNavigation a.prev:hover {text-decoration:none; z-index:9; }
.related .customNavigation a.next {
    position: absolute;
    right: -35px;
    left: auto;
    top: 32%;
    bottom: auto;
	margin:0;
	font-size:0;
	padding: 0;
	background-position: center;
	width: 35px;
	height: 35px;
	
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
}
 .banners-slider-carousel .customNavigation a{
    top: 36%;
}
 .banners-slider-carousel:hover  .customNavigation a.prev{
     left: 0;
 }
 .banners-slider-carousel:hover  .customNavigation a.next {
	 right: 0;
  }
.banners-slider-carousel .customNavigation a.next:hover 	{text-decoration:none; z-index:9;}
.banners-slider-carousel .customNavigation a:hover{
	color:#EF447C;
    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;
}

.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: #000000;
    cursor: pointer;
    font-size: 18px;
    left: 0px;
    position: absolute;
    top:45px;
	z-index: 99;
}
.product-info .product-image .customNavigation span.prev:hover { color: #9E5367; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    color: #1C1C1C;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: -5px;
    top:45px;
	left:auto;
    z-index: 99;
}
.product-info .product-image .customNavigation span.next:hover {color: #9E5367; text-decoration:none;}

@media (max-width: 1300px) {
.category_tab .owl-carousel .owl-buttons div {
    top: 46%;
}
.category_tab .owl-carousel .owl-buttons .owl-prev{
	left: 0;
}
.category_tab .owl-carousel .owl-buttons .owl-next{
    right: 0;
}
.category_tab:hover .owl-carousel .owl-buttons .owl-prev{
	left:0;
}
.category_tab:hover .owl-carousel .owl-buttons .owl-next{
	right:0;
}
.customNavigation a.prev, .owl-buttons .owl-prev{
	left:0;
}
.customNavigation a.next, .owl-buttons .owl-next{
	right:0;
}
#content .box-content:hover .customNavigation a.prev, .owl-buttons .owl-prev{
   left: 0;
}
#content .box-content:hover .customNavigation a.next, .owl-buttons .owl-next{
    right: 0;

} 

.related .customNavigation a.prev{
	left: 0;
}
#content .box-content:hover .customNavigation a.prev{
	left: 0;
}
.related .customNavigation a.next{
	right: 0;
}
#content .box-content:hover .customNavigation a.next{
	right: 0;
}

}
@media (max-width: 1199px) {
#homeblog .owl-carousel .owl-buttons{
	top: 57%;
}
}
@media (max-width: 979px) {
.category_tab .owl-carousel .owl-buttons div {
    top: 44%;
}
#homeblog .owl-carousel .owl-buttons{
	position:static;
}
#homeblog .owl-carousel .owl-buttons div{
    position: absolute;
    top: 65%;
}
.related .customNavigation a.next{
    top: 28%;
}
.related .customNavigation a.prev{
    top: 28%;
}
}
@media (max-width: 767px) {
.customNavigation a, .owl-buttons div{
    top: 30%;
}
.category_tab .owl-carousel .owl-buttons div {
    top: 48%;
}
.related .customNavigation a.next{
    top: 32%;
}
.related .customNavigation a.prev{
    top: 32%;
}
}
@media (max-width: 320px) {
.category_tab .owl-carousel .owl-buttons div {
    top: 52%;
}
#homeblog .owl-carousel .owl-buttons div{
    top: 71%;
}
}