#header .header-top .header_logo {    padding: 0px 0 !important;}
/********************************************************
			Coderplace 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%;
  padding:0;
}
.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-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;
}
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 34%;
	direction: ltr !important;
	right: 0;
  opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products:hover .customNavigation{
  opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
}
.lastest_block .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation a {
	width: 20px;
	height: 20px;
}
.lastest_block .customNavigation a.prev::before {
	background-size: 12px;
} 
.lastest_block  .customNavigation a.next::before {
	background-size: 7px;
}

#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
right: 15px;}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 55%;
}
.special-products:hover .customNavigation{
	opacity: 1;
     -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.lastest_block .customNavigation {
  top: -60px;
  bottom: auto;
  right: 0;
}
.lastest_block .customNavigation a.prev {
	left: auto;
	right: 10px;
}
.customNavigation a {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 40px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 40px;
	background: transparent;
	border-radius: 0;
}

.customNavigation a.prev {
  left: -15px;
  right: auto;
  background-color: transparent;
}
.customNavigation a.prev:hover {
  color: #cc6666 !important;
}
.customNavigation a.next:hover {
  color: #cc6666 !important;
}
.customNavigation a.next {
   right: -35px;
   left: auto;
   background-color: transparent;
}
.js-qv-mask .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.js-qv-mask .customNavigation a {
	width: 30px;
	height: 30px;
} 
.js-qv-mask .customNavigation a.prev::before {
	background-size: 15px;
}
.js-qv-mask .customNavigation a.next::before {
	background-size: 9px;
}
.special-products .customNavigation a.prev{ left:-30px;}
.special-products .customNavigation a.next{ right:-50px;}
.customNavigation a.prev::before {
left: 0;
right: 0;
top: 12px;
position: absolute;
content: "";
height: 30px;
width: 30px;
background: url("../img/megnor/left-arrow.svg") no-repeat;
background-size: 25px;
}

.footer-container .links.lastest_block .customNavigation a.prev:hover::before,
.footer-container .links.lastest_block .customNavigation a.next:hover::before{color: #cc6666;}
.footer-container .links.lastest_block .customNavigation a.prev::before,
.footer-container .links.lastest_block .customNavigation a.next::before{font-size: 20px;}
.footer-container .links.lastest_block .customNavigation a.next::before
{
  color: #cc6666;
  left: 0px;
  top: 0px;
}
.footer-container .links.lastest_block .customNavigation a.prev::before
{
  color: #cc6666;
  right: 0px;
  top: 0px;
}
#tmtestimonialcmsblock .customNavigation a.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation a.next::before {
  right: 0;
   font-weight: 500;
}
.customNavigation a.next::before {
	left: 0;
	right: 0;
	top: 12px;
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	background: url("../img/megnor/right-arrow.svg") no-repeat;
	background-size: auto;
	background-size: 15px;
}
.lastest_block .customNavigation a.next {
	right: -15px;
	left: auto;
	background-color: transparent;
}
#tmleftbanner img,
#tmleftbanner1 img{
	max-width: 100%;
}	

#tmleftbanner li {
	overflow: hidden;
	position: relative;
	width: auto;
	float: left;
}
#tmleftbanner1 li {
    overflow: hidden;
    position: relative;
    float: left;
}
#tmleftbanner li a, #tmleftbanner1 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#tmleftbanner li img, #tmleftbanner1 li img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  max-width: 100%;

}
.footer-container .links.lastest_block .customNavigation a.prev:hover {
  color: #cc6666 !important;
}
.footer-container .links.lastest_block .customNavigation a.next:hover {
  color: #cc6666 !important;
}
#tmleftbanner li img:hover, #tmleftbanner1 li img:hover {
  transform: scale(1.04);
 	 -webkit-transform: scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	-moz-transform:scale(1.04);
}

@media(max-width: 1449px){
  .lastest_block .customNavigation a.next {
   right: 0;
   left: auto;
  background-color: transparent;
  }
  .customNavigation a.next{right: -20px;}
  .customNavigation a.prev{left: 0;}
  .special-products .customNavigation a.prev {
    left: -15px;
  }
  .special-products .customNavigation a.next {
    right: -35px;
  }
  .lastest_block .customNavigation a.prev {
    right: 35px;
  }
}

@media(max-width: 1199px){
  .lastest_block .customNavigation a.prev {
    right: 25px;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  } 
}

@media (max-width: 991px) {
  .customNavigation{top: 31%;}
  .lastest_block .customNavigation a.prev {
    right: 30px;
  }
  #tmleftbanner li img,#tmleftbanner1 li a {width: auto;}

.lastest_block .customNavigation {
  top: 0;
  text-align: right;
}
  #tmtestimonialcmsblock .customNavigation{top:0;right: 0;}
  #main .images-container .js-qv-mask { margin:0px; }

  
 }
 @media(max-width: 767px){
.newsletter-main {
    top: 55% !important;
}
div#cookieNotice {
    margin: auto !important;
    width: 80% !important;
}
.tm-newsletter-popup-close {
    position: relative;
    MARGIN: 0px !important;
    display: inline-block;
    float: right !important;
    z-index: 10 !important;
}
  .customNavigation a.next::before {
    background-size: 14px;
}
  .customNavigation{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  .lastest_block .customNavigation a.prev {
    right: 0px;
  }
  .tmcategorylist .customNavigation {
    right: 0;
    left: 0;
    text-align: center;
    top: 36px;
  }
  .customNavigation {
    text-align: center;
    top: -20px;
  }
  .js-qv-mask.additional_slider .customNavigation a.next {
    right: 0 !important;
    position: absolute;
}
  .js-qv-mask.additional_slider .customNavigation a.prev {
  left: 0 !important;
  position: absolute;
}
  .special-products .customNavigation {
  text-align: center;
  top: 65px;
  }
  .special-products .customNavigation a.prev {
    left: 0;
    right: 0;
    position: relative;
  }
  .special-products .customNavigation a.next {
    right: 0;
    left: 0;
    position: relative;
  }
  .customNavigation a.prev {
    right: 0;
    left: 0;
    position: relative;
  }

  .btn.next.brand_next {
  left: auto;
  right: 0;
  position: absolute;
}
.btn.prev.brand_prev {
   left: 0; 
   right: auto;
}
 .customNavigation a.next {
  left: 0;
  right: 0;
  position: relative;
}
#tmtestimonialcmsblock .customNavigation {
  text-align: right;
}
  #tmcategorytabs .customNavigation {
    top: -48px;
    right: 0;
    left: auto;
    width: 100%;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
  }
}


@media(max-width: 480px){
	.lastest_block .customNavigation{ text-align: right;}
	#tmleftbanner li img{
	  width: auto;
	}
}