
#global-footer .barbour-container > .row {
    margin-left: 0;
    margin-right: 0;
}

.footer-sign-up .col-mens,
.footer-sign-up .col-womens {
    padding-right: 5px;
}

.footer-sign-up .col-womens,
.footer-sign-up .col-both {
    padding-left: 5px;
}

.footer-sign-up .col-email-field {
    margin-bottom: 10px;
}

.footer-sign-up h3 {
    margin-bottom: 5px;
    font-family: "ProximaNovaBold", "Arial", arial, sans-serif;
}

#footer-social-media-links {
    text-align: center;
}

#footer-social-media-links ul {
    display: block;
    margin: 0 auto;
}

#global-footer .row.sign-up,
#global-footer .row.footer-secure {
    border-bottom: 1px solid #cdcdcd;
}

#global-footer .column ul li a {
    font-weight: normal;
}

#footer-links {
    font-size: 13px;
    text-align: center;
    width: 100%;
}

#footer-links ul li.first {
    border: none;
}
#footer-links ul li {
    margin: 0 1px 0 0;
    display: inline-block;
    border-left: 1px solid #cdcdcd;
}
#footer-links a {
    font-weight: normal;
}

#sortOptions1.form-control,
.product-listing-page .product-list-view-select select, 
.search-results-page .product-list-view-select select {
    height: 33px;
    padding: 3px 12px;
}

@media screen and (max-width: 991px) {
    #simple-menu {
        padding: 10px 12px;
    }

    #sortOptions1.form-control,
    .product-listing-page .product-list-view-select select, 
    .search-results-page .product-list-view-select select {
        height: 42px;
        padding: 6px 12px;
    }

}

@media screen and (max-device-width: 1200px) {
    .product-listing-page .products ul li dt a:hover img.rollover, 
    .search-results-page .products ul li dt a:hover img.rollover {
        display: none !important;
    }
}

