/* Site width wrapper */

.wrapper {
  width:960px;
  margin:0 auto;
  z-index: 12;
  position: relative;
}

/*---------------------------------------- Typography ----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0;
    clear:both;

    color: #111;
}

h1 {
    margin: 0 0 0.5em 0;

    color: #7f8084;
    font-size: 20px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 0.5em 0;

    color: #4c4d4f;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

h3 {
    font-size: 1.375em;
    margin: 0 0 0.5em 0;
    font-weight: normal;
}

h4 {
    font-size: 1.125em;
    margin: 0 0 0.5em 0;
}

h5, h6 {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

html, button, input, select, textarea {
    color: #111;
}

body {
    color: #111;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

a {
    color: #111;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

a.saleColor {
    color: #d12d2d;
}

a, a:hover, a:focus {
    outline: 0;
}

.highlight {
    color: #111;
}

.error {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

input.error {
    margin: 0;
}

.icon-remove-minmalist:before {
    content: '';
    position: relative;
    top: 3px;
    margin: 0;
    padding: 0;
    width: 5px;
    height: 5px;

    background: url(../images/remove.png) 0 0 no-repeat;
    background-size: 100%;
}

.iconList {
    position: relative;
    padding-left: 20px;
    list-style: none;
    list-style-position: outside;
}

.hideme {
    display: none;
}

/* --------------------------- Site Logo ----------------------------- */

.logo {
    position: relative;
    float:left;
    display:inline;
    padding: 25px 0 0;
    width: 191px;
    z-index: 6000;
}


/*------------------------------------- Header styles ---------------------------------------*/

#header {
    position: relative;
    float: left;
    margin: 0 0 35px;
    padding: 0;
    width: 100%;
    z-index: 9999;

    font-size: 13px;
}

.home #header {
    position: absolute;
}

.header {
    padding: 0 28px;
}

.subpage .header {
    padding-right: 0;
}

.navLeftWrap, .navRightWrap {
    float: left;
    margin: 0;
    padding: 66px 0 0;
    padding-left: 22px;
    width: 34%;
    font-size: 16px;
}

.navRightWrap {
    float: right;
    padding: 66px 0 0;
    width: auto;
    font-size: 15px;
}

.nav {
    position: inherit;
    float: left;
    padding: 20px 0 0;
    width: 100%;
}

.navRightWrap .nav {
    float: right;
}

.nav li {
    position: inherit;
}

.nav li a {
    display: block;
    padding: 5px 8px;

    color: #fff;
    text-decoration: none;
}

.navLeftWrap li a {
    padding: 5px 15px;
}

.subpage .nav li a {
    color: #4c4d4f;
}

.nav li:last-child a {
    padding-right: 0;
}

.nav li a i {
    font-size: 18px
}

.nav li a:hover, .nav > li a:hover {
    text-decoration: underline;
}

.saleStoreMen, saleStoreWomen, saleStoreArticle {
    display: none;
}

.nav li .ulHolder {
    position: absolute;
    display: block;
    top: 108px;
    left: 0;
    margin: 0 0 30px;
    padding: 107px 0 0;
    overflow: visible;
    z-index: 5000;
    visibility: hidden;
    font-size: 14px;

    -webkit-transition: max-height ease 1s;
    -moz-transition: max-height ease 1s;
    transition: max-height ease 1s;
}

.nav li .saleUlHolder h1 {
    color: #d12d2d;
}

.no-js .nav li:hover .ulHolder {
    display: block;
}

.no-js .nav li:hover .ulHolder:before {
    content: '';
    position: absolute;
    display: block;
    top: 13px;
    left: 0;
    width: 100%;
    height: 120px;
    background: rgba(0,0,0,0.1);
}

.ulHolder > div {
    background: #fff;
}

.nav li .ulHolder > div {
    display: block;
    margin: 0;
    padding: 0;

    background: #fff;
}

.nav .subNav {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 35px;
    width: 960px;
/*     height: 54px; */
    overflow: visible;

    border-top: 1px solid #7f8084;
    border-bottom: 1px solid #7f8084;

    background: #fff;

    font-size: 14px;
    text-align: center;
}

.nav .subNav > li {
    position: static;
    display: inline;
    float: none;
    width: auto;
}

.nav .subNav > li a {
    position: relative;
    display: inline;
    padding: 0 5px;

    color: #4c4d4f;
    line-height: 26px;
    text-decoration: none;
}

.nav .subNav > li a:hover, .nav .subNav > li:hover a {
    color: #111;
    text-decoration: underline;
}

.nav .ulSubSubNavHolder {
    position: relative;
    display: block;
    clear: both;
    width: 960px;
    overflow: visible;

    background: #fff;

    text-align: left;
}

.nav .ulSubSubNavHolder .topNavItemsWrap {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin: 20px 0 0;
    position: relative;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.nav .ulSubSubNavHolder .topNavItemsWrap a {
    color: #7F8084;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin-right: 5%;
}

.nav .ulSubSubNavHolder .topNavItemsWrap a:first-of-type {
    /*margin-left: 2%;*/
}

.nav .ulSubSubNavHolder .topNavItemsWrap a:last-of-type {
    margin-right: 0%;
}

.nav .ulSubSubNavHolder .topNavItemsWrap a.active {
    text-decoration: underline;
}

.nav .ulSubSubNavHolder .topNavItemsWrap a.saleColor {
    color: #d12d2d;
}

.nav .ulSubSubNavHolder .topNavItemsWrap a.mainStoreColor {
    color: #00d200;
}

.nav .subSubNav {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    padding-top: 20px;
/*    padding-bottom: 60px;*/
    border-bottom: 1px solid #7f8084;
}

.nav ul.catNav {
/*  border-top: 1px solid #7f8084;*/
    border-bottom: 1px solid #7f8084;
}


.nav .subSubNav h1 {
    margin-top: 20px;
    margin-bottom: 3px;

    color: #7f8084;
    font-size: 30px;
}

.nav .subSubNav > li {
    position: relative;
    width: 32%;
}

.nav .subSubNav .subSubNavCol {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    padding-left: 10px;
}

.nav .subSubNav .subSubNavCol > li a {
    padding: 0;

    color: #4c4d4f;
    text-decoration: none;
}

.nav .subSubNav .subSubNavCol > li a.gift_vouchers_link {
    color: #ff9933;
}

.nav .subSubNav .subSubNavCol > li a:hover {
    color: #111;
    text-decoration: underline;
}

.nav .subSubNav .subSubNavCol .subNavAlphabet {
    position: relative;
    display: block;
    float: left;
    top: auto;
    left: auto;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.nav .subSubNav .subSubNavCol > li {
    position: relative;
    display: block;
}

.nav .subSubNav .subSubNavCol .subNavAlphabet > li {
    position: relative;
    display: block;

    line-height: 16px;
}

.nav .subSubNav .subSubNavCol .subNavAlphabet > li a {
    padding: 0;

    line-height: 16px;
}

.nav .subSubNav .subSubNavCol .subNavAlphabet > li a:hover {
    color: #000;
}

.nav .icon a:hover {
    text-decoration: none;
}

#search_site {
    position: absolute;
    display: none;
    float: right;
    top: 125px;
    right: 28px;
    padding: 0;
    width: 268px;
    height: 40px;
    z-index: 9;

    border: 2px solid #7f8084;

    background: #fff;
}

.subpage #search_site {
    right: 0;
}

