@charset "UTF-8";
/*------------------------------------*\
	vars
\*------------------------------------*/
:root {
  --site-width: 1100px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 400 11px/1.4 "Fira Sans", sans-serif, Helvetica, Arial;
  color: #444;
  padding: 0;
  margin: 0;
  top: 0 !important;
}
body.rtl-layout {
  text-align: right;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
}

/*
a {
	color: #444;
	text-decoration: none;
}*/
a:hover {
  color: #444;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.frontend::before {
  background: url("img/dot-grid.webp");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  content: "";
  z-index: -5;
  position: fixed;
  pointer-events: none;
}

body.page-template-page-no-margin #wrapper header {
  margin-bottom: 0;
}
body.page-template-page-no-margin #wrapper main {
  padding-top: 0;
  margin-top: -3em;
}

/* Current Region Colors */
#wp-admin-bar-current-region-tag-test-site {
  background-color: #16a085 !important;
}
#wp-admin-bar-current-region-tag-test-site > div {
  color: black !important;
}

#wp-admin-bar-current-region-tag-au {
  background-color: #8e44ad !important;
}

#wp-admin-bar-current-region-tag-eu {
  background-color: #b34f0d !important;
}

#wp-admin-bar-current-region-tag-us {
  background-color: #f39c12 !important;
}
#wp-admin-bar-current-region-tag-us > div {
  color: black !important;
}

/* wrapper */
#wrapper {
  width: 100%;
  position: relative;
  background-color: white;
}
#wrapper > header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  user-select: none;
  z-index: 15;
}
.terms-of-trade #wrapper > header, .led-pixel-control #wrapper > header, .led-pixel-strip #wrapper > header, .led-pixel-light #wrapper > header, .led-strip-light #wrapper > header, .light-show-control #wrapper > header, .dmx-lighting-control-software #wrapper > header, .dmx-ethernet-distribution #wrapper > header, .dmx-usb-interface #wrapper > header, .official-enttec-merchandise #wrapper > header, .discontinued-end-of-line #wrapper > header, .newLookEnabled #wrapper > header {
  display: none;
}
@keyframes colorchange {
  to {
    filter: hue-rotate(360deg);
  }
}
#wrapper > header .header-inner-wrapper {
  transform-origin: bottom right;
  background-color: #d9d9d9;
  box-shadow: 0 0 10em 0 #d9d9d9;
}
#wrapper > header .header-inner {
  min-height: 26rem;
  padding: 5rem 4rem 2rem 4rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#wrapper > header .header-inner > h1 {
  font-size: 4em;
  font-weight: bold;
  color: #737373;
  z-index: 1;
}
#wrapper > header .header-inner nav {
  z-index: 1;
}
#wrapper > header .header-inner .header-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 0;
}
#wrapper > header .header-inner .header-banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
#wrapper > header .header-inner .header-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0% 50%, rgba(0, 0, 0, 0) 50% 100%);
  background-size: 5px 5px;
}
#wrapper > header .header-inner .header-banner-image img {
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#wrapper > header .header-inner .header-banner-image + h1,
#wrapper > header .header-inner .header-banner-image ~ nav,
#wrapper > header .header-inner .header-banner-image ~ nav a {
  color: white;
}

#container {
  max-width: 1100px;
  box-shadow: 0 0 1rem 0 lightgray;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
}
.terms-of-trade #container, .home #container, .led-pixel-control #container, .led-pixel-strip #container, .led-pixel-light #container, .led-strip-light #container, .light-show-control #container, .dmx-lighting-control-software #container, .dmx-ethernet-distribution #container, .dmx-usb-interface #container, .official-enttec-merchandise #container, .discontinued-end-of-line #container, .newLookEnabled #container {
  max-width: 100%;
  box-shadow: 0 0 0rem 0 lightgray;
}

main {
  padding: 2rem 4rem;
}
.terms-of-trade main, .home main, .led-pixel-control main, .led-pixel-strip main, .led-pixel-light main, .led-strip-light main, .light-show-control main, .dmx-lighting-control-software main, .dmx-ethernet-distribution main, .dmx-usb-interface main, .official-enttec-merchandise main, .discontinued-end-of-line main, .newLookEnabled main {
  padding: 0rem 0rem;
}

@media screen and (max-width: 480px) {
  body.page-template-default:not(.woocommerce-account) main,
  body.home main {
    margin-top: 100px;
  }
}

