.s-banner-options {
    width: 100%;
    position: relative;
    background: #fff
}

.htm{
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    
}
.container {
    max-width: 1600px;
    margin: 0 auto
}

.s-main-banner {
    width: 100%;
    position: relative;
    background: #fff;
    background: rgba(247, 247, 247, 0.95)
}

.filters {
    background: #f0f2f4
}

.filters .container {
    display: none;
    max-width: 1000px
}

.filters .container.categories-filter {
    border-bottom: 1px solid #d3d9de
}

@media (min-width:1000px) {
    .filters .container {
        height: 220px
    }
}

.filters .pad {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    height: 100%;
    padding: 1em
}

.filters .title {
    font-weight: bold;
    display: block;
    color: #688bc7;
    font-size: 2.4rem;
    margin: 0 0 10px 0
}

.filters label {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 10px 0;
    width: 100%;
    display: inline-block
}

@media (min-width:480px) {
    .filters label {
        width: 48%
    }
}

@media (min-width:800px) {
    .filters label {
        width: 33%
    }
    .prime{
    display:flex;
}
.newct{text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;}
}

.filters input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.filters .checkbox {
    width: 100%
}

.filters .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff
}

.filters label:hover input~.checkmark {
    background-color: #ccc
}

.filters label input:checked~.checkmark {
    background-color: #f57c6b
}

.filters .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

span.ralname {
    
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px 10px;
    line-height: 1;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

@media (min-width:800px) {
    span.ralname {
        width: initial;
        text-align: left
    }
}

span.ralname span {
    font-weight: 700
}

.filters-select-group {
    text-align: center;
    margin: 15px 0
}

@media (min-width:1000px) {
    .filters-select-group {
        display: none
    }
}

.ral-button-group {
    display: none
}

@media (min-width:1000px) {
    .ral-button-group {
        display: block
    }
}

.ral-button {
    padding: 0.4em 0.8em;
    margin-bottom: 5px
}

.ral-button:hover {
    background-color: #688bc7
}

.ral-button:active {
    background-color: #688bc7
}

.ral-button:focus {
    background-color: #688bc7
}

.ral-button.is-checked {
    background-color: #688bc7;
    color: #fff
}

.ral-button-group {
    padding: 0 0 20px 0;
    text-align: center
}

.ral-button-group:after {
    display: block;
    clear: both;
    content: ''
}

.ral-button-group .filters {
    padding: 10px 0
}

section.s-tiles {
    width: 100%;
    background: #f7f7f7;
    padding: 0 0 20px 0;
    position: relative;
    overflow: hidden
}

section.s-tiles p {
    text-align: center
}

.o-tiles {
    clear: both;
    margin: 0 auto 10px;
    padding: 0;
    list-style-type: none
}

.o-tiles li {
    margin-bottom: 2px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 25%;
    border-right: 1px solid white;
    border-left: 1px solid white
}

@media (min-width:800px) {
    .o-tiles li {
        width: 20%;
        margin-bottom: 1em
    }
}

@media (min-width:1200px) {
    .o-tiles li {
        width: 10%
    }
}

.o-tiles li.element-item {
    height: 90px;
    cursor: pointer
}

@media (min-width:480px) {
    .o-tiles li.element-item {
        height: 100px
    }
}

@media (min-width:800px) {
    .o-tiles li.element-item {
        height: 120px
    }
}

@media (min-width:1000px) {
    .o-tiles li.element-item {
        height: 105px
    }
}

@media (min-width:1600px) {
    .o-tiles li.element-item {
        height: 160px
    }
}

.o-tiles li.element-item .name {
    width: 100%;
    display: block;
    text-align: center;
    background: white;
    position: absolute;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 1rem
}

@media (min-width:800px) {
    .o-tiles li.element-item .name {
        height: 33px;
        line-height: 15px;
        font-size: 0.7rem
    }
    
}

.o-tiles li.element-item .number {
    width: 100%;
    display: block;
    text-align: center;
    background: white;
    position: absolute;
    padding-top: 4px;
    bottom: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

@media (min-width:480px) {
    .o-tiles li.element-item .number {
        font-size: 1.4rem
    }
}

@media (min-width:800px) {
    .o-tiles li.element-item .number {
        bottom: 26px;
        height: 30px;
        line-height: 30px;
        font-size: 1rem
    }
}

.o-tiles li.selected {
    opacity: .5
}

.o-tiles li:before {
    display: none
}

section.s-col-match {
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    padding: 20px;
    z-index: 1;
    background: url(../media/old/colour-match.jpg) no-repeat center;
    background-size: cover
}

@media (min-width:1000px) {
    section.s-col-match {
        padding: 70px 0
    }
}

.o-col-match {
    position: relative
}

@media (min-width:1000px) {
    .o-col-match {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.o-col-match p {
    margin: 10px 0;
    color: #7b7b7b;
    text-align: center;
    color: #fff
}

@media (min-width:1000px) {
    .o-col-match p {
        font-size: 1.25em;
        line-height: 1.6em
    }
}

.o-col-match p.title {
    line-height: 1.2;
    font-size: 3rem;
    font-weight: bold
}

.fix-banner {
    /* position: fixed; */
    /* top: 87px; */
    position: sticky;
    top: 126px;
    z-index: 1;
    /* left: 50%; */
    left: 0;
    right: 0;
    /* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) */
}

@media (min-width: 480px) {
    .fix-banner {
        top: 144px;
    }
}

/* @media (min-width:480px) {
    .fix-banner {
        top: 71px
    }
}

@media (min-width:800px) {
    .fix-banner {
        top: 71px
    }
}

@media (min-width:1000px) {
    .fix-banner {
        top: 135px
    }
}

@media (min-width:1200px) {
    .fix-banner {
        top: 135px
    }
}

@media (min-width:1400px) {
    .fix-banner {
        top: 135px
    }
}

.fix-banner-pad {
    margin-top: 133px
}

@media (min-width:800px) {
    .fix-banner-pad {
        margin-top: 514px
    }
}

@media (min-width:1000px) {
    .fix-banner-pad {
        margin-top: 440px
    }
}

@media (min-width:1600px) {
    .fix-banner-pad {
        margin-top: 480px
    }
} */

.ral-button {
    background-color: #f57c6b;
    color: #fff;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
    border-radius: 0;
    border: none;
    padding: 0.2em 0.5em;
    margin-bottom: 5px;
}

span.ralname {
    
    width: 100%;
    text-align: center;
    bottom: 0;
    padding: 5px 10px;
    line-height: 1;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

@media (min-width:800px) {
    span.ralname {
        width: initial;
        text-align: left
    }
}

span.ralname span {
    font-weight: 700
}