@media(max-width:1024px) {
	#site {
        overflow:hidden;
    }
}

.home_msg .global_message {
    background-image: url("../images/icon-msg-success.png");
    background-color: #7a9771;
    margin-top: 20px;
}

#logo {
    float:left;
    padding:18px 0;
    text-align: center;
    min-height: 100px;
}

#account-info .column {
    padding: 13px 0 0 10px;
}

#header-basket-links-overlay {
    font-size:16px;
}

.product-listing-page .more-less a {
    float: right;
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    line-height: 30px;
    border-radius: 0 0 2px 2px;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    min-width: 75px;
    text-align: center;
    background: #d8d8d8;
    padding: 0px 10px;
    color: #3d3d3d;
    text-decoration: none;
    display: block;
}

.product-listing-page .more-less a:after {
    content:"\2228";
    display:inline-block;
    margin-left: 5px;
    transform:scale(1.5,1);
    -webkit-transform:scale(1.5,1);
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top:-1px;
}

.product-listing-page .more-less {
    border-top: 1px solid #d8d8d8;
    float:right;
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 767px) {

    .product-listing-page .truncate {
        margin: 10px 0px;
    }


    .product-listing-page .truncate p {
        font-size: 13px;
    }

}

.product-listing-page .more-less a:hover {
    background-color: #939393;
}

h2.product-details-panel-manufacturer a {
    text-transform: uppercase;
}


/* CART POPUP */
#cart_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2147483647;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lt-ie9 #cart_popup  {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.lt-ie9 #cart_popup:nth-child(n) {
    filter: none;
}

#cart_popup #header-basket-links {
    text-align: left;
    margin: 0 auto;
    position: relative;
    top: 85px;
    width:580px;
    padding: 30px 20px 20px;
    background-color: #ffffff;
    color: #3d3d3d;
    line-height: 1.2em;
    border-radius: 3px;
}


/* Brand pages - Colour coding */

@media (min-width: 992px) {

    /* Barbour international */

    .collection-international .row .main-section,
    .collection-international .row #collection-landing-page-promos .promo a dl dd span {
            background-color: #4d4d4d; 
    }

    .collection-international .row .main-section .header h1,
    .collection-international .row .main-section .header .content p,
    .collection-international .row #sidebar-nav,
    .collection-international .row #collection-landing-page-promos .promo a dl dd span {
        color: #ffffff;
    }

    .collection-international #sidebar-nav-container #sidebar-nav > div ul li a.active {
        color: #ffffff;
        text-decoration: underline;
    }

    .collection-international .row #sidebar-nav {
        background-color: #393939;
    }

    .collection-international .row #sidebar-nav ul li a {
        color: #b1b1b1;
    }

    .collection-landing-page .collection-international #sidebar-nav ul li a:hover {
        background: #4d4d4d;
    }

    /* Barbour Lifestyle */

    .collection-barbour .row .main-section,
    .collection-barbour .row #collection-landing-page-promos .promo a dl dd span {
            background-color: #1d4f2a; 
    }

    .collection-barbour .row .main-section .header h1,
    .collection-barbour .row .main-section .header .content p,
    .collection-barbour .row #sidebar-nav,
    .collection-barbour .row #collection-landing-page-promos .promo a dl dd span {
        color: #ffffff;
    }

    .collection-barbour #sidebar-nav-container #sidebar-nav > div ul li a.active {
        color: #dadfe5;
        text-decoration: underline;
    }

    .collection-barbour .row #sidebar-nav {
        background-color: #1a4726;
    }

    .collection-barbour .row #sidebar-nav ul li a {
        color: #dadfe5;
    }

    .collection-landing-page .collection-barbour #sidebar-nav ul li a:hover {
        background: #1d4f2a;
    }


    /* Barbour Sporting */

    .collection-sporting .row .main-section,
    .collection-sporting .row #collection-landing-page-promos .promo a dl dd span {
            background-color: #e6e5d1; 
    }

    .collection-sporting .row .main-section .header h1,
    .collection-sporting .row .main-section .header .content p,
    .collection-sporting .row #sidebar-nav,
    .collection-sporting .row #collection-landing-page-promos .promo a dl dd span {
        color: #3b3a38;
    }

    .collection-sporting #sidebar-nav-container #sidebar-nav > div ul li a.active {
        color: #484745;
        text-decoration: underline;
    }

    .collection-sporting .row #sidebar-nav {
        background-color: #dcdac3;
    }

    .collection-sporting .row #sidebar-nav ul li a {
        color: #484745;
    }

    .collection-landing-page .collection-sporting #sidebar-nav ul li a:hover {
        background: #e6e5d1;
    }


    /* Barbour Heritage */

    .collection-heritage .row .main-section,
    .collection-heritage .row #collection-landing-page-promos .promo a dl dd span {
            background-color: #818e72; 
    }

    .collection-heritage .row .main-section .header h1,
    .collection-heritage .row #sidebar-nav,
    .collection-heritage .row #collection-landing-page-promos .promo a dl dd span {
        color: #ffffff;
    }

    .collection-heritage .row .main-section .header .content p {
        color: #e1e4dd;
    }

    .collection-heritage #sidebar-nav-container #sidebar-nav > div ul li a.active {
        color: #dce0e3;
        text-decoration: underline;
    }

    .collection-heritage .row #sidebar-nav {
        background-color: #707d61;
    }

    .collection-heritage .row #sidebar-nav ul li a {
        color: #dce0e3;
    }

    .collection-landing-page .collection-heritage #sidebar-nav ul li a:hover {
        background: #818e72;
    }

}


@media(max-width:767px) {
    #cart_popup #header-basket-links {
        width:100%;
        top:0;
        border-radius: 0;
    }
}

.basket-mobile {
    position:relative;
}

.basket-mobile__num-items {
    width:18px;
    height:18px;
    background:#004712;
    border:2px solid #fff;
    border-radius:9px;
    position:absolute;
    right:16px;
    top:24px;
    color:#fff;
    font:bold 12px/15px 'ProximaNovaBold', Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 0;
}

#cart_popup .title {
    font-size:20px;
    font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    line-height: 22px;
}

#cart_popup #header-basket-links p {
    text-align: left;
    padding: 0;
    text-transform: none;
    border-width: 0;
}

#cart_popup .close-button {
    width:21px;
    height:21px;
    background: url(../images/btn-mini-basket-close.png);
    transition:opactiy 0.5s;
    -webkit-transition:opactiy 0.5s;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    #cart_popup .close-button {
        background: url(../images/btn-mini-basket-close-2x.png);
        background-size: 21px 21px;
    }
}