body.single-product #launcher-frame {
  margin-right: 55px;
}
body.single-product #wc-stripe-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-button-separator {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled main {
    padding: 100px 0rem 0rem !important;
  }
}
body.single-product.newLookEnabled .product-details-top {
  background: rgb(210, 252, 253);
  background: -moz-radial-gradient(circle, rgb(210, 252, 253) 0%, rgb(156, 204, 221) 50%, rgb(110, 133, 144) 100%);
  background: -webkit-radial-gradient(circle, rgb(210, 252, 253) 0%, rgb(156, 204, 221) 50%, rgb(110, 133, 144) 100%);
  background: radial-gradient(circle, rgb(210, 252, 253) 0%, rgb(156, 204, 221) 50%, rgb(110, 133, 144) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2fcfd",endColorstr="#6e8590",GradientType=1);
  height: 0;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 33%;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  body.single-product.newLookEnabled .product-details-top {
    padding: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  body.single-product.newLookEnabled .product-details-top {
    padding: 0;
    height: auto;
  }
  body.single-product.newLookEnabled .product-details-top .product-gallery {
    height: 0;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 0 40%;
  }
}
body.single-product.newLookEnabled .product-details-top img {
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
  flex: 1;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  outline-offset: -4px;
  position: absolute;
  top: 0;
  vertical-align: bottom;
}
body.single-product.newLookEnabled .product-details-top .product-info {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 11;
  width: 50% !important;
  left: 50%;
  height: 100%;
  top: 0;
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1% 5%;
}
@media screen and (max-width: 767px) {
  body.single-product.newLookEnabled .product-details-top .product-info {
    position: relative;
    width: 100% !important;
    left: 0%;
    padding: 50px 20px;
    margin-bottom: 0;
  }
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area {
  display: flex;
  flex-direction: column;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area h1 {
  color: #fff;
  order: 0;
  font-size: 5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  body.single-product.newLookEnabled .product-details-top .product-info .product-info-area h1 {
    font-size: 4rem;
  }
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .woocommerce-product-details__short-description {
  color: #fff;
  order: 2;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .tabs {
  order: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  margin-bottom: 0;
  justify-content: center;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .tabs [data-go-to] {
  position: relative;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .tabs [data-go-to]:after {
  right: 0;
  content: "";
  background: #a6a6a6;
  height: 50%;
  width: 1px;
  position: absolute;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .tabs [data-go-to]:last-child:after {
  width: 0;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .tabs .tab-icon {
  display: none;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form {
  order: 4;
  margin-top: -45px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .quantity {
  display: none;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .price {
  order: 3;
  color: #fff;
  justify-content: FLEX-START;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .price .woocommerce-price-suffix {
  color: #fff;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .product_meta {
  order: 1;
  color: #fff;
  margin-bottom: 10px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .product_meta .sku_wrapper {
  color: #fff;
  text-align: left;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .contact_us_btn {
  order: 10;
  width: max-content;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .contact_us_btn {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .first-payment-date {
  order: 10;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .stock.out-of-stock {
  order: 9;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .stock.in-stock {
  display: none;
}

.loader-alt {
  --font-size: 1em;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: rotate 0.8s ease-in-out infinite;
  font-size: var(--font-size);
  display: block;
  border: 1em solid transparent;
  border-top: 1em solid #262626;
  border-bottom: 1em solid #262626;
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#go-to-top {
  position: fixed;
  bottom: -7rem;
  right: 2.3rem;
  height: 2em;
  width: 2em;
  font-size: 1.8em;
  background-color: #a6a6a6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  border-radius: 0.2em;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
#go-to-top.show {
  opacity: 1;
  bottom: 15px;
}
#go-to-top:hover {
  background-color: #bfbfbf;
}

#fc_frame.fc-widget-small {
  bottom: 80px !important;
}

/* -------------------------------------------------------------------------- */
/*                                  News page                                 */
/* -------------------------------------------------------------------------- */
main.news h3 {
  font-size: 2.75rem;
  margin: 1em 0;
  padding: 0 1em;
  line-height: 1.5;
  width: 100%;
  color: #737373;
}
main.news article {
  margin-bottom: 4em;
  display: flex;
  flex-direction: column;
}
main.news article img {
  border-radius: 3px;
}
main.news a {
  display: block;
}
main.news a:first-child {
  flex-grow: 1;
}
main.news a:last-child {
  border-bottom: 1px solid #e2e2e2;
}

/* -------------------------------------------------------------------------- */
/*                                   Navbar                                   */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  html #wpadminbar {
    display: none !important;
  }
}

#navbar {
  width: 100%;
  background-color: #2c2d33;
  display: flex;
  position: relative;
  z-index: 100;
  height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #navbar {
    position: fixed;
  }
}
#navbar .hide_nav {
  display: none !important;
}
#navbar .nav_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar .resposnive-icon {
  color: white;
  font-size: 2em;
  padding: 0.5em;
  display: none;
}
#navbar .resposnive-icon i {
  display: none;
}
#navbar .logo {
  padding: 1em 3em 1em 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  #navbar .logo {
    padding: 1em 1em 1em 2.5em;
  }
}
#navbar .logo svg, #navbar .logo img {
  max-width: 100%;
}
#navbar .logo span {
  color: #15a6df;
}
#navbar a {
  color: white;
}
#navbar .mega-menu .mega-sub-menu li.mega-menu-item > a:before {
  background-image: url(./style/images/arrow_right.svg) !important;
}
#navbar nav {
  display: flex;
  margin-right: auto;
}
#navbar nav > .menu-item.flyout {
  position: relative;
}
#navbar nav > .menu-item:hover .title-container {
  background-color: rgba(255, 255, 255, 0.2);
}
#navbar nav > .menu-item:hover .title-container + .mega-container {
  display: block;
  animation: anime 0.3s;
}
#navbar nav > .menu-item .title-container {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
  display: flex;
}
#navbar nav > .menu-item .title-container a {
  flex-grow: 1;
  padding: 1em;
}
#navbar nav > .menu-item .title-container .toggle-arrow {
  display: none;
  color: white;
  justify-content: center;
  align-items: center;
  width: 10%;
  max-width: 50px;
  background-color: rgba(200, 200, 200, 0.1);
}
#navbar nav > .menu-item .mega-container {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #4f515c;
  left: 0;
  min-height: 10rem;
  padding: 4rem 4rem;
  font-size: 1.5rem;
  display: none;
  overflow: hidden;
}
#navbar nav > .menu-item .mega-container .list-wrapper {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
}
#navbar nav > .menu-item .mega-container .list-wrapper:hover h3::after {
  width: 3em;
}
#navbar nav > .menu-item .mega-container .list-wrapper:hover .menu-image {
  opacity: 1;
  transform: translate(20%, -50%);
}
#navbar nav > .menu-item .mega-container .list-wrapper h3 {
  margin: 0;
  font-size: 0.9em;
  padding-bottom: 0.5em;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: white;
}
#navbar nav > .menu-item .mega-container .list-wrapper h3.no-sub-categories::after {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 0;
}
#navbar nav > .menu-item .mega-container .list-wrapper h3::after {
  border-bottom: 0.1em solid;
  content: "";
  width: 1em;
  padding-top: 0.5em;
  transition: all 0.2s ease-in;
}
#navbar nav > .menu-item .mega-container .list-wrapper ul {
  padding: 1em 0;
  list-style: none;
  margin: 0;
}
#navbar nav > .menu-item .mega-container .list-wrapper ul li {
  cursor: pointer;
  font-size: 0.8em;
  padding: 0.3em;
  transition: all 0.3s ease-in-out;
}
#navbar nav > .menu-item .mega-container .list-wrapper ul li:hover {
  padding-left: 1em;
}
#navbar nav > .menu-item .mega-container.mega-list .mega-inner {
  padding-right: 12em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5em;
}
#navbar nav > .menu-item .mega-container.mega-list .menu-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(20%, -55%);
  transition: all 0.3s ease-out;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 25%, white);
  mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
  max-width: 50rem;
  opacity: 0;
}
#navbar nav > .menu-item .mega-container.mega-list .menu-image img {
  max-width: 100%;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .mega-inner {
  display: flex;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper {
  font-size: 1.9rem;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul {
  padding: 0;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li {
  font-size: 0.8em;
  margin-bottom: 0.2em;
  transition: all 0.3s;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li .list-title {
  margin-right: 1em;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li .all {
  margin-left: auto;
  font-size: 0.6em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
  opacity: 0;
  transition: all 0.3s;
  color: gray;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li .all:hover {
  background-color: rgb(255, 255, 255);
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li:hover, #navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li.active {
  background-color: rgba(255, 255, 255, 0.3);
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li:hover .all, #navbar nav > .menu-item .mega-container.mega-list-photos .list-wrapper ul li.active .all {
  opacity: 1;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos {
  display: flex;
  padding: 0 0 0 3em;
  justify-content: space-between;
  align-items: center;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos > div {
  width: 30%;
  cursor: pointer;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos > div img {
  max-width: 100%;
  display: block;
  transition: all 0.3s;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo {
  position: relative;
  overflow: hidden;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  transition: all 0.3s;
  opacity: 0;
  pointer-events: 0;
  z-index: 1;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo .photo-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(1.2);
  z-index: 2;
  font-weight: bold;
  text-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.3);
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo:hover::before {
  opacity: 1;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo:hover .photo-title {
  transform: scale(1);
  opacity: 1;
}
#navbar nav > .menu-item .mega-container.mega-list-photos .list-photos .single-photo:hover img {
  z-index: 0;
  transform: scale(1.1);
}
#navbar nav > .menu-item .mega-container.flyout-list {
  padding: 0;
  width: auto;
}
#navbar nav > .menu-item .mega-container.flyout-list .list-wrapper {
  padding: 0em;
  list-style: none;
  margin: 0;
}
#navbar nav > .menu-item .mega-container.flyout-list .list-wrapper li {
  transition: all 0.3s;
}
#navbar nav > .menu-item .mega-container.flyout-list .list-wrapper li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#navbar nav > .menu-item .mega-container.flyout-list .list-wrapper li a {
  padding: 1em;
  display: block;
  white-space: nowrap;
}
#navbar .header-icons {
  display: flex;
  align-items: center;
}
#navbar .header-icons .search_nav {
  cursor: pointer;
}
#navbar .header-icons .language_icon {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
#navbar .header-icons .language_icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#navbar .header-icons .languages_select {
  display: none;
  position: absolute;
  top: 49px;
  left: -42px;
  background-color: white;
  padding: 5px 17px 13px 26px;
}
@media screen and (max-width: 1250px) {
  #navbar .header-icons .languages_select {
    left: -78px;
  }
}
#navbar .header-icons .languages_active {
  display: block;
}
#navbar .header-icons .language_title {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 8px;
  white-space: nowrap;
}
#navbar .header-icons .hidden_select {
  display: none;
}
#navbar .header-icons .select_wrapper {
  display: flex;
  flex-direction: column;
}
#navbar .header-icons .single_lang_2 {
  color: #2c2d33;
  padding-bottom: 5px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
}
#navbar .header-icons .single_lang_2:last-child {
  padding-bottom: 11px;
}
#navbar .header-icons .single_lang_2 span:first-child {
  padding-right: 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#navbar .header-icons .single_lang_2 span:last-child {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 10%;
  text-transform: uppercase;
}
#navbar .header-icons .current_lang span:first-child {
  font-weight: 700;
}
#navbar .header-icons .current_lang span:last-child {
  color: #15A6DF;
}
#navbar .header-icons .change_website {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
}
#navbar .header-icons .language_overlay {
  position: fixed;
  display: none;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#navbar .header-icons .cart-count-min {
  display: none;
}
#navbar .header-icons .cart-customlocation {
  display: flex;
  align-items: center;
}
#navbar .header-icons > a:not(:first-child) {
  position: relative;
}
#navbar .header-icons .cart-total {
  padding-left: 9px;
}
#navbar .header-icons > a,
#navbar .header-icons > i {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
  display: block;
  color: white;
}
#navbar .header-icons > a:hover,
#navbar .header-icons > i:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#navbar .header-icons svg {
  margin: 12px;
}

