.fas {
  padding: 0 0 0 5px;
  font-size: 14px;
}

#menu_control:checked~.header .dropdown-menu {
  left: 0;
}

.banner-container {
  width: 100%;
  position: relative;
}

.banner-container .banner-pic img {
  width: 100%;
}

.banner-container .banner-title {
  position: absolute;
  top: 76%;
  left: 5%;
}

.banner-container .banner-title h2 {
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1rem;
}

.pages-wrap {
  padding: 20px 10px;
}

.pages-wrap .breadcrumb {
  width: 100%;
  margin: auto;
  margin-left: 0;
  display: flex;
}

.pages-wrap .breadcrumb li {
  padding: 0 10px;
}

.pages-wrap .breadcrumb a {
  color: #aaa;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: .3s;
}

.pages-wrap .breadcrumb a:hover,
.pages-wrap .breadcrumb li:last-child a {
  color: #444444;
}

.pages-wrap .breadcrumb li+li {
  padding-left: 0;
}

.pages-wrap .breadcrumb li+li:before {
  content: '>';
  color: #aaa;
  margin-right: 10px;
}

.product {
  width: 100%;
}

.product .product-list {
  width: 95%;
  /*display: flex;
  flex-wrap: wrap;*/
  margin: auto;
  margin-top: 10px;
  text-align: center;
}


.product .product-item,
.dis-product-item {
  display: inline-block;
  position: relative;
  width: 48%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 10px;
  left: 0;
  right: 0;
  border: 0.5px solid rgba(170, 170, 170, .5);
}

.product .product-item a,
.dis-product-item a {
  text-decoration: none;
  text-align: left;
}

.product .product-item h3,
.dis-product-item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #444444;
  padding: 8px 0 0 15px;
}

.product .product-item h4,
.dis-product-item h4 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 0.6rem;
  color: #aaa;
  padding: 8px 0 10px 15px;
}

.product .product-item img,
.dis-product-item img {
  display: block;
  margin: auto;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 5px;
  left: 0;
  right: 0;
}

.product .dis-product-item .tab {
  position: absolute;
  background: #C84242;
  text-align: right;
  top: 0;
  left: 0;
  padding: 5px 8px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 0.6rem;
  color: #fff;
}

.product .product-item .btn-collect,
.dis-product-item .btn-collect {
  text-align: right;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.7rem;
  color: #444444;
  margin-left: 70%;
  position: relative;
  bottom: 3px;
}

.product .product-item .price {
  left: 0;
  text-align: left;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #444444;
  padding: 0 0 0 15px;
  position: absolute;
}

.product .dis-product-item .price {
  left: 0;
  text-align: left;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 0.5rem;
  color: #aaa;
  padding: 5px 0 0 15px;
  position: absolute;
  text-decoration: line-through;
  top: 65%;
}

.product .dis-product-item .discount-price {
  position: absolute;
  text-align: left;
  padding: 0 0 0 15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #C84242;
  top: 60%;
}

