/**    - Debug Code
*
* This file is specially used for keeping your debug code...
* TODO: Don't include this file in production server
**/

.highlighted .region-highlighted .col-lg-12 {
    padding: 0;
}

body.page-loading:before {
    content: 'Loading your colours.........';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top: 20%;
    display: none;
}

.filter-tabs {
    display: block;
}

.fl-filter-reset {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -55px;
    display: none;
}

.page-shoppinglist .page-header {
    display: none;
}

.block-system > .node-color-collection .colors-listing-box + ul.links {
    display: none;
}

#filter-selections .fltr-non-stndrd {
    display: none;
}

.zone-filter {
    display: none;
}