@charset "UTF-8";
/*------------------------------------*\
	vars
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --blue: #0EA5DF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #FCE7E7FF;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0EA5DF;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}

:root {
  --site-width: 1100px;
  --container-max-width: calc(100% - 160px);
  --blue: #0EA5DF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #FCE7E7FF;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0EA5DF;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #4c4c4c;
  --black: #00000;
}
@media screen and (max-width: 1600px) {
  :root {
    --container-max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 575px) {
  :root {
    --container-max-width: calc(100% - 40px);
  }
}

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

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

a {
  color: #0EA5DF;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", "Fira Sans", sans-serif, Helvetica, Arial;
}

.font-heading {
  font-family: "Montserrat", "Fira Sans", sans-serif, Helvetica, Arial;
}

/* 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;
  box-shadow: 0 0 0;
}

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

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

p {
  font-size: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.frontend::before {
  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;
}

.bg-primary {
  background-color: #E7F6FC !important;
}

.bg-warning {
  background-color: rgb(252, 231, 231) !important;
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 14px;
}

input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, select.form-control, textarea.form-control {
  border: 1px solid #ced4da;
  border-radius: 14px;
  padding: 5px 15px;
}

.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-underline:hover {
  text-decoration: none;
}

/* wrapper */
#wrapper {
  width: 100%;
  position: relative;
  background-color: white;
}
#wrapper > header {
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
  z-index: 15;
}
.newLookEnabled.single-product #wrapper > header {
  display: none;
}
@keyframes colorchange {
  to {
    filter: hue-rotate(360deg);
  }
}
#wrapper > header .header-inner-wrapper {
  transform-origin: bottom right;
  background-color: #FFF;
}
#wrapper > header .header-inner {
  min-height: 25rem;
  padding: 10rem 4rem 2rem 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#wrapper > header .header-inner > h1 {
  font-size: 4em;
  font-weight: bold;
  color: #000;
  z-index: 1;
}
body.single-product.newLookEnabled #wrapper > header .header-inner .woocommerce-breadcrumb {
  color: #000 !important;
  position: absolute;
  top: 100px;
  max-width: var(--container-max-width);
  width: 100%;
  text-align: left;
  font-size: 14px;
}
body.single-product.newLookEnabled #wrapper > header .header-inner .woocommerce-breadcrumb a {
  color: #000 !important;
}
#wrapper > header .header-inner nav {
  z-index: 1;
}
#wrapper > header .header-inner .header-banner-image {
  position: relative;
  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%;
}
#wrapper > header .header-inner .header-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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%;
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #wrapper > header .header-inner .header-banner-image img {
    position: absolute;
  }
}
#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;
}
#wrapper > header .header-inner.with-banner {
  padding: 0;
}
#wrapper > header .header-inner.with-banner .header-banner-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper > header .header-inner.with-banner .header-banner-image {
    padding-bottom: 33%;
  }
}
@media screen and (max-width: 575px) {
  #wrapper > header .header-inner.with-banner .header-banner-image {
    padding-bottom: 70%;
  }
}
#wrapper > header .header-inner.with-banner .title_breadcrumb {
  position: absolute;
  z-index: 11;
  width: 40%;
  left: 0;
  height: fit-content;
  top: 50%;
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 2% 5%;
  color: #d9d9d9;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  #wrapper > header .header-inner.with-banner .title_breadcrumb {
    transform: translateY(0px);
    top: inherit;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
#wrapper > header .header-inner.with-banner .title_breadcrumb h1,
#wrapper > header .header-inner.with-banner .title_breadcrumb nav,
#wrapper > header .header-inner.with-banner .title_breadcrumb nav a {
  color: white;
}
#wrapper .sub-header {
  background-color: #D9D9D9;
  min-height: 18rem;
  padding: 2rem 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
#wrapper .sub-header h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  z-index: 1;
}
#wrapper .sub-header h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  z-index: 1;
}

#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;
}
.page-template-page-dealers #container, .post-type-archive-solution #container, .tax-solutions #container, body.projects #container, .single-solution #container, .blog-page #container, .blog #container, body.tag #container, body.products #container, body.about #container, body.about-us #container, body.careers #container, .category.archive #container, .single-post #container, .contact #container, .support #container, .contact-us #container, .terms-of-trade #container, .lighting-control-training-videos #container, .training-videos #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 0 0 lightgray;
}

main {
  padding: 2rem 4rem;
}
.post-type-archive-solution main, .tax-solutions main, body.projects main, .single-solution main, .terms-of-trade main, .home main, .support main, body.about main, body.about-us main, body.careers 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: 0;
}

