.order_info h2 {
    border: none !important;
    color: red !important;
}

.order_info h2 b {
    font-size: 27px;
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 22px !important;
    border-radius: 5px;
}

.left_count .prod_left_val {
    font-size: 52px !important;
    display: block;
}

#order_form {
    background: #fff;
    padding: 20px;
    max-width: 540px;
    font-family: Arial;

    background-image: url(../images/formbg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 620px;
    color: #000
}

select::-ms-expand {
    display: none;
}

#order_form div {
    background: 0 0 !important;
}

#order_form h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    border: none;
}

#order_form span {
    font-size: 12px;
    line-height: 1.2;
}

#order_form input,
#order_form select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/sel.png) no-repeat 96% center;
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
}

#order_form button,
.obutton {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

.prices {
    margin-bottom: 30px;
}