/********************************************************
			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);
}
.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: 45%;
z-index: 1;
opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.tmcategorylist .customNavigation {
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 {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a {
  background: none;
  position: relative;
  font-size: 24px;
  padding: 2px 5px;
  color: #ddd;
  border: none;
  margin: 0 3px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  overflow: hidden;
  font-family:"FontAwesome";

}
.customNavigation a::before{
  line-height:32px;
}

.customNavigation a:hover {
	color: #fff;
	border-color: none;
	background: none;
}
.customNavigation a.prev::before {
	content: " ";
	background: url("../img/megnor/left-arrow.svg") no-repeat scroll center center;
	background-size: 22px;
	width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
}
.customNavigation a.next::before {
	content: " ";
	background: url("../img/megnor/right-arrow.svg") no-repeat scroll center center;
	background-size: 22px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
}
/* .customNavigation a.next:hover:before{
  content: " ";
	background: url("../img/megnor/right-arrow-hover.svg") no-repeat scroll center center;
	background-size: 22px;
} */
.featured-products #spe_res .customNavigation,
.newproducts #spe_res .customNavigation,
.tmblog-latest #spe_res .customNavigation,
.brands .products .customNavigation,
.productscategory-products.clearfix .customNavigation,
.product-accessories .customNavigation,
.crosssell-products .customNavigation ,
.special-products .customNavigation,
.bestseller-products .customNavigation,
.blog-home .customNavigation
{
  width: auto;
  left: 0;
  right: 0;
}
.featured-products #spe_res .customNavigation,
.newproducts #spe_res .customNavigation,.special-products .customNavigation,.bestseller-products .customNavigation{
  top: 235px;
}
.tmcategorylist .customNavigation {
	top: 50%;
}
.tmblog-latest #spe_res .customNavigation {
	top: 200px;
}
.featured-products #spe_res .customNavigation a.prev,
.newproducts #spe_res .customNavigation a.prev,
.tmblog-latest #spe_res .customNavigation a.prev,.special-products .customNavigation a.btn.prev.special_prev,
.bestseller-products .customNavigation a.btn.prev.bestseller_prev, 
.tmcategorylist a.btn.prev.cat_prev,
.customNavigation a.btn.prev.blog_prev
 {
  left: -15px;
  position: absolute;
}
.featured-products #spe_res .customNavigation a.next,
.newproducts #spe_res .customNavigation a.next,
.tmblog-latest #spe_res .customNavigation a.next,.special-products .customNavigation a.btn.next.special_next,
.bestseller-products .customNavigation a.btn.next.bestseller_next,
.tmcategorylist a.btn.next.cat_next,
.customNavigation a.btn.next.blog_next
 {
  right: -30px;
  position: absolute;
}
.tmcategorylist a.btn.next.cat_next{
  right: -40px;
  position: absolute;
}
.brands .products .customNavigation {
  top: 25px;
  display: none;
}
.brands .products .customNavigation a.prev,
.productscategory-products.clearfix .customNavigation a.prev,
.product-accessories .customNavigation a.prev,
.crosssell-products .customNavigation a.prev{
  left: -30px;
  position: absolute;
}
.brands .products .customNavigation a.next,
.productscategory-products.clearfix .customNavigation a.next,
.product-accessories .customNavigation a.next,
.crosssell-products .customNavigation a.next{
  right: -30px;
  position: absolute;
}
.productscategory-products.clearfix .customNavigation,
.product-accessories .customNavigation,
.crosssell-products .customNavigation{
  top: 190px;
}
@media (max-width: 1250px){
  .brands .products .customNavigation a.next, .productscategory-products.clearfix .customNavigation a.next, .product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next {
    right: -5px;
  }
  .brands .products .customNavigation a.prev, .productscategory-products.clearfix .customNavigation a.prev, .product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev {
    left: -5px;
  }
  .featured-products #spe_res .customNavigation a.prev,
  .newproducts #spe_res .customNavigation a.prev,
  .tmblog-latest #spe_res .customNavigation a.prev,.special-products .customNavigation a.btn.prev.special_prev,
  .bestseller-products .customNavigation a.btn.prev.bestseller_prev{left: -5px;}
  .featured-products #spe_res .customNavigation a.next,
.newproducts #spe_res .customNavigation a.next,
.tmblog-latest #spe_res .customNavigation a.next,.special-products .customNavigation a.btn.next.special_next,
.bestseller-products .customNavigation a.btn.next.bestseller_next{right: -5px;}
}
@media (max-width: 1199px) {
  .productscategory-products.clearfix .customNavigation, .product-accessories .customNavigation, .crosssell-products .customNavigation {
    top: 150px;
  }
  .featured-products #spe_res .customNavigation a.prev,
  .newproducts #spe_res .customNavigation a.prev,
  .tmblog-latest #spe_res .customNavigation a.prev {
    left: 0;
  }
  .featured-products #spe_res .customNavigation a.next,
  .newproducts #spe_res .customNavigation a.next,
  .tmblog-latest #spe_res .customNavigation a.next {
    right: 0;
  }
  .brands .products .customNavigation a.prev,
  .productscategory-products.clearfix .customNavigation a.prev,
  .product-accessories .customNavigation a.prev,
  .crosssell-products .customNavigation a.prev {
    left: -10px;
  }
  .brands .products .customNavigation a.next,
  .productscategory-products.clearfix .customNavigation a.next,
  .product-accessories .customNavigation a.next,
  .crosssell-products .customNavigation a.next {
    right: -10px;
  }
  .featured-products #spe_res .customNavigation,
  .newproducts #spe_res .customNavigation {
      top: 150px;
  }
  .featured-products #spe_res .customNavigation, .newproducts #spe_res .customNavigation, .special-products .customNavigation, .bestseller-products .customNavigation {
    top: 150px;
  }
  .tmblog-latest #spe_res .customNavigation {
    top: 105px;
  }
 
}
@media (max-width: 991px) {
  .tmcategorylist a.btn.prev.cat_prev {
    left: -10px;
  }
  .tmcategorylist a.btn.next.cat_next {
    right: -30px;
  }
	.customNavigation a.next {
		right: 0px;
	}
  #main .images-container .js-qv-mask { margin:0px; }
  .featured-products #spe_res .customNavigation a.prev,
  .newproducts #spe_res .customNavigation a.prev,
  .tmblog-latest #spe_res .customNavigation a.prev {
    left: -5px;
  }
  .featured-products #spe_res .customNavigation a.next,
  .newproducts #spe_res .customNavigation a.next,
  .tmblog-latest #spe_res .customNavigation a.next {
    right: -5px;
  }
  .productscategory-products.clearfix .customNavigation a.prev, .product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev {
    left: -5px;
  }
  .productscategory-products.clearfix .customNavigation a.next, .product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next {
    right: -5px;
  }
  .tmblog-latest #spe_res .customNavigation {
    top: 125px;
  }
  .productscategory-products.clearfix .customNavigation, .product-accessories .customNavigation, .crosssell-products .customNavigation {
    top: 150px;
  }
}
@media (max-width: 767px) {
  .productscategory-products.clearfix .customNavigation, .product-accessories .customNavigation, .crosssell-products .customNavigation {
    top: -35px;
    bottom: auto;
    opacity: 1;
  }
  .featured-products #spe_res .customNavigation, .newproducts #spe_res .customNavigation, .special-products .customNavigation, .bestseller-products .customNavigation {
    top: -35px;
    bottom: auto;
    opacity: 1;
  }
  .tmcategorylist .customNavigation {
    top: 50%;
    opacity: 1;
  }
  .tmcategorylist a.btn.prev.cat_prev {
    left: 0;
    position: relative;
  }
  .tmcategorylist a.btn.next.cat_next {
    right: 0px;
    position: relative;
  }
  .productscategory-products.clearfix .customNavigation a.next, .product-accessories .customNavigation a.next, .crosssell-products .customNavigation a.next {
    right: 0px;
    position: relative;
  }
  .productscategory-products.clearfix .customNavigation a.prev, .product-accessories .customNavigation a.prev, .crosssell-products .customNavigation a.prev {
    left: 0px;
    position: relative;
  }
  #main .images-container .js-qv-mask { margin:0px; }
  .featured-products #spe_res .customNavigation a.prev, .newproducts #spe_res .customNavigation a.prev, .tmblog-latest #spe_res .customNavigation a.prev, .special-products .customNavigation a.btn.prev.special_prev, .bestseller-products .customNavigation a.btn.prev.bestseller_prev, .tmblog-latest #spe_res .customNavigation a.prev, .customNavigation a.btn.prev.blog_prev {
    left: 0px;
    position: relative;
  }
  .featured-products #spe_res .customNavigation a.next, .newproducts #spe_res .customNavigation a.next, .tmblog-latest #spe_res .customNavigation a.next, .tmblog-latest #spe_res .customNavigation a.next, .special-products .customNavigation a.btn.next.special_next, .bestseller-products .customNavigation a.btn.next.bestseller_next, .customNavigation a.btn.next.blog_next {
    right: 0px;
    position: relative;
  }
  .tmblog-latest #spe_res .customNavigation {
    top: -40px;
    bottom: auto;
  }
}
@media (max-width: 479px) {
  .tmcategorylist .customNavigation {
    top: 20%;
  }
  .tmblog-latest #spe_res .customNavigation {
    top: 160px;
  }
  .brands .products .customNavigation {
    top: 10px;
  }
}


#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}
element.style {
}
.title1 {
    font-size: 0px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #737880;
}
#header .top-menu a[data-depth="0"]:hover, #header .top-menu .sub-menu a:hover, #mobile_top_menu_wrapper .top-menu a:hover, #mobile_top_menu_wrapper .top-menu .sub-menu a:hover, #header .header-top .menu .more_sub_menu a:hover {
    text-decoration: none;
    color: #FF0000;
}
#header .top-menu a[data-depth="1"] {
    text-transform: inherit;
    font-weight: 500;
}
#top-menu > li > a {
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #202e3e;
    text-transform: initial;
    font-size: 14px;
}
.products-section-title {
    border: none;
    padding: 0;
    color: #202e3e;
    display: block;
    font-size: 45px;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.1px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'open sans', serif;
    text-transform: capitalize !important;
}
