.divPrdInfo .PrdPriceHint.css優惠,
.divPrdInfo .PrdPriceHint.css綠標,
.divPrdInfo .PrdPriceHint.css紅標,
.divPrdInfo .PrdPriceHint.css黃標,
.divPrdInfo .PrdPriceHint.css藍標,
.divPrdInfo .PrdPriceHint.css特價 {
    font-size: var(--h4-font-size);
    font-weight: bold;
}

.zh-tw .PrdPriceHint.css優惠::before {
    content: "優惠價";
}
.zh-tw .PrdPriceHint.css綠標::before {
    content: "綠標價";
}
.zh-tw .PrdPriceHint.css紅標::before {
    content: "紅標價";
}
.zh-tw .PrdPriceHint.css黃標::before {
    content: "黃標價";
}
.zh-tw .PrdPriceHint.css藍標::before {
    content: "藍標價";
}
.zh-tw .PrdPriceHint.css特價::before {
    content: "特價";
}

.en .PrdPriceHint.css優惠::before {
    content: "Discount Price";
}
.en .PrdPriceHint.css綠標::before {
    content: "Green Tag Price";
}
.en .PrdPriceHint.css紅標::before {
    content: "Red Tag Price";
}
.en .PrdPriceHint.css黃標::before {
    content: "Yellow Tag Price";
}
.en .PrdPriceHint.css藍標::before {
    content: "Blue Tag Price";
}
.en .PrdPriceHint.css特價::before {
    content: "Special Price";
}


.jp .PrdPriceHint.css優惠::before {
    content: "割引価格";
}
.jp .PrdPriceHint.css綠標::before {
    content: "グリーンタグ価格";
}
.jp .PrdPriceHint.css紅標::before {
    content: "レッドタグ価格";
}
.jp .PrdPriceHint.css黃標::before {
    content: "イエロータグ価格";
}
.jp .PrdPriceHint.css藍標::before {
    content: "ブルータグ価格";
}
.jp .PrdPriceHint.css特價::before {
    content: "特価";
}

.fr .PrdPriceHint.css優惠::before {
    content: "Prix remisé";
}
.fr .PrdPriceHint.css綠標::before {
    content: "Prix étiquette verte";
}
.fr .PrdPriceHint.css紅標::before {
    content: "Prix étiquette rouge";
}
.fr .PrdPriceHint.css黃標::before {
    content: "Prix étiquette jaune";
}
.fr .PrdPriceHint.css藍標::before {
    content: "Prix étiquette bleue";
}
.fr .PrdPriceHint.css特價::before {
    content: "Prix spécial";
}

.kr .PrdPriceHint.css優惠::before {
    content: "할인 가격";
}
.kr .PrdPriceHint.css綠標::before {
    content: "녹색 라벨 가격";
}
.kr .PrdPriceHint.css紅標::before {
    content: "빨간 라벨 가격";
}
.kr .PrdPriceHint.css黃標::before {
    content: "노란 라벨 가격";
}
.kr .PrdPriceHint.css藍標::before {
    content: "파란 라벨 가격";
}
.kr .PrdPriceHint.css特價::before {
    content: "특가";
}

.css優惠 ~ .rtPrdPrice span, .css綠標 ~ .rtPrdPrice span, 
.css紅標 ~ .rtPrdPrice span, .css黃標 ~ .rtPrdPrice span, 
.css藍標 ~ .rtPrdPrice span, .css特價 ~ .rtPrdPrice span {
    text-decoration: line-through;
    color: var(--grey-dark);
}


.css優惠 ~ .rtPrdPrice .USD, .css綠標 ~ .rtPrdPrice .USD, 
.css紅標 ~ .rtPrdPrice .USD, .css黃標 ~ .rtPrdPrice .USD, 
.css藍標 ~ .rtPrdPrice .USD,.css特價 ~ .rtPrdPrice .USD {
    text-decoration: line-through;
    color: var(--grey-dark);
}


.divPrdInfo .tablePrdSpec .selPrdOptv select,
.divPrdInfo .tableClassSpec .selPrdOptv select {
    display: none;
}