/* -------------------------------------------------------------------------- */
/*                              Site wide notice                              */
/* -------------------------------------------------------------------------- */
#site-wide-notice {
  width: 100%;
  background-color: #ffeca0;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  font-size: 14px;
  padding: 1em;
}
#site-wide-notice[data-display=hidden] {
  display: none;
}
#site-wide-notice > div {
  width: var(--site-width);
}
#site-wide-notice .close {
  font-size: 25px;
  cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/*                                 GDPR NOTICE                                */
/* -------------------------------------------------------------------------- */
#gdpr-notice {
  width: 380px;
  border-radius: 10px;
  background-color: white;
  background-image: linear-gradient(to bottom, #fff, #a6a6a6);
  position: fixed;
  bottom: 2em;
  left: 1.2em;
  padding: 2em;
  box-shadow: 0 10px 29px 0 rgba(126, 136, 172, 0.44);
  font-size: 1.1em;
  overflow: hidden;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
#gdpr-notice.hide {
  transform: translateY(110%);
}
#gdpr-notice .cookie-icon {
  font-size: 10em;
  color: #262626;
  text-align: center;
  opacity: 0.1;
  transform: translate(-20%, -20%);
  position: absolute;
  top: 0;
  left: 0;
}
#gdpr-notice .consent-text {
  padding: 1.5em;
}
#gdpr-notice .consent-text h2 {
  font-weight: 700;
  margin: 0 0 1em 0;
  text-align: center;
}
#gdpr-notice .consent-text p {
  font-size: 1.2em;
  line-height: 1.8;
}
#gdpr-notice .agree,
#gdpr-notice .privacy-policy-page {
  padding: 1em 0;
  border-radius: 3em;
  margin: 1em auto;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #a6a6a6;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#gdpr-notice .agree:hover,
#gdpr-notice .privacy-policy-page:hover {
  background-color: #bfbfbf;
}
#gdpr-notice .privacy-policy-page {
  background-color: #bfbfbf;
}
#gdpr-notice .privacy-policy-page:hover {
  background-color: #d9d9d9;
}

