/* global imports */
body {
    position: relative;
    height: 100%;
    color: rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  
  @media (min-width: 768px) {
    body {
      margin: 0px;
    }
  }
  
  .container {
    margin: 0px 20px 0px 20px;
  }
  
  @media (min-width: 480px) {
    .container {
      margin: 0px auto;
    }
  }
  
  img {
    max-width: 100%;
    margin: 0px;
    display: block;
  }
  
  a {
    color: #00868c;
    text-decoration: none;
    font-weight: 700;
  }
  
  a:hover {
    color: #00b7bf;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4 {
    text-transform: uppercase;
  }
  
  .placeholder-video {
    visibility: hidden;
    height: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .play-picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-image: url("../../images/play.png");
  }
  
  h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0px 0px 30px 0px;
  }
  
  @media (min-width: 768px) {
    h1 {
      font-size: 46px;
      line-height: 50px;
    }
  }
  
  @media (min-width: 992px) {
    h1 {
      text-align: left;
      margin-bottom: 30px;
    }
  }
  
  h2 {
    margin: 0px 0px 20px 0px;
  }
  
  h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
  }
  
  @media (min-width: 768px) {
    h3 {
      font-size: 20px;
    }
  }
  
  p {
    margin: 0px 0px 30px 0px;
  }
  
  .--none {
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
  
  .video {
    visibility: hidden;
    height: 0;
    position: absolute;
  }
  
  .link-video {
    transition: all 0.3s ease;
    display: block;
    position: relative;
  }
  
  .divider {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) {
    .divider {
      margin-bottom: 60px;
    }
  }
  
  .right-aligned {
    text-align: right;
  }
  
  .centre-aligned {
    text-align: center !important;
  }
  
  .feature-link {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #00b7bf;
    cursor: pointer;
  }
  
  .feature-link:hover {
    color: #00b7bf !important;
  }
  
  .header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  @media (min-width: 992px) {
    .header {
      position: fixed;
      z-index: 2000;
      top: 0px;
    }
  }
  
  /* Mirror bootstrap responsive columns */
  @media (min-width: 768px) {
    .header-inner,
    .nav-content {
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px auto;
      width: 768px;
    }
  }
  
  @media (min-width: 992px) {
    .header-inner,
    .nav-content {
      width: 912px;
    }
  }
  
  @media (min-width: 1200px) {
    .header-inner,
    .nav-content {
      width: 1110px;
    }
  }
  
  .header-inner {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 71px;
  }
  
  @media (min-width: 768px) {
    .header-inner {
      padding: 20px 0px 20px 0px;
    }
  }
  
  @media (min-width: 992px) {
    .header-inner {
      padding: 23px 0px 30px 0px;
      height: 84px;
    }
  }
  
  .home-header .header-inner {
    border-bottom: 0px;
  }
  
  .logo {
    display: inline-block;
    width: 162px;
    height: 18px;
    margin-top: 2px;
    background-image: url("../../images/logo.svg");
    background-size: contain;
    text-indent: -10000px;
  }
  
  @media (min-width: 992px) {
    .logo {
      width: 207px;
      height: 23px;
    }
  }
  
  /*Custom nav for desktop styles, hide initially */
  .nav-desktop {
    display: none;
    float: right;
    /* show the nav here */
  }
  
  @media (min-width: 992px) {
    .nav-desktop {
      display: block;
    }
  }
  
  .nav-desktop ul {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }
  
  .nav-desktop ul.language {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px;
  }
  
  .nav-desktop li {
    display: inline;
    margin-right: 30px;
  }
  
  .nav-desktop ul.language li:last-child {
    margin-right: 0px;
  }
  
  .nav-desktop .divider {
    display: none;
  }
  
  /* Rearrange nav for homepage */
  @media (min-width: 992px) {
    .home-header .logo {
      display: none;
    }
  }
  
  .home-header .header-inner {
    height: 71px;
  }
  
  @media (min-width: 992px) {
    .home-header .header-inner {
      height: 76px;
    }
  }
  
  .home-header .nav-desktop {
    float: none;
  }
  
  .home-header .lang-label {
    float: right;
  }
  
  .home-header ul.language {
    border-left: 0px;
  }
  
  /* Mobile nav buttons */
  .menu-button {
    display: inline-block;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background-position: center;
    float: right;
  }
  
  @media (min-width: 992px) {
    .menu-button {
      display: none;
    }
  }
  
  .open-button {
    background-image: url("../../images/icons/nav-hamburger.svg");
    background-repeat: no-repeat;
  }
  
  .close-button {
    background-image: url("../../images/icons/nav-close.svg");
    background-repeat: no-repeat;
  }
  
  /* Mobile nav */
  .nav-mobile {
    position: absolute;
    z-index: 3000;
    display: none;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 20px;
    padding: 20px 20px 40px 20px;
  }
  
  .nav-mobile ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  
  .nav-mobile .language li {
    display: inline;
    margin-right: 30px;
  }
  
  .nav-mobile li {
    margin: 0px 0px 40px 0px;
  }
  
  /* Link styles */
  .nav-desktop a,
  .nav-mobile a {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  
  .nav-desktop a:hover,
  .nav-mobile a:hover {
    color: #00b7bf;
  }
  
  .nav-desktop .active,
  .nav-mobile .active {
    border-bottom: 3px solid #00b7bf;
  }
  
  .my-content {
    margin-bottom: 30px;
  }
  
  @media (min-width: 992px) {
    .my-content {
      margin-top: 0px;
      margin-bottom: 60px;
    }
  }
  
  .my-content:first-child {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  
  @media (min-width: 992px) {
    .my-content:first-child {
      margin-top: 160px;
      margin-bottom: 80px;
    }
  }
  
  .my-content-top-small {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  
  @media (min-width: 768px) {
    .my-content-top-small h1 {
      text-align: left;
    }
  }
  
  @media (min-width: 992px) {
    .my-content-top-small {
      margin-top: 160px;
      margin-bottom: 60px;
    }
  }
  
  .download-item,
  .news-item {
    margin-bottom: 60px;
  }
  
  .download-text p {
    max-width: 570px;
  }
  
  .download-image {
    margin-bottom: 20px;
  }
  
  .news-item:last-child {
    margin-bottom: 100px !important;
  }
  
  .news-image {
    padding-left: 25px;
  }
  
  p.news-date {
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  
  .home-img {
    /* maybe replace with Bootstrap fluid panel */
    width: 100%;
    height: 230px;
    margin: 0px auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  @media (min-width: 768px) {
    .home-img {
      height: 300px;
      max-width: 768px;
    }
  }
  
  @media (min-width: 992px) {
    .home-img {
      height: 450px;
      max-width: 1300px;
      margin-top: 75px;
      margin-bottom: 40px;
    }
  }
  
  @media (min-width: 1200px) {
    .home-img {
      height: 540px;
    }
  }
  
  .home-img .white-logo,
  .home-img .black-logo {
    display: none;
    width: 320px;
    margin: 0px auto;
    padding-top: 40px;
  }
  
  @media (min-width: 992px) {
    .home-img .white-logo,
    .home-img .black-logo {
      display: block;
    }
  }
  
  .home-img .white-logo {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    /* Same syntax as box-shadow */
  }
  
  .home-img .black-logo {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    /* Same syntax as box-shadow */
  }
  
  .home-heading {
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    .home-heading {
      margin-bottom: 46px;
    }
  }
  
  .home-heading h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  
  @media (min-width: 992px) {
    .home-heading h1 {
      font-size: 34px;
    }
  }
  
  .home-heading h3 {
    margin: 0px auto;
    max-width: 900px;
    text-align: center;
    text-transform: none;
  }
  
  .home-panel {
    padding: 0px 0px 60px 0px;
    text-align: center;
  }
  
  @media (min-width: 992px) {
    .home-panel {
      padding: 0px 10px 100px 10px;
    }
  }
  
  @media (min-width: 992px) {
    .home-panel-left {
      padding: 0px 20px 100px 0px;
    }
  }
  
  @media (min-width: 992px) {
    .home-panel-right {
      padding: 0px 0px 100px 20px;
    }
  }
  
  .home-panel img {
    margin-bottom: 10px;
  }
  
  @media (min-width: 992px) {
    .home-panel img {
      margin-bottom: 20px;
    }
  }
  
  .home-panel h3 {
    margin-bottom: 10px;
  }
  
  @media (min-width: 768px) {
    .home-panel h3 {
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  @media (min-width: 992px) {
    .home-panel h3 {
      margin-bottom: 0px;
      font-size: 20px;
      line-height: 28px;
    }
  }
  
  .home-panel p {
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  
  @media (min-width: 480px) {
    .home-panel p {
      padding: 0px 40px 0px 40px;
    }
  }
  
  @media (min-width: 768px) {
    .home-panel p {
      margin: 0px;
      padding: 0px;
      font-size: 13px;
      line-height: 20px;
    }
  }
  
  @media (min-width: 992px) {
    .home-panel p {
      font-size: 15px;
      line-height: 28px;
    }
  }
  
  @media (min-width: 1200px) {
    .home-panel p {
      padding: 0px 4px 0px 4px;
    }
  }
  
  /* 
  
  .home-panel {
  
      img {
          margin-bottom: 10px;
  
          @include desktop {
              margin-bottom: 20px;
          }
      }
  
      h3 {
          margin-bottom: 15px;
  
          @include tablet {
              height: 55px;
              margin-bottom: 0px;
              font-size: 16px;
              line-height: $line-h-xsmall;
  
          }
  
          @include desktop {
              height: 75px;
              font-size: $font-medium;
              line-height: $line-h-medium;
          }
      }
  
      p {
          margin: 0px 0px 20px 0px;
          padding: 0px;
          
  
          @include small-tablet {
              padding: 0px 40px 0px 40px;
          }
  
          @include tablet {
              height: 160px;
              margin: 0px;
              padding: 0px;
  
              font-size: $font-xsmall;
              line-height: $line-h-xsmall;
  
          }
  
          @include desktop {
              height: 160px;
  
              font-size: $font-small;
               line-height: $line-h-small;
          }
  
          @include large-desktop {
              padding: 0px 4px 0px 4px;
              height: 140px;
          }
      }
  } */
  #carousel {
    position: relative;
    width: 100%;
    height: 230px;
    margin: 0px auto;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  @media (min-width: 768px) {
    #carousel {
      height: 300px;
      max-width: 768px;
    }
  }
  
  @media (min-width: 992px) {
    #carousel {
      height: 450px;
      max-width: 1300px;
      margin-top: 85px;
      margin-bottom: 40px;
    }
  }
  
  @media (min-width: 1200px) {
    #carousel {
      height: 540px;
    }
  }
  
  #carousel ul {
    display: none;
    position: absolute;
    max-width: 600px;
    text-align: center;
    bottom: 0px;
    margin: 0px auto;
    padding: 0px;
    left: 0;
    right: 0;
  }
  
  @media (min-width: 992px) {
    #carousel ul {
      display: block;
    }
  }
  
  #carousel li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    opacity: 0.4;
  }
  
  #carousel .circle {
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  
  #carousel #logo-container {
    display: none;
    position: absolute;
    width: 320px;
    margin: 0px auto;
    top: 40px;
    left: 0px;
    right: 0px;
  }
  
  @media (min-width: 992px) {
    #carousel #logo-container {
      display: block;
    }
  }
  
  #carousel #white-logo,
  #carousel #black-logo {
    position: absolute;
    width: 320px;
  }
  
  #carousel #white-logo,
  #carousel .circle {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    /* Same syntax as box-shadow */
  }
  
  #carousel #black-logo {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    /* Same syntax as box-shadow */
  }
  
  #carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  #carousel-inner .clickable {
    cursor: pointer;
  }
  
  .about-image-left {
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    .about-image-left {
      padding-right: 10px;
    }
  }
  
  .about-image-right {
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    .about-image-right {
      padding-left: 10px;
    }
  }
  
  .about-logo {
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    .about-logo {
      width: 360px;
      height: 60px;
    }
  }
  
  @media (min-width: 992px) {
    .about-text-outer {
      height: 234px;
      display: table;
    }
  }
  
  @media (min-width: 1200px) {
    .about-text-outer {
      height: 290px;
    }
  }
  
  @media (min-width: 992px) {
    .about-text-inner {
      display: table-cell;
      vertical-align: middle;
    }
  
    .about-text-inner p {
      margin-bottom: 0px;
    }
  }
  
  .left-hand-col {
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
  
  #more-text {
    display: none;
    opacity: 0;
  }
  
  #similar-products {
    text-align: center;
  }
  
  .downloads h3 {
    margin-bottom: 10px;
  }
  
  @media (min-width: 768px) {
    .downloads h3 {
      margin-bottom: 20px;
    }
  }
  
  .downloads ul {
    list-style-type: none;
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
  }
  
  .downloads li {
    background-image: url("../../images/page.svg");
    background-repeat: no-repeat;
    background-position: 2px 7px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  
  @media (min-width: 992px) {
    .downloads li {
      margin-bottom: 5px;
    }
  }
  
  .downloads a {
    color: rgba(0, 0, 0, 0.8);
  }
  
  .downloads a:hover {
    color: #00b7bf;
  }
  
  .downloads span {
    font-size: 13px;
  }
  
  .link-video img {
    max-height: 486.66px;
    width: 100%;
    height: 100%;
  }
  
  .wrapper {
    height: 223px;
    width: 100%;
    margin-bottom: 35px;
  }
  
  @media (min-width: 639px) {
    .wrapper {
      height: 486.66px;
    }
  }
  
  .lity-wrap {
    background: white;
  }
  
  .lity-close {
    font-size: 12px;
    color: #dedede;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: fixed;
    top: 15px;
    right: 15px;
    border: 1px solid #dedede;
    color: #817e7e;
  }
  
  .lity-close:hover {
    font-size: 12px;
    color: #dedede;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: fixed;
    top: 15px;
    right: 15px;
    border: 1px solid #dedede;
    color: #817e7e;
  }
  
  #product-image-main {
    max-height: 486.66px;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  .thumbs {
    text-align: center;
  }
  
  .thumbs ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .thumbs ul img {
    padding: 2px;
    height: 55px;
  }
  
  @media (min-width: 768px) {
    .thumbs ul img {
      height: 70px;
    }
  }
  
  .thumbs li {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0px 15px 30px 15px;
  }
  .thumbs li.active{
    border: 1px solid #00b7bf;
  }
  
  .thumbs li:last-child {
    margin-right: 15px;
  }
  
  @media (min-width: 768px) {
    .thumbs li {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  
  @media (min-width: 992px) {
    .thumbs li {
      margin-bottom: 15px;
    }
  }
  
  .thumbs .selected {
    border: 1px solid #00b7bf;
  }
  
  .product-code-headings .my-heading {
    display: none;
    font-weight: 700;
  }
  
  @media (min-width: 992px) {
    .product-code-headings .my-heading {
      display: block;
    }
  }
  
  @media (min-width: 992px) {
    #clear-filters {
      padding-right: 0px;
    }
  }
  
  #code-status .selected {
    color: #00b7bf;
  }
  
  @media (min-width: 992px) {
    #code-status {
      display: none;
    }
  }
  
  #optics,
  #finishing,
  #length {
    display: none;
  }
  
  @media (min-width: 992px) {
    #optics,
    #finishing,
    #length {
      display: block;
    }
  }
  
  .product-code {
    margin: 0px;
  }
  
  @media (min-width: 992px) {
    .product-code {
      align-items: center;
      /* display: flex; */
    }
  }
  
  .product-code .my-heading {
    font-weight: 700;
  }
  
  @media (min-width: 992px) {
    .product-code .my-heading {
      display: none;
    }
  }
  
  .product-code ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  
  .product-code li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0px 10px 0px;
    padding: 16px 12px 16px 12px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
  }
  
  .product-code li:hover {
    border: 1px solid #00b7bf;
    color: #00868c;
  }
  
  .product-code li.selected {
    border: 1px solid #00b7bf;
    cursor: default;
  }
  
  .product-code .arrow {
    height: 56px;
    background-image: url("../../images/icons/arrow-large.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
  }
  
  @media (min-width: 992px) {
    .product-code .arrow {
      transform: rotate(0deg);
    }
  }
  
  .product-code .code-output {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .code-output-container {
    margin: 0 0 2rem 0;
  }
  
  #product-code-output {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 26px;
    font-weight: 700;
    margin-top: 34px;
    padding: 24px 0px 24px 0px;
    text-align: center;
  }
  
  @media (min-width: 992px) {
    .code-output-container {
      display: flex;
      align-items: center;
    }
  
    .code-output-container h3 {
      margin: 0;
    }
  
    .code-output {
      display: flex;
      align-items: center;
      width: 50%;
      gap: 10px;
    }
  
    #product-code-output {
      font-size: 18px;
      padding: 24px;
      margin-top: 0 !important;
      width: 60%;
      /* margin-top: 84px; */
    }
  }
  
  .disabled {
    background-color: rgba(177, 180, 186, 0.5);
    opacity: 0.4;
  }
  
  .disabled:hover {
    border: 1px solid rgba(177, 180, 186, 0.5) !important;
    color: rgba(0, 0, 0, 0.8) !important;
  }
  
  @media (min-width: 1200px) {
    .product-code #product-code-output {
      font-size: 22px;
      padding: 24px 0px 24px 0px;
    }
  }
  
  #clear-filters {
    text-align: right;
    width: 100%;
    color: #00b7bf;
    font-weight: 700;
    padding-right: 15px;
  }
  
  @media (min-width: 992px) {
    #clear-filters {
      display: none;
      padding-right: 0px;
    }
  }
  
  #copy-clipboard {
    display: block;
    text-align: center;
  }
  
  @media (min-width: 992px) {
    #copy-clipboard {
      display: block;
    }
  }
  
  /* maybe update this??? */
  .nav-tabs {
    color: rgba(0, 0, 0, 0.4);
    border-color: transparent transparent transparent transparent;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    .nav-tabs {
      border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2)
        transparent;
    }
  }
  
  @media (min-width: 768px) {
    .nav-tabs {
      margin-bottom: 40px;
    }
  }
  
  .nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 50px;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
    .nav-tabs .nav-link {
      border-radius: 0px;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  .nav-tabs .nav-link:hover {
    border-color: transparent !important;
  }
  
  @media (min-width: 768px) {
    .nav-tabs .nav-link:hover {
      border-top-color: rgba(0, 0, 0, 0.2) !important;
      border-right-color: rgba(0, 0, 0, 0.2) !important;
      border-left-color: rgba(0, 0, 0, 0.2) !important;
    }
  }
  
  .nav-tabs .active {
    color: rgba(0, 0, 0, 0.8);
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
  }
  
  @media (min-width: 768px) {
    .nav-tabs .active {
      border-top-color: rgba(0, 0, 0, 0.2) !important;
      border-right-color: rgba(0, 0, 0, 0.2) !important;
      border-left-color: rgba(0, 0, 0, 0.2) !important;
    }
  }
  
  #power-supply-table {
    display: none;
    opacity: 0;
  }
  
  #accessories {
    display: none;
    opacity: 0;
  }
  
  #tech-datasheet .row {
    margin-bottom: 15px;
  }
  
  table.power-supply {
    width: 95%;
    margin: 0px auto;
  }
  
  @media (min-width: 992px) {
    table.power-supply {
      width: 100%;
    }
  
    table.power-supply td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    table.power-supply thead th {
      padding-bottom: 5px;
    }
  
    table.power-supply .corner {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  }
  
  /* Styles for small screens */
  @media (max-width: 992px) {
    table.power-supply {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */
      /*
      Label the data as in-page styles - for translation purposes
      */
    }
  
    table.power-supply table,
    table.power-supply thead,
    table.power-supply tbody,
    table.power-supply th,
    table.power-supply td,
    table.power-supply tr {
      display: block;
    }
  
    table.power-supply thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    table.power-supply th {
      padding: 30px 0px 10px 0px;
    }
  
    table.power-supply tr {
      border: 0px solid #ccc;
    }
  
    table.power-supply td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      position: relative;
      padding-left: 50%;
      padding-top: 10px;
      padding-bottom: 10px;
      vertical-align: top;
    }
  
    table.power-supply td:last-child {
      border-bottom: 0px;
    }
  
    table.power-supply td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      font-weight: 700;
      top: 10px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
  }
  
  .filters-contain {
    padding-top: 8px;
  }
  
  .form-drop-label,
  .drop-contain {
    display: inline-block;
  }
  
  .form-drop-label {
    width: 80px;
  }
  
  @media (min-width: 768px) {
    .form-drop-label {
      width: auto;
      margin-right: 6px;
    }
  }
  
  .drop-contain {
    margin-bottom: 30px;
  }
  
  .my-drop-down {
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 200px;
    text-align: left;
  }
  
  /* dropdown styles  */
  .dropdown-menu {
    width: 200px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  #product-clear-filters {
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.5;
    padding-top: 4px;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    #product-clear-filters {
      text-align: left;
    }
  }
  
  /* Used in accessories and similar products */
  .my-block {
    display: inline-block;
    width: 260px;
    text-align: center;
    margin: 15px auto;
    margin-bottom: 30px;
  }
  
  @media (min-width: 1200px) {
    .my-block {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  .my-block img {
    margin-bottom: 10px;
  }
  
  .my-block a {
    color: rgba(0, 0, 0, 0.8);
  }
  
  .my-block a:hover {
    color: #00b7bf;
  }
  
  #products-list {
    text-align: center;
  }
  
  /* My product block */
  .product-block {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 260px;
    text-align: center;
    margin: 10px auto;
    position: relative;
    background-color: #d7d7d7;
    overflow: hidden;
  }
  
  @media (min-width: 1200px) {
    .product-block {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  .product-block img {
    margin-bottom: 10px;
  }
  
  .product-block a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
  }
  
  .product-block a img {
    transition: 0.3s;
  }
  
  .product-block a:hover {
    color: #00b7bf;
  }
  
  .product-block:hover > a img {
    transform: scale(1.1);
  }
  
  .product-block:hover > .product-details {
    display: flex;
  }
  
  .product-block .product-details {
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .product-block .product-details h3 {
    color: white;
    font-weight: 600;
    margin: 0;
  }
  
  .product-block .product-details p {
    color: #00b7bf;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
  }
  
  /* .my-block:last-child {
          margin-right: 0px;
      }
  
  .my-block:nth-child(4n) {
      @include large-desktop {
          margin-right: 0;
      }
  } */
  #footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  #footer .contact ul {
    list-style-type: none;
    margin-left: 16px;
    margin-bottom: 30px;
    padding: 0px;
  }
  
  @media (min-width: 992px) {
    #footer .contact ul {
      margin: 0px;
      margin-bottom: 30px;
    }
  }
  
  #footer .contact li {
    background-repeat: no-repeat;
    background-position: 2px 8px;
    margin-bottom: 0px;
    padding-left: 35px;
  }
  
  @media (min-width: 992px) {
    #footer .contact li {
      margin-bottom: 5px;
    }
  }
  
  #footer .contact .city {
    text-transform: uppercase;
    padding-left: 0px;
  }
  
  #footer .contact .address {
    background-image: url("../../images/pin.svg");
  }
  
  #footer .contact .phone {
    background-image: url("../../images/phone.svg");
  }
  
  #footer .contact .email {
    background-image: url("../../images/envelope.svg");
    background-position: 2px 11px;
  }
  
  #footer .contact a {
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
  }
  
  #footer .contact .email a {
    font-weight: bold;
  }
  
  #footer .social {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    #footer .social {
      border-top: 0px;
      padding-top: 0px;
    }
  }
  
  @media (min-width: 992px) {
    #footer .social {
      text-align: right;
    }
  }
  
  #footer .social ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  
  #footer .social li {
    display: inline-block;
    margin-right: 30px;
  }
  
  #footer .social img {
    filter: gray;
    /* For IE6-9 */
    filter: grayscale(1);
    /* For Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
    opacity: 0.4;
  }
  
  #footer .social img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
  }
  
  #footer .social li:last-child {
    margin-right: 0px;
  }
  
  #footer .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    #footer .copyright {
      text-align: left;
    }
  }
  
  #footer .footer-logo {
    opacity: 0.4;
    width: 207px;
    margin: 0px auto;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    #footer .footer-logo {
      float: right;
    }
  }
  
  .form-action {
    z-index: 30;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    max-width: 600px;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #000c;
    border-radius: 12px;
    color: white;
    height: max-content;
    display: none;
    width: 99%;
  }
  
  @media (max-width: 768px) {
    .form-action {
      padding: 0 15px;
      font-size: 14px !important;
      line-height: 134%;
    }
  }
  
  .form-action__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .form-action svg {
    position: absolute;
    top: 20px;
    /* right: 0; */
    width: 25px;
    height: 25px;
    right: 20px;
    background: #000c;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .form-action form label {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 0;
  }
  
  .mc-field-group {
    margin-bottom: 25px;
  }
  
  .form-action input {
    background: #0000;
    outline: none;
    padding: 0 0 0 5px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .form-action input:active,
  .form-action input:focus {
    outline: none;
    background: transparent;
  }
  
  .form-action input[type="submit"] {
    border: 1px solid white;
    background: transparent;
    color: white;
    border-radius: 6px;
    padding: 10px 20px;
    max-width: max-content;
    font-size: 22px;
    outline: none;
    margin: 20px auto;
    display: block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .form-action input[type="submit"]:hover {
    border: 1px solid black;
    background: white;
    color: black;
  }
  
  .form-action input:hover {
    border-bottom: 1px solid #00b7bf;
  }
  
  .form-action .error {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 12px;
  }
  
  .form-action p {
    margin-bottom: 10px;
  }
  
  .img-logo-popup {
    width: 320px;
    height: 36px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    margin: 0 auto 20px auto;
  }
  
  /* PROJECTS */
  .project-block {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 174px;
    text-align: center;
    margin: 10px auto;
    position: relative;
    background-color: #d7d7d7;
    overflow: hidden;
  }
  
  @media (min-width: 1200px) {
    .project-block {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  
  .project-block img {
    margin-bottom: 10px;
  }
  
  .project-block a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    height: 100%;
  }
  
  .project-block a img {
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
  }
  
  .project-block a:hover {
    color: #00b7bf;
  }
  
  .project-block:hover > a img {
    transform: scale(1.1);
  }
  
  .project-block:hover > .product-details {
    display: flex;
  }
  
  .project-block .product-details {
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .project-block .product-details h3 {
    color: white;
    font-weight: 600;
    margin: 0;
  }
  
  .project-block .product-details p {
    color: #00b7bf;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
  }
  
  
  .project-title {
    font-size: 1.8rem;
    color: #000;
    text-transform: none;
    text-align: left;
    margin: 0;
  }
  
  .project-subtitle {
    font-size: 1.4rem;
  }
  
  .project-description p {
    margin: 0 !important;
    color: black;
  }
  
  .projects-image-browser-container {
    margin: 60px auto;
  }
  
  .no-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .no-scrollbar::-webkit-scrollbar {
    display: none;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .carousel-container {
    overflow: hidden; 
    position: relative
  }
  
  .swipe {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 50;
    cursor: pointer;
    top: calc(50% - 16px);
    background-color: rgba(0, 0, 0, .5);
  }
  
  @media screen and (min-width: 992px) {
    .swipe {
      width: 44px;
      height: 44px;
      top: calc(50% - 22px);
    }
  }
  
  .swipe-left, .swipe-left-modal {
    left: 0px;
  }
  
  .swipe-right, .swipe-right-modal {
    right: 0px;
  }
  
  .carousel-images-container, .modal-carousel-images-container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    touch-action: none;
  }
  
  .dots-container, .modal-dots-container {
    width: 300px;
    margin: 20px auto;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .dot-active {
    background-color: #00b7bf;
    width: 12px;
    height: 12px;
  }
  
  .carousel-modal-browser {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 0;
    width: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-modal-close {
    position: absolute;
    width: 30px;
    top: -40px;
    right: 0;
    cursor: pointer;
  }