<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************************
			Megnor Custom Styles
********************************************************/
/* line 9, ../../sass/megnor/custom.scss */
.tm-carousel {
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
/* line 16, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 22, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 30, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 36, ../../sass/megnor/custom.scss */
.tm-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;
}
/* line 44, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item {
  float: left;
}
/* line 48, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item .manu_image a {
  display: inline-block;
}
/* line 50, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item .manu_image a img {
  width: 100%;
}
/* line 57, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item:hover a img {
  border-color: blue;
}
/* line 63, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper,
.tm-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 */
/* line 79, ../../sass/megnor/custom.scss */
.grabbing {
  cursor: url("../../img/megnor/grabbing.png") 8 8, move;
}

/* line 83, ../../sass/megnor/custom.scss */
#index .customNavigation {
  top: 0px;
}

/* line 87, ../../sass/megnor/custom.scss */
.customNavigation {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  margin: 0;
  text-align: center;
}
/* line 94, ../../sass/megnor/custom.scss */
.customNavigation a.prev {
  padding: 2px 15px;
  background: white;
}
/* line 97, ../../sass/megnor/custom.scss */
.customNavigation a.prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 17px;
  left: 0;
  position: absolute;
  right: 0;
}
/* line 105, ../../sass/megnor/custom.scss */
.customNavigation a.prev:hover {
  background: #fff;
}
/* line 110, ../../sass/megnor/custom.scss */
.customNavigation a.next {
  padding: 2px 15px;
  background: white;
}
/* line 113, ../../sass/megnor/custom.scss */
.customNavigation a.next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0;
  position: absolute;
  right: 0;
}
/* line 121, ../../sass/megnor/custom.scss */
.customNavigation a.next:hover {
  background: #fff;
}
/* line 125, ../../sass/megnor/custom.scss */
.customNavigation a {
  position: relative;
  color: #00b3e6;
  left: auto;
  width: 30px;
  font-size: 0;
  height: 30px;
  margin: 0;
  line-height: 23px;
  right: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  top: auto;
  border: 1px solid #00b3e6;
}
/* line 140, ../../sass/megnor/custom.scss */
.customNavigation a:hover {
  background: #fff;
  color: #ff3fb4;
  border: 1px solid #ff3fb4;
}
/* line 144, ../../sass/megnor/custom.scss */
.customNavigation a:hover i {
  color: white;
}

/* line 151, ../../sass/megnor/custom.scss */
#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

/* line 154, ../../sass/megnor/custom.scss */
#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

/* line 157, ../../sass/megnor/custom.scss */
#tm-tabcontent .tab-content #datasheet {
  margin: 0;
}


/* INVOICE */

.order p.payment_module a.invoice {
	background-position: 15px 10px;
	background-size: 35px;
}

p.payment_module a.bankwire.invoice::before {
	content: none;
}
p.payment_module a.bankwire.invoice span {
	display: none;
}
p.payment_module.paypal a:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 22px;
    width: 14px;
}</pre></body></html>