#show-gdpr {
  position: fixed;
  bottom: 0;
  left: 2em;
  line-height: 1.5;
  background-color: #d9d9d9;
  border-radius: 3px 3px 0 0;
  font-size: 1.1em;
  padding: 0.7em 2em;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 0.4em 0em #7d7d7d;
  z-index: 1;
}
#show-gdpr.hide {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
#show-gdpr .show-gdpr-icon {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                                Virtual expo                                */
/* -------------------------------------------------------------------------- */
.virtual-expo-main-image {
  position: relative;
}
.virtual-expo-main-image .kt-btn-wrap {
  position: absolute;
  top: 17%;
}
.virtual-expo-main-image .kt-btn-wrap a {
  font-family: serif;
  height: 1.4em;
  width: 1.4em;
  line-height: 1;
  font-size: 1.6em !important;
}
.virtual-expo-main-image .kt-btn-wrap.kt-btn-wrap-0 {
  left: 21%;
}
.virtual-expo-main-image .kt-btn-wrap.kt-btn-wrap-1 {
  left: 37%;
}
.virtual-expo-main-image .kt-btn-wrap.kt-btn-wrap-2 {
  left: 63%;
}
.virtual-expo-main-image .kt-btn-wrap.kt-btn-wrap-3 {
  left: 78%;
}

/* -------------------------------------------------------------------------- */
/*                                Dealers page                                */
/* -------------------------------------------------------------------------- */
#dealers-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#dealers-container section h3 {
  margin-bottom: 0;
}
#dealers-container section > div {
  display: flex;
  margin-bottom: 1.2em;
}
#dealers-container section > div .icon {
  width: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
#dealers-container section > div .text {
  font-size: 1.4em;
}

/* -------------------------------------------------------------------------- */
/*                             Forms general style                            */
/* -------------------------------------------------------------------------- */
.frontend-form input,
.frontend-form select,
.frontend-form textarea {
  font-size: 1em;
}
.frontend-form label.required::after {
  color: #d00;
  content: "∗";
  position: absolute;
  margin-left: 3px;
  font-size: 1.2em;
  transform: translateY(-8px);
}
.frontend-form .form-check {
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.frontend-form .form-check .form-check-input {
  position: relative;
  margin: 0 1em 0 0;
}
.frontend-form [type=submit] {
  align-self: center;
  background-color: #262626;
  transition: all 0.3s;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: white;
  border-radius: 2px;
  margin-top: 1em;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.5em 3em;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}
.frontend-form [type=submit]:hover {
  opacity: 0.7;
}
.frontend-form [type=submit][disabled] {
  transition: all 0s;
  cursor: not-allowed;
  opacity: 0.5;
}
.frontend-form [type=submit][disabled]:hover {
  opacity: 0.5;
}

main.new-dealer-form,
main.free-emu-form {
  font-size: 1.3em;
}

/* -------------------------------------------------------------------------- */
/*                                Careers page                                */
/* -------------------------------------------------------------------------- */
body.careers .careers-values-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
body.careers .careers-values-slider .kadence-blocks-gallery-item .kb-gallery-image-contain img {
  opacity: 0.7;
}

/* -------------------------------------------------------------------------- */
/*                                   Various                                  */
/* -------------------------------------------------------------------------- */
.gform_wrapper input[type=button],
.gform_wrapper input[type=submit] {
  align-self: center;
  background-color: #262626;
  transition: all 0.3s;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: white;
  border-radius: 2px;
  margin-top: 1em;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
}
.gform_wrapper input[type=button]:hover,
.gform_wrapper input[type=submit]:hover {
  opacity: 0.7;
}

/* footer */
footer {
  margin-top: 0rem;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    box-shadow: 0 0 0em 0 #2c2d33;
  }
}
footer .footer-separator {
  background-color: #2c2d33;
  position: relative;
  height: 1em;
  width: 100%;
}
footer .footer-inner {
  background-color: #2c2d33;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: 2em 0em 1em 0em;
}
.rtl-layout footer .footer-inner {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 1em 0em !important;
  }
  footer .footer-inner .footer-logo {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
  }
}
footer .logo {
  padding: 0;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
footer .logo span {
  color: #15a6df;
}
footer a {
  padding: 0.5em 0;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px dashed transparent;
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
footer .top-footer {
  display: flex;
  margin-bottom: 4em;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .top-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
footer .top-footer section {
  font-size: 1rem;
}
footer .top-footer section h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .top-footer section h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
  }
  footer .top-footer section h3:after {
    font-size: 28px;
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: block;
    transform: translateY(-50%);
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
  }
  footer .top-footer section h3.active:after {
    content: "-";
  }
}
footer .top-footer section .list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer .top-footer section .list {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  footer .top-footer section .list {
    display: none;
    padding-top: 20px;
  }
}
footer .top-footer section .list li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .top-footer section .list li {
    padding-left: 20px;
  }
}
footer .top-footer section .list a {
  display: block;
  font-size: 1.3em;
  border-bottom: 1px dashed transparent;
  transition: all 0.3s ease-in-out;
}
footer .top-footer section .list a:hover {
  border-bottom: 1px dashed white;
}
@media screen and (max-width: 768px) {
  footer .top-footer section.contact h3 {
    border-bottom: 0;
  }
  footer .top-footer section.contact h3:after {
    display: none;
  }
}
footer .top-footer section.contact .address, footer .top-footer section.contact .tel, footer .top-footer section.contact .fax, footer .top-footer section.contact .email, footer .top-footer section.contact .abn {
  font-size: 1.3em;
  display: flex;
  margin: 1.2em 0;
}
@media screen and (max-width: 768px) {
  footer .top-footer section.contact .address, footer .top-footer section.contact .tel, footer .top-footer section.contact .fax, footer .top-footer section.contact .email, footer .top-footer section.contact .abn {
    padding-left: 20px;
  }
}
footer .top-footer section.contact .address .icon, footer .top-footer section.contact .tel .icon, footer .top-footer section.contact .fax .icon, footer .top-footer section.contact .email .icon, footer .top-footer section.contact .abn .icon {
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
.rtl-layout footer .top-footer section.contact .address .icon, .rtl-layout footer .top-footer section.contact .tel .icon, .rtl-layout footer .top-footer section.contact .fax .icon, .rtl-layout footer .top-footer section.contact .email .icon, .rtl-layout footer .top-footer section.contact .abn .icon {
  padding-right: 0px;
  padding-left: 20px;
}
.rtl-layout footer .top-footer section.contact .tel .text, .rtl-layout footer .top-footer section.contact .fax .text {
  direction: ltr;
}
footer .top-footer section.contact .newsletter-form {
  display: block;
}
@media screen and (max-width: 768px) {
  footer .top-footer section.contact .newsletter-form {
    padding-left: 20px;
  }
  .rtl-layout footer .top-footer section.contact .newsletter-form {
    padding-left: 0px;
    padding-right: 20px;
  }
}
footer .top-footer section.contact .newsletter-form .title {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
}
footer .top-footer section.contact .newsletter-form .gform_legacy_markup_wrapper {
  margin-top: 0;
  margin-bottom: 10px;
}
footer .top-footer section.contact .newsletter-form .gform_legacy_markup_wrapper .gform_body {
  width: 100%;
}
footer .top-footer section.contact .newsletter-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
footer .top-footer section.contact .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h2, footer .top-footer section.contact .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h3 {
  padding: 0;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
footer .top-footer section.contact .newsletter-form form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtl-layout footer .top-footer section.contact .newsletter-form form {
  text-align: right;
}
footer .top-footer section.contact .newsletter-form form .top_label div.ginput_container {
  margin-top: 0px;
}
footer .top-footer section.contact .newsletter-form form .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer .top-footer section.contact .newsletter-form form .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
}
footer .top-footer section.contact .newsletter-form form .gform_footer:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 10px;
  height: 30px;
  width: 1px;
  z-index: 2;
  background-color: rgba(50, 50, 50, 0.2901960784);
}
.rtl-layout footer .top-footer section.contact .newsletter-form form .gform_footer:before {
  left: inherit;
  right: 0;
}
footer .top-footer section.contact .newsletter-form form input[type=email],
footer .top-footer section.contact .newsletter-form form input[type=text] {
  height: 45px;
  width: 100%;
  font-size: 14px !important;
  border: 0;
  border-radius: 2px 0 0 2px;
}
.rtl-layout footer .top-footer section.contact .newsletter-form form input[type=email],
.rtl-layout footer .top-footer section.contact .newsletter-form form input[type=text] {
  border-radius: 0px 2px 2px 0px;
}
footer .top-footer section.contact .newsletter-form form input[type=submit] {
  background-color: #fff;
  color: #737373;
  border-radius: 0 2px 2px 0px;
  padding: 0.62em 1em;
  margin-bottom: 0;
  min-width: 80px;
  width: auto;
  font-size: 14px;
  height: 45px;
}
.rtl-layout footer .top-footer section.contact .newsletter-form form input[type=submit] {
  border-radius: 2px 0px 0px 2px;
  margin: 0 0px 0 16px;
}
footer .bottom-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 50px 1em 0;
  background-color: #d9d9d9;
  color: #737373;
}
.rtl-layout footer .bottom-footer {
  padding: 1em 0px 1em 50px;
}
footer .bottom-footer .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
  align-items: center;
  user-select: none;
}
footer .bottom-footer .footer-links a {
  margin: 0 1em;
}
footer .bottom-footer .social-network a {
  padding: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2em;
  border-radius: 0.2em;
  font-size: 20px;
}
footer .bottom-footer .social-network a:hover {
  border-bottom: 1px solid transparent;
  color: white;
}
footer .bottom-footer .social-network a:hover.facebook {
  background-color: #1877f2;
}
footer .bottom-footer .social-network a:hover.twitter {
  background-color: #1da1f2;
}
footer .bottom-footer .social-network a:hover.instagram {
  background-color: #c32aa3;
}
footer .bottom-footer .social-network a:hover.youtube {
  background-color: #ff0000;
}
footer .bottom-footer .social-network a:hover.pintrest {
  background-color: #bd081c;
}
footer .bottom-footer .social-network a:hover.linkedin {
  background-color: #0e76a8;
}
footer .bottom-footer .location-change {
  display: flex;
}
footer .bottom-footer .location-change #change-location-form {
  margin-left: 15px;
}
footer .copyright-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 0 0 0;
  text-align: center;
  user-select: none;
}

