/********************************************************
			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%;
  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-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("/images/grabbing.png") 8 8, move;
}
.customNavigation {
  position: absolute;
  width: auto;
  top: -3px;
  direction: ltr !important;
  right: 0;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -khtml-transition: all 0.6s ease-in-out;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}
#latest-blog-toggle .customNavigation{
  position: absolute;
  width: auto;
}

.brands .customNavigation {
  width: 100%;
  top: 45%;
  position: absolute;
}
.brands .customNavigation a {
  position: absolute;
}
 .footer-container .links.lastest_block .customNavigation a.prev:hover::before {
background: transparent;
color: #244268;
border: none;
}
 .footer-container .links.lastest_block .customNavigation a.next:hover::before {
background: transparent;
color: #244268;
border: none;
}
.footer-container .links.lastest_block .customNavigation a.prev {
  left: 0;
  background: transparent;
  color: #fff;
  border: none !important;
  height: 20px;
  width: 15px;
}
.footer-container .links.lastest_block .customNavigation a.next {
  left: 0;
  background: transparent;
  color: #fff;
  border: none !important;
  height: 20px;
  width: 15px;
}

.js-qv-mask.mask.additional_slider:hover .customNavigation {
  opacity: 1;
  -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.products:hover .customNavigation, .tmcategory-container:hover .customNavigation, .homeblog-inner:hover .customNavigation{
  opacity: 1;
  -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.brands .customNavigation a{
    opacity: 0;
  -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
}
.brands:hover .customNavigation a{
    opacity: 1;
  -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.customNavigation a {
  background: #ededed;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  border: 1px solid #ededed;
}
.customNavigation a:hover,
.customNavigation a:active,
.customNavigation a:focus,
.customNavigation a:active:focus,
.customNavigation a:active:hover,
.customNavigation a:active:focus:hover {
  background: #244268;
  border: 1px solid #244268;
}
.customNavigation a.prev {
  left: 0;
}
.customNavigation a.next {
  right: 0px;
}
.customNavigation a.prev::before, .customNavigation a.next::before {
  font-family: fontawesome;
  font-size: 18px;
  left: 3px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #000;
  font-weight: 100;
}
.blog_latest .customNavigation a.prev::before, .blog_latest .customNavigation a.next::before{
  color: #b3b3b3;
}
.customNavigation a.prev::before {
  content: "\f104";
  left: 0;
}
.customNavigation a.next:before {
  content: "\f105";
}
.customNavigation a:hover:before{ color: #fff; }
#tmtestimonialcmsblock .customNavigation {
  width: 100%;
  top: 45%;
}
.tmcategory-container .customNavigation{
  top: -30px;
  position: absolute;
}
.js-qv-mask.mask.additional_slider .customNavigation{
  top: 45%;
  width: 100%;
  position: absolute;
}
#tmcategorytabs .tab-content .products .customNavigation{
  top: -65px;
  position: absolute;
}
.js-qv-mask.mask.additional_slider .customNavigation a, #tmtestimonialcmsblock .customNavigation a {
  position: absolute;
}
@media (max-width: 991px) {
  .js-qv-mask .customNavigation a.next{
    right: 0;
  }
 }
 @media(max-width: 767px){
  
  .brands .customNavigation a {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
  }
  .customNavigation {
    position: relative;
    top: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}

 @media(max-width: 479px){

  .js-qv-mask.mask.additional_slider .customNavigation, .tmcategory-container .customNavigation, #tmtestimonialcmsblock .customNavigation{
    position: absolute;
    margin: 0;
  }
  #tmcategorytabs .tab-content .products .customNavigation {
    top: 0;
  }
  .sidebar-bestseller.block .customNavigation, .sidebar-latest.block .customNavigation, .sidebar-featured.block .customNavigation{
    top: 0;
  }
  .brands .customNavigation{
    position: absolute;
    margin: 0;
  }
}