#search_site .row {
    position: relative;
    margin: 0;
}

#search_site .row .text {
    position: relative;
    margin: 0;
    padding: 11px 15px;

    border: 0;

    font-size: 12px;
    line-height: 14px;
}

#search_site .row button {
    position: absolute;
    top: 2px;
    right: 2px;
    margin: 0;
    padding: 9px 20px;

    line-height: 14px;
}

.nav #miniBasket {
    position: relative;
}

.nav #miniBasket:hover .miniBasketDetails a {
    text-decoration: none;
}

.miniBasketDetails {
    position: absolute;
    display: none;
    top: 31px;
    right: -26px;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 9999;

    border-top: 5px solid #7f8084;

    box-shadow: 0 7px 10px #444;
    box-shadow: 0 7px 10px rgba(0,0,0,0.4);

    background: #fff;
}

.no-js #miniBasket:hover .miniBasketDetails {
    display: block;
}

.miniBasketPreview {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px;
    width: 290px;

    color: #333;
}

.miniBasketPreview .miniBasketItems {
    display: table;
    margin-bottom: 20px;
}

.miniBasketPreview .miniBasketRow {
    display: block;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;

    border-bottom: 1px solid #ddd;
}

.miniBasketPreview .miniBasketRow > div {
    position: relative;
    display: block;
    float: left;
    clear: none;
    padding-right: 10px;
}

.miniBasketPreview .miniBasketRow .miniBasketImage {
    width: 47px;
}

.miniBasketPreview .miniBasketRow .miniBasketDescription {
    padding-top: 5px;
    width: 173px;
}

.miniBasketPreview .miniBasketRow .miniBasketRemove {
    padding: 5px;
    width: 20px;
    height: 68px;

    line-height: 68px;
    vertical-align: middle;
}

.nav .icon .miniBasketPreview a {
    padding: 0;

    color: #333;
}

.nav #miniBasket:hover .miniBasketDetails a:hover {
    text-decoration: underline;
}

.miniBasketPreview .miniBasketTotalPrice {
    text-align: right;
}

.previewCheckoutButton {
    position: relative;
    display: block;
    clear: both;
    text-align: right;
}

/*------------------------------------- Homepage styles ---------------------------------------*/

.homepage {
    position: relative;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

.storeFeatures {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.storeFeatures .grid_4 {
    margin-bottom: 3.12%; /* 30px / 960 */
    margin-right: 3.12%; /* 30px / 960 */
    width: 31.25%;
}

.storeFeatures div:hover .copy a, .storeFeatures div:hover .copy a h1 {
    background: #7f8084;

    color: #fff;
}

.storeFeatures .copy {
    margin: 0;
    padding: 0;
}

.storeFeatures .copy a {
    display: block;
    padding: 14px 11px 11px;

    text-decoration: none;
}

.storeFeatures .copy a:hover, .storeFeatures .copy a:hover h1 {
    background: #7f8084;

    color: #fff;
}

.storeFeatures p {
    font-size: 13px;
}

.storeFeatures .imageWrap {
    position: relative;
}

.storeFeatures .imageOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;

    box-shadow: inset 0 0 40px rgba(0,0,0,0.22);

    background: -webkit-linear-gradient(top, rgba(1,2,2,.39), rgba(255,255,255,.39));
    background: -moz-linear-gradient(top, rgba(1,2,2,.39), rgba(255,255,255,.39));
    background: -o-linear-gradient(top, rgba(1,2,2,.39), rgba(255,255,255,.39));
    background: linear-gradient(to bottom, rgba(1,2,2,.39), rgba(255,255,255,.39));

    text-align: center;

    -webkit-transition: 0.5s ease;;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
}

.storeFeatures .imageOverlayOn:hover .imageOverlay {
    display: block;
}

.storeFeatures .imageOverlayOn:hover .imageOverlay {
    opacity: 1;
}

.lt-ie9 .storeFeatures .imageOverlay {
    display: none;
    opacity: 1;
}

.lt-ie9 .storeFeatures .imageOverlayOn:hover .imageOverlay {
    display: block;
}

.storeFeatures .imageOverlay a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    text-decoration: none;
}

.storeFeatures .imageOverlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;

    color: #fff;
    font-size: 74px;
    line-height: 74px;
}

#video {
    width: 400px;
    height: 400px;

    background: red;
}

.overlayBox {
    display: block;
    padding: 0;
    width: auto;

    background: none;
}

.overlayBox h1 {
    margin-bottom: 14px;

    color: #4c4d4f;
}

.overlayBox iframe {
    display: block;
    padding: 0;
}

.bgCover {
    background: #fff;
    background: rgba(255,255,255,0.95);
}

.overlayclosebutton {
    top: 5px;

    color: #4c4d4f;
    font-size: 13px;
}

