*::-webkit-scrollbar {
  appearance: none !important;
  width: 9px !important;
  height: 14px !important;
}
*::-webkit-scrollbar-track {
  background: -webkit-linear-gradient(
    top,
    #f2f2f2,
    #fdfdfd,
    #f8f8f8
  ) !important;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) !important;
  -webkit-border-radius: 5px !important;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 10px !important;
  -webkit-background-clip: padding-box !important;
  -webkit-border-image: -webkit-linear-gradient(
    top,
    #fdfdfd,
    #f8f8f8
  ) !important;
}
body {
  opacity: 1;
  transition: 1s opacity;
  padding: 0 15px;
}
hamburger {
  display: none;
  z-index: 9999;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul li {
  display: block;
  float: left;
  clear: left;
  text-align: left;
  padding: 0;
  margin: 0;
}

ul li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 0;
  transition: color 0.2s step-start;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
  /* font-size: 22px; */
  /* font-weight: 500; */
}

ul li a:hover {
  color: #0c0;
  cursor: pointer;
}

.social-links {
  display: flex;
  margin-top: 25px;
}

a.social-link {
  margin-right: 20px;
}

.item video {
  width: 100%;
  height: auto;
}

.overlay-enabled {
  position: fixed;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  html {
    word-break: break-word;
  }
  .menu-item a {
    display: none;
  }
  #logo {
    background-size: 100% 100%;
  }
  #info .row,
  #product .row {
    flex-direction: column;
  }
  #info ul,
  #product ul {
    padding: 0;
  }
  #info .row {
    width: 100%;
    display: block;
  }
  #page-template .content {
    width: 100%;
    display: block;
  }
  #product .product-name img {
    margin-top: 20px;
    max-width: 300px;
  }
  .column-left {
    width: 100%;
    float: none;
    display: block;
    position: relative;
  }
  .column-right {
    width: 100%;
    float: none;
    display: block;
  }
  .columns {
    grid-template-columns: 100% 100%;
  }

  /* ## mobile header and nav */

  .header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding: 4rem 0 2rem;
    display: flex;
    width: 100%;
  }
  .header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 1.5rem;
    right: 1.5rem;
    height: 0.3rem;
    max-width: 1300px;
    margin: 0 auto;
    background-color: #aaa;
  }

  .header-wrapper {
    position: relative;
  }

  .logo {
    height: 40px;
  }

  .empty-1 {
    flex: 1;
    display: flex;
  }

  button.hamburger {
    flex: 1;
    padding: 0;
  }

  .left-panel {
    display: none;
  }

  .main-column {
    flex-basis: 100%;
  }

  .about .item {
    width: 100%;
    text-align: center;
  }

  li {
    margin-top: 10px !important;
  }
}