.redirect_message_select {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 25;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.redirect_message_select .redirect_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.redirect_message_select.active {
  opacity: 1;
  visibility: visible;
}

.message_wrapper_location {
  background-color: #D9D9D9;
  padding: 4em;
  border-radius: 3px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  max-width: 70rem;
  height: 390px;
  width: 752px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
.message_wrapper_location .select2-container {
  margin: 0 auto;
  width: 306px;
  max-width: 100%;
  display: block;
}
.message_wrapper_location .select2-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 0 !important;
  max-width: 100%;
  width: 100%;
  background-color: #CFCFCF;
  padding: 5px 0 14px 18px;
  display: none;
  max-height: 163px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message_wrapper_location .select2-container ul {
    display: block;
  }
}
.message_wrapper_location .select2-container ul li {
  font-size: 15px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  text-align: left;
}
.message_wrapper_location .selection {
  background-color: black;
  color: white;
  font-size: 15px;
  line-height: 25px;
  padding: 7px 30px;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  display: block;
  white-space: nowrap;
  position: relative;
}
.message_wrapper_location .selection .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.message_wrapper_location .selection .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  padding: 0;
}
.message_wrapper_location .selection:hover {
  cursor: pointer;
}
.message_wrapper_location .select2-selection__arrow {
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #D9D9D9;
  display: block;
  position: absolute;
  right: 8px !important;
  top: 16px !important;
}
.message_wrapper_location .select2-selection__arrow b {
  display: none;
}
.message_wrapper_location .message_first {
  padding-bottom: 47px;
  font-size: 20px;
}
.message_wrapper_location .message_first u {
  display: block;
}
.message_wrapper_location .message_second {
  padding-bottom: 5px;
}
.message_wrapper_location .message-options {
  display: flex;
  justify-content: space-between;
  font-size: 1.3em;
}
.message_wrapper_location .message-options .stay-button,
.message_wrapper_location .message-options .redirect-button {
  align-self: center;
  background-color: #262626;
  transition: all 0.3s;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: white;
  border-radius: 2px;
  margin-top: 1em;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  width: 48%;
  padding: 0.5em 1em;
  text-align: center;
}
.message_wrapper_location .message-options .stay-button:hover,
.message_wrapper_location .message-options .redirect-button:hover {
  opacity: 0.7;
}
.message_wrapper_location .message-options .redirect-button {
  background-color: #404040;
}