#cart_popup .close-button:hover {
    opacity:0.6;
    background-position:0 0;
    background-color:transparent;
}

.lt-ie9 #cart_popup .close-button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media(max-width:767px) {
    #cart_popup .close-button {
        display:none;
    }
}

#cart_popup dd {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

#cart_popup  #header-basket-items li .header-basket-item {
    width: auto;
    line-height: 20px;
}

#cart_popup #header-basket-items {
    font-size:14px;
}

#cart_popup #header-basket-items .item {
    margin-bottom:15px;
}

#cart_popup .buttons {
    overflow:hidden;
    font-size:14px;
    margin-bottom: 20px;
}

#cart_popup .btn {
    width:190px;
    line-height:24px;
}

@media(max-width:767px) {
    #cart_popup .btn {
        width:48%;
    }
}

#cart_popup .btn-continue-shopping {
    float:left;
}

@media(max-width:369px) {
    #cart_popup .btn-continue-shopping {
        float:none;
        width: 100%;
        margin-bottom: 10px;
    }
}

#cart_popup .btn-checkout {
    float:right;
    color:#fff;
}

@media(max-width:369px) {
    #cart_popup .btn-checkout {
        float:none;
        width:100%;
    }    
}

#cart_popup .summary {
    text-align: right;
    font-size:16px;
    font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
    margin-bottom:14px;
}

@media(max-width:767px) {
    .header-basket-item {
        margin-bottom: 20px;
    }
}

#cart_popup .error {
    margin-bottom:20px;
}

#cart_popup #header-basket-links p.delivery {
    text-align:right;
    font-size: 14px;
}

#cart_popup #account-info ul li a {
    font-size: 16px;
}

/* END CART POPUP */

.basket-container #header-basket-links {
    border:none;
    padding:0;
    overflow:hidden;
    width:auto;
}

.basket-container #header-basket-links h2 {
    font-family:'ProximaNovaLight';
    font-size:18px;
    margin-bottom:20px;
}

.basket-container #header-basket-links h2 span {
    border-bottom:1px solid;
}

.basket-container #header-basket-links {
    margin-bottom:10px;
}

.basket-container #header-basket-links .item {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.basket-container #header-basket-items dl {
    line-height:20px;
}

.basket-container .basket-overview {
    width:100%;
    text-align:right;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    font-size:14px;
    margin-bottom:10px;
}

.basket-container #header-basket-links p.delivery {
    border:1px solid #c6c6c6;
    border-width: 1px 0!important;
    padding:10px 0!important;
    text-align: right;
    margin:0 0 10px;
}

.basket-container .total {
    text-align: right;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

/* MOBILE BASKET */
@media(max-width:767px) {
    #header-basket-links {
        width:100%;
        border:none;
        background: none;
    }

    #header-basket-links .close-button {
        display:none;
    }

    .mobile-sidebar-basket #header-basket-links ul li {
        background:none;
        line-height: 12px;
    }

    .mobile-sidebar-basket h2 {
        box-shadow:none;
        background: none;
        font-size: 24px;
        padding:0 0 10px;
        border-bottom:1px solid #dcdcdc;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .basket-overview {
        overflow:hidden;
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
        font-size:14px;
        margin-bottom: 27px;
    }

    .basket-overview .price {
        float:right;        
    }

    .basket-overview .total {
        float:left;
    }

    .mobile-sidebar-basket #header-basket-links > .total {
        font-size: 16px;
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    }

    .mobile-sidebar-basket #header-basket-items li .header-basket-item {
        font-size:14px;
        line-height: 20px;
        width:auto;
    }

    .mobile-sidebar-basket dd {
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    }

    .mobile-sidebar-basket #header-basket-links .delivery {
        margin-top:5px;
        text-align: left;
    }
}
/* END MOBILE BASKET */

#site-search {
    border:1px solid #ccc;
}

#site-search fieldset {
    margin:0;
}

/* BASKET PAGE */
.btn-paypal {
    background: transparent url('../images/en_btn_xpressCheckout.gif') no-repeat 50% 5px;
    width: 150px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    height: 30px;
    float: right;
    margin-bottom: -10px;
}

html[lang=de] .btn-paypal {
    background: transparent url('../images/de_btn_xpressCheckout.gif') no-repeat 50% -4px;
    height: 34px;
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .btn-paypal {
        height: 44px;
        background-position: 50% 3px;
    }

    html[lang=de] .btn-paypal {
        margin-top: 4px;
    }
}

@media(max-width:767px) {
    .btn-paypal {
        float: none;
        margin: auto;
    }

    html[lang=de] .btn-paypal {
        margin-top: 2px;
    }
}

#cartContent .product-title,
#cartContent .col-price,
#cartContent .col-quantity label {
    font-size: 16px;
}

#cartContent .subtotal {
    font-size:16px;
}

@media screen and (min-width: 768px) {
    #cartContent .product-title,
    #cartContent .col-price,
    #cartContent .subtotal {
        font-size: 14px;
    }
}

#cartContent .col-quantity {
    margin-bottom:20px;
}

#cartContent .col-quantity input {
    font-size:14px;
}

#cartContent .col-quantity label {
    float:left;
    line-height: 32px;
}

@media(max-width:767px) {
    #cartContent .remove a {
        background-image: url('../images/btn-mini-basket-close.png');
        width:21px;
        height:21px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    #cartContent .remove a   {
        background-image: url("../images/btn-mini-basket-close-2x.png");
        background-size: 21px 21px;
    }
}

.basket-page .payment-methods p {
    font-size:14px;
}

#cartContent .delivery {
    position:relative;
}

@media(max-width:767px) {
    #cartContent .delivery {
        font-size:14px;
    }

    .basket-page .basket-footer .delivery p {
        text-transform:none;
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
        font-size:16px;
    }

    .basket-page .basket-footer .delivery .dropdown {
        margin-right:45px;
    }
}

.basket-page .global_message.error {
    background: url("../images/icon-msg-error.png") no-repeat 10px 10px;
    background-color: #a93636;
    float: none;
    margin: 0 15px 15px;
}

.basket-page .coupon {
    font-size: 16px;
}

.basket-page .voucher input#coupon {
    width: 200px;
    float: left;
    margin: 0 5px 0 0;
    font-style: italic;
}

html[lang=de] .basket-page .voucher input#coupon {
    width: 180px;
}

.basket-page .voucher input#coupon:focus {
    font-style: normal;
}

