@media screen and (max-width: 1440px) {
  .nav-dot {
    top: -100%;
  }

  .mainmenu, .maindiritem {
    display: none;
  }

  .nav-cssbutton, .minordiritem {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .gotop {
    left: 10px;
    right: initial;
  }
}
@media screen and (max-width: 680px) {
  .cart {
    bottom: 25px;
    top: initial;
  }
}
@media screen and (max-width: 600px) {
  .item {
    margin: 5px 1%;
    width: 45%;
    max-width: 220px;
  }

  .listbtn {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .footerbtn div {
    display: block;
    margin: 8px auto;
  }

  .page-head .headerbar .headeffect .logotext div h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  body {
    width: 330px;
  }
}
