﻿form * {
    font-family: 'Open Sans', sans-serif;
}

form h2 {
    font-weight: 300;
    font-size: 1.5em; /*24px*/
    line-height: 28px;
    padding: 0 0 15px;
    color: #4c4c4c;
}

fieldset {
    clear: both;
}

label,
.contourIndicator {
    font-weight: 400;
    color: #6c6c6c;
}

label {
    padding: 0 0 4px;
}

    label.label-align {
        display: block;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

        label.label-align input {
            float: left;
            margin-top: 6px;
        }

        label.label-align span {
            margin: 0 0 15px 20px;
            display: block;
        }


input, select {
    vertical-align: inherit;
}

    input[type="text"],
    input[type="password"],
    input[type="file"],
    textarea,
    select {
        background-color: #fff;
        border: 1px solid #D3D3D3;
        font-size: 1em;
        font-weight: 400;
        margin: 4px 0 0;
        padding: 3px 8px;
        display: block;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        width: 100%;
        border-radius: 4px;
    }

    /*input[type="text"],
    input[type="password"],
    input[type="file"],
    textarea {
        height: 34px;
        -webkit-appearance: none;
    }*/

    input[type="text"],
    input[type="password"],
    input[type="file"],
    textarea {
        height: 41px;
        -webkit-appearance: none;
    }

#search-colours-form
{
    padding-bottom:10px;
}

#SearchColours input#colourSearchInput {
    /*float: left;
    font-size: 0.86em;
    width: 261px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C9C9C9;
    border-radius: 50px;
    opacity: 1;*/
    float: right;
    font-size: 0.86em;
    width: 261px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C9C9C9;
    border-radius: 50px;
    padding-right: 50px;
    padding-left: 20px;
    opacity: 1;
}

input#colourSearchInput + #btnSubmit {
    font-size: 24px;
    color: #4C4C4C;
    height: 42px;
    border: none;
    border-left: 0 !important;
    padding: 0 12px;
    width: auto !important;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
}

input#colourSearchInput + #btnSubmit:hover {
    background-color: initial;
}


#storeForm button#searchBtn, #storeForm #searchBtn {

    font-family: 'Open Sans', sans-serif;
    font-size: 0.86em;
    line-height: 16px;
    padding: 8px 10px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background-color: #f2f2f4;
    color: #4c4c4c;
    cursor: pointer;
}

/*select {
    height: 34px;
}*/

