﻿/* Fonts */
@font-face {
    font-family: 'HouschkaPro-Light';
    src: url('../Fonts/12AEE8_0.eot');
    src: url('../Fonts/12AEE8_0.eot?#iefix') format('embedded-opentype'), url('../Fonts/12AEE8_0.woff') format('woff'), url('../Fonts/12AEE8_0.ttf') format('truetype'), url('../Fonts/12AEE8_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'titleFont';
    src: url('../Fonts/dosis-regular-webfont.eot');
    src: url('../Fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/dosis-regular-webfont.woff') format('woff'), url('../Fonts/dosis-regular-webfont.ttf') format('truetype'), url('../Fonts/dosis-regular-webfont.svg#wf') format('svg');
}


* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #000000;
    font-size: 12px;
    font-family: 'HouschkaPro-Light', Arial, sans-serif;
    min-width: 980px;
}

html.error body {
    min-width: 0;
    padding: 0 10px;
}

p#noscript {
    background: #CE0404;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.container {
    margin: 0 auto;
    width: 955px;
}

html.error .container {
    width: auto;
}

.containerShadow {
}

.clearfix {
    display: block;
    clear: both;
}

.hide {
    display: none !important;
}



/* Global Assets */

header, footer, nav, hgroup, section, menu {
    display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    padding: 10px 0;
}

h1 {
    font-size: 20px;
    padding: 0 0 30px;
    text-transform: uppercase;
}

h2 {
    font-size: 16px;
    text-transform: uppercase;
}

ul, ol {
    margin-left: 25px;
}

a {
    color: #ec008c;
}

    a:hover {
        color: #000;
    }

    a.button {
        background: #000;
        color: #FFF;
        display: inline-block;
        font-size: 14px;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

        a.button:hover {
            color: #ec008c;
        }

img, fieldset {
    border: 0;
}

    img[align=left] {
        float: left;
        margin: 0 10px 10px 0;
    }

    img[align=right] {
        float: right;
        margin: 0 0 10px 10px;
    }

hr {
    border-top: 1px solid #f0f0f0;
    height: 0;
    margin: 10px 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.toggleSearch {
    cursor: pointer;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/* Header */

/*ul.top-nav li.currency ul.flags {
    padding: 0;
    margin: 0;
}

ul.top-nav li.currency ul.flags li {
    padding: 0 10px;
    margin: 0;
}*/


.desktop header[role=banner] {
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.desktop.error header[role=banner] {
    height: 82px;
}

.desktop header[role=banner] .head-wrapper {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 1000;
}

    .desktop header[role=banner] .head-wrapper:after {
        clear: both;
        content: '';
        display: block;
    }

.desktop header[role=banner] h1 {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0;
    top: 15px;
}

    .desktop header[role=banner] h1 a {
        background: url('../Images/prettypolly-logo.png') no-repeat;
        background-size: 112px 82px;
        display: block;
        height: 82px;
        text-indent: -99999em;
        width: 112px;
        margin: 0 auto;
    }

.desktop header[role=banner] a.privacy {
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 30px;
    z-index: 70;
}

.desktop header[role=banner] .currency {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    height: 30px;
    z-index: 70;
    width: 175px;
    position: absolute;
    padding-top: 27px;
}


    .desktop header[role=banner] .currency a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        margin-top: 100px;
    }


.desktop header[role=banner] div#currencySelection {
    background: #F2F2F2;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    display: none;
    padding: 10px;
    position: absolute;
    /* right: 0; */
    top: 100%;
    min-width: 146px;
    z-index: 60;
    letter-spacing: 0.5px;
    font-size: 16px;
}

    .desktop header[role=banner] div#currencySelection img { /* margin-top: 5px!important; */
    }

    .desktop header[role=banner] div#currencySelection a {
        font-size: 16px; /* margin-top: -5px; */
    }

.arrow-down {
    /*background: url('/Media/Images/TopArrow.gif');*/
}

.desktop header[role=banner] div#currencySelection p {
    font-size: 14px;
    margin-top: -10px;
    margin-left: -2px;
}

.desktop header[role=banner] div.currency:hover div#currencySelection {
    display: block;
}


.desktop header[role=banner] ul.top-nav {
    float: right !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .desktop header[role=banner] ul.top-nav:after {
        clear: both;
        content: "";
        display: block;
    }

.desktop header[role=banner] nav[role=navigation] ul li {
    display: block;
    float: left;
    position: relative;
    background: url(../images/navBorder.jpg) no-repeat right center;
    padding: 0px 4px 0px 0px;
}

.desktop header[role=banner] nav[role=navigation] > ul > li {
    display: inline-block;
    float: none;
    background: url(../images/navBorder.jpg) no-repeat right center;
    padding: 0px 4px 0px 0px;
}

.desktop header[role=banner] nav[role=navigation] ul li:last-child {
    background: none;
    padding: 0px;
}


.desktop header[role=banner] ul.top-nav li {
    display: none;
    float: left;
    position: relative;
}

    .desktop header[role=banner] ul.top-nav li.bag {
        display: block;
    }

    .desktop header[role=banner] ul.top-nav li:first-child {
        margin-left: 0;
    }

    .desktop header[role=banner] ul.top-nav li a,
    .desktop header[role=banner] ul.top-nav li span.dummy,
    .desktop header[role=banner] nav[role=navigation] ul li a {
        color: #000;
        display: block;
        float: left;
        font-size: 18px;
        padding: 10px;
        position: relative;
        text-decoration: none;
        z-index: 50;
    }

#top ul.top-nav li.bag a {
    background: url('/Media/Images/bag.png') no-repeat 2px 2px, url('/Media/Images/TopArrow.gif') no-repeat right bottom 15px;
    padding: 25px 25px 10px 50px;
    position: relative;
    text-transform: uppercase;
}

.desktop header[role=banner] ul.top-nav li.bag a em {
    color: #ec008c;
    display: inline-block;
    font-style: normal;
    padding-right: 15px;
}

.desktop header[role=banner] ul.top-nav li.bag:hover a,
.desktop header[role=banner] ul.top-nav li.bag a:hover {
    background-color: #fff;
}

#top ul.top-nav li.bag div#bag {
    background-color: #FFF;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    z-index: 1000;
    letter-spacing: 0.5px;
}

#top ul.top-nav li.bag:hover div#bag {
    display: block;
}

.desktop header[role=banner] ul.top-nav li.bag div#bag p {
    font-size: 12px;
    padding-bottom: 0;
}

.desktop header[role=banner] ul.top-nav li.bag div#bag table {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}

    .desktop header[role=banner] ul.top-nav li.bag div#bag table tr td {
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
    }

        .desktop header[role=banner] ul.top-nav li.bag div#bag table tr td small {
            text-transform: none;
        }

        .desktop header[role=banner] ul.top-nav li.bag div#bag table tr td.price {
            font-weight: bold;
        }

.desktop header[role=banner] ul.top-nav li.bag div#bag a {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 6px 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.desktop header[role=banner] ul.top-nav li:hover a, .desktop header[role=banner] ul.top-nav li:hover span.dummy,
.desktop header[role=banner] ul.top-nav li a:hover, .desktop header[role=banner] ul.top-nav li span.dummy:hover {
    background-color: #FFF;
    color: #000;
}

.desktop header[role=banner] ul.top-nav h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.desktop header[role=banner] ul.top-nav li h2 a,
.desktop header[role=banner] ul.top-nav li:hover h2 a {
    color: #ec008c;
    float: none;
    font-size: 12px;
    padding: 0;
}

    .desktop header[role=banner] ul.top-nav li h2 a:hover,
    .desktop header[role=banner] ul.top-nav li.current a {
        color: #000;
    }

.desktop header[role=banner] ul.top-nav li.currency {
    display: inline-block;
}

    .desktop header[role=banner] ul.top-nav li.currency span.dummy {
        text-transform: uppercase;
    }

        .desktop header[role=banner] ul.top-nav li.currency span.dummy em {
            background: url('../Images/bag-arrow.gif') no-repeat right center;
            color: #ec008c;
            display: inline-block;
            font-style: normal;
            padding-right: 15px;
        }

        .desktop header[role=banner] ul.top-nav li.currency:hover span.dummy,
        .desktop header[role=banner] ul.top-nav li.currency span.dummy:hover {
            background-color: #FFF;
        }

            .desktop header[role=banner] ul.top-nav li.currency:hover span.dummy em,
            .desktop header[role=banner] ul.top-nav li.currency span.dummy:hover em {
                background-image: url('../Images/bag-arrow-hover.gif');
            }

    .desktop header[role=banner] ul.top-nav li.currency ul {
        background: #FFF;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 40;
    }


    .desktop header[role=banner] ul.top-nav li.currency:hover ul {
        display: block;
    }

    .desktop header[role=banner] ul.top-nav li.currency ul li {
        border-right: 1px solid #ccc;
    }

        .desktop header[role=banner] ul.top-nav li.currency ul li:last-child {
            border-right: 0;
        }

        .desktop header[role=banner] ul.top-nav li.currency ul li a.current {
            color: #ec008c;
        }

        .desktop header[role=banner] ul.top-nav li.currency ul li:hover a {
            background: #ec008c;
            color: #FFF;
        }

