@media only screen and (max-width: 767px) {
    html {
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    body {
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .ci-col--customiser {
        position: static;
    }

    #SearchColours {
        padding: 0px;
    }

        #SearchColours, #SearchColours input#colourSearchInput {
            width: 100% !important;
            font-size: 11px;
            height: 35px;
        }

            #SearchColours input#colourSearchInput + #btnSubmit {
                font-size: 18px;
                right: 10px;
                height: 35px;
            }

            #SearchColours .current-colour-category span {
                font-size: 11px;
            }
}

.line {
    background: #ccc;
    clear: both;
    display: block;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

.hues-chart .colour > div, .hues-chart .cols-5 > div {
    border: 1px solid #C9C9C9;
    border-radius: 3px;
}

.ci-controls {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .ci-controls {
        display: none;
    }

    #colouriserImage #SearchColours input#colourSearchInput + #btnSubmit {
        right: 10px;
    }
}

.ci-controls a:first-of-type {
    padding: 0 0 8px;
}

.ci-controls a#removeFromFavouritesBtn {
    padding: 0 0 8px;
}

.ci-controls a {
    color: #788183;
    margin-top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.ci-controls .ci-view-products {  
    display: block;
    float: right;
    font-size: 14px;
    margin: 0;
    padding: 5px 12px;
}

    .ci-controls .ci-view-products:active, .ci-controls .ci-view-products:hover {
        font-size: 14px;
    }

    .ci-controls .ci-view-products .fa-caret-down {
        margin-left: 7px;
    }

.ci-back {
    display: none;
    font-size: 14px;
    float: left;
    border: 1px solid #00408B;
    background-color: #fff;
    color: #00408B;
    cursor: pointer;
    padding: 3px 15px;
    margin: 5px;
    border-radius: 15px;
}

    .ci-back:hover {
        text-decoration: none;
        color: #00408B;
    }
    .ci-imagewrap {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ci-imagewrap {
        left: 0;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    #colouriserImage {
        padding: 0px;
        background:none;
    }

        #colouriserImage .container .row {
            margin-top: 0px;
        }
}

.ci-imagewrap .ci-image {
    background-size: 50px 50px;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .ci-imagewrap .ci-image {
        overflow: hidden;
        /*padding: 50% 0;*/
    }
}

.ci-imagewrap .ci-image img {
    display: block;
    height: auto;
    max-width: none;
    position: absolute;
    top: 0;
    vertical-align: bottom;
    width: 100%;
}

.ci-imagewrap .action.scheme {
    background-color: rgba(204, 204, 204, 0.2);
    border: 1px solid #666;
    bottom: 0;
    font-size: 1em;
    height: 44px;
    right: 0;
    width: 44px;
}

.ci-imagewrap .action.zoom {
    background-color: rgba(204, 204, 204, 0.2);
    border: 1px solid #666;
    top: 0;
    font-size: 1em;
    height: 44px;
    left: 0;
    width: 44px;
}

    .ci-imagewrap .action.zoom i {
        opacity: 0.50
    }

.ci-imagewrap .action:before {
    color: black;
    font-size: 37px;
    line-height: 41px;
    opacity: 1;
}

#colouriserImage .selected-category-wrapper {
    /*margin: 0px auto;*/
    /*margin-left: 10px;*/
    padding-left: 30px;
    text-align: left;
    position: relative;
}

#colouriserImage #selected-category-swatch {
    height: 23px;
    width: 23px;
    border: 1px solid #C9C9C9;
    background: #ECECE6;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}

    #colouriserImage #selected-category-swatch + span {
        padding-left: 10px;
        display: inline-block;
    }