select {
    height: 40px;
    background: url('../Images/arrow_down.png') no-repeat;
    background-size: 40px;
    background-position: 100% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

textarea {
    width: 100%;
    height: 100px;
}

.checkbox {
    position: relative;
    display: block;
    margin: 10px 0;
}

    .checkbox label {
        min-height: 20px;
        padding: 0 0 0 20px;
        margin: 0;
        display: inline-block;
        max-width: 100%;
    }

.checkbox-group.horizontal {
    padding: 10px 0 0;
}
.checkbox-group.horizontal label {
    padding: 0 20px 0 0;
}

.collapse-trigger {
    margin-bottom: 30px;
}


/* Alerts/Notifications */
.alert {
    display: none;
    font-size: 1em;
}

    .alert > div {
        float: left;
        padding: 0 5px 0 0;
    }

.alert strong{
    font-weight: 700;
}

    .alert span {
        padding: 0 10px 0 0;
    }

/* Alert Modals */
.alert-modal {
    padding: 0 0 20px;
}

.alert-modal h2 {
  font-size: 2.25em;
  padding: 0 0 20px;
  text-align: center;
}

.alert-modal span {
  font-size: 1em;
  margin: 20px 10px 0 0;
  text-align: center;
}

.alert-modal p {
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
}

.alert-modal.success span {
  color: #41a66c;

}


/* Privacy Policy (Goes at bottom of forms) */
.privacy-policy h5 {
    font-size: 1em;
    padding: 10px 0 10px;
}

.privacy-policy p {
    color: #4c4c4c;
}

.privacy-label {
font-size: 1.15em;
color: #4c4c4c;
}

.projects label.checkbox {
    min-height: 20px;
    padding: 0 0 0 33px;
    margin: 0;
    display: inline-block;
    max-width: 100%;
}

.checkbox input {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    padding: 0;
}

/* Umbraco Forms */
div.contourField.checkbox {
    float: left;
    clear: both;
    padding: 0 0 30px 20px;
    margin: 0;
}

    div.contourField.checkbox label {
        float: right;
        padding: 0 0 0 10px;
    }

    div.contourField.checkbox div {
        float: left;
    }

    div.contourField.checkbox input {
        margin: 8px 0 0 -20px;
    }



/********** COLOUR CONSULTANCY FORM **********/

.colourConsultancy form .col-md-6 {
    padding-left: 0;
    padding-right: 10px;
}

.colourConsultancy form .col-md-6 + .col-md-6 {
    padding-left: 10px;
    padding-right: 0;
}

.colourConsultancy form .col-md-12 {
    padding: 0;
}

.colourConsultancy form h2 {
    padding: 15px 0 0;
}

.colourConsultancy h2 {
    padding: 0 0 15px;
}

.colourConsultancy .checkbox label {
    min-height: 20px;
    padding: 0 0 0 20px;
    margin: 0;
}

.colourConsultancy .toggleform {
    width: 100%;
    display: block;
    text-align: center;
}

    .colourconsultancy a {
        text-decoration: underline;
    }


.input-validation-error, .input-validation-error span {
    border: 1px solid red !important;
}

.field-validation-error, .field-validation-error span {
    color: red;
    font-size: .92em;
}


.contourField {
    clear: both;
    padding: 0 0 20px;
}

.help-block {
    font-size: .8em; /*13px*/
    color: #8c8c8c;
    padding: 0 10px 0;
}



/********** BUTTONS **********/
.button-group {
    float: left;
    border-top: 1px solid #e7e6e6;
    padding: 20px 0;
    width: 100%;
}

    .button-group a,
    .button-group button,
    .button-group .button {
        margin: 0 10px 10px 0;
    }

    .button-group.no-border {
        border: none;
    }

button,
a.button,
.button,
.button:visited,
.primary.button,
.primary.button:visited,
input[type="button"],
input[type="submit"],
.button.small {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.86em; /*14px*/
    line-height: 16px;
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #00408B;
    background-color: #fff;
    color: #00408B;
    cursor: pointer;
}

    button:hover,
    a.button:hover,
    .button:hover,
    .primary.button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    .button.small:hover
    a.button:focus,
    .button:focus {
        font-weight: 400;
        background-color: #f5f5f5;
        text-decoration: none;
        /*color: #4c4c4c;*/
    }

    .primary.button,
    .primary.button:visited {
        min-width: 260px;
    }

.button.small + .button.small {
    margin: 0;
}

.collapse-trigger {
    display: none;
    text-decoration: none;
}

    .collapse-trigger i {
        float: right;
        padding: 3px 0;
    }

.reset {
    width: 100%;
}

.button.load-more {
    float: none;
    display: block;
    width: 125px;
    margin: 36px auto 0;
    text-align: center;
}

#BackToTop {
    display: block;
    width: 125px;
    margin: 64px auto 0;
}

    #BackToTop i {
        padding: 0 0 0 10px;
    }


/* Close (Used in Colour Schemes sections)*/
.close-action,
button.close,
.fancybox-close {
    background-color: rgba(204, 204, 204, 0.2);
    font-size: 0.95em;
    font-weight: 300;
    border: 1px solid rgba(204, 204, 204, 1.0);
    display: inline;
    padding: 0 5px;
    color: #ccc;
    text-shadow: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    cursor: pointer;
    width: 22px;
    height: 22px;
}

    .close-action:hover,
    button.close:hover,
    .fancybox-close:hover {
        background-color: rgba(123, 123, 123, 0.2);
        border: 1px solid rgba(123, 123, 123, 1.0);
        color: #7b7b7b;
        opacity: 1.0;
        text-decoration: none;
    }

    .close-action:before,
    button.close:before {
        font-size: 1.7em;
        font-weight: 300;
        line-height: 20px;
        color: #ccc;
    }


    /*.close-action i {
        color: #ccc;
    }*/

    .close-action i {
        color: #ccc;
        font-size: 13px;
        line-height: 22px;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
    }

        /*.close-action i:before {
            font-size: 22px;
            line-height: 22px;
            margin: 0 0 0 -6px;
        }*/

        .close-action i:before {
            font-size: 12px;
            line-height: 22px;
            margin: 0;
        }

    .close-action:hover i {
        color: #7b7b7b;
        opacity: 1.0;
    }

/* Social Buttons */
.btn-social,
.btn-social:visited {
    border: none;
    border-radius: 4px;
    font-weight: 300;
}

    .btn-social:hover {
        font-weight: 300;
    }


