/********************************************************
			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);
}
.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;
}
 
.customNavigation {
	position: absolute;
	width: 100%;
	direction: ltr !important;
	text-align: center;
	clear: both;
	top: 40%;
	z-index: 9;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.products:hover .customNavigation, .testimonial-main:hover .customNavigation, #tmcmsblock:hover .customNavigation, .homeblog-inner:hover .customNavigation, .tmcategorylist:hover .customNavigation, .product-accessories:hover .customNavigation{
  opacity: 1;
}
.lastest_block.block.tmblog-latest .customNavigation {
	top: 30%;
}
.tmcategorylist .customNavigation {
	top: 45%;	
}
.brands .customNavigation {
  margin: 0;
  opacity: 0;
  display: none;
}
#tmtestimonialcmsblock .customNavigation {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
}
#tmtestimonialcmsblock:hover .customNavigation {
  opacity: 1;
}
.btn.prev.testim_prev {
  position: absolute;
  left: 20%;
  border: none;
  background: url(../img/megnor/testi-left-arrow.svg) no-repeat center;
  background-size: auto;
background-size: 20px;
}
.btn.next.testim_next {
  position: absolute;
  right: 20%;
  border: none;
  background: url(../img/megnor/testi-right-arrow.svg) no-repeat center;
  background-size: auto;
background-size: 20px;
}
.customNavigation a {
  position:relative;
  font-size: 18px;
  font-weight:bold;
  line-height: 32px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.customNavigation a:hover{
	border-color: #000;
}
.customNavigation a:hover:before{ color: #000; }

.customNavigation a.prev {
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	border: none;
	background: url(../img/megnor/left-arrow.svg) no-repeat center;
	background-size: 20px;
	top: 0;
	bottom: auto;
	left: 0px;
	right: auto;
}
.customNavigation a.next {
  background: transparent url(../img/megnor/right-arrow.svg) no-repeat center;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  border: none;
  background-size: 20px;
  top: 0;
  bottom: auto;
  right: 0px;
  left: auto;
}

.col-md-6.product-content { float: left;}
@media (max-width: 991px) {
  .customNavigation {
    top: 28%;
  }
  .btn.prev.testim_prev {left: 10px;}
  .btn.next.testim_next {right:10px;}

  .tmcategorylist .customNavigation a.prev {left: 50px;}
  .tmcategorylist .customNavigation a.next {right: 50px;}
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 767px) {
  .btn.prev.testim_prev {left: 10px;}
  .btn.next.testim_next {right: 10px;}
  .customNavigation {
    top: -35px;
  }
	.customNavigation a.prev {
		left: 0px;
    position: relative;
	}
	.customNavigation a.next {
		right: 0px;
    position: relative;
	}
	.product-cover {
    display: none;
	}
}
@media (max-width: 479px) {
.tmcategorylist .customNavigation a.prev {
	left: -10px;
}
.tmcategorylist .customNavigation a.next {
	right: -10px;
}
}
.additional_slider .customNavigation .btn.next:before{ padding-left: 3px;}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	

/******* 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;
}

.header_logo .logo{max-width:220px !important;}
#subcategories{display:none;}

h2.h1.products-section-title.text-uppercase {
    float: left;
}