/*圖靠左*/
.cLeft .rtLeft {
    float: left;
}
.cLeft .rtRight {
    position: fixed;
    right: 0;
    padding: 7% 10%;
    box-sizing: border-box;
}

/*圖靠右*/
.cRight .rtLeft {
    float: right;
}
.cRight .rtRight {
    position: fixed;
    left: 0;
    padding: 7% 10%;
    box-sizing: border-box;
}



.rtLeft, .rtRight {
    width: 50%;
}
.rtRight {
    height: 100vh;
    background-color: #f8f8f8;
}



/*圖設定*/
.rtPrdImgB {
    display: none;
}
.PrdInfo .liPrdImgS img {
    border: 0;
    width: 100%;
    cursor: default;
}
.PrdInfo .ulPrdImgS li {
    float: none;
}



/*文字區塊*/
/*分類*/
.rtClassName {
    color: #231815;
    font-size: 14px;
}

/*標題*/
.rtPrdTitle {
    color: #6be383;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 1px;
    margin: 20px 0;
}

/*價錢*/
.rtPrdPrice { color: #231815; font-size: 16px; } 
.DollarSign, .DollarUnit {display: none;}
.PrdInfo .PrdPriceAmt { color: #231815; font-size: 16px; } 

/*商品說明*/
.rtPrdDesc {
    font-size: 12px;
    color: #231815;
    line-height: 150%;
    margin: 14px 0 16px; 
}

/*尺寸*/
.SizeBox {
    display: flex;
    color: #231815;
    font-size: 10px;
}

/*購物按鈕*/
.PrdInfo .PrdBtn {
    display: block;
    width: 100%;
    text-align: left;
}

.PrdInfo .SaleBtn2 {
    border: 0;
    background: #6be382;
    width: 150px;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 8px;
    padding: 20px 0;
    margin-top: 30px;
    text-align: center;
    display: block;
}


@media (max-width: 700px) {
/*圖靠左*/
.cLeft .rtLeft {
    float: none;
}
.cLeft .rtRight {
    position: static;
    padding: 90px 15% 50px;
    box-sizing: border-box;
}

/*圖靠右*/
.cRight .rtLeft {
    float: none;
}
.cRight .rtRight {
    position: static;
    padding: 90px 15% 50px;
    box-sizing: border-box;
}



.rtLeft, .rtRight {
    width: 100%;
}
.rtRight {
    height: auto;
    background-color: #f8f8f8;
}


.PrdInfo {
    display: flex;
    flex-direction: column-reverse;
}

}