/* Mobile devices */
@media only screen and (max-width: 767px) {

    /* MENU */

    .sidr-inner .item.is-open {
        background-color: #efefef;
        border-top: 1px solid #9f9f9f;
    }

    .sidr-inner .item a span{
        font-weight: 200;
        color: #4b4b4b;
    }

    #global-footer .secure-payment-link {
        margin-left: -20px;
    }

    .hidden-mobile {
        display: none !important;
    }

    .hidden-desktop {
        display: block;
    }

    /* Header */

    #global-header {
        height: 60px;
        background-color: #fff;
    }

    #global-header .mobile-menu-open , #global-header .basket-mobile {
        height: 60px;
        background: url("../images/mobile-menu-open.png") no-repeat 20px 50%;
        text-indent: -10000px;
    }

    .sidr-main-open #global-header .mobile-menu-open {
        background: url("../images/close-menu.png") no-repeat 14px 16px;
        z-index: 1002;
        background-color: #000;
        width: 50px;
        height: 50px;
        border-radius: 0 0 3px 0;
    }

    #global-header .basket-mobile {	
        background: url("../images/mobile-basket.png") no-repeat;
        background-position: 75% 50%;
        background-position: right 20px top 50%;
    }

    /*    .sidr-right-open #global-header .basket-mobile {
            background: #fff url("../images/icon-close-menu-right.png") no-repeat 50% 50%;
            z-index: 1002;*/
    /*        width: 50px;*/
    /*        height: 50px;
            border-radius: 0 0 0 3px;
            position: absolute;*/
    /*        right:17px;*/
    /*    }*/

    .sidr-right-open #global-header .basket-mobile {
        background: none;
        /*        z-index: 1002;*/
    }

    #basket-close {
        position: absolute;
        right: 0;
        color: #f00;
        z-index: 1002;
        top: 0;
        background: #fff url("../images/icon-close-menu-right.png") no-repeat 50% 50%;
        width: 50px;
        height: 50px;
        border-radius: 0 0 0 3px;
        display: none;
    }
    
    #basket-close.is-visible {
        display:block;
    }


    .sidr-right-open .basket-mobile__num-items {
        display:none;
    }            

    #header-basket-links a {
        text-decoration:none;
        display: block;
    }

    #global-header .basket-mobile:hover {
        cursor:pointer;
    }

    #global-header .mobile-menu-open a, #global-header .mobile-menu-open #mobile-header {
        width: 100%;
        height: 100%;
        display: block;
    }	

    #responsive-menu-button {
        position:relative;
        z-index:1002;
    }

    #top-nav {
        display: none;
    }

    #logo {
        width: 100%;	
        padding: 10px 0px 0px 0px;
    }

    #logo img {
        margin: 0 auto;
    }

    .mobile-header-registration-ul {
        padding-left: 20px !important;
    }

    .mobile-header-registration-ul li a, .mobile-header-registration-ul li span {
        float: left;
        width: auto;
        padding: 0px 5px 0px 0px !important;
        font-weight: normal !important
    }

    .mobile-header-registration-ul li a {
        text-decoration: underline !important;
    }

    .mobile-header-registration-ul li {
        border: none !important;
    }	

    .sign-out-link {
        margin-left: 5px;
    }

    .mobile-header-registration-ul li:hover>span {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    #childrens-sub-nav ul, #discover-sub-nav ul {
        background-color: #e0e0e0;
        -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    }

    #childrens-sub-nav ul li a dl dd, #discover-sub-nav ul li a dl dd {
        position: relative;
    }

    #childrens-sub-nav ul li a dl dd span,
    #discover-sub-nav ul li a dl dd span {
        padding: 0px;
        margin: 0px;
        color: #4b4b4b;
        font-size: 14px;
        font-weight: normal;
    }

    #childrens-sub-nav ul li,
    #discover-sub-nav ul li {
        padding: 0px;
        margin: 0;
        width: 100%;
        line-height: 48px;
        background: none;
        border-top: none;
        border-bottom: 1px solid #9f9f9f;
    }	

    #childrens-sub-nav ul li:hover,
    #discover-sub-nav ul li:hover {
        line-height: 48px;
        border-top: none;
        background:none;
    }

    #childrens-sub-nav ul li:hover>a,
    #discover-sub-nav ul li:hover>a {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    #childrens-sub-nav ul li a dl dd span, #discover-sub-nav ul li a dl dd span {
        background-color: transparent;
    }

    #childrens-sub-nav ul li.girls a, #discover-sub-nav ul li.international a {
        padding: 0px;
    }

    #childrens-sub-nav ul li a dl dt img, #discover-sub-nav ul li a dl dt img {
        display: none;
    }

    #childrens-sub-nav ul li a, #discover-sub-nav ul li a {
        display: inline-block;
        padding: 0px;
        font-weight: lighter !important;
        width: 100%;
    }

    #global-footer .secure-payment-container {
        text-align: center;
    }

    #global-footer .secure-shopping-container {
        border-bottom: 1px solid #cdcdcd;
    }

    #global-footer .secure-shopping-link {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }    

    #global-footer .row.footer-secure {
        border-bottom: none;
    }

    /* BASKET PAGE */

    .basket-page .basket table {
        border: none;
    }

    .basket-page .basket table thead {
        display: none;
    }

    /* Forgotten password */
    .forgotten-password-page {
        margin-bottom:20px;
        padding: 15px;
    }

    .forgotten-password-page .confirmation_message {
        font-size: 13px;
    }

    .forgotten-password-page h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .forgotten-password-page label {
        font-size: 15px;
    }

    .required-fields.forgotten {
        margin-top: 15px;
    }

    .forgotten-password-page .submit-button {
        width: 100%;
    }

    .forgotten-password-page .header {
        margin-bottom: 0px;
    }

    .forgotten-password-page form {
        margin-top: 15px;
    }

    .forgotten-password-page .confirmation_message {
        margin-bottom: 0px;
    }

    /* Update details */
    .my-details-page .main-section {
        margin: 0px;
    }

    .delivery-address-book-page .main-section table .update ul li {
        margin-bottom: 0px;
    }

    .edit-delivery-page .header h2 {
        margin-top: 15px;
    }

    /* Product list page */

    .product-listing-page {
        overflow: visible;
    }

    .product-listing-page .products, 
    .search-results-page .products {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-listing-page .total-items, 
    .search-results-page .total-items {
        text-align: center;
        border-bottom: none;
    }

    .product-listing-page .pagination, 
    .search-results-page .pagination {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin: 0px 0px 20px;
    }

    .product-listing-page .products-nav-bottom .pagination, 
    .search-results-page .products-nav-bottom .pagination {
        border-top: none;
    }

    .search-results-page .search-results-bottom-border {
        border-bottom: none;
        margin-bottom: 0px;
    }

    #sortOptions1.form-control {
        margin-left: 0px;
        width: 100%;
    }

    #simple-menu {
        width: 100%;
        top: 0;
    }

    .product-list-nex-prev {
        float: right;
    }

    .product-listing-page .pagination ul li.prev, 
    .product-listing-page .pagination ul li.next {
        margin-top: -5px;
    }

    .product-listing-page .back-to-top, 
    .search-results-page .back-to-top {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .products-nav-bottom .pagination {
        padding-top: 25px;
    }

    .product-listing-page #sidebar-nav > div {
       display: none;
    }

    .product-listing-page .header img {
        display: none;
    }    

    .search-results-container {
        border: none;
    }

    .search-results-page {
        overflow: visible;
    }

    .search-results-page .pagination ul > li {
        line-height: 40px;
    }

    .product-listing-page .products-nav .sort-by,
    .search-results-page .products-nav .sort-by {
        float: left;
        width: 50%;
        padding-left: 7.5px;
    }

    .product-listing-page .products-nav .filter-by,
    .search-results-page .products-nav .filter-by {
        float: left;
        width: 50%;
        padding-right: 7.5px;
    }

    .product-listing-page .header p.description {
        margin: 15px;
    }