body.single-product #launcher-frame {
  margin-right: -25px;
}
@media screen and (max-width: 480px) {
  body.single-product #launcher-frame {
    bottom: -12px;
  }
}
body.single-product #wc-stripe-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-button-separator {
  display: none !important;
}
body.single-product.newLookEnabled {
  --navbar-header-color: #000;
  --header-icons: 1;
  --background-color: rgba(255, 255, 255, .8);
  --background-mobile-color: #FFFFFF;
  --navbar-header-color-light: #4C4C4C;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .white-logo {
  display: none;
}
body.single-product.newLookEnabled #navbar.layout-fixed .white-logo {
  display: block;
}
body.single-product.newLookEnabled #navbar.layout-fixed .black-logo {
  display: none;
}
body.single-product.newLookEnabled--darkVersion {
  --navbar-header-color: #fff;
  --header-icons: 0;
  --background-color: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  --background-mobile-color: #2f2f2f;
  --navbar-header-color-light: #ACACAC;
}
body.single-product.newLookEnabled--darkVersion #navbar:not(.layout-fixed) .white-logo {
  display: block;
}
body.single-product.newLookEnabled--darkVersion #navbar:not(.layout-fixed) .black-logo {
  display: none;
}
body.single-product.newLookEnabled--darkVersion #navbar.layout-fixed .white-logo {
  display: block;
}
body.single-product.newLookEnabled--darkVersion #navbar.layout-fixed .black-logo {
  display: none;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) {
  background: transparent !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item > .mega-menu-link {
  color: var(--navbar-header-color) !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item > .mega-menu-link:hover {
  color: #0EA5DF !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link, body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-item > .mega-menu-link, body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-parent > .mega-menu-link {
  color: #0EA5DF !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link:hover, body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-item > .mega-menu-link:hover, body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu > .mega-menu-item.mega-current-menu-parent > .mega-menu-link:hover {
  color: #0EA5DF !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-ancestor > .mega-menu-link,
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-item > .mega-menu-link,
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-parent > .mega-menu-link {
  color: #0EA5DF !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-ancestor > .mega-menu-link:hover,
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-item > .mega-menu-link:hover,
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .mega-menu .mega-current-menu-parent > .mega-menu-link:hover {
  color: #0EA5DF !important;
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .header-icons svg {
  filter: invert(var(--header-icons));
}
body.single-product.newLookEnabled #navbar:not(.layout-fixed) .header-icons .btn:hover {
  color: #0EA5DF !important;
  border-color: #0EA5DF !important;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled main {
    padding: 0 0 0 !important;
  }
}
body.single-product.newLookEnabled .woocommerce-notices-wrapper {
  display: none;
}
body.single-product.newLookEnabled .woocommerce-notices-wrapper.show {
  display: block;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .skiptranslate {
    display: none;
  }
}
body.single-product.newLookEnabled .woocommerce-breadcrumb {
  position: relative;
  font-size: 16px;
  color: var(--navbar-header-color-light);
}
body.single-product.newLookEnabled .woocommerce-breadcrumb a {
  font-size: 14px;
  color: var(--navbar-header-color-light);
}
body.single-product.newLookEnabled .woocommerce-breadcrumb .current_post {
  text-decoration: underline;
}
body.single-product.newLookEnabled .product-details-top {
  z-index: 0;
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 40rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.single-product.newLookEnabled .product-details-top {
    padding: 0;
    height: auto;
    flex-direction: column;
    background: var(--background-mobile-color);
  }
  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 .product-image {
  width: 100% !important;
}
body.single-product.newLookEnabled .product-details-top img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  object-position: top;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .product-details-top img {
    position: relative;
    min-height: 300px;
    padding-top: 70px;
  }
}
body.single-product.newLookEnabled .product-details-top .product-info {
  position: absolute;
  z-index: 11;
  width: 100% !important;
  max-width: var(--container-max-width);
  left: 50%;
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  top: 50%;
  color: var(--navbar-header-color);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .product-details-top .product-info {
    width: 100% !important;
    left: 0;
    padding: 0;
    margin-bottom: 0;
    bottom: 0;
    top: inherit;
    transform: translate(0);
    background: var(--background-color);
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .product-details-top .product-info {
    position: relative;
    background: var(--background-mobile-color);
  }
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area {
  display: flex;
  flex-direction: column;
  max-width: 570px;
  border-radius: 8px;
  color: var(--navbar-header-color);
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .product-details-top .product-info .product-info-area {
    border-radius: 0;
    max-width: 100%;
    padding: 20px;
  }
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area h1 {
  color: var(--navbar-header-color);
  order: 0;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 0;
}
@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: var(--navbar-header-color);
  order: 2;
  font-size: 18px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .woocommerce-product-details__short-description p {
  font-size: 18px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .jump-tabs {
  order: 2;
  position: absolute;
  bottom: -115px;
  left: 50%;
  width: max-content;
  /* background: #000; */
  margin-bottom: 0;
  /* justify-content: center; */
  transform: translateX(-50%);
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .jump-tabs [data-go-to] {
  position: relative;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .jump-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 .jump-tabs [data-go-to]:last-child:after {
  width: 0;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .jump-tabs .tab-icon {
  display: none;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form {
  order: 4;
  max-width: 400px;
  justify-content: flex-start;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form.variations_form {
  justify-content: flex-end;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .quantity {
  display: none !important;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .single_add_to_cart_button {
  margin-left: 0;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .single_variation_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .single_variation_wrap .single_add_to_cart_button {
  background-color: #0EA5DE;
  border: 1px solid #0EA5DE;
  margin-left: 16px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .single_variation_wrap .single_add_to_cart_button:hover {
  background-color: #007bff;
  border-color: #007bff;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area form .single_variation_wrap .single_add_to_cart_button.disabled {
  display: none;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .price {
  order: 3;
  color: var(--navbar-header-color);
  justify-content: FLEX-START;
  font-weight: 400;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .price .woocommerce-price-suffix {
  color: var(--navbar-header-color);
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .product_meta {
  order: 1;
  color: var(--navbar-header-color-light);
  margin-bottom: 30px;
  font-size: 16px;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .product_meta .sku_wrapper {
  color: var(--navbar-header-color-light);
  text-align: left;
}
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area button,
body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .contact_us_btn {
  order: 10;
  width: max-content;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .product-details-top .product-info .product-info-area button,
  body.single-product.newLookEnabled .product-details-top .product-info .product-info-area .contact_us_btn {
    padding: 10px 15px;
    font-size: 16px;
    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;
}
body.single-product.newLookEnabled .product-desc-container {
  background-color: #F4F7FA;
}
body.single-product.newLookEnabled .product-desc-container.with-light-background {
  background-color: #F4F7FA;
}
body.single-product.newLookEnabled .product-desc-container.no-bg {
  background-color: transparent;
}
body.single-product.newLookEnabled .product-desc-container.white-bg {
  background-color: #ffffff;
}
body.single-product.newLookEnabled .product_nav .product_cart_form {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.single-product.newLookEnabled .product_nav .product_cart_form button,
body.single-product.newLookEnabled .product_nav .product_cart_form .contact_us_btn {
  order: 10;
  width: max-content;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background-color: #0EA5DF;
  opacity: 1 !important;
  margin-left: 16px;
}
body.single-product.newLookEnabled .product_nav .product_cart_form button:hover,
body.single-product.newLookEnabled .product_nav .product_cart_form .contact_us_btn:hover {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .product_nav .product_cart_form button,
  body.single-product.newLookEnabled .product_nav .product_cart_form .contact_us_btn {
    padding: 10px 15px;
    line-height: 14px;
    width: auto;
  }
}
body.single-product.newLookEnabled .product_nav .product_cart_form *:not(form):not(button[type=submit]):not(.contact_us_btn):not(.stock.out-of-stock) {
  display: none;
}
body.single-product.newLookEnabled .product_nav.layout-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111;
  top: 132px;
  width: 100%;
}
body.single-product.newLookEnabled .product_nav.fixed-bg {
  background-color: #2f2f2f;
  transition: all 0.3s ease-in-out;
}
body.single-product.newLookEnabled .product_nav.fixed-bg .product_cart_form {
  visibility: visible;
  opacity: 1;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs,
body.single-product.newLookEnabled .new_style_tabs .tabs {
  padding: 0 !important;
  margin: 0 auto 20px auto !important;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #dddddd;
  width: fit-content;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container:before, body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container:after,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs:before,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs:after,
body.single-product.newLookEnabled .new_style_tabs .tabs:before,
body.single-product.newLookEnabled .new_style_tabs .tabs:after {
  display: none !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li,
body.single-product.newLookEnabled .new_style_tabs .tabs li {
  border-radius: 15px 15px 0 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #ffffff !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li:before, body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li:after,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li:before,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li:after,
body.single-product.newLookEnabled .new_style_tabs .tabs li:before,
body.single-product.newLookEnabled .new_style_tabs .tabs li:after {
  display: none !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li a,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li a,
body.single-product.newLookEnabled .new_style_tabs .tabs li a {
  display: block;
  color: #000 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 0 20px !important;
  box-shadow: inherit;
  font-size: 14px;
  font-weight: 300 !important;
  text-align: center;
  line-height: 35px !important;
  cursor: pointer !important;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li a,
  body.single-product.newLookEnabled .new_style_tabs .jump-tabs li a,
  body.single-product.newLookEnabled .new_style_tabs .tabs li a {
    padding: 0 10px !important;
  }
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li.active,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li.active,
body.single-product.newLookEnabled .new_style_tabs .tabs li.active {
  color: #000 !important;
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  z-index: 2;
  border-bottom-color: #0EA5DE !important;
  border-bottom-width: 1px !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container li.active a,
body.single-product.newLookEnabled .new_style_tabs .jump-tabs li.active a,
body.single-product.newLookEnabled .new_style_tabs .tabs li.active a {
  border-bottom: 2px solid #0EA5DE !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container.has-white-color {
  border-color: #ACACAC !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container.has-white-color li {
  border-color: #ACACAC !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container.has-white-color li a {
  color: #fff !important;
}
body.single-product.newLookEnabled .new_style_tabs .wp-block-navigation__container.has-white-color li.active {
  border-bottom-color: #0EA5DE !important;
  color: #fff !important;
}
body.single-product.newLookEnabled .new_style_tabs h2[role=tab] {
  border-bottom: solid 2px #000;
  padding: 10px 20px 10px 0;
  border-radius: 0;
  position: relative;
}
body.single-product.newLookEnabled .new_style_tabs h2[role=tab] a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  box-shadow: 0 0 0 0;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel {
    display: none;
  }
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel.active {
    display: block !important;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h1 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 44px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 40px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h4, body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h5, body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview ul {
  list-style: inside;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 40px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info h1 {
  color: #000;
  order: 0;
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 990px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info h1 {
    font-size: 4rem;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .woocommerce-product-details__short-description {
  color: #000;
  order: 2;
  display: none;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .woocommerce-tabs {
  order: 2;
  display: none;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info form {
  order: 4;
  margin-bottom: 0;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info form .quantity {
  display: none !important;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info form .single_variation_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .price {
  order: 3;
  color: #000;
  justify-content: FLEX-START;
  font-weight: bold;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .price .woocommerce-price-suffix {
  color: #000;
  font-size: 10px;
  position: absolute;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .single_add_to_cart_button {
  background-color: #0EA5DE;
  border-color: #0EA5DE;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .single_add_to_cart_button:hover {
  background-color: #007bff;
  border-color: #007bff;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .single_add_to_cart_button.disabled {
  display: none;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .product_meta {
  order: 1;
  color: #000;
  margin-bottom: 10px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .product_meta .sku_wrapper {
  color: #000;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .contact_us_btn {
  order: 10;
  width: max-content;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .contact_us_btn {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .first-payment-date {
  order: 10;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .stock.out-of-stock {
  order: 9;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--item-info .stock.in-stock {
  display: none;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--text {
  overflow: hidden;
  transition: max-height 0.3s ease; /* Adjust duration and easing as needed */
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--text:not(.expanded) .minimize-overview-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content--text.transitioning {
  transition: max-height 0.3s ease; /* Match this duration with the setTimeout in JavaScript */
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content .toggle-button {
  outline: 0;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
  transform: translateX(0%);
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content .toggle-button {
    left: 0;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .overview-content .toggle-button:hover {
  background-color: #4EA5DC;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery {
  display: flex;
  flex-grow: 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery {
    flex-direction: column;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .overview-content {
  flex-basis: 50%;
  padding-left: 50px;
  order: 1;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .overview-content {
    padding-left: 0;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery {
    width: 100%;
    margin-top: 50px;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery #loader {
  display: none;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery.lazyload {
  height: 500px;
  overflow: hidden;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery.lazyload .slider-thumb,
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery.lazyload .slider-content {
  opacity: 0;
  width: 0;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery.lazyload #loader {
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .image-gallery.lazyload #loader svg {
  width: 100px;
  height: 100px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-content {
  width: calc(100% - 90px);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-content .slick-slide {
  height: 500px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-content .slick-slide img {
  height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-content .slick-slide {
    height: 350px;
  }
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-content .slick-slide img {
    height: 350px;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-thumb {
  width: 90px;
  margin-left: 10px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-thumb .slider-item {
  margin-bottom: 5px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-thumb .slider-item img {
  object-fit: cover;
  user-select: none;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  border: solid 1px #fff;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-thumb .slider-item.slick-current img {
  border: solid 1px #6187c7;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_overview .with-gallery .slider-thumb .slick-arrow {
  text-align: center;
  display: block;
  cursor: pointer;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_features_tab ul {
  display: flex;
  flex-wrap: wrap;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_features_tab ul li {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_features_tab ul li {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .video-container {
    width: 100%;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .youtube-video {
  width: 100% !important;
  height: auto !important;
  min-height: 340px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .youtube-video iframe,
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .youtube-video .wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
  min-height: 340px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .wp-video {
    width: 100% !important;
  }
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_video_tab .embed-responsive-item {
    width: 100%;
    max-width: 100%;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_specifications table {
  border-spacing: 10px;
  border-collapse: separate;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_specifications table tr td {
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_specifications table tr td {
    display: block;
  }
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_specifications table tr td:nth-child(odd) {
    background-color: #d9d7d7;
  }
}
@media screen and (min-width: 769px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_specifications table tr:nth-child(odd) {
    background-color: #d9d7d7;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .parent-columns {
  gap: 1em;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .parent-columns .parent-column.col {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .parent-columns .parent-column.col[data-items="4"] {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .parent-columns {
    flex-direction: column;
  }
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .child-columns .col {
  flex-basis: 90px;
  flex-grow: 0;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .child-columns .item-icon {
  display: block;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads .child-columns .item-caption {
  font-size: 12px;
  margin-top: 10px;
}
body.single-product.newLookEnabled .new_style_tabs .woocommerce-Tabs-panel--_product_downloads p {
  font-size: 12px;
  margin-top: 10px;
}
body.single-product.newLookEnabled .specification-table tr td {
  border: 0;
  border-bottom: solid 1px #4c4c4c;
}
body.single-product.newLookEnabled .specification-table tr td:first-child {
  color: #808080;
  text-transform: uppercase;
}
body.single-product.newLookEnabled .austrlia-map-icons {
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .austrlia-map-icons {
    font-size: 13px;
  }
}
body.single-product.newLookEnabled .austrlia-map-icons .media {
  align-items: center;
  color: #0EA5DF;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .austrlia-map-icons .media {
    flex-direction: column;
    gap: 1em;
  }
}
body.single-product.newLookEnabled .austrlia-map-icons img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .austrlia-map-icons img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .austrlia-map-icons img {
    width: 60px;
    height: 60px;
  }
}
body.single-product.newLookEnabled .text_before_project_section {
  background: #D9D9D9;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  background-size: cover;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .text_before_project_section {
    padding: 50px 20px;
  }
}
body.single-product.newLookEnabled .text_before_project_section h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .text_before_project_section h1 {
    font-size: 34px;
  }
}
body.single-product.newLookEnabled .text_before_project_section h2, body.single-product.newLookEnabled .text_before_project_section h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .text_before_project_section h2, body.single-product.newLookEnabled .text_before_project_section h3 {
    font-size: 22px;
  }
}
body.single-product.newLookEnabled .text_before_project_section a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #0EA5DE;
  border-color: #0EA5DE;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  margin-top: 30px;
}
body.single-product.newLookEnabled .text_before_project_section a:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
body.single-product.newLookEnabled .text_before_project_section .bg-video-container {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
body.single-product.newLookEnabled .text_before_project_section .bg-video-container .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
body.single-product.newLookEnabled .project_section {
  position: relative;
  padding-bottom: 300px;
  color: #fff;
  background-color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .project_section {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section {
    padding-bottom: 70px;
  }
}
body.single-product.newLookEnabled .project_section_bg_image img {
  object-fit: cover;
  user-select: none;
  width: 100%;
  height: 575px;
  max-height: 575px;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .project_section_bg_image img {
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_bg_image img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section .heading-contents {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
body.single-product.newLookEnabled .project_section .heading-contents h1, body.single-product.newLookEnabled .project_section .heading-contents h2, body.single-product.newLookEnabled .project_section .heading-contents h3, body.single-product.newLookEnabled .project_section .heading-contents h4, body.single-product.newLookEnabled .project_section .heading-contents h5, body.single-product.newLookEnabled .project_section .heading-contents h6 {
  color: #ffffff;
}
body.single-product.newLookEnabled .project_section .heading-contents h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section .heading-contents h1 {
    font-size: 34px;
  }
}
body.single-product.newLookEnabled .project_section .heading-contents h2, body.single-product.newLookEnabled .project_section .heading-contents h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section .heading-contents h2, body.single-product.newLookEnabled .project_section .heading-contents h3 {
    font-size: 22px;
  }
}
body.single-product.newLookEnabled .project_section_contents {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_contents {
    position: relative;
    top: 0;
    left: inherit;
    transform: translateX(0%);
  }
}
body.single-product.newLookEnabled .project_section_contents h1, body.single-product.newLookEnabled .project_section_contents h2, body.single-product.newLookEnabled .project_section_contents h3, body.single-product.newLookEnabled .project_section_contents h4, body.single-product.newLookEnabled .project_section_contents h5, body.single-product.newLookEnabled .project_section_contents h6 {
  color: #ffffff;
}
body.single-product.newLookEnabled .project_section_contents h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_contents h1 {
    font-size: 34px;
  }
}
body.single-product.newLookEnabled .project_section_contents h2, body.single-product.newLookEnabled .project_section_contents h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_contents h2, body.single-product.newLookEnabled .project_section_contents h3 {
    font-size: 22px;
  }
}
body.single-product.newLookEnabled .project_section_items {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_items {
    gap: 1em;
    flex-wrap: wrap;
  }
}
body.single-product.newLookEnabled .project_section_items a {
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_items a {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
body.single-product.newLookEnabled .project_section_items a img {
  cursor: pointer;
  object-fit: cover;
  user-select: none;
  width: 100%;
  height: 570px;
  border-radius: 10px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .project_section_items a img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_items a img {
    height: 200px;
  }
}
body.single-product.newLookEnabled .project_section_items a .item_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 3rem;
  text-transform: uppercase;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .project_section_items a .item_caption {
    font-size: 1.5rem;
    opacity: 1;
    padding: 20px;
  }
}
body.single-product.newLookEnabled .project_section_items a:hover .item_caption {
  opacity: 1;
}
body.single-product.newLookEnabled .newsletter_section {
  position: relative;
  color: #000;
}
body.single-product.newLookEnabled .newsletter_section_bg_image img {
  object-fit: cover;
  user-select: none;
  width: 100%;
  height: 575px;
  max-height: 575px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .newsletter_section_bg_image img {
    height: auto;
    max-height: auto;
  }
}
body.single-product.newLookEnabled .newsletter_section_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  max-width: 1200px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .newsletter_section_contents {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
body.single-product.newLookEnabled .newsletter_section_contents h1, body.single-product.newLookEnabled .newsletter_section_contents h2, body.single-product.newLookEnabled .newsletter_section_contents h3, body.single-product.newLookEnabled .newsletter_section_contents h4, body.single-product.newLookEnabled .newsletter_section_contents h5, body.single-product.newLookEnabled .newsletter_section_contents h6 {
  color: #000;
}
body.single-product.newLookEnabled .newsletter_section_contents h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .newsletter_section_contents h1 {
    font-size: 34px;
  }
}
body.single-product.newLookEnabled .newsletter_section_contents h2, body.single-product.newLookEnabled .newsletter_section_contents h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .newsletter_section_contents h2, body.single-product.newLookEnabled .newsletter_section_contents h3 {
    font-size: 22px;
  }
}
body.single-product.newLookEnabled .newsletter_section_contents .btn,
body.single-product.newLookEnabled .newsletter_section_contents p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
body.single-product.newLookEnabled .related_products_section {
  position: relative;
  padding-bottom: 70px;
  background-color: #E1E1E1;
}
body.single-product.newLookEnabled .related_products_section_contents h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .related_products_section_contents h1 {
    font-size: 34px;
  }
}
body.single-product.newLookEnabled .related_products_section_contents h2, body.single-product.newLookEnabled .related_products_section_contents h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .related_products_section_contents h2, body.single-product.newLookEnabled .related_products_section_contents h3 {
    font-size: 22px;
  }
}
body.single-product.newLookEnabled .related_products_section_contents p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
body.single-product.newLookEnabled .related_products_section_items {
  margin-top: 50px;
  gap: 25px;
  flex-wrap: nowrap;
}
body.single-product.newLookEnabled .related_products_section_items a {
  position: relative;
  border-radius: 10px;
}
body.single-product.newLookEnabled .related_products_section_items a img {
  cursor: pointer;
  object-fit: cover;
  user-select: none;
  width: 100%;
  border-radius: 0;
  min-height: 250px;
  max-height: 250px;
  background: rgb(233, 238, 246);
  border: solid 1px #ddd;
  margin-bottom: 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .related_products_section_items a img {
    min-height: 200px;
    max-height: 200px;
  }
}
body.single-product.newLookEnabled .related_products_section_items a .item_caption {
  color: black;
  font-size: 1.7rem;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .related_products_section_items a .item_caption {
    font-size: 1.3rem;
  }
}
body.single-product.newLookEnabled .related_products_section_items a:hover .item_caption {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .related_products_section_items[data-count="1"] img, body.single-product.newLookEnabled .related_products_section_items[data-count="2"] img, body.single-product.newLookEnabled .related_products_section_items[data-count="3"] img {
    min-height: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .related_products_section_items[data-count="5"], body.single-product.newLookEnabled .related_products_section_items[data-count="6"], body.single-product.newLookEnabled .related_products_section_items[data-count="7"], body.single-product.newLookEnabled .related_products_section_items[data-count="9"] {
    flex-wrap: wrap;
  }
  body.single-product.newLookEnabled .related_products_section_items[data-count="5"] a, body.single-product.newLookEnabled .related_products_section_items[data-count="6"] a, body.single-product.newLookEnabled .related_products_section_items[data-count="7"] a, body.single-product.newLookEnabled .related_products_section_items[data-count="9"] a {
    -ms-flex: 0 0 calc(33.333333% - 17px);
    flex: 0 0 calc(33.333333% - 17px);
    max-width: calc(33.333333% - 17px);
  }
}
@media screen and (max-width: 575px) {
  body.single-product.newLookEnabled .related_products_section_items[data-count="5"] img, body.single-product.newLookEnabled .related_products_section_items[data-count="6"] img, body.single-product.newLookEnabled .related_products_section_items[data-count="7"] img, body.single-product.newLookEnabled .related_products_section_items[data-count="9"] img {
    min-height: 100px;
    max-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.single-product.newLookEnabled .related_products_section_items[data-count="2"], body.single-product.newLookEnabled .related_products_section_items[data-count="4"], body.single-product.newLookEnabled .related_products_section_items[data-count="8"] {
    flex-wrap: wrap;
  }
  body.single-product.newLookEnabled .related_products_section_items[data-count="2"] a, body.single-product.newLookEnabled .related_products_section_items[data-count="4"] a, body.single-product.newLookEnabled .related_products_section_items[data-count="8"] a {
    -ms-flex: 0 0 calc(50% - 12.5px);
    flex: 0 0 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
  }
}

.wp-block-table.new-style-table tr td {
  border: 0;
  border-top: solid 1px #4c4c4c;
}
.wp-block-table.new-style-table tr td:first-child {
  color: #808080;
  text-transform: uppercase;
}
.wp-block-table.new-style-table tr td:last-child {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 17.76px;
  text-align: left;
}

body.single-solution #wrapper > header .header-inner .header-banner-image img {
  max-height: 100vh;
  min-height: 100vh;
}
body.single-solution #wrapper > header .header-inner.with-banner {
  min-height: 100vh;
}
body.single-solution #wrapper > header .header-inner.with-banner .title_breadcrumb {
  top: 65%;
  background: rgba(0, 0, 0, 0);
  transform: translateY(-50%);
}
body.single-solution #wrapper > header .header-inner.with-banner .title_breadcrumb h1 {
  font-size: 67px;
}
body.single-solution .woocommerce-breadcrumb {
  display: none;
}
body.single-solution .product_nav.layout-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111;
  top: 132px;
  width: 100%;
}
body.single-solution .product_nav.fixed-bg {
  background-color: #2f2f2f;
  transition: all 0.3s ease-in-out;
}
body.single-solution main {
  padding: 0 !important;
}

.product_nav.layout-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111;
  top: 132px;
  width: 100%;
}
.product_nav.fixed-bg {
  background-color: #2f2f2f;
  transition: all 0.3s ease-in-out;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container,
.product_nav.fixed-bg .new_style_tabs .jump-tabs,
.product_nav.fixed-bg .new_style_tabs .tabs {
  padding: 0 !important;
  margin: 0 auto 20px auto !important;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #dddddd;
  width: fit-content;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container:before, .product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container:after,
.product_nav.fixed-bg .new_style_tabs .jump-tabs:before,
.product_nav.fixed-bg .new_style_tabs .jump-tabs:after,
.product_nav.fixed-bg .new_style_tabs .tabs:before,
.product_nav.fixed-bg .new_style_tabs .tabs:after {
  display: none !important;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li,
.product_nav.fixed-bg .new_style_tabs .tabs li {
  border-radius: 15px 15px 0 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #ffffff !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li:before, .product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li:after,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li:before,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li:after,
.product_nav.fixed-bg .new_style_tabs .tabs li:before,
.product_nav.fixed-bg .new_style_tabs .tabs li:after {
  display: none !important;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li a,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li a,
.product_nav.fixed-bg .new_style_tabs .tabs li a {
  display: block;
  color: #000 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 0 20px !important;
  box-shadow: inherit;
  font-size: 14px;
  font-weight: 300 !important;
  text-align: center;
  line-height: 35px !important;
  cursor: pointer !important;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li a,
  .product_nav.fixed-bg .new_style_tabs .jump-tabs li a,
  .product_nav.fixed-bg .new_style_tabs .tabs li a {
    padding: 0 10px !important;
  }
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li.active,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li.active,
.product_nav.fixed-bg .new_style_tabs .tabs li.active {
  color: #000 !important;
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  z-index: 2;
  border-bottom-color: #0EA5DE !important;
  border-bottom-width: 1px !important;
}
.product_nav.fixed-bg .new_style_tabs .wp-block-navigation__container li.active a,
.product_nav.fixed-bg .new_style_tabs .jump-tabs li.active a,
.product_nav.fixed-bg .new_style_tabs .tabs li.active a {
  border-bottom: 2px solid #0EA5DE !important;
}

.btn-primary {
  background-color: #0EA5DE;
  border-color: #0EA5DE;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0EA5DE !important;
  border-color: #0EA5DE !important;
  opacity: 0.7 !important;
}

.btn-outline-dark {
  border-color: var(--dark);
  color: var(--dark);
}
.btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:hover {
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
  color: #fff;
}

.btn {
  transition: all 0.3s ease-in-out;
}

.table .thead-dark th {
  background-color: var(--dark);
  border-color: var(--dark);
}

.border {
  border-color: #f2f2f2 !important;
}
.border.border-dark {
  border-color: var(--dark) !important;
}
.border.border-primary {
  border-color: var(--primary) !important;
}
.border.border-secondary {
  border-color: var(--secondary) !important;
}
.border.border-success {
  border-color: var(--success) !important;
}
.border.border-danger {
  border-color: var(--danger) !important;
}
.border.border-warning {
  border-color: var(--warning) !important;
}
.border.border-light {
  border-color: var(--light) !important;
}
.border.border-transparent {
  border-color: transparent;
}

.hover:hover {
  opacity: 0.7;
}
.hover-bg-dark:hover {
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
}
.hover-bg-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.hover-bg-secondary:hover {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.hover-bg-success:hover {
  background-color: var(--success) !important;
  border-color: var(--success) !important;
}
.hover-bg-danger:hover {
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}
.hover-bg-warning:hover {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}
.hover-bg-light:hover {
  background-color: var(--light) !important;
  border-color: var(--light) !important;
}
.hover-bg-transparent:hover {
  background-color: transparent;
}
.hover-text-white:hover {
  color: #fff !important;
}
.hover-text-dark:hover {
  color: var(--dark) !important;
}
.hover-text-primary:hover {
  color: var(--primary) !important;
}
.hover-text-secondary:hover {
  color: var(--secondary) !important;
}
.hover-text-success:hover {
  color: var(--success) !important;
}
.hover-text-danger:hover {
  color: var(--danger) !important;
}
.hover-text-warning:hover {
  color: var(--warning) !important;
}
.hover-text-light:hover {
  color: var(--light) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(204, 204, 204, 0.1450980392) !important;
}

.list-styled {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
  unicode-bidi: isolate;
}

.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: 1em;
  width: 1em;
  font-size: 1.8em;
  background-color: rgb(165.5, 165.5, 165.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em;
  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: 100px;
}
#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: rgb(114.5, 114.5, 114.5);
}
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 #f2f2f2;
}

/* -------------------------------------------------------------------------- */
/*                         No Banner applied                                  */
/* -------------------------------------------------------------------------- */
body.noBannerApplied {
  --navbar-header-color: #000;
  --header-icons: 1;
  --background-color: rgba(255, 255, 255, .8);
  --background-mobile-color: #FFFFFF;
  --navbar-header-color-light: #4C4C4C;
}
body.noBannerApplied #navbar .white-logo {
  display: none !important;
}
body.noBannerApplied #navbar .black-logo {
  display: block !important;
}
body.noBannerApplied #navbar:not(.layout-fixed) {
  background: transparent !important;
}
@media screen and (min-width: 769px) {
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item > .mega-menu-link {
    color: var(--navbar-header-color) !important;
  }
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item > .mega-menu-link:hover {
    color: #0EA5DF !important;
  }
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link {
    color: #0EA5DF !important;
  }
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item.mega-current-menu-parent > .mega-menu-link:hover {
    color: #0EA5DF !important;
  }
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item.mega-current-menu-item > .mega-menu-link {
    color: #0EA5DF !important;
  }
  body.noBannerApplied #navbar:not(.layout-fixed) .mega-menu .mega-menu-item.mega-current-menu-item > .mega-menu-link:hover {
    color: #0EA5DF !important;
  }
}
body.noBannerApplied #navbar:not(.layout-fixed) .header-icons svg {
  filter: invert(var(--header-icons));
}
body.noBannerApplied #navbar:not(.layout-fixed) .header-icons .btn:hover {
  color: #0EA5DF !important;
  border-color: #0EA5DF !important;
}
body.noBannerApplied #wrapper > header .header-inner {
  min-height: 17rem;
  align-items: flex-start;
  max-width: var(--container-max-width);
  padding: 10rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
body.noBannerApplied #wrapper > header .header-inner .title_breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.noBannerApplied #wrapper > header .header-inner .title_breadcrumb h1 {
  order: 1;
  font-size: 34px;
}
body.noBannerApplied #wrapper > header .header-inner .title_breadcrumb .woocommerce-breadcrumb a {
  color: #3a3a3a;
}

/* -------------------------------------------------------------------------- */
/*                         Product landing Page                               */
/* -------------------------------------------------------------------------- */
body.products main {
  padding: 0;
}
body.products .product-slider {
  display: none;
}
body.products .product-slider.active {
  display: block;
}
body.products .product-slider img {
  border-radius: 20px;
}
body.products .product-slider .slider-description {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  body.products .product-slider .slider-description {
    padding-right: 0;
  }
}
body.products .product-slider .slider-caption {
  position: absolute;
  bottom: 50px;
  left: 25px;
  color: #fff;
  font-size: 38px;
}
body.products .product-slider .slider-caption span {
  display: block;
  font-size: 14px;
}
body.products .product-slider .slick-dots {
  bottom: -25px;
  text-align: left;
  padding-left: 13%;
}
@media screen and (max-width: 575px) {
  body.products .product-slider .slick-dots {
    text-align: center;
    padding-left: 0;
  }
}
body.products .product-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 0 5px;
  padding: 5px 0;
  cursor: pointer;
}
body.products .product-slider .slick-dots li button {
  width: 100%;
  background: #acacac;
  height: 2px;
  padding: 0;
}
body.products .product-slider .slick-dots li button:before {
  display: none;
}
body.products .product-slider .slick-dots li.slick-active button {
  background: #0EA5DF;
}
body.products .explore-by-category {
  border-radius: 30px;
}
body.products .explore-by-category:hover, body.products .explore-by-category.active {
  background-color: #3A3A3A !important;
}
body.products .show-hide-category .category-banner {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
@media screen and (max-width: 575px) {
  body.products .show-hide-category .category-banner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
body.products .show-hide-category .category-banner img {
  object-fit: cover;
  min-block-size: 400px;
  min-height: 400px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  body.products .show-hide-category .category-banner img {
    min-block-size: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  body.products .show-hide-category .category-banner img {
    min-block-size: 200px;
    min-height: 200px;
  }
}
body.products .show-hide-category .category-banner-content {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-left: 5%;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  body.products .show-hide-category .category-banner-content {
    padding-left: 0;
    padding-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  body.products .show-hide-category .category-banner-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
body.products .show-hide-category .category-banner-content .counter {
  padding-bottom: 10px;
}
body.products .show-hide-category .category-banner-content h2 {
  font-size: 38px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.products .show-hide-category .category-banner-content h2 {
    font-size: 28px;
  }
}
body.products .show-hide-category.even .category-banner-content {
  order: 1;
  padding-left: 10%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  body.products .show-hide-category.even .category-banner-content {
    padding-left: 5%;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  body.products .show-hide-category.even .category-banner-content {
    padding-left: 0;
    order: 0;
  }
}
body.products .product-with-category-filter .search-by-name {
  background: transparent !important;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}
@media screen and (max-width: 575px) {
  body.products .product-with-category-filter .search-by-name {
    width: calc(100% - 80px);
  }
}
body.products .product-with-category-filter .navbar-toggler:focus {
  outline: none;
}
body.products .product-with-category-filter .filter-model {
  position: absolute;
  right: 0;
  top: 40px;
  border: 1px solid #acacac;
  display: none;
  background: #fff;
  width: 400px;
  border-radius: 5px;
  padding: 60px 40px 40px;
}
@media screen and (max-width: 575px) {
  body.products .product-with-category-filter .filter-model {
    width: 100%;
    max-width: 575px;
  }
}
body.products .product-with-category-filter .filter-model.show {
  display: block;
}
body.products .product-with-category-filter .filter-model .close-model {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: 0;
  color: #acacac;
  font-size: 16px;
}
body.products .product-with-category-filter .filter-menu {
  margin-top: 10px;
  border-top: solid 1px #acacac;
}
body.products .product-with-category-filter .show-filter-result {
  background: #3a3a3a;
  color: #fff;
  text-align: center;
  padding: 5px;
  border: 1px solid #0EA5DF;
  border-radius: 30px;
  cursor: pointer;
}
body.products .product-with-category-filter #clearFilters {
  background: transparent;
  color: #3a3a3a;
  border: 0;
  text-decoration: underline;
  font-size: 12px;
}
body.products .product-with-category-filter #clearFilters:hover {
  text-decoration: none;
}
body.products .product-with-category-filter .cat_nav {
  padding: 20px 0;
}
body.products .product-with-category-filter .cat_nav li {
  color: #000;
  line-height: 1.2;
  padding: 0 0;
  display: block;
  font-size: 15px;
  cursor: pointer;
}
body.products .product-with-category-filter .cat_nav li .form-check-input {
  width: 15px;
  height: 15px;
}
body.products .product-with-category-filter .cat_nav li .form-check-input:checked:before {
  height: 15px;
  width: 15px;
}
body.products .product-with-category-filter .cat_nav li.active {
  color: #0EA5DF;
}
body.products .categories_products,
body.products .product-list {
  gap: 25px;
}
body.products .product-item {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  -ms-flex: 0 0 calc(25% - 22px);
  flex: 0 0 calc(25% - 22px);
  max-width: calc(25% - 22px);
}
@media screen and (max-width: 1024px) {
  body.products .product-item {
    -ms-flex: 0 0 calc(33.333333% - 22px);
    flex: 0 0 calc(33.333333% - 22px);
    max-width: calc(33.333333% - 22px);
  }
}
@media screen and (max-width: 575px) {
  body.products .product-item {
    -ms-flex: 0 0 calc(50% - 22px);
    flex: 0 0 calc(50% - 22px);
    max-width: calc(50% - 22px);
    margin: 0 auto;
  }
}
body.products .product-item a.thumb {
  border: 0;
  background: #ECECEC;
  border-radius: 10px;
  margin: 0;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 100%;
  border-color: #E1E1E1 !important;
}
body.products .product-item a.thumb img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  outline-offset: -4px;
  border-radius: 10px;
}
body.products .product-item a.thumb .categories {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.products .product-item a.thumb .categories button {
  color: #000;
  border-color: #0EA5DF;
  background: transparent;
}
body.products .product-item .content {
  color: #000;
}
body.products .product-item .content .product_title,
body.products .product-item .content h2,
body.products .product-item .content h3,
body.products .product-item .content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.products .product-item .content p {
  color: #000;
}
body.products .product-item .content .product_code {
  text-transform: uppercase;
  color: #3A3A3A;
}
body.cart .product-list {
  gap: 25px;
}
body.cart .product-item {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  -ms-flex: 0 0 calc(25% - 22px);
  flex: 0 0 calc(25% - 22px);
  max-width: calc(25% - 22px);
  -ms-flex: 0 0 calc(33.333333% - 22px);
  flex: 0 0 calc(33.333333% - 22px);
  max-width: calc(33.333333% - 22px);
}
@media screen and (max-width: 1024px) {
  body.cart .product-item {
    -ms-flex: 0 0 calc(33.333333% - 22px);
    flex: 0 0 calc(33.333333% - 22px);
    max-width: calc(33.333333% - 22px);
  }
}
@media screen and (max-width: 575px) {
  body.cart .product-item {
    -ms-flex: 0 0 calc(50% - 22px);
    flex: 0 0 calc(50% - 22px);
    max-width: calc(50% - 22px);
    margin: 0 auto;
  }
}
body.cart .product-item a.thumb {
  border: 0;
  background: #ECECEC;
  border-radius: 10px;
  margin: 0;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 100%;
  border-color: #E1E1E1 !important;
}
body.cart .product-item a.thumb img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  outline-offset: -4px;
  border-radius: 10px;
}
body.cart .product-item a.thumb .categories {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.cart .product-item a.thumb .categories button {
  color: #000;
  border-color: #0EA5DF;
  background: transparent;
}
body.cart .product-item .content {
  color: #000;
}
body.cart .product-item .content .product_title,
body.cart .product-item .content h2,
body.cart .product-item .content h3,
body.cart .product-item .content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.cart .product-item .content p {
  color: #000;
}
body.cart .product-item .content .product_code {
  text-transform: uppercase;
  color: #3A3A3A;
}
body.single-protocol .product-list {
  gap: 25px;
}
body.single-protocol .product-item {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  -ms-flex: 0 0 calc(25% - 22px);
  flex: 0 0 calc(25% - 22px);
  max-width: calc(25% - 22px);
}
@media screen and (max-width: 1024px) {
  body.single-protocol .product-item {
    -ms-flex: 0 0 calc(33.333333% - 22px);
    flex: 0 0 calc(33.333333% - 22px);
    max-width: calc(33.333333% - 22px);
  }
}
@media screen and (max-width: 575px) {
  body.single-protocol .product-item {
    -ms-flex: 0 0 calc(50% - 22px);
    flex: 0 0 calc(50% - 22px);
    max-width: calc(50% - 22px);
    margin: 0 auto;
  }
}
body.single-protocol .product-item a.thumb {
  border: 0;
  background: #ECECEC;
  border-radius: 10px;
  margin: 0;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 100%;
  border-color: #E1E1E1 !important;
}
body.single-protocol .product-item a.thumb img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  outline-offset: -4px;
  border-radius: 10px;
}
body.single-protocol .product-item a.thumb .categories {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.single-protocol .product-item a.thumb .categories button {
  color: #000;
  border-color: #0EA5DF;
  background: transparent;
}
body.single-protocol .product-item .content {
  color: #000;
}
body.single-protocol .product-item .content .product_title,
body.single-protocol .product-item .content h2,
body.single-protocol .product-item .content h3,
body.single-protocol .product-item .content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
body.single-protocol .product-item .content p {
  color: #000;
}
body.single-protocol .product-item .content .product_code {
  text-transform: uppercase;
  color: #3A3A3A;
}
body.single-protocol .product-list[cols="3"] .product-item,
body.single-protocol .product-list[cols="5"] .product-item,
body.single-protocol .product-list[cols="6"] .product-item {
  -ms-flex: 0 0 calc(33.333333% - 22px);
  flex: 0 0 calc(33.333333% - 22px);
  max-width: calc(33.333333% - 22px);
}
@media screen and (min-width: 1440px) {
  body.single-protocol .product-list[cols="5"] .product-item {
    -ms-flex: 0 0 calc(20% - 22px);
    flex: 0 0 calc(20% - 22px);
    max-width: calc(20% - 22px);
  }
}
@media screen and (max-width: 575px) {
  body.single-protocol .product-list .product-item {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   Blog                                    */
/* -------------------------------------------------------------------------- */
.blog-content.container {
  max-width: 1280px;
}

.nav_category {
  max-width: 1280px;
}
.nav_category.navbar {
  padding: 0;
}
.nav_category.navbar .navbar-toggler {
  font-size: 27px;
  border-color: #6c757d;
}
.nav_category ul.navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .nav_category ul.navbar-nav {
    width: 100%;
  }
}
.nav_category ul.navbar-nav li {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .nav_category ul.navbar-nav li {
    margin: 0 5px;
  }
}
.nav_category ul.navbar-nav li a.nav-link {
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  border: 1px solid #0EA5DF;
  border-radius: 30px;
  padding: 5px 20px;
}
@media screen and (max-width: 991px) {
  .nav_category ul.navbar-nav li a.nav-link {
    padding: 5px 10px;
  }
}
.nav_category ul.navbar-nav li.active a {
  background-color: #000;
  color: #fff !important;
}

.post-categories .btn-story {
  background-color: #FF7D05;
  border-color: #FF7D05;
}
.post-categories .btn-story:hover {
  background-color: #FF7D05;
  border-color: #FF7D05;
}
.post-categories .btn-guide {
  background-color: #17587C;
  border-color: #17587C;
}
.post-categories .btn-guide:hover {
  background-color: #17587C;
  border-color: #17587C;
}
.post-categories .btn-innovation {
  background-color: #0DAC09;
  border-color: #0DAC09;
}
.post-categories .btn-innovation:hover {
  background-color: #0DAC09;
  border-color: #0DAC09;
}

.post {
  transition: all 0.3s ease-in-out;
}
.post-thumbnail a {
  display: block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.post-thumbnail img {
  max-width: initial;
  position: relative;
  transition: all 0.3s ease-in-out;
  will-change: filter;
  min-height: 100%;
  width: 100%;
  object-fit: contain;
}
.post-thumbnail.cat {
  border-left: solid 5px #0EA5DF;
}
.post-thumbnail.cat-story {
  border-color: #FF7D05;
}
.post-thumbnail.cat-guide {
  border-color: #17587C;
}
.post-thumbnail.cat-innovation {
  border-color: #0DAC09;
}
.post-thumbnail.cat img {
  object-fit: cover;
}
.post-title a {
  color: #000;
}
.post:hover {
  background-color: #4C4C4C;
  color: #ffffff;
}
.post:hover .post-title a {
  color: #ffffff;
}
.post-nav {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: right;
}
.post-nav .page-numbers {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
}
.post-nav .page-numbers.current {
  background-color: #0073aa;
  border: 1px solid #0073aa;
  color: white;
}

/* -------------------------------------------------------------------------- */
/*                                   Single Post                              */
/* -------------------------------------------------------------------------- */
.single-post #wrapper > header {
  display: block;
}
.single-post .sub-header {
  position: relative;
}
.single .sub-header {
  position: relative;
}
.single .sub-header--content {
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
}
.single .sub-header--content .title {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .single .sub-header--content .title {
    font-size: 1.5em !important;
  }
}
.single .sub-header--content .sub-title {
  color: #fff !important;
  font-weight: 400;
}
.single .sub-header--content .name {
  font-size: 14px;
  text-align: right;
}
.single .sub-header--content .name .auther {
  font-weight: 600;
}
.single .sub-header--content .name .auther span {
  color: #2895D3;
}
.single .sub-header--overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 575px) {
  .single .sub-header--overlay {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .single .sub-header .post-long-banner img {
    max-width: initial;
    position: relative;
    transition: all 0.3s ease-in-out;
    will-change: filter;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
.single .post:hover {
  background-color: transparent;
  color: inherit;
}
.single .post:hover .post-title a {
  color: inherit;
}
.single-post main {
  margin: 50px 0;
}
.single-post main section {
  max-width: var(--container-max-width);
  margin: auto;
}
.single-post main h1 {
  font-size: 40px;
}
.single-post main h2 {
  font-size: 36px;
}
.single-post main h3 {
  font-size: 32px;
}
.single .related-products.bg-light {
  background-color: #D9D9D9 !important;
}
@media screen and (min-width: 1200px) {
  .single .related-products {
    padding-bottom: 10rem !important;
  }
}
.single .related-products h2 {
  font-size: 30px;
}
.single .related-products .col {
  background: #fff;
  padding: 0;
  margin: 0 10px;
}
@media screen and (max-width: 575px) {
  .single .related-products .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.single .related-products a {
  display: block;
  position: relative;
  background: #fff;
}
.single .related-products a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid rgba(205, 202, 202, 0.45);
  top: 0;
  left: 0;
}
.single .related-products a img {
  max-width: initial;
  position: relative;
  transition: all 0.3s ease-in-out;
  will-change: filter;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
.single .related-products h4 {
  color: #000;
  text-align: center;
  padding: 0 10px;
}
.single .related-products p {
  color: #000;
  text-align: center;
  padding: 0 10px;
}
.single .newsletter_section {
  color: #fff;
}
.single .newsletter_section .newsletter-form {
  display: block;
}
@media screen and (max-width: 768px) {
  .single .newsletter_section .newsletter-form {
    padding-left: 20px;
  }
  .rtl-layout .single .newsletter_section .newsletter-form {
    padding-left: 0;
    padding-right: 20px;
  }
}
.single .newsletter_section .newsletter-form .title {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 3.5em;
  margin-bottom: 10px;
}
.single .newsletter_section .newsletter-form .gform_legacy_markup_wrapper {
  margin-top: 0;
  margin-bottom: 10px;
}
.single .newsletter_section .newsletter-form .gform_legacy_markup_wrapper .gform_body {
  width: 100%;
}
.single .newsletter_section .newsletter-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
.single .newsletter_section .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h2, .single .newsletter_section .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h3 {
  padding: 0;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.single .newsletter_section .newsletter-form form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtl-layout .single .newsletter_section .newsletter-form form {
  text-align: right;
}
.single .newsletter_section .newsletter-form form .top_label div.ginput_container {
  margin-top: 0;
}
.single .newsletter_section .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;
}
.single .newsletter_section .newsletter-form form .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.single .newsletter_section .newsletter-form form input[type=email],
.single .newsletter_section .newsletter-form form input[type=text] {
  height: 45px;
  width: 600px;
  background: #fff;
  font-size: 14px !important;
  border: 0;
  border-radius: 2px 0 0 2px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .single .newsletter_section .newsletter-form form input[type=email],
  .single .newsletter_section .newsletter-form form input[type=text] {
    width: 540px;
  }
}
@media screen and (max-width: 1024px) {
  .single .newsletter_section .newsletter-form form input[type=email],
  .single .newsletter_section .newsletter-form form input[type=text] {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .single .newsletter_section .newsletter-form form input[type=email],
  .single .newsletter_section .newsletter-form form input[type=text] {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .single .newsletter_section .newsletter-form form input[type=email],
  .single .newsletter_section .newsletter-form form input[type=text] {
    width: 250px;
  }
}
.rtl-layout .single .newsletter_section .newsletter-form form input[type=email],
.rtl-layout .single .newsletter_section .newsletter-form form input[type=text] {
  border-radius: 0 2px 2px 0;
}
.single .newsletter_section .newsletter-form form input[type=submit] {
  background-color: #0EA5DF;
  border: 1px solid #0EA5DF;
  color: white;
  border-radius: 0 2px 2px 0;
  padding: 0.62em 1em;
  margin-bottom: 0;
  min-width: 80px;
  width: auto;
  font-size: 14px;
  height: 45px;
}
.rtl-layout .single .newsletter_section .newsletter-form form input[type=submit] {
  border-radius: 2px 0 0 2px;
  margin: 0 0 0 16px;
}
.single .newsletter_section .social-network a {
  font-size: 30px;
  color: #fff;
  margin: 0 5px;
}
@media screen and (min-width: 1200px) {
  .single .related-articles {
    padding-bottom: 10rem !important;
  }
}
.single .related-articles h2 {
  font-size: 30px;
}
.single .related-articles .col {
  margin: 15px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .single .related-articles .col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (max-width: 575px) {
  .single .related-articles .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single .related-articles a {
  display: block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 300px;
  width: 100%;
  padding: 0;
  background: #fff;
}
.single .related-articles a img {
  max-width: initial;
  position: relative;
  transition: all 0.3s ease-in-out;
  will-change: filter;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.single .related-articles a img:hover {
  transform: scale(1.2);
}
.single .related-articles .contents {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  padding: 10px;
}
.single .related-articles .contents h4 {
  color: #fff;
}
.single .related-articles .contents p {
  color: #fff;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: var(--container-max-width);
  }
}
/* -------------------------------------------------------------------------- */
/*                                   Sidebar                                   */
/* -------------------------------------------------------------------------- */
.search-form form {
  display: flex;
  align-items: center;
  border: solid 1px #828080;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px;
}
.search-form form svg,
.search-form form .search_input {
  color: #000;
  margin-left: 10px;
  order: 1;
}
.search-form form .search-input {
  width: 100%;
  border: 0;
  background: transparent;
}

.tags {
  text-align: center;
}
.tags h2 {
  text-align: left;
}
.tags .tag-cloud-link {
  font-size: 12pt;
  background: #ECECEC;
  padding: 10px 15px;
  margin: 5px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 10px;
  text-transform: capitalize;
}
.tags .tag-cloud-link:hover {
  background: #0EA5DF;
  color: #f2f2f2;
}

.newsletter_widget {
  background-color: #000 !important;
  background-image: url(img/CTA_Newsletter.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 1000px;
  color: #fff;
}
.newsletter_widget.contact {
  min-height: 300px;
  background-position: bottom right;
  background-size: contain !important;
  background-image: url(img/newsletter_bg_hr.png);
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .newsletter_widget {
    background-size: cover;
    max-width: 414px;
  }
}
.newsletter_widget .newsletter-form {
  display: block;
}
@media screen and (max-width: 768px) {
  .newsletter_widget .newsletter-form {
    padding-left: 20px;
  }
  .rtl-layout .newsletter_widget .newsletter-form {
    padding-left: 0;
    padding-right: 20px;
  }
}
.newsletter_widget .newsletter-form .title {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 3.5em;
  margin-bottom: 10px;
}
.newsletter_widget .newsletter-form .gform_legacy_markup_wrapper {
  margin-top: 0;
  margin-bottom: 10px;
}
.newsletter_widget .newsletter-form .gform_legacy_markup_wrapper .gform_body {
  width: 100%;
}
.newsletter_widget .newsletter-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
.newsletter_widget .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h2, .newsletter_widget .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h3 {
  padding: 0;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.newsletter_widget .newsletter-form form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtl-layout .newsletter_widget .newsletter-form form {
  text-align: right;
}
.newsletter_widget .newsletter-form form .top_label div.ginput_container {
  margin-top: 0;
}
.newsletter_widget .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;
}
.newsletter_widget .newsletter-form form .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.newsletter_widget .newsletter-form form input[type=email],
.newsletter_widget .newsletter-form form input[type=text] {
  height: 45px;
  width: 240px;
  color: #fff;
  font-size: 14px !important;
  border: 0;
  border-radius: 2px 0 0 2px;
  background: transparent;
  border: 1px solid #fff;
}
body.category .newsletter_widget .newsletter-form form input[type=email], .blog .newsletter_widget .newsletter-form form input[type=email], .contact-us .newsletter_widget .newsletter-form form input[type=email],
body.category .newsletter_widget .newsletter-form form input[type=text],
.blog .newsletter_widget .newsletter-form form input[type=text],
.contact-us .newsletter_widget .newsletter-form form input[type=text] {
  width: 600px;
  padding-left: 10px !important;
  background-color: #fff;
  color: #000;
}
.sidebar .newsletter_widget .newsletter-form form input[type=email],
.sidebar .newsletter_widget .newsletter-form form input[type=text] {
  width: 240px !important;
}
@media screen and (max-width: 1200px) {
  .newsletter_widget .newsletter-form form input[type=email],
  .newsletter_widget .newsletter-form form input[type=text] {
    width: 200px;
  }
  body.category .newsletter_widget .newsletter-form form input[type=email], .blog .newsletter_widget .newsletter-form form input[type=email], .contact-us .newsletter_widget .newsletter-form form input[type=email],
  body.category .newsletter_widget .newsletter-form form input[type=text],
  .blog .newsletter_widget .newsletter-form form input[type=text],
  .contact-us .newsletter_widget .newsletter-form form input[type=text] {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter_widget .newsletter-form form input[type=email],
  .newsletter_widget .newsletter-form form input[type=text] {
    width: 150px;
  }
  body.category .newsletter_widget .newsletter-form form input[type=email], .blog .newsletter_widget .newsletter-form form input[type=email], .contact-us .newsletter_widget .newsletter-form form input[type=email],
  body.category .newsletter_widget .newsletter-form form input[type=text],
  .blog .newsletter_widget .newsletter-form form input[type=text],
  .contact-us .newsletter_widget .newsletter-form form input[type=text] {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter_widget .newsletter-form form input[type=email],
  .newsletter_widget .newsletter-form form input[type=text] {
    width: 240px;
  }
  body.category .newsletter_widget .newsletter-form form input[type=email], .blog .newsletter_widget .newsletter-form form input[type=email], .contact-us .newsletter_widget .newsletter-form form input[type=email],
  body.category .newsletter_widget .newsletter-form form input[type=text],
  .blog .newsletter_widget .newsletter-form form input[type=text],
  .contact-us .newsletter_widget .newsletter-form form input[type=text] {
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  body.category .newsletter_widget .newsletter-form form input[type=email], .blog .newsletter_widget .newsletter-form form input[type=email], .contact-us .newsletter_widget .newsletter-form form input[type=email],
  body.category .newsletter_widget .newsletter-form form input[type=text],
  .blog .newsletter_widget .newsletter-form form input[type=text],
  .contact-us .newsletter_widget .newsletter-form form input[type=text] {
    width: 200px;
  }
}
.rtl-layout .newsletter_widget .newsletter-form form input[type=email],
.rtl-layout .newsletter_widget .newsletter-form form input[type=text] {
  border-radius: 0 2px 2px 0;
}
.newsletter_widget .newsletter-form form input[type=submit] {
  background-color: #0EA5DF;
  border: 1px solid #0EA5DF;
  color: white;
  border-radius: 0 2px 2px 0;
  padding: 0.62em 1em;
  margin-bottom: 0;
  min-width: 80px;
  width: auto;
  font-size: 14px;
  height: 45px;
}
.rtl-layout .newsletter_widget .newsletter-form form input[type=submit] {
  border-radius: 2px 0 0 2px;
  margin: 0 0 0 16px;
}

/* -------------------------------------------------------------------------- */
/*                              Contact us page                               */
/* -------------------------------------------------------------------------- */
.office-locations .row {
  gap: 30px;
}
.office-locations .col {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .office-locations .col {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media screen and (max-width: 575px) {
  .office-locations .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.office-locations .icon {
  display: block;
  text-align: center;
}
.office-locations h2 {
  display: block;
  text-align: center;
}
.office-locations img {
  max-width: 100%;
  height: 150px;
  width: 150px;
}
.office-locations .fa {
  font-size: 20px;
  padding-right: 15px;
}

.quotation {
  color: #fff;
}
.quotation.with-bg {
  background-image: url(img/quotation_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  background-color: #000;
}
.quotation .quote-sign {
  background-image: url("img/quote_sign.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 41px;
  margin: 20px auto;
}
.quotation .blockquote {
  max-width: 500px;
  text-align: center;
  font-size: 24px;
}
.quotation .blockquote p {
  font-size: 18px;
}
.quotation .blockquote .blockquote-footer {
  color: #fff;
  padding-top: 10px;
}

.faqs .question {
  border: solid 1px #565656;
  position: relative;
  padding: 10px 40px 10px 10px;
  min-height: 60px;
}
.faqs .question .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faqs .answer {
  display: none;
  padding: 10px;
}
.faqs .active {
  border: solid 1px #565656;
  background: #0EA5DF;
  color: #fff;
  margin-bottom: 0.5rem;
}
.faqs .active .question {
  border-width: 0;
}

/* -------------------------------------------------------------------------- */
/*                              Support page                               */
/* -------------------------------------------------------------------------- */
body.support form {
  display: flex;
  background: #fff;
}
body.support form input {
  flex-grow: 1;
  padding: 15px 20px;
  background: transparent;
  border: 0;
  font-size: 16px;
}
body.support form button {
  background: #0693e3;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  border: 0;
}
body.support .wp-block-buttons .wp-block-button {
  margin-right: 30px !important;
  text-transform: uppercase;
}
body.support .wp-block-buttons .wp-block-button:last-child {
  margin-right: 0 !important;
}
body.support main {
  padding: 0 !important;
  margin: 0 !important;
}

body.training-videos .sub-header, body.lighting-control-training-videos .sub-header {
  padding: 0 !important;
}
body.training-videos main, body.lighting-control-training-videos main {
  padding: 0 !important;
  margin: 0 !important;
}

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

#navbar {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  display: flex;
  position: absolute;
  z-index: 111111;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
#navbar.layout-fixed {
  position: fixed;
}
#navbar.fixed-bg {
  background: #2f2f2f;
  border-bottom: solid 1px #ACACAC;
}
#navbar.fixed-bg.scroll-up {
  visibility: visible;
  opacity: 1;
}
#navbar.fixed-bg.scroll-down {
  visibility: hidden;
  opacity: 0;
}
.noBannerApplied #navbar.fixed-bg .white-logo {
  display: block !important;
}
.noBannerApplied #navbar.fixed-bg .black-logo {
  display: none !important;
}
#navbar.fixed-white-bg {
  background: #FFF;
  border-bottom: solid 1px #ACACAC;
}
@media screen and (max-width: 768px) {
  #navbar {
    position: fixed;
  }
  #navbar.scrolled {
    background: rgba(47, 47, 47, 0.8588235294);
  }
}
#navbar .hide_nav {
  display: none !important;
}
#navbar .nav_container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-max-width);
  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;
}
#navbar .logo a {
  outline: none;
  box-shadow: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #navbar .logo {
    padding: 1em 1em 1em 70px;
    flex-grow: 1;
  }
}
#navbar .logo svg, #navbar .logo img {
  max-width: 137px;
  height: auto;
}
#navbar .logo span {
  color: #0EA5DF;
}
#navbar a {
  color: white;
  text-transform: uppercase;
}
#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;
  margin-left: auto;
}
#navbar nav > .menu-item.flyout {
  position: relative;
}
#navbar nav > .menu-item.current_page_item .title-container a {
  color: #0EA5DF;
}
#navbar nav > .menu-item:hover .title-container a {
  color: #0EA5DF;
}
#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;
  text-transform: uppercase;
  font-weight: 500;
}
#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: rgb(85.25, 85.25, 85.25);
  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: 0;
  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;
  text-transform: capitalize;
}
#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: #2f2f2f;
  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: #0EA5DF;
}
#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 {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #000;
  text-align: center;
  box-shadow: 1px 1px 5px rgb(0, 0, 0);
}
#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;
}
@media screen and (max-width: 575px) {
  #navbar .header-icons svg {
    margin: 6px;
  }
}
@media screen and (max-width: 575px) {
  #navbar .header-icons .btn {
    font-size: 8px;
  }
}

/* -------------------------------------------------------------------------- */
/*                              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 * {
  font-family: "Montserrat", sans-serif;
}

#gdpr-notice {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 29px 0 rgba(126, 136, 172, 0.44);
  font-size: 14px;
  overflow: hidden;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  border: 1px solid #f3f3f3;
}
#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 h2 {
  font-size: 16px;
  color: #141414;
  padding-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 890px) {
  #gdpr-notice .consent-text h2 {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  #gdpr-notice .consent-text h2 {
    font-size: 14px;
  }
}
#gdpr-notice .consent-text p {
  font-size: 15px;
  color: #444444;
  line-height: 160%;
}
@media (max-width: 890px) {
  #gdpr-notice .consent-text p {
    font-size: 13px;
  }
}
@media (max-width: 620px) {
  #gdpr-notice .consent-text p {
    font-size: 14px;
  }
}
#gdpr-notice a {
  color: #0EA5DF;
  text-decoration: none;
}
#gdpr-notice a:hover {
  color: rgba(14, 165, 223, 0.8);
  text-decoration: underline;
}
#gdpr-notice .buttons {
  display: flex;
  gap: 10px;
}
#gdpr-notice .buttons button {
  padding: 12px 32px;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 600;
}
#gdpr-notice .buttons button.reject {
  background-color: transparent;
  border: 1px solid #0EA5DF;
}
#gdpr-notice .buttons button.agree {
  background-color: #0EA5DF;
  border: 1px solid #0EA5DF;
  color: white;
}
#gdpr-notice .buttons button:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  #gdpr-notice .buttons button {
    padding: 12px 24px;
  }
}
@media (max-width: 890px) {
  #gdpr-notice .buttons button {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 620px) {
  #gdpr-notice .buttons button {
    padding: 10px 20px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 414px) {
  #gdpr-notice .buttons button {
    padding: 7px 10px;
  }
}
@media (max-width: 890px) {
  #gdpr-notice .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 620px) {
  #gdpr-notice .buttons {
    padding: 10px 0;
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 620px) {
  #gdpr-notice {
    flex-direction: column;
    gap: 4px;
  }
}

#show-gdpr {
  position: fixed;
  bottom: 0;
  left: 2em;
  line-height: 1.5;
  background-color: rgb(216.5, 216.5, 216.5);
  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 0 #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 {
  overflow: hidden;
  overflow-y: auto;
  max-height: 700px;
}
@media screen and (max-width: 575px) {
  #dealers-container section {
    border: 1px solid #dee2e6;
  }
}
#dealers-container section h3 {
  margin-bottom: 15px;
}
#dealers-container section a {
  color: #1d2327;
}
#dealers-container section > div {
  display: flex;
  margin-bottom: 1em;
}
#dealers-container section > div .icon {
  width: 0;
  padding-right: 20px;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
#dealers-container section > div .text {
  font-size: 1em;
}

/* -------------------------------------------------------------------------- */
/*                             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;
  transition: all 0.3s;
  font-size: 15px;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 30px;
  margin-top: 1em;
  background-color: #0EA5DF;
  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;
  transition: all 0.3s;
  font-size: 15px;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 30px;
  margin-top: 1em;
  background-color: #0EA5DF;
  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: 0;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    box-shadow: 0 0 0 0 #2f2f2f;
  }
}
footer .footer-separator {
  background-color: #2f2f2f;
  position: relative;
  height: 1em;
  width: 100%;
}
footer .footer-inner {
  background-color: #2f2f2f;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: 2em 0 1em 0;
}
.rtl-layout footer .footer-inner {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 1em 0 !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: #0EA5DF;
}
footer a {
  padding: 0.3em 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: 1em;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .top-footer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
footer .top-footer .social-network {
  margin-top: 30px;
}
footer .top-footer .social-network a {
  padding: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2em;
  border-radius: 0.2em;
}
footer .top-footer .social-network a:hover {
  border-bottom: 1px solid transparent;
  color: white;
}
footer .top-footer .social-network a:hover.facebook {
  background-color: #1877f2;
}
footer .top-footer .social-network a:hover.twitter {
  background-color: #1da1f2;
}
footer .top-footer .social-network a:hover.instagram {
  background-color: #c32aa3;
}
footer .top-footer .social-network a:hover.youtube {
  background-color: #ff0000;
}
footer .top-footer .social-network a:hover.pintrest {
  background-color: #bd081c;
}
footer .top-footer .social-network a:hover.linkedin {
  background-color: #0e76a8;
}
footer .top-footer section {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  footer .top-footer section {
    padding-right: 0;
  }
}
footer .top-footer section.footer-logo {
  flex-grow: 1;
}
footer .top-footer section:last-child {
  padding-right: 0;
}
footer .top-footer section h3 {
  font-size: 22px;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  font-weight: 500;
  color: #0EA5DF;
}
@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;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  footer .top-footer section .list li {
    padding-left: 20px;
  }
}
footer .top-footer section .list a {
  display: block;
  border-bottom: 1px dashed transparent;
  transition: all 0.3s ease-in-out;
}
footer .top-footer section .list a:hover {
  border-bottom: 1px dashed white;
}
footer .center-footer {
  display: flex;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  footer .center-footer {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    border-top: 0;
  }
}
footer .center-footer section {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  footer .center-footer section {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
footer .center-footer section:last-child {
  padding-right: 0;
}
footer .center-footer section h3 {
  font-size: 22px;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  font-weight: 500;
  color: #0EA5DF;
}
@media screen and (max-width: 768px) {
  footer .center-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 .center-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 .center-footer section h3.active:after {
    content: "-";
  }
}
footer .center-footer section.contact h3:after {
  display: none;
}
footer .center-footer section .list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer .center-footer section .list {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  footer .center-footer section .list {
    padding-top: 20px;
  }
}
footer .center-footer section .list li {
  list-style: none;
  margin-bottom: 0;
}
footer .center-footer section .list a {
  display: block;
  border-bottom: 1px dashed transparent;
  transition: all 0.3s ease-in-out;
}
footer .center-footer section .list a:hover {
  border-bottom: 1px dashed white;
}
footer .center-footer section.contact h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .center-footer section.contact h3 {
    display: flex;
  }
}
footer .center-footer section.contact .address, footer .center-footer section.contact .tel, footer .center-footer section.contact .fax, footer .center-footer section.contact .email, footer .center-footer section.contact .abn {
  display: flex;
  margin: 1.2em 0;
}
footer .center-footer section.contact .address .icon, footer .center-footer section.contact .tel .icon, footer .center-footer section.contact .fax .icon, footer .center-footer section.contact .email .icon, footer .center-footer section.contact .abn .icon {
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
.rtl-layout footer .center-footer section.contact .address .icon, .rtl-layout footer .center-footer section.contact .tel .icon, .rtl-layout footer .center-footer section.contact .fax .icon, .rtl-layout footer .center-footer section.contact .email .icon, .rtl-layout footer .center-footer section.contact .abn .icon {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout footer .center-footer section.contact .tel .text, .rtl-layout footer .center-footer section.contact .fax .text {
  direction: ltr;
}
footer .center-footer section .social-network {
  margin: 0px;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .center-footer section .social-network a {
  padding: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2em;
}
@media screen and (max-width: 768px) {
  footer .center-footer section .social-network a {
    display: block;
    padding: 0;
  }
}
footer .center-footer section .social-network a.menu-image-title-after .menu-image-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
footer .center-footer section .social-network a.menu-image-title-after .menu-image {
  padding-right: 0;
}
footer .center-footer section .social-network a.menu-image-title-after:hover {
  border-bottom: 0 !important;
}
footer .center-footer section .social-network a:hover.facebook {
  color: #1877f2;
}
footer .center-footer section .social-network a:hover.twitter {
  color: #1da1f2;
}
footer .center-footer section .social-network a:hover.instagram {
  color: #c32aa3;
}
footer .center-footer section .social-network a:hover.youtube {
  color: #ff0000;
}
footer .center-footer section .social-network a:hover.pintrest {
  color: #bd081c;
}
footer .center-footer section .social-network a:hover.linkedin {
  color: #0e76a8;
}
footer .center-footer section .qr-codes img {
  max-width: 48%;
}
@media screen and ((min-width: 992px)) {
  footer .center-footer section .qr-codes img {
    max-width: 100%;
    max-height: 200px;
  }
}
footer .center-footer section .newsletter-form {
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .center-footer section .newsletter-form {
    padding-left: 20px;
  }
  .rtl-layout footer .center-footer section .newsletter-form {
    padding-left: 0;
    padding-right: 20px;
  }
}
footer .center-footer section .newsletter-form .title {
  display: block;
  font-weight: 500 !important;
  font-size: 22px !important;
  margin-bottom: 10px;
}
footer .center-footer section .newsletter-form .gform_legacy_markup_wrapper {
  margin-top: 0;
  margin-bottom: 10px;
}
footer .center-footer section .newsletter-form .gform_legacy_markup_wrapper .gform_body {
  width: 100%;
}
footer .center-footer section .newsletter-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
footer .center-footer section .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h2, footer .center-footer section .newsletter-form .gform_legacy_markup_wrapper .gform_confirmation_message h3 {
  padding: 0;
  font-size: 11px;
  margin: 0;
  font-weight: normal;
  color: #fff;
}
footer .center-footer section .newsletter-form form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rtl-layout footer .center-footer section .newsletter-form form {
  text-align: right;
}
footer .center-footer section .newsletter-form form .top_label div.ginput_container {
  margin-top: 0;
}
footer .center-footer section .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 .center-footer section .newsletter-form form .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
}
footer .center-footer section .newsletter-form form input[type=email],
footer .center-footer section .newsletter-form form input[type=text] {
  height: 45px;
  width: 250px !important;
  font-size: 14px !important;
  border: 0;
  border-radius: 2px 0 0 2px;
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}
.rtl-layout footer .center-footer section .newsletter-form form input[type=email],
.rtl-layout footer .center-footer section .newsletter-form form input[type=text] {
  border-radius: 0 2px 2px 0;
}
footer .center-footer section .newsletter-form form input[type=submit] {
  background-color: #0EA5DF;
  border: 1px solid #0EA5DF;
  color: white;
  border-radius: 0 2px 2px 0;
  padding: 0.62em 1em;
  margin-bottom: 0;
  min-width: 80px;
  width: auto;
  font-size: 14px;
  height: 45px;
}
.rtl-layout footer .center-footer section .newsletter-form form input[type=submit] {
  border-radius: 2px 0 0 2px;
  margin: 0 0 0 16px;
}
footer .center-footer section.regions h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .center-footer section.regions h3 {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  footer .center-footer section.regions .regions-list {
    padding-top: 20px;
  }
}
footer .center-footer section.regions a {
  color: white;
  font-size: 16px;
  margin: 1.2em 0;
}
footer .center-footer section.regions a.active {
  color: #0EA5DF;
}
footer .center-footer section.regions a:after {
  content: "-";
  margin-left: 10px;
  margin-right: 10px;
  color: white !important;
}
footer .center-footer section.regions a:last-child:after {
  display: none;
}
footer .bottom-footer {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  padding: 0 50px 0 0;
  background-color: rgb(216.5, 216.5, 216.5);
  color: rgb(114.5, 114.5, 114.5);
}
.rtl-layout footer .bottom-footer {
  padding: 1em 0 1em 50px;
}
footer .bottom-footer .container {
  max-width: var(--container-max-width);
  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;
  display: flex;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px 0;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
}
footer .copyright-footer .copyright-text {
  user-select: none;
}
@media screen and (max-width: 480px) {
  footer .copyright-footer .copyright-text {
    max-width: 40%;
  }
}
footer .copyright-footer a {
  color: white;
}
footer .copyright-footer .footer-links {
  margin: 0;
  display: flex;
  list-style: none;
  text-align: right;
}
body.single-product footer .copyright-footer .footer-links {
  padding-right: 100px;
}
@media screen and (max-width: 480px) {
  footer .copyright-footer .footer-links {
    display: block;
    padding-right: 0px;
  }
  footer .copyright-footer .footer-links .menu-item {
    margin-bottom: 2px;
  }
}
footer .copyright-footer .footer-links a {
  margin: 0 5px;
}

.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;
  transition: all 0.3s;
  font-size: 15px;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 30px;
  margin-top: 1em;
  background-color: #0EA5DF;
  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: rgb(63.5, 63.5, 63.5);
}

#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;
  transition: all 0.3s;
  font-size: 15px;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 30px;
  margin-top: 1em;
  background-color: #0EA5DF;
  border: 0px solid;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #0EA5DF;
  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 .stay-button {
  background-color: rgb(63.5, 63.5, 63.5);
}

.search_container {
  width: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.search_container #search-form {
  margin: 0;
}
.search_container.show-search {
  width: 100%;
  margin-left: auto;
  position: relative;
  padding: 0;
  visibility: visible;
  opacity: 1;
}
.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;
  font-size: 16px;
}
@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: rgb(85.25, 85.25, 85.25);
  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: 0 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: 38px;
  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 {
  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: 100%;
  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;
  }
  #go-to-top.show {
    bottom: 140px;
    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: rgb(165.5, 165.5, 165.5);
    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 #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: 20rem;
    position: relative;
  }
  #wrapper header .header-inner {
    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: 0 2rem;
  }
  body.single-product .product-details-top {
    display: block;
    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: 575px) {
  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: rgb(14, 165, 223);
}
@media screen and (min-width: 575px) {
  .popup-hardware-id {
    position: relative;
  }
}
.popup-hardware-id:hover:after {
  background-size: cover;
  position: absolute;
  left: 20px;
  height: 220px;
  width: 530px;
  top: 50%;
  content: "enter voucher/promo code first";
  transform: translateY(-5%);
}
@media screen and (max-width: 575px) {
  .popup-hardware-id:hover:after {
    left: 0;
    height: 248px;
    width: 375px;
    transform: translateY(-48%);
  }
}
.popup-hardware-id.emu:hover:after {
  background-image: url(img/emu-popup.png);
  content: "";
  transform: translateY(-50%);
  height: 275px;
}
@media screen and (max-width: 575px) {
  .popup-hardware-id.emu:hover:after {
    transform: translateY(-60%);
    height: 250px;
    background-image: url(img/emu-hardware-id-small.png);
  }
}
.popup-hardware-id.elm:hover:after {
  background-image: url(img/elm-popup.png);
  content: "";
  height: 276px;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .popup-hardware-id.elm:hover:after {
    background-image: url(img/elm-hardware-id-small.png);
    height: 283px;
    width: 335px;
    transform: translateY(-74%);
    left: 20px;
  }
}
.popup-hardware-id-serial-number:hover:after {
  background-image: url(img/EMUHardware.png);
  content: "";
  height: 276px;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .popup-hardware-id-serial-number:hover:after {
    background-image: url(img/EMUHardware.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: 575px) {
  .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: 575px) {
  .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,
.ent_subscr_license_offline_area .offline_copy {
  position: absolute !important;
  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;
  visibility: hidden;
}
.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;
  visibility: visible;
}
.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 !important;
  width: 100%;
  max-width: 420px;
  line-height: 1.35em !important;
  height: auto !important;
}
.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: 575px) {
  .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: 0;
  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 0;
  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;
  transition: all 0.3s;
  font-size: 15px;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 30px;
  margin-top: 1em;
  background-color: #0EA5DF;
  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: rgb(63.5, 63.5, 63.5);
}

.bg-info {
  background-color: #0EA5DF !important;
}

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

.dashboard-widget .row .col section {
  min-height: 275px;
}
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;
}

.data-sheet-languages {
  display: none !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.data-sheet-languages.active {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.apply-overlay {
  background: rgb(0, 0, 0);
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land41 {
  padding-bottom: 20% !important;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kadence-blocks-gallery-item__caption {
  background: #fff;
}

.wp-block-video video {
  height: auto;
}

.controls-no .mejs-controls,
.no-controls .mejs-controls,
.hide-controls .mejs-controls {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.wp-block-kadence-pane .kt-accordion-header-wrap .kt-acccordion-button-label-show,
.wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header {
  outline: 0;
  box-shadow: 0 0 0 0;
}

.rounded > iframe,
.rounded > video {
  border-radius: 0.75rem !important;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
  max-width: var(--container-max-width);
}

.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__pagination__page {
  border-radius: 0;
  height: 2px;
  width: 50px;
  box-shadow: inset 0 0 0 8px rgb(216.5, 216.5, 216.5);
}
.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__pagination__page.is-active {
  background-color: #0EA5DF;
  box-shadow: inset 0 0 0 8px #0EA5DF;
}
.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__arrow {
  width: 4em;
  height: 4em;
}
.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__arrow:hover, .kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__arrow:focus {
  background: rgba(0, 0, 0, 0) !important;
  outline: 0;
}
.kt-blocks-carousel .kt-carousel-dotstyle-outlinelight .splide__arrow svg {
  width: 2em;
  height: 4em;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}
.rounded-xxl {
  border-radius: 1.5rem !important;
}
.rounded-xxxl {
  border-radius: 2rem !important;
}
.rounded-top-xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-top-xxl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.rounded-top-xxxl {
  border-top-left-radius: 2rem !important;
  border-top-right-radius: 2rem !important;
}
.rounded-right-xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-right-xxl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-right-xxxl {
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}
.rounded-bottom-xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-bottom-xxl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-bottom-xxxl {
  border-bottom-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}
.rounded-left-xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-left-xxl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-left-xxxl {
  border-top-left-radius: 2rem !important;
  border-bottom-left-radius: 2rem !important;
}

.password-input {
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  right: 10px;
  background: transparent !important;
  margin-top: 9px !important;
  padding: 3px !important;
  color: #aaa !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.password-input .show-password-input:before {
  content: "\f070";
}
.password-input .show-password-input.display-password:before {
  content: "\f06e";
}

body.single-protocol .specification-table tr td {
  border: 0;
  border-bottom: solid 1px #4c4c4c;
}
body.single-protocol .specification-table tr td:first-child {
  color: #808080;
  text-transform: uppercase;
}

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