<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************
			ThemeMagics Custom Styles
********************************************************/
.tmg-carousel {
  display: none;
  position: relative;
  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;
}
.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-page {cursor: pointer;}
.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/tmgs/grabbing.png") 8 8, move;
}

.customNavigation {
  position: relative;
  z-index: 959;
  width: 101px;
  top: -80px;
  margin: 0;
  padding: 0;
  position: absolute;
  direction: ltr !important;
  right:15px;
}
.customNavigation a {
  font-size: 0;
  display: block;
  padding: 0;
  border: none;
  color: #fff;
  height: 50px;
  width: 50px;
  position:absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 1s;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
  overflow: hidden;
  background-color:#f9b920;
}

.products:hover .customNavigation a.prev {
  	opacity: 1;
}

.products:hover .customNavigation a.next {
	opacity: 1;
}

.customNavigation a:hover{
 	background-color: #f54345;
}
.customNavigation a.prev:hover{ background-image: url("../img/tmgs/back-h.svg"); }
.customNavigation a.next:hover{ background-image: url("../img/tmgs/next-h.svg"); }

.customNavigation a.prev {
  left: 0px;
  background:#f9b920 url("../img/tmgs/back.svg") no-repeat scroll center center / 20px 20px;
}
.customNavigation a.next {
  right: 0px;
  background:#f9b920 url("../img/tmgs/next.svg") no-repeat scroll center center / 20px 20px;
}


@media only screen and (min-width: 1200px) and (max-width: 1250px) {
.customNavigation a.prev {
    left: 0 ;
}

.customNavigation a.next {
    right: 0;
}

}
@media (max-width: 991px) {
	.customNavigation a.prev {
		left: 0px;
	}
	.customNavigation a.next {
		right: 0px;
	}
	.customNavigation{top:-100px;}
	
}
@media (max-width: 467px) { 
	#main .images-container .js-qv-mask { margin:0px; }
	.customNavigation{
	top:-100px;
	width:51px;
	}
	.customNavigation a{width:25px;}
}
.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
   font-size: 30px;
   color: #fff;
	line-height: 28px;
    text-indent: -1px;
	display: none;
}
.customNavigation a.next:before {
  content: "\E315";
  	display: none;
  font-family: "Material Icons";
  font-size: 30px; 
text-indent: 0px;

line-height: 28px;
    text-indent: 1px;
    color: #fff;
}

#tmgleftbanner img,
#tmgrightbanner img{
	max-width: 100%;
}	</pre></body></html>