/********** CHECKBOXES **********/
.custom-checkbox {
    float: left;
    width: 20px;
    height: 20px;
    margin: -5px 7px 0 -33px;
    position: relative;
    z-index: 1;
    top: 4px;
    background: url("/Images/checkbox-unchecked.png") no-repeat;
}

    .custom-checkbox:hover {
        background: url("/Images/checkbox-unchecked.png") no-repeat;
    }

    .custom-checkbox.selected {
        background: url("/Images/checkbox-checked.png") no-repeat;
    }

    .custom-checkbox input[type="checkbox"] {
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

/********** FANCY BOX MODAL **********/
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    background-image: none !important;
}

.fancybox-close {
    top: 20px !important;
    right: 20px !important;
    width: 22px !important;
    height: 22px !important;
}

    /*.fancybox-close:before {
        font-family: untitled-font-1;
        content: "e";
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 0 -6px;
    }*/


    .fancybox-close:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00d";
        font-size: 22px;
        line-height: 22px;
        margin: 0;
        font-size: 13px;
        line-height: 22px;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
    }

.fancybox-next span,
.fancybox-prev span {
    font-family: untitled-font-1;
    font-size: 3.85em;
    color: #fff;
    opacity: 0.7;
}

    .fancybox-next span:before {
        content: "d";
    }

    .fancybox-prev span:before {
        content: "c";
    }


/********** SINGLE FIELD FORM (Eg. Search Newsletter Signup forms) **********/
.single-field-form input[type="text"] {
    float: left;
    font-size: 0.86em;
    height: 34px;
    margin: 0;
    padding: 3px 10px;
}

.single-field-form .small {
    height: 34px;
}


.single-field-form.search input[type="text"] {
    width: 210px;
}

/******* FILTER / ACCORDION **********/
.affix {
    position: fixed;
    top: 85px;
    width: 277px;
    z-index: 1;
}

.affix-bottom {
    position: relative;
    z-index: 900;
}

.filter > .row {
    margin: 0 -10px 20px;
}

.filter-category {
    margin-bottom: 10px !important;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

    .ui-widget#accordion {
        float: left;
        width: 100%;
        padding: 0 0 20px;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: none !important;
    background-color: #eeeef0 !important;
    border: 1px solid #e8e8e8 !important;
    font-weight: 400 !important;
    color: #555 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none !important;
    background-color: #eeeef0 !important;
    border: 1px solid #e8e8e8 !important;
    font-weight: 400 !important;
    color: #555 !important;
}

.ui-accordion .ui-accordion-header {
    margin: 0 !important;
}

.ui-accordion .ui-accordion-content {
    padding: 0px!important;
}

    .ui-accordion .ui-accordion-content .accordionList {
        padding-left: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 15px;
    }

.ui-widget-content {
    background: none !important;
    background-color: #fafafa !important;
    border: none !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-radius: 0 !important;
}

.ui-state-default .ui-icon,
.ui-state-active .ui-icon {
    display: none !important;
}

.ui-accordion .ui-accordion-icons {
    line-height: 22px;
    padding: 15px 20px !important;
    border: 1px solid #E6E6E6 !important;
    background-color: transparent !important;
    border-radius: 3px !important;
    background-color: #fff !important;
}

.ui-state-default > i.arrow, .ui-state-default > i.fa.fa-chevron-down {
    float: right;
    font-size: 13px;
    line-height: 22px;
}

.ui-state-default.ui-state-active > i.arrow:before {
    font-family: untitled-font-1;
    content: "g";
    font-style: normal;
}

.ui-state-default > i.arrow:before {
    font-family: untitled-font-1;
    content: "a";
    font-style: normal;
}


/********** SEARCH *********/
header #search {
    float: right;
    padding: 0;
    position: relative;
    z-index: 20;
    width: 6.33333333%;
}

#search > a {
    float: right;
    background-color: #b8b9c2;
    display: block;
    text-decoration: none;
}

    #search > a i {
        font-size: 27px;
        color: #fff;
        display: block;
        padding: 22px 28px 26px;
        text-align: center;
    }

#search .close {
    font-weight: 400;
    text-shadow: none;
    color: #fff;
    opacity: 1.0;
}

#search-form {
    position: absolute;
    z-index: 999;
    width: 443px;
    top: 75px;
    right: 0;
    display: none;
}

    #search-form form {
        background-color: #e0e0e5;
        padding: 20px;
    }

    #search-form:before {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 19px 0 19px;
        border-color: #b8b9c2 transparent transparent transparent;
        position: absolute;
        top: -8px;
        right: 20px;
        z-index: 999;
    }

#search input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
}

#search input[type="text"],
#search-form form {
    position: relative;
}

