.PrdListBlk {
    margin-top: 25px;
}
body .PrdList .divCell {
    width: calc(32% - 1%);
    margin: 10px 1% 30px;
    padding: 0;
    height: 140px;
}

/*商品外層*/
body .PrdList .liCell {
    border: 0;
    padding: 0;
}
.PrdList .PrdListTable {
    text-align: center;
    height: 140px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
}
/*商品圖包層*/
.divCell .PrdImg {
    height: 115px;
    overflow: hidden;
    width: 115px;
    border-radius: 6px;
}
.divCell:hover .PrdImg {
    /*height: 200px;*/
    overflow: hidden;
    /*width: 200px;*/
    /*opacity: 0.5;*/
}


.rtPrdImgWrap {
    width: 125px;
    padding-left: 10px;
}
/*商品圖*/
.PrdImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*商品文字包層*/
.PrdList .PrdCell .PrdContent {
    padding: 0 15px;
    padding-top: 15px;
    vertical-align: top;
}

/*作者、商品標題包層*/
.PrdTxt {
    /*height: 45px;*/
    /*overflow: hidden;*/
}

/*作者*/
.Author {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
}

/*商品標題*/
.PrdList .PrdCell .PrdTitle {
    line-height: 133%;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 38px;
}
.PrdList .PrdCell .PrdBtn {
    /*float: right;
    cursor: pointer;
    margin-top: 10px;
    width: 30px;*/
}

body .PrdList .SaleBtn1,.SaleBtn2, body .PrdList .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.4s;
    background: #C74060;
    color: #fff;
    width: 90%;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: none;
}
.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: #C74060;
    color: #fff;
}
.PrdList .SaleBtn2 {
    border: 0px solid #aa0000;
    background: #fff;
    color: #ffffff;
    padding: 12px;
    white-space: nowrap;
    cursor: pointer;
   /* background-image: url(https://comet.noonspace.com/w82/af/MsgInfo/AddToCartIcon_blue.svg);*/
    background-repeat: no-repeat;
}
.PrdList .SaleBtn6, .PrdList .SaleBtn7 {
    white-space: nowrap;
    cursor: pointer;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: 0.4s;
    background: #d4d4d4;
    color: #333;
    width: 90%;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: none;
}

body .rtBuyNowMob .SaleBtn1,body .rtBuyNowMob .SaleBtn2 {
    display: block; 
    opacity: 0;
    appearance: none;
}
.rtBuyNowMob {
    white-space: nowrap;
    cursor: pointer;
    transform: unset;
    transition: 0.4s;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 0;
    padding: 9px 0;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    color: transparent;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/shopping_cart.svg) no-repeat center /*#f7f7f7*/;

}



/*價錢$*/
.PrdPrcinfo { 
    display: flex;
    align-items: center;
}
.PrdList .PrdCell .DollarSign {
    color: #C74060;
    margin-right: 5px; 
	 display: none;
}


/*建議售價名稱 隱藏*/
.PriceHintName {
    display: none;
}
/*建議售價*/
.PrdPriceHint {
    text-decoration: line-through;
    color: #777;
    font-weight: bold;
	 text-align: left;
    margin-bottom: 4px;
}
.PrdList .PrdCell .PrdPriceHint .PriceHintAmt:before {
    content: '';
    font-weight: bold;
    padding-left: 10px;
    color: #777;
}
.PrdList .PrdCell .PrdPriceHint .DollarSign {
    font-weight: normal;
    padding-right: 0px;
    color: #777;
    display: none;
}

.PrdList .PrdCell .PrdPriceHint .DollarUnit { color: #777; font-size: 16px;}


/*商品價錢*/
.PrdPrice {
}

.PrdList .PrdCell .PrdPriceAmt{
    color: #8c1d1a;
}
.PrdList .PrdCell .PrdPriceAmt, .PrdList .PrdCell .PrdPrice {
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    vertical-align: baseline;
    line-height: 150%;
    font-size: 24px;
    font-weight: bold;
	 padding-left: 5px;
    // width: 100%;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 20px;
	 color: #8c1d1a;
}

.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 .25s linear 0s;
    font-weight: bold;
    float: left;
}