.basket-page .basket-footer .checkout .total {
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    display:inline-block;
    float:right;
}

@media(max-width: 991px) {
    .basket-page .voucher input#coupon {
        height: 40px;
    }

    .secure-payment-container .column {
        width: auto !important;
    }

}

@media(max-width:767px) {
    .basket-page .basket-footer .checkout .total {
        display:block;
        float:none;
    }

}

.payment-method-title {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.basket-page .payment-methods {
    font-size:18px;
    text-align: right;
    height:52px;
    line-height: 52px;
}

@media(max-width:767px) {
    .basket-page .payment-methods {
        text-align: left;
        line-height: normal;
        height: auto;
    }
}

.basket-related-items {
    position:relative;
    min-height:182px;
    margin-top:-61px;
}

@media(max-width:991px) {
    .basket-related-items {
        margin-top:0;
    }    
}

.basket-related-items__pager {
    padding:0;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.basket-related-items__pager li {
    display:inline-block;
    vertical-align: middle;
    margin-left:5px;
}

.basket-related-items__pager li:first-child {
    margin-left:0;
}

.basket-related-items__pager a {
    display:block;
    width:10px;
    height:10px;
    border-radius: 10px;
    border:1px solid #004712;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    line-height: 99px;
    overflow:hidden;
}

.basket-related-items__pager a:hover,
.basket-related-items__pager li.cycle-pager-active a {
    background-color: #004712;
    width:12px;
    height:12px;    
}

.basket-related-items h3 {
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}

.basket-related-item__content {
    padding-bottom:10px;
    border-bottom:1px solid #c6c6c6;
}

.basket-related-item__body {
    font-size:14px;
}

.basket-related-item__body h5 {
    font-size: 14px;   
}

.basket-related-items .basket-related-item:last-child .basket-related-item__content {
    padding-bottom:0;
    border-bottom:none;
}

@media(max-width:991px) {
    .basket-related-items .basket-related-item .basket-related-item__content {
        padding-bottom:0;
        border-bottom:none;
    } 
}

.basket-related-image img {
    border:1px solid #c6c6c6;
    margin-bottom:10px;
}

.basket-related-item__body h5,
.basket-related-item__body strong {
    color:#004712;
}

@media(max-width:767px) {
    .basket-page .basket-related-items {
        background-color: transparent;
    }

    .basket-related-items h3 {
        border: 1px solid #c6c6c6;
        border-width: 1px 0;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .basket-related-item {
        text-align:center;
        position:absolute;
        top:0;
        display: none;        
    }

    .basket-related-item__content {
        text-align: left;
        display: inline-block;
        margin:0 auto;
        overflow:hidden;
        min-width:256px;
    }

    .basket-related-image {
        float:left;
        margin-right: 10px;
    }

    .basket-related-item__body {
        overflow:hidden;
    }
}

.promo-item.need-help {
    font-size: 16px;
    text-transform: uppercase;
}

@media(max-width: 767px) {    
    .promo-item.need-help {
        margin-bottom: 20px;
    }
}

.promo-item h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.promo-item__sub-text {
    font-size: 14px;
}

.basket-page .footer {
    margin-bottom:20px;
}

@media(max-width:767px) {
    .basket-page .footer {
        margin-bottom:0;
    }  
}

@media(max-width:991px) {
    .basket-page .delivery-message {
        font-size:11px;
    }
}

@media(min-width: 769px) and (max-width: 991px) {

    .basket-related-item {
        border:1px solid #c6c6c6;
        border-width: 0 0 0 1px;
    }

    .basket-related-item:first-child {
        border:none;   
    }
}

/* HOMEPAGE MAILING LIST POP UP */

.homepage-account-dropdown {
    max-width: 100%;
    width: 560px;
    display:block;
    text-align:left;
    background:#fff;
    border-radius: 0px;
    padding: 20px;
    margin: 0 auto;
    position:relative!important;
    top:100px;
}

.homepage-account-dropdown .popup-logo {
    text-align: center;
    padding-top: 15px;
}

.homepage-account-dropdown .popup-logo img {
    margin-bottom: 20px;
}

.homepage-account-dropdown .popup-logo p {
    font-size: 14px;
    padding: 0px 40px;
}

.homepage-account-dropdown .popup-form {
    background-color: #f5f5f5;
    margin: 20px;
    padding: 30px 20px;
}

.homepage-account-dropdown .popup-form .error-message-holder {
    position: absolute;
}

.homepage-account-dropdown .popup-form .error-message-holder p {
    margin-left: 25px;
}

.homepage-account-dropdown .popup-form h4 {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    font-size: 16px;
    text-align: center;         
    margin-bottom: 10px;
}

.homepage-account-dropdown .popup-form form {
    margin-top: 10px;
}

.homepage-account-dropdown .popup-form input[type='text'] {
    border: none;
    border-radius: 0px;
    height: 50px;
}

.homepage-account-dropdown .popup-form input[type='submit'] {
    border-radius: 0px;
    text-transform: none;
    margin-left: 0px;
    height: 48px;
}

.homepage-account-dropdown .popup-form .popup-checkboxes label {
    font-family: 'ProximaNovaRegular', arial, sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.homepage-account-dropdown .popup-form .checkbox-row .radio-inline label {
    text-transform: capitalize;
}

.homepage-account-dropdown .popup-form .checkbox-row {
    text-align: center;
    margin-bottom: 10px;
}

.homepage-account-dropdown .popup-form .checkbox-row .radio-inline {
    width: 100px;
}

.homepage-account-dropdown .popup-form .input-group {
    margin: 0 25px;
    padding-bottom: 10px;
}

.homepage-account-dropdown .popup-form .signup-confirm-row {
    text-align: center;
    margin: 20px 25px 0px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.homepage-account-dropdown .popup-form .signup-confirm-row label {
    color: #aaaaaa;
    font-family: 'ProximaNovaRegular', arial, sans-serif;
    font-size: 12px;
}

.homepage-account-dropdown .popup-form .signup-confirm-row a {
    font-size: 12px;
    color: #4d4d4d;
}

.homepage-account-dropdown .popup-form .signup-confirm-row input[type='checkbox'] {
    float: none;
    margin-right: 5px;
}

.homepage-account-dropdown .close-button {
    position: absolute;
    right: 10px;
    top: 15px;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    font-size: 0.01em;    
    width: 21px;
    height: 21px;
    background: url(../images/btn-mini-basket-close.png);
    transition: opactiy 0.5s;
    -webkit-transition: opactiy 0.5s;
}

.homepage-account-dropdown .popup-form p.success {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 40px 0px;
}

.homepage-account-dropdown .popup-form .input-error {
    border-top: 1px solid #a20f0f !important;
    border-left: 1px solid #a20f0f !important;
    border-bottom: 1px solid #a20f0f !important;
}

.homepage-account-dropdown .popup-form .input-error::-webkit-input-placeholder {
   color: #a20f0f;
}

.homepage-account-dropdown .popup-form .input-error:-moz-placeholder { /* Firefox 18- */
   color: #a20f0f;  
}

.homepage-account-dropdown .popup-form .input-error::-moz-placeholder {  /* Firefox 19+ */
   color: #a20f0f;  
}

.homepage-account-dropdown .popup-form .input-error:-ms-input-placeholder {  
   color: #a20f0f;  
}

.homepage-account-dropdown .popup-form .submitForm.submit-error {
    border-top: 1px solid #a20f0f !important;
    border-right: 1px solid #a20f0f !important;
    border-bottom: 1px solid #a20f0f !important; 
    height: 50px;
}

@media (max-width:591px) {
    .homepage-account-dropdown .popup-form {
        margin: 20px 0px;
        padding: 30px 0px;
    }

    .homepage-account-dropdown .popup-form .input-group {
        margin: 0px 10px;
    }

    .homepage-account-dropdown .popup-form .checkbox-row .radio-inline {
        width: 80px;
        margin-left: 0px;
    }

    .homepage-account-dropdown .popup-form .signup-confirm-row {
        margin: 20px 10px 0px;
    }

}



/* GUEST REGISTRATION */


.account-dropdown__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2147483647;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    overflow-y:scroll;
}

.lt-ie9 .account-dropdown__wrapper  {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.account-dropdown__wrapperreg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2147483647;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    overflow-y:scroll;
}

.lt-ie9 .account-dropdown__wrapperreg  {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

.checkout-confirm-page .account-dropdown {
    width:1090px;
    max-width: 100%;
    display:block;
    text-align:left;
    background:#fff;
    border-radius: 3px;
    padding:20px;
    margin: 0 auto;
    position:relative!important;
    top:100px;
}

.checkout-confirm-page .account-dropdown .close-button {
    background-image: url('../images/btn-mini-basket-close.png');
    width:21px;
    height:21px;
    position: absolute;
    right:10px;
    top:10px;
    overflow:hidden;
    line-height:999em;
    display:block;
    z-index: 10;
}

@media (max-width:819px) {
    .checkout-confirm-page .account-dropdown {
        top:0;
        width:100%;
        border-radius: 0;
    }

    .guest-checkout-logo {
        display:block;
        margin-bottom:30px;
        text-align: center;
    }

    .checkout-confirm-page .account-dropdown .close-button {
        display:none;
    }
}

.account-dropdown__sidebar {
    background:#efefef;
    padding:40px 10px;
    margin-top: -50px;
}

@media (max-width:767px) {
    .account-dropdown__sidebar {
        margin-top:0;
        background:none;
    }
}

.account-dropdown__sidebar ol {
    font-size:16px;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    padding-left:26px;
}

.account-dropdown__sidebar h3 {
    font-size:16px;
    margin-bottom: 20px;
}

.account-dropdown__sidebar ol li {
    margin-bottom:30px;
}

@media (max-width:767px) {
    .account-dropdown__sidebar ol li {
        margin-bottom:5px;
    }
}

.account-dropdown__sidebar ol li:last-child {
    margin-bottom:0;
}

.account-dropdown__sidebar ol span {
    font-weight: normal;
}

.account-dropdown__title {
    font-size:26px;
    margin:0 0 20px 33.33333333%;    
}

@media (max-width:767px) {
    .account-dropdown__title {
        text-transform: uppercase;
        border-bottom: 1px solid #c6c6c6;
        margin: 0;
        text-align: center;
    }    
}

.account-dropdown__body .field.form-group:after {
    display: block;
    content: '';
    clear: both;
}

.account-dropdown__body .form-field-button {
    text-align: right;
}

.account-dropdown__body .form-field-button .btn {
    margin-right: 15px;
}

.account-dropdown__body #guest_register_newsletter .col-xs-10 {
    margin-left: 33.3333333333%;
    width: 60%;
}

.account-dropdown__body #guest_register_newsletter .col-xs-2 {
    text-align: right;
    width: 6.66666666666%;
}

.account-dropdown__body #guest_register_newsletter label {
    font-weight: normal;
    font-family: "ProximaNovaRegular", Arial, sans-serif;
    font-style: italic;
}

@media screen and (max-width: 991px) {
    .account-dropdown__body #guest_register_newsletter {
        margin-right: 15px;
    }

    .account-dropdown__body #guest_register_newsletter .col-xs-10 {
        margin-left: 0;
        width: 90%;
    }

    .account-dropdown__body #guest_register_newsletter .col-xs-2 {
        text-align: right;
        width: 10%;
        padding: 0;
    }
}

