
.one_click_product_checkout .form_group .wrapper_quantity input[type=text]
{
    width: 65px;
    height: 27px;
    padding: 0 6px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
}


.wrapper_quantity .incrementQuantity,
.wrapper_quantity .decrementQuantity {
    font-size: 14px;
    line-height: 14px;
    color: #c0c0c0;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 3px;
    float: left;
}
.wrapper_quantity .incrementQuantity span,
.wrapper_quantity .decrementQuantity span {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 3px 0 3px;
    background: white;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
    background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
    background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0);
}

.one_click_product_checkout .price {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #007e30;
}

label {
    font-weight: normal;
}

.one_click_product_checkout .form_group {
    font-size: 15px;
}

.one_click_product_checkout .form_group label {
    font-weight: normal;
    font-size: 15px;
}

.one_click_product_checkout .wholesale_price {
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

.one_click_product_checkout .total_price {
    color: #333;
}

.one_click_product_checkout .price_block label {
    color: #333;
}
