.left-banner {
    margin-top: 20px;
    padding: 1.5rem;
}

.category-desc-block {
    margin-top: 20px;
    padding: 0.75rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.product-description, .modification-header {
    margin: 12px 0;
}

.pre-order, .out-of-order, .mod-table-not-quantity {
    font-size: .85rem;
    line-height: normal;
}

.pre-order {
    color: #2a5333;
    font-weight: 700;
    border-bottom: 1px dashed #2a5333;
}

.pre-order:hover {
    color: #ff0000;
    border-bottom: 1px dashed #ff0000;
}

.how-to-buy {
    color: #2a5333;
    cursor: help;
    font-size: 13px;
    margin-top: 10px;
    border-bottom: 1px dashed #2A5333;
    display: inline-block;
}