.overlayclosebutton:hover {
    color: #111;
    text-decoration: underline;
}

.product-tag {
    background: url("/images/tag.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    text-transform: none;
    z-index: 30;
}
.product-tag span {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #FFFFFF;
    display:none;
    font-weight: normal;
    left: 50%;
    margin: 10px 0 0 10px;
    max-width: 190px;
    padding: 4px 8px;
    position: relative;
    top: 50%;
    width: auto;
}
/*------------------------------------- Subpage styles ---------------------------------------*/

#content, #checkout {
    clear: both;
    min-height: 550px;
}

.subPages h1:first-child {
    margin-top: -23px;
    margin-bottom: 31px;
}

.lookbookBrowse h1:first-child {
    clear: none;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.lookbookBrowse .paginationTop {
    float: right;
    clear: none;
}

.lookbookBrowse .items-list li {
    margin-right: 30px;
    width: 300px;
}

.lookbookBrowse .items-list li .itemImageWrap {
    margin-bottom: 0;
    overflow: hidden;
}

.lookbookBrowse .items-list li:hover .title{
    color: #fff;
}

.lookbookBrowse h3 {
    color: #111;
}

.lookbookBrowse .items-list li h3 a {
    padding-top: 19px;
}

.lookbookBrowse span.title {
    display: block;
    margin-bottom: 17px;
    width: 100%;

    color: #111;
    font-size: 20px;
}

.lookbookArticle h1.productsInLook {
    margin-top: 46px;
}

.lookbookArticle h1.productsInLook a {
    color: #666666;
    font-size: 12px;
}

.lookbookArticle img {
    margin-bottom: 24px;
}

.lookbook .items-list {
    margin-top: 10px;
}

.aside ul,
    .aside ul li,
        .aside ul li a {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.aside ul li  {
    list-style: none;
}

.aside ul li a {
    padding: 0;
}

.aside li.heading {
    display: none;
}

.sitemap .nav a {
    padding: 0;
}

.lookbookAside h3 {
    margin-bottom: 9px;

    color: #333333;
    font-size: 13px;
    font-weight: normal;
}

.lookbookAside ul {
    margin-bottom: 19px;
}

.lookbookAside a {
    color: #4c4d4f;
    text-decoration: none;
}

.lookbookAside a:hover, .lookbookAside .nav .active a {
    color: #333
}

.lookbookAside .viewAll {
    display: block;
    margin-bottom: 24px;
}

.lookbookAside .prevLook {
    margin-right: 22px;
}

/*------------------------------------- Browse styles ---------------------------------------*/

.browsePage .filterWrap {
    padding: 0 0 0 11px;
}

.browsePage #productfilter {
    margin-top: -25px;
    margin-right: 30px;
    width: 208px;
}

.browsePage #productfilter .tabWrap {
    margin-top: 110px;
}

.browsePage #productfilter .tabWrap .tabContent {
    padding-top: 34px;
}

.browsePage #productfilterItems {
    width: 711px;
}

.browsePage .product_filter_controls {
    margin-top: 0;
}

.browsePage .brandInfo img {
    width: 711px;
}

.browsePage .brandInfo .desc {
    display: none;
    padding: 23px 0 17px;
    overflow: hidden;
    text-transform: uppercase;
}

.no-js .browsePage .brandInfo .desc {
    display: block;
}

.browsePage a.readMore {
    display: none;
    padding-top: 5px;

    color: #4c4d4f;
    text-decoration: none;
}

.browsePage a.readMore:hover {
    color: #111;
    text-decoration: underline;
}

.browsePage #productfilter_items {
    padding-top: 19px;
}

.items-list {
    padding: 0;
}

.items-list li {
    margin-right: 30px;
    width: 217px;
    overflow: hidden;
}

.tabContent {
    position: relative;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.no-js .tabContent {
    overflow: scroll;
    padding: 15px 17px 15px 17px;
}

.tabContent .scrollPane {
    height: 428px;
}

.tabContent .jspVerticalBar {
    right: 6px;
}

.jspPane {
    outline: none;
}

.jspPane > div {
    padding-right: 10px;
}

.jspTrack {
    background: #fff;
}

.jspDrag {
    border-radius: 0;
    background: #000;
}

.tabContent .items-list li:before {
    display: none;
}

.items-list li h3 {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;

    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.items-list li h3 a {
    display: block;
    float: left;
    margin: 0;
    padding: 9px 10px;
    width: 100%;

    color: #4c4d4f;
    text-decoration: none;
}

/*
.items-list li:hover h3 a {
    background: #7f8084;

    color: #fff;
}
*/

.items-list li h3 a span {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

/*
.items-list li:hover h3 a .highlight {
    color: #fff;
}
*/

.items-list .itemImageWrap {
    margin-bottom: 18px;
    position: relative;
}

    .items-list .itemImageWrap .itemSizes {
        position: absolute;
        display: none;
        float: right;
        bottom: 0;
        right: 0;
        padding: 10px;
        margin: 0;
        background: #8c8c8c;
        list-style: none;
        transition: opacity 0.2s ease;
    }

    .no-js .items-list .itemImageWrap .itemSizes {
        display: block;
        opacity: 0;
    }

    .no-js.lt-ie9 .items-list .itemImageWrap .itemSizes {
        display: none;
        opacity: 1;
    }

    .no-js .items-list li:hover .itemImageWrap .itemSizes {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .no-js.lt-ie9 .items-list li:hover .itemImageWrap .itemSizes {
        opacity: 1;
        display: block;
    }

        .items-list .itemImageWrap .itemSizes li {
            margin: 0;
            width: auto;
            color: #fff;
        }

.items-list .itemImageWrap a {
    display: block;
    max-height: 300px;
    line-height: 300px;
}

.items-list .itemImageWrap a img {
    max-height: 300px;
    vertical-align: middle;
}

.was {
    text-decoration: line-through;
}

/*------------------------------------- Product Filter styles ---------------------------------------*/

#loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(/images/ajax-loader.gif) center 400px no-repeat #fff;
    opacity: .7;
}

.no-js #loadingOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(/images/ajax-loader.gif) center 400px no-repeat #fff;
    opacity: .7;
}

#productfilter .filter-option {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#productfilter fieldset {
    margin-bottom: 30px;
    outline: none;
}

#productfilter fieldset.brand #productfilter_brands {
    min-height: 50px;
    max-height: 1730px;
    height: 1730px;
    overflow: hidden;
    outline: none;
}

