body{font-family: 'Roboto',Arial,sans-serif;}
.top_price_left,
.top_price_right{
    display:inline-block;    
    color: #333333;    
    font-size: 20px;
}
.top_price_right{
    float:right;    

}
.item_price,
.item_price_m{
    font-weight: 300;    
}
.top-price-old .top_price_left,
.top-price-old .top_price_right{
    color:#c70606;
    text-decoration: line-through;
    font-size:16px;
}

.calc-box{
    box-sizing:border-box;
    color: #333333;
    padding:10px;
    width: 300px;
    height: auto;
    margin:30px auto;
    margin-top:0;
    border:2px solid #289c2e;
    min-height:367px;
}
.calc-title{
    text-align:center;
    font-size:18px;
    margin-top:30px;
    clear:both;

}
.top_price:nth-child(2){
    border-bottom:1px solid #333333;
    padding-bottom:5px;
}

.calc-inputs{
    width:125px;
    float:left;
    margin-top:20px;
    margin-bottom:30px;
    font-size:16px;
}
.calc-inputs.top_price_right{
    float:right;
}
.calc-inputs input{
    color:#333333; 
    border:1px solid #333333; 
    background-color:#fff; 
    font-size:16px;
    font-weight:400;
    height:40px; 
    width: 40px;
    text-align:center;
    outline:none;
    padding:0 3px;
}
.calc-button{
    clear:both;
    display:block;
    margin:0 auto;
    margin-top:30px;
    color: #ffffff !important;
    font-size: 16px;
    background-color: #289c2e;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width:235px;
    height:50px;
    text-decoration:none;
    line-height:50px;
    text-align:center;
}
.calc-button:hover
{
    background-color: #2fb536;
}
.calc-plus{
    color:#ccc;
    display:inline-block;
    width:18px;
    height:18px;
    padding:0;
    outline:none;
    font-size:16px;
    font-family:"Roboto";
    box-sizing:border-box;
    line-height:16px;
    text-align:center;
    cursor:pointer;
    border:1px solid #ccc;
    border-radius:9px;
    background-color: #ffffff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-left:3px;
}
.calc-plus:hover{
    background-color: #cccccc;
    color:#333;
}
.calc-total{
    font-size:20px;
    font-weight:600;
}