.paypal-review .address,
.paypal-review .basket {
    border:1px solid #c6c6c6;
    padding:20px;
    position:relative;
    margin-bottom:20px;
}

.paypal-box-height {
    margin-bottom: 30px !important;
}

.paypal-review .basket {
    padding-bottom: 20px;
}

.paypal-review .edit-address {
    margin:10px 20px 0 0;
}

.paypal-review__header {
    margin-bottom:22px;
}

.paypal-review .basket__header h2 {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom:10px;
    border-bottom:1px solid #c6c6c6;
}


.paypal-review .basket__details {
    overflow:hidden;
    margin-bottom:20px;
}

.paypal-review .basket__details dl {
    overflow:hidden;
}

.paypal-review .basket__details dt {
    float:left;
    margin-right:5px;
}

.paypal-review .basket__details dt.item {
    display:none;
}

.paypal-review .basket__details dd {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    overflow:hidden;
}

.paypal-review .basket__details img {
    width:72px;
    height:68px;
    border:1px solid #c6c6c6;
    float:left;
    margin-right: 10px;
    display:block;
}

.paypal-review .basket__line-item {
    padding:20px;
    border:1px solid #c6c6c6;
    border-width:1px 0 0;
    overflow:hidden;
    margin: 0 -20px;
    text-align: right;
}

.paypal-review .basket__line-item dt {
    float:left;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.paypal-review .basket__line-item dd {
    float:right;
}

#top-nav ul li a {
    font-weight: normal;
}

