@charset "UTF-8"; .orderNote textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.productList .Img img {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

/*
Authors: Alvin, Randy, Rex
  Version: 2.0
Latest Update: 2020/03/13
*/
.productLayoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1180px) {
  .productLayoutBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media (min-width: 1181px) {
  .productLayoutBox .leftBox {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 300px;
  }

  .productLayoutBox .leftBox + .rightBox {
      width: calc(100% - 300px);
      padding-left: 30px;
  }
}

@media (max-width: 1180px) {
  .productLayoutBox .leftBox {
      width: 100%;
  }

  .productLayoutBox .leftBox + .rightBox {
      padding-top: 30px;
  }
}

.productLayoutBox .rightBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.productList .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.productList .item:hover .productTitle h3 a {
  color: #212121;
  background-size: 100% 2.3rem;
}

.productList .Img > a {
  display: block;
  -webkit-mask: url("../images/productMask.svg") 50% no-repeat;
  mask: url("../images/productMask.svg") 50% no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

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

.productList .Txt {
  padding-top: 10px;
  padding-bottom: 20px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 1px, transparent 0, transparent 4px, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 0) 0 0 no-repeat;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 1px, transparent 0, transparent 4px, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 0) 0 0 no-repeat;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 1px, transparent 0, transparent 4px, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 5px, transparent 0) 0 0 no-repeat;
}

.productList p {
  max-height: 75px;
  line-height: 1.8;
  color: #000;
}

.productTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.productTitle h3 a {
  font-weight: 400;
  font-size: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1rem, transparent), color-stop(0, #ffde00), to(#ffde00));
  background-image: -webkit-linear-gradient(top, transparent 1rem, #ffde00 0, #ffde00 100%);
  background-image: -o-linear-gradient(top, transparent 1rem, #ffde00 0, #ffde00 100%);
  background-image: linear-gradient(to bottom, transparent 1rem, #ffde00 0, #ffde00 100%);
  background-size: 0 2.3rem;
}

.productNumber, .productTransportInfo {
  font: 400 18px "Oswald", "Noto Sans TC", serif;
  color: #363636;
}

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

@media (max-width: 1180px) {
  .productInsLayoutBox {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media (max-width: 1180px) {
  .productInsLayoutBox .leftBox, .productInsLayoutBox .albumBox {
      width: 100%;
      margin-bottom: 30px;
  }
}

@media (min-width: 1181px) {
  .productInsLayoutBox .leftBox {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
  }

  .productInsLayoutBox .leftBox + .rightBox {
      padding-left: 50px;
  }
}

@media (min-width: 1181px) {
  .productInsLayoutBox .albumBox {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
      flex: 0 0 600px;
  }

  .productInsLayoutBox .albumBox + .introBox {
      padding-left: 30px;
  }
}

.productInsLayoutBox .rightBox, .productInsLayoutBox .introBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.introBox .articleTitle {
  padding-right: 45px;
}

.introBox .Txt {
  line-height: 1.6;
  font-size: 13px;
  color: #6c6c6c;
}

@media (min-width: 1181px) {
  .introBox {
    position: relative;
  }
}

@media (min-width: 768px) {
  .introBox .Txt {
      margin-top: 20px;
  }
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #45433f;
}

.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.share a {
  display: inline-block;
  width: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.share a:hover {
  opacity: 0.8;
}

.backBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dedede;
  background: url(../images/back.png) #dedede no-repeat center;
  filter: invert(1);
}

.backBtn:hover {
  filter: invert(0);
  border-color: #000;
  background-color: transparent;
} 

@media (min-width: 640px) {
  .backBtn {
    width: 34px;
    height: 34px;
  }
}

/*訂購規格區*/
.orderTable {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e1e1e1;
}

.orderTable th {
  padding: 10px;
  font-size: 15px;
}

.orderTable td {
  padding: 5px;
}

.orderTable select {
  padding: 4px;
}

.orderTable tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.orderTable b {
  font-weight: 400;
  font-size: 15px;
  color: #6c6c6c;
}

.orderTable .btnBox > a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

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

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