.divPrdInfo .selPrdOptv select {
    appearance: none;
    padding: 6px 18px 6px 10px;
    border: 1px solid var(--grey-darker);
    border-radius: 8px;
    font-size: var(--small-font-size);
    background-image: url(/shop/shop/WeForm/liam_noonspace.com_14.sdir/switchsortarrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 56%;
    background-size: 21px;
}

.divPrdInfo .tablePrdSpec .liOpt,
.divPrdInfo .tableClassSpec .liOpt {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    line-height: 100%;
}
.divPrdInfo .tablePrdSpec .liOpt:hover,
.divPrdInfo .tableClassSpec .liOpt:hover {
    border: 1px solid #333;
}
.divPrdInfo .tablePrdSpec .liOpt.isClk,
.divPrdInfo .tableClassSpec .liOpt.isClk {
    border: 1px solid #333;
    border-radius: 2px;
    background-color: #333;
}
.divPrdInfo .tablePrdSpec .liOpt.isClk .optname,
.divPrdInfo .tableClassSpec .liOpt.isClk .optname {
    color: #fff;
}

.divPrdInfo .tablePrdSpec .optname,
.divPrdInfo .tableClassSpec .optname {
    cursor: pointer; 
	 font-size: var(--small-font-size); 
	 display: block; padding: 5px 10px;
}

.divPrdInfo .tablePrdSpec .liOpt.disabled .optname,
.divPrdInfo .tableClassSpec .liOpt.disabled .optname {
    cursor: auto;
    color: #333;
    background-color: #ccc;
}

.divPrdInfo .tablePrdSpec .liOpt.disabled:hover,
.divPrdInfo .tableClassSpec .liOpt.disabled:hover {
    border: 1px solid #e5e5e5;
}
.divPrdInfo .tablePrdSpec .liOpt.disabled .optname:after,
.divPrdInfo .tableClassSpec .liOpt.disabled .optname:after {
    content: '售完';
    display: inline-block;
    margin-left: 8px;
}

.selPrdQty > select {
    display: none;
}

.divPrdInfo .selPrdQty  .minus, 
.divPrdInfo .selPrdQty  .plus,
.addon-item-quantity-container .plus,
.addon-item-quantity-container .minus  {
    cursor: pointer;
}
.addon-item-wrapper {
    display: flex;
    background-color: #f8f8f8;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 15px;
}
.addon-item-mainInfo {
    display: flex;
    flex-wrap: wrap;
}
.addon-item:last-child .addon-item-wrapper {
    border-bottom: 0;
}
.addon-item {
    background-color: #f8f8f8;
}
.addon-item-title {
    font-weight: normal;
    font-size: var(--regular-font-size);
    width: 100%;
    margin-bottom: 5px;
}
.addon-header {
    background: #eee;
    color: #888;
    padding: 10px 5px 10px;
}
.addon-header .logo {
    width: auto;
    padding: 10px;
    margin: 0 0 0 auto;
    font-size: var(--h4-font-size);
    font-weight: bold;
}
.addon-item-img, .addon-item-image-mb {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    object-fit: contain;
}
.addon-item-img img, .addon-item-image-mb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addon-item-qty-price-wrapper {
    margin: 5px 0 0;
}
.addon-item-quantity-container {
    margin-bottom: 5px;
    max-width: 132px;
}
.addon-item-price {
    color: #C74060;
}

.divPrdInfo .gift .tablePrdOpts .tdPrdOptc {
    width: 16px;
    height: 16px;
}

.divPrdInfo .gift .tablePrdOpts .tdPrdOpti img {
    width: 60px;
    height: 60px;
}

.divPrdInfo .addon .tablePrdOpts .tdPrdOptc {
    width: 16px;
    height: 16px;
}

.divPrdInfo .addon .tablePrdOpts .tdPrdOpti img {
    width: 60px;
    height: 60px;
}

.divPrdInfo .DiscountBlk {
    border-top: unset;
    padding: 0;
    margin-bottom: 24px;
    background-color: #f8f8f8;
    border: 1px solid #00429c;
    border-top: 0;
}

.divPrdInfo .DiscountBlk .discount-wrapper {
    padding: 0px 10px 8px;
    margin: 0;
    font-size: var(--small-font-size);
    text-align: left;
}

.divPrdInfo .DiscountBlk .discount-wrapper:before {
    content: '·';
    margin-right: 5px;
}

.divPrdInfo .DiscountBlk .discount-wrapper:first-child {
    padding-top: 8px;
}

.divPrdInfo .DiscountBlk .discount-wrapper .discount-end {
    color: #999;
}

.divPrdInfo .rtRight .DiscountWrap, .divPrdInfo .buybox .addon {
    display: none;
}

.divPrdInfo .rtRight .DiscountWrap, .divPrdInfo .buybox .gift {
    display: none;
}

.divPrdInfo .addon-item-spec-container .addon-item-spec-option {
    cursor: pointer;
    font-size: var(--small-font-size);
    display: block;
    padding: 5px 10px;
    color: #fff;
    background: #000;
}



@media (max-width:700px) {
.addon-item-wrapper {
    flex-wrap: wrap;
}
.addon-item-qty-price-wrapper {
    max-width: 132px;
    display: inline-block;
    vertical-align: top;
}
.addon-item-title {
    margin-bottom: 10px;
}
.addon-item-img { display: none; }

.addon-item-image-mb {
    display: inline-block;
    margin: 0 10px 0 0;
}

}