#search .fa-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #e6e5e5;
    z-index: 1;
    right: 30px;
    bottom: 28px;
    margin: auto;
    padding: 4px 3px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 12px;
    line-height: 8px;
    cursor: pointer;
}

    #search .fa-close:hover,
    #search .close:hover {
        color: #fff;
    }

.search-box:not(:valid) ~ .fa-close {
    display: none;
}

.search-results {
    float: left;
    background-color: #fff;
    border: 1px solid #e0e0e5;
    padding: 20px;
    width: 100%;
    opacity: .97;
}

    .search-results .thumbs li,
    .search-results .thumbs li:first-of-type {
        margin: 0 10px 0 0;
    }

        .search-results .thumbs li:last-of-type {
            margin: 0;
        }

    .search-results .thumbs.products img, #search .thumbs.articles img {
        margin: 0 auto;
        height: 110px;
        max-height: 110px;
    }

    .search-results .thumbs.swatches li.small-swatch p {
        font-weight: 600;
    }


.accordionList div.checkbox input[type="checkbox"] {
    display: none;
}

.tile-listing-page .accordionList .checkbox {
    margin: 0 0 10px;
}

.tile-listing-page .accordionList .checkbox label {
    margin: 0;
    padding: 10px 15px 10px 50px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    font-size: 14px;
    color: #4C4C4C;
}


.accordionList .checkbox label {
    padding: 0 0 0 28px;
    width: 100%;
    cursor: pointer;
}

#select-coats .accordionList .checkbox label {
    font-size: 14px;
    padding: 5px 10px 5px 50px;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
}

.accordionList div.checkbox input[type="checkbox"] ~ label span {
    /*display: inline-block;
    width: 19px;
    height: 19px;
    margin: -3px 8px 0 -28px;
    vertical-align: middle;
    background: url(/Images/checkbox-unchecked.png)no-repeat;
    cursor: pointer;*/
    display: block;
    width: 22px;
    height: 20px;
    background: url(/Images/unchecked.png)no-repeat;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.accordionList div.checkbox input[type="checkbox"]:checked ~ label {
    background-color: #E6E6E6;
}

.accordionList div.checkbox input[type="checkbox"]:checked ~ label span {
    background: url(/Images/checked.png)no-repeat;
}

/*.ui-accordion-content .accordionList .checkbox label {
    padding: 0 0 0 33px;
}*/

.ui-accordion-content .accordionList div.checkbox input[type="checkbox"] ~ label span {
    left: 0;
}


.ui-accordion-content-active .checkbox {
    margin: 0;
}

.ui-accordion .ui-accordion-content-active .accordionList {
    padding: 10px 0;
}

.ui-accordion-content-active .checkbox label {
    margin: 0;
    padding: 10px 15px 10px 50px;
    border-radius: 3px;
    font-size: 14px;
    color: #4C4C4C;
    border: none !important;
}

.ui-accordion-content-active .accordionList div.checkbox input[type="checkbox"] ~ label span {
    left: 15px;
}

/********** NEWSLETTER PRIVACY POLICY **********/
#newsletterStep1 h5 {
    padding: 0 0 20px;
}

#newsletterStep1 .contourPage,
#newsletterStep1 fieldset,
#newsletterStep1 .contourNavigation,
#newsletterStep1 form {
    float: left;
    clear: both;
}

#newsletterStep1 .contourNavigation {
    padding: 0 0 25px;
}
#newsletterStep1 .privacypolicy.text p{
    font-size: 0.65em;
    line-height: 15px;
    padding: 0 0 15px;
}

    #newsletterStep1 .privacypolicy.text p:last-of-type {
        padding: 0;
    }

#newsletterStep1 label {
    font-size: 1.15em;
    color: #4c4c4c;
}

#newsletterStep1 .hiddenfield {
    display: none;
}

#newsletterStep2 span {
    padding: 0 10px 0 0;
}

/* Chrome specific css */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .close-action i:before {
        line-height: 21px;
    }

    .cart .remove-product .action.close .icon-close:before {
        line-height: 20px;
    }

    #search > a i {
        padding: 22px 28px 25px;
    }

    .fancybox-close:before {
        line-height: 21px;
    }
}


/********** PRE-FOOTER FORMS (Eg. Store Locator and Newsletter Signup widgets) *********/
.widget-form {
    margin: 0 auto;
    width: 280px;
}


/* Firefox specific css */
@-moz-document url-prefix() {
    .close-action i:before {
        line-height: 21px;
    }

    .fancybox-close:before {
        line-height: 21px;
    }
}

