@media screen and (max-width: 1024px) {
  .cart {
    position: fixed;
    top: inherit;
    right: inherit;
    bottom: 10px;
    left: 10px;
  }

  .gotop {
    left: inherit;
  }

  .nav-dot {
    top: -100%;
  }

  .mainmenu, .maindiritem {
    display: none;
  }

  .nav-cssbutton, .minordiritem {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer .gridbackground .bg {
    top: initial;
    bottom: 0;
  }

  .footer-info .grid1 .child {
    display: block;
    margin: 50px auto;
  }
  .footer-info .grid4 li {
    margin: 10px auto;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .item {
    margin: 10px 1%;
    width: 46%;
    max-width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .item {
    width: 98%;
    max-width: 230px;
  }
}
@media screen and (max-width: 420px) {
  .footerbtn div {
    display: block;
    margin: 8px auto;
  }

  .page-head .headerbar .headeffect {
    width: 280px;
  }
  .page-head .headerbar .headeffect .logo {
    width: 100px;
  }
  .page-head .headerbar .headeffect .logotext {
    left: 70px;
  }
  .page-head .headerbar .headeffect .logotext div h1 {
    font-size: 17px;
  }
  .page-head .headerbar .headeffect .logotext div h2 {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 380px) {
  .page-head .headerbar .headeffect .logotext div h1 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .page-head .headerbar .headeffect .logotext div h2 {
    font-size: 12px;
  }

  .page .headbanner h4 {
    left: 3%;
    right: inherit;
  }
}
@media screen and (max-width: 340px) {
  body {
    width: 340px;
  }
}
