html,body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html{
  font-size: 0px;
  background-color: #fff;
}
a{
  text-decoration: none;
}

#all_wrap{
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  /*
  background:repeating-linear-gradient(
  -45deg,
  #ffffff,
  #ffffff 7px,
  #fffbf0 0,
  #fffbf0 14px
  );
  */
  background-color: #ffffff;
}

#shop{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 500px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

#shop > .headerBG{
  position: relative;
  width: 100%;
  height: 370px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

#shop > .desc{
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
  text-align: center;
}

#shop > div{
  position: relative;
  width: 1100px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  text-align: left;
}
#shop > div > nav{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 1000px;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  margin-top: 30px;
  margin-left: 63px;
}
#shop > div > nav > a{
  /* display: none; */
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ff7777;
  text-decoration: underline;
  transition-duration: 0.5s;
  /* filter: drop-shadow( 4px 4px 3px #ff888888); */
}
#shop > div > nav > a:hover{
  color: #ff3333;
  /* filter: drop-shadow( 0px 0px 0px #00000000); */
}
/*
#shop > div > nav > a[href^="http"]{
  display: block;
}
*/
