.PrdListBlk {
  max-width: 1100px;
  margin-top: 25px;
}
body .PrdList .divCell {
  width: calc(32% - 1%);
  margin: 10px 1% 30px;
  padding: 0;
  height: 350px;
}

/*商品外層*/
body .PrdList .liCell {
  border: 0;
  padding: 0;
}

/*商品圖包層*/
.divCell .PrdImg {
  height: 200px;
  overflow: hidden;
  width: 200px;
}
.divCell:hover .PrdImg {
  /*height: 200px;*/
  overflow: hidden;
  /*width: 200px;*/
  /*opacity: 0.5;*/
}

.rtPrdImgWrap {
  position: relative;
  //background: #fff;
}
/*商品圖*/
.PrdImg img {
  height: 100%;
  object-fit: cover;
}

/*商品文字包層*/
.PrdList .PrdCell .PrdContent {
  margin-top: 5px;
}

/*作者、商品標題包層*/
.PrdTxt {
  /*height: 45px;*/
  /*overflow: hidden;*/
}

/*商品標題*/
body .PrdList .PrdCell .PrdTitle {
  line-height: 130%;
  margin: 0 auto 10px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
}
.PrdList .PrdCell .PrdBtn {
  float: none;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}

body .PrdList .SaleBtn1,
body .PrdList .SaleBtn2,
body .PrdList .SaleBtn3 {
  white-space: nowrap;
  cursor: pointer;
  bottom: auto;
  left: auto;
  transform: none;
  transition: 0.4s;
  background: #d3c9ac;
  color: #585757;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  position: static;
  border: 0;
  padding: 9px 0;
  margin: 0;
  font-weight: bold;
  box-sizing: border-box;
  display: block;
}
.PrdList .divCell:hover .SaleBtn1,
.PrdList .divCell:hover .SaleBtn2,
.PrdList .divCell:hover .SaleBtn3,
.PrdList .divCell:hover .SaleBtn7 {
  display: block;
}
.PrdList .SaleBtn1:hover,
.PrdList .SaleBtn2:hover,
.PrdList .SaleBtn3:hover {
  background: #d3c9ac;
  color: #585757;
}
.PrdList .SaleBtn7 {
  white-space: nowrap;
  cursor: pointer;
  bottom: auto;
  left: auto;
  transform: none;
  transition: 0.4s;
  background: #d4d4d4;
  color: #333;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  position: static;
  border: 0;
  padding: 9px 0;
  margin: 0;
  font-weight: bold;
  box-sizing: border-box;
  display: block;
}

/*價錢$*/
body .PrdList .PrdCell .DollarSign {
  color: #000;
  margin-right: 5px;
}

/*建議售價名稱 隱藏*/
.PriceHintName {
  display: none;
}
/*建議售價*/
.PrdPriceHint {
  text-decoration: line-through;
  color: #777;
  font-weight: bold;
}
.PrdList .PrdCell .PrdPriceHint .PriceHintAmt:before {
  content: "NT$";
  font-weight: bold;
  padding-right: 0px;
  color: #777;
}
.PrdList .PrdCell .PrdPriceHint .DollarSign {
  font-weight: normal;
  padding-right: 0px;
  color: #777;
  display: none;
}

/*商品價錢*/
.PrdPrice {
}

.PrdList .PrdCell .PrdPriceAmt {
  color: #000;
}
.PrdList .PrdCell .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice {
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  vertical-align: baseline;
  line-height: 150%;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

.PrdList .PrdCell .DollarUnit {
  font-size: 0.9rem;
  display: none;
}

.PrdList .PrdCell a.rtBuyNow {
  float: right;
  display: none;
}

.btn {
  white-space: nowrap;
  background: transparent;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #c3dff0;
  color: #fff;
  background-color: #c3dff0;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s linear 0s;
  font-weight: bold;
  float: left;
}

.btn a {
  color: #130e3a;
}
#PageCtrl {
  margin: 0 0 50px;
}
#PageCtrl .OtherPage {
  cursor: pointer;
  font-weight: normal;
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  padding: 4px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#PageCtrl .ThisPage {
  cursor: initial;
  font-weight: normal;
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 3px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
#PageCtrl .txt_CountNumR,
#PageCtrl .txt_CountNumL,
#PageCtrl .RecCount,
#PageCtrl .spPageCtrl,
#PageCtrl .txt_PageNum {
  display: none;
}
#PageCtrl .txt_BtnNext,
#PageCtrl .txt_BtnLast {
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  font-weight: normal;
  color: #999;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  padding: 3px 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#PageCtrl .OtherPage:hover,
#PageCtrl .txt_BtnNext:hover,
#PageCtrl .txt_BtnLast:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #232a32;
}
#PageCtrl .txt_BtnFirst,
#PageCtrl .txt_BtnEnd {
  display: none;
}
/*網路售價名稱 隱藏*/
body .PrdList .PrdCell .PriceName {
  display: none;
}

/*NoDiscount color*/
.PrdList .PrdCell .PrdPrice.noDiscount .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice.noDiscount .DollarSign {
  color: #333;
}

.PrdList .PrdCell .PrdDesc {
  line-height: 133%;
  margin: 0 0 10px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 38px;
  display: none;
}
/*紅配綠*/
.spanPrdExPrice.css紅標 {
  display: block;
}
.spanPrdExPrice.css紅標,
.spanPrdExPrice.css紅標 .DollarSign {
  color: #d35873;
}
.PrdList .PrdCell.css紅標 .rtPrdImgWrap:before {
  content: "紅";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #d35873;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.spanPrdExPrice.css綠標 {
  display: block;
}
.spanPrdExPrice.css綠標,
.spanPrdExPrice.css綠標 .DollarSign {
  color: #5cb85c;
}
.PrdList .PrdCell.css綠標 .rtPrdImgWrap:before {
  content: "綠";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #5cb85c;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 5px;
}

/*=================PAD version begin===================*/

@media (max-width: 1024px) {
  .PrdList .PrdCell .PrdBtn {
    float: none;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
  }

  body .divCell:hover .PrdImg {
    max-height: unset;
    /*height: auto;*/
    width: 100%;
    overflow: hidden;
    opacity: 1;
  }

  .PrdList .rtBuyNow .SaleBtn1,
  .PrdList .rtBuyNow .SaleBtn2,
  .PrdList .rtBuyNow .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    transform: unset;
    transition: 0.4s;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 3px;
    position: static;
    border: 0;
    padding: 10px 0;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0;
    color: transparent;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/cartIcon20241007_20241007_15194796.png)
      no-repeat center #f7f7f7;
    background-size: auto 21px;
  }
}

@media (max-width: 810px) {
  body .PrdList .divCell {
    width: calc(48% - 2%);
    margin: 10px 2% 20px !important;
    height: auto;
  }

  .PrdList .PrdCell .PrdTitle {
    height: 36px;
    margin-bottom: 0;
  }
  .PrdList .PrdCell .PrdContent {
    margin: 15px 0 5px;
  }
}

/*=================PAD version end===================*/

/*==============mobile version begin===================*/

@media (max-width: 490px) {
  .PrdList .divCell {
    width: 40%;
    margin: 20px 10px 20px;
  }
  .divCell .PrdImg {
    height: 120px;
    width: 120px;
    margin: 0 auto;
  }
  .btn {
    width: 100%;
  }
}

/*=================mobile version end===================*/

.ErrMsg {
  margin: 30px 0;
}
