.tuning-widget {
    color: rgb(32,32,32)
}

.tuning-widget h1 {
    font-size: 24px;
    font-weight: normal;
}

.tuning-widget .header {
    font-size: 28px;
    color: rgb(209,1,1);
}

.tuning-widget .select-container > div {
    display: table-cell;
    padding: 1rem;
}

.tuning-widget select {
    margin-top: 0.5rem;
    padding: 0.5em;
    height: auto;
}

.tuning-widget .select-container {
    float: left;
    width: 100%;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
}

.tuning-widget .select-container > div {
    flex: 0 0 25%;
}

/*
@media all and (max-width: 1024px) {
    .tuning-widget .stage-container {
        width: 100%;
    }
}

@media all and (max-width: 959px) {
    .tuning-widget .specs span {
        font-size: 20px;
    }
    .tuning-widget .specContainer .stage {
        margin: 1rem;
        width: calc(50% - 2rem);
        padding: 1rem;
    }
    .tuning-widget .stage ul {
        margin-left: 1.5em;
    }
}
@media all and (max-width: 861px) {
    .tuning-widget .select-container>div {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 1em;
    }
}
@media all and (max-width: 600px){
    .tuning-widget .specContainer .stage {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media all and (max-width: 360px){
    .tuning-widget .specs span {
        font-size: 16px;
    }
}
*/

.specContainer {
    float: left;
    margin-top: 40px;
    font-size: 16px;
    width: 100%;
}
.specContainer > h4 {
    margin-bottom: 15px;
    font-weight: normal;
}
.specContainer > h3 {
    font-weight: normal;
    text-align: left;
    font-size: 26px;
    color: black;
    margin-bottom: 40px;
}
.specContainer .full-width {
    background-color: lightgray;
    margin-left: -50vw;
    padding-left: 50vw;
    margin-right: -50vw;
    padding-right: 50vw;
}
.specContainer .content {
    display: flex;
}
.specContainer .content .image-container {
    flex: 1;
    margin: 0;
    background-image: url("/wp-content/uploads/2020/11/AdobeStock_175246263.jpg");
    background-size: cover;
    background-position: center;
}
.specContainer .content .spec-container {
    margin: 2em 0;
    padding: 0 4em 0 8em;
    flex: 2;
}
.specContainer .content .spec-container h4 {
    font-size: 26px;
    text-align: center;
    font-weight: normal;
}

.inner-spec {
    margin-bottom: 40px;
}
.standard-details {
    display: flex;
    margin-bottom: 40px;
}
.standard-details .image {
    flex: 0 0 55%;
    margin-right: 5%;
    text-align: left;
}
.standard-details .image img {
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left;
}
.standard-details .spec {
    flex: 0 0 40%;
    background-color: #555555;
    color: white;
    text-align: left;
    padding: 2rem;
}

.spec .row {
    display: flex;
    margin-bottom: 2rem;
}
.spec .row .half {
    flex: 0 0 50%;
}
.spec h3,
.spec h4,
.spec h5 {
    color: white;
}
.spec h3 {
    font-size: 22px;
}

.spec .row .half h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.stage h3 {
    font-size: 24px;
    color: black;
}
.inner-spec .button {
    width: 200px;
    background-color: #aaaaaa;
}
.inner-spec .button:hover,
.inner-spec .button:focus,
.inner-spec .button:active {
    background-color: rgb(209,1,1);
}
.spec-container table {
    max-width: 250px;
    margin: 0 auto 3em;
}
.spec-container td {
    text-align: center;
    border: none;
    border-right: 2px solid black;
    padding: 0 10px;
}
.spec-container td > span:first-child {
    color: rgb(209,1,1);
    font-size: 30px;
    font-weight: 600;
}
.spec-container table td:last-child {
    border: none;
}
.spec-container td {
    font-weight: 600;
}
.spec-container ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.spec-container li {
    padding: 0 20px 20px 0;
    font-size: 16px;
}
.spec-container li .fas {
    color: rgb(209, 1, 1);
}

body {
    overflow-x: hidden;
}

@media all and (max-width: 1024px){
    .tuning-widget .select-container > div {
        flex: 1 0 50%;
    }
    .specContainer .content .image-container {
        flex: 1;
    }
    .specContainer .content .spec-container {
        padding: unset;
        flex: 1;
    }
}

@media all and (max-width: 767px){

    .tuning-widget .select-container > div {
        flex: 1 0 100%;
    }
    .specContainer .content {
        display: block;
    }
    .specContainer .content .image-container {
        height: 300px;
        width: 150%;
        margin-left: -25%;
    }

    .specContainer .content .spec-container {
        padding: 0 1em 1em;
    }
    .spec-container ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}