.desktop header[role=banner] nav[role=navigation] {
    clear: both;
    width: 460px;
    margin: 0 auto;
}

    .desktop header[role=banner] nav[role=navigation] ul {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .desktop header[role=banner] nav[role=navigation] > ul {
        text-align: center;
    }

    .desktop header[role=banner] nav[role=navigation] ul li a {
        background: url(../Images/navigation-divider.png) no-repeat;
        font-size: 20px;
        margin-right: -2px;
        padding: 18px 20px;
        text-transform: uppercase;
    }

    .desktop header[role=banner] nav[role=navigation] ul li:first-child a {
        background: none;
        border: 0;
    }

    .desktop header[role=banner] nav[role=navigation] ul li a:hover,
    .desktop header[role=banner] nav[role=navigation] ul li:hover a {
        background: url("../images/navBg1.png") no-repeat scroll 4px 9px / 100% 39px rgba(0, 0, 0, 0);
    }

    .desktop header[role=banner] nav[role=navigation] ul ul {
        background: #F2F2F2;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        display: none;
        font-size: 12px;
        left: 0;
        padding: 10px;
        position: absolute;
        text-transform: none;
        top: 100%;
        width: 160px;
        z-index: 40;
        text-transform: uppercase;
    }

    .desktop header[role=banner] nav[role=navigation] ul#nav-wsubnav {
        width: 320px;
        height: auto;
    }

    .desktop header[role=banner] nav[role=navigation] ul ul h2 {
        font-size: 16px;
        padding: 0px;
        width: 159px;
        text-decoration: underline;
    }

    .desktop header[role=banner] nav[role=navigation] ul li:hover ul {
        display: block;
        text-align: left;
    }

    .desktop header[role=banner] nav[role=navigation] ul ul .range,
    .desktop header[role=banner] nav[role=navigation] ul ul .styles {
        display: block;
        float: left;
    }

    .desktop header[role=banner] nav[role=navigation] ul#nav-wsubnav .range {
    }

    .desktop header[role=banner] nav[role=navigation] ul ul .range {
        width: 159px;
    }

    .desktop header[role=banner] nav[role=navigation] ul#nav-wsubnav .range h2 a {
        font-size: 16px;
        width: 159px;
        text-decoration: underline;
    }

        .desktop header[role=banner] nav[role=navigation] ul#nav-wsubnav .range h2 a:hover {
            color: #000;
        }

    .desktop header[role=banner] nav[role=navigation] ul ul .styles {
        width: 160px;
    }

        .desktop header[role=banner] nav[role=navigation] ul ul .styles li {
            padding-left: 20px;
        }

    .desktop header[role=banner] nav[role=navigation] ul ul li {
        padding-bottom: 4px;
        width: 139px;
        background: none;
    }

        .desktop header[role=banner] nav[role=navigation] ul ul li a,
        .desktop header[role=banner] nav[role=navigation] ul li:hover ul li a {
            background: none;
            color: #000;
            font-size: 16px;
            padding: 0;
        }

            .desktop header[role=banner] nav[role=navigation] ul ul li a:hover,
            .desktop header[role=banner] nav[role=navigation] ul li:hover ul li a:hover {
                color: #e9018b;
            }

.currency-flag-selection {
    width: 30px;
    height: 20px;
    padding-left: 5px;
    padding-right: 25px;
    border-width: 0px;
    margin-top: -2px;
    /* margin-left: 130px; */
    position: absolute;
    /* top: 59px; */
    /* left: 330px; */
    background: url('/Media/Images/TopArrow.gif') no-repeat right 0px bottom 8px;
}

.currency-selection-flag {
    width: 30px;
    height: 20px;
    padding-left: 5px;
    border-width: 0px;
    margin-top: -2px;
    margin-left: 116px;
    position: absolute;
}

.desktop header[role=banner] nav[role=navigation] > ul > li .toggleSearch {
    padding: 8px 10px;
    background: #dc17a2;
    color: #fff;
    display: inline-block;
}

    .desktop header[role=banner] nav[role=navigation] > ul > li .toggleSearch img {
        right: 100px;
    }

fieldset input[type=submit],
fieldset input[type=button] {
    background: #dc17a2;
    border: 0;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 5px 12px;
    text-transform: uppercase;
    margin-right: 0 !important;
}

/* Breadcrumb */

ol#breadcrumb {
    list-style: none;
    padding: 0px 0px 10px 0px;
}

    ol#breadcrumb:after {
        clear: both;
        content: '';
        display: block;
    }

    ol#breadcrumb li {
        background: url('../Images/breadcrumb-seperator.gif') no-repeat right center;
        display: block;
        float: left;
        font-size: 14px;
        margin-right: 4px;
        padding-right: 10px;
        text-transform: uppercase;
    }

        ol#breadcrumb li:last-child {
            background: none;
            margin-right: 0;
            padding-right: 0;
        }

        ol#breadcrumb li a {
            text-decoration: none;
        }

/* Content */

#content-wrapper {
    background: #f0f0f0;
}

#content {
    padding: 20px;
    width: 940px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

html.error #content {
    padding: 20px;
    width: auto;
    max-width: 940px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

#content .contentPage h1 {
    font-size: 20px;
    padding: 0 0 30px !important;
    text-transform: uppercase;
}

#content .contentPage h2 {
    font-size: 20px;
    text-transform: uppercase;
}

body#error #content {
    margin: 40px auto 0;
}

#content:after {
    clear: both;
    content: '';
    display: block;
}

nav#sub-navigation,
menu#refine {
    float: left;
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
}

    nav#sub-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav#sub-navigation ul li a {
            color: #000;
            display: block;
            font-size: 20px;
            text-decoration: none;
            text-transform: uppercase;
        }

            nav#sub-navigation ul li a:hover,
            nav#sub-navigation ul li ul li a.current {
                color: #ec008c;
            }

        nav#sub-navigation ul ul {
            margin-top: 20px;
        }

            nav#sub-navigation ul ul li a {
                border-top: 1px solid #f0f0f0;
                font-size: 16px;
                padding: 10px 0;
            }

            nav#sub-navigation ul ul ul {
                margin: 0 0 0 20px;
            }

#content section[role=main] {
    float: right;
    width: 720px;
}

    #content section[role=main].contentPage {
        font-size: 14px;
    }

    #content section[role=main] h1.categoryTitle {
        padding: 10px 26px;
    }

body#error #content section[role=main] {
    float: none;
    width: auto;
}

/* Select boxes */

select {
    background: #f0f0f0;
    border: 0;
    margin-bottom: 10px;
    width: 168px;
}

    select[multiple=multiple] {
        background: #fff;
        border: 1px solid #f0f0f0;
        height: 200px;
        margin-bottom: 0;
        width: 400px;
    }

        select[multiple=multiple] option {
            padding: 5px;
        }

    select.has_sb {
        left: -99999em;
        position: absolute;
        text-indent: -99999em;
    }

.selectbox {
    margin-bottom: 5px;
}

    .selectbox .display {
        border: 1px solid #7f7f7f;
        cursor: pointer;
        overflow: hidden;
        padding: 3px 6px;
        width: 168px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .selectbox.alt .display {
        background: #FFF;
        border: 1px solid #C0C0C0;
    }

    .selectbox .display .text {
        float: left;
        width: 161px;
    }

    .selectbox .display .arrow_btn {
        background: url('../Images/select-arrow.gif') no-repeat;
        float: right;
        height: 3px;
        margin-top: 6px;
        width: 7px;
    }

    .selectbox.alt .arrow_btn {
        background-image: url('../Images/select-pink-arrow.gif');
    }

ul.selectbox.items {
    background: #f0f0f0;
    border: 1px solid #FFF;
    list-style: none;
    margin: 3px 0 0;
    max-height: 300px !important;
    overflow-x: auto;
    padding: 6px;
    width: 168px;
    z-index: 100;
}

    ul.selectbox.items.alt {
        background: #FFF;
        border: 1px solid #C0C0C0;
    }

    ul.selectbox.items li {
        cursor: pointer;
        margin: 1px 0;
        padding: 3px 5px;
    }

        ul.selectbox.items li.selected,
        ul.selectbox.items li.hover {
            background: #000;
            color: #FFF;
        }

    ul.selectbox.items.alt li.selected,
    ul.selectbox.items.alt li.hover {
        background: transparent;
        color: #ec008c;
    }

    ul.selectbox.items.alt li.selected {
        background: #f0f0f0;
    }

/* Home Feature Slideshow */

body.home {
    min-width: 1280px;
}

#feature-slideshow {
    height: 706px;
    position: relative;
    z-index: 20;
}

    #feature-slideshow ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #feature-slideshow ul.slides li {
            display: none;
            height: 706px;
            overflow: hidden;
            position: relative;
            text-align: center;
            width: 100%;
        }

            #feature-slideshow ul.slides li:first-child {
                display: block;
            }

            #feature-slideshow ul.slides li a {
                margin: 0 auto;
                width: 1280px;
                text-align: center;
            }

            #feature-slideshow ul.slides li .container {
                padding: 170px 0 0 530px;
                position: relative;
                width: 450px;
            }

                #feature-slideshow ul.slides li .container a {
                    display: block;
                    text-decoration: none;
                }

                #feature-slideshow ul.slides li .container h2 {
                    padding-top: 0;
                }

                #feature-slideshow ul.slides li .container img {
                    left: auto;
                    position: static;
                    top: auto;
                }

                #feature-slideshow ul.slides li .container p.upsell {
                    background: url('../Images/slideshow-link-arrow.png') no-repeat right 0;
                    color: #000;
                    display: inline-block;
                    font-size: 14px;
                    padding: 0 20px 0 0;
                    text-decoration: none;
                    text-transform: uppercase;
                }

                #feature-slideshow ul.slides li .container a.upsell:hover {
                    text-decoration: underline;
                }

                #feature-slideshow ul.slides li .container p.description {
                    color: rgba(0,0,0,.5);
                    padding: 5px 0 0;
                }

                #feature-slideshow ul.slides li .container iframe {
                    left: -999999em;
                    position: absolute;
                    top: -999999em;
                }

            #feature-slideshow ul.slides li.current .container iframe {
                left: auto;
                position: static;
                top: auto;
            }

    #feature-slideshow a.prev,
    #feature-slideshow a.next {
        background: url('../Images/slideshow-prev-arrow.png') no-repeat;
        cursor: pointer;
        display: block;
        height: 96px;
        left: 20px;
        margin-top: -48px;
        position: absolute;
        text-indent: -99999em;
        top: 50%;
        width: 21px;
        z-index: 30;
    }

    #feature-slideshow a.next {
        background: url('../Images/slideshow-next-arrow.png') no-repeat;
        left: auto;
        right: 20px;
    }

    #feature-slideshow a.prev-disabled {
        background: url('../Images/slideshow-prev-disabled-arrow.png') no-repeat;
    }

    #feature-slideshow a.next-disabled {
        background: url('../Images/slideshow-next-disabled-arrow.png') no-repeat;
    }

    #feature-slideshow ul.pager, .promotions ul.pager {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        bottom: 5px;
        left: 0;
        right: 0;
        z-index: 100;
    }

        #feature-slideshow ul.pager li, .promotions ul.pager li {
            display: inline-block;
        }

            #feature-slideshow ul.pager li a, .promotions ul.pager li a {
                background: url("../Images/BannerControlsBg.png") no-repeat;
                display: block;
                float: left;
                height: 11px;
                margin-right: 8px;
                text-indent: -99999em;
                width: 11px;
            }

                #feature-slideshow ul.pager li a.current, .promotions ul.pager li a.current {
                    background-position: 0 -11px;
                    background: url("../Images/BannerControlsBg-active.png") no-repeat;
                    border-radius: 50%;
                }

