
.slidershow {
  position: relative;
  overflow: hidden;

}

.navigation {
  width: 100%;
  position: absolute;
  bottom: 5px;
  margin-left: 8px;
  transform: translateX(50%);
  transform: translateY(30%);
  display: flex;
}

.bar {
  width: 15px;
  height: 3px;
  border: 1px solid none;
  background: rgba(68, 68, 68, .3);
  margin: 3px;
  cursor: pointer;
  transition: .4s;
}

.bar:hover {
  background: #444444;
}

.slides input[name="p"] {
  position: absolute;
  visibility: hidden;
}

.slides {
  width: 500%;
  display: flex;
}

.slide {
  width: 20%;
  transition: .6s;
}

.slide img {
  width: 100%;
}

#p1:checked~.s1 {
  margin-left: 0;
}

#p2:checked~.s1 {
  margin-left: -20%;
}

#p3:checked~.s1 {
  margin-left: -40%;
}

#p4:checked~.s1 {
  margin-left: -60%;
}

#p5:checked~.s1 {
  margin-left: -80%;
}

.newarrival h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 20px 0 20px 0;
  letter-spacing: 3px;
}

.swiper-container {
  width: 100%;
  position: relative;
  justify-content: center;
}

.swiper-container .swiper-wrapper {
  width: 300px;
  margin: auto;
  display: flex;
  /*overflow: hidden;*/
  /*flex-wrap: wrap;*/
}

.swiper-container .swiper-slide {
  width: 120px;
  top: 10px;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  margin-bottom: 10px;
}

.swiper-container .swiper-slide a {
  text-align: center;
  text-decoration: none;
}

.swiper-container .swiper-slide img {
  width: 120px;
  margin: auto;
  display: table;
}

.swiper-container .swiper-slide h3 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500px;
  border-bottom: none;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 16px;
}

.swiper-container .swiper-slide h4 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.topsale h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 50px 0 10px 0;
  letter-spacing: 3px;
}

.topsale .banner img {
  width: 100%;
}

.topsale .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  justify-content: center;
}

.topsale .item {
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.topsale .item img {
  width: 120px;
}

.topsale .item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3;
  color: #444444;
}

.topsale .item a {
  text-decoration: none;
}

.topsale .item p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #444444;
}

.essentail {
  width: 100%;
  margin: 0;
}

.essentail h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 30px 0 20px 0;
  letter-spacing: 3px;
}

.essentail .essentail-container {
  width: 90%;
  display: flex;
  margin: auto;
  padding-bottom: 10px;
}

.essentail .essentail-item {
  width: 150px;
  margin-left: 8%;
  margin-right: 8%;
  /*right: 3%;   
        left: 3%;  */
  position: relative;

}

.essentail .essentail-item img {
  width: 150px;
  /*margin-left: 5px; */
}

.essentail .essentail-item .txt {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, .8);
  display: block;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s
}

.essentail .essentail-item:hover .txt {
  opacity: 1;
  text-decoration: none;
  text-align: center;
}

.essentail .essentail-item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 3;
  color: #fff;
  padding-top: 25%;

}

.essentail .essentail-item h3:after {
  content: "";
  display: block;
  left: 50%;
  right: 50%;
  bottom: 10px;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

.essentail .essentail-item:hover h3:after {
  margin-left: 15%;
  margin-right: 15%;
}

.main-footer {
  background: #444444;
  text-align: center;
  color: #fff;
  padding: 10px 0 20px 0;
  margin-top: 50px;
  font-family: 'Noto Sans TC', sans-serif;
}

.main-footer .footer-item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 2;
  margin: 0 10px;
}

.main-footer .footer {
  font-size: 6px;
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 1.5;
}

#topBtn {
  position: fixed;
  bottom: 11%;
  right: 20px;
  padding-left: 2px;
  padding-right: 7px;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  background: rgba(53, 59, 72, .5);
  color: #fff;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  display: none;
}


