@charset "UTF-8";
/* CSS Document */
.productList li, .introBox, .code, .orderTable td, .orderNote textarea, .specList li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.productList li {
  float: none;
  padding: 0 20px;
  margin-bottom: 65px;
}

.productList li.oneItem{
    margin-left:auto;
    margin-right:auto;
}

.productList .item {
  height: 100%;
  -webkit-box-shadow: 1px 1px 60px 0px rgba(27, 27, 27, 0.1);
          box-shadow: 1px 1px 60px 0px rgba(27, 27, 27, 0.1);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.productList .item:hover {
  -webkit-box-shadow: 1px 1px 60px 0px rgba(27, 27, 27, 0.15);
          box-shadow: 1px 1px 60px 0px rgba(27, 27, 27, 0.15);
}

.productList .item:hover .cart {
  bottom: 20px;
  opacity: 1;
}

.productList .item:hover h3 a {
  color: #c7ae8f;
}

.productList .Img {
  position: relative;
}

.productList .Img img {
  min-height: 190px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList .Txt {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  text-align: center;
  background: #fff url("../images/icon-logo.png") no-repeat left -15px top -10px;
}

.productList h3 a {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .075em;
}

.productList .price {
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #8199a7;
  letter-spacing: .075em;
}

.productList .price strong, .productList .price b {
  font-weight: 500;
}

.productList .price strong.normalPrice{
    font-size:12px;
    display:block;
    margin-bottom:5px;
    text-decoration:line-through;
}

.productList .ribbon {
  position: absolute;
  left: 48px;
  top: -34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.productList .cart {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #d1c0a5;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productList .icon-cart {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/******內頁******/
/*產品介紹區*/
.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productIntro .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumBox {
  width: 50%;
  padding: 0;
}

h1 {
  width: calc(100% - 80px);
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  color: #434343;
  letter-spacing: .15em;
}

.albunImgArea img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*產品介紹縮圖文字*/
.introBox {
  position: relative;
  width: 50%;
  padding-left: 50px;
}

.introBox .ribbon {
  position: absolute;
  right: 0;
  top: 0;
}

.introBox .price {
  margin-bottom: 25px;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: .075em;
  color: #95b1bf;
}

.introBox .price strong {
  font-weight: 400;
}

.introBox .price b {
  font-weight: 500;
  font-size: 20px;
}

.introBox .price strong.normalPrice{
    font-size: 12px;
    text-decoration: line-through;
    color: #adadad;
    margin-left: 8px;
}

.itemPrice .normalPrice {
    text-decoration: line-through;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share b {
  display: inline-block;
  margin-right: 20px;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .1em;
  color: #434343;
}

.share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
  color: #bfbfbf;
  text-align: center;
}

.share a:hover {
  color: #000;
  fill: 　 #000;
}

.share .icon-line {
  width: 20px;
  height: 20px;
  fill: #bfbfbf;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.btnBox .btn01:last-child {
  margin-left: 30px;
}

.btnBox .btn01 a {
  padding: 15px 30px;
}

.code {
  /*商品編號*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
  margin-bottom: 25px;
  padding-left: 36px;
  font-size: 14px;
  color: #626262;
  letter-spacing: .075em;
  background-repeat: no-repeat;
  background-position: left center;
}

.code.icon_1 {
  background-image: url("../images/icon-box.svg");
  background-size: 25px 25px;
}

.code.icon_2 {
  background-image: url("../images/icon-box02.svg");
  background-size: 25px 25px;
}

/*訂購規格區*/
.orderTable {
  padding-bottom: 25px;
}

.orderTable td {
  position: relative;
  padding: 15px 20px;
  font-size: 15px;
  letter-spacing: .15em;
  color: #000;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.orderTable select {
  padding: 4px;
}

.orderTable tr {
  background-color: #f9fafc;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.orderTable tr.show {
  background-color: #eef1f5;
}

.orderTable .itemPrice {
  font-weight: 400;
  font-size: 15px;
  color: #626262;
}

.orderTable .itemPrice b{
    font-size: 12px;
    font-weight:normal;
    margin-right: 3px;
    transform: scale(0.9);
    display: inline-block;
    letter-spacing: 0;
}

.orderTable .btn {
  padding-top: 20px;
  text-align: center;
}

.orderTable .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
}

.orderTable input[type="radio"] + label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
}

.orderTable .itemPrice .normalPrice b {
    display: inline;
}

.orderNote {
  /*處理備註*/
  padding-top: 10px;
}

.orderNote textarea {
  /*處理備註*/
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #c5c5c5;
  color: #2f2f2f;
}

.specList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
  padding-left: 36px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  color: #626262;
  letter-spacing: .075em;
}

.specList .fare {
  width: 100%;
  background-image: url("../images/icon-fare.svg");
  background-size: 26px 19px;
}

.specList .money {
  margin-right: 25px;
  background-image: url("../images/icon-money.svg");
  background-size: 25px 25px;
}

.specList .discount {
  background-image: url("../images/icon-discount.svg");
  background-size: 25px 25px;
}

.countArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.countArea b {
  margin-right: 20px;
  font-size: 14px;
  color: #434343;
  letter-spacing: .1em;
}

.tab a {
  cursor: auto;
}

.loading{
  background: url("../images/loading.gif") 50%/50px no-repeat;
  width: 100%;
  height: 100%;
}

.specList .openModule {
    width: auto;
    height: auto;
    text-align: unset;
}

@media (max-width: 960px) {
  .albumBox {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .introBox {
    width: 100%;
    padding-left: 0;
  }

  .introBox h1{
    width:100%;
  }
  
  .productList .ribbon {
    left: 15px;
  }
  
}

@media (max-width: 640px) {
    .introBox .ribbon{
        top: -15px;
        width: 50px;
        height: auto;
        padding: 5px 0;
        border-radius: 0;
        right: auto;
        left: 0;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
  .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .btnBox .btn01:last-child {
    margin-left: 0;
    margin-top: 12px;
  }
  
  .btn01 a {
    width: 100%;
  }
  
}

