.fs-c-productSelection__selection {
    margin-bottom: 30px;
}

.fs-c-productSelection__selection:last-child {
    margin-bottom: 0px;
}

.fs-c-productSelection__selection > .fs-c-radioGroup > .fs-c-radio > .fs-c-radio__label > .fs-c-radio__radioMark {
    display: none !important;
}

.fs-c-productSelection__selection > .fs-c-radioGroup > .fs-c-radio {
    width: 31% !important;
}

.fs-c-productSelection__selection > .fs-c-radioGroup > .fs-c-radio:first-child {
    display: none;
}

.fs-c-productSelection__selection > .fs-c-radioGroup > .fs-c-radio label {
    position: relative !important;
    background: #fff !important;
    border: 0px solid #ccc !important;
    padding: 20px 5px 10px 5px !important;
    display: block !important;
    box-sizing: border-box !important;
    margin: 10px 0px 0px !important;
    text-align: center !important;
}

.fs-c-productSelection__field .fs-c-radio input:checked ~ label {
    border: 1px solid #d1d1d1 !important;
    background: #eeeeee !important;
}

.fs-c-radioGroup,
.fs-c-checkboxGroup {
    flex-wrap: wrap !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 0 !important;
}

.fs-c-radioGroup:after,
.fs-c-checkboxGroup:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.fs-c-radioGroup:before,
.fs-c-checkboxGroup:before {
    content: "";
    display: block;
    width: 31%;
    height: 0;
    order: 1;
}

.fs-c-radio__radioLabelText {
    margin-top: 10px;
    display: block;
}



@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .fs-c-radio {
        width: 31% !important;
    }

    .fs-c-radioGroup:after,
    .fs-c-checkboxGroup:after {
        content: "";
        display: block;
        width: 31%;
        height: 0;
    }

    .fs-c-radioGroup:before,
    .fs-c-checkboxGroup:before {
        content: "";
        display: block;
        width: 31%;
        height: 0;
        order: 1;
    }

}

@media screen and (min-width: 321px) and (max-width: 767px) {

    .fs-c-radioGroup,
    .fs-c-checkboxGroup {
        flex-wrap: wrap !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between!important;
        gap: 0 !important;
    }

    .fs-c-radioGroup > *,
    .fs-c-checkboxGroup > * {
        flex-basis: auto !important;
    }
}

@media screen and (max-width: 320px) {

    .fs-c-radioGroup,
    .fs-c-checkboxGroup {
        flex-wrap: wrap !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 0 !important;
    }

    .fs-c-radioGroup > *,
    .fs-c-checkboxGroup > * {
        flex-basis: auto !important;
    }
}