@media screen and (min-width: 768px) {
  
  .slidershow {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .navigation {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
    transform: translateX(20%);
    transform: translateY(100%);
    display: flex;
  }

  .bar {
    width: 30px;
    height: 6px;
    bottom: 10px;
    border: 2px solid none;
    background: rgba(68, 68, 68, .3);
    margin: 3px;
    cursor: pointer;
    transition: .4s;
  }

  .bar:hover {
    background: #444444;
  }

  input[name="p"] {
    position: absolute;
    visibility: hidden;
  }

  .slides {
    width: 500%;
    display: flex;
  }

  .slide {
    width: 20%;
    transition: .6s;
  }

  .slide img {
    width: 100%;
  }

  #p1:checked~.s1 {
    margin-left: 0;
  }

  #p2:checked~.s1 {
    margin-left: -20%;
  }

  #p3:checked~.s1 {
    margin-left: -40%;
  }

  #p4:checked~.s1 {
    margin-left: -60%;
  }

  #p5:checked~.s1 {
    margin-left: -80%;
  }

  .newarrival h2 {
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 60px 0 60px 0;
    letter-spacing: 5px;
  }

  .swiper-container {
    width: 100%;
    margin: 0;
  }

  .swiper-container .swiper-wrapper {
    width: 80%;
    display: flex;
    margin-bottom: 0;
  }

  .swiper-container .swiper-slide {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
  }

  .swiper-container .swiper-slide a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .swiper-container .swiper-slide img {
    width: 90%;
  }

  .swiper-container .swiper-slide h3 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500px;
    border-bottom: none;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 22px;
  }

  .swiper-container .swiper-slide h4 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .swiper-container .slick-dots {
    height: 50px;
  }

  /*      .swiper-container .slider-btn{
        width: 100%;
        z-index: 1;
        transform: translateY(-15em);
        position: absolute;
      }
*/
  /*.swiper-container .button-next,.swiper-container .button-prev{
        position: absolute;
        width: 500px;
        top: 0;
        font-size: 100px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        color: rgba(68,68,68,.6);
      }

      .swiper-container .button-next .fas,.swiper-container .button-prev .fas{
        font-size: 26px;  
      }

      .swiper-container .button-next{
        right: 0;
      }
      .swiper-container .button-prev{
        left: 0;
      }

      .swiper-container .button-next:hover,.swiper-container .button-prev:hover{
        color: #444444;
      }*/


  .topsale h2 {
    padding-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
    top: 10px;
    letter-spacing: 5px;
  }

  .topsale .banner img {
    width: 100%;
  }

  .topsale .wrap {
    width: 100%;
    display: flex;
    margin: auto;
  }

  .topsale .item {
    width: 10%;
    margin: 30px;
    text-align: center;
  }

  .topsale .item img {
    width: 100%;
    vertical-align: middle;
  }

  .topsale .item h3 {
    border-top: 2px solid #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
  }

  .topsale .item a {
    color: #444444;
  }

  .topsale .item p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;

  }

  .essentail h2 {
    width: 100%;
    padding-top: 50px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 50px 0 30px 0;
    letter-spacing: 5px;

  }


  .essentail .essentail-container {
    display: flex;
    width: 80%;
    margin: auto;
    /*left: 10px; */
  }

  .essentail .essentail-item {
    width: 20%;
    /*margin: 20px 0; */
  }

  .essentail .essentail-item a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .essentail .essentail-item img {
    width: 90%;
    margin: 0;
  }

  .essentail .essentail-item h3 {
    font-size: 30px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 5px;
    margin-top: 20px;
  }

  .essentail .essentail-item .txt {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    background: rgba(0, 0, 0, .8);
    display: block;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s
  }

  .essentail .essentail-item:hover .txt {
    opacity: 1;
    text-decoration: none;
    text-align: center;
  }

  .essentail .essentail-item h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 3;
    letter-spacing: 3;
    color: #fff;
    padding-top: 30%;

  }

  .essentail .essentail-item h3:after {
    content: "";
    display: block;
    left: 50%;
    right: 50%;
    bottom: 10px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
  }

  .essentail .essentail-item:hover h3:after {
    margin-left: 15%;
    margin-right: 15%;
  }


  .main-footer {
    background: #444444;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-top: 60px;
    font-family: 'Noto Sans TC', sans-serif;
  }

  .main-footer .footer-item a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 2;
    margin: 0 10px;
  }

  .main-footer .footer {
    font-size: 10px;
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 2px;
  }
}