@media only screen and (max-width: 767px) {
    .ci-imagewrap .action.fancybox {
        display: none;  
    }
    .ci-imagewrap .action.add {
        right: 10px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {    
    .ci-products {
        right: 0px;
        left:unset;
        min-height: 300px;
        position: fixed;
        top: 53px;
        /*z-index: 12;*/
    }
}

@media only screen and (min-width: 768px) {
    .ci-products {
        bottom: 0;
        position: absolute;
    }
}

.ci-products .ci-view-products {
    background-color: #fff;
    color: #00408B;
    display: none;
    font-size: 14px;
    height: 37px;
    padding: 8px;
}

    .ci-products .ci-view-products .fa {
        margin-left: 5px;
    }

.ci-products .ci-products-inner {
    background: #ffffff;
    display: none;
}

@media only screen and (max-width: 767px) {
    .ci-products .ci-products-inner {
        width: 100%;
        max-width: 200px;
        position: relative;
        padding: 10px;
        overflow-y: auto;
        max-height: -webkit-calc(100vh - 230px);
        max-height: expression(100vh - 230px);
        max-height: -moz-calc(100vh - 230px);
        max-height: -o-calc(100vh - 230px);
        max-height: calc(100vh - 230px);
    }



    .ci-products .ci-view-products {
     width: 100%;
        text-decoration: none;
    }

        .ci-products .ci-view-products.active {
            background-color: #fff;
            color: #004F9D;
            border: 1px solid #fff;
            display: inline-block;
            font-size: 14px;
            text-decoration: none;
            height: 44px;
            padding: 10px 30px 10px 10px;
            width: 200px;
            position: relative;
        }

        .ci-products .ci-view-products .fa {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -moz-transition: all .5s ease;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .ci-products .ci-view-products.active .fa {
            position: absolute;
            top: 12px;
            right: 10px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    .ci-back{
        display:block;
        position:absolute;
        left:0px;
        top:0px;
    }
}

@media only screen and (min-width: 768px) {
    .ci-products .ci-products-inner {
        bottom: 44px;
        position: absolute;
        /*width: 370px;*/
        padding: 10px;
    }
}

.ci-products h5 {
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ci-products h5 {
        text-align: center;
    }
}

.ci-products h5 .fa {
    cursor: pointer;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.ci-products .ci-product {
    border-top: 1px solid #ccc;
    font-size: 12px;
    min-height: 70px;
    padding: 0 50px 0 0;
    position: relative;
}

.ci-products .ci-product--link {
    display: block;
    padding: 15px 0px 15px 70px;
}

.ci-products .ci-product--image {
    height: auto;
    left: 20px;
    position: absolute;
    width: 40px;
}

.ci-products .ci-product--text {
    line-height: 130%;
    white-space: normal;
}

.ci-products .ci-product--text--role {
    display: block;
    font-weight: 700;
}

.ci-products .ci-product--text--name {
    display: block;
}

    .ci-products .ci-product--text--name .fa {
        margin-left: 5px;
    }

.ci-products #addToFavouritesBtn {
    color: #cececa;
    font-size: 22px;
    margin-top: -11px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.productAddToFavouritesBtn {
    color: #cececa;
    font-size: 22px;
    margin-top: -11px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.productRemoveFromFavouritesBtn {
    color: #cececa;
    font-size: 22px;
    margin-top: -11px;
    position: absolute;
    right: 10px;
    top: 50%;
}

@media only screen and (max-width: 767px) {
    .ci-surfaces {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 20;
    }
}

@media only screen and (min-width: 768px) {
    .ci-surfaces {
        height: 130px;
        margin: 0 0 1em;
        padding: 0 0 1em;
    }
}

.ci-surfaces .ci-surface {
    background: #eaeaea;
    cursor: pointer;
    height: 88px;
    padding: 0px;
    position: relative;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}



    .ci-surfaces .ci-surface .triangle-up, .ci-surfaces .ci-surface .triangle-down {
        display: none;
    }

    .ci-surfaces .ci-surface.active .triangle-down {
        /*display: block;
        width: 100%;
        border-left: 96px solid transparent;
        border-right: 96px solid transparent;
        border-top: 45px solid #eaeaea;*/
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        text-align: center;
        color: white;
        background-color: #eee;
        padding-bottom: 45px;
        background-clip: content-box;
        overflow: hidden;
    }

        .ci-surfaces .ci-surface.active .triangle-down:after {
            content: "";
            position: absolute;
            top: 50px;
            left: 0;
            background-color: inherit;
            padding-bottom: 50%;
            width: 46.5%;
            height: inherit;
            z-index: -1;
            transform-origin: -136px 12px;
            transform: scale(1.02) rotate(-50deg) skew(18deg,28.5deg);
        }



@media only screen and (max-width: 767px) {
    .ci-surfaces .ci-surface.active .triangle-up {
        /*width: 0;
        height: 0;
        display: block;
        border-left: 68px solid transparent;
        border-right: 68px solid transparent;
        border-bottom: 28px solid #555;
        margin-top: -161px;*/
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        color: white;
        background-color: #eee;
        background-clip: content-box;
        overflow: visible;
    }

        .ci-surfaces .ci-surface.active .triangle-up:after {
            content: "";
            position: absolute;
            top: 50px;
            left: 0;
            background-color: inherit;
            padding-bottom: 50%;
            width: 46.5%;
            height: inherit;
            z-index: -1;
            transform-origin: -136px 12px;
            transform: scale(1.02) rotate(-50deg) skew(18deg,28.5deg);
        }

    .ci-surfaces .ci-surface .triangle-down {
        display: none !important;
    }
}


#colouriserImage .ci-changecolour .hue-category:hover span {
    display: none !important;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
    .ci-surfaces .ci-surface:after {
        background-image: url(../images/arrow-down@2x.png?format=webp);
    }
}

.ci-surfaces .ci-surface:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.ci-surfaces .ci-surface.active:after, .ci-surfaces .ci-surface:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.ci-surfaces .ci-surface--role {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-top: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .ci-surfaces .ci-surface .ci-surface--role {
        font-size: 14px;
    }

    .ci-surfaces .ci-surface .ci-surface--colour {
        font-size: 14px;
    }
       
}



@media only screen and (max-width: 767px) {
    .ci-surfaces .ci-surface--role {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .ci-surfaces .ci-surface--role .fa {
        display: none;
    }
}

.ci-surfaces .ci-surface--label {
    font-size: 12px;
    line-height: 100%;
}

@media only screen and (max-width: 767px) {
    .ci-surfaces .ci-surface--label {
        display: none;
    }
}

.ci-surfaces .ci-surface--colour {
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
    height: 51px;
}

@media only screen and (max-width: 767px) {
    .ci-surfaces .ci-surface--colour {
        font-size: 14px;
        line-height: 1.25rem;
    }
}



@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ci-surfaces .ci-surface--colour {
        display: block;
    }

    div.ci-changecolour > div.hues-chart div.hues-chart-desktop.hues-chart div.colour-name {
        top: 7px;
        left: 7px;
    }


        div.ci-changecolour > div.hues-chart div.hues-chart-desktop.hues-chart div.colour-name p {
            line-height: 12px;
            font-size: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .colours-open .ci-surfaces .ci-surface.active:after {
        bottom: auto;
        border-top: 0;
        top: -8px;
        background-image: url(../images/arrow-up.png?format=webp);
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dppx) {
    .colours-open .ci-surfaces .ci-surface.active:after {
        background-image: url(../images/arrow-up@2x.png?format=webp);
    }
}

@media only screen and (max-width: 767px) {
    .ci-customisable {
        background: #F1F1F1;
        bottom: -100%;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 10;
        -moz-transition: bottom 0.3s ease-out;
        -o-transition: bottom 0.3s ease-out;
        -webkit-transition: bottom 0.3s ease-out;
        transition: bottom 0.3s ease-out;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .ci-customisable.show {
        top: 53px;
    }
}

@media only screen and (max-width: 767px) {
    .ci-customisable .ci-customisable--inner {
        border-top: none;
        height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px 10px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .ci-customisable .ci-customisable--inner {
        height: auto !important;
    }
}

.ci-customisable .ci-customisable-title {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ci-customisable .ci-customisable-title {
        background: #eeeef0;
        font-size: 24px;
        font-weight: 400;
        color: #0A519A;
        border-bottom: 0;
        display: block;
        padding: 20px 10px;
        position: relative;
    }

        .ci-customisable .ci-customisable-title .fa {
            cursor: pointer;
            margin-top: -5px;
            padding: 5px;
            position: absolute;
            right: 10px;
        }

    .ci-changecolour #hues-ribbon-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        height: 40px !important;
        display: inline-block;
    }
}

/*.ci-changecolour #hues-ribbon-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 80px;
}*/

.ci-changecolour #hues-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.ci-changecolour .hues-chart--toggle {
}

    /*.ci-changecolour .hues-chart--toggle .arrow {
        float: right;
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }

        .ci-changecolour .hues-chart--toggle .arrow:before {
            font-family: untitled-font-1;
            content: "g";
            font-style: normal;
        }

    .ci-changecolour .hues-chart--toggle.active .arrow {
        margin-top: 2px;
    }

        .ci-changecolour .hues-chart--toggle.active .arrow:before {
            content: "a";
        }*/

    .ci-changecolour .hues-chart--toggle i {
        font-size: 13px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .ci-changecolour .hues-chart--toggle.active i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }



.ci-changecolour .hues-loading {
    display: none;
    position: absolute;
    margin-left: -25px;
    left: 50%;
}

#hue-category-ribbon {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 73px;
}

#colouriserImage a.hue-category {
    width: 9%;
}

@media only screen and (max-width: 767px) {
    .ci-changecolour #hue-category-ribbon {
        display: none;
        /*padding-top: 10px;*/
        position: relative;
        width: 100%;
        z-index: 9999;
    }

    #hue-category-ribbon:before {
        content: "";
        background-color: #f1f1f1;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 10px;
        left: -15px;
        z-index: -10;
    }

    #colouriserImage .ci-changecolour a.hue-category, #colouriserImage a.hue-category:first-of-type, #colouriserImage a.hue-category:nth-child(4n+4) + a.hue-category {
        width: 25%;
        padding: 0 2.5% 0 0;
        clear: none;
    }

    a.hue-category span {
        display: block !important;
    }

    #hue-category-ribbon span {
        font-size: 16px;
        font-weight: 700;
        padding: 0 3.5% 0 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .hues-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999999;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media only screen and (min-width: 768px) {
    .ci-changecolour #hue-category-ribbon {
        display: block !important;
        height: auto !important;
    }
}

.ci-changecolour .hue-category > div {
    position: relative;
}

    .ci-changecolour .hue-category > div:hover {
        border: 3px solid #0A519A;
        margin-top: -2px;
    }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
    .ci-changecolour .hue-category > div:after {
        background-image: url(../images/arrow-down@2x.png?format=webp);
    }
}

.ci-changecolour .hue-category > div:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.ci-changecolour .hue-category.active > div:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.ci-changecolour #btnSubmit[disabled] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.ci-changecolour.loading .hues-loading {
    display: block;
}

