@media screen and (max-width: 1024px) {
  .nav-dot {
    background: #fff;
    width: 50px;
    right: initial;
  }

  .mainmenu {
    display: none;
  }

  .nav-cssbutton {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .gotop {
    left: 10px;
    right: initial;
  }
}
@media screen and (max-width: 680px) {
  .cart {
    bottom: 15px;
    top: initial;
  }
}
@media screen and (max-width: 330px) {
  body {
    width: 330px;
  }
}