/* Product List */

menu#refine h1 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

menu#refine fieldset {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

    menu#refine fieldset.closed .filter-wrap {
        display: none;
    }

    menu#refine fieldset legend {
        background: url('../Images/arrow-hide.png') no-repeat left 1px;
        cursor: pointer;
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        width: 100%;
        height: 30px;
    }

        menu#refine fieldset legend span {
            padding-left: 16px;
        }

    menu#refine fieldset.closed legend {
        background-image: url('../Images/arrow-show.png');
    }

    menu#refine fieldset span.option-list {
        display: block;
    }

        menu#refine fieldset span.option-list:after {
            clear: both;
            display: block;
            content: '';
        }

        menu#refine fieldset span.option-list input {
            clear: both;
            float: left;
            margin: 0 10px 10px 0;
        }

        menu#refine fieldset span.option-list label {
            float: left;
            margin-bottom: 10px;
            margin-top: -4px;
            width: 157px;
        }

        menu#refine fieldset span.option-list span label {
            color: #CCC;
            font-weight: normal;
        }

    menu#refine fieldset#colour ul li {
        float: left;
        width: 50%;
    }

    menu#refine fieldset#size {
        border: 0;
        margin-bottom: 0;
    }

menu#refine a.button {
    background: none;
    color: #000;
    display: inline-block;
    font-size: 12px;
    float: right;
    margin: -5px 0px -5px 0;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

    menu#refine a.button:hover {
        color: #ec008c;
    }

menu#sort {
    float: right;
    margin-bottom: 10px;
}

    menu#sort:after {
        clear: both;
        content: '';
        display: block;
    }

    menu#sort dl {
        float: left;
    }

        menu#sort dl:after {
            clear: both;
            content: '';
            display: block;
        }

        menu#sort dl dt,
        menu#sort dl dd {
            float: left;
        }

            menu#sort dl dt label {
                color: #000;
                display: inline-block;
                font-size: 14px;
                padding: 6px 10px;
                text-transform: uppercase;
            }

    menu#sort a,
    .paging a {
        color: #000;
        display: inline-block;
        float: left;
        font-size: 14px;
        margin-left: 5px;
        padding: 6px;
        text-decoration: none;
        text-transform: uppercase;
    }

.paging {
    border: 1px solid #f0f0f0;
    border-width: 0 0 1px;
    margin-bottom: 5px;
    padding: 0 100px 2px;
    position: relative;
    text-align: center;
}

    .paging.bottom {
        border-width: 1px 0 0;
        margin-bottom: 0;
        padding: 5px 100px 0;
    }

    .paging:after {
        clear: both;
        content: '';
        display: block;
    }

    .paging a.prev {
        left: 0;
        position: absolute;
        top: 0;
    }

    .paging a.next {
        position: absolute;
        right: 0;
        top: 0;
    }

    .paging.bottom a.prev,
    .paging.bottom a.next {
        top: 5px;
    }

    .paging ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .paging ol li {
            display: inline-block;
        }

            .paging ol li a {
                background: none;
                margin-left: 0;
            }

                .paging ol li a.selected,
                .paging ol li a:hover {
                    color: #ec008c;
                }

ul#products {
    clear: both;
    list-style: none;
    margin: 0 -1px 10px 0;
    padding: 0;
}

    ul#products:after {
        clear: both;
        content: '';
        display: block;
    }

    ul#products li {
        border: 1px solid #F0F0F0;
        color: #000;
        float: left;
        font-size: 14px;
        height: 390px;
        margin: -1px 0 0 -1px;
        padding: 0 26px;
        position: relative;
        width: 187px;
    }

        ul#products li:first-child,
        ul#products li:nth-child(3n+1) {
            border-left-color: #fff;
        }

        ul#products li:nth-child(3n) {
            border-right-color: #fff;
        }

        ul#products li:nth-child(-n+3) {
            border-top-color: #fff;
        }

        ul#products li:nth-last-child(-n+3) {
            border-bottom-color: #fff;
        }

        ul#products li a {
            border: none;
            color: #000;
            display: block;
            text-decoration: none;
            text-align: center;
        }

            ul#products li a img {
                display: inline-block;
                max-height: 240px;
                max-width: 100%;
                margin: 10px 0;
            }

                ul#products li a img.shade {
                    border: solid 1px #b3b3b3 !important;
                    float: left;
                    height: 18px;
                    margin: 0 3px 0 0;
                    overflow: hidden;
                    width: 18px;
                }

            ul#products li a .details {
                clear: both;
                padding-top: 10px;
                text-align: left;
            }

            ul#products li a h2 {
                font-size: 16px;
                padding: 0;
                text-transform: none;
                text-transform: capitalize;
            }

                ul#products li a h2 span {
                    display: block;
                }

            ul#products li a p {
                font-size: 16px;
                line-height: 12px;
                padding: 10px 0 0;
            }

                ul#products li a p del {
                    color: red;
                    border-right: solid 2px #000;
                    padding-right: 5px;
                }

        ul#products li:hover {
            border-color: #ec008c;
            z-index: 10;
        }

/* Product details */

#content section[role=main]#product {
    float: none;
    width: auto;
}

    #content section[role=main]#product #complete-the-look h2 {
        font-size: 20px;
        padding: 0px 0px 10px 0px;
    }

    #content section[role=main]#product #complete-the-look li h2 {
        font-size: 14px;
        padding: 0px;
    }

section[role=main]#product .images {
    float: left;
    padding-right: 15px;
    text-align: center;
    width: 305px;
}

#product-detail #images a#product-shot img {
    display: block;
}

section[role=main]#product .images img {
    max-width: 100%;
}

.cloud-zoom-lens {
    background: #FFF;
    border: 2px solid #000;
    cursor: move;
    margin: -2px;
}

.cloud-zoom-title {
    display: none;
}

.cloud-zoom-big {
    background: #FFF;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border: solid 1px #F0F0F0;
    margin-top: -2px;
    overflow: hidden;
}

section#product[role="main"] .images a#product-shot {
    text-align: center;
}

    section#product[role="main"] .images a#product-shot img {
        margin: 0px auto;
        width;
    }

section#product[role="main"] .images #wrap {
    padding-bottom: 3px;
}

section#product[role="main"] .images a#zoom + p {
    border-top: 1px solid #F0F0F0;
    clear: both;
    font-size: 11px;
    padding: 5px 0 5px 0;
}

section[role=main]#product .images a#enlarge,
section[role=main]#product .images a#zoom {
    background: url('../Images/enlarge-link.gif') no-repeat right center;
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 10px 0;
    padding: 1px 18px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

section[role=main]#product .images a#enlarge {
    background-image: url('../Images/enlarge-icon.png');
    padding-right: 20px;
}

section[role=main]#product .images a#zoom {
    display: block;
    float: none;
    font-size: 12px;
    text-align: right;
}

    section[role=main]#product .images a#enlarge:hover,
    section[role=main]#product .images a#zoom:hover {
        color: #ec008c;
    }

section[role=main]#product .images ul.thumbnails {
    border-top: 1px solid #f0f0f0;
    clear: both;
    list-style: none;
    margin: 0;
}

    section[role=main]#product .images ul.thumbnails:after {
        clear: both;
        content: '';
        display: block;
    }

    section[role=main]#product .images ul.thumbnails li {
        float: left;
        margin-right: 10px;
    }

        section[role=main]#product .images ul.thumbnails li:nth-child(4n) {
            margin-right: 0;
        }

section[role=main]#product .info {
    border: 1px solid #f0f0f0;
    border-width: 0 1px;
    float: left;
    line-height: 17px;
    padding: 0 15px;
    width: 329px;
    font-size: 14px;
}

section[role=main]#product hgroup h1 {
    padding: 0;
    line-height: normal;
}