.btn a { color: #130e3a; }

/*換頁頁籤*/
.btn a { color: #130e3a; }
#PageCtrl {
    margin: 15px 0 35px;
}
#PageCtrl .OtherPage,
#PageCtrl .ThisPage {
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1px 0;
    width: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 1px 1px 0px #0000000f;
    border-radius: 0px;
	 margin-right:3px;
} 
#PageCtrl .txt_CountNumR, #PageCtrl .txt_CountNumL, #PageCtrl .RecCount, #PageCtrl .spPageCtrl, #PageCtrl .txt_PageNum {display: none; }
#PageCtrl .txt_BtnNext,
#PageCtrl .txt_BtnLast,
#PageCtrl .txt_BtnFirst,
#PageCtrl .txt_BtnEnd {
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: #fff;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    border: 0px solid #E8E8E8;
    padding: 1px;
    box-shadow: 0px 1px 1px 0px #0000000f;
    text-align: center;
    border-radius: 0;
    font-weight: bolder;
    font-family: cursive;
    font-size: 16px;
}
#PageCtrl .ThisPage,
#PageCtrl .ThisPage:hover,
#PageCtrl .OtherPage:hover,
#PageCtrl .txt_BtnNext:hover,
#PageCtrl .txt_BtnLast:hover,
#PageCtrl .txt_BtnFirst:hover,
#PageCtrl .txt_BtnEnd:hover  {
    background-color: #bbb;
    border: 1px solid #bbb;
    color: #fff;
}
/*網路售價名稱 隱藏*/
body .PrdList .PrdCell .PriceName {
    display: none;
}

/*NoDiscount color*/
.PrdList .PrdCell .PrdPrice.noDiscount .PrdPriceAmt,
.PrdList .PrdCell .PrdPrice.noDiscount .DollarSign { color: #333; } 


/*紅配綠*/
.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;
}
/**促銷小標 Begin*/
.liIconSale img {
    max-width: 100px;
    max-height: 100px;
  
}
.ulIconSale {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/**促銷小標 End*/



/*=================PAD version begin===================*/


@media (max-width: 1024px) {
.rtBuyNow { display: none; }
.rtBuyNowMob { display: block; }
.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 .rtBuyNowMob .SaleBtn1 {
    white-space: nowrap;
    cursor: pointer;
    transform: unset;
    transition: 0.4s;
    background: #fff;
    color: #333;
    width: 50%;
    height: 40px;
    border-radius: 3px;
    position: static;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 5px 0 0;
    border-radius: 3px;
    height: 32px;
    color: transparent;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/shopping_cart.svg) no-repeat center #f7f7f7;
}*/

.PrdList .PrdCell .PrdPriceAmt, .PrdList .PrdCell .PrdPrice {
    font-size: 16px;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 16px;
}
}

@media (max-width: 1500px) {
body .PrdList .divCell {
    width: 48%;
}

@media (max-width: 1200px) {
body .PrdList .divCell {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px;
    height: auto;
}

.PrdList .PrdCell .PrdTitle {
    margin-bottom: 0;
}
.PrdList .PrdCell .PrdContent {
    margin: 15px 0 5px;
}

.PrdList .PrdListTable { width: 100%;}

}

/*=================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%;
}
.Author { height: 45px; }

}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}

/* 售完 提示*/
.PrdList .PrdCell .PrdQty {
    background: red;
    border-radius: 5px;
    max-width: 50%;
    color: white;
}

/**連結防止進入商品說明頁*/
.PrdList .PrdCell a.PrdImgURL {
    pointer-events: none;
    touch-action: none;
}

