/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
 	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-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;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  /* cursor: url("../img/megnor/grabbing.png") 8 8, move; */
}
.lastest_block .customNavigation {
  top: auto;
  left: 0;
  right: auto;
  bottom: 3px;
  width: auto;
}
.customNavigation {
  position: absolute;
  z-index: 7;
  width: 100%;
  direction: ltr !important;
  text-align:center;
  clear:both;
  top: 45%;
}

.tmcategorylist .customNavigation {
	left: 0;
	right: auto;
	text-align: center;
	top: auto;
	width: 16.66%;
	bottom: 30%;
}
.tmcategorylist .customNavigation a {
	display: inline-block;
	position: relative;
	text-align: center;
}

.product-accessories .customNavigation a, .crosssell-products .customNavigation a{
		box-shadow: none;
	 -moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.customNavigation a {
  border: none;
  display: block;
  font-weight: 500;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  position: absolute;
  text-align: center;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  z-index: 9;
  padding: 0;
  color: #d2d2d2;
  height: 20px;
  width: 10px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0);
}

.additional_slider .customNavigation a,.additional_slider .customNavigation a.next:hover,.additional_slider .customNavigation a.prev:hover{
		color: #000;
		background: transparent;
		border: transparent;
		box-shadow: none;
	 -moz-box-shadow: none;
	-webkit-box-shadow: none;
}



.customNavigation a.prev {
  right: auto;
  left: -17px;
}
.lastest_block .customNavigation a.prev::before{display: none;}
.lastest_block .customNavigation a.next::before{display: none;}

.lastest_block .customNavigation a.prev {
  background: transparent url("../img/megnor/nev.png")no-repeat scroll 0 4px;
  display: inline-block;
  opacity: 1;
  border: none;
  position: relative;
  left: auto;
  right: 0;
}
.lastest_block .customNavigation a.next {
  background: transparent url("../img/megnor/nev.png")no-repeat scroll -19px 4px;
  width: 61px;
  display: inline-block;
  opacity: 1;
  border: none;
  position: relative;
}
.lastest_block .customNavigation a.next:after {
  bottom: 0;
  content: "";
  height: 35px;
  left: -60px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background: #e0e0e0;
  z-index: 9;
  width: 1px;
}
.lastest_block .customNavigation a.prev:hover {
  background: transparent url("../img/megnor/nev.png")no-repeat scroll 0 -26px;
}
.lastest_block .customNavigation a.next:hover {
  background: transparent url("../img/megnor/nev.png")no-repeat scroll -19px -26px;
}
.lastest_block.customNavigation a.prev::after{
    bottom: 0;
    content: "";
    height: 25px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #e0e0e0;
    z-index: 9;
    width: 1px;
}

.brands .customNavigation{ top: 40%;}

.customNavigation a.prev:hover{
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.customNavigation a.prev::before{
  content: "<";
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: #cccccc;
}
.customNavigation a.prev:hover::before,.customNavigation a.next:hover::before{ color: #BE281E;}

.customNavigation a.next {
  left: auto;
  right: -17px;
}

.product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next,.productscategory-products .customNavigation a.next{right: -35px;}

.customNavigation a.next:hover {
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.customNavigation a.next::before {
  content: ">";
  right: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #cccccc;
  margin-right: 55px;
}



.tmcategorylist .customNavigation a.prev{ left: 0;}
.tmcategorylist .customNavigation a.next{ right: 0;}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}
@media (max-width: 1932px) {
   .tm-hometabcontent .customNavigation {top: 35%; display: none; }
   .products:hover .customNavigation {display: block;}


}

@media (max-width: 1300px) {

.product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev,.productscategory-products .customNavigation a.prev{ left: -25px;}
.product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next,.productscategory-products .customNavigation a.next{right: -25px;}

.tm-hometabcontent .customNavigation {top: 31%;}
}
@media (max-width: 1199px) {
  .customNavigation a.prev {left: 0;}
  .customNavigation a.next {right: 0;}
  .lastest_block .customNavigation a.next::after {left: -43px;}
  .tm-hometabcontent .customNavigation {top: 34%;}

	.product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev,.productscategory-products .customNavigation a.prev{ left: -15px;}
	.product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next,.productscategory-products .customNavigation a.next{right: -15px;}
}
@media (max-width: 991px) {
.tmcategorylist .customNavigation {
	bottom: auto;
	top: 105px;
	left: 0;
	right: 0;
	width: 100%;
}
  #main .images-container .js-qv-mask { margin:0px; }
	.product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev,.productscategory-products .customNavigation a.prev{ left: 0;}
	.product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next,.productscategory-products .customNavigation a.next{right: 0;}
}
@media (max-width: 767px) {
  .customNavigation a.next {
    right: auto;
    left: auto;
    position: relative;
    margin: 0 auto;
    display: inline-block;
  }
  .customNavigation a.prev {
    left: auto;
    right: auto;
    position: relative;
    margin: 0 auto;
    display: inline-block;
  }
  .customNavigation {top: -29px;}
  .btn.prev.brand_prev {
    position: absolute;
    left: 0;
    right: auto;
  }
  .btn.next.brand_next {
    position: absolute;
    right: 0;
    left: auto;
  }
  .lastest_block .customNavigation a.next::after {left: -16px;}
  .lastest_block .customNavigation a.next {background-position:-24px 4px;width: 30px;}
  .lastest_block .customNavigation a.next:hover {background-position:  -24px -26px;}
	.special-products .customNavigation{ top: -28px;}
	.special-products .customNavigation a,.tm-hometabcontent .customNavigation a,.product-accessories .customNavigation a, .crosssell-products .customNavigation a,.productscategory-products .customNavigation a,
	#tmcategorytabs .customNavigation a{
	  display: inline-block;
	  position: relative;
	  text-align: center;
	}

	.tm-hometabcontent .customNavigation a.prev,.special-products .customNavigation a.prev,.product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev,
	 #tmcategorytabs .customNavigation a.prev{
	  left: 0;
	  right: auto;
	}
	.tm-hometabcontent .customNavigation a.next,.special-products .customNavigation a.next,.product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next,
	 #tmcategorytabs .customNavigation a.next{
	  left: auto;
	  right: 0;
	}
  .lastest_block .customNavigation {
    top: auto;
    right: 0;
    bottom: 10px;
    position: relative;
    left: 0;
    width: 100%;
  }
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
  z-index: 1000;
}
@media(max-width: 479px){
  .customNavigation {top: -37px;}
  .special-products .customNavigation {top: -37px;}

  .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    width: 260px !important;
  }
  .lastest_block .customNavigation {top:89%; padding-top: 20px;}
    .news-content {text-align: center;}
    #block-contact_list > li {float: left;width: 100%;margin-top: 10px;}
    #block-contact_list .contact_info {width: 67%;}
    .tm-hometabcontent .customNavigation {top: 2%;}

}

/******* Subbanner *******/
#tmsubbanner {
    float: left;
    margin: 30px 0;
}
#tmsubbanner li {
    float: left;
	width: 50%;
}
#tmsubbanner li a{
   display: block;
}
#tmsubbanner li img{ width: 100%; }
#tmsubbanner li:first-child,
#tmsubbanner li:last-child {
    padding-right: 10px;
}



