.container {
    width: auto!important;
}
.sol-configurator-header {
	padding: 8rem 0 2rem;
	background: #000;
	margin-top: -3rem;
}
.sol-configurator-steps-container {
    max-width: 800px;
    margin: 0 auto;
}
.sol-configuration-options {
    max-width: 1170px;
    margin: 0 auto!important;
}
.sol-configurator-heading {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0;
	color: #FD8902;
}
.sol-size-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 2px 3px 6px #00000029;
    width: 22%;
    padding: .7rem 1rem;
    text-align: center;
    color: #A2A2A2;
    font-size: 2.2rem;
    margin: 0 .5rem 1rem .5rem;
    font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
}
.sol-size-container {
    display: flex;
    justify-content: center;
}
.sol-configurator-step-container {
    padding: 1rem 0 3rem 0;
    border-bottom: 2px solid #eee;
}
.sol-half-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 6px #00000029;
    width: 50%;
    padding: .5rem 1rem;
    text-align: center;
    margin: 0 .5rem 1rem .5rem;
    font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
}
.sol-option-heading {
	color: #545454;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}
.sol-half-box img {
    margin: 1rem auto;
    height: 7rem;
}
.sol-vertical-mockup {
    margin: 1.5rem auto;
    border-width: 7px;
    border-style: solid;
	border-color: #000;
    border-radius: 7px;
    height: 6rem;
    width: 4rem;
}
.sol-horizontal-mockup {
    margin: 2.5rem auto;
	border-width: 7px;
    border-style: solid;
	border-color: #000;
    border-radius: 7px;
    height: 4rem;
    width: 6rem;
}
.sol-configurator-step-container textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 6px #00000029;
    width: 100%;
    height: 13rem;
	border: 0;
	padding: 1rem;
	color: #A2A2A2;
	font-family: 'Raleway', sans-serif;
}
.sol-configurator-step-container textarea::placeholder {
    text-align: left;
	padding: 0;
	color: #A2A2A2;
	font-family: 'Raleway', sans-serif;
}
.sol-size-box-active {
	color: #fff;
	background: #FD8902;
}
.sol-type-active {
	background: #FD8902;
}
.sol-type-active p {
	color: #fff;
}
.sol-parameter-active {
	background: #FD8902;
}
.sol-parameter-active p {
	color: #fff;
}
.sol-functionalities-active {
	background: #FD8902;
}
.sol-functionalities-active p {
	color: #fff;
}
.sol-parameter img {
    height: 5rem;
}
.sol-orientation-active {
	background: #FD8902;
}
.sol-orientation-active p {
	color: #fff;
}
.sol-orientation-active div {
    border-color: #fff;
}
input.sol-count-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 6px #00000029;
    padding: .7rem 2rem!important;
    text-align: center;
    margin: 0 .5rem 1rem .5rem;
    font-family: 'Titillium Web', sans-serif;
    border: 0;
    font-size: 1.9rem;
    color: #000000!important;
    background-color: #fff!important;
    height: auto!important;
}
input.sol-count-input::-webkit-outer-spin-button,
input.sol-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group input.button-minus, .input-group input.button-plus {
    background: none;
    border: 0;
    color: #FD8902;
    font-size: 2.1rem;
    line-height: 1rem;
    cursor: pointer;
}
.input-group input.button-minus:focus, .input-group input.button-plus:focus {
    outline: 0!important;
}
.input-group input.button-minus {
    margin-top: -.5rem;
}
button.sol-nextstep-btn {
    margin: 2rem auto;
    text-align: center;
    display: block;
    background: #FD8902;
    color: #fff;
    border: 0;
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: .3rem;
    transition: .2s linear;
}
button.sol-nextstep-btn:hover {
    background: #ec8104;
    transition: .2s linear;
}
.sol-configuration-option {
    margin-top: 2rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 6px #00000029;
    padding: 1.6rem 1rem .1rem 1rem;
    text-align: center;
    min-height: 13rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sol-configuration-option img {
    display: block;
    margin: 0 auto;
    max-height: 8rem;
    max-width: 16rem;
}

.sol-configuration-type-heading {
	color: #545454;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    flex: 1 0 100%;
}

.sol-clearfix {
    display: inline-block;
    height: 2rem;
    width: 100%;
}

.display-none {
    display: none;
}

.sol-configurator-gate-form {
    padding: 3rem 0;
}

.sol-configurator-gate-form input, .sol-configurator-gate-form textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 6px #00000029;
    width: 100%;
    height: 13rem;
	border: 0!important;
	padding: 1rem!important;
	color: #A2A2A2;
	font-family: 'Raleway', sans-serif;
	border: 0!important;
	text-align: left!important;
}

.sol-configurator-gate-form .wpcf7 input {
    border: 0!important;
}

.sol-configurator-gate-form input::placeholder, .sol-configurator-gate-form textarea::placeholder {
    text-align: left;
	padding: 0;
	color: #A2A2A2;
	font-family: 'Raleway', sans-serif;
}
.sol-configurator-gate-form input.wpcf7-submit {
    margin: 2rem auto!important;
    text-align: center!important;
    display: block!important;
    background: #FD8902!important;
    color: #fff!important;
    border: 0!important;
    font-size: 1.1rem!important;
    padding: 1rem 1.5rem!important;
    cursor: pointer!important;
    text-transform: uppercase!important;
    border-radius: .3rem!important;
    transition: .2s linear!important;
    height: auto!important;
}
.sol-configurator-gate-form input.wpcf7-submit:hover {
    background: #ec8104!important;
    transition: .2s linear;
}
.sol-size-more-width {
    width: 30%;
}

/* additional */
.sol-configuration-preview-item {
    max-width: 4rem;
    height: 4rem;
}

.sol-checkbox-item {margin: 2rem 2rem 0 2rem;color: #333;} 

p.sol-option-mk-heading {
    color: #333;
    font-weight: 600;
}

p.sol-option-mk-desc {
    color: #555;
}

.sol-content-active {
    background: #fd8902;
}

.sol-content-active p.sol-option-mk-heading {
    color: #fff;
}

.sol-content-active p.sol-option-mk-desc {
    color: #fff;
}

.sol-content {
    padding: 3rem 1rem;   
}

@media screen and (max-width: 1000px) {
    .sol-configurator-header {
        padding: 5rem 0 2rem;
        margin-top: -5rem;
    }
}

@media screen and (max-width: 800px) {
    .sol-size-box {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 630px) {
    .sol-size-container {
        flex-wrap: wrap;
    }
    .sol-size-box {
        flex: 1 0 40%;
    }
    .sol-half-box {
        width: 100%;
    }
}

