.PrdListBlk {
    margin-top: 25px;
}

.PrdList .divCell {
    width: calc(32% - 1%);
    margin: 10px 1% 30px;
    padding: 0;
}

/*商品外層*/
body .PrdList .liCell {
    border: 0;
    padding: 0;
	 width: unset;
}

.PrdList .PrdListTable {
    text-align: center;
    height: 140px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    width: fit-content;
    margin: auto;
}

/*商品圖包層*/
.divCell .PrdImg {
    height: 200px;
    overflow: hidden;
    width: 200px;
    border-radius: 6px;
}

/*商品圖*/
.PrdImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	 transform:scale(1,1);
	 transition: all .4s ease-out;
}

.PrdImg img:hover {
	 transform:scale(1.4,1.4);
}

/*商品文字包層*/
.PrdList .PrdCell .PrdContent {
    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 {
    padding-top: 20px;
    height: inherit;
}


/**按鈕與提示*/
.ptBuyNow {
    /*display: none;*/
}
.PrdList .PrdBtn>span {
    display: block;
    width: 90%;
    border: 0;
    padding: 9px 0px;
    border-radius: 3px;
    transition: .4s;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.PrdList .PrdBtn>span:hover {
	 -webkit-filter:opacity(.2);
}
.PrdList .SaleBtn1,
.PrdList .SaleBtn2 {
    color: #333;
    background: #002d5e;
    color: #fff;
}
.PrdList .SaleBtn3 {
	 font-size: 14px;
}



/*價錢$*/
.PrdPrcinfo {
    display: flex;
    align-items: center;
}

.PrdList .PrdCell .DollarSign {
    color: #000;
    margin-right: 5px;
   
}


/*建議售價名稱 隱藏*/
.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: #000;
}

.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;
    //width: 100%;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 20px;
    color: #8c1d1a;
}

.PrdList .PrdCell a.ptBuyNow {
    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: left;
    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紅標 .ptPrdImgWrap: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綠標 .ptPrdImgWrap: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%;
    }

    .PrdList .PrdCell .PrdPriceAmt,
    .PrdList .PrdCell .PrdPrice {
        font-size: 16px;
    }

    .PrdList .PrdCell .DollarUnit {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .PrdList .PrdListTable {
        width: 100%;
        margin: 10px 0 20px;
        height: auto;
    }

    .PrdList .PrdCell .PrdTitle {
        margin-bottom: 0;
        min-height: 40px;
    }

    .PrdList .PrdCell .PrdContent {
        margin: 15px 0 5px;
    }


	 .PrdList span.SaleBtn3 {
	 	 font-size: 12px;
	 	 padding: 0 5px;
    	 white-space: pre-wrap;
   	 transform: translateY(-10%);
	 }
}

/*=================PAD version end===================*/

/*==============mobile version begin===================*/

@media (max-width: 490px) {
    .PrdList .divCell {
        width: 40%;
        margin: 15px 5% 15px;
	     border: 0;
    }

    .divCell .PrdImg {
    		max-height: 130px;
		   width: 100%;
        margin: 0 auto;
    }

    .btn {
        width: 100%;
    }

    .Author {
        height: 45px;
    }

}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}