.ci-changecolour.loading .hues-chart {
    display: none !important;
}

.ci-suggestedscheme {
    margin-top: 20px;
    position: relative;
}

    .ci-suggestedscheme .ci-scheme-loading {
        display: none;
        margin: auto;
        width: 50px;
    }

    .ci-suggestedscheme .ci-scheme {
        margin: 20px 0;
        position: relative;
    }

    .ci-suggestedscheme .ci-swatch {
        position: relative;
        margin-bottom: 12px;
    }

@media only screen and (max-width: 767px) {
    .ci-suggestedscheme .ci-swatch {
        float: left;
    }
}

.ci-suggestedscheme .ci-swatch a {
    display: block;
}

.ci-suggestedscheme .ci-swatch .item {
    background: #ccc;
}

@media only screen and (max-width: 767px) {
    .ci-suggestedscheme .ci-swatch .name {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .ci-suggestedscheme .ci-swatch .name {
        position: absolute;
        font-size: 12px;
        left: 60px;
        top: 10px;
    }


        .ci-suggestedscheme .ci-swatch .name span {
            color: #000000 !important;
            font-weight: 300;
            font-size: 18px;
            line-height: 24px;
        }
}

@media only screen and (min-width: 768px) {
    .ci-suggestedscheme .ci-swatch.ci-swatch--primary {
        height: 130px;
        width: 130px;
    }
}

.ci-suggestedscheme .ci-swatch.ci-swatch--primary .item {
    height: 100%;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .ci-suggestedscheme .ci-swatch.ci-swatch--primary, .ci-suggestedscheme .ci-swatch.ci-swatch--secondary, .ci-suggestedscheme .ci-swatch.ci-swatch--tertiary {
        margin: 0 0 0 14px;
    }

    .ci-suggestedscheme .ci-swatch.ci-swatch--primary {
        margin-left: 0px;
    }

    .hues-chart + p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ci-suggestedscheme .ci-swatch.ci-swatch--primary, .ci-suggestedscheme .ci-swatch.ci-swatch--secondary .item, .ci-suggestedscheme .ci-swatch.ci-swatch--tertiary .item {
        height: 44px;
        width: 44px;
    }

    .ci-suggestedscheme .ci-swatch .item {
        border: 1px solid #C9C9C9;
        border-radius: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .ci-suggestedscheme .ci-swatch.ci-swatch--primary, .ci-suggestedscheme .ci-swatch.ci-swatch--secondary .item, .ci-suggestedscheme .ci-swatch.ci-swatch--tertiary .item {
        height: 48px;
        width: 48px;
    }
}

.ci-suggestedscheme .ci-swatch.ci-swatch--tertiary {
    bottom: 0;
    top: auto;
}

.ci-suggestedscheme.loading {
    padding-bottom: 50px;
}

    .ci-suggestedscheme.loading .ci-scheme-loading {
        display: block;
    }

@media only screen and (max-width: 767px) {
    footer.footer {
        display: none;
    }
}


.ci .hues-chart a.colour .colour-name {
    display: none;
}


.ci .ci-changecolour {
    min-height: 400px;
}

#colouriserImage .product {
    min-height: 265px;
}

    #colouriserImage .product .product-img {
        width: 100%;
        height: 135px;
    }

    /*#colouriserImage .product .product-img a {
            padding-top: 14px;
        }*/

    #colouriserImage .product img {
        width: 80px;
        height: auto;
        margin: 0 auto;
        padding-top: 14px;
    }

