.calculator_block .col-sm-3{
    width: 30%;
    float: left;
}
.calculator_block .col-sm-9{
    width: 70%;
    float: left;
}
.calculator_block .collor_list li{
    width: 30px;
    height: 30px;
    display: inline-block
}
.calculator_block .collor_list li img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.calculator_block .row{
    margin-bottom: 10px;
#    overflow: hidden;
}
.calculator_block .button_block{
    text-align: center;
}
#calculate_price{
    padding: 10px 100px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.collor_list li{
    cursor: pointer;
}
.collor_list li.selected a {
    border: 3px solid;
    display: block;
    height: 30px;
    width: 30px;
}
.calculator_block .row.price_block{
    text-align: center;
    color: red;
    font-size: 26px;
    font-weight: 600;
}