section[role=main]#product hgroup h2 {
    color: #787878;
    font-size: 12px;
}

section[role=main]#product p.price {
    font-size: 26px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: normal;
}

    section[role=main]#product p.price del {
        color: #000;
        display: block;
        font-size: 12px;
    }

section[role=main] #ProductOptions {
    background: #F2F2F2;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

    section[role=main] #ProductOptions p {
        text-transform: uppercase;
    }

        section[role=main] #ProductOptions p strong {
            font-weight: normal;
        }

section[role=main]#product fieldset {
    margin: 10px 0px 20px 0px;
    padding: 15px 10px;
}

    section[role=main]#product fieldset:after {
        clear: both;
        content: '';
        display: block;
    }

    section[role=main]#product fieldset legend {
        font-size: 18px;
        padding: 10px 0 0 10px;
        margin: 0px 0px -10px 0px;
        text-transform: uppercase;
    }

section[role=main] #ProductOptions ol {
    counter-reset: li;
    display: block;
    list-style: none;
    padding: 0;
}

    section[role=main] #ProductOptions ol li {
        margin-top: 10px;
        position: relative;
    }

        section[role=main] #ProductOptions ol li:before {
            content: counter(li)'.';
            counter-increment: li;
            margin-right: 5px;
            position: absolute;
            right: 100%;
        }

        section[role=main] #ProductOptions ol li.colour {
            padding-bottom: 10px;
        }

            section[role=main] #ProductOptions ol li.colour:before {
            }

            section[role=main] #ProductOptions ol li.colour strong {
                text-transform: uppercase;
            }

        section[role=main] #ProductOptions ol li.select:before {
            margin-top: 7px;
        }

    section[role=main] #ProductOptions ol ol {
        display: block;
        overflow: auto;
        list-style-type: none;
        margin: 0;
        padding: 3px 0;
    }

        section[role=main] #ProductOptions ol ol li {
            float: left;
            margin: 4px 10px 0 0;
        }

    section[role=main] #ProductOptions ol li ol li.selected {
        /*border:                     1px solid #ec008c;*/
    }

    section[role=main] #ProductOptions ol ol li:before {
        display: none;
    }

#product div.info div#ProductOptions fieldset ol li.colour ol li input, #product div.info div#ProductOptions fieldset ol li.colour ol li a img {
    height: 15px;
    width: 15px;
}
/*
#product div.info div#ProductOptions fieldset ol li.colour ol li {
    height:                     15px;
    width:                      15px;
}
*/
section[role=main]#product fieldset p {
    padding: 0;
}

section[role=main]#product fieldset a.sizing-guide {
    background: url('../Images/sizing-guide.gif');
    display: block;
    float: right;
    height: 36px;
    margin: 0;
    outline: none;
    text-indent: -999999em;
    width: 62px;
}

section[role=main]#product fieldset .selectbox {
    display: inline-block;
    margin: 0 10px 0 0px;
}

section[role=main]#product fieldset input[type=submit] {
    background: #000;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 6px 11px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

    section[role=main]#product fieldset input[type=submit].disabled {
        background: #c1c1c1;
    }

section[role=main]#product fieldset .product-buttons {
    display: inline-block;
    float: left;
    margin: 10px 0 0 10px;
}

    section[role=main]#product fieldset .product-buttons input[type=submit]#cphContent_cphContent_BtnAddToBasket {
        width: 182px;
    }

section[role=main]#product fieldset .clear {
    clear: both;
}

section[role=main]#product fieldset p.stock {
    color: #ec008c;
    font-size: 18px;
    padding: 5px 10px 0;
    margin: 15px 0;
}

section[role=main]#product fieldset span.quantity-error {
    float: left;
    padding: 7px 0 0 10px;
}

section[role=main]#product .addthis_toolbox {
    padding: 10px 0;
}

    section[role=main]#product .addthis_toolbox a.addthis_button_facebook_like {
        width: 75px;
    }

    section[role=main]#product .addthis_toolbox a.addthis_button_tweet {
        width: 80px;
    }

    section[role=main]#product .addthis_toolbox a.addthis_button_google_plusone {
        width: 50px;
    }

    section[role=main]#product .addthis_toolbox a.addthis_button_pinterest_pinit {
        margin-right: 0;
    }

section[role=main]#product #related-products {
    background: #fafafa;
    padding: 10px;
}

    section[role=main]#product #related-products h1 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    section[role=main]#product #related-products #products {
        height: 78px;
        overflow: hidden;
        width: 293px;
    }

        section[role=main]#product #related-products #products ul {
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            section[role=main]#product #related-products #products ul li {
                float: left;
                padding-right: 23px;
            }

                section[role=main]#product #related-products #products ul li:last-child {
                    padding-right: 0;
                }

    section[role=main]#product #related-products #related-products-slider {
        background: #fff;
        border: 1px solid #f0f0f0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: none;
        height: 10px;
        margin: 10px 15px 0;
        position: relative;
        z-index: 1;
    }

        section[role=main]#product #related-products #related-products-slider .ui-slider-handle {
            background: #787878;
            border: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            cursor: pointer;
            height: 10px;
            margin-left: -15px;
            top: 0;
            width: 30px;
        }

section[role=main]#product aside[role=complementary] {
    float: right;
    width: 258px;
}

section[role=main]#product a.back {
    background: #ffffff url('../Images/back-button-arrow.gif') no-repeat 19px 7px;
    color: #000;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 48px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

section[role=main]#product aside[role=complementary] a.back:hover {
    color: #ec008c;
}

section[role=main]#product aside[role=complementary] #complete-the-look {
    background: #fff;
    overflow: hidden;
    padding: 0 0 10px 10px;
}

    section[role=main]#product aside[role=complementary] #complete-the-look h1 {
        font-size: 18px;
        padding: 0;
    }

    section[role=main]#product aside[role=complementary] #complete-the-look p {
        margin-bottom: 0;
    }

    section[role=main]#product aside[role=complementary] #complete-the-look #complete-the-look-wrapper {
        float: left;
        height: 530px;
        overflow: hidden;
        padding-right: 5px;
        width: 230px;
    }

    section[role=main]#product aside[role=complementary] #complete-the-look #complete-the-look-slider {
        background: #fff;
        border: 1px solid #f0f0f0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        float: right;
        height: 500px;
        margin: 15px 0;
        position: relative;
        width: 10px;
        z-index: 1;
    }

        section[role=main]#product aside[role=complementary] #complete-the-look #complete-the-look-slider .ui-slider-handle {
            background: #787878;
            border: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            cursor: pointer;
            left: 0;
            height: 30px;
            margin-bottom: -15px;
            width: 10px;
        }

    section[role=main]#product aside[role=complementary] #complete-the-look ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        section[role=main]#product aside[role=complementary] #complete-the-look ul li {
            clear: both;
            margin-top: 10px;
            padding: 10px 0 0 85px;
        }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li:first-child {
                margin-top: 0;
            }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li:after {
                clear: both;
                content: '';
                display: block;
            }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li a.thumbnail {
                display: block;
                float: left;
                margin-left: -85px;
                width: 85px;
            }

                section[role=main]#product aside[role=complementary] #complete-the-look ul li a.thumbnail img {
                    max-width: 75px;
                }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li h2 {
                font-size: 14px;
                padding-bottom: 0;
            }

                section[role=main]#product aside[role=complementary] #complete-the-look ul li h2 a {
                    color: #000;
                    text-decoration: none;
                    font-weight: normal;
                }

                    section[role=main]#product aside[role=complementary] #complete-the-look ul li h2 a:hover {
                        color: #ec008c;
                    }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li p.price {
                font-size: 18px;
                padding: 6px 0;
                color: #000;
            }

                section[role=main]#product aside[role=complementary] #complete-the-look ul li p.price del {
                    color: #000;
                    display: block;
                }

            section[role=main]#product aside[role=complementary] #complete-the-look ul li fieldset .selectbox .display {
                width: 150px;
            }

                section[role=main]#product aside[role=complementary] #complete-the-look ul li fieldset .selectbox .display .text {
                    width: 140px;
                }

ul.selectbox.items.narrow {
    width: 149px;
}

/* Promotions */

.promotions, .promotions ul, .promotions li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promotions {
    margin: 10px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .promotions .inner {
        position: relative;
        width: 693px;
        margin: 0 auto;
        overflow: hidden;
    }

    .promotions ul {
        position: absolute;
        width: 1000000px;
    }

    .promotions li {
        display: inline-block;
        vertical-align: top;
    }

    .promotions ul.pager {
        width: 720px;
    }

        .promotions ul.pager a {
            cursor: pointer;
        }

/* Bag */

#content section#bag {
    float: none;
    width: auto;
}

section#bag h1 {
    padding-bottom: 20px;
}

section#bag menu {
    border: 1px solid #f0f0f0;
    border-width: 0 0 1px;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    section#bag menu:last-child {
        border-width: 1px 0 0;
        margin: 10px 0 0;
        padding: 10px 0 0;
    }

    section#bag menu:after {
        clear: both;
        content: '';
        display: block;
    }

    section#bag menu ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        section#bag menu ul.secondary {
            float: right;
        }

        section#bag menu ul:after {
            clear: both;
            content: '';
            display: block;
        }

        section#bag menu ul li {
            display: block;
            float: left;
        }

            section#bag menu ul li a {
                background: #000;
                color: #FFF;
                display: block;
                float: left;
                font-size: 16px;
                padding: 6px 11px;
                margin-right: 10px;
                text-decoration: none;
                text-transform: uppercase;
            }

        section#bag menu ul.secondary li.action a {
            background: #ec008c;
            margin-right: 0;
        }

        section#bag menu ul li a:hover {
            color: #ec008c;
        }

        section#bag menu ul.secondary li.action a:hover {
            color: #000;
        }