#productfilter fieldset.brand #productfilter_brands div {
    outline: none;
}

#productfilter fieldset.brand #productfilter_brands .brandLetter h1 {
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
}

.jspContainer .innerProductFilter .filter-option:first-child {
    display: none;
}

#productfilter fieldset.brand #productfilter_brands .brandLetter:first-child h1 {
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
}

#productfilter .tabWrap .tabs {
    display: block;
}

#productfilter .tabWrap .tabs li {
    display: block;
    float: left;
    padding: 0;
    width: 37%;
    text-align: left;
}

#productfilter .tabWrap .tabs li:first-child {
    text-align: left;
}

#productfilter .tabWrap .tabs li h3 a {
    padding: 0;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

#productfilter .tabWrap .tabs li.active h3 a {
    color: #ff9933;
}

#productfilter .filter-option input {
    display: none;
}

#productfilter .filter-option label {
    line-height: 16px;
}

#productfilter .filter-option label a {
    color: #4c4d4f;
    font-size: 12px;
    text-decoration: none;
}

#productfilter .filter-option label a:hover {
    color: #111;
    text-decoration: underline;
}

#productfilter .filter-option label a.selected {
    color: #000000;
}

#productfilter .filter-option label.ui-state-active a {
    font-weight: bold;
}

#productfilter_selections {
    margin-bottom: 20px;
}

#productfilter_selections div i {
    float: right;
}

#productfilter_selections div a {
    color: #111;
    text-decoration: none;
}

#productfilter_selections div a.saleColor {
    color: #d12d2d;
}

#productfilter_selections div a:hover {
    color: #000;
    text-decoration: underline;
}

#productfilter_selections div a:hover a {
    text-decoration: none;
}

.jspVerticalBar {
    width: 8px;
}

.jspDrag {
    background: #7f8084;
}

.jspTrack {
    background: #d9d9d9;
}

#price-slider {
    position: relative;
    margin-bottom: 9px;
    width: 193px;
    height: 1px;

    background: #d9d9d9;
}

#price-slider .ui-slider-range {
    position: relative;
    height: 3px;
    top: -1px;

    border-radius: 0px;

    border: 1px solid #7f8084;

    background: #7f8084;
}

#price-slider .ui-slider-handle {
    position: absolute;
    top: -7px;
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;

    border: 1px solid #7f8084;

    background: #fff;
}

#price-slider .ui-slider-handle:hover {
    cursor: pointer;

    background: #7f8084;
}

.fromValue {
    color: #4c4d4f;
    font-size: 13px;
}

.toValue{
    float: right;

    color: #4c4d4f;
    font-size: 13px;
}

.priceRangeWrap > div {
    margin-bottom: 20px;
}

/*------------------------------------- Item styles ---------------------------------------*/

.item h1 {
    margin-bottom: -1px;
}

    .item h1 a {
        text-decoration: none;
        color: #7F8084;
    }

.item .itemImages {
    position: relative;
    margin-top: 30px;
    margin-right: 2.08%;
    width: 63.57%;
    overflow: hidden;
}

.item .itemImages .beforeIcon {
    position: absolute;
    top: 650px;
    left: 7px;
    z-index: 75;
    cursor: pointer;

    color: #4c4d4f;
    font-family: 'FontAwesome';
    font-size: 18px;
}

.item .itemImages .largeImageWrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 83.87%; /* 512px / 610 */
    height: 669px;
}

.no-js .item .itemImages .largeImageWrap {
    overflow: hidden;
}

.item .itemImages .bx-viewport {
    height: 669px !important;
}

.item .itemImages .controls {
    top: 270px;
}

.item .itemImages .controls a {
    display: block;
    padding: 0.5em;
    width: 50px;
    height: 50px;
    color: #fff;

    background-image: url(/images/slide-arrows-small.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.item .itemImages .next a {
    background-position: -50px 0;
}

.item .itemImages .controls a:hover {
    background-position: 0 -50px;
}

.item .itemImages .next a:hover {
    background-position: -50px -50px;
}

.itemImageSlide {
     height: 669px;
     text-align: center;
}

.item #largeImage {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 669px !important;
}

.item #largeImage:hover:before {
    z-index: 1;
}

#wrap {
    height: 669px !important;
}

.item #largeImage a {
    margin: 0 auto;
/*     padding-top: 25px; */
    line-height: 669px;
}

.item #largeImage img {
    margin: 0 auto;
    max-height: 669px;
    vertical-align: middle;
}

.item #largeImage #cloud-zoom-big {
    width: 100% !important;
    height: 100% !important;
}

.item .itemDescription {
    width: 32.29%
}
.item .itemPrice {
    margin-bottom: 20px;

    color: #111;
    font-size: 23px;
    font-weight: normal;
}

.item .itemPrice .was {
    color: #4c4d4f;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.item .title {
    position: relative;
    margin: 0 0 29px;
    padding: 0;
}

.item form {
    position: relative;
    margin: 0;
    padding: 19px 0 14px;

    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.item form fieldset {
    margin-bottom: 16px;
}

.item form .itemSizesRow {
    width: 120px;
}

.item form .itemSizesRow .sbHolder .sbSelector {
    padding: 9px 44px 9px 13px;
}

.item form .itemSizesRow .sbOptions {
    width: 180px;
}

.item form .quantityRow {
    width: 50px;
}

.item form .quantityRow input {
    text-align: center;
}

.item form .row {
    margin-right: 10px;
    margin-bottom: 0;
}

#addbag {
    margin: 0;
    padding: 13px 14px;
}

.sizeGuide img {
    margin-right: 12px;
}

.sizeGuide a {
    color: #111;
    font-size: 13px;
    text-decoration: none;
}

.sizeGuide a:hover {
    color: #000;
    text-decoration: underline;
}

