/*中英置換*/
.en .ptcn,
.pten { 
    display: none;
    position: fixed;
    visibility: hidden;
    appearance: none;
    pointer-events: none;
}
.en .pten {
    display: inline-block;
    position: unset;
    visibility: unset;
    appearance: unset;
    pointer-events: unset;
}

.PrdListBlk {
    margin-top: 25px;
}
body .PrdList .divCell {
    width: 47%;
    margin: 10px 1.5% 20px;
    padding: 14px 10px;
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
}

/**標題列*/
.PrdListHeader {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
    margin-top: 5px;
}
.ctrlBtn span {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: bolder;
	 transition: .4s;
}
.iqrBtn {
    background: #FF3D00;
	 margin-right: 20px;
}
.iqrBtn:hover {  background: #FF3D0066;}
.cmpBtn {
    background: #0096F9;
    margin-right: 20px;
}
.cmpBtn:hover { background: #0096F966; }

.PrdListHeader input[type="checkbox"],
.PrdList input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

@media (max-width: 768px){
.PrdListHeader td {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.PrdListHeader td nobr {
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.PrdListHeader td.ctrlBtn {
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.cmpBtn {
    margin-right: 0;
}
}




/*商品外層*/
body .PrdList .liCell {
    border: 0;
    padding: 0;
}
.PrdList .PrdListTable {
    text-align: left;
    height: 140px;
    position: relative;
}
/*商品圖包層*/
.divCell .PrdImg {
    height: 180px;
    overflow: hidden;
    width: 180px;
}

.ptPrdImgWrap {
    padding-left: 10px;
    width: 190px;
}

.ptPrdImgWrap .PrdBtn {
    display: none;
}
/*商品圖*/
.PrdImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divCell:hover .PrdImg img {
    overflow: hidden;
    transform: scale(1.5);
	 transition:.4s;
}

/*商品文字包層*/
.PrdList .PrdCell .PrdContent {
    padding: 0 15px;
    vertical-align: top;
}
.divCell:hover .PrdImg img {
    overflow: hidden;
    transform: scale(1.5);
}

/*作者、商品標題包層*/
.PrdTxt {
    /*height: 45px;*/
    /*overflow: hidden;*/
}

/*作者*/
.Author {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
}

/*商品標題*/
.PrdList .divCell .PrdCell .PrdTitle {
    line-height: 133%;
    margin: 0 0 10px;
    font-weight: bold;
    color: #0096F9;
    font-size: 18px;
    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;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.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;
    border: 0;
    padding: 9px 0;
    margin: 0;
    font-weight: bold;
    box-sizing: border-box;
}
.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;
}
/**商品分類*/
.PrdList .ClassName {
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*價錢$*/
.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;
	 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: #E64F3E;
}
.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: #E64F3E;
}

.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;
}
/*換頁頁籤*/
.btn a { color: #130e3a; }
#PageCtrl {
    margin: 0 0 50px;
}
#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;
}
body #PageCtrl .ThisPage {
    cursor: initial;
    background-color: #0085FF;
    border: 1px solid #0085FF;
    color: #fff;
}
#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:hover,
#PageCtrl .OtherPage:hover,
#PageCtrl .txt_BtnNext:hover,
#PageCtrl .txt_BtnLast:hover,
#PageCtrl .txt_BtnFirst:hover,
#PageCtrl .txt_BtnEnd:hover  {
    background-color: #0085FF;
    border: 1px solid #0085FF;
    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紅標 .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;
}



/*商品內容*/
.VdrCode {  margin-bottom: 10px;}
.CatDesc {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ptMoreBtn {
    margin-bottom: 10px;
}
.ptMoreBtn span {
    cursor: pointer;
	 display: inline-block;
    width: 90px;
    text-align: center;
    border: 1px solid #0085FF;
    color: #0085FF;
    background-color:  #fff;
	 transition: all .25s linear 0s;
    font-weight: bold;
}
.ptMoreBtn span:hover {
    background-color: #0085FF;
    color: #fff;
}
/**商品按鈕*/
.ptCtrlBtn a {
    cursor: pointer;
    padding: 2px 12px;
    margin-bottom: 3px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    min-width: 60px;
    text-align: center;
    display: inline-block;
}
.PrdList .PrdCell .ptCtrlBtn a:hover { color: #fff; }
.ptSpec { background: #0085FF; }
.ptSpec:hover { background: #0085FFAA; }
.ptDrawing { background: #00ba34AA; }
.ptDrawing:hover { background: #00ba3466; }
.pt3D { background: #5A57E3; }
.pt3D:hover { background: #5A57E3AA; }

/*=================PAD version begin===================*/


@media (max-width: 1024px) {
.PrdList .PrdCell .PrdBtn {
    float: none;
    cursor: pointer;
    margin-top: 10px;
}

body .divCell:hover .PrdImg {
    overflow: hidden;
    opacity: 1;
}

.PrdList .PrdCell .PrdPriceAmt, .PrdList .PrdCell .PrdPrice {
    font-size: 16px;
}

.PrdList .PrdCell .DollarUnit {
    font-size: 16px;
}
}

@media (max-width: 810px) {
body .PrdList {
max-width: 100%;
}
.divCell .PrdImg {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}

.PrdList .divCell .PrdCell .PrdTitle {
    margin-bottom: 0;
    text-align: center;
}
.PrdList .PrdCell .PrdContent {
    margin: 15px 0 5px;
    text-align: center;
}

.PrdList .PrdListTable { width: 100%;}
.PrdList .PrdListTable td {
    display: block;
    width: 100%;
    padding: 0;
}
.ptCtrlBtn {
    text-align: center;
}
}

/*=================PAD version end===================*/

/*==============mobile version begin===================*/

@media (max-width: 490px) {
body .PrdList .divCell {
    width: 100%;
    max-width: unset;
	 margin: 0 auto 15px !important;/*暫時沒辦法*/
    height: auto;
}
.PrdList .divCell { width: 40%; margin: 20px 10px 20px; }
.divCell .PrdImg {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}
.btn {
    width: 100%;
}
.Author { height: 45px; }

}


/*=================mobile version end===================*/

.ErrMsg {
    margin: 30px 0;
}


