.PrdListBlk {
    margin-top: 25px;
}
body .PrdList .divCell {
    width: calc(32% - 1%);
    margin: 10px 1% 30px;
    padding: 0;
    height: 310px;
}

/*商品外層*/
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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*商品文字包層*/
.PrdList .PrdCell .PrdContent {
    margin-top: 15px;
}

/*作者、商品標題包層*/
.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: center;
    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, 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 .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;
}

.rtBuyNowMob { display: none; }
.rtBuyNowMob .SaleBtn1 {
    margin: 10px 0 0;    
    border-radius: 3px;
    height: 32px;
    color: transparent;
    background: url(https://nebula.noonspace.com/w82/developer/MsgInfo/PrdListBlkCart.png) no-repeat center #f7f7f7;
}

/* 我的最愛 */
.PrdListFave {
    position: absolute;
    top: 5px;
    right: 5px;
}
.cssPrdListFave .faveTxt {
    font-size: 15px;
    color: #00429c;
    text-align: center;
    display: block;
    cursor: pointer;
    display: none;
    -webkit-transition: .2s all;
    transition: .2s all;
    padding: 10px;
    width: 35px;
    height: 35px;
}
.PrdCell:hover .cssPrdListFave .faveTxt {
    display: block;
    background: #eee;
    border-radius: 50%;
}

.cssPrdListFave .faveTxt::before {
    font-family: 'FontAwesome';
    content: '\f08a';
    display: inline-block;
    margin-right: 0;
    color: #00429c;
}

.cssPrdListFave1 .faveTxt {
    font-size: 15px;
    color: #00429c;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #eee;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
}
.cssPrdListFave1 .faveTxt::before {
    font-family: 'FontAwesome';
    content: '\f004';
    display: inline-block;
    margin-right: 0px;
    color: #00429c;
}


/*價錢$*/
.PrdList .PrdCell .DollarSign {
    color: #C74060;
    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: #C74060;
}
.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 .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: 4px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #b6b6b6;
    border: 1px solid #b6b6b6;
}
#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: 4px 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;
}
/*網路售價名稱 隱藏*/
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;
}

/*促銷圖示 開始*/
.rtPrdImgWrap .PrdIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.rtPrdImgWrap .PrdIcon ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 5px;
}
.rtPrdImgWrap .PrdIcon img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin: 0 0 5px;
}
/*促銷圖示 開始*/

/*=================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, .PrdList .rtBuyNowMob .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    transform: unset;
    transition: 0.4s;
    background: #fff;
    color: #333;
    width: 81%;
    height: 40px;
    border-radius: 3px;
    position: static;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 10px 0 0;
    border-radius: 3px;
    height: 32px;
    color: transparent;
    background: url(https://nebula.noonspace.com/w82/developer/MsgInfo/PrdListBlkCart.png) no-repeat center #f7f7f7;
}

.PrdListFave {
    top: unset;
    bottom: 4px;
}
.cssPrdListFave .faveTxt, .PrdCell:hover .cssPrdListFave .faveTxt, .cssPrdListFave1 .faveTxt {
    display: block;
    padding: 8px;
    height: 31px;
    border-radius: 3px;
    background: #f7f7f7;
}

}

@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%;
}
.Author { height: 45px; }

}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}