label {
    font-weight: bold;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.basket-page .checkout .delivery a.button {
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    font-weight: normal;
}

.basket-page .dropdown ul li a {
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    font-weight: normal;
}

#service-message a {
    font-weight:normal;
}

#sidebar-nav a {
    font-weight:normal;
}

#header-basket-items li .header-basket-item {
    line-height:18px;
    font-size: 13px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    #footer-social-media-links-tablet ul li.tumblr a, #footer-social-media-links ul li.tumblr a {
        background-image: url("../images/footer-tumblr-icon-2x.gif");
        background-size: 11px 34px;
    }

    #footer-social-media-links-tablet ul li.pinterest a, #footer-social-media-links ul li.pinterest a {
        background-image: url("../images/footer-pinterest-icon-2x.gif");
        background-size: 14px 34px;
    }

    #footer-social-media-links-tablet ul li.facebook a, #footer-social-media-links ul li.facebook a {
        background-image: url("../images/footer-facebook-icon-2x.gif");
        background-size: 10px 34px;
    }

    #footer-social-media-links-tablet ul li.google a, #footer-social-media-links ul li.google a {
        background-image: url("../images/footer-google-icon-2x.gif");
        background-size: 17px 34px;
    }

    #footer-social-media-links-tablet ul li.twitter a, #footer-social-media-links ul li.twitter a {
        background-image: url("../images/footer-twitter-icon-2x.gif");
        background-size: 21px 34px;
    }

    #footer-social-media-links-tablet ul li.instagram a, #footer-social-media-links ul li.instagram a {
        background-image: url("../images/footer-instagram-icon-2x.gif");
        background-size: 17px 34px;
    }

    #footer-social-media-links-tablet ul li.youtube a, #footer-social-media-links ul li.youtube a {
        background-image: url("../images/footer-youtube-icon-2x.gif");
        background-size: 18px 34px;
    }

    #global-footer .secure-payment-link {
        background-image: url("../images/payment-2x.png");
        background-size: 282px 33px;
    }

    #global-footer .secure-payment-link-uk {
        background-image: url("../images/payment-uks-2x.png");
        background-size: 218px 33px;
    }
}

.mobile-logo {
    display:inline-block;
    width:142px;
    height:37px;
    overflow: hidden;
    line-height:999px;
    background: url(../images/mobile-logo.png) no-repeat;
}

.mobile-logo.hidden-desktop,
.guest-checkout-logo {
    display: none;
}

@media(max-width:767px) {
    .mobile-logo.hidden-desktop {
        display:inline-block;
    }

    .guest-checkout-logo {
        display:block;
        background-position:50% 0;
        width:100%;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .mobile-logo {
        background-image:url(../images/mobile-logo-2x.png);
        background-size:142px 29px; 
    }
}

@media(max-width:1024px) {

}

@media(max-width:980px) {
    /* 
        #site > .yCmsContentSlot {
         width:100%;
     }
 
     #page-home {
         padding:0 10px!important;
     }
 
     #page-home .primary-content {
         width:65%;
     }
 
     #page-home .primary-content img {
         width:100%;
     }
 
     #page-home .secondary-content {
         width:35%;
         margin-left:0!important;
         padding-left:12px;
     }
 
     #page-home .secondary-content .promo.tall {
         height: 100%!important;
         width:auto!important;
     }
 
     .yCmsContentSlot .span-24 {
         width:100%;
     }
 
     #page-home .primary-content .promo {
         height: auto!important;
         width: 100%!important;
         margin-bottom:20px!important;
     }
     
    */

    /* ALL !important in hybris/barbour.css Drupal site... */

    /*#site > .yCmsContentSlot {
        width:100%;
    }

    #page-home .primary-content {
        float:none;
        width:100%;
        margin-bottom: 12px;
    }

    #page-home .primary-content .promo {
        width:100%!important;
        height:auto!important;
    }

    #page-home .primary-content img {
        width:100%!important;
    }

    #page-home .secondary-content {
        width:100%;
        margin-left:0!important;
    }*/
}

#globalMessages {
    padding-top:0;
}

#breadcrumb {
    margin-bottom:20px;
}

.product-page {
    text-align:center;
}

.product-page #breadcrumb {
    margin-bottom: 10px;
}

.product-info-holder {
    text-align:left;
    margin: 0 auto;
    max-width:960px;
}

