/********************************************************
			Templatemela Custom Styles
********************************************************/
.owl-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);
}
.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%;
  overflow-inline: -moz-hidden-unscrollable;
  overflow-inline: hidden-unscrollable;
  overflow-x: clip;
  position: relative;
  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;
}
 .productscategory-products.clearfix .customNavigation {
  top: 15px;
 }

.customNavigation {
  position: absolute;
  z-index: 0;
  width: auto;
  top: -52px;
  right: -5px;
  left: auto;
  direction: ltr !important;
  cursor: pointer;
}
.brands .customNavigation {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 35%;
  direction: ltr !important;
}
.customNavigation a {
  height: 28px;
  width: 28px;
  position: absolute;
  font-size: 28px;
  line-height: 25px;
  padding: 0;
  background: none !important;
  color: #ddd;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.customNavigation a::before{ color: #a3a3a3; }
.customNavigation a:hover:before{ color: #262626; }
.customNavigation a.prev {
  left: -51px;
}
.customNavigation a.next {
  right: 5px;
}

.special-products .customNavigation a.prev{
    float: right;
    left: -51px;
  }

  .tm-hometabcontent .customNavigation a.prev, .btn.prev.blog_prev{
    left: -51px;
  }
  .tm-hometabcontent .customNavigation a.next {
    right: 0;
  }
 
@media (max-width: 991px) {
  #main .images-container .js-qv-mask { margin:0px; }
  
}
@media (max-width: 767px) {
.tm-hometabcontent .customNavigation {
  width: 100%;
  left: 0;
  top: -40px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.tm-hometabcontent .customNavigation a.prev {
  left: 0;
}
.tm-hometabcontent .customNavigation a.next{
  right: 0px;
}
.tm-hometabcontent .customNavigation a{
  position: relative;
}
}
@media (max-width: 479px) {

.btn.next.additional_next {
	right: 10px;
}
}
.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
}
.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	

/******* Subbanner *******/
#tmsubbanner {
    float: left;
    margin: 30px 0;
    position: relative;
    width: 100%;
}

#tmsubbanner li a{
   display: block;
}
#tmsubbanner li img{ width: 100%; transition: all 0.5s ease 0s; }
.slide.tmsubbanner-container:first-child{
  float: left;
  position: relative;
  overflow: hidden;
}
.slide.tmsubbanner-container{
  float: right;
  position: relative;
  overflow: hidden;
}
.lastest_block .customNavigation{
  top: 13px;
}
.brands .customNavigation a.prev {
	left: 0;
}