.item .tabWrap {
    border-bottom: 1px solid #333;
}

.item .tabContent {
    padding-top: 0;
}

.tabWrap .tabs {
    display: none;
}

.tabs h2 a {
    padding-top: 1px;
    padding-bottom: 7px;

    color: #4c4d4f;
    font-size: 13px;
    text-decoration: none;
}

.tabs h1 a {
    color: #4c4d4f;
    text-decoration: none;
}

.tabs li:first-child h2 a, .tabs li:first-child h1 a {
    padding-left: 0;
}

.tabs h2 a:hover {
    color: #111;
    text-decoration: underline;
}

.tabs h2 a:focus {
    outline: 0;
}

.tabs li.active h2 a {
    color: #111;
}

.tabContainer {
    clear: both;
}

.tabContent {
    text-align: justify;
}

.tabContent > * {
    padding: 20px 0;
}

.tabContent ul {
    padding-left: 12px;
    list-style: none;
}

.tabContent ul li:before {
    content: '-';
    position: relative;
    float: left;
    margin: 0 5px 0 -5px;
    padding: 0;
}

.sizesTable th {
    background: #7f8084;

    color: #fff;
    font-weight: normal;
/*     text-align: center */
}

.sizesTable th:first-child {
/*     text-align: left; */
}

.sizesTable td {
    border-top: 1px solid #7f8084;

/*     text-align: center; */
}

.sizesTable tr:nth-child(2) td {
    border-top: 0;
}

.sizesTable td:first-child {
/*     text-align: left; */
    font-weight: bold;
}

.socialWrap {
    margin-bottom: 23px;
    padding: 25px 0 19px;

    border-bottom: 1px solid #333;

    font-size: 13px;
}

.socialWrap span {
    margin-right: 7px;
}

.socialWrap a {
    margin-top: -2px;
    padding: 0 15px;

    color: #7f8084;
    font-size: 22px;
    text-decoration: none;
}

.socialWrap a:hover {
    color: #4c4d4f;
}

.thumbs .thumb {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 3.22%;
    margin-bottom: 10px;
    padding: 0;
    width: 22.58%;
    list-style: none;
    text-align: center;
}

.thumbs .thumb a {
    display: block;
    width: 100%;
    overflow: hidden;

    line-height: 70px;
}

.thumbs .thumb a img {
    vertical-align: middle;
}

.mousetrap, .cloudzoom {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
}

.cloud-zoom-big {
    background-repeat: no-repeat !important;
    background-color: #fff;
}

.addedToBasket {
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
}

    .addedToBasket p {
        padding: 30px;
        margin: 0;
    }

    .addedToBasket a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        float: right;
        width: 50%;
    }

        .addedToBasket a:hover {
            opacity: .5;
            -webkit-transition: opacity 500ms ease-in;
            -moz-transition: opacity 500ms ease-in;
            -o-transition: opacity 500ms ease-in;
            transition: opacity 500ms ease-in;
/*          box-shadow: inset 0px 0px 2px rgba(0,0,0, 0.3); */
        }

    .addedToBasket a#closeButton {
        float: left;
        border-right: 1px solid #DDDDDD;
    }

.complemented {
    margin-top: 9px;
    border-top: 1px solid #000;
}

.complemented h1 {
    margin-bottom: 8px;
}

.complemented .items-list li {
    margin-right: 2%;
    width: 23.5%;
}



/*------------------------------------- Footer styles ---------------------------------------*/

#footer {
    padding: 0;
    padding-top: 11px;

    border-top: 1px solid #7f8084;

    color: #4c4d4f;
}

#footer .navToggle {
    display: none;
}

#footer .edgenav {
    margin: 0;
}

#footer .edgenav li {
    padding: 0;
    white-space: nowrap;
    font-size: 12px;
}

#footer .edgenav li:first-child {
    text-align: left;
}

#footer .edgenav li:first-child a {
    padding-left: 0;
    text-align: left;
}

#footer .edgenav li:last-child {
    text-align: right;
}

#footer .edgenav li:last-child a {
    padding-right: 0;
    text-align: right;
}

#footer .socialNav {
    font-size: 13px;
}

#footer .socialNav .nav {
    margin: 0;
    padding: 0;
}

#footer .socialNav .nav li a {
    margin-right: 29px;
    padding-left: 0;
}

#footer .socialNav .nav a:hover {
    text-decoration: none;
}

#footer a {
    color: #4c4d4f;
    text-decoration: none;
}

#footer a.saleColor {
    color: #d12d2d;
}

#footer a:hover {
    color: #111;
    text-decoration: underline;
}

#footer #credits, #footer #copyright {
    font-size: 11px;
}

#footer #credits {
    margin-left: 10px;
}

#footer #credits a:hover {
    color: #111;
    text-decoration: none;
}

/*---------------------------------------- Members Area ------------------------------------------*/

.login h2 {
    margin-bottom: 38px;
}

.members > div {
    margin-right: 40px;
}

.members > .aside {
    margin-right: 2%;
}

.members-sidebar .nav {
    float: right;
    padding: 0;
    width: auto;

    font-size: 13px;
}

.members h1 {
    clear: none;
}

.members table td {
    padding: 0;

    vertical-align: top;
}

.members table td:first-child {
    width: 30%;
}

.borderLeft {
    padding-left: 40px;

    border-left: 1px solid #ddd;
}

.members > div:last-child ul {
    margin-bottom: 35px;
}

.changeDetails .grid_9 {
    width: 540px;
}

.members .billingDetails {
    margin-bottom: 4%;
}

.members table.recentOrders td:first-child {
    width: auto;
}

.members .recentOrders th, .members .recentOrders td {
    padding: 10px;

    text-align: center;
}

.members .recentOrders th:first-child, .members .recentOrders td:first-child {
    text-align: left;
}

.members .recentOrders th:last-child, .members .recentOrders td:last-child {
    text-align: right;
}

.members .recentOrders th {
    background: #F7F7F7;
}

.members .recentOrders td {
    border-top: 1px solid #ddd;
}

.members .recentOrders tbody tr:first-child td {
    border-top: 0;
}

