/* инпуты на странице заказа */
.f_price{
    width: 300px;
    max-width: 100%;
}
.priceitem{
    font-size: 30px;
    padding: 10px 0;
}
.tovars {
    padding: 10px;
    font-size: 16px;
    height: auto !important;
    margin-bottom: 10px;
}
.number, .summaitem {
    display: inline-block;
    vertical-align: middle;
}
.number{
    width: 75px;
    margin-right: 20px;
}
.number input {
background-color: white;
border: 1px solid #CCCCCC;
border-radius: 0px;
box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.102);
box-sizing: border-box;
color: rgba(0, 0, 0, 0.749);
text-align:center;
font-size: 20px;
width:50px !important;
height: 50px !important;
padding: 0;
float:left;
}
.number .minus, .number .plus {
    display: block;
    cursor: pointer;
    background: linear-gradient(#e9e9e9, #D4D4D4);
    font-size: 21px;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 23px;
    float:left;
    text-align: center;
}
.summaitem span {
    font-weight: bold;
    font-size: 16px;
}

/* feedback */
.formfeedback{
    padding: 20px;
    min-width: 300px;
}
.tovar-ajax-title h2{
    white-space: normal;
}
#feedback form {margin-top: 10px;}