.omnia-debug{
    background-color: yellow;
    padding: 3px 6px;
    color: firebrick;
    font: normal 14px/18px sans-serif!important;
}
.omnia-debug ul{
    list-style-type: disc;
    margin-left: 1em;
}
.omnia-selections {

}
.omnia-selections h2 {
    margin-bottom: 20px;
}
#color-choices{
    /*height: 200px;*/
    /*width: 585px;*/
    /*overflow: scroll;*/
    /*border: solid black 2px;*/
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
}
#color-choices .col{
    padding: 0;
    max-width: 120px;
    display: block;
    margin: 7px 5px;
    text-align: left;
}
#color-choices .col > div {
    height: 100%;
}
#color-choices .col .img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 6px;
    overflow: hidden;
}
#color-choices .col .img-container img {
    position: absolute;
    top: 0;
}
.grade-choices input[type="radio"] {opacity: 0;position: absolute;}
.prod-selections-section .radio-selections input[type="radio"]:checked ~ label .img-container {
    
}
.color-grade-select {
    border: 2px solid #F5F5F5;
    padding: 12px 6px;
}
.color-grade-select select {
    padding: 10px 30px 10px 13px;
    position: relative;
    height: auto !important;
    border: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    background-color: #f5f5f5;
    /*4px/21px Roboto;*/
    letter-spacing: .028rem;
    font-size: 1.4rem;
}
.color-grade-select .select-wrapper {
    display: inline-block;
    margin: 7px 5px;
    max-width: 250px;
    width: 100%;
}
#color-selection {
    margin-bottom: 20px;
}
.color-grade-select .select-wrapper span.icon:after  {
    right: 18px;
}
.grade-choices {
    margin-bottom: -2px;
}

.grade-choices {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: -ms-flex-start;
    justify-content: flex-start;
    padding: 0 2px;
}
.grade-choices label {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 15px;
    border-top: 3px solid transparent;
}
.grade-choices input[type="radio"]:checked + label {
    background: #fff;
    border-top: 3px solid #000;
}
.omnia-selections-box {
    border: 2px solid #F5F5F5;
    padding: 12px 6px;
}
.omnia-selections-box .img-container.selected{
    display: block;
    -webkit-box-shadow: 0px 0px 0px 2px #c2002f;
    box-shadow: 0px 0px 0px 2px #c2002f;
}
#color-choices .col {
    width: calc(33.33% - 10px);
}
.omnia-arrngement-select form button[type="submit"].lrg-btn {
    max-width: 500px;
    margin-top: 40px;
}
@media only screen and (max-width: 550px) {
    .grade-choices label {
         width: 100%;
    }
}
@media only screen and (min-width: 450px) {
    #color-choices .col {
        width: calc(20% - 10px);
    }
}
@media only screen and (min-width: 650px) {
    #color-choices .col {
        width: calc(16.6%  - 10px);
    }
}
@media only screen and (min-width: 800px) {
    #color-choices .col {
        width: calc(12.5% - 10px);
    }
}
@media only screen and (min-width: 920px) {
    #color-choices .col {
        width: calc(10% - 10px);
    }
}