.route-product-guide #container.container{
    max-width: 1500px;
}

.guide-top-text {
    width: 75%;
    border: 1px solid #cccccc;
    min-height: 30px;
    line-height: 30px;
    left: 12.5%;
    text-align: center;
    position: relative
}

.guide-previous-options-holder {
    display: flex;
}

.guide-previous-option{
    background-color: #999999;
    border-radius: 3px;
}

.guide-data-container {
    display: flex;
}

.guide-data-descriptor {
    text-align: right;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15%;
}

.guide-data-count {
    width: 25%;
    border-right: 1px solid #cccccc;
}

.guide-data-prices {
    width: 25%;
}

.guide-size-holder, .guide-hardness-holder, .guide-springs-subcategories-holder, .guide-properties-holder {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.hidden-sizes {
    display: none;
    flex-wrap: wrap;
}

.button-holder {
    position: relative;
    max-width: 12%;
    width: 100%;
    margin: 2%;
}

@media only screen and (max-width: 1024px) {
    .button-holder {
        margin: 2%;
    }
    .guide-show-more {
        left: 15vw;
        width: 70vw;
    }
}

@media only screen and (max-width: 768px) {
    .button-holder {
        max-width: 27.5%;
        min-width: unset;
        width: 100%;
        margin: 2%;
    }
    .size-button span, .guide-show-more span, .hardness-button span, .springs-button span {
        font-size: 20px;
    }
    .subcategory-button span, .springs-subcategory-none-button span, .properties-button span, .properties-none-button span {
        font-size: 18px;
    }
    .guide-data-descriptor {
        margin-right: 0;
    }

}

@media only screen and (max-width: 512px) {
    .button-holder {
        max-width: 45%;
        min-width: unset;
        width: 100%;
        margin: 2%;
    }
}

.size-button.selected, .hardness-button.selected, .springs-button.selected, .subcategory-button.selected, .springs-subcategory-none-button.selected, .properties-button.selected, .properties-none-button.selected {
    /*border: 2px solid #729db6;*/
    background-color: #729db6;
    color: white;

}

.size-button, .hardness-button, .springs-button, .subcategory-button, .springs-subcategory-none-button, .properties-button, .properties-none-button {
    height: 100%;
    color: #d0b67b;
    background: #FFF;
    width: 100%;
    border: 1px solid #729db6;
    border-radius: 25%;
    font-weight: 500;
    font-size: min(20px, 2vw);
    padding: 5%;
    display: flex;
    aspect-ratio: 1;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.size-button span, .guide-show-more span, .hardness-button span, .springs-button span, .springs-subcategory-none-button span, .subcategory-button span, .properties-button span, .properties-none-button span {
    margin: auto;
}

.hardness-button span, .springs-button span, .springs-subcategory-none-button span, .subcategory-button span, .properties-button span, .properties-none-button span {
    word-break: break-word;
}

.guide-show-more {
    position: relative;
    left: 35%;
    height: 75px;
    background: #FFF;
    width: 24%;
    margin: 20px;
    color: #d0b67b;
    border: 1px solid #729db6;
    border-radius: 50px;
    font-weight: 800;
    font-size: min(20px, 2vw);
    display: flex;
    aspect-ratio: 1;
}

/*.guide-hardness-holder {
    display: flex;
    flex-direction: column;
}*/

/*.hardness-button {
    width: 33%;
    text-align: left;
    padding-left: 5px;
    border: 1px solid #ccc;
}*/

.guide-base-holder {
    display: flex;
    flex-direction: column;
}

.base-button {
    width: 60%;
    position: relative;
    left: 20%;
    border: 1px solid #ccc;
    padding: 20px;
}

.step-notice {
    text-align: center;
    width: 75%;
    left: calc(-37.5% + 50%);
    position: relative
}

.guide-button-container {
    display: flex;
    height: 150px;
    padding-top: 20px
}

.guide-button-holder{
    width: 50%
}

.guide-back-button {
    float: left;
    height: fit-content;
    border-radius: 3px;
    padding: 3px 25px;
}

.guide-forward-button {
    float: right;
    height: fit-content;
    border-radius: 3px;
    padding: 3px 25px;
}

.guide-hidden {
    visibility: hidden;
}

.guide-query {
    color: #729db6;
    text-align: center;
    font-size: min(3em, 9vw);
    font-weight: 900;
    text-transform: uppercase;
}

.step_text {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

#step6 .sf-price .value {
    background-color: #729db6;
    font-size: 24px;
    font-family: inherit;
    font-weight: 400;
}

#step6 .sf-price .value:after {
    border-bottom-color: #729db6;
}

#step6 .sf-price .ui-slider-handle:hover {
    background-color: #729db6;
}

#step6 .sf-price .ui-widget-content {
    background: #729db6;
}

#step6 .sf-price.box-content {
    height: 75px;
}