/* 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;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	z-index: 1;
	direction: ltr !important;
}

.banners-slider-carousel .customNavigation {
	position: static;
}

.customNavigation a,
.owl-buttons div {
	z-index: 99;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    float: none;
    color: #ffffff !important;
    background-color: transparent;
    position: absolute;
    top: 10px;
    border-radius: 0;
    background-position: center;
    opacity: 1;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e5e5e5;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.customNavigation a.prev:before,
.owl-buttons .owl-prev:before,
.product-info .product-image .customNavigation span.prev:before,
#column-left .product-box .slick-arrow.slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 17px;
	margin: 0;
	color: #000000;
	font-weight: 500;
	/* line-height: 15px;
	position: absolute;
	left: auto;
	right: 0; */
}

.customNavigation a.next:before,
.owl-buttons .owl-next:before,
.product-info .product-image .customNavigation span.next:before,
#column-left .product-box .slick-arrow.slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 17px;
	margin: 0;
	color: #000000;
	font-weight: 500;
	/* line-height: 15px;
	left: 0;
	right: auto;
	position: absolute; */
}

.product-info .product-image .customNavigation span.prev:hover, 
.product-info .product-image .customNavigation span.next:hover,
.customNavigation a:hover,
.owl-buttons div:hover {
	background-color: #2874F0;
    border-color: #2874F0;
}


#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;
}

.banners-slider-carousel .customNavigation a.prev {
	left: 15px !important;
	right: auto !important;
}

.banners-slider-carousel .customNavigation a.next {
	left: auto !important;
	right: 15px !important;
}

.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 {
	left: auto;
	right: 53px;
}

.customNavigation a.prev:hover:before,
.owl-buttons .owl-prev:hover:before,
.product-info .product-image .customNavigation span.prev:hover:before,
#column-left .product-box .slick-arrow.slick-prev:hover:before {
	color: #ffffff;
}

.customNavigation a.next,
.owl-buttons .owl-next {
	right: 12px;
	left: auto;
}

.customNavigation a.next:hover:before,
.owl-buttons .owl-next:hover:before,
.product-info .product-image .customNavigation span.next:hover:before,
#column-left .product-box .slick-arrow.slick-next:hover:before {
	color: #ffffff;
}

#psttestimonialcmsblock .owl-controls {
	text-align: center;
}

#column-left .testimonial-block .owl-buttons .owl-prev {
    right: 40px;
}

.banners-slider-carousel .customNavigation a {
	top: 36%;
	position: absolute;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.banners-slider-carousel:hover .customNavigation a.prev {
	left: 0;
}

.banners-slider-carousel:hover .customNavigation a.next {
	right: 0;
}

.banners-slider-carousel .product-carousel {
	width: auto;
	margin: 0;
}

.banners-slider-carousel .customNavigation a.prev:hover {
	text-decoration: none;
	z-index: 9;
}

.banners-slider-carousel .customNavigation a {
	top: 25%;
}

.banners-slider-carousel:hover .customNavigation a.prev {
	left: 0 !important;
}

.banners-slider-carousel:hover .customNavigation a.next {
	right: 0 !important;
}

.banners-slider-carousel .customNavigation a.next:hover {
	text-decoration: none;
	z-index: 9;
}
.banners-slider-carousel .product-carousel .slider-item {
    padding: 10px 20px;
}

.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 {
	width: 100%;
	z-index: 9;
}

.product-info .product-image .customNavigation span.prev,
.product-info .product-image .customNavigation span.next {
    width: 25px;
    height: 25px;
    line-height: 24px;
    position: absolute;
    top: 40px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.product-info .product-image .customNavigation span.prev {
	left: -30px;
	right: auto;
}

.product-info .product-image .customNavigation span.next {
	right: -30px;
	left: auto;
}

.product-info .product-image .additional-carousel:hover .customNavigation span.prev,
.product-info .product-image .additional-carousel:hover .customNavigation span.next {

	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

#column-left .owl-buttons,
#column-right .owl-buttons {
	position: static;
	margin-bottom: 15px;
	direction: ltr !important;
}

#column-left .owl-buttons div,
#column-right .owl-buttons div {
	top: 12px;
	border: none;
}

#column-left .owl-buttons .owl-prev:before, #column-left .owl-buttons .owl-next:before {
    color: #ffffff;
}

/* slick slider */

#column-left .product-box .slick-arrow,
#column-right .product-box .slick-arrow {
	position: absolute;
	left: auto;
	right: 0;
	top: 3px;
	bottom: auto;
}

#column-left .product-box .slick-arrow.slick-prev,
#column-right .product-box .slick-arrow.slick-prev {
	left: auto;
	right: 31px;
}

#column-left .product-box .slick-arrow.slick-next,
#column-right .product-box .slick-arrow.slick-next {
	left: auto;
	right: 3px;
}

@media (min-width: 1300px) {}

@media (max-width: 1199px) {
	.customNavigation a, .owl-buttons div {
		top: 10px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {}

@media (max-width: 979px) {

	#column-left .product-box .slick-arrow.slick-next,
	#column-right .product-box .slick-arrow.slick-next {
		right: 63px;
	}

	#column-left .product-box .slick-arrow.slick-prev,
	#column-right .product-box .slick-arrow.slick-prev {
		right: 91px;
	}

	#column-left .owl-buttons div, #column-right .owl-buttons div {
		top: 16px;
	}
	
	#column-left .testimonial-block .owl-buttons .owl-next {
		right: 30px;
	}
	#column-left .testimonial-block .owl-buttons .owl-prev {
		right: 60px;
	}
}

@media (max-width: 480px) {
	.customNavigation a, .owl-buttons div {
		height: 25px;
		width: 25px;
		line-height: 24px;
	}
	.customNavigation a.prev, .owl-buttons .owl-prev {
		right: 34px;
	}
	.customNavigation a, .owl-buttons div {
		top: 5px;
	}
	.customNavigation a.next, .owl-buttons .owl-next {
		right: 5px;
	}
}