section#bag table#products {
    border: 0;
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}

section#bag .discount-message {
    background: url("../images/in-stock-tick.png") no-repeat scroll 0 0 transparent;
    color: #349E00;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 5px 0px;
}

section#bag .info-panel {
    background: none repeat scroll 0 0 #fFFFCC;
    border: 1px solid #B7B7B7;
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 0;
}

    section#bag .info-panel p {
        padding: 0 0 10px;
    }

section#bag table#products tr th,
section#bag table#products tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px;
    vertical-align: top;
}

section#bag table#products tr th {
    font-size: 12px;
    padding-top: 0;
    text-align: left;
    text-transform: uppercase;
}

section#bag table#products tr td:nth-child(2) {
    width: 650px;
}

section#bag table#products tr td hgroup {
    margin-bottom: 10px;
    font-size: 20px;
}

    section#bag table#products tr td hgroup h2 {
        font-size: 14px;
        padding-bottom: 0;
    }

    section#bag table#products tr td hgroup h3 {
        color: #787878;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0;
    }

section#bag table#products tr td .in-stock {
    color: #787878;
    font-size: 10px;
    padding: 0;
    text-transform: uppercase;
}

section#bag table#products tr td dl {
    color: #787878;
    font-size: 10px;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

    section#bag table#products tr td dl:after {
        clear: both;
        content: '';
        display: block;
    }

    section#bag table#products tr td dl dt {
        clear: both;
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }

    section#bag table#products tr td dl dd {
        float: left;
    }

section#bag table#products tr td input {
    border: 1px solid #f0f0f0;
    padding: 6px;
    width: 39px;
}

section#bag table#products tr td:nth-child(4) {
    font-size: 20px;
    padding-top: 25px;
}

section#bag table#products tr td:last-child a,
section#bag table#prices tr td:last-child a {
    background: #000;
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

    section#bag table#products tr td:last-child a:hover,
    section#bag table#prices tr td:last-child a:hover {
        color: #ec008c;
    }

section#bag .promotions {
    float: left;
    margin-bottom: 20px;
}

section#bag .promotion-box {
    margin-top: 10px;
}

    section#bag .promotion-box#gift-wrapping {
        min-height: 133px;
        position: relative;
        padding-left: 160px;
        display: none;
    }

        section#bag .promotion-box#gift-wrapping img {
            left: 0;
            position: absolute;
            top: 0;
        }

    section#bag .promotion-box h2 {
        padding: 0;
    }

    section#bag .promotion-box fieldset:after {
        clear: both;
        content: '';
        display: block;
    }

    section#bag .promotion-box fieldset legend {
        font-size: 18px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        section#bag .promotion-box fieldset legend small {
            font-size: 10px;
            text-transform: none;
        }

    section#bag .promotion-box fieldset p:first-of-type {
        padding: 0 0 10px;
    }

    section#bag .promotion-box fieldset input {
        border: 1px solid #cbd007;
        float: left;
        line-height: 12px;
        margin-right: 20px;
        padding: 6px 10px;
        width: 250px;
    }

    section#bag .promotion-box fieldset a.button {
        display: block;
        float: left;
        font-size: 14px;
        padding: 6px 11px;
        text-transform: uppercase;
    }

section#bag table#prices {
    border: 0;
    float: right;
    font-size: 12px;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

    section#bag table#prices tr th,
    section#bag table#prices tr td {
        padding: 0 10px 10px 10px;
    }

    section#bag table#prices tr th {
        font-weight: normal;
        text-align: right;
    }

        section#bag table#prices tr th h1 {
            display: none;
        }

    section#bag table#prices tfoot tr th,
    section#bag table#prices tfoot tr td {
        border-top: 1px solid #f0f0f0;
        font-size: 24px;
        padding: 20px 10px;
    }

    section#bag table#prices tfoot tr td {
        color: #ec008c;
    }

/* Checkout */

section[role=main]#checkout {
    float: none;
    padding-right: 240px;
    width: auto;
}

    section[role=main]#checkout #ctl00_ctl00_cphContent_cphContent_LblDetails {
        font-size: 14px;
    }

    section[role=main]#checkout ol#steps,
    section[role=main]#confirmation ol#steps {
        border-bottom: 1px solid #f0f0f0;
        list-style: none;
        margin: 0 -240px -1px 0;
        padding-top: 0;
    }

        section[role=main]#checkout ol#steps:after,
        section[role=main]#confirmation ol#steps:after {
            clear: both;
            content: '';
            display: block;
        }

        section[role=main]#checkout ol#steps li,
        section[role=main]#confirmation ol#steps li {
            background: #f0f0f0;
            color: #333333;
            display: block;
            float: left;
            font-size: 18px;
            margin-right: 5px;
            padding: 10px;
            text-decoration: none;
            text-transform: uppercase;
        }

            section[role=main]#checkout ol#steps li.completed,
            section[role=main]#confirmation ol#steps li.completed {
                background: #000;
                color: #fff;
            }

            section[role=main]#checkout ol#steps li.current,
            section[role=main]#confirmation ol#steps li.current {
                background: #ec008c;
                color: #fff;
            }

    section[role=main]#checkout .msg-error {
        background: #FFE5E5;
        border: 1px solid #DCB9B9;
        color: #AA0D0D !important;
        margin: 20px 0;
        padding: 10px 10px 0 0;
    }

        section[role=main]#checkout .msg-error p {
            padding: 0 0 0 10px;
        }

        section[role=main]#checkout .msg-error ul {
            list-style-position: outside;
            margin-left: 25px;
            padding-bottom: 5px;
        }

            section[role=main]#checkout .msg-error ul li {
                padding-bottom: 5px;
            }

    section[role=main]#checkout h2 {
        border-top: 1px solid #f0f0f0;
        font-size: 20px;
        padding: 20px 0 0;
    }

    section[role=main]#checkout #delivery-method {
        list-style: none;
        margin: 0;
        padding-top: 20px;
    }

        section[role=main]#checkout #delivery-method:after {
            clear: left;
            content: '';
            display: block;
        }

    section[role=main]#checkout #delivery-method {
        display: block;
    }

        section[role=main]#checkout #delivery-method span {
            background: #F0F0F0;
            color: #333;
            display: block;
            float: left;
            font-size: 13px;
            margin-right: 1px;
            padding: 10px;
            text-decoration: none;
            text-transform: uppercase;
        }

            section[role=main]#checkout #delivery-method span.selected {
                background: none repeat scroll 0 0 #ec008c;
                color: #ffffff;
            }

        section[role=main]#checkout #delivery-method a small {
            display: block;
            font-size: 12px;
            text-transform: none;
        }

        section[role=main]#checkout #delivery-method a.selected {
            background: #ec008c;
            color: #ffffff;
        }

    section[role=main]#checkout .fieldset-wrapper {
        border-top: 1px solid #f0f0f0;
        margin-top: 20px;
        padding-top: 20px;
        position: relative;
    }

    section[role=main]#checkout fieldset legend {
        color: #101010;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    section[role=main]#checkout fieldset dl {
        width: 420px;
    }

        section[role=main]#checkout fieldset dl:after {
            clear: both;
            content: '';
            display: block;
        }

        section[role=main]#checkout fieldset dl dt {
            clear: left;
            color: #787878;
            float: left;
            margin: 0 10px 5px 0;
            width: 138px;
        }

            section[role=main]#checkout fieldset dl dt label {
                display: inline-block;
                margin-top: 6px;
            }

            section[role=main]#checkout fieldset dl dt em.mandatory {
                color: #ec008c;
                font-style: normal;
            }

        section[role=main]#checkout fieldset dl dd {
            float: left;
            margin-bottom: 5px;
            width: 272px;
        }

            section[role=main]#checkout fieldset dl dd:after {
                clear: both;
                content: '';
                display: block;
            }

            section[role=main]#checkout fieldset dl dd input[type=text] {
                border: 1px solid #C0C0C0;
                padding: 6px 10px;
                width: 250px;
            }

                section[role=main]#checkout fieldset dl dd input[type=text]:nth-child(2n) {
                    margin-top: 5px;
                }

                section[role=main]#checkout fieldset dl dd input[type=text].narrow {
                    float: left;
                    width: 145px;
                }

            section[role=main]#checkout fieldset dl dd select {
                margin: 0;
            }

            section[role=main]#checkout fieldset dl dd input[type=button] {
                background: #000;
                border: 0;
                color: #FFF;
                display: block;
                float: left;
                font-size: 12px;
                margin-left: 5px;
                padding: 6px;
                text-decoration: none;
                text-transform: uppercase;
            }

            section[role=main]#checkout fieldset dl dd small {
                color: #787878;
                display: block;
                margin-top: 5px;
            }

            section[role=main]#checkout fieldset dl dd table input {
                margin-bottom: 5px;
            }

            section[role=main]#checkout fieldset dl dd table:last-of-type input {
                margin-bottom: 0;
            }

    section[role=main]#checkout ul.option-list {
        color: #787878;
        list-style: none;
        margin: 0;
        padding-top: 0;
    }

        section[role=main]#checkout ul.option-list#final-checks {
            border: 1px solid #f0f0f0;
            border-width: 1px 0;
            margin: 15px -240px 20px 0;
            padding: 20px 0 10px;
            font-size: 13px;
        }

        section[role=main]#checkout ul.option-list li {
            padding-bottom: 10px;
        }

            section[role=main]#checkout ul.option-list li input {
                margin-right: 10px;
            }

    section[role=main]#checkout div.totals {
        float: right;
        margin-right: -240px;
    }

        section[role=main]#checkout div.totals p {
            color: #ec008c;
            float: left;
            font-size: 25px;
            padding: 5px 0 0;
            text-transform: uppercase;
            font-weight: bold;
        }

            section[role=main]#checkout div.totals p strong {
                color: #000;
                font-weight: normal;
            }

        section[role=main]#checkout div.totals input[type=button] {
            background: #ec008c;
            border: 0;
            color: #FFF;
            display: block;
            float: left;
            font-size: 16px;
            float: left;
            margin-left: 10px;
            padding: 6px 10px;
            text-decoration: none;
            text-transform: uppercase;
            margin-top: 4px;
        }

        section[role=main]#checkout div.totals small {
            clear: left;
            color: #787878;
            display: block;
            padding: 10px 0;
            font-size: 12px;
        }

    section[role=main]#checkout aside[role=complementary] {
        float: right;
        margin-right: -240px;
        padding-top: 20px;
        width: 220px;
    }

        section[role=main]#checkout aside[role=complementary] section.panel {
            background: #f0f0f0;
            margin-bottom: 20px;
            padding: 20px;
            font-size: 14px;
        }

            section[role=main]#checkout aside[role=complementary] section.panel h1 {
                font-size: 20px !important;
                padding: 0 0 20px;
            }

            section[role=main]#checkout aside[role=complementary] section.panel a.button {
                background: #ec008c;
            }

                section[role=main]#checkout aside[role=complementary] section.panel a.button:hover {
                    background: #000;
                }

            section[role=main]#checkout aside[role=complementary] section.panel#order-summary h1 {
                font-size: 14px;
                padding-bottom: 0;
            }

            section[role=main]#checkout aside[role=complementary] section.panel#order-summary p {
                border-bottom: 1px solid #d8d8d8;
                padding: 5px 0 20px;
            }

            section[role=main]#checkout aside[role=complementary] section.panel#order-summary dl {
                font-size: 14px;
                padding: 20px 0 10px;
            }

                section[role=main]#checkout aside[role=complementary] section.panel#order-summary dl:after {
                    clear: both;
                    content: '';
                    display: block;
                }

                section[role=main]#checkout aside[role=complementary] section.panel#order-summary dl dt {
                    clear: left;
                    float: left;
                    font-weight: bold;
                    margin: 0 10px 10px 0;
                    text-align: right;
                    width: 110px;
                }

                section[role=main]#checkout aside[role=complementary] section.panel#order-summary dl dd {
                    float: left;
                    margin-bottom: 10px;
                    width: 60px;
                }

            section[role=main]#checkout aside[role=complementary] section.panel#order-summary p.total {
                background: #000;
                border: 0;
                color: #fff;
                font-size: 16px;
                margin: 0 -20px -20px;
                padding: 20px;
            }

                section[role=main]#checkout aside[role=complementary] section.panel#order-summary p.total strong {
                    color: #ec008c;
                    font-weight: normal;
                }

