.divPrdInfo .selPrdQty > select {
    display: none;
}

.divPrdInfo .selPrdQty > .minus, .divPrdInfo .selPrdQty > .plus {
    cursor: pointer;
}

.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: 14px;
    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 .rtRight .rtPrdPrice.hasDiscount {
    text-decoration: line-through;
    vertical-align: middle;
}

.divPrdInfo .rtRight .rtPrdPriceHint.hasDiscount {
    display: none;
}

.divPrdInfo .rtRight .PriceBlk .rtPrdExPrice {
	 display: none;
}