/*    .checkout-address-page .basket-container {
        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) { 
    #basket-close {
        background-image: url("../images/icon-close-menu-right-2x.png");
        background-size:20px 20px; 
    }
}

@media only screen and (min-width: 991px) {
    .search-results-page .products ul li {
        width: 20%;
    }

    .product-listing-page #sidebar-nav .collections ul, .product-listing-page #sidebar-nav .products ul, .product-listing-page #sidebar-nav .capsule ul {
        display: block !important;
    }
}

@media only screen and (max-width: 991px){
    /* Footer */

    #global-footer .column ul li a {
        text-transform: uppercase;
    }

    #global-footer {
        background-color: #efefef;
        margin:0;
        padding-top:20px;
        margin-top:20px;
    }

    #global-footer .footer-links-list {
        display: none;
    }	

    #global-footer .column {
        height: auto !important;
        margin-top: 0px;
        width: 100%;
    }

    #global-footer .column h3 {
        font-size: 16px;
    }

    #global-footer .footer-sign-up {
        padding-left: 0;
        padding-right: 0;
    }

    #global-footer .footer-sign-up h3 {
        font-weight: normal;
        font-family: "ProximaNovaRegular", "Arial" sans-serif;
    }

    #global-footer .column .row:last-child {
        margin-bottom: -1px;
    }

    #global-footer .col-column {
        border-bottom: 1px solid #cfcfcf;
        background-color: #efefef;
    }

    #global-footer .footer-col-container {
        border-top: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
    }

    #global-footer .footer-signup-container {
        background-color: #efefef;
        padding-top: 20px;
    }

    #global-footer .col-column-title {
        background: url("../images/footer-reveal.png") no-repeat #fff;
        background-position: 98% 50%;
        background-position: top 12px right 10px;
        padding: 10px;
        margin-bottom: 1px;
    }

    #global-footer .col-column-title.is-open {
        background-image:url("../images/footer-hide.png");
    }    

    .lt-ie9 #global-footer .col-column-title {
        background-position: 95% 12px;
    }

    #global-footer .col-column-title:hover {
        cursor: pointer;
    }

    #global-footer .col-column-title h3 {
        margin:0;
    }

    #global-footer .col-column-links {
        margin-top: -1px;
    }

    #global-footer .column ul {
        clear: both;
        padding: 0;
        margin: 0;
    }

    #global-footer .column ul li {
        border-bottom: 1px solid #cfcfcf;
        padding: 10px 0px;
        margin: 0;
    } 

    #global-footer .column ul li a {
        display:block;   
    }

    #footer-social-media-links ul li {
        width: 14%;
    }

    #footer-social-media-links ul li a {
        width: 100% !important;
        display: block !important;
        background-position-x: 50% !important;
        margin: 15px 0px;
    }

    #global-footer .column ul li a {
        font-size: 14px;
    }

    #footer-social-media-links ul li {
        border-bottom: none !important;
    }


    #global-footer .sub-footer-links {
        padding-top: 20px;
    }

    #global-footer #footer-links {
        background-color: #efefef;
        margin-right: -15px;
        padding: 0 0 20px 0;
        float: none;
    }

    #footer-social-media-links {
        max-width: 600px;
        margin:0 auto;
    }

    #global-footer .secure-payment-container {
        padding: 15px 0px 5px;
    }

    #global-footer .secure-payment-container p {
        margin-bottom:0;
    }

    #global-footer .footer-signup-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #global-footer .row.footer-links {
        padding-left: 15px;
        padding-right: 15px;
    }

    #global-footer .row.footer-secure {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*Footer */

    .footer-sign-up #newsletter-email {
        height: 40px;
        border: none;
        border-radius: 0px;
    }

    .btn {
        padding: 10px 12px !important;
    }

    .product-listing-page #sidebar-nav .collections, 
    .product-listing-page #sidebar-nav .products.closed, 
    .product-listing-page #sidebar-nav .capsule {
        border-bottom: none !important;
        margin-bottom: 0px;
    }


    .product-listing-page #sidebar-nav .collections h3, .product-listing-page #sidebar-nav .capsule h3 {
        border-bottom: none;
    }

    .product-listing-page .header img {
        display: none;
    }

    .product-listing-page .products-nav .search-results-bottom-border {
        line-height: 38px;
        margin: 0 -20px;
    }

    .products-tablet-border .products-nav > div:first-child {
        margin: 0 -20px;
    }

    .customer-services-page .fit-guide #fit-holder ul .fit p {
        font-style: italic;
        font-size: 0.813em;
        color: #575757;
        margin: 0;
        padding: 0 0 10px 0;
        text-align: left;
    }

    .customer-services-page .fit-guide #fit-holder ul .fit ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
        margin-bottom: 30px;
    }

    .customer-services-page .fit-guide #fit-holder ul .fit {
        list-style-type: none;
        float: left;
        width: 100%;
        padding: 0 10px 0 0;
        text-align: center;
    }

    .customer-services-page .fit-guide #blurb p {
        width: auto;
        margin: 0 auto;
        padding: 0 0 16px 0;
        font-weight: normal;
        font-size: 0.875em;
        text-align: center;
        font-style: italic;
        line-height: 1.25;
        color: #7b7b7b;
    }

    .customer-services-page .fit-guide #fit-holder {
        width: auto;
        margin: 0 auto;
    }

    .customer-services-page .fit-guide h2 {
        text-align: center;
    }

}

