.fromprice-wrapper {
    color: #0077cc;
    font-size: 1.2em;
}

.old-price {
    display:none !important;
}

span.quantity-controls.quantity-plus {
    display:none;

}span.quantity-controls.quantity-minus {
     display:none;
 }

#qty-label {
    float:left !important;
}

#qty {
    width: 75px;
    height: 30px;
    text-align: center;
    float:left;
}

.fieldset .qty {
    float: left;
    margin: 0 !important;
}

#qty-field {
    float:none;
}

#qty-display {
    width: 60px;
    height: 30px;
    text-align: center;
    margin-right: 0;
}

#display-label {
    line-height: 40px;
    padding: 0 8px 0 10px !important;
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

#display-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    float: none !important;
}

#display-fieldset {
    background-color: #eeeeee;
    display: table;
    margin-right: 10px;
    width:100%;
}

#product-addtocart-button {
    color: #fff !important;
    line-height: 40px;
    font-weight: 700;
    height: 40px;
    /* background-color:#d70036; */
}

#askForPrice {
    margin:5px 10px;
    color:#d70036;
    display:none;
}

#bottom-price-container {
    float:left;
    margin-right:2em;
    line-height: 2.2em;
}

.minimal-price-link {
    display:none !important;
}