#colouriserImage .product-details span.fighter {
    font-style: italic;
    font-size: 12px;
    line-height: 17px;
}

#colouriserImage .product-details h3 a {
    font-size: 20px;
    line-height: 27px;
}

#colouriserImage .affix {
    margin-top: 80px;
}

#colouriserImage div.current-colour-category span, span.selectedCategory {
    font-size: 11px;
    line-height: 1.25rem;
    padding-right: 5px;
    display: inline-block;
}


/**** PRODUCT HOVER ON IMAGE ****/

#colouriserImage #ci-product-list .product {
    height: 265px;
    height: 265px;
    width: 165px;
    float: left;
    margin-right: 10px;
}



@media only screen and (max-width: 991px) {

    #colouriser .top-section, #colouriserImage .top-section {
        padding-bottom: 120px;
    }

        #colouriser .top-section h1, #colouriserImage .top-section h1 {
            width: 100%;
        }

    #colouriser .top-section p, #colouriserImage .top-section p {
        width: 60%;
        font-size: 20px;
        line-height: 30px;
    }

    #colouriser .top-section img.floating-image, #colouriserImage .top-section img.floating-image {
        display: block;
        width: 30%;
    }

    #colouriserImage .ci-products .ci-view-products {
        display: inline-block;
    }

    #colouriserImage #SearchColours {
        float: left;
        margin-top: 20px;
    }

    #colouriser {
        padding-top: 73px;
        background: none;
    }

        #colouriser div.top-section {
            padding-bottom: 20px;
            display: none;
        }
}