#redirect-message {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 25;
  top: 0;
  left: 0;
}
#redirect-message.hide {
  display: none;
}
#redirect-message .message-wrapper {
  background-color: white;
  padding: 4em;
  border-radius: 3px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  max-width: 70rem;
}
#redirect-message .message-wrapper .message {
  font-size: 1.5em;
  padding-bottom: 2em;
  line-height: 2;
}
#redirect-message .message-wrapper .message-options {
  display: flex;
  justify-content: space-between;
  font-size: 1.3em;
}
#redirect-message .message-wrapper .message-options .stay-button,
#redirect-message .message-wrapper .message-options .redirect-button {
  align-self: center;
  background-color: #262626;
  transition: all 0.3s;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: white;
  border-radius: 2px;
  margin-top: 1em;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  width: 48%;
  padding: 0.5em 1em;
  text-align: center;
}
#redirect-message .message-wrapper .message-options .stay-button:hover,
#redirect-message .message-wrapper .message-options .redirect-button:hover {
  opacity: 0.7;
}
#redirect-message .message-wrapper .message-options .redirect-button {
  background-color: #404040;
}

.search_container {
  width: 0;
}
.search_container.show-search {
  width: 100%;
  margin-left: auto;
  position: relative;
}
.search_container.show-search .close-search {
  display: block;
}
.search_container.show-search #search-form {
  width: 100%;
}
.search_container.show-search .search-input {
  padding: 0.3em 1em 0.3em 51px;
}
@media screen and (max-width: 767px) {
  .search_container.show-search {
    position: absolute;
    z-index: 10;
    width: 90%;
  }
}

.results_wrapper {
  background-color: white;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
}
.results_wrapper .single_result {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 16px;
  border-bottom: 1px solid rgba(44, 45, 51, 0.1);
}
.results_wrapper .single_result:hover .title {
  color: #d9d9d9;
}
.results_wrapper .title {
  padding-left: 22px;
  color: #444;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.results_wrapper img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

#search-form {
  background-color: #4f515c;
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 40px;
  padding: 0;
  font-size: 1.5em;
  color: white;
  transition: all 0.5s ease-in-out;
  margin-left: 0;
  margin-top: 7px;
}
#search-form .search_input {
  display: none;
  position: absolute;
  left: 14px;
  top: 11px;
}
#search-form input {
  width: 100%;
  height: 100%;
  border: 0px solid;
  background-color: transparent;
  color: inherit;
}
#search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 0.5;
  /* Firefox */
}
#search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
  opacity: 0.5;
}
#search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit;
  opacity: 0.5;
}
#search-form .close-search {
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  padding: 0 0.4em;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
  height: 40px;
  display: none;
}
#search-form .close-search:hover {
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                              WooCommerce Checkout                          */
/* -------------------------------------------------------------------------- */
.woocommerce-checkout #wc-stripe-payment-request-wrapper {
  width: 100%;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator {
  width: 100%;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  flex-flow: nowrap;
}

/* -------------------------------------------------------------------------- */
/*                              Google translate                              */
/* -------------------------------------------------------------------------- */
#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

#google_translate_element {
  display: none !important;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    Keyframes