@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) { 
    #global-footer .col-column-title {       
        background-image:url("../images/footer-reveal-2x.png");
        background-size: 18px 18px;
    }

    #global-footer .col-column-title.is-open {
        background-image:url("../images/footer-hide-2x.png");
        background-size: 18px 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .products-tablet-border {
        border: solid 1px #ccc;
        border-bottom: 0px;
        padding: 10px 15px 0px;
    }

    .filter-row {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-sign-up .col-email-field {
        padding-right: 0;
    }

    .footer-sign-up .col-mens {
        padding-left: 10px;
    }

    .footer-sign-up .col-email-field {
        margin-bottom: 15px;
    }

    #global-footer .secure-shopping-link {
        margin-top: 30px;
    }

    #footer-links {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .add-button-holder {
        margin-bottom: 15px;
    }

    #global-footer .column {
        height: auto !important;
    }

    #footer-social-media-links ul {
        display: inline-block;
    }

    #global-footer .row.sign-up {
        border: none;
    }

    #global-footer .row.footer-secure {
        margin-top: 15px;
        border-top: 1px solid #cdcdcd;
    }

    #global-footer .secure-payment-link,
    #global-footer .secure-shopping-container.secure-payment-container p {
        display: inline-block;
    }

    .secure-shopping-container.secure-payment-container {
        padding-left: 0;
    }

    .secure-shopping-container.secure-payment-container p {
        margin-top: 20px;
    }

    .secure-shopping-container.secure-payment-container a {
        position: relative;
        top: -4px;
    }
}

@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) { 
    #global-header .mobile-menu-open {
        background-image:url("../images/mobile-menu-open-2x.png") ;
        background-size:37px 22px;
    }
    .sidr-main-open #global-header .mobile-menu-open {
        background-image: url("../images/close-menu-2x.png");
        background-size:20px 20px;
    }
    #global-header .basket-mobile {
        background-image: url("../images/mobile-basket-2x.png");
        background-size:21px 28px;
        background-position: 85% 50%; 
        background-position: right 28px center;
    }
}

@media screen and (min-width: 992px) {
    .product-listing-page .main-content {
        padding-left: 0;
    }

    .product-listing-page .main-content .product-header-description > p,
    .product-listing-page .main-content .products-nav,
    .product-listing-page .main-content .products,
    .product-listing-page .main-content .products-nav-bottom {
        margin-left: 15px;
    }
}

/* Mobile devices */
@media only screen and (max-device-width: 767px) {
    #basket-close {
        position: fixed !important;
        right: 260px !important;
    }
}