@charset "UTF-8";
/* CSS Document */
.quickBtnBox svg, .addFavorBtn {
  transition: all 0.5s ease;
}

/*****類別*****/
@media (min-width: 1181px) {
  .classLink {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .classLink::before {
    content: "商品加購";
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
  .classLink::after {
    content: "";
    display: block;
    order: -2;
    width: 50px;
    height: 93px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    background: url(../images/product.png) no-repeat left top;
  }
  .classLink > li {
    width: 100%;
  }
}

/*****列表*****/
.productList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 641px) {
  .productList {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .productList {
    padding-bottom: 10px;
  }
}
.productList > li {
  padding: 10px;
}
@media (min-width: 641px) {
  .productList > li {
    width: calc(100% / 2);
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .productList > li {
    width: 100%;
  }
}
.productList .item {
  height: 100%;
  border: 1px solid #f4e9da;
  border-radius: 4px;
  box-shadow: 0 0 0 0.5px #f4e9da;
  overflow: hidden;
}
@media (min-width: 401px) {
  .productList .Txt {
    padding: 15px 20px 25px;
  }
}
@media (max-width: 400px) {
  .productList .Txt {
    padding: 10px 15px 15px;
  }
}
.productList .date {
  margin-bottom: 2px;
  color: #ac9a85;
  letter-spacing: 0;
}
.productList h3 {
  font-size: 20px;
  font-weight: 500;
}
.productList .txtExp {
  max-height: calc(20px * 3);
  margin-top: 10px;
}
.productList .moreBtn {
  margin-top: 20px;
}
.productList .priceBox {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #ff9900;
}
.productList .priceBox::before {
  content: "NT$";
  margin-right: 5px;
}
.productList .priceBox::after {
  content: "起";
  margin-left: 5px;
}

/*****內頁*****/
.mainArea .cloumBox .titleBox {
  padding-right: 50px;
}
.mainArea .cloumBox .titleBox .addFavorBtn {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (min-width: 641px) {
  .mainArea .cloumBox .titleBox .addFavorBtn {
    top: 20px;
  }
}
@media (max-width: 640px) {
  .mainArea .cloumBox .titleBox .addFavorBtn {
    top: 12px;
  }
}

.addFavorBtn {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: #ac9a85 url("../images/heart.png") 50%/20px 19px no-repeat;
  cursor: pointer;
}
.addFavorBtn:hover {
  background-color: #ffad33;
}
.addFavorBtn.select {
  background-color: #ff9900;
}

.pdDataBox {
  display: flex;
}
@media (max-width: 1400px) {
  .pdDataBox {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (min-width: 1181px) {
  .pdDataBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .pdDataBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pdDataBox .imgBox {
  position: relative;
}
@media (min-width: 1551px) {
  .pdDataBox .imgBox {
    width: 50%;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .pdDataBox .imgBox {
    width: 40%;
  }
}
@media (max-width: 1400px) {
  .pdDataBox .imgBox {
    width: 100%;
  }
}
@media (min-width: 1401px) {
  .pdDataBox .imgBox {
    padding-right: 30px;
  }
}
.pdDataBox .imgBox.loading {
  background: url("../images/loading.gif") 50% no-repeat;
}
.pdDataBox .imgBox img {
  max-width: 100%;
}
.pdDataBox .textBox {
  position: relative;
}
@media (min-width: 1551px) {
  .pdDataBox .textBox {
    width: 50%;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .pdDataBox .textBox {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .pdDataBox .textBox {
    order: -1;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) and (max-width: 1400px) {
  .pdDataBox .textBox {
    margin-top: 10px;
  }
}
@media (min-width: 1401px) {
  .pdDataBox .textBox {
    padding-left: 30px;
    border-left: 1px solid #f4e9da;
  }
}
.pdDataBox .description {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/*訂購規格區*/
.orderList {
  margin-top: 15px;
  margin-bottom: 20px;
}
.orderList li {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4e9da;
}
.orderList .chkBox {
  flex-shrink: 0;
}

.pdInfoBox {
  flex-grow: 1;
  cursor: pointer;
}
.pdInfoBox .pdName {
  margin-bottom: 5px;
  font-size: 16px;
  color: #553817;
  line-height: 1.4;
}
.pdInfoBox .price {
  display: flex;
  flex-wrap: wrap;
}
.pdInfoBox .originPrice span::before, .pdInfoBox .bonusPrice span::before {
  content: "$";
}
.pdInfoBox .originPrice {
  margin-right: 8px;
  color: #ac9a85;
}
.pdInfoBox .originPrice span {
  text-decoration: line-through;
}
.pdInfoBox .bonusPrice {
  margin-right: 5px;
  color: #c55201;
}

.soldOut {
  flex: 0 0 55px;
  align-self: center;
  margin-left: 5px;
}

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

.specList {
  display: flex;
  flex-wrap: wrap;
}
.specList li {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding-left: 36px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  letter-spacing: 0.075em;
}
.specList .fare {
  width: 100%;
  background-image: url("../images/icon-fare.svg");
  background-size: 26px 19px;
}
.specList .money {
  background-image: url("../images/icon-money.svg");
  background-size: 25px 25px;
}
.specList .discount {
  margin-left: 25px;
  background-image: url("../images/icon-discount.svg");
  background-size: 25px 25px;
}

.countArea {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.countArea b {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.countItemBox {
  display: flex;
  width: 130px;
  height: 30px;
  border: 1px solid #f4e9da;
}
.countItemBox .countBtn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ac9a85;
}
.countItemBox .count {
  width: calc(100% - 60px);
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  border-color: #ececec transparent;
  font-size: 15px;
  color: #ac9a85;
  text-align: center;
  letter-spacing: 0.1em;
}
.countItemBox .countLess:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -1px;
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.countItemBox .countAdd:before, .countItemBox .countAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.countItemBox .countAdd:before {
  margin-left: -6px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
}
.countItemBox .countAdd:after {
  margin-left: -1px;
  margin-top: -6px;
  width: 2px;
  height: 12px;
}

.quickBtnBox {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 90;
  width: 80px;
  margin-top: -136px;
  text-align: center;
}
.quickBtnBox a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quickBtnBox a:nth-child(-n+3) {
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left: 1px solid #bdad99;
  border-right: 1px solid #bdad99;
  border-top: 1px solid #bdad99;
  color: #000;
  font-size: 13px;
  background-color: #fff;
}
.quickBtnBox a:nth-child(-n+3):hover {
  color: #fff;
  background-color: #ff9900;
}
.quickBtnBox a:nth-child(-n+3):hover svg {
  fill: #fff;
}
.quickBtnBox a:nth-child(-n+3):nth-child(3) {
  border-bottom: 1px solid #bdad99;
}
.quickBtnBox svg {
  margin-bottom: 10px;
  fill: #bdad99;
}
.quickBtnBox .goTop {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ff9900;
}
.quickBtnBox .goTop:hover {
  background-color: #ffc266;
}

.shareBox {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.shareBox::before {
  content: "分享給朋友:";
  margin-right: 10px;
  color: #000;
}
.shareBox a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 5px;
  text-align: center;
  color: #fff;
}
.shareBox a.line {
  background-color: #4dcc00;
}
.shareBox a.line:hover {
  background-color: #3a9900;
}
.shareBox a.line svg {
  width: 18px;
  height: 17px;
  margin-top: 4px;
  fill: #fff;
}
.shareBox a.fb {
  background-color: #3b5999;
}
.shareBox a.fb:hover {
  background-color: #2d4474;
}
.shareBox a.twitter {
  background-color: #2baae1;
}
.shareBox a.twitter:hover {
  background-color: #1b8dbe;
}
.shareBox a.weibo {
  background-color: #df2029;
}
.shareBox a.weibo:hover {
  background-color: #b21a21;
}