\*------------------------------------*/
@keyframes anime {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Fonts                                   */
/* -------------------------------------------------------------------------- */
.ubuntu {
  font-family: Ubuntu;
}

/* -------------------------------------------------------------------------- */
/*                                    Zooming                                 */
/* -------------------------------------------------------------------------- */
.zoom-out img {
  transition: all 0.7s ease-in-out;
}
.zoom-out img:hover {
  transform: scale(1.2);
}

/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  #gdpr-notice {
    max-height: 90vh;
    font-size: 0.8em;
    max-width: 90vw;
  }
  #go-to-top.show {
    bottom: 1rem;
    font-size: 1.2em;
    right: 2rem;
  }
  #fc_frame.fc-widget-small {
    bottom: 60px !important;
  }
  #show-gdpr {
    left: 2rem;
    right: initial;
    bottom: 1rem;
    box-shadow: initial;
    background-color: #a6a6a6;
    color: white;
    font-size: 1.2em;
    padding: 0.5em 1em;
  }
  #show-gdpr .show-gdpr-icon {
    display: block;
  }
  #show-gdpr .show-gdpr-text {
    display: none;
  }
  #wrapper header {
    margin-bottom: 5rem;
  }
  #wrapper header #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    z-index: 5;
  }
  #wrapper header #navbar.show {
    height: 100%;
  }
  #wrapper header #navbar.show nav {
    height: 100%;
  }
  #wrapper header #navbar.show .resposnive-icon .fa-bars {
    display: none;
  }
  #wrapper header #navbar.show .resposnive-icon .fa-times {
    display: block;
  }
  #wrapper header #navbar .logo {
    padding: 1em;
    margin-right: auto;
    font-size: 1.9rem;
  }
  #wrapper header #navbar .resposnive-icon {
    display: flex;
    align-items: center;
  }
  #wrapper header #navbar .resposnive-icon .fa-bars {
    display: block;
  }
  #wrapper header #navbar nav {
    order: 5;
    width: 100%;
    height: 0;
    overflow: auto;
    display: block;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .title-container .toggle-arrow {
    display: flex;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .title-container.show .toggle-arrow {
    transform: rotate(180deg);
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .title-container.show + .mega-container {
    height: initial;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .mega-container {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    min-height: 0;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .mega-container.flyout-list .list-wrapper {
    width: 100%;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .mega-container.mega-list {
    padding: 0;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children .mega-container.mega-list .mega-inner {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5em;
    padding: 1em;
  }
  #wrapper header #navbar nav > .menu-item.menu-item-has-children:hover .title + .mega-container {
    animation: initial;
  }
  #wrapper header #navbar form {
    height: 50px;
  }
  #wrapper header #navbar .header-icons .cart-count-min {
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    border-radius: 50%;
    background-color: #262626;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
  }
  #wrapper header #navbar .header-icons .cart-count-full,
  #wrapper header #navbar .header-icons .cart-total {
    display: none;
  }
  #wrapper header #navbar .header-icons > i,
  #wrapper header #navbar .header-icons > a {
    font-size: 1.8rem;
  }
  #wrapper header #navbar .header-icons > i.fa-search,
  #wrapper header #navbar .header-icons > a.fa-search {
    font-size: 2rem;
  }
  #wrapper header .header-inner-wrapper {
    transform: initial;
    min-height: 21rem;
    position: relative;
  }
  #wrapper header .header-inner {
    margin-top: 50px;
    min-height: 100%;
    font-size: 0.7rem;
    transform: initial;
  }
  #wrapper header .header-inner .header-price {
    order: 3;
    justify-content: flex-end;
    position: initial;
  }
  #wrapper header .header-inner .woocommerce-breadcrumb {
    font-size: 2em;
    order: 1;
  }
  #wrapper header .header-inner .header-banner-image img {
    transform: translate(-50%, -50%);
    top: 50%;
  }
  footer .footer-inner {
    padding: 4em 2em 1em 2em;
  }
  footer .top-footer {
    flex-direction: column;
  }
  footer .bottom-footer {
    flex-direction: column;
  }
  footer .bottom-footer > div {
    margin-bottom: 1em;
  }
  body:not(.home):not(.page-template-default) main {
    padding: 0rem 2rem;
  }
  body.single-product .product-details-top {
    display: block;
    margin-bottom: 3em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  body.single-product .product-desc-container {
    padding-top: 0;
  }
  .products {
    display: block !important;
  }
  .woocommerce-page.archive ul.products li.product,
  .woocommerce-page.archive ul.wc-block-grid__products li.product,
  .search.search-results ul.products li.product,
  .search.search-results ul.wc-block-grid__products li.product {
    padding: 2em;
    margin-bottom: 1em;
  }
  .woocommerce-page.archive ul.products li.product h2,
  .woocommerce-page.archive ul.wc-block-grid__products li.product h2,
  .search.search-results ul.products li.product h2,
  .search.search-results ul.wc-block-grid__products li.product h2 {
    font-size: 1.5em;
  }
  .woocommerce-page.archive ul.products li.product .button,
  .woocommerce-page.archive ul.wc-block-grid__products li.product .button,
  .search.search-results ul.products li.product .button,
  .search.search-results ul.wc-block-grid__products li.product .button {
    font-size: 1.1em;
  }
  .woocommerce-page.archive ul.products li.product .product-image-desc .product-image-wrapper img,
  .woocommerce-page.archive ul.wc-block-grid__products li.product .product-image-desc .product-image-wrapper img,
  .search.search-results ul.products li.product .product-image-desc .product-image-wrapper img,
  .search.search-results ul.wc-block-grid__products li.product .product-image-desc .product-image-wrapper img {
    max-height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 10px;
  }
  body.home #wrapper header .header-inner {
    min-height: 18rem;
  }
  .header-inner-wrapper {
    transform: initial;
    min-height: 16rem;
    position: relative;
  }
  .header-inner-wrapper .header-inner {
    min-height: 100%;
    height: 100%;
  }
}
.popup-hardware-id {
  cursor: pointer;
  color: blue;
}
@media screen and (min-width: 480px) {
  .popup-hardware-id {
    position: relative;
  }
}
.popup-hardware-id:hover:after {
  background-size: cover;
  position: absolute;
  left: 20px;
  height: 220px;
  width: 407px;
  top: 50%;
  transform: translateY(-67%);
}
@media screen and (max-width: 480px) {
  .popup-hardware-id:hover:after {
    left: 0px;
    height: 248px;
    width: 375px;
    transform: translateY(-48%);
  }
}
.popup-hardware-id.emu:hover:after {
  background-image: url(img/emu-hardware-id.png);
  content: "";
}
@media screen and (max-width: 480px) {
  .popup-hardware-id.emu:hover:after {
    background-image: url(img/emu-hardware-id-small.png);
  }
}
.popup-hardware-id.elm:hover:after {
  background-image: url(img/elm-hardware-id.png);
  content: "";
  height: 276px;
}
@media screen and (max-width: 480px) {
  .popup-hardware-id.elm:hover:after {
    background-image: url(img/elm-hardware-id-small.png);
    height: 283px;
    width: 335px;
    transform: translateY(-74%);
    left: 20px;
  }
}

.ent_subscr .sm-text {
  font-size: 0.8em;
}
.ent_subscr .btn-action {
  font-size: 1em;
  display: block;
  margin: 8px 0;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 480px) {
  .ent_subscr .btn-action {
    display: inline-block;
    margin-right: 8px;
  }
}
.ent_subscr_license #copy_voucher_code,
.ent_subscr_license #voucher_code,
.ent_subscr_license #license_code {
  padding-right: 20px;
}
@media only screen and (min-width: 480px) {
  .ent_subscr_license #copy_voucher_code,
  .ent_subscr_license #voucher_code,
  .ent_subscr_license #license_code {
    font-size: 1.1em;
  }
}
.ent_subscr_license_offline_link {
  display: inline-block;
  color: #007bff;
  border-bottom: #007bff 1px dotted;
  margin-bottom: 16px;
}
.ent_subscr_license_offline_area {
  display: none;
  position: relative;
}
.ent_subscr_license_offline_area.show {
  display: block;
}
.ent_subscr_license_offline_area #offline_copy {
  position: absolute;
  right: 0;
}
.ent_subscr_license_offline_area textarea {
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 24px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #444;
}
.ent_subscr_license_offline_area textarea:focus {
  outline: none;
}
.ent_subscr_license .btn-sm {
  font-size: 11px;
  position: relative;
}
.ent_subscr_license .btn-sm .tip {
  left: 0;
  top: 30px;
  border-radius: 3px;
  width: 78px;
  padding: 4px;
  color: white;
  position: absolute;
  z-index: 1000;
  background-color: #2c2d33;
  opacity: 0;
}
.ent_subscr_license .btn-sm .tip:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 8px;
  height: 6px;
  width: 6px;
  background-color: #2c2d33;
  transform: rotate(45deg);
}
.ent_subscr_license .btn-sm .tip.tip_show {
  opacity: 1;
}
.ent_subscr_license .callout {
  border-left: 5px solid #0e76a8;
  font-size: 0.85em;
}
.ent_subscr_license .callout ul {
  padding-left: 20px;
}
.ent_subscr_license_activation {
  display: flex;
  flex-direction: column;
}
.ent_subscr_license_activation_field {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  margin-right: 8px;
}
.ent_subscr_license_activation_input {
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5em 1em;
  width: 100%;
  max-width: 420px;
}
.ent_subscr_license_activation_input.has_error {
  border: 1px solid red;
}
.ent_subscr_license_activation_input.has_error ~ div {
  display: block;
}
.ent_subscr_license_activation_error {
  display: none;
  color: red;
  font-size: 0.85em;
  margin-top: 4px;
}
.ent_subscr_license_activation .btn-action {
  margin: 8px 0 8px 0;
  display: block !important;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .ent_subscr_license_activation {
    flex-direction: row;
  }
  .ent_subscr_license_activation .btn-action {
    align-self: flex-start !important;
    margin: 0 0 8px 0 !important;
    width: auto;
  }
}
.ent_subscr .action_links a {
  margin-right: 8px;
}
.ent_subscr .action_links a:last-child {
  margin-right: 0;
}

