
/* 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%;
}
.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;
	position: relative;
	margin: 0 auto;
}
.banners-slider-carousel .customNavigation {
    width: 100%;
}
/*.owl-carousel:hover .owl-buttons a {
  	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}*/
.owl-carousel .owl-buttons div{opacity: 1!important;}
.category_tab .owl-buttons { top: -70px;}
.owl-buttons {
    bottom: auto;
    float: left;
    left: auto;
    /*position: absolute;
    right: 0;
    top: -50px;
    width: 60px;*/
}
#homeblog .owl-buttons span.arrow { top: 24%;}
/*todo*/
.customNavigation a.prev, .owl-buttons span.prev.arrow {
    background: url("../../image/tmgs/left-arrow.svg") no-repeat scroll center center / 32px auto;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    position: absolute;
    top: 140px;
    left: 24px;
}
.customNavigation a.next, .owl-buttons span.next.arrow {
    background: url("../../image/tmgs/right-arrow.svg") no-repeat scroll center center / 32px auto;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    position: absolute;
    right: 24px;
    top: 140px;
}
/*.owl-buttons span.arrow.next::after {
    border-left: 1px solid #000;
    position: absolute;
    content: "";
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    -ms-opacity: 0.3;
}*/
/*toend*/
.customNavigation a,
.owl-buttons span.arrow{
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 30px;
    line-height: 27px;
    position: relative;
    text-align: center;
    text-indent: 3px;
    width: 25px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.customNavigation a.prev:hover, .owl-buttons span.prev.arrow:hover {
    background-image: url("../../image/tmgs/left-arrow-h.svg");
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.customNavigation a.next:hover, .owl-buttons span.next.arrow:hover{
    background-image: url("../../image/tmgs/right-arrow-h.svg");
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.banners-slider-carousel .customNavigation a,.banners-slider-carousel  .owl-buttons span.arrow{
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a,.banners-slider-carousel:hover  .owl-buttons span.arrow{
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#testimonialblog .customNavigation a{top: -42px;}

.banners-slider-carousel .product-carousel{  width:auto; margin:0 -15px; }

.banners-slider-carousel .customNavigation a.prev {
    left:0;
	top:155px;
	z-index:999;  
	cursor:pointer;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a.prev {
	text-decoration:none;
	 z-index:999;
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	}
.banners-slider-carousel .customNavigation a.next {
    right:0;
	top:155px;
	cursor:pointer;
	z-index:999;
	left:auto;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a.next 	{
	text-decoration:none; 
	z-index:999;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product-info .product-image .customNavigation    { text-align: center; width:100%; z-index:9;}
.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: #ff906a;*/
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    left: 0px;
    position: absolute;
    top:40px;
}
.product-info .product-image .customNavigation span.prev:hover { color: #ff9600; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    position: absolute;
    right: -5px;
    top:40px;
	left:auto;
}
#content .products:hover .customNavigation a ,.products:hover .owl-buttons span.arrow{
    /*transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;*/
}
.featured-products .customNavigation a {
    top: 130px;
    z-index: 9;
}
.product-info .product-image .customNavigation span.next:hover {color: #ff9600; text-decoration:none;}
.bestseller-block .customNavigation a, .latest-block .customNavigation a, .tab-content .customNavigation a , .special-block .customNavigation a{
    top: 120px;
    z-index: 9;
}
.additional-carousel .owl-buttons {
    top: 25px;
    width: auto;
    position: static;
}
.additional-carousel .customNavigation a.prev, .additional-carousel .owl-buttons span.prev.arrow::after {
    display: none;
}
#additional-carousel .owl-buttons span.prev.arrow {
    height: 30px;
    left: -10px;
    position: absolute;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-position: center;
}
#additional-carousel .owl-buttons span.next.arrow {
    height: 30px;
    position: absolute;
    right: -10px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-position: center;
}
.additional-carousel .customNavigation a.next, .additional-carousel .owl-buttons span.next.arrow::after {
    display: none;
}
