.selection-view-out .row{
    --bs-gutter-x: 24px;
}
.selection-view-out .col-image{
    text-align: center;
}
.selection-view-out .col-image img{
    width: 100%;
}
.selection-view-out .section-select input[type="radio"]{
    position: absolute;
    opacity: 0;
}
.selection-view-out .section-select:not(:last-child){
    margin-bottom: 48px;
}
.selection-view-out .section-select .item{
    position: relative;
}
.selection-view-out .section-select .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Myriad Pro', sans-serif;
    margin-bottom: 8px;
}
.selection-view-out .section-select .small-title{
    margin-bottom: 8px;
}
.selection-view-out .section-select label{
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
    display: block;
    font-size: 13px;
}
.selection-view-out .section-select .items label .name{
    display: block;
}
.selection-view-out .section-select .items.image-type label{
    padding: 10px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #EEEEEE;
    transition: .3s;
}
.selection-view-out .section-select .items.image-type input[type="radio"]:checked + label{
    border-color: rgb(162, 202, 57);
}
.selection-view-out .section-select .items.image-type label img{
    width: 100%;
}
.selection-view-out .section-select .items.image-type label img + .name{
    margin-top: 16px;
}
.selection-view-out .section-select .items.color-type .color-block{
    display: block;
    border-radius: 12px;
    width: 100%;
    padding-top: 30%;
    --color-block: #fff;
    background-color: var(--color-block);
    border: 2px solid var(--color-block);
}
.selection-view-out .section-select .items.color-type input[type="radio"]:checked + label .color-block{
    border-color: rgb(162, 202, 57);
}
.selection-view-out .section-select .items.color-type .color-block + .name{
    margin-top: 12px;
}
@media (min-width: 576px){
    .selection-view-out .section-select label{
        font-size: 16px;
    }
}
@media (min-width: 1200px){
    .selection-view-out .section-select .title {
        font-size: 40px;
    }

}
@media (min-width: 1400px){
    .selection-view-out .col-image{
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media (min-width: 1800px){
    .selection-view-out .section-select .items.image-type .item.col-xxl-3{
        width: 20%;
    }
}