@media screen and (max-width: 1280px) {
  .footerbtn {
    position: fixed;
    bottom: 7%;
    left: 0;
    right: 0;
  }
  .footerbtn .searchgotop, .footerbtn .searchitemclose {
    background: #2a8dd9;
    color: #fff;
  }
  .footerbtn .searchgotop img, .footerbtn .searchitemclose img {
    filter: invert(100%);
  }
  .footerbtn .searchgotop a, .footerbtn .searchitemclose a {
    color: #fff;
  }
  .footerbtn .searchitemclose {
    background: #888;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }

  .nav-dot {
    background: #fff;
    width: 50px;
    right: initial;
  }

  .mainmenu, .maindiritem {
    display: none;
  }

  .nav-cssbutton, .minordiritem {
    display: block;
  }

  .topsearchbar {
    top: 100px;
  }
}
@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: 600px) {
  .item {
    margin: 7px 1%;
  }
}
@media screen and (max-width: 420px) {
  .footerbtn div {
    margin: 8px auto;
  }
}
@media screen and (max-width: 380px) {
  .headerbar .headeffect {
    position: absolute;
    right: 10%;
    top: 15px;
    width: 200px;
  }

  .commenthead {
    padding: 10px 7px 20px 7px;
  }
}
@media screen and (max-width: 330px) {
  body {
    width: 330px;
  }
}