.members .recentOrders td a {
    color: #4c4d4f;
    text-decoration: none;
}

.members .recentOrders td a:hover {
    text-decoration: underline;
}

.members .recent-order table#totals .sub-total td {
    border-top: 1px solid #ddd;
}

.members .recent-order table#totals {
    margin-bottom: 4%;
}

.members .recent-order table.order-overview td,
    .members .recent-order table.overview-billing td {
    padding: 10px;
}

.register .formInline {
    clear: both;
}

.register .formInline .row .sbHolder {
    width: 307px;/*329px;*/
}

.members.loginPage .reigster,
.members.loginPage .login {
    float: left;
}

/*---------------------------------------- Basket --------------------------------------- */

.inlineWithButton {
    position: relative;
    margin-bottom: 0;
}

.inlineWithButton .text {
    padding-right: 122px;
}

.inlineWithButton .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;

    border: 1px solid #ddd;

    background: #fff;

    color: #4c4d4f;
}

.item-quantity {
    padding: 0.5em;
    width: 50px;
}

.basket-icons button {
    border: 0;
    background: none;

    font-size: 18px;
}

.basket-icons button.item-update-button{
    display: none;
}

.no-js .basket-icons button.item-update-button{
    display: block;
}

.taright {
    text-align: right;
}

#checkout #orderSummary > div {
    margin-bottom: 4%;
    padding: 20px;

    border: 3px solid #7f8084;
}

#checkout #orderSummary > .imageWrap {
    position: relative;
    float: left;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 376px;
    border: 0;
}

#checkout .sbHolder .sbSelector {
    padding: 10px 44px 9px 12px;
}

#checkout .sbOptions {
    width: 100%;

    border: 1px solid #7F8084;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#checkout table td, .recent-order #totals td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/*#checkout #bagItems {
    margin-bottom: 2%;
}

#checkout #bagItems td.thumb {
    width: 43px;
}

#checkout #bagItems th, #checkout #bagItems td {
    padding: 10px;
}

#checkout #bagItems td, #checkout #bagItems th {
    border-bottom: 1px solid #ddd;
}*/


#bagItems div.header span {
    font-size: 1.1em;
    line-height: 1.938em;
    padding: 5px;
    color: #666;
    font-weight: bold;
    color: #333;
    text-align: left;
}

#bagItems div.header span:first-child {
    text-align: left;
}

#bagItems div.header {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #EEE;
}

    #bagItems .header span{
        display: block;
        float: left;
        width: 14%;
        text-align: left;
    }

    #bagItems div.header span.item {
        width: 50%;
    }

    #bagItems div.header span.basket-icons {
        width: 6%;
    }

#bagItems div.item {
    clear: both;
    border-bottom: 1px solid #EEE;
}

    #bagItems div.item span{
        display: block;
        float: left;
        width: 14%;
        text-align: center;
        line-height: 70px;
        vertical-align: middle;
    }

    #bagItems div.item span.thumb {
        width: 12%;
        padding-right: 20px;
        text-align: left;
    }

    #bagItems div.item .basket_item_error {
        width: 100%;
    }

    #bagItems div.item .basket_item_error p {
        margin: 0;
    }

    #bagItems div.item span.description {
        width:38%;
        text-align: left;
        line-height: 1.2;
        padding-top: 25px;
    }

    #bagItems div.item span.basket-icons {
        width: 6%;
    }


#bagItems td #totals td{
    border-bottom: 1px solid #EEE;
    padding: 15px 10px 15px 20px;
}

/*#bagItems tr.item {
    background: none;
    font-size:  0.923em;
    border-bottom: 1px solid #EEE;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}


#bagItems tr.item:hover {
    background: #FEFEFE;
}

#bagItems tr.header td {
    text-align: center;
}

#bagItems tr.header td:first-child {
    text-align: left;
}*/
#totals tr.update td{
    padding-top: 30px;
}

#bag-items td.description {
    width: 260px;
    padding-right: 5px;
    text-align: left;
}

#bag-items a {
    display: block;
    border: 0;
}


#checkout table .delivery-costs > td {
    padding: 0;
    border-bottom: 0;
}

#checkout .row .sbHolder {
    width: 378px;
}

table#totals {
    font-size: 13px;
}

table#totals .sub-total {
    font-weight: bold;
}

table#totals .total {
    font-size: 20px;
}

table#totals .delivery-costs .sbHolder {
    float: right;
    width: 292px;
}

.inlineWithButton input.button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 13px 20px 14px;
    width: auto;

    border: 1px solid #ddd;

    background: #fff;

    color: #4c4d4f;
}

.inlineWithButton .button:hover {
    border: 1px solid #7f8084;

    background: #7f8084;
}

td .row {
    margin: 0;
}

tr.total td {
    border: 0;
}

.formInline .row .inlineWithButton {
    display: inline;
    float: left;
    width: 70%;
}

.formInline .row .inlineWithButton input {
    display: inline;
    float: left;
    width: 100%;
}

.formInline .row .inlineWithButton .text {
    padding-right: 127px;
}

.formInline .row .inlineWithButton input.button {
}

.formInline .row label, .forgotPass {
    padding: 13px 0 14px;
    line-height: 14px;
    margin-bottom: 0;
}

h2 small a, h3 small a {
    display: inline;
    margin-left: 20px;

    font-size: 0.8em;
    text-decoration: none;
}

h2 small a:hover, h3 small a:hover {
    text-decoration: underline;
}

.noOrders {
    margin-bottom: 40px;
}

.whatYouDo ul, .whatWeDo ul {
    padding-left: 20px;
}

/*
#checkout.basketOverview #orderSummary > div {
    margin-bottom: 2%;
    padding: 0;

    border: 0;
}

#checkout.basketOverview #orderSummary > div th {
    border: 0;

    background: #F7F7F7;
}
*/

#checkout.basketOverview h3 {
    margin-top: 4%;
    margin-bottom: 4%;
}

#checkout.basketOverview .row label {
    clear: both;
    width: 100%;

    font-weight: bold;
}

#checkout.basketOverview .row p {
    clear: both;
}