.contact_us_btn {
  padding: 16px 20px;
  letter-spacing: 0.05rem;
  background-color: #4EA5DC !important;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 0;
}
.contact_us_btn:hover {
  background-color: #8C8C8D !important;
}

.contact_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1000;
  display: none;
}
.contact_overlay .contact_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 519px;
  height: auto;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .contact_overlay .contact_wrap {
    width: 327px;
    height: auto;
  }
}
.contact_overlay .contact_wrap.dealers {
  width: 94%;
  max-width: 650px;
}
.contact_overlay .contact_wrap.dealers[cols="1"] {
  max-width: 350px;
}
.contact_overlay .contact_wrap.dealers[cols="2"] .dealers-list {
  display: flex;
  justify-content: space-evenly;
}
.contact_overlay .contact_wrap.dealers .contact_content {
  padding: 20px;
}
.contact_overlay .contact_wrap.dealers .dealers-list section {
  padding: 0 30px 30px 0px;
  margin-right: 20px;
  font-size: 12px;
}
.contact_overlay .contact_wrap.dealers .dealers-list section h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contact_overlay .contact_wrap.dealers .dealers-list section .address {
  margin-bottom: 10px;
  display: flex;
}
.contact_overlay .contact_wrap.dealers .dealers-list section .text {
  padding-left: 10px;
}
.contact_overlay .contact_content {
  padding: 70px 64px 88px;
}
@media screen and (max-width: 767px) {
  .contact_overlay .contact_content {
    padding: 35px 37px 53px;
  }
}
.contact_overlay .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_overlay .title {
    max-width: 167px;
  }
}
.contact_overlay .title span {
  color: #4EA5DC;
}
.contact_overlay .phone_container,
.contact_overlay .mail_container {
  padding-bottom: 12px;
}
.contact_overlay .phone_container img,
.contact_overlay .phone_container svg,
.contact_overlay .mail_container img,
.contact_overlay .mail_container svg {
  width: 20px;
}
.contact_overlay .mail_container a,
.contact_overlay .phone_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.contact_overlay .mail_container a span,
.contact_overlay .phone_container a span {
  padding-left: 13px;
}
.contact_overlay .contact_close {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
.contact_overlay .select2-container {
  margin: 0 auto;
  width: 306px;
  max-width: 100%;
  display: block;
}
.contact_overlay .select2-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 0 !important;
  max-width: 100%;
  width: 100%;
  background-color: #CFCFCF;
  padding: 5px 0 14px 18px;
  display: none;
  max-height: 163px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_overlay .select2-container ul {
    display: block;
  }
}
.contact_overlay .select2-container ul li {
  font-size: 15px;
  line-height: 24px;
  color: black;
  font-weight: 400;
  text-align: left;
}
.contact_overlay .selection {
  background-color: black;
  color: white;
  font-size: 15px;
  line-height: 25px;
  padding: 7px 30px;
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  display: block;
  white-space: nowrap;
  position: relative;
}
.contact_overlay .selection .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.contact_overlay .selection .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  padding: 0;
}
.contact_overlay .selection:hover {
  cursor: pointer;
}
.contact_overlay .select2-selection__arrow {
  width: 0 !important;
  height: 0 !important;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #D9D9D9;
  display: block;
  position: absolute;
  right: 8px !important;
  top: 16px !important;
}
.contact_overlay .select2-selection__arrow b {
  display: none;
}
.contact_overlay .message_first {
  padding-bottom: 47px;
  font-size: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.contact_overlay .message_first u {
  display: block;
}
.contact_overlay .message_first u {
  display: block;
}
.contact_overlay .message_second {
  padding-bottom: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-top: 20px;
}
.contact_overlay .message-options {
  display: flex;
  justify-content: space-between;
  font-size: 1.3em;
}
.contact_overlay .message-options .stay-button,
.contact_overlay .message-options .redirect-button {
  align-self: center;
  background-color: #262626;
  transition: all 0.3s;
  font-size: 1em;
  padding: 0.5em 2.5em;
  color: white;
  border-radius: 2px;
  margin-top: 1em;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  width: 48%;
  padding: 0.5em 1em;
  text-align: center;
}
.contact_overlay .message-options .stay-button:hover,
.contact_overlay .message-options .redirect-button:hover {
  opacity: 0.7;
}
.contact_overlay .message-options .redirect-button {
  background-color: #404040;
}

.bg-info {
  background-color: #15a6df !important;
}

.rtl-layout .kt-has-1-columns .kt-blocks-carousel {
  direction: ltr;
}

.dashboard-widget .row .col section {
  min-height: 230px;
}
ol[type=A], ul[type=A] {
  list-style-type: upper-alpha !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content .close {
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
}

/*# sourceMappingURL=main-style.css.map */