@media only screen and (max-width: 767px) {
    #colouriserImage .product {
        width: 110px;
        height: 165px;
        margin-left: 10px;
        margin-top: 10px;
    }

    #colouriserImage .product-details {
        padding: 5px;
    }

    #colouriserImage .product .product-img {
        width: 100%;
    }

    #colouriserImage .product img {
        width: 100%;
        max-width: 80px;
        height: auto;
        display: block;
    }


    #colouriserImage .product-details h3 a {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
    }

    div#hue-category-ribbon a.hue-category:first-of-type > div, div#hue-category-ribbon a.hue-category:last-of-type > div {
        border-radius: unset;
    }

    div#hue-category-ribbon a.hue-category > div {
        border-radius: 3px;
    }

    .ci-changecolour .hue-category > div:hover {
        border: none;
        margin-top: 0px;
    }
    /*#colouriserImage a.hue-category + a.hue-category {
        clear: both;
    }*/
    /*#colouriserImage div#hue-category-ribbon a.hue-category > div, div#hue-category-ribbon a.hue-category > div {
        border-radius: 0px;
        width: 50px;
        height: 50px;
        padding: 0%;
        float: left;
        margin-right: 15px;
    }

    #colouriserImage a.hue-category span, #colouriserImage a.hue-category:visited span {
        position: relative;
        width: auto;
    }*/
    #colouriserImage #ci-product-list .product {
        float: none;
        margin-right: 0;
        height: auto;
        min-height: 190px;
        width: 125px;
    }
}



@media only screen and (max-width: 320px) {
    .ci-surfaces .ci-surface--colour, .ci-surfaces .ci-surface--role {
        font-size: 12px;
        line-height: 1.25rem;
    }
}
