


.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-row label {
    flex: 1;
}

.form-row input[type="number"],
.form-row select {
    width: 180px;
    padding: 5px;
}

hr {
    margin: 30px 0;
}

.child-options {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #ddd;
    display: none;
}

.total-row {
    display: block;
    justify-content: space-between;
    font-size: 2.2em;
    padding-top: 20px;
}
.total-row strong {
    justify-content: space-between;
    font-size: 40px;
    line-height: 44px;
    padding-top: 20px;
}
.static {
    color: #666;
}

body .calculator-wrappers{
    margin: 40px auto;
    max-width: 750px;
}

body .calculator-wrappers h1 {
    font-size: 40px;
    line-height: 44px;
}
body .calculator-wrappers h2 {
    font-size: 32px;
    line-height: 36px;
}

body .calculator-wrappers .housearea .form-row {
    display: block;
}
body .calculator-wrappers .form-row input {
    border: 1px solid #dcdcdc !important;
    padding: 10px 15px !important;
}

.total-row strong {

}
#totalPrice {

}



@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 900px) or (min-width: 600px) {
	

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}