.body {
  background-color: #f7f7f7;
}

.top-nav {
  position: fixed;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.top-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-img {
  width: 60px;
  height: 60px;
}

.logo-text {
  margin-top: 0px;
  padding-top: 22px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  width: 8px;
  height: 8px;
}

.logo-dot {
  width: 8px;
  height: 8px;
  margin-top: 34px;
  margin-left: 6px;
  border-radius: 5px;
  background-color: #484dff;
}

.top-menu-link {
  margin-right: 44px;
  margin-left: 44px;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-weight: 700;
  text-decoration: none;
}

.top-menu-link:hover {
  color: #262626;
}

.top-menu-link.current {
  color: #262626;
}

.top-nav-highlight {
  margin-right: 44px;
  margin-left: 44px;
  border-bottom: 2.5px solid #484dff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.top-nav-icons {
  width: 20px;
  height: 20px;
  margin-left: 32px;
}

.bottom-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-copyright {
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 10px;
  text-transform: uppercase;
}

.bottom-social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bottom-nav-link {
  margin-left: 28px;
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.right-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 280px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -3px 0 12px 0 rgba(25, 6, 6, 0.15);
}

.right-nav-link {
  margin-top: 13px;
  margin-bottom: 13px;
}

.right-nav-img {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

.right-nav-img:hover {
  opacity: 1;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-content-img {
  width: 90%;
  height: 80%;
  padding-right: 20px;
  padding-left: 20px;
}

.right-content-heading {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
}

.right-content-paragraph {
  width: 70%;
  margin-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 15px;
  line-height: 25px;
}

.hamburger {
  display: none;
}

.mobile-product-img {
  display: none;
}

.nav-overlay {
  display: none;
}

.nav-overlay-list {
  display: none;
}

@media screen and (max-width: 991px) {
  .top-nav {
    z-index: 3;
    max-width: 700px;
  }

  .top-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-img {
    width: 45px;
    height: 45px;
  }

  .logo-text {
    padding-top: 15px;
    font-size: 22px;
  }

  .logo-dot {
    width: 6px;
    height: 6px;
    margin-top: 27px;
  }

  .top-nav-highlight.overlay {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-width: 5px;
  }

  .top-nav-icons {
    width: 18px;
    height: 18px;
  }

  .bottom-nav {
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-copyright {
    font-size: 8px;
  }

  .bottom-nav-link {
    font-size: 8px;
  }

  .right-nav {
    width: 55px;
    height: 248px;
  }

  .hamburger {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 32px;
  }

  .nav-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .nav-overlay-list {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-overlay-link {
    position: static;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
  }

  .list-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-overlay-menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-nav {
    max-width: 500px;
  }

  .bottom-nav {
    max-width: 500px;
  }

  .right-nav {
    display: none;
  }

  .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-content {
    width: 100%;
    height: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .right-content {
    width: 100%;
    height: 50%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-content-paragraph {
    width: 100%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .mobile-product-img {
    display: block;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .top-nav {
    max-width: 350px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .logo-img {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    display: none;
  }

  .logo-dot {
    display: none;
  }

  .top-nav-icons {
    width: 16px;
    height: 16px;
  }

  .bottom-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .left-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-content {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-content-heading {
    letter-spacing: 1.5px;
  }

  .right-content-paragraph {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: left;
  }

  .hamburger {
    width: 30px;
    height: 30px;
  }

  .nav-overlay-link {
    color: #a8a8a8;
  }

  .nav-overlay-link.current {
    color: #262626;
  }
}