@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

.xl-text2 {
    font-family: 'cwTeXFangSong';
    border-bottom: 4px dotted #fff;
    font-weight: 300;
    font-size: 90pt;
}

.block2-labelsale::before {
    content: normal;
}

.twelevepercentoff::before {
    content: '88折';
}

.tenpercentoff::before {
    content: '9折';
}

.eightpercentoff::before {
    content: '92折';
}

.fivepercentoff::before {
    content: '95折';
}

span.listprice {
    font-weight: bold;
    color: red;
}

strike {
    color: #aaa;
    font-size: 0.9em;
}

.block2-img {
    cursor: pointer;
}

.cart-action {
    cursor: pointer;
    margin-left: 15px;
}

    .cart-action:hover {
        color: red;
    }

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__options {
    font-size: 1.2em;
}

#captcha-img {
    border: 1px solid #000;
    width: 230px;
    height: 50px;
}

label.error {
    color: red;
}

.no-record,
.wishlist-no-record,
.buylist-no-record {
    display: none;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