#content dl#postcode-select,
#content dl#delivery-postcode-select {
    display: none;
}

dl#postcode-select dt,
dl#delivery-postcode-select dt {
    padding-bottom: 10px;
}

/* Confirmation */

section[role=main]#confirmation {
    float: none;
    width: auto;
}

    section[role=main]#confirmation h2 {
        color: #ec008c;
        font-size: 34px;
        padding: 40px 0 10px;
    }

    section[role=main]#confirmation p.intro {
        font-size: 20px;
    }

        section[role=main]#confirmation p.intro strong {
            color: #ec008c;
            font-weight: normal;
        }

.addthis_toolbox {
    padding: 18px 0 0 200px;
}

/* VIP Form */
#VipForm {
    background: url('/Media/Images/VIPbg.jpg') no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 40px 80px 0 0;
    width: 440px;
    height: 750px;
    margin-left: 200px;
}

    #VipForm fieldset {
        padding: 180px 0 0 30px;
    }

        #VipForm fieldset .selectbox .display .text {
            color: #101010;
        }

    #VipForm div#Details div.answer input {
        background: #F0F0F0;
        border: 1px solid #C0C0C0;
        overflow: hidden;
        margin: 5px 0;
        padding: 6px 10px;
        width: 250px;
    }

    #VipForm fieldset div#Details div.answer input#Postcode {
        width: 135px;
    }

    #VipForm #Details {
        float: left;
        padding: 10px;
        margin: 0;
        width: 713px;
    }

        #VipForm #Details p.required {
            padding: 10px 0;
        }

        #VipForm #Details div.question {
            clear: both;
            display: inline-block;
            float: left;
            padding: 10px 0 5px 0px;
            margin: 0;
            width: 150px;
        }

        #VipForm #Details div.answer {
            display: inline-block;
            padding: 0;
            margin: 0;
            float: left;
        }

        #VipForm #Details div.validation {
            display: inline-block;
            padding: 0;
            margin: 0;
        }

#BuyingFor {
    padding: 3px 10px;
}

    #BuyingFor div.question {
        padding: 5px 2px;
    }

#BraSize.radcombobox-vip {
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    width: 170px !important;
}

#details-content {
    width: 440px;
}

div.answer1 {
    clear: both;
}

#Details a#aSizingGuide.sizing-guide img {
    float: left;
    clear: right;
    margin-top: -31px;
    margin-left: 200px;
}

#BraSize.RadComboBox table tbody tr.rcbReadOnly td.rcbArrowCell {
    background: url("/Media/Images/SelectBoxArrow.gif") no-repeat scroll 0 10px transparent;
}

#BraSize.RadComboBox table.rcbFocused tbody tr.rcbReadOnly td.rcbInputCell input#BraSize_Input.rcbInput {
    padding-left: 5px;
}

#BraSize_DropDown.RadComboBoxDropDown div.rcbScroll ul.rcbList {
    background: white;
}

    #BraSize_DropDown.RadComboBoxDropDown div.rcbScroll ul.rcbList li.rcbItem .rcbSeparator {
        background: #6f6772;
    }

html body#ctl00_ctl00_Body form#aspnetForm div#wrapper div#content-container div#content.container div#main div#VipForm fieldset div#Details div.button input#MakeVIP {
    float: left;
}

html body#ctl00_ctl00_Body form#aspnetForm div#wrapper div#content-container div#content.container div#main div#VipForm fieldset div#Details div.button {
    clear: both;
    float: left;
    margin: 0;
}

html body#ctl00_ctl00_Body form#aspnetForm div#wrapper div#content-container div#content.container div#main div#VipForm fieldset div#Details a.terms {
    clear: left;
    color: #101010;
    display: block;
    padding: 10px 0;
}

/* Search results */

section[role=main]#search-results {
    float: none;
    width: auto;
}

    section[role=main]#search-results h2 {
        padding: 20px 0;
    }

        section[role=main]#search-results h2:first-of-type {
            padding-top: 10px;
        }

    section[role=main]#search-results ul#products {
        margin: 0 auto 10px;
        width: 721px;
    }

    section[role=main]#search-results ol.results {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        section[role=main]#search-results ol.results li {
            border-bottom: 1px solid #f0f0f0;
            margin-bottom: 20px;
            padding-bottom: 15px;
        }

            section[role=main]#search-results ol.results li:last-child {
                border-bottom: 0;
                margin-bottom: 0;
            }

            section[role=main]#search-results ol.results li h3,
            section[role=main]#search-results ol.results li p {
                padding: 0 0 5px;
            }

/* Promotion panels */

ul#promos {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
}

    ul#promos:after {
        clear: both;
        content: '';
        display: block;
    }

    ul#promos li {
        background: #FFF;
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        display: block;
        float: left;
        margin: 0 25px 25px 0;
        padding: 10px;
    }

        ul#promos li:nth-child(3n) {
            margin-right: 0;
        }

        ul#promos li a,
        ul#promos li a img {
            display: block;
        }

/* Search Bar */
.top-search {
    padding: 20px 0;
    background: #f4f4f4;
    color: #fff;
    position: relative;
    display: none;
}

    .top-search.active {
        display: block !important;
        transition: 250ms ease-in-out;
        -webkit-transition: 250ms ease-in-out;
        -moz-transition: 250ms ease-in-out;
        -o-transition: 250ms ease-in-out;
    }

    .top-search .container {
        position: relative !important;
    }

    .top-search #search {
        /* border: 1px solid #fff; */
        margin: 0 auto;
        width: 554px;
    }

    .top-search input[type=text] {
        border-radius: 0;
        background: #fff;
        color: #000;
        width: 380px;
        padding: 12px 20px;
        font-size: 16px;
        font-size: 16px;
    }

    .top-search .input-submit {
        border-left: 1px solid #fff;
        color: #000;
        font-size: 16px;
        padding: 15px 27px;
        display: inline-block;
        border-radius: 0;
        font-size: 16px;
        font-size: 16px;
        position: relative;
        left: -5px;
        height: 48px;
    }

    .top-search .toggleSearch {
        color: #fff;
        position: absolute;
        right: 0;
        top: 12px;
        right: 120px;
        cursor: pointer;
    }

/* Footer */