.product .product-item .btn-purchase,
.dis-product-item .btn-purchase {
  width: 90%;
  background: #aaa;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.product .product-item .btn-purchase a,
.dis-product-item .btn-purchase a {
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.7rem;
  color: #fff;
}

.product .product-item .btn-info,
.dis-product-item .btn-info {
  width: 90%;
  background: #444444;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 15px;
}

.product .product-item .btn-info a,
.dis-product-item .btn-info a {
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 10px;
}



.pages {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.pages ul {
  position: relative;
  display: flex;
}

.pages ul li {
  list-style: none;
  line-height: 30px;
  margin: 0 5px;
  left: 0;
  right: 0;
}



.pages ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: 'Noto Sans TC', sans-serif;
  color: #aaa;
  font-weight: 500;
  transition: .5s;

}

.pages ul .pageNumber:hover a {
  border-radius: 100%;
  background: #444444;
  color: #fff;
}

.pages ul li:first-child {
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

.pages ul li:last-child {
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

.pages .prev.disabled,
.pages .next.disabled {
  border-color: #aaa;
  color: #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .banner-container {
    width: 100%;
    position: relative;
  }

  .banner-container .banner-pic img {
    width: 100%;
  }

  .banner-container .banner-title {
    position: absolute;
    top: 85%;
    left: 3%;
  }

  .banner-container .banner-title h2 {
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2rem;
  }

  .pages-wrap {
    top: 68%;
    padding: 40px 40px;
  }

  .pages-wrap .breadcrumb {
    width: 100%;
    margin: auto;
    margin-left: 0;
    display: flex;
  }

  .pages-wrap .breadcrumb li {
    padding: 0 10px;
  }

  .pages-wrap .breadcrumb a {
    color: #aaa;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1.5px;
    transition: .3s;
  }

  .pages-wrap .breadcrumb a:hover,
  .pages-wrap .breadcrumb li:last-child a {
    color: #444444;
  }

  .pages-wrap .breadcrumb li+li {
    padding-left: 0;
  }

  .pages-wrap .breadcrumb li+li:before {
    content: '>';
    color: #aaa;
    margin-right: 10px;
  }

  .product {
    width: 100%;
    margin-top: 20px;
  }

  .product .product-list {
    width: 80%;
    /*display: flex;
    flex-wrap: wrap;*/
    margin: auto;
    margin-top: 0;
    text-align: left;
  }


  .product .product-item,
  .dis-product-item {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 240px;
    /*height: 450px;*/
    margin: 20px 2%;
    left: 0;
    right: 0;
    border: none;
    padding-bottom: 30px;
    /*border-bottom: 1px solid rgba(0,0,0,.3);*/
    box-shadow: 0px 5px 5px rgba(170, 170, 170, .3)
  }

  .product .product-item a,
  .dis-product-item a {
    text-decoration: none;
    text-align: left;
  }

  .product .product-item h3,
  .dis-product-item h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    color: #444444;
    padding: 20px 0 15px 15px;
  }

  .product .product-item h4,
  .dis-product-item h4 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #aaa;
    padding: 0px 0 0 15px;
  }

  .product .product-item img,
  .dis-product-item img {
    display: block;
    margin: auto;
    width: 90%;
    /*margin-top: 20px;
    margin-bottom: 5px;*/
    left: 0;
    right: 0;
  }

  .product .dis-product-item .tab {
    position: absolute;
    background: #C84242;
    text-align: right;
    top: 0;
    left: 0;
    padding: 10px 20px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #fff;
  }

  .product .product-item .btn-collect,
  .dis-product-item .btn-collect {
    text-align: right;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.9rem;
    color: #444444;
    margin-left: 75%;
    position: relative;
    bottom: -43px;
  }

  .product .product-item .price {
    left: 0;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #444444;
    padding: 40px 0 0 15px;
    position: absolute;
  }

  .product .dis-product-item .price {
    left: 0;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #aaa;
    padding: 25px 0 10px 15px;
    position: absolute;
    text-decoration: line-through;
    top: 65%;
  }

  .product .dis-product-item .discount-price {
    position: absolute;
    text-align: left;
    padding: 0 0 0 15px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #C84242;
    top: 65%;
  }

  .product .product-item .btn-purchase,
  .dis-product-item .btn-purchase {
    width: 90%;
    position: absolute;
    background: #aaa;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 28%;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .product .product-item .btn-purchase a,
  .dis-product-item .btn-purchase a {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.7rem;
    color: #fff;
  }

  .product .product-item .btn-info,
  .dis-product-item .btn-info {
    width: 90%;
    /* position: absolute; */
    background: #444444;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .product .product-item .btn-info a,
  .dis-product-item .btn-info a {
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 10px;
  }



  .pages {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 50px;
  }

  .pages ul {
    position: relative;
    display: flex;
  }

  .pages ul li {
    list-style: none;
    line-height: 40px;
    margin: 0 15px;
    left: 0;
    right: 0;
  }



  .pages ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.6rem;
    color: #aaa;
    font-weight: 400;
    transition: .5s;

  }

  .pages ul .pageNumber:hover a {
    border-radius: 100%;
    background: #444444;
    color: #fff;
  }

  .pages ul li:first-child {
    margin-right: 10px;
    font-weight: 600;
    font-size: 1.2rem;
  }

  .pages ul li:last-child {
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.2rem;
  }

  .pages .prev.disabled,
  .pages .next.disabled {
    border-color: #aaa;
    color: #000;
    pointer-events: none;
  }






}