#checkout.basketOverview .button {
    margin: 0;
}

#checkout .grid_12.last {
    margin: 0;
}

.terms {
    padding-top: 3%;
    border-top: 1px solid #ddd;
}

.terms input, .terms label {
    position: relative;
    float: left;
}

.terms input {
    top: 3px;
    margin-right: 3px;
}

.terms label {
    width: 360px;
}

.discount .relative {
    padding: 0;
    height: 41px;
}

.discount .inlineWithButton {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 58px;
    width: 292px;
}

/*---------------------------------------- Buttons ------------------------------------------*/

.button, .buttonAlt {
    display: block;
    margin: 0 0.5em 0.5em 0;
    padding: 13px 20px;

    border: 0;

    border-radius: 0;

    background: #7f8084;

    color: #fff;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -1px;
}

.button:hover, .buttonAlt:hover {
    background: #333333;

    color: #fff;
}

.buttonAlt {
    border: 0;

    background: #333;

    color: #fff;
}

.buttonAlt:hover {
    background: #7f8084;
}

a.button, a.buttonAlt {
    text-decoration: none;
}

a.button, a.buttonAlt {
    text-decoration: none;
}

/*---------------------------------------- Form styles --------------------------------------*/

form, fieldset {
    clear: both;
}

.text, textarea, select {
    border:1px solid #ddd;

    color: #6f7d88;
    font-size: 13px;
    line-height: 13px;
}

.row .text, .row textarea, .row select, .placeholder {
    padding: 12px 12px 11px;
    width: 100%;
}

.map {
    margin-bottom: 20px;
    width: 100%;
    height: 290px;
}

.map img {
    max-width: none;
}

/* Members */

.members .column {
    width: 49%;
    float: left;
    display:inline;
    margin-left: 2%;
}

/*---------------------------------------- Slider ------------------------------------------*/

.sliderWrap {
    position: relative;
    margin-bottom: 30px;
    height: 640px;
    overflow: hidden;
    width: 100%;
    clear:both;
}

.lookbook .lookBookSliderWrap {
    position: relative;
    height: auto;
    overflow: hidden;
}

.slider {
    /*width: 100%;
    max-height: 420px;*/
    z-index: 6;
}

.lookbook .lookBookSlider {
    max-height: none;

    z-index: 6;
}

.lookbook .lookBookSlider img {
    margin-bottom: 0;
}

.slide {
    position: relative;
    width: 100%;
    height: 640px;
}

.slide .desc {
    position: absolute;
    top: 338px;
    left: 89px;
    width: 255px;

    color: #fff;
    font-size: 13px;
}

.slide .desc h1 {
    color: #fff;
    margin-bottom: 20px;
}

.slide .descDark, .slide .descDark h1 {
    color: #111;
}

.slide .image {
}

.pager {
    padding: 0.5em;

    background: #333;
}

.pager .bx-pager-item {
    float: left;
    display: inline;
}

.pager a {
    display: block;
    margin: 0.5em;
    padding: 0.5em;
    width: 0.5em;
    height: 0.5em;
    text-indent: -9999px;
    border-radius: 2em;
    background: #fff;
}

.pager a:hover {
    background: #999;
}

.pager a.active {
    background: #ccc;
}

.controls {
    position: absolute;
    top: 49%;
    z-index: 8;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.controls a {
    display: block;
    padding: 0.5em;
    width: 70px;
    height: 70px;
    color: #fff;

    background-image: url(/images/slide-arrows.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.next a {
    background-position: -70px 0;
}

.controls a:hover {
    background-position: 0 -70px;
}

.next a:hover {
    background-position: -70px -70px;
}

.no-js .product-tag {
    display: none;
}

/*---------------------------------------- Ecommerce --------------------------------------- */

.itemQuantity {
    width:50px;
    height:25px;
    padding:5px 10px;
    text-align:center;
    border:0;
}

.termslink {
    text-decoration:underline;
}

/* Breadcrumbs */

.breadcrumbWrap {
    position: relative;
    float: left;
    clear: both;
    margin: -96px 0 0;
    padding: 10px 0 10px 239px;
    width: 100%;
    z-index: 7;

/*    border-top: 1px solid #7f8084;*/

    color: #ff9933;
}

.breadcrumbs {
    margin:0 0;
    padding:0;
}

.breadcrumbs li {
    float:left;
    display:inline;
}

.breadcrumbs li a {
    display: inline;
    padding: 0px 12px;

    color: #ff9933;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a.active {
    color: #ff9933;
}

.breadcrumbs li span {
    color: #ff9933;
}

.breadcrumbs li:last-child span:last-child {
    color: #ff9933;
    padding: 0px 12px 0 7px;
}

.breadcrumbs li:first-child a {
    color: #ff9933;
}


/* Pagination */

.paginumberorder {
    float: left;
    margin: 0;
    padding: 0 0 0 236px;
}

.paginumberorder > div {
    margin: 0;
}

.pagination {
    display:inline;
    float:left;
    clear:both;
    padding: 6px 0 0;
    width: auto;
}

.pagination li a, .paginationnumbers {
    display: block;
    margin-right: 5px;
    padding: 1px 4px 0;
    cursor:pointer;

    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.pagination li.active a {
    background: #7f8084;

    color: #fff;
}

.pagination li.active:hover a {
    background: #333;

    color: #fff;
    text-decoration: none;
}

.pagination .dots {
    margin-right: -2px;
    margin-top: -2px;
}

.pagination .endDots {
    margin-left: -10px;
    margin-right: 7px;
}

.paginumberorder form {
    float: left;
    margin: 0;
    width: 100%;
}

.paginumberorder form .sbOptions {
    top: 28px;
}

#productfilter_sort {
    position: relative;
    right: -22px;
    width: 220px;
}

#productfilter_pagenumbers {
    height: 30px;
}

/* Browse Styles */

.browse {
    clear:both;
}

/* Item Small list */

.itemsList, .itemRow, .itemCarousel {
    margin:0;
    padding:0;
}

/* Item images thumbs */

.thumbs {
    margin:2% 0 0 0;
    padding:0;
}

.thumbs li img {
    margin:0 0 2% 0;
}

.itemSizesRow label {
    display:none;
}

.productText {
    margin-bottom:2%;
}

/* Basket Styles */

#orderSummary {
    width: 542px;
    margin-right: 40px;
}

#userDetails {
    width: 378px;
}

#checkout h3 {
    margin-top: 20px;
}

/* Jquery Select Box */

.sbHolder {
    clear: both;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 13px;
    font-weight: normal;
    /* height: 30px; */
    position: relative;
/*  padding: 4px 44px 4px 15px; */
    width: 100%;
    z-index: 999;
    cursor: pointer;
}
    .formInline .sbHolder {
        float: left;
        clear: none;
        width: 70%;
    }

.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    left: 0;
/*  line-height: 30px; */
    outline: none;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 44px 4px 15px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #6f7d88;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    display: block;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    padding: 4px 0;
    margin: 0 14px;
    text-align: center;
    line-height: 38px;
    color: #6f7d88;

    background: url(../images/selectBox-arrow.png) center center no-repeat;
    background-size: 100%;
}

.sbToggle:hover{
/*  background: url(img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen {
}

.sbToggleOpen:hover{
/*  background: url(img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #ddd;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions {
    background-color: #fff;
    list-style: none;
    top: 30px;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    overflow-y: auto !important;
}
.sbOptions li{
    padding: 0;
    position: relative;
    z-index: 999;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 7px 7px 7px 13px;
    overflow: hidden;
    white-space: nowrap;

    background: #7f8084;

    text-overflow: ellipsis;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #fff;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #fff;
    background: #333;
}
.sbOptions li.last a, .sbOptions li:last-child a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: solid 1px #ddd;
    color: #dadada;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: solid 1px #ddd;
    color: #6f7d88;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

#shipping-country {
    /*display: none;*/
}

#shipping-postcode-line .button {
    display: none;
}

/* ====================== */
/* T27379 - QUICK BUY */
/* ====================== */

.oneClickBuy {
    position: relative;
    float: left;
    padding: 20px 0 0;
    width: 100%;
    font-size: 13px;
}

.oneClickBuy a {
    color: #111111;
    font-weight: bold;
    text-decoration: none;
}

.oneClickBuy a:hover {
    text-decoration: underline;
}

.oneClickBuy i {
    position: relative;
    top: 2px;
    margin-right: 20px;
    color: #4c4d4f;
    font-size: 18px;
}

.oneClickBuy a:hover i {
    text-decoration: none;
}

.oneClickBuy .button {
    float: left;
    color: #fff;
    font-weight: 400;
}

.oneClickBuy .button:hover {
    text-decoration: none;
}

.paymentWrap {
    margin-top: 25px;
    float: left;
    width: 100%;
}

    .paymentWrap h4 {
        margin-bottom: .7em;
    }

    .paymentWrap p img, .paymentWrap p input {
        float: left;
        display: block;
        margin: 0 10px 0 0;
    }

    .paymentWrap p input {
        margin-top: -5px;
    }


.sagepayServerForm {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .sagepayServerForm iframe {
        width: 100%;
        height: 620px;
    }

/*
 *
 *
 *    Zoom Plugin
 *    CSS in beta, needs cleaning
 *
 */
.zoomContainer {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.zoomContainer .zoom {
  line-height: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  margin: 0 auto;
}
.zoomContainer .zoom img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.zoomContainer .zoom .portal img {
  max-width: none;
  max-height: none;
}
.zoomContainer .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.zoomContainer .loader img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}
.zoomContainer .clickToLoad {
  width: 90%;
  max-width: 300px;
  line-height: 20px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  color: #333;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -150px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #EEE;
  pointer-events: none;
}
.zoomContainer .clickToLoad i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* ====================== */
/* UI Datepicker */
/* ====================== */

.ui-datepicker {
    min-width: 230px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;

}

    .ui-datepicker-next {
        float: right;
    }

    .ui-datepicker-prev, .ui-datepicker-next {
        cursor: pointer;
    }

    .ui-datepicker-title {
        text-align: center;
        margin: 5px 0;
        text-transform: uppercase;
    }

    .ui-state-disabled {
        color: #ccc;
    }






/* ====================== */
/* T29165 - NOT AVAILABLE MESSAGE */
/* ====================== */


.notAvailableOnline {
    background: #878384;
    color: #fff;
    border: none;
}


/* ====================== */
/* Zoom Plugin CSS */
/* ====================== */

.zoomContainer {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.zoom {
    line-height: 0;
    -webkit-touch-callout:none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    user-select: none;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
 }

 .zoom img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
 }

.item #largeImage .zoom .portal img {
    max-width: none !important;
    max-height: none !important;
 }

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background : rgba(255,255,255,0.5);
}

.loader img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}

.zoom .clickToLoad {
    width: 90%;
    max-width: 300px;
    line-height: 20px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -160px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #EEE;
}

.zoomContainer .clickToLoad i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.thumbnails {
    text-align center;
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
}

.thumbnails ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align center;
}

.thumbnails li {
    display: inline-block;
    width: 23%;
    max-width: 100px;
    height: 100px;
    list-style: none;
    text-align center;
}

.thumbnails li img {
    max-width: 100%;
}

.gift_vouchers_link {
    color: #ff9933;
    text-decoration: none;
}

.gift_vouchers_link:hover {
    text-decoration: underline;
}

.voucherDetails {
    margin-bottom: 30px;
}

/* -----  T28521  ------ */

.nav .ulSubSubNavHolder .topNavItemsWrap a {
    margin-right: 3%;

}

/* -----  T34398  ------ */

#member-hello {
    height: 30px;
    margin: 0;
    line-height: 30px;
    width: 960px;
    margin: 0 auto;
    text-align: right;
}

/* -----  T35798  ------ */

.patronPage .header {
    padding: 0;
}

.patronPage .logo {
    display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 40px;
}

.patronPage .flyout {
    display: none !important;
}

.members .grid_6,
.members .grid_5 {
    margin-right: 0;
    width: 50%; /* 480px / 960 */
}

.members .grid_6 {
    padding-right: 40px;
}