footer[role=contentinfo] {
    position: relative;
    text-align: center;
    z-index: 5;
}

    footer[role=contentinfo] .container {
        padding-bottom: 20px;
    }

        footer[role=contentinfo] .container:after {
            clear: both;
            content: '';
            display: block;
        }

        footer[role=contentinfo] .container .footer-banner .inner ul li {
            display: inline;
            margin: 0;
            padding: 0 5px;
            width: 290px;
        }

        footer[role=contentinfo] .container .footer-banner .inner ul {
            margin: 0;
            width: 1000px;
        }

    footer[role=contentinfo] ul#social {
        height: 36px;
        list-style: none;
        margin: 20px 0px;
        padding: 0;
        text-align: center;
    }

        footer[role=contentinfo] ul#social:after {
            clear: both;
            content: '';
            display: block;
        }

        footer[role=contentinfo] ul#social li {
            display: inline;
            margin: 0px 35px 0px 0px;
        }

            footer[role=contentinfo] ul#social li a {
                color: #000;
                display: inline-block;
                font-size: 16px;
                padding: 10px 0px;
                text-decoration: none;
                text-transform: uppercase;
            }

                footer[role=contentinfo] ul#social li a em {
                    font-style: normal;
                    display: inline-block;
                    margin: -10px 0 -10px 5px;
                    text-indent: -999999em;
                }

            footer[role=contentinfo] ul#social li.twitter a em {
                background: url('../Images/twitter.png') no-repeat;
                width: 108px;
                height: 22px;
            }

            footer[role=contentinfo] ul#social li.facebook a em {
                background: url('../Images/facebook.png') no-repeat;
                width: 90px;
                height: 20px;
            }

            footer[role=contentinfo] ul#social li.blog a em {
                background: url('../Images/blog.png') no-repeat;
                width: 51px;
                height: 22px;
            }

            footer[role=contentinfo] ul#social li.youtube a em {
                background: url('../Images/youtube.png') no-repeat center center;
                width: 64px;
                height: 24px;
            }

            footer[role=contentinfo] ul#social li.instagram a em {
                background: url('../Images/instagram.png') no-repeat center center;
                width: 26px;
                height: 26px;
            }

            footer[role=contentinfo] ul#social li.pinterest a em {
                background: url('../Images/pinterest.png') no-repeat center center;
                width: 27px;
                height: 27px;
            }

            footer[role=contentinfo] ul#social li a:hover {
                background: #FFF;
                color: #000;
            }

    footer[role=contentinfo] nav#sister-websites {
        float: left;
        margin-right: 64px;
        margin-left: 98px;
    }

        footer[role=contentinfo] nav#sister-websites ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 129px;
        }

            footer[role=contentinfo] nav#sister-websites ul li {
                margin-bottom: 10px;
                min-height: 19px;
            }

                footer[role=contentinfo] nav#sister-websites ul li a {
                    display: block;
                    text-indent: -99999em;
                }

                footer[role=contentinfo] nav#sister-websites ul li.aristoc a {
                    background: url('../Images/aristoc-footer-link.png') no-repeat right;
                    height: 22px;
                }

                footer[role=contentinfo] nav#sister-websites ul li.gossard a {
                    background: url('../Images/gossard-footer-link.png') no-repeat right;
                    height: 25px;
                }

                footer[role=contentinfo] nav#sister-websites ul li.berlei a {
                    background: url('../Images/berlei-footer-link.png') no-repeat right;
                    height: 19px;
                }

        footer[role=contentinfo] nav#sister-websites p {
            color: #000;
            font-size: 12px;
            padding-top: 0;
            text-transform: uppercase;
        }

    footer[role=contentinfo] nav#directory ul {
        float: left;
        font-size: 14px;
        list-style: none;
        margin: 0 30px 0 0;
        padding: 0;
    }

        footer[role=contentinfo] nav#directory ul li {
            padding-bottom: 16px;
        }

            footer[role=contentinfo] nav#directory ul li a {
                color: #000;
                text-decoration: none;
                text-transform: uppercase;
            }

                footer[role=contentinfo] nav#directory ul li a:hover {
                    color: #ec008c;
                }

    footer[role=contentinfo] fieldset#newsletter {
        float: left;
        width: 220px;
        display: none;
    }

        footer[role=contentinfo] fieldset#newsletter legend {
            color: #101010;
            font-size: 16px;
            text-transform: uppercase;
        }

        footer[role=contentinfo] fieldset#newsletter p {
            color: #727272;
            font-size: 11px;
        }

        footer[role=contentinfo] fieldset#newsletter input[type=text] {
            border: 1px solid #cecece;
            color: #cecece;
            font-size: 11px;
            padding: 5px;
            width: 198px;
        }

        footer[role=contentinfo] fieldset#newsletter input[type=submit] {
            background: url('../Images/NewsletterSubmitBg.gif') no-repeat right center;
            border: 0;
            float: right;
            font-size: 16px;
            margin: 10px 10px 10px 0;
            padding-right: 18px;
            text-transform: uppercase;
        }

    footer[role=contentinfo] section#payment {
        width: 368px;
        margin: 0 auto;
    }

        footer[role=contentinfo] section#payment h1 {
            font-size: 16px;
            padding-bottom: 10px;
        }

        footer[role=contentinfo] section#payment ul {
            float: right;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            footer[role=contentinfo] section#payment ul li {
                display: block;
                float: left;
                margin-left: 2px;
            }

    footer[role=contentinfo] p#copyright {
        color: #838383;
        font-size: 11px;
        padding: 0;
        float: left;
    }

/* Modal */

#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#cboxWrapper {
    background: #fff;
    position: relative;
}

#cboxOverlay {
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxLoadedContent {
    overflow: auto;
    padding: 15px;
}

    #cboxLoadedContent img {
        max-width: 700px;
        max-height: 600px;
    }

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cboxClose {
    background: #f0f0f0;
    bottom: 100%;
    color: #787878;
    cursor: pointer;
    font-size: 14px;
    padding: 6px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto;
}

.cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.pcaAutoComplete,
.pcaAutoCompleteSmall {
    z-index: 100;
}

.modal-hidden {
    display: none;
}

#colorbox .modal-hidden {
    display: block;
}

#us-redirect a.button {
    background: none;
}

.checkout-address-hide {
    position: absolute;
    left: -999px;
}

    .checkout-address-hide fieldset {
        display: none;
    }

#ProductOptions .colour ol {
}

    #ProductOptions .colour ol li {
        height: 19px !important;
        padding: 2px;
    }

        #ProductOptions .colour ol li.selected, #ProductOptions .colour ol li:hover {
            background: #888;
        }

        #ProductOptions .colour ol li input, #ProductOptions .colour ol li img {
            border: 2px solid #ffffff !important;
        }

.footerBlock1 {
    clear: both;
    display: block;
    height: 130px;
    width: 680px;
    margin: 0 auto;
}

.footerBlock2 {
    text-align: center;
}

.addthis_toolbox iframe {
    z-index: 999;
}

#viewSwitcher {
    clear: both;
    float: none;
    margin: 0;
    padding: 1em 0 0;
    text-align: center;
}

#product-listing-bottom {
    display: none;
}

#wrapper {
    min-height: 100%;
}

body.home #content-container {
    padding-bottom: 0;
    overflow: hidden;
    margin-top: -25px;
    position: relative;
}

#content-container .container {
    height: auto !important;
    padding-top: 60px;
}

#instagram-adverts {
    padding-top: 115px;
    padding-bottom: 200px;
}

    #instagram-adverts .style-instagram-feed-logo {
        width: 214px;
    }

    #instagram-adverts .style-follow-us-instagram {
        float: right;
        font-size: 1.5em;
        background-color: #E012A3;
        color: white;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration:none;
    }
    #instagram-adverts .slick-track {
        margin-top: 30px;
    }
    #instagram-adverts .slick-prev
    {
        left: -45px; 
    }
       #instagram-adverts .slick-prev:before {
           content: "‹";
       }
       #instagram-adverts .slick-next:before {
           content: "›";
       }
           #instagram-adverts .slick-prev:before,
           #instagram-adverts .slick-next:before {
                font-size: 150px;
                line-height: 150px;
                color: #7D7D7D;
            }
       #instagram-adverts .slick-prev {
           left: -10%;
       }
       #instagram-adverts .slick-next {
           left: 105%;
       }
       #instagram-adverts .slick-prev,
       #instagram-adverts .slick-next {
           top: 100px;
       }
       
   
    #instagram-adverts .slick-dots {
        bottom: -80px;
    }
        #instagram-adverts .slick-dots li button:before {
            font-size: 15px;
            line-height: 15px;
        }
     

#content-container ul.panels {
    margin-left: 0;
    margin-top: -58px;
    display: inline-block;
}

    #content-container ul.panels li {
        list-style: none;
        float: left;
        margin-right: 5px;
        margin-bottom: 2px;
    }

        #content-container ul.panels li img {
            width: 100%;
        }

        #content-container ul.panels li #panelVideo {
            height: 0;
            overflow: hidden;
            padding-bottom: 51.5%;
            padding-top: 32px;
            position: relative;
        }

            #content-container ul.panels li #panelVideo iframe,
            #content-container ul.panels li #panelVideo object,
            #content-container ul.panels li #panelVideo embed {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

        #content-container ul.panels li.FullWidth {
            margin-right: 0;
            width: 100%;
        }

        #content-container ul.panels li.TwoThirdsWidth {
            width: 635px;
        }

        #content-container ul.panels li.OneThirdWidth {
            width: 315px;
        }

        #content-container ul.panels li.end-panel {
            margin-right: 0;
        }

        #content-container ul.panels li.quarter-panel {
            margin-right: 4px;
        }

        #content-container ul.panels li.OneQuarterWidth {
            width: 235px;
        }

        #content-container ul.panels li.HalfWidth {
            width: 475px;
        }

        #content-container ul.panels li.ThreeQuartersWidth {
            width: 715px;
        }

