/********************************************************
			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 a.prev {
    left: 0;
}
.customNavigation a.next {
    right: 0;
}

#featureProduct:hover .customNavigation {
    display: block;
}
#newProduct:hover .customNavigation {
    display: block;
}
#bestseller:hover .customNavigation {
    display: block;
}
.special-products:hover .customNavigation {
    display: block;
}
#tmtestimonialcmsblock:hover .customNavigation {
    display: block;
}
.lastest_block:hover .customNavigation {
    display: block;
}
.brand:hover .customNavigation {
    display: block;
}
.lastest_block .customNavigation {
    top: 30%;
}
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 45%;
  direction: ltr !important;
}
.customNavigation a {
  position: absolute;
  font-size: 28px;
  line-height: 28px;
  padding: 3px 2px;
  border: 2px solid #4f5457;
  background: #4f5457;
  height: 35px;
  width: 35px;
  cursor: pointer;
  left:auto;
  right:auto;
  top:45%;
}
.customNavigation a:hover {
  background: #fff;
}


.customNavigation a:hover:before{ color: #230f04 !important; }
.js-qv-mask .customNavigation a:hover:before{color: #230f04 !important;}
.js-qv-mask .customNavigation a{
 
  padding: 2px;
}
@media (max-width: 1199px) {

   
    
}
@media (max-width: 767px) {

	#main .images-container .js-qv-mask { margin:0px; }
  
}
@media (max-width: 767px) {
}
.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
  color:#fff;
  font-size: 28px;
}
.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
  color:#fff;
  font-size: 28px;
}




.js-qv-mask .customNavigation a.prev {
    left:0;
    right: auto;
    background: #4f5457;
}
.js-qv-mask .customNavigation a.next {
    right:0;
    background: #4f5457;

}
.js-qv-mask .customNavigation a.prev:hover{
  background: #fff;
}
.js-qv-mask .customNavigation a.next:hover {
    background: #fff;
}
@media(max-width: 767px){
  .js-qv-mask .customNavigation a.prev {
    left: -22px;
    right: auto;
}
.js-qv-mask .customNavigation a.next {
    right: -10px;

}
}

.js-qv-mask .customNavigation a{
  top:-10px;
  height:35px;
  width:35px;
  position: absolute !important;
  margin:0;
}
.homepage-pets .customNavigation, #tm_manufacturer .customNavigation {
  position: absolute;
}
.homepage-pets .customNavigation a, #tm_manufacturer .customNavigation a {
  position: absolute !important;
  background: none;
  border: 2px solid #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px 4px;
}
.homepage-pets .customNavigation a:before, #tm_manufacturer .customNavigation a:before {
  color: #bbbbbb;
  line-height: 21px;
  font-weight: bold;
}
.homepage-pets .customNavigation a.prev, #tm_manufacturer .customNavigation a.prev {
  left: -70px;
  right: auto;
}
.homepage-pets .customNavigation a.prev:before, #tm_manufacturer .customNavigation a.prev:before {
  padding: 1px;
}
@media (max-width: 1290px) {
  .homepage-pets .customNavigation a.prev, #tm_manufacturer .customNavigation a.prev {
    left: 0px;
  }
}
.homepage-pets .customNavigation a.next, #tm_manufacturer .customNavigation a.next {
  right: 0;
  left: auto;
}
.homepage-pets .customNavigation a.next:before, #tm_manufacturer .customNavigation a.next:before {
  padding: 3px;
}
@media (max-width: 1290px) {
  .homepage-pets .customNavigation a.next, #tm_manufacturer .customNavigation a.next {
    right: 0px;
  }
}
.homepage-pets .customNavigation a:hover, #tm_manufacturer .customNavigation a:hover {
  border-color: #039d8f;
}
.homepage-pets .customNavigation a:hover:before, #tm_manufacturer .customNavigation a:hover:before {
  color: #039d8f !important;
}