/*一樣的*/


.PrdListBlk .PrdList .divCell {
    width: 100%;
}
.PrdListBlk .PrdList .divCell .liCell {
    border: 0px solid #dddddd;
}

.PrdList .divCell {
    width: 150px;
    margin: 20px 18px 20px;
    padding: 0;
}
.PrdList .PrdListCont {
    text-align: unset;
}

.PrdList .PrdCell .PrdTitle {

    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: normal;
    font-family: Helvetica,Arial,Verdana,"PingFang","PingFangTC","Microsoft JhengHei",sans-serif;
    margin-bottom: 0.75rem;
    color: #000;

    line-height: 1.375em;
}

.PrdList .PrdCell .PriceName {
    display: none;
}

.PrdListBlk .PrdList .liCel {
    text-align: unset;
    padding: 8px;
    border: 0px solid #dddddd;
    overflow: hidden;
}

.PrdList .PrdCell .PrdPrice {
    margin-bottom: 4px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    display: inline-block;
     font-size: 30px; 
    vertical-align: baseline;
}
.PrdList .PrdCell .DollarUnit {
    font-size: .875rem;
}

.PrdList .PrdCell .DollarSign {
    color: #ff0000;
    display: none;
}

.PriceHintName {
    display: none;
}
.PriceHintAmt {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #727272;
    text-decoration: line-through;
}


.PrdPriceHint {
padding-left: 20px;
    display: inline-block;
}
a.btn {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    background-color: #af9d7a;
    padding: 0 30px;
    /* font-size: 0; */
    /* position: relative; */
    overflow: hidden;
    outline: 0;
    border: 0;
    margin-top: 20px;
color:#fff;
    cursor: pointer;
    padding-top: 10px;
}
a.btn:hover {

    background-color: #e5d3ad;
 
}




/*不一樣的*/

.PrdListBlk .PrdList .divCell:nth-child(odd) img {
    /* background: pink; */
    border: 0px;
    width: 100%;
    max-width: 650px;
    float: left;
}
.PrdListBlk .PrdList .divCell:nth-child(odd) .pContent {
    /* float: left; */
text-align: left;
    padding-left: 5%;
}
.PrdListBlk .PrdList .divCell:nth-child(odd) .PrdDesc{
	text-align: left;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 15px;
}




.PrdListBlk .PrdList .divCell:nth-child(even) img {
    /* background: aliceblue; */
    border: 0px;
    width: 100%;
    max-width: 650px;
    float: right;
}
.PrdListBlk .PrdList .divCell:nth-child(even) .pContent {
    /* float: right; */
text-align: right;
    padding-right: 5%;
}
.PrdListBlk .PrdList .divCell:nth-child(even) .PrdDesc{
	text-align: right;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 15px;
}


@media (max-width: 786px) {
.PrdListBlk .PrdList .divCell:nth-child(odd) .pContent {
    float: left;
    text-align: left;
    margin-top: 20px;
    padding-left: 0px;
}
.PrdListBlk .PrdList .divCell:nth-child(even) .pContent {
    float: left;
    text-align: left;
    margin-top: 20px;
    /* padding-right: 5%; */
}

.PrdListBlk .PrdList .divCell:nth-child(even) .PrdDesc {
    text-align: left;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 15px;
}


}