.free-shipping-promo {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

    .free-shipping-promo .container {
        padding: 4px !important;
    }

/* Header Fixed - New */
.fixed-header.pinned {
    position: fixed;
    width: 100%;
    top: -143px;
    height: 10px;
}

body.header-pinned {
    padding-top: 170px;
}

.mini-logo {
    display: inline-block;
    position: absolute;
    left: -75px;
    top: 0;
    padding: 8px 0 0 0;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

    .mini-logo img {
        width: 68px;
    }

body.header-pinned .mini-logo {
    left: 15px;
}

    body.header-pinned .mini-logo img {
        width: 36px;
    }

body.header-pinned {
    padding-top: 170px;
}

.mini-basket {
    display: none;
    position: absolute;
    right: -100px;
    top: 0;
    padding: 8px 0 0 0;
    transition: 300ms ease-in-out;
    font-size: 22px;
    color: #000;
    margin-top: -5px;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

    .mini-basket.pinned {
        display: inline-block;
    }

    .mini-basket img {
        height: 35px;
        padding-top: -10px;
    }

body.header-pinned .mini-basket {
    right: 10px;
}

body.header-pinned .basket-logo img {
    width: 36px;
    margin-top: 10px;
}

@media (max-width: 1180px) {
    .basket-logo {
        display: none !important;
    }
}

.nav-wrapper {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: relative;
}





/* Top */

#top {
    background: #fff;
    min-width: 979px;
    min-height: 32px;
    z-index: 3000;
    padding-bottom: 25px;
}

    #top ul:after, #top .container:after {
        clear: both;
        content: '';
        display: block;
        height: 0;
    }

    #top .container .logged-in {
        float: right;
        margin-top: 10px;
    }

        #top .container .logged-in a {
            background: #000;
            color: #FFF;
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 4px;
        }

            #top .container .logged-in a:hover {
                background: #aaaaaa;
                color: #FFFFFF;
            }

    #top ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #top ul li {
            display: inline-block;
        }

            #top ul li a {
                color: #000;
                float: left;
                text-decoration: none;
                text-transform: uppercase;
                margin: 0 30px 0 30px;
                font-size: 18px;
                letter-spacing: 1px;
            }

                #top ul li a:hover {
                    color: #dc17a2;
                    text-decoration: none !important;
                }

            #top ul li:hover .collection-list {
                background: #fff;
                color: #000;
            }

            #top ul li.login,
            #top ul li.bag {
                display: block;
            }

            #top ul li.bag, #top ul li.currency {
                position: relative;
            }

                #top ul li.bag a, #top ul li.currency > a {
                    background: url('/Media/Images/TopArrow.gif') no-repeat right center;
                    margin: 2px 0 0 0;
                    padding: 8px 23px 10px 34px;
                    position: relative;
                }

                    #top ul li.bag a:hover,
                    #top ul li.bag.open a,
                    #top ul li.currency > a:hover,
                    #top ul li.currency > a.open {
                        background-color: #FFF;
                        color: #040404;
                    }

                    #top ul li.bag a:before {
                        left: 6px;
                        position: absolute;
                        top: 0;
                    }

.desktop #top ul#nav {
    float: none;
    text-align: center;
    width: 100%;
    height: 44px;
    letter-spacing: 0;
    font-size: 0;
}

#top ul#nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.desktop #top ul#nav li {
    display: inline-block;
    border-right: 1px solid;
    border-right-color: #aeaeae;
    position: relative;
}

    .desktop #top ul#nav li:first-child {
        border-left: 1px solid;
        border-left-color: #aeaeae;
    }

    .desktop #top ul#nav li ul li:first-child {
        border: 0;
    }

    .desktop #top ul#nav li:last-child {
        border-right: 0;
    }

#top ul#nav li div.collection-list {
    display: none;
    z-index: 1000;
    top: 44px;
    left: -1px;
}

.desktop #top ul#nav > li > a.selected,
.desktop #top ul#nav > li:hover > a {
    color: #dc17a2;
}

.desktop #top ul#nav li:hover ul li {
    border: 0;
}

#top ul#nav li:hover div.collection-list {
    /* display: inline-block; */
    position: absolute;
}

    #top ul#nav li:hover div.collection-list.brands.onecolumn {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        width: 260px;
    }

    #top ul#nav li:hover div.collection-list.brands.twocolumn {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        width: 520px;
    }

    #top ul#nav li:hover div.collection-list.brands.threecolumn {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        width: 780px;
    }

    #top ul#nav li:hover div.collection-list.brands.fourcolumn {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        width: 1040px;
    }



    #top ul#nav li:hover div.collection-list.brands {
        display: block;
        /* position: absolute; */
        width: 260px;
        float: left;
        padding: 20px 26px 20px 20px;
        margin-top: -1px !important;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        font-size: 20px !important;
        /* margin-left: -20px; */
        /* margin-top: -2px; */
        background-color: #fff;
    }

    #top ul#nav li:hover div.collection-list.otherbrands {
        display: block;
        /* position: absolute; */
        width: 280px;
        float: left;
        padding: 20px 26px 20px 20px;
        margin-top: -1px !important;
        /* column-count: 1; */
        -moz-column-count: 1;
        /* -webkit-column-count: 1; */
        font-size: 20px !important;
        /* margin-top: -2px; */
        background-color: #fff;
    }


.desktop ul#top ul#nav li:hover div.collection-list {
}

.desktop #top ul#nav li:hover ul li div.other-brands {
    display: inline-block;
    position: absolute;
    width: 200px;
    float: left;
}

.desktop #top ul#nav li:hover div.collection-list li {
    text-align: left !important;
    border: 0;
    padding: 0;
    width: 100%;
}

    .desktop #top ul#nav li:hover div.collection-list li a {
        text-align: left !important;
        padding: 2px;
        display: block;
        white-space: nowrap;
        font-size: 16px !important;
        letter-spacing: 0;
    }

    .desktop #top ul#nav li:hover div.collection-list li h2 {
        padding-top: 0 !important;
    }

.desktop #top ul#nav li:hover div.collection-list.subranges .view-all {
    float: none;
    padding: 5px !important;
}

#top ul#nav li:hover div.collection-list.subranges ul {
    width: 170px;
}

#top ul#nav li:hover div.collection-list ul li {
    width: 200px;
    margin-bottom: 2px;
}

#top ul#nav li:hover div.collection-list li a.active,
#top ul#nav li:hover div.collection-list li a:hover {
    color: #dc17a2;
}

#top ul#nav li:hover div.collection-list .collection-detail .collection-image {
    width: 165px;
    margin: 20px 0 10px 0;
    float: left;
}

#top ul#nav li:hover div.collection-list div.collection-detail {
    display: inline-block;
    height: 315px;
    width: 185px;
}

#top ul#nav li ul li a {
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    text-align: left;
    text-transform: uppercase;
}

#top ul#nav li ul li.view-all {
    float: right;
}

    #top ul#nav li ul li.view-all a {
        font-weight: 600;
        padding: 0;
        margin-top: 10px;
    }

#ie6-bag {
    position: absolute;
    top: 0px;
    left: 6px;
    width: 19px;
    height: 26px;
    background-image: url('/Media/Images/Bag.png');
}

#top ul li.bag #bag {
    z-index: 10;
    position: absolute;
    padding: 15px;
    width: 230px;
    display: none;
    background-color: #FFF;
    border: 1px solid #ccc;
    top: 100%;
    right: 0;
}

    #top ul li.bag #bag h4 {
        border-bottom: 2px solid #e5e5e5;
        color: #040404;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    #top ul li.bag #bag a {
        background: none;
        display: inline;
        margin: 0;
        padding: 0;
        text-transform: none;
    }

        #top ul li.bag #bag a:before {
            content: '';
            display: none;
        }

    #top ul li.bag #bag table {
        border: 2px solid #e5e5e5;
        border-width: 0 0 2px;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

        #top ul li.bag #bag table td {
            padding: 10px 10px 10px 0;
        }

            #top ul li.bag #bag table td:first-child {
                width: 158px;
                padding-right: 10px;
            }

            #top ul li.bag #bag table td:last-child {
                padding-right: 0;
                width: 60px;
            }

        #top ul li.bag #bag table tr.total td {
            border-top: 1px solid #e5e5e5;
            color: #040404;
        }

            #top ul li.bag #bag table tr.total td small {
                font-weight: normal;
            }

    #top ul li.bag #bag a.view,
    #top ul li.bag #bag a.checkout {
        background: #000;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        border-radius: 14px;
        color: #FFF;
        display: block;
        float: right;
        margin-left: 5px;
        padding: 7px 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #top ul li.bag #bag a.checkout {
        background: #030303;
    }

div.container.topbar {
    height: 85px;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.site-link {
    font-size: 14px;
    font-family: 'HouschkaPro-Light', Arial, sans-serif;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.logo {
    display: inline-block;
    margin-left: 428px;
    float: left;
}

    .logo img {
        width: 100px;
    }

#nav .toggleSearch {
    padding: 12px;
    background: #dc17a2;
    float: left;
}

#top ul li a {
    padding: 11px 13px 12px 13px;
}

#top ul#nav li:hover div.collection-list {
    margin-top: 0 !important;
    border: 1px solid #ccc;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border: 0px none #ffffff;
    border-radius: 9px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #000000;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #c9c8c9;
    border: 0px none #ffffff;
    border-radius: 9px;
}

    ::-webkit-scrollbar-track:hover {
        background: #cdcdcd;
    }

    ::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