.product-page .product-info .size-picker ul li a {
    width:46px;
    height:46px;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.product-page .product-info .size-picker ul li a.active {
    padding: 4px;
    border-color:#004912;
}

.product-info-holder .strong {
    margin-bottom: 20px;
}

.product-page .product-info .size-picker ul li a span {
    line-height: 36px;    
    height:36px;
    width:36px;
    padding:0;
    display: block;
    background-color: #efefef;
    text-decoration: none;
    color: #3d3d3d;
    text-align: center;
    font-size: 0.688em;
    border:1px solid #ccc;
}

.product-page .product-info .size-picker ul li a:hover,
.product-page .product-info .size-picker ul li a:focus,
.product-page .product-info .size-picker ul li a:active,
.product-page .product-info .size-picker ul li a.active {
    padding: 4px;
    border:1px solid #004912;
}

.product-page .product-info .size-picker ul li a:hover .out-of-stock,
.product-page .product-info .size-picker ul li a:focus .out-of-stock,
.product-page .product-info .size-picker ul li a:active .out-of-stock,
.product-page .product-info .size-picker ul li a.active .out-of-stock {
    padding: 4px;
    border:1px solid #fff;
}

.product-page .product-info .color-picker ul li a {
    padding:3px;
}

.product-page .product-info .color-picker ul li a.active,
.product-page .product-info .color-picker ul li a:hover,
.product-page .product-info .color-picker ul li a:focus,
.product-page .product-info .color-picker ul li a:active {
    padding:2px;
}

.product-page .product-info .color-picker ul li a img {
    display: block;
}

.product-page .product-info .add-to-basket {
    width: 237px;
    padding: 11px 10px;
    margin: 10px 0 32px;
    font-size: 14px;
}

.size-picker__in-stock,
.size-picker__out-of-stock {
    font-weight:bold;
    font-family:'ProximaNovaBold', Arial, Helvetica, sans-serif;
}

.size-picker__in-stock {
    color:#004912;
}

.size-picker__out-of-stock {
    color:#ab3137;
}

.product-page .product-info .blurb {
    margin-bottom:5px;
    border-top:none;
    text-align: left;
}

.product-page .product-info .blurb p {
    font-size: 14px;
    width:auto;
}

.product-page .product-info .color-picker {
    width:auto;
    max-width: 340px;
}

@media(max-width:767px) {
    .product-page .product-info .blurb p {
        width:100%;
    }

    .product-page .product-info .blurb {
        margin-bottom: 30px;
    }
}

.product-page .product-info .price dt,
.product-page .product-info .color-picker dl dt,
.product-page .product-info .size-picker dl dt {
    font-family:'ProximaNovaBold', Arial, Helvetica, sans-serif;
    font-size:16px;
}

.product-page .product-info .color-picker dl dd,
.product-page .product-info .size-picker dl dt, .product-page .product-info .size-picker dl dd,
.product-page .product-info h2 {
    font-size:16px!important;    
}

.product-page .product-info h1 {
    font-family:'ProximaNovaRegular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:20px;
    font-weight:normal;
    margin:0 0 10px;
}

@media(max-width:767px) {
    .product-page .product-info h1,
    .product-page .product-info h2,
    .product-page .price.pricingWas,
    .product-page .product-info .price,
    .pricingRecentlyViewedNormalPrice, 
    .pricingSaleRecentStrong, 
    .product-page .pricingRecentlyViewedSale,
    .product-info dl {
        width:100%;
        text-align:center;
    }

    .product-page .product-info h1 {
        font-family:'ProximaNovaBold', Arial, Helvetica, sans-serif; 
    }
}

.product-page .price.pricingWas {
    font-size:14px;
}

.product-page .pricingNormalPrice {
    font-size:1em;
    font-family:'ProximaNovaBold', Arial, Helvetica, sans-serif; 
}

.product-page .product-info h2 a {
    text-decoration: none;
}

.product-page .product-info h2 a:hover {
    text-decoration:underline;
}

.product-page .price.pricingWas {
    margin-top: 5px;
}

@media(max-width:767px) {
    .product-page .price.pricingWas {
        display: inline-block;
        margin: 10px auto 0;
        width: auto;
        max-width: 200px;
    }

    .product-page .price.pricingWas .pricingSale:first-of-type:after,
    .product-page .price.pricingWas .pricingSale:last-of-type:before {
        content: '';
        display: block;
    }
}

.product-page .product-info .color-picker dl,
.product-page .product-info .size-picker dl {
    margin-bottom: 5px;
    overflow: hidden;
}

.product-page .product-info .color-picker {
    margin-bottom: 10px;
}

.product-page .product-info .blurb .more-less {
    position: relative;
    font-size: 0.813em;
    margin-top: 5px;
}

.product-page .product-info .blurb .more-less a {
    float: right;
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    background-image:none;  
    line-height: 30px;
    padding: 0 10px;
    border-radius: 0 0 2px 2px;
    text-transform: uppercase;
    font-size:14px;
    transition:background-color 0.2s;
    -webkit-transition:background-color 0.2s;
    min-width: 75px;
    text-align: center;
}

.product-page .product-info .blurb .more-less a:after {
    content:"\2228";
    display:inline-block;
    margin-left: 5px;
    transform:scale(1.5,1);
    -webkit-transform:scale(1.5,1);
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top:-1px;
}

.product-page .product-info .blurb .more-less a.less:after {
    content:"\2227";
    top:-2px;
}

.product-page .product-info .share .share-button, 
.product-page .product-info .share .share-button.active {
    border-radius: 3px;
    background-color: #c6c6c6;
    padding: 11px 10px;
    font-size: 14px;
    display: inline-block;
}

.product-page .product-info .more-info {
    margin-bottom:20px;
    border-width: 1px 1px 0;
}

.product-page .product-info .more-info .content {
    padding:20px 10px;
}

.product-page .product-info .more-info ul li h5 {
    font-weight: normal;
    font-size: 0.813em;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding:0;
}

.product-page .product-info .more-info ul li h5 a {       
    padding:0;
    font-size: 16px;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
    background: url("../images/footer-reveal.png") no-repeat #fff;
    background-position: 98% 50%;
    background-position: right 10px top 50%;
    padding:10px;
}

.product-page .product-info .more-info ul li h5 a:hover, 
.product-page .product-info .more-info ul li h5 a:active, 
.product-page .product-info .more-info ul li h5 a:focus {
    background: url("../images/footer-reveal.png") no-repeat #fff;
    background-position: 98% 50%;
    background-position: right 10px top 50%;
    background-color:#f7f7f7;
}

.product-page .product-info .more-info ul li h5 a.active,
.product-page .product-info .more-info ul li h5 a.active:hover {
    background-image: url("../images/footer-hide.png");
    background-color:#f7f7f7;
    background-position: 98% 50%;
    background-position: right 10px top 50%;    
}

.product-page .product-info .more-info .content {
    background-color:#f7f7f7;
    padding:20px 10px 15px;
    box-shadow: inset 0 10px 10px -5px hsla(0,0%,0%,0.05);
    text-align: left;
    border-bottom:1px solid #dcdcdc;
}

.product-page .product-info .more-info .content .content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.product-page .product-info .more-info .content img {
    border:1px solid #dcdcdc;
    width:100%;
    height:auto;
}

.product-page .product-info .more-info ul li h5 a.active:hover, 
.product-page .product-info .more-info ul li h5 a.active:active, 
.product-page .product-info .more-info ul li h5 a.active:focus {
    background-position: 98% 50%;
    background-position: right 10px top 50%;
}

.product-page .product-info .more-info ul li ul {
    border:none;
}

.product-page .product-info .more-info ul li ul li {
    font-size: 14px;
    background-image: none;
    list-style-type:disc;
    margin-bottom: 5px;
    padding:0;
    width:auto;
}

@media(max-width:767px) {
    .product-page .product-info .more-info .sizing-guide-accordion {
        display:none;
    }
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .product-page .product-info .more-info ul li h5 a,
    .product-page .product-info .more-info ul li h5 a:hover, 
    .product-page .product-info .more-info ul li h5 a:active, 
    .product-page .product-info .more-info ul li h5 a:focus {       
        background-image: url("../images/footer-reveal-2x.png");
        background-size:17px 17px; 
    }

    .product-page .product-info .more-info ul li h5 a.active,
    .product-page .product-info .more-info ul li h5 a.active:hover {
        background-image: url("../images/footer-hide-2x.png");
        background-size:17px 17px; 
    }

}

.product-page .recently-viewed,
.product-page .complete-the-look {
    max-width: 960px;
    margin:0 auto 20px;
    text-align: center;
    font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
    background:#fff;
}

.product-page .complete-the-look h3, 
.product-page .recently-viewed h3 {
    margin-bottom: 10px;
}

.product-page .recently-viewed ul,
.product-page .complete-the-look ul {
    display:table;
    width: 100%;
}

.product-page .complete-the-look ul li, 
.product-page .recently-viewed ul li {
    float: none;
    padding: 5px;
    margin: 0;
    text-align: center;
    width: 25%;
    border:1px solid #ccc;
    border-width: 1px 1px 1px 0;
    display:table-cell;
}

@media(max-width:767px) {
    .product-page .complete-the-look ul li, 
    .product-page .recently-viewed ul li {
        width:50%;
        display:block;
        float:left;
        margin-top:-1px;
        border: 1px solid #ccc;
    }

    .product-page .complete-the-look ul li.even,
    .product-page .recently-viewed ul li.even {
        border-left: none !important;
    }

    .product-page .complete-the-look ul li.last, 
    .product-page .recently-viewed ul li.last {
        margin-top:-1px;      
    }

    .product-page .product-info .size-picker ul li {
        float: none;
        display: inline-block;
    }
}

.product-page .complete-the-look ul li:first-child, 
.product-page .recently-viewed ul li:first-child {
    border-left-width:1px;
}

.product-page .complete-the-look ul li dt, 
.product-page .recently-viewed ul li dt {
    position: relative;
    width: auto;
    border:none;
    padding: 10px 0;
    background: #ffffff;
}

.product-page .complete-the-look ul li a img, 
.product-page .recently-viewed ul li a img {
    left:0;
}

.product-page .complete-the-look ul li h5, 
.product-page .recently-viewed ul li h5 {
    font-size: 16px;   
    margin-bottom: 10px;
}

.product-page .complete-the-look .product img {
    max-height: 100%;
}

.pricingRecentlyViewedNormalPrice,
.pricingSaleRecentStrong,
.product-page .prodPagePricingStrike2,
.product-page .pricingSaleUpper2,
.product-page .prodPagePricingStrike2, 
.product-page .pricingRecentlyViewedSale
{
    font-size:14px;
}

.pricingRecentlyViewedNormalPrice,
.pricingSaleRecentStrong,
.product-page .pricingRecentlyViewedSale {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.product-page .product-info .size-picker ul li a .out-of-stock {
    height:36px;
    width:36px;
}

.product-page .product-info {
    margin-bottom:60px;
}

.sizing-guide {display:none;}

@media(max-width:767px) {
    .product-page .product-info {
        width:100%;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    .add_to_cart_form {
        text-align: center;
    }

    .product-page .product-info .add-to-basket {
        margin:19px auto 32px;
        float:none;
    }

    .product-page .product-info .color-picker {
        display: inline-block;
        width:auto;
    }

    .product-page .product-info .color-picker ul li {
        display: inline-block;
        float:none;
    }

    .product-page .product-info .price dt, 
    .product-page .product-info .color-picker dl dt, 
    .product-page .product-info .size-picker dl dt,
    .product-page .product-info .color-picker dl dd, 
    .product-page .product-info .size-picker dl dt, 
    .product-page .product-info .size-picker dl dd {
        float:none;
        display: inline;
    }

    .product-page .product-page-slideshow-holder {
        width: 100%;
        margin-top: 10px;
    }

    .sizing-guide {
        font-family: "ProximaNovaRegular", "Arial", arial, sans-serif;
        font-size:14px;
        text-align: left;
        padding:20px 10px;
        background-color: #efefef;
        margin:0 -10px 20px;
        display: block;
    }

    .product-page .sizing-guide h2 {
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
        font-size:16px;
        margin-bottom:20px!important;
        text-align: left;
    }

    .sizing-guide p {
        margin-bottom:10px;
    }

    .sizing-guide ul {
        margin-bottom:20px;
        padding-left:20px;
    }

    .sizing-guide li {
        margin-bottom:5px;
    }

    .sizing-guide__details-wrapper {
        overflow:hidden;
        margin: 0 0 0px;
        overflow-x:auto;
    }    

    .sizing-guide__details {
        display: table;
    }

    .sizing-guide__details__instructions {
        width:22%;
        padding:0 10px 0 0;
        font-size: 12px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    } 

    .sizing-guide__details__instructions:before {
        content:"";
        background-image:url('../images/icon-sizing-guide-swipe.png');
        display: block;
        width:45px;
        height:47px;
        margin:0 auto 10px
    }

    .sizing-guide__details__table-container {        
        width:78%;
        display: table-cell;
        padding-bottom: 15px;
        padding-right: 5px;
    }

    .sizing-guide__details__table-container table {
        min-width: 100%;    
        margin:0 10px 10px 0;
    }

    .sizing-guide__details__table-container table,
    .sizing-guide__details__table-container th,
    .sizing-guide__details__table-container td {
        border:1px solid #ccc;
        padding:14px;
        vertical-align: middle;
        text-align: center;
    }

    .sizing-guide__details__table-container th {
        font-weight:normal;
        text-transform: uppercase;
    }

    .sizing-guide__key {
        font-size:12px;
    }

}

@media (max-width: 767px) {
    .sizing-guide__details__table-container h5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 465px) {

    .secure-payment-container p {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .sizing-guide__details__instructions:before {        
        background-image:url('../images/icon-sizing-guide-swipe-2x.png');  
        background-size:45px 47px;
    }
}


.product-page .product-info .share .share-button {
    width:132px;
}

.product-page .product-info .share ul {
    width:200px;
    top:0;
    left:142px;
}

.product-page .product-info .share ul li a {
    height:40px;
    padding-left:45px;
    line-height:30px;
    transition:background-color 0.2s;
    -webkit-transition:background-color 0.2s;
}

.product-page .product-info .share ul li.facebook a {
    background-position: 14px 7px;
}

.product-page .product-info .share ul li.twitter a {
    background-position: 8px 8px;    
}

.product-page .product-info .share ul li.email a {
    background-position: 9px 8px;   
}

@media(max-width:767px) {

    .product-page .product-info .share {
        margin-bottom:10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
    }

    .product-page .product-info .share ul {
        display:block!important;
        position:static;
        width:auto;
        background: none;
    }

    .product-page .product-info .share ul li {
        display: inline-block;
    }

    .product-page .product-info .share ul li a {
        width:45px;
        height:45px;
        border:1px solid #ccc;
        overflow:hidden;
        line-height:200px;
        padding:0;
        margin:0 4px;        
        background-color: transparent;
    }

    .product-page .product-info .share ul li a:hover {
        background-color: #f7f7f7;
    }

    .product-page .product-info .share ul li.facebook a,
    .product-page .product-info .share ul li.twitter a,
    .product-page .product-info .share ul li.google a,
    .product-page .product-info .share ul li.email a {
        background-position:50% 50%;
    }

    .product-page .product-info .share .share-button {
        pointer-events: none;
        background:none;
        padding:0;
        text-transform: none;
        font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
        font-size:16px;
        margin-bottom:10px;
        width:auto;
    }

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 

    .product-page .product-info .share ul li.facebook a {
        background-image: url('../images/product-info-share-facebook-icon-2x.png');
        background-size:11px 25px;
    }
    .product-page .product-info .share ul li.twitter a {
        background-image: url('../images/product-info-share-twitter-icon-2x.png');
        background-size:27px 22px;
    }
    .product-page .product-info .share ul li.google a {
        background-image: url('../images/product-info-share-google-icon-2x.png');
        background-size:29px 29px;
    }
    .product-page .product-info .share ul li.email a {
        background-image: url('../images/product-info-share-email-icon.png');
        background-size:25px 22px;
    }
}

.product-page .product-page-slideshow-holder {
    padding-left:0;
    width:50%;
    position: relative;
}

.product-page .product-info {
    width:50%; 
}

.slideshow-swipe-detector {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index: 3;
}

.slide-nav a.disabled {
    cursor:default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity:0.5;
}

.product-page .product-page-slideshow .slide {
    float:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}

.product-page .product-page-slideshow .slide:first-child {
    position:static;
}

.product-page .product-page-slideshow .slide:hover {
    cursor:pointer;
}

.product-page .product-page-slideshow .slide img {
    width:100%;
    height:auto;
}

@media (max-width:767px) {

    .product-page .product-info {
        width:100%;
    }

    .product-page .product-page-slideshow-holder {
        width:100%;
        margin-bottom: 30px;    
    }

    .product-page .product-page-slideshow-holder .slideshow-nav {
        display:none!important;
    }

    .fit-badge {
        display:none;
    }

    .product-page .product-page-slideshow {
        border: 1px solid #ccc;
        margin-bottom: 50px;
    }

    .slide-nav {
        display: block;
        height: 46px;
        position: relative;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100px;
        margin:10px 0 0 -50px;
    }

    .slide-nav ul {
        display: inline-block;
    }

    .product-page .product-page-slideshow-holder .slide-nav ul li {
        float:left;
    }

    .product-page .product-page-slideshow-holder .slide-nav ul li.prev a {
        left:-20px;
        top:23px;
        position:relative;
    }

    .product-page .product-page-slideshow-holder .slide-nav ul li.next a {
        right:-20px;
        top:23px;
        position:relative;
    }

    .product-page .product-page-slideshow .slide a {
        width:464px;
        height:439px;
    }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 921px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 921px),
only screen and (                min-resolution: 192dpi) and (max-width: 921px),
only screen and (                min-resolution: 2dppx)  and (max-width: 921px) { 
    .product-page .product-page-slideshow-holder .slide-nav ul li.prev a {
        background-image: url('../images/product-page-slideshow-prev-2x.png');
        background-size: 40px 80px;
        height:40px;
    }
    .product-page .product-page-slideshow-holder .slide-nav ul li.next a {
        background-image: url('../images/product-page-slideshow-next-2x.png');
        background-size: 40px 80px;
        height:40px;
    }
    
    .product-page .product-page-slideshow-holder .slide-nav ul li.next a:hover, 
    .product-page .product-page-slideshow-holder .slide-nav ul li.next a:focus, 
    .product-page .product-page-slideshow-holder .slide-nav ul li.next a:active, 
    .product-page .product-page-slideshow-holder .slide-nav ul li.prev a:hover, 
    .product-page .product-page-slideshow-holder .slide-nav ul li.prev a:focus, 
    .product-page .product-page-slideshow-holder .slide-nav ul li.prev a:active {
        background-position: 0 -40px;
    }
    
}

.product-page .product-page-slideshow-holder .slideshow-nav .thumbnails {
    min-height:73px;
    width:304px;
}

.product-page .product-page-slideshow {
    overflow:visible;
}

.thumbnails div {
    width:auto;
    position:absolute;
    top:0;
    padding:1px;
    margin:0 2px;
    border:1px solid #fff;
}

.thumbnails div.active {
    border:1px solid #3d3d3d;
}

.thumbnails div:hover {
    cursor:pointer;
}

.slideshow-nav .count {
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

.product-page .click-to-zoom {
    display: none;
    position:absolute;
    white-space: nowrap;
}

.product-zoom {
    border:1px solid #ccc;
    display:none;
    width: 100%;
    padding-top:100%;
    position:absolute;
    left:100%;
    top:0;
    background: #fff;
    z-index: 10;
    overflow:hidden;
}

.product-zoom img {
    position: absolute;
    left:0;
    top:0;
    max-width: none;
}

@media(max-device-width:1024px) {
    .touch .product-zoom {
        position:fixed;
        width:100%;
        height:100%;
        overflow:hidden;
        top:0;
        left:0;
        padding-top:0;
        z-index: 9999;
    }
}

.product-zoom__img {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.product-zoom__img img {
    position: absolute;
    left:50%;
    top:50%;
    width:98%;
    border:1px solid #eee;
/*    max-height: 98%;*/
    max-width: 98%
}

.lt-ie9 .product-zoom__img img {
    max-height: none;
}

.product-zoom__close {
    position:absolute;
    top:10px;
    right:10px;    
}

.product-zoom__close {
    background-image: url('../images/btn-mini-basket-close-2x.png');
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 50%;
    width:46px;
    height:46px;
    position: absolute;
    right:0;
    top:0;
    overflow:hidden;
    line-height:999em;
    display:block;
    z-index: 10;
}

.mobile-instructions, .product-zoom__instructions {
    background:rgba(0,0,0,0.6);
    padding:20px;
    position:absolute;
    color:#fff;
    font-size:16px;
    left:50%;
    top:50%;
    width:232px;
    height:82px;
    margin:-41px 0 0 -116px;
    pointer-events:none;
    text-align: center;
    z-index: 10;
}

.product-zoom__instructions {
    background-image: url('../images/icon-pinch-zoom.png');
    background-size: 41px 50px;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow:hidden;
    line-height: 400px;

}

body.is-frozen {
    position: fixed;
    width:100%;
    height:100%;
    overflow: hidden;
}

.basket-related-image {
    overflow: hidden;
    position: relative;
}

