
#share-wishlist-area {
    display: block;
    text-align: center
}

#share-wishlist-button {
    background-color: #c18769;
    display: inline-block;
    position: relative;
    letter-spacing: .075em;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 45px;
    margin-bottom: 30px;
    cursor: pointer
}

.share-wishlist-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 99999999
}

.share-wishlist-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: auto;
    background: #fff;
    z-index: 99999999;
    padding: 30px
}

body.share-wishlist-active .share-wishlist-popup-overlay {
    display: block
}

body.share-wishlist-active .share-wishlist-popup {
    display: block
}

.product-wishlist-area {
    display: none !important
}

#share-wishlist * {
    font-size: 1em;
    line-height: normal;
    /* font-family: futura-pt, DTLNobelT-Light, agenda, humanist-521-light !important */
}

#share-wishlist-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2147483645
}

#share-wishlist-sidebar {
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 475px;
    height: 100%;
    background-color: #fff;
    z-index: 2147483646;
    transition: all .3s ease-out;
    box-shadow: none;
    text-align: center;
    overflow-y: hidden
}

body.share-wishlist-active #share-wishlist-sidebar {
    transform: translateX(0);
    box-shadow: 10px 10px 30px rgb(0 0 0)
}

#share-wishlist-sidebar-close {
    height: 60px;
    border-bottom: 1px solid #ccc;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    background: url(../../../a0a73a99cbfedf7e3b28-a6fed8c1b4fb343f790cc1a783af6690.ssl.cf3.rackcdn.com/icons/goldsmiths/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    cursor: pointer
}

#share-wishlist-sidebar-main {
    position: fixed;
    top: 60px;
    overflow-y: auto;
    height: calc(100% - 60px)
}

body.share-wishlist-active {
    overflow-y: hidden
}

#share-wishlist-form-area {
    padding: 30px 50px
}

#share-wishlist-form-area h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700
}

#share-wishlist-form-area p {
    margin-bottom: 30px
}

#share-wishlist-form-area input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px
}

#share-wishlist-form-area textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    margin-bottom: 30px;
    resize: none
}

#share-wishlist-form-area button {
    background-color: #c18769;
    border: 0;
    width: 100%;
    height: 50px;
    text-transform: uppercase
}

#share-wishlist-form-area .name-fields input {
    width: calc(50% - 7.55px);
    margin-right: 15px
}

#share-wishlist-form-area .name-fields input:last-child {
    margin-right: 0
}

#wishlist-competition-area {
    background-color: #eee;
    padding: 25px;
    margin-bottom: 30px
}

#wishlist-competition-area h4 {
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: .9em;
    margin-bottom: 15px
}

#wishlist-competition-area p {
    font-size: .9em;
    text-align: left;
    margin-bottom: 0;
    float: right;
    width: calc(100% - 40px)
}

#wishlist-competition-area p a {
    text-decoration: underline
}

#wishlist-competition-area input[type=checkbox] {
    float: left;
    margin: 0;
    width: 25px;
    height: 25px
}

#wishlist-competition-area>div.clearfix {
    margin-bottom: 15px
}

.wishlist-form-pending {
    position: relative
}

.wishlist-form-pending:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://content.thewosgroup.com/wishlist/ajax-loader.gif);
    background-color: rgba(255, 255, 255, .75);
    background-repeat: no-repeat;
    background-position: center
}

.hidden-field {
    display: none
}

.recipient-email-actions {
    margin-bottom: 30px;
    text-align: left
}

.recipient-email-actions span.recipient-email-action {
    cursor: pointer;
    font-size: .9em !important;
    text-decoration: underline
}

#share-wishlist-form-area.wishlist-submitted {
    display: none
}

#wishlist-complete-area {
    display: none;
    padding: 30px 50px
}

#wishlist-complete-area.wishlist-submitted {
    display: block
}

#wishlist-complete-area h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700
}

#wishlist-complete-area p {
    margin-bottom: 30px
}

#wishlist-complete-area .reset-wishlist,
#wishlist-complete-area p a {
    text-decoration: underline;
    cursor: pointer
}

#wishlist-complete-area img {
    width: 75px;
    margin-bottom: 15px
}

.accountWishlistInfo .share-wishlist-toggle {
    float: right;
    cursor: pointer
}

.wishlist-competition-promo {
    background-color: #f9f9f9;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px
}

.wishlist-competition-promo h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

.wishlist-competition-promo p {
    margin-bottom: 5px
}

.wishlist-competition-promo p a {
    text-decoration: underline
}

.wishlist-competition-promo p:last-child {
    margin: 0
}

.wishlist-competition-promo p span {
    background-color: #c18769;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer
}

body {
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;
    /* font-family: 'Lora', serif; */
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400 !important
}

.mainContent {
    margin-top: 40px
}

::-webkit-scrollbar {
    height: 2px
}

.facet-Gemstoneshape .facetAction>div {
    padding-left: 30px;
    margin-left: 30px;
    background-repeat: no-repeat
}

.facet-Gemstoneshape .facetAction[data-query*=pearcut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/pear.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=baguettecut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/baguette.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=cushioncut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/cushion.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=emeraldcut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/emerald.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=marquisecut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/marquise.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=ovalcut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/oval.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=princesscut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/princess.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=radiantcut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/radiant.svg)
}

.facet-Gemstoneshape .facetAction[data-query*=roundbrilliantcut]>div {
    background-image: url(https://content.thewosgroup.com/goldsmiths/icons/round_brilliant.svg)
}

@media (max-width:767px) {
    body {
        font-size: 15px;
        line-height: 22px;
        padding-top: 85px !important
    }

    .mainContent {
        margin-top: 30px
    }
}

@media (max-width:991px) and (min-width:701px) {
    body {
        padding-top: 116px !important
    }
}

@media (max-width:700px) {
    body {
        padding-top: 87px !important
    }
}

b,
strong {
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;
    font-weight: 500 !important;
    color: #000
}

p {
    font-weight: 400 !important;
    line-height: inherit;
    color: inherit
}

h1,
h2,
h3 {
    font-weight: 400;
    color: inherit
}

a,
a:focus,
a:hover {
    color: #000
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden
}

img {
    font-size: 14px;
    line-height: 18px
}

input#pac-input {
    border-color: #ccc;
    color: #3e3e3e;
    font-family: futura-pt;
    height: 50px
}

.form-control {
    font-size: 17px
}

.promoBlock {
    background-color: #000;
    color: #fff
}

.promoBlock a,
.promoblock b {
    color: inherit !important
}

.promoBlock i.fa-times {
    display: none
}

.middleHeader {
    margin-top: 0;
    margin-bottom: 0
}

.middleHeader .siteLogo img {
    max-width: 200px;
    margin: 10px auto;
    margin-top: 15px;
    width: 100%
}

.slideInPopupHeader,
.spCheckoutPopupHeader {
    font-size: 1em;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400
}

.breadcrumb,
.breadcrumb>.active {
    color: #000 !important
}

.breadcrumb {
    padding: 15px 0 10px 0;
    font-size: 1em
}

.breadcrumb-outer-container {
    border-bottom: 0
}

.breadcrumb>li,
.breadcrumb>li.active {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    line-height: 18px
}

breadcrumb>li.active {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb-section {
    padding: 0 !important
}

.breadcrumbsRow {
    overflow-y: auto;
    white-space: nowrap;
    display: block;
    border-bottom: 0
}

.promoBar {
    border-bottom: 0;
    background-color: #000;
    color: #fff;
    font-family: futura-pt;
    font-weight: 400
}

.promoBar a {
    color: #fff !important
}

.promoBar a:hover {
    color: #fff !important
}

.promoBar i {
    display: none
}

.promoBar b {
    color: #fff
}

.promoBarComponent {
    line-height: 36px;
    font-size: inherit !important;
    color: inherit !important
}

.promoBarComponent a {
    font-size: 15px !important;
    color: inherit !important
}

.promoBarComponent a:hover {
    cursor: pointer;
    text-decoration: none
}

.promoBarComponent .virtual-boutique-toggle {
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: auto;
    color: inherit !important;
    text-transform: none;
    letter-spacing: inherit
}

img.lwvb-logo {
    max-width: 300px !important;
    width: 75% !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px !important
}

.lwvb-component .virtual-boutique-toggle {
    background-color: #c18769;
    text-align: center;
    /* font-family: futura-pt, DTLNobelT-Light, agenda, humanist-521-light; */
    font-size: .9em;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 47px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px
}

.facetItem .facetTitle:focus:after,
.facetOptions li:focus:before,
li.paginationAction:focus span {
    outline-color: #c18769 !important
}

#btnGetPrice {
    line-height: 45px;
    text-align: center
}

@media (max-width:991px) and (min-width:701px) {
    body {
        padding-top: 110px
    }
}

@media(max-width:767px) {
    .promoBarComponent {
        line-height: 30px
    }

    .promoBarComponent a {
        font-size: 12px !important
    }

    body {
        padding-top: 86px
    }
}

#cookie-message {
    background-color: transparent
}

#cookie-message .container {
    background-color: #fff;
    color: #000;
    font-size: 1em !important;
    letter-spacing: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    max-width: 1620px;
    padding: 20px
}

#cookie-message a {
    color: #000;
    text-decoration: underline;
    max-width: 1920px
}

#cookie-accept {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    letter-spacing: .5px;
    padding: 15px 20px !important;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase !important;
    display: inline-block;
    text-align: center;
    min-width: auto;
    width: 100%;
    cursor: pointer
}

.header {
    background-color: #fff
}

.header a {
    color: #000
}

@media (min-width:1460px) {

    .footer>.container,
    .header>.container {
        width: 100%;
        max-width: 1600px
    }
}

@media (min-width:1200px) {

    .footer>.container,
    .header>.container {
        width: 100%;
        max-width: 1600px;
        padding: 0 30px
    }
}

@media (min-width:992px) {

    .footer>.container,
    .header>.container {
        width: 100%;
        max-width: 1600px;
        padding: 0 30px
    }
}

@media (max-width:991px) and (max-height:992px) {
    object.svg.headerIcon.location {
        height: 37px
    }
}

.middleHeader .search-form button {
    font-weight: 400
}

.searchSuggestions {
    width: 100%;
    max-width: 248px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.searchSuggestions h4 {
    text-align: left;
    background-color: #f6f6f6;
    padding: 10px;
    color: #000
}

.searchSuggestionsKeywords ul li {
    text-align: left;
    line-height: 1.5em;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px
}

.middleHeader .search-form button,
.middleHeader .search-form input {
    font-weight: 400;
    color: #000 !important
}

.middleHeader .search-clear {
    width: 40px
}

.fa-shopping-bag:before {
    font-size: .8em;
    font-weight: 300 !important;
    color: #000
}

.middleHeader .search-form {
    border: 0;
    border-bottom: 1px solid #000
}

.middleHeader .search-form input,
.middleHeader .search-form input::placeholder {
    color: #000
}

.upperHeader {
    text-transform: none;
    font-size: .85em;
    letter-spacing: 0;
    padding: 0 15px
}

.wishlistOverFlowText {
    font-family: futura-pt;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px
}

.wishlistAccountMessage {
    padding: 15px 30px;
    font-family: futura-pt;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.accountWishlistInfo {
    padding: 0 15px
}

.mobileHeaderIcon.shopping-bag.pull-right.headerCartNotEmpty {
    width: 40px
}

.middleHeader .mobileHeaderIcon.shopping-bag.headerCartNotEmpty a.headerCartBlock {
    background-color: transparent;
    border: 0
}

.middleHeader .mobileHeaderIcon.shopping-bag.headerCartNotEmpty a.headerCartBlock i {
    color: #000
}

.headerCheckoutBlock.miniCartButton {
    display: none !important
}

.miniCartShapingBlock {
    opacity: 0
}

.middleHeader span.cartTotal {
    background-color: #c18769;
    color: #000;
    font-weight: 400
}

.miniCartTitle span {
    font-family: futura-pt;
    font-weight: 400;
    font-size: 15px;
    height: 2.8em;
    line-height: 20px
}

.miniCartButton {
    max-height: 50px;
    line-height: 3.5em
}

.miniCartTitle span.miniCartBrandName {
    font-family: futura-pt;
    font-weight: 400;
    font-size: 14px;
    height: 1.6em
}

.miniCartExpandedTotalsRow .miniCartExpandedTotalsRowValue.miniCartSubtotal {
    font-family: futura-pt;
    font-weight: 400;
    font-size: 1.1em
}

.navigationBar .mainNav:before,
.upperHeaderContainer:after {
    border: 0
}

.searchSuggestions .searchSuggestionsProducts,
.searchSuggestions h4 {
    display: none
}

.topHeader a:hover,
.upperHeader a,
topHeader a:focus {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 20px
}

.middleHeader .shopping-bag i {
    font-size: 30px
}

#mobile-navigation li.mobileNavNode a.mobileBufferLink {
    pointer-events: none !important;
    padding: 30px 0;
    color: transparent
}

@media (min-width:991px) {
    .rolex-retailer-clock {
        height: 70px
    }

    .middleHeader .search-bar {
        width: 135px
    }
}

@media (max-width:991px) {
    .middleHeader .siteLogo {
        height: 56px
    }

    .header>.container {
        border-bottom: 0 solid #e3e3e3
    }

    .middleHeader .search-bar {
        color: #000
    }

    .middleHeader .search-form button {
        padding: 0
    }

    .middleHeader .search-form button i {
        background-color: #97999b;
        width: 40px;
        color: #fff;
        font-size: 18px !important;
        line-height: 40px;
        top: 0;
        margin-top: 0;
        vertical-align: top
    }
}

@media(max-width:700px) {
    body {
        padding-top: 56px
    }

    .middleHeader {
        height: 56px
    }

    .middleHeader .mobileHeaderIcon {
        height: 56px;
        line-height: 54px;
        width: 40px
    }

    .middleHeader .mobileHeaderIcon i {
        margin-top: 12px;
        color: #000 !important
    }

    .mobileHeaderIcon.mobile-navigation-button {
        margin-top: 0
    }

    .middleHeader .mobileHeaderIcon.headerSearchForm {
        top: 88px;
        height: 56px;
        background-color: #fff !important;
        border: 0 !important
    }

    .middleHeader .siteLogo img {
        max-width: 134px;
        margin: 20px auto
    }

    .brand_nav_wrapper {
        top: 56px
    }

    .middleHeader .shopping-bag i {
        font-size: 25px
    }
}

.navigationBar .mainNav>ul>li {
    padding: 8px 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.navigationBar .mainNav>ul>li>a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bolder !important;
    color: black;
    padding: 0px 16px;
    border-bottom: 4px solid transparent;
    font-family: 'Playfair Display', serif;
}

.navigationBar .mainNav>li>a:focus,
.navigationBar .mainNav>ul>li>a:hover {
    text-decoration: none !important
}

.navigationBar .mainNav>ul>li.nav-hover>a {
    border-color: #000
}

.navigationBar li.nav-hover .dropdown-nav h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: inherit;
    font-weight: 400;
    height: auto;
    line-height: 1.4em;
    margin: 0;
    margin-bottom: 10px
}

.navigationBar li.nav-hover .dropdown-nav a {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    letter-spacing: 0
}

.dropdown-nav div#cssCircle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
    border: .5px solid #777
}

.dropdown-nav div#cssCircle.platinum {
    background-color: #e2e2e2
}

.dropdown-nav div#cssCircle.whitegold {
    background-color: #f0f0f0
}

.dropdown-nav div#cssCircle.yellowgold {
    background-color: #e8c36e
}

.dropdown-nav div#cssCircle.rosegold {
    background-color: #eac3bb
}

.dropdown-nav div#cssCircle.silver {
    background-color: #d5d5d5
}

.dropdown-nav div#cssCircle.palladium {
    background-color: #e2e2e2
}

.dropdown-nav div#cssCircle.titanium {
    background-color: #e4ebec
}

.navigationBar {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ececec;
    background-color: #fff !important
}

.navigationBar .container {
    width: 100%
}

.navigationBar .mainNav {
    font-family: futura-pt;
    border-top: none;
    overflow-y: auto;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid black;
}

.navigationBar .col-md-12.positionStatic {
    padding: 0
}

.navigation-icon {
    max-width: 20px;
    margin-right: 10px
}

.wishlistExpanded {
    /* font-family: futura-pt !important; */
    font-weight: 400;
    top: 24px
}

.header .wishlistCreateAccButton,
.header .wishlistViewListButton {
    line-height: 3.667em
}

#wishlistSignInButton {
    margin-right: 7px;
    width: 43%
}

.wishlistCreateAccButton {
    margin-left: 7px;
    width: 43%
}

.navigationBar .dropdown-nav {
    top: 37px;
    padding: 50px 30px;
    border-top: 1px solid #e3e3e3
}

.navigationBar .dropdown-nav .container {
    max-width: 1300px
}

.navigationBar li:focus-within .dropdown-nav {
    display: none
}

.navigationBar .mainNav>ul>li:focus-within>a:after {
    display: none
}

.grey-overlay {
    top: 0;
    background-color: rgba(0, 0, 0, .7)
}

.searchSuggestionsProducts {
    display: none
}

@media (max-width:991px) and (min-width:701px) {
    body {
        padding-top: 80px
    }

    .middleHeader {
        height: 80px
    }

    .middleHeader .siteLogo img {
        margin: 29.5px auto
    }

    .middleHeader .mobileHeaderIcon {
        height: 80px;
        line-height: 80px;
        width: 60px
    }

    .middleHeader .mobileHeaderIcon i {
        margin-top: 25px;
        color: #000 !important
    }

    .mobileHeaderIcon.mobile-navigation-button {
        margin-top: 0
    }

    .middleHeader .mobileHeaderIcon.headerSearchForm {
        top: 80px;
        height: 80px
    }

    .middleHeader .search-button {
        top: 20px;
        vertical-align: top
    }

    .middleHeader .search-button i.fal.fa-search {
        color: #000;
        margin-top: 0;
        vertical-align: top;
        line-height: 40px;
        top: 0;
        font-size: .9em
    }
}

.bespoke-dropdown.container hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc
}

.bespoke-dropdown.container .column-header {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 20px;
    text-align: left !important;
    line-height: 18px
}

.bespoke-dropdown.container .column-header a {
    font-size: 12px !important;
    line-height: 20px !important
}

.bespoke-dropdown.container .column-header:first-child {
    margin-top: 0
}

.bespoke-dropdown.container .image-block img {
    width: 100%;
    margin-bottom: 0
}

.bespoke-dropdown.container .image-block span {
    display: block;
    line-height: 50px;
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;
    background-color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.bespoke-dropdown.container .image-block a:hover {
    text-decoration: none
}

.middleHeader .mobileHeaderIcon i.fal.fa-search {
    font-size: 1em
}

.footer {
    background-color: #f7f7f7;
    border-top: none;
    padding: 60px 0;
    padding-bottom: 0 !important
}

.footer .footer-social h3,
.footer h3 {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: inherit;
    font-weight: 500;
    height: auto;
    line-height: 1em;
    margin: 0;
    margin-bottom: 30px
}

.footer li {
    line-height: 1em;
    padding-bottom: 5px;
    list-style: none;

}

.footer ul>li>a {
    font-weight: 400;
    color: inherit;
    line-height: 30px;
    font-size: 1em;
    font-family: futura-pt, Arial, sans-serif;
}

.footer .footer-social input[type=text] {
    height: 45px
}

.footer .footer-social p {
    font-size: 1em
}

.footer .footer-copyright {
    margin-top: 50px;
    line-height: 28px;
    font-size: 14px;
    color: inherit
}

.footer .footer-payment {
    margin-top: 0 !important;
    width: 100%
}

.footerBottom {
    background-color: inherit;
    color: inherit;
    padding-bottom: 0;
    margin-top: 0 !important
}

.site-legal {
    background-color: #f7f7f7 !important
}

.site-legal p.finance-text {
    max-width: 100% !important
}

.family-logos>.container,
.footerBottom>.container,
.site-legal>.container {
    width: 100%;
    max-width: 1600px;
    background-color: #f7f7f7 !important
}

.family-logos.container {
    text-align: left;
    background-color: #f7f7f7 !important
}

.footer .footer-social i {
    text-align: center;
    padding-top: 0;
    font-size: 1.6em;
    border-radius: 100px;
    transition: all .1s ease-out;
    color: #000;
    background-color: #f7f7f7
}

.footer .footer-social i:hover {
    transition: all .1s ease-out;
    color: #767676;
    background-color: #f7f7f7
}

@media (max-width:991px) {
    .footerColumns .footerColumn.footer-menu-open ul {
        margin-left: 0;
        margin-right: 0
    }
}

.int-cat-pg .cmsPage .cmsContainer hr {
    margin: 20px 10px;
    border: 0;
    border-top: 4px double #ccc
}

.int-cat-pg .cmsPage>div:nth-child(2) {
    margin-top: 30px
}

.int-cat-pg .cmsPage .cmsContainer {
    margin-top: 50px
}

.int-cat-pg .cmsPage .cmsContainer.removeMarginTop {
    margin-top: 0
}

.int-cat-pg .cmsPage .cmsContainer .containerNarrow {
    max-width: 1200px !important
}

.int-cat-pg .cmsPage .cmsContainer .containerTitleSection h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px !important
}

.int-cat-pg .cmsPage .cmsContainer.titlesLeftAligned h2 {
    border-bottom: 0 solid #000;
    padding-bottom: 0
}

.int-cat-pg .cmsPage .cmsContainer .containerTitleSection h1 {
    font-size: 2em;
    letter-spacing: .25em;
    max-width: 1000px;
    margin-bottom: 10px;
    line-height: 1.2em
}

@media (max-width:767px) {
    .int-cat-pg .cmsPage .cmsContainer {
        margin-top: 40px !important
    }

    .int-cat-pg .cmsPage>div:nth-child(2) {
        margin-top: 30px !important
    }

    .int-cat-pg .cmsPage .cmsContainer.removeMarginTop {
        margin-top: 0 !important
    }

    .int-cat-pg .cmsPage .cmsContainer hr {
        margin: 20px 5px
    }

    .int-cat-pg .cmsPage .cmsContainer .containerTitleSection h1 {
        margin-bottom: 10px
    }
}

.category-nav-container {
    padding: 0 40px;
    max-width: 1680px;
    margin: 0 auto
}

.category-text-nav {
    text-align: center;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
    line-height: 14px;
    padding: 25px 0;
    display: block
}

.category-text-nav a {
    padding: 0 15px;
    display: inline-block
}

@media (max-width:767px) {
    .category-text-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto;
        white-space: nowrap;
        display: flex
    }

    .category-nav-container {
        padding: 0 15px
    }
}

.cmsContainer {
    text-align: center;
    margin-top: 40px
}

.cmsPage .cmsContainer .containerNarrow {
    max-width: 1200px
}

.cmsPage .cmsContainer .containerExtraNarrow {
    max-width: 800px
}

.cmsPage div[class*=col-],
.cmsPage div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1640px) {
    .cmsPage .container {
        width: 100%;
        max-width: 1640px
    }

    .cmsPage .container.containerFullWidth {
        width: 100%;
        max-width: 100%;
        padding: 0 0 !important
    }

    .cmsPage .container.cmsBannerCarouselComponent {
        width: 100%;
        max-width: 1920px;
        padding: 0 !important
    }
}

@media (max-width:1600px) {
    .cmsPage .container {
        width: 100%;
        padding: 0 40px !important
    }

    .cmsPage .container.cmsBannerCarouselComponent {
        padding: 0 !important
    }
}

@media (max-width:992px) {
    .cmsPage .container {
        width: 100%;
        padding: 0 40px !important
    }

    .cmsPage .container.cmsBannerCarouselComponent {
        padding: 0 !important
    }

    .cmsPage div[class*=col-],
    .cmsPage div[class^=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 767px) {
    .cmsPage .container {
        width: 100%;
        padding: 0 20px !important;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .brand-carousel,
    .brand-carousel .item {
        box-sizing: border-box;
        max-width: 100%;
    }

    .slick-slider {
        overflow: hidden;
    }
}

.bannerContentInner h1,
.bannerContentInner h2,
.containerTitleSection h1 {
    font-family: baskerville-urw;
    font-weight: 300 !important
}

.containerTitleSection h2 {
    font-family: baskerville-URW;
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 0 !important;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 30px;
    font-weight: 500
}

.titlesLeftAligned .containerTitleSection h2 {
    font-family: futura-pt;
    color: #000;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 700;
}

.blockComponent>a:hover img {
    transform: scale(1)
}

.bannerContent {
    position: absolute;
    width: 100%;
    font-family: futura-pt;
    padding-left: 0;
    padding-right: 0
}

.cmsPage .owl-theme .owl-nav {
    margin-top: 0
}

.cmsPage .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important
}

.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-] {
    background-color: #fff !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    border-radius: 0 !important;
    margin: 0;
    opacity: .7
}

.cmsPage .cmsBannerCarouselComponent .owl-dots {
    margin-top: -40px;
    position: absolute
}

.cmsPage .cmsBannerCarouselComponent .owl-dot span {
    height: 8px !important;
    width: 8px !important;
    background-color: #c4c4c4 !important;
    border: 0 solid;
    border-radius: 100px !important;
    margin: 0 5px !important
}

.cmsPage .cmsBannerCarouselComponent .owl-dot.active span {
    background-color: #000 !important;
    border-color: #ccc !important
}

.cmsBannerCarouselComponent div.item a[href="/rolex"] .bannerContentInner h2,
.cmsBannerCarouselComponent div.item a[href="/rolex/mew-watches-2021"] .bannerContentInner h2 {
    font-family: futura-pt;
    font-weight: 500 !important;
    letter-spacing: 2px
}

.cmsPage .cmsBannerCarouselComponent div.item a[href="/rolex"] .bannerContentInner .bannerLinkButton,
.cmsPage .cmsBannerCarouselComponent div.item a[href="/rolex/new-watches-2021"] .bannerContentInner .bannerLinkButton {
    background-color: #127749;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 5px
}

.cmsPage .cmsBannerComponent img,
.cmsPage .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
    height: 450px;
}

.cmsPage .cmsContainer.cmsBannerComponent {
    margin-bottom: 0 !important;
    margin-top: 0
}

.cmsBannerComponent .row {
    margin-left: 0;
    margin-right: 0
}

.cmsBannerComponent .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.cmsPage .bannerContent {
    font-family: futura-pt;
    color: #000;
    position: absolute;
    display: flex;
    height: 100%;
    text-align: center
}

.cmsPage .bannerContentInner {
    margin: 0 !important
}

.cmsPage .bannerContent .bannerContentInner {
    color: inherit;
    text-transform: inherit !important;
    padding: 3% 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 40%
}

.contentCenter {
    width: 100%;
    max-width: 100% !important;
    justify-content: center
}

.contentCenter .bannerContentInner {
    max-width: 100%;
    width: 100% !important
}

.contentLeft {
    left: 0;
    justify-content: flex-start
}

.contentLeft .bannerContentInner {
    width: 20%
}

.contentRight {
    right: 0;
    justify-content: flex-end
}

.contentRight .bannerContentInner {
    width: 20%;
    justify-content: right
}

.contentMiddle {
    height: 100%;
    align-items: center;
    top: 0;
    transform: none
}

.contentTop {
    top: 0;
    transform: none
}

.cmsPage .bannerContent.contentTop .bannerContentInner {
    justify-content: flex-start
}

.cmsPage .bannerContent.contentBottom {
    bottom: 0;
    top: auto;
    transform: none
}

.cmsPage .bannerContent.contentBottom .bannerContentInner {
    justify-content: flex-end
}

.cmsPage .bannerContent h1 span,
.cmsPage .bannerContent h2 span {
    display: block;
    font-size: 12px !important;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 12px !important
}

.cmsPage .bannerContent h1 {
    font-family: baskerville-urw;
    font-size: 2.5em;
    line-height: 1.3em !important;
    letter-spacing: .3em;
    font-weight: 300 !important;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 600px;
    color: inherit
}

.cmsPage .bannerContent h2 {
    font-family: baskerville-urw;
    font-size: 1.8em;
    line-height: 1.4em !important;
    letter-spacing: .3em;
    font-weight: 300 !important;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 500px;
    color: inherit
}

.cmsPage .bannerContentInner h1 img,
.cmsPage .bannerContentInner h2 img {
    object-fit: scale-down !important;
    max-height: 200px !important;
    max-width: 300px !important;
    height: auto !important;
    width: auto !important;
    min-height: auto !important
}

.cmsPage .bannerContent .bannerContentInner p {
    color: inherit !important
}

.cmsPage .bannerContent p {
    font-size: 1em;
    letter-spacing: 0;
    font-weight: 300;
    max-width: 400px;
    margin: 0 auto !important;
    margin-top: 10px !important;
    padding: 0;
    text-shadow: none;
    color: inherit;
    text-transform: initial
}

.containerFullWidth .bannerContentInner p {
    letter-spacing: 0 !important;
    text-transform: inherit !important
}

.bannerContentInner span.bannerLinkButton,
.cmsPage .bannerContent .bannerLinkButton {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 15px !important;
    line-height: 14px !important;
    color: #fff;
    padding: 15px 40px;
    background-color: #000;
    min-width: 240px;
    border-bottom: 0;
    text-shadow: none;
    text-transform: uppercase;
    margin-bottom: 0 !important
}

.cmsBannerCarouselComponent .owl-nav .owl-next,
.productImageGallery .owl-nav .owl-next:hover {
    right: 0
}

.cmsBannerCarouselComponent .owl-nav .owl-prev,
.productImageGallery .owl-nav .owl-prev:hover {
    left: 0
}

.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav .owl-next,
.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav .owl-prev {
    opacity: 1
}

.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav .owl-next.disabled,
.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav .owl-prev.disabled {
    opacity: .1
}

.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
    background-color: #ffff !important
}

.owl-nav i.fal.fa-chevron-left {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-left.svg);
    width: 25px;
    height: 30px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    left: 15px;
    position: relative
}

.owl-nav i.fal.fa-chevron-right {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-right.svg);
    width: 25px;
    height: 30px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    left: 15px;
    position: relative
}

@media(max-width:767px) {
    .owl-nav i.fal.fa-chevron-left {
        left: 10px !important
    }

    i.fal.fa-chevron-right {
        left: 10px !important
    }
}

.plp-subcategories .owl-theme .owl-nav button.owl-next:before {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-right.svg) center center;
    width: 45px;
    height: 25px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px
}

.plp-subcategories .owl-theme .owl-nav button.owl-prev:before {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-right.svg) center center;
    width: 45px;
    height: 25px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px;
    transform: rotate(180deg)
}

.cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: rgba(0, 0, 0, .15) !important
}

@media (max-width:767px) {
    .cmsPage .cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-] {
        width: 35px
    }
}

.cmsPage .containerBorderTop {
    padding-top: 30px !important;
    border-top: 1px solid #ccc
}

.cmsPage .blockComponentContainer .blockComponent {
    margin-bottom: 40px
}

.componentBlockText {
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: inherit !important;
    padding: 0 0;
    padding-top: 15px
}

.cmsPage .cmsContainer.titlesLeftAligned {
    text-align: left
}

.cmsPage .cmsContainer.titlesLeftAligned .blockComponent .componentBlockText {
    text-align: left
}

.cmsPage .cmsContainer .blockComponent .componentBlockText p,
.cmsPage .cmsContainer .col-md-12.component .componentBlockText p {
    max-width: 85%;
    padding-left: 0 !important;
    color: inherit !important
}

.cmsPage .cmsContainer.titlesLeftAligned .blockComponent .componentBlockText p,
.cmsPage .cmsContainer.titlesLeftAligned .col-md-12.component .componentBlockText p {
    margin-left: 0;
    max-width: 90%;
    padding-left: 0 !important;
    color: inherit !important
}

.cmsPage .cmsContainer .col-md-12.component .componentBlockText {
    padding: 30px 0;
    background-color: #fff;
    position: relative
}

.cmsContainer .componentBlockText span,
.cmsContainer .containerTitleSection span {
    display: block !important;
    font-size: 12px !important;
    color: inherit !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
    line-height: 14px
}

.cmsPage .cmsContainer .col-md-12.component .componentBlockText h3 {
    max-width: 600px
}

.cmsPage .cmsContainer .col-md-12.component .componentBlockText p {
    max-width: 800px
}

.cmsPage .cmsContainer.titlesLeftAligned .col-md-12.component .componentBlockText h3 {
    max-width: 600px;
    margin-left: 0
}

.cmsPage .cmsContainer.titlesLeftAligned .col-md-12.component .componentBlockText p {
    max-width: 800px
}

.cmsContainer h1 span,
.cmsContainer h2 span,
.cmsContainer h3 span {
    display: block !important;
    font-size: 12px !important;
    color: inherit !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    margin-bottom: 4px;
    letter-spacing: 1px;
    /* font-family: futura-pt */
}

.blockComponentHeaderLink {
    text-decoration: none !important;
    display: block !important;
    margin-top: 0 !important;
    font-size: initial !important
}

.componentBlockText a.blockComponentHeaderLink:hover {
    color: inherit
}

.cmsContainer h1 span {
    margin-bottom: 15px !important
}

.bannerContentInner span,
.componentBlockText span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: 12px
}

.blockComponentContainer .blockComponent .componentBlockText h3,
.cmsPage .blockComponent .componentBlockText h3,
.cmsPage .component .componentBlockText h3 {
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;

    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    text-align: inherit;
    line-height: 1.2em;
    text-transform: uppercase
}

.blockComponent .componentBlockText p,
.cmsPage .component .componentBlockText p {
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;

    font-size: 1em;
    font-weight: 300;
    text-transform: inherit;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 10px
}

.blockComponent .componentBlockText a,
.cmsPage .component .componentBlockText a,
.componentBlockText a {
    font-size: 1em;
    font-weight: 400 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    text-decoration: underline;
    color: inherit;
    margin: 0 auto;
    margin-top: 10px;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    border: 0;
    box-shadow: none
}

.blockComponent .componentBlockText a>i,
.cmsPage .component .componentBlockText a>i,
.componentBlockText a>i {
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px
}

.blockComponent>a img:hover {
    opacity: .85
}

.cmsPage .blockComponentContainer .col-md-2 .componentBlockText {
    padding: 10px 0;
    padding-bottom: 0
}

.cmsPage .containerTitleSection {
    padding-bottom: 15px !important
}

span.intro-span-underline {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 15px !important
}

.cmsPage .containerTitleSection p {
    font-weight: 300;
    font-size: 1em;
    line-height: inherit;
    margin: 0 0 15px 0
}

.cmsPage .containerTitleSection p:last-child {
    margin-bottom: 0
}

.cmsPage .containerTitleSection p a {
    color: inherit;
    text-decoration: underline
}

.cmsPage .cmsContainer.titlesLeftAligned .containerTitleSection p {
    padding: 0
}

.cmsPage .cmsContainer.productCarouselComponent img,
.productCarouselBlock img {
    filter: brightness(98%) !important;
    background-color: rgba(0, 0, 0, .03) !important
}

.cmsPage .cmsContainer.productCarouselComponent {
    padding: 0
}

.cmsPage .productCarouselBlock {
    margin-bottom: 40px
}

.cmsPage .productCarouselBlock a:hover {
    text-decoration: none !important
}

@media(max-width:991px) {
    .blockComponentContainer .productCarouselBlock:nth-child(odd) {
        padding-left: 0
    }

    .blockComponentContainer .productCarouselBlock:nth-child(even) {
        padding-right: 0
    }
}

.cmsPage .blockComponentContainer {
    padding: 0
}

.cmsPage .titlesLeftAligned .productCarouselBlock .componentBlockText {
    padding-left: 0 !important
}

.cmsPage .productCarouselTextBrandTitle {
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: .08em;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 8px;
    text-align: inherit !important
}

.cmsPage .productCarouselTextTitle {
    font-size: 1em;
    padding-right: 15px;
    line-height: 20px;
    /* font-weight: 600; */
    -webkit-line-clamp: 1;
    height: 20px
}

.cmsPage .componentBlockPrice {
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 1.2em !important;
    display: block;
    margin-top: 0;
    text-align: inherit;
    letter-spacing: 0;
    padding-top: 20px
}

.cmsPage .productCarouselLink {
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0 10px
}

.cmsPage .productCarouselLink:hover {
    border: 0
}

.cmsPage .productCarouselLink a {
    max-width: 300px;
    border: 1px solid #c5c5c5;
    font-weight: 300;
    line-height: 20px;
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;

    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 15px 20px;
    display: block;
    transition: all .2s ease-out;
    height: 50px;
    letter-spacing: .1em;
    margin-top: 20px
}

.cmsPage .productCarouselLink a:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

#content-nav {
    border-bottom: 1px solid #ededed;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    z-index: 2
}

#content-nav a {
    padding: 40px 20px;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: .08em;
    font-weight: 400
}

#content-nav a:hover {
    text-decoration: underline
}

#content-nav li {
    display: inline-block
}

#content-nav ul {
    padding: 0 20px;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap
}

.uspBar {
    margin: 0 !important;
    padding: 0;
    max-width: 1600px;
    border-bottom: 0;
    border-top: 0
}

.uspBar.uspBarMobile {
    padding: 5px 0 !important;
    background-color: transparent;
    border: 0 solid #000
}

.uspBar .col-md-4 {
    padding: 0 !important;
    width: 32.333333%;
    margin: .5% !important;
    background-color: transparent;
    border: 0 solid #ccc
}

.uspBar a {
    color: #000 !important;
    text-decoration: none
}

.uspBar i {
    font-size: 2em;
    margin-bottom: 10px
}

.uspBar h3 {
    font-family: futura-pt;
    font-size: 17px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    color: inherit;
    line-height: 23px;
    margin-bottom: 6px
}

.uspBar p {
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
    color: inherit;
    font-size: 1em;
    line-height: 1em
}

.cmsContainer.blue-content-feature {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 40px;
    color: #fff !important
}

.blue-content-feature .componentBlockText h2 span,
.blue-content-feature .componentBlockText h3 span {
    color: #ececec !important
}

.cmsContainer.blue-content-feature p {
    color: inherit !important
}

.cmsPage .content-accordion {
    margin-top: 30px
}

.cmsPage .content-accordion .accordion-item {
    border-top: 1px solid #ccc
}

.cmsPage .content-accordion .accordion-item:last-child {
    border-bottom: 1px solid #ccc
}

.cmsPage .content-accordion .accordion-item .accordion-header {
    padding: 10px 0;
    position: relative;
    cursor: pointer
}

.cmsPage .content-accordion .accordion-content {
    display: none;
    padding: 10px 0 30px 0
}

.cmsPage .content-accordion .accordion-content tr td:first-child {
    min-width: 237px
}

.cmsPage .content-accordion .accordion-content table {
    margin-bottom: 12px;
    width: 100%
}

.cmsPage .content-accordion .accordion-content td {
    border: 1px solid #ccc;
    padding: 1% 20px;
    vertical-align: top
}

.cmsPage .content-accordion .accordion-content tr {
    border: 1px solid #ccc
}

.cmsPage .content-accordion .accordion-item .accordion-header:after {
    display: block;
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    line-height: 62px;
    font-size: 20px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    background-image: url(https://content.thewosgroup.com/css/icons/chevron-down-thin.svg);
    background-repeat: no-repeat;
    color: #000;
    width: 20px;
    height: 62px
}

.cmsPage .content-accordion .accordion-item.open-accordion .accordion-header:after {
    content: '';
    transform: rotate(180deg);
    top: -20px
}

@media (max-width:1600px) {
    .cmsPage .cmsContainer.cmsBannerComponent>.container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:1100px) {

    .cmsPage .bannerContent h1,
    .cmsPage .bannerContent h2 {
        margin: auto;
        margin-bottom: 0
    }

    .cmsPage .bannerContent p {
        max-width: 440px
    }

    .cmsContainer .bannerContent.contentLeft h1,
    .cmsContainer .bannerContent.contentLeft h2 {
        margin: initial
    }

    .cmsPage .bannerContent h1 {
        font-size: 1.9em !important;
        letter-spacing: .3em
    }

    .cmsPage .bannerContent h2 {
        font-size: 1.5em !important;
        letter-spacing: .25em
    }

    .cmsPage .bannerContent.contentLeft .bannerContentInner {
        width: 50%
    }

    .cmsPage .bannerContent.contentRight .bannerContentInner {
        width: 50%
    }

    .cmsPage .cmsContainer .containerTitleSection h1 {
        font-size: 1.6em !important;
        letter-spacing: .2em !important
    }
}

@media (max-width:990px) {
    .uspBar.uspBarMobile {
        display: flex;
        justify-content: center
    }

    .productCarousel.owl-carousel .owl-nav {
        display: block
    }

    .col-mobileCarousel {
        margin-left: 0;
        margin-right: 0
    }

    .blockComponentContainer .blockComponent,
    .containerTitleSection {
        padding: 0 5px
    }

    .cmsPage .cmsContainer .col-md-12.component .componentBlockText {
        margin: 0 auto 0 auto
    }
}

@media (max-width:767px) {
    .cmsPage .bannerContent {
        max-width: 100%
    }

    .mobileContentBottom {
        top: 0;
        transform: none;
        width: 100% !important;
        align-items: flex-end !important
    }

    .mobileContentTop {
        top: 0;
        transform: none;
        width: 100% !important;
        align-items: flex-start !important
    }

    .mobileContentMiddle {
        top: 0;
        transform: none;
        width: 100% !important;
        align-items: center !important
    }

    .cmsPage .cmsBannerComponent img,
    .cmsPage .owl-carousel .owl-item img {
        min-height: 180px;
        max-height: none
    }

    .cmsPage .bannerContent.mobileContentCenter .bannerContentInner,
    .cmsPage .bannerContent.mobileContentCenter .bannerContentInner a {
        text-align: center !important;
        margin-left: auto !important;
        max-width: none
    }

    .cmsPage .bannerContent h1 {
        font-size: 1.5em !important;
        max-width: 400px;
        letter-spacing: .2em
    }

    .cmsPage .bannerContent h2 {
        font-size: 1.4em !important;
        max-width: 400px;
        letter-spacing: .25em
    }

    .cmsPage .bannerContent span {
        font-size: 12px !important;
        letter-spacing: 1px;
        margin-bottom: 10px !important
    }

    .cmsPage .bannerContentInner h1 img,
    .cmsPage .bannerContentInner h2 img {
        margin: 0 auto !important;
        max-height: 80px !important;
        max-width: 200px !important
    }

    .containerTitleSection h2 {
        font-size: 1.5em
    }

    .cmsPage .bannerContent p {
        margin-top: 15px
    }

    .bannerContentInner span.bannerLinkButton,
    .cmsPage .bannerContent .bannerLinkButton {
        margin-top: 15px !important
    }

    .cmsPage .bannerContent.mobileContentCenter .bannerContentInner {
        width: 100% !important;
        display: block;
        margin: 0 auto !important;
        padding: 5% 20px 40px 20px;
        height: auto
    }

    .cmsPage .cmsBannerCarouselComponent .owl-dots {
        margin-top: -32px;
        position: absolute
    }

    .cmsPage .mobileContentCenter h1,
    .cmsPage .mobileContentCenter h2 {
        margin: 0 auto !important;
        text-align: center !important
    }

    .cmsPage .mobileContentBottom {
        bottom: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important
    }

    .cmsPage .mobileContentCenter .bannerContentInner p {
        text-align: center !important;
        margin: 0 auto !important;
        margin-top: 10px !important
    }

    .blockComponentContainer .col-xs-4.blockComponent {
        margin-bottom: 10px
    }

    .cmsContainer .col-md-12.component .componentBlockText {
        margin: 0 auto 0 auto;
        padding: 10px 20px;
        background-color: #fff !important;
        position: relative
    }

    .containerTitleSection {
        padding-bottom: 20px !important
    }

    .component .componentBlockText {
        margin: 0 auto 0 auto;
        padding: 0 15px
    }

    .blockComponent .componentBlockText h3,
    .component .componentBlockText h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0
    }

    .blockComponent .componentBlockText p,
    .component .componentBlockText p {
        max-width: 96%
    }

    .cmsContainer {
        margin-top: 30px
    }

    .cmsPage .blockComponentContainer .blockComponent {
        margin-bottom: 30px
    }

    .col-xs-6.blockComponent {
        margin-bottom: 30px
    }

    .blockComponentContainer .col-xs-6 .componentBlockText span {
        font-size: 9px !important;
        line-height: 10px !important;
        letter-spacing: .1em !important;
        margin-bottom: 5px
    }

    .blockComponentContainer .col-xs-6 .componentBlockText h3 {
        font-size: 14px !important;
        line-height: 16px !important;
        letter-spacing: .05em !important
    }

    .productCarousel.owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .productCarousel.owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .productCarouselTextBrandTitle {
        font-size: 14px;
        margin-bottom: 5px
    }

    .stagePadding.owl-carousel {
        width: 100%;
        padding: 0
    }

    .stagePadding.owl-carousel .owl-nav {
        display: none
    }

    .cmsPage .owl-carousel {
        width: 100%
    }

    .cmsPage .productCarouselLink a {
        letter-spacing: .08em;
        margin: 0 auto;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }

    #content-nav a {
        padding: 26px 20px
    }

    .cmsPage .cmsBannerCarouselComponent div.item a .bannerContent {
        bottom: 0 !important
    }

    .cmsBannerCarouselComponent div.item a[href="/rolex"] .bannerContentInner {
        background-color: #fff;
        border-bottom: 1px solid #efefef
    }

    .cmsBannerCarouselComponent div.item a[href="/rolex"] .bannerContentInner h2 {
        color: #000
    }

    .cmsContainer.blue-content-feature {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

.video-desktop {
    display: block;
    width: 100%
}

.video-mobile {
    display: none;
    width: 100%
}

@media(max-width:767px) {
    .video-desktop {
        display: none !important
    }

    .video-mobile {
        display: block !important
    }
}

.quote.cmsContainer {
    background-color: #f7f7f7;
    padding: 70px 5px
}

.quote.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px
}

.quote-image-container {
    width: 100%
}

.quote-image-container img {
    width: 100%;
    max-width: 258px
}

.quote-text-container {
    text-align: left;
    max-width: 900px;
    padding-left: 30px
}

.quote-text-container__title {
    font-size: 1.1em;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 20px
}

.quote-text-container__quote {
    font-size: 1em;
    line-height: 26px;
    margin-bottom: 20px
}

.quote-text-container__name {
    font-size: 1em
}

.quote-text-container__name span {
    font-weight: 600
}

@media (max-width:992px) {
    .quote.container {
        flex-direction: column;
        align-items: flex-start
    }

    .quote-image-container {
        order: 2;
        margin-top: 30px;
        max-width: 200px
    }

    .quote-text-container {
        order: 1;
        padding-left: 0
    }
}

body.pageType-ProductPage .main__inner-wrapper>div>.container,
body[class*=page-productDetails] .main__inner-wrapper>div>.container {
    width: 100%
}

.productDetailsRow {
    margin-top: 30px;
    margin-bottom: 30px
}

.productImageGallery {
    padding: 0;
    margin-top: 0
}

.productImageGallery .heroCarousel {
    max-width: 700px
}

.productImageGallery .owlThumbs button.active {
    border: 2px solid #000
}

.productDetails h1.productTitle {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
    font-size: 1em;
    /* font-family: futura-pt */
}

.productDetails h1.productTitle .productBrandName {
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #000;
    /* font-family: futura-pt */
}

.productDetails h1.productTitle span.productManCode {
    font-weight: 400;
    color: #000;
    margin-top: 8px;
    font-size: 1em;
    letter-spacing: 0
}

.productDetails h1.productTitle span.productManCode:before {
    content: 'PRODUCT CODE:'
}

.productDetails span.productPrice {
    font-family: inherit;
    font-size: 1.4em;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 15px
}

.productDetails span.productPrice.salePrice {
    color: #b70000
}

.productDetails span.productPrice .productWasPrice {
    color: #000;
    font-size: .7em
}

.productDetailsFinanceBlock {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px 15px
}

.productDetailsFinanceBlockValues {
    font-weight: 300;
    font-weight: inherit;
    line-height: 20px;
    font-size: 1em;
    letter-spacing: 0;
    display: inline-block
}

.productDetails .add_to_cart_form button.addToCartButton {
    width: calc(100% - 60px);
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    transition: .5s;
    margin-bottom: 12px
}

.productDetails .add_to_cart_form button.addToCartButton:hover {
    background-color: #000
}

.pageType-ProductPage .addToWishlistButton {
    padding: 15px;
    vertical-align: top;
    margin-left: 5px !important;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 14px
}

.pageType-ProductPage .addToWishlistButton:before {
    font-family: "Font Awesome 5 Pro";
    display: block !important;
    font-size: 18px !important;
    font-weight: 300;
    margin-top: 3px
}

.pageType-ProductPage .addToWishlistButton.fas:before {
    font-weight: 700
}

.productDetailsFinanceBlockValues-apr,
.productDetailsFinanceBlockValues-monthly {
    font-weight: 500
}

.productDetailsFinanceBlock>span {
    font-size: .9em;
    font-weight: inherit;
    line-height: 25px;
    letter-spacing: 0
}

.productDetailsFinanceShow {
    font-weight: 500 !important;
    color: #006d68 !important;
    font-size: 1em !important;
    display: inline-block;
    line-height: 25px !important;
    letter-spacing: 0
}

.productStoreLocatorBox {
    border: None;
    margin-top: 10px
}

.productStoreLocatorBoxHeader {
    display: none !important
}

.productStoreLocatorBox>div {
    padding: 0
}

.productStoreLocatorBox>div>span {
    font-weight: 400;
    color: #000 !important
}

.productStoreLocatorBox .stockLookingInputBar {
    padding: 0;
    color: #000 !important;
    font-size: 1em
}

ul.woosPredictions {
    padding: 0;
    text-align: left;
    margin-top: 0;
    border: 1px solid #dbdbdb;
    border-top: 0 solid #dbdbdb;
    margin-left: 0;
    width: 100%
}

.productStoreLocatorBox input {
    width: calc(100% - 50px)
}

.productStoreLocatorBox button#findStockSearchButton {
    width: 50px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    height: 50px
}

#useMyLocationStockLookup {
    top: 0;
    height: 50px;
    right: 51px;
    width: 50px;
    font-size: 17px
}

#useMyLocationStockLookup>.far {
    font-weight: 300
}

.product-usp-messages {
    margin-bottom: 30px
}

.product-usp-messages>ul {
    padding-left: 0 !important
}

.product-usp-messages>ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 12px
}

.product-usp-messages i {
    font-size: 1.1em !important;
    color: #000;
    text-align: center;
    font-weight: 300;
    margin-right: 10px;
    width: 20px
}

.product-usp-messages a {
    text-decoration: none;
    color: #000
}

.productPageCollapsibleSectionHeader>span {
    letter-spacing: .5px;
    font-weight: 500;
    /* font-family: futura-pt */
}

.productPageCollapsibleSection>* {
    padding-left: 0;
    padding-right: 0
}

.productPageCollapsibleSection i.far.fa-chevron-right {
    display: inline-block;
    position: relative;
    right: 0;
    float: right;
    top: 20px;
    line-height: 62px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    background-image: url(https://content.thewosgroup.com/css/icons/chevron-down-thin.svg);
    background-repeat: no-repeat;
    color: #000;
    width: 18px;
    height: 20px;
    transform: rotate(-90deg)
}

.productPageCollapsibleSectionOpen i.far.fa-chevron-down {
    display: inline-block;
    position: relative;
    right: 0;
    float: right;
    top: 20px;
    line-height: 62px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    background-image: url(https://content.thewosgroup.com/css/icons/chevron-down-thin.svg);
    background-repeat: no-repeat;
    color: #000;
    width: 18px;
    height: 20px
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen i.far.fa-chevron-right {
    display: none
}

@media (max-width:991px) {
    .productPageCollapsibleSectionOpen i.far.fa-chevron-down {
        top: 15px
    }

    .productPageCollapsibleSection i.far.fa-chevron-right {
        top: 15px
    }
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody {
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 400
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody h3 {
    font-size: 1em;
    font-weight: 500
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody a {
    text-decoration: underline;
    color: #000;
    font-weight: 400
}

.productFinanceComponent,
.productInfoComponent,
.productMobileSpecificationComponent.hidden-lg,
.productShipReturnsComponent {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 25px
}

.productFinanceComponent>.container,
.productInfoComponent>.container,
.productMobileSpecificationComponent.hidden-lg>.container,
.productShipReturnsComponent>.container {
    width: 100%
}

.productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: none !important;
    margin-bottom: 10px
}

.productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li {
    width: 45%;
    padding-right: .5em;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 5%;
    padding: .75em
}

.productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li .specLabel {
    font-weight: 500 !important;
    width: 35%;
    line-height: 20px;
    font-size: 13px !important
}

.productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li .specValue {
    font-weight: 400 !important;
    width: 65%;
    line-height: 20px
}

.productPageCollapsibleSection {
    width: 100%;
    margin: 0
}

#productPageCollapsibleSectionBody {
    line-height: 26px
}

.pdpDeliveryReturnsCustomArea {
    display: inline-block;
    width: 100%;
    font-size: 1em
}

.pdpDeliveryReturnsCustomArea>div {
    padding: 0 0;
    margin: 20px 0
}

.pdpDeliveryReturnsCustomArea>div:nth-child(1) {
    padding-right: 40px
}

.pdpDeliveryReturnsCustomArea>div:nth-child(2) {
    padding-left: 40px
}

.pdpDeliveryReturnsCustomArea>div p {
    margin-bottom: 24px
}

.pdpDeliveryReturnsCustomArea h3 {
    margin-top: 0 !important;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.seeMoreStyles {
    width: 100%
}

.recentlyViewed,
.youMayAlsoLike {
    background-color: #fff !important;
    max-width: 1430px;
    margin: 40px auto
}

.recentlyViewed .container,
.youMayAlsoLike .container {
    max-width: 1430px
}

.recentlyViewedCarousel.owl-carousel,
.youMayAlsoLikeCarousel.owl-carousel {
    max-width: 1430px
}

.recentlyViewed .recentlyViewedHeader,
.youMayAlsoLike .youMayAlsoLikeHeader {
    text-align: left;
    margin-bottom: 20px;
    color: inherit;
    letter-spacing: .5px;
    font-weight: 500;
    font-family: futura-pt;
    font-size: 1em
}

.recentlyViewedCarousel .owl-stage {
    margin: 0
}

.youMayAlsoLikeBlock a>h4 {
    text-align: left;
    margin-top: 20px;
    display: block
}

.youMayAlsoLikeProductName .productTileName {
    font-weight: 300;
    max-height: 44px;
    overflow: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    cursor: pointer
}

.youMayAlsoLikeBrandName {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .08em;
    font-weight: 400 !important;
    margin-bottom: 5px
}

.pdp-usp-area {
    display: block;
    margin: 30px 0
}

.financeRowsContainerFooter:last-child p span {
    font-weight: 400
}

.productDetails span.productDeliveryMessage {
    margin: 30px 0;
    font-size: 1em;
    font-weight: 400 !important
}

.productStoreLocatorBox>div>span>i {
    font-weight: 400;
    margin-right: 10px
}

.productStoreLocatorBoxResults {
    font-weight: 400;
    font-size: 1em
}

.pslResultsStore .pslOpeningHoursSummary {
    font-size: 1em
}

.pslOpeningHoursSummary .pslStoreInfo {
    width: 100%;
    margin-bottom: 15px
}

.productStoreLocatorBoxResults .pslResultsStore.pslResultsStoreFirst {
    background-color: #fff
}

.productStoreLocatorBoxResults .pslResultsStore {
    cursor: pointer;
    position: relative
}

.productStoreLocatorBoxResults .pslStock>i {
    font-size: 1.2em
}

.productStoreLocatorBoxResults .pslStock>span {
    font-size: 1em !important;
    font-weight: 400
}

.productStoreLocatorBoxResults .pslAddress {
    line-height: 24px
}

.productStoreLocatorBoxResults .pslStoreAdditionalInfo ul.pslOpeningHours {
    margin-bottom: 30px;
    line-height: 25px
}

.productStoreLocatorBoxResults .pslActions {
    width: 100%
}

.productStoreLocatorBoxResults .pslActions a {
    float: none !important;
    width: calc(50% - 10px);
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #3e3e3e;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500
}

.productStoreLocatorBoxResults .pslActions a:hover {
    color: #000 !important;
    background-color: #f7f7f7
}

.pslStoreAdditionalInfo ul.pslOpeningHours li.pslToday {
    font-weight: 400
}

.productStoreLocatorBoxResults .pslOpeningHoursSummary {
    margin-top: 0
}

.productStoreLocatorBoxResults .pslActions a:last-child {
    margin-left: 15px
}

.productShipReturnsComponent {
    margin-bottom: 60px
}

.productImageGallery .owl-nav {
    display: block !important
}

#productImageGallery.owl-theme .owl-nav .disabled {
    opacity: .1;
    cursor: default
}

#productImageGallery .owl-nav .owl-prev,
#productImageGallery .owl-nav .owl-prev:hover {
    left: 0;
    z-index: 10;
    height: 40px;
    width: 40px
}

#productImageGallery.owl-carousel .owl-nav button.owl-next,
#productImageGallery.owl-carousel .owl-nav button.owl-prev {
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center !important;
    margin: 0 !important;
    padding: 5px !important
}

#productImageGallery .owl-nav .owl-next,
#productImageGallery .owl-nav .owl-next:hover {
    right: 0 !important;
    z-index: 10;
    height: 40px;
    width: 40px
}

#productImageGallery.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute !important;
    top: calc(50% - 20px) !important
}

.plpContainer .fa-spinner:before {
    content: "\f3f4"
}

.plpContainer .listingPageOverlay i {
    position: fixed;
    top: 50%;
    left: calc(50% - 25px);
    font-weight: 100 !important;
    opacity: 1;
    font-size: 50px
}

.plpContainer .listingPageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
    background-color: rgba(255, 255, 255, .6)
}

.fa-spin {
    -webkit-animation: fa-spin .5s linear infinite;
    animation: fa-spin .5s linear infinite
}

.productImageGallery .owl-lazy.pan,
.productImageGallery img.zoomImg {
    cursor: zoom-in !important
}

object.svg.filters {
    top: 2px;
    position: relative
}

.headerCartNotEmpty .svg.bag {
    height: 37px !important
}

@media (min-width:992px) {
    .middleHeader span.cartTotal {
        right: 8px
    }
}

@media (min-width:992px) {
    .productDetails h1.productTitle {
        margin-top: 0 !important
    }

    .productStoreLocatorBoxResults .pslStock {
        position: absolute;
        width: auto;
        right: 22px;
        top: 15px
    }

    body[class*=page-productDetails] .col-lg-3.hidden-sm.hidden-xs.hidden-md.productSpecification,
    body[class^=page-productDetails] .col-lg-3.hidden-sm.hidden-xs.hidden-md.productSpecification {
        display: none !important
    }

    body[class*='page-ringVariantProductDetails '] .col-lg-3.hidden-sm.hidden-xs.hidden-md.productSpecification,
    body[class^='page-ringVariantProductDetails '] .col-lg-3.hidden-sm.hidden-xs.hidden-md.productSpecification {
        display: none !important
    }

    .imageGallaryHero {
        float: right;
        width: 86%
    }

    #productImageGalleryThumbs {
        float: left;
        width: 14%;
        margin-top: 0 !important;
        text-align: left;
        padding: 0 10px;
        font-size: 12px;
        line-height: 12px
    }

    .productDetailsRow {
        max-width: 1430px;
        margin: 0 auto;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px
    }

    .seeMoreStylesContainer.hidden-sm.hidden-xs {
        display: none
    }

    .seeMoreStylesContainer.hidden-md.hidden-lg {
        display: none !important
    }

    .col-lg-6.col-md-8.col-xs-12.productImageGallery {
        width: 60%
    }

    .col-lg-3.col-md-4.col-xs-12.productDetails {
        width: 40%;
        padding: 0 30px
    }

    .productMobileSpecificationComponent.hidden-lg {
        display: block !important
    }
}

@media (max-width:991px) {
    .pdpDeliveryReturnsCustomArea>div {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .seeMoreStylesContainer {
        max-width: 100%;
        margin: 0;
        margin: 20px 0;
        display: none
    }

    .seeMoreStylesContainer .seeMoreStylesHeader {
        margin: 0 0 20px 0
    }

    .productImageGallery .owl-carousel .owl-item {
        pointer-events: none !important;
        cursor: default !important
    }

    .productImageGallery .owl-dot span {
        height: 7px !important;
        width: 7px !important;
        background-color: #ccc !important;
        border: 0 solid #eaeaea;
        margin: 0 4px !important
    }

    .productImageGallery .owl-dot.active span {
        background-color: #000 !important
    }

    .productImageGallery .owl-dots {
        margin-top: 0;
        position: relative
    }
}

@media (max-width:767px) {
    .productDetails h1.productTitle {
        margin-top: 10px
    }

    .productDetailsRow {
        margin-top: 0
    }

    .productImageGallery {
        padding: 0 0
    }

    .productFinanceComponent>.container,
    .productInfoComponent>.container,
    .productMobileSpecificationComponent.hidden-lg>.container,
    .productShipReturnsComponent>.container {
        padding: 0
    }

    .productFinanceComponent,
    .productInfoComponent,
    .productMobileSpecificationComponent.hidden-lg,
    .productShipReturnsComponent {
        /* padding: 0 */
    }

    .productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs {
        max-height: 500px;
        margin-bottom: 10px
    }

    .productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }

    .productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li .specLabel {
        font-weight: 400 !important;
        width: 50%
    }

    .productMobileSpecificationComponent.hidden-lg .productSpecification ul.productSpecs li .specValue {
        font-weight: 300 !important;
        width: 50%
    }

    .productStoreLocatorBoxResults {
        font-size: 1em
    }

    .pslResultsHeader,
    .pslResultsStore {
        padding: 15px !important
    }

    .pslResultsStore .pslStoreName {
        font-weight: 400
    }

    .pslStock>span {
        font-weight: 400
    }

    .pslResultsStore .pslOpeningHoursSummary {
        font-size: 17px !important
    }

    .pslStoreAdditionalInfo ul.pslOpeningHours li.pslToday {
        font-weight: 400
    }

    .productDetails,
    .productPageCollapsibleSection {
        padding: 0
    }

    .productImageGallery .owl-nav {
        display: block !important
    }

    #productImageGallery.owl-theme .owl-nav {
        margin-top: 5px
    }

    #productImageGallery.owl-theme .owl-nav .disabled {
        opacity: .1;
        cursor: default
    }

    #productImageGallery .owl-nav .owl-prev,
    #productImageGallery .owl-nav .owl-prev:hover {
        left: 0;
        z-index: 10;
        height: 40px;
        width: 40px
    }

    #productImageGallery.owl-carousel .owl-nav button.owl-next,
    #productImageGallery.owl-carousel .owl-nav button.owl-prev {
        background-repeat: no-repeat !important;
        background-size: 14px !important;
        background-position: center !important;
        margin: 0 !important;
        padding: 5px !important
    }

    #productImageGallery .owl-nav .owl-next,
    #productImageGallery .owl-nav .owl-next:hover {
        right: 0 !important;
        z-index: 10;
        height: 40px;
        width: 40px
    }

    #productImageGallery.owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: 0 0;
        display: inline-block;
        cursor: pointer;
        border-radius: 0;
        position: absolute !important;
        top: calc(50% - 20px) !important
    }
}

div#galleryPopup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    max-width: none;
    padding: 0
}

div#galleryPopup #galleryPopupClose {
    font-size: 40px;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 70px;
    z-index: 9
}

div#galleryPopup img {
    filter: none !important;
    height: 100%;
    width: auto;
    margin: 0 auto
}

div#galleryPopup #productPopupImageGalleryThumbs {
    padding: 40px 0;
    margin: 0;
    height: 100vh;
    width: 6%;
    z-index: 10;
    position: absolute
}

div#galleryPopup #productPopupImageGalleryThumbs .productImageGalleryThumb {
    margin: 3px;
    height: 60px;
    width: 60px;
    font-size: 12px;
    line-height: 12px
}

#productPopupImageGallery {
    height: 100vh;
    float: right;
    width: calc(100%);
    left: 0 !important
}

#productPopupImageGallery.owl-carousel .owl-stage-outer,
#productPopupImageGallery.owl-carousel .owl-stage-outer .owl-stage,
#productPopupImageGallery.owl-carousel .owl-stage-outer .owl-stage .owl-item,
#productPopupImageGallery.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%
}

.variantDropdownsContainer {
    margin: 30px 0;
    display: table
}

.variantDropdownsContainer select.variantDropdown {
    height: 50px;
    border-color: #ccc;
    padding: 0 5px;
    font-size: 1em;
    width: 100% !important;
    margin-bottom: 20px
}

.variantDropdownsContainer select:last-child {
    margin-bottom: 0 !important
}

.addToCartButton.btn[disabled] {
    opacity: .75;
    background-color: #ccc !important
}

.productPagePaypalCreditBlock {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    padding: 15px;
    margin-top: 15px
}

.productPagePaypalCreditBlock .productPagePaypalCreditImageBlock {
    width: 100px;
    margin-right: 10px
}

.productPagePaypalCreditBlock .productPagePaypalCreditDetailsBlock span {
    display: block;
    line-height: 20px
}

.productPagePaypalCreditBlock .productPagePaypalCreditDetailsBlock span a {
    display: block
}

.productPagePaypalCreditBlock .productPagePaypalCreditDetailsBlock br {
    display: none
}

.productPagePaypalCreditDetailsBlock {
    font-size: 1em
}

.productPagePaypalCreditBlock .productPagePaypalCreditDetailsBlock span {
    line-height: 25px
}

.paypalCreditModalContainer {
    height: 100%;
    right: 0;
    transform: none;
    margin-bottom: 0;
    left: auto;
    top: 0;
    z-index: 10
}

.open-nav .grey-overlay {
    z-index: 9 !important
}

.grey-overlay {
    z-index: 10
}

.paypalCreditModalContainer .fas.fa-times {
    font-weight: 300
}

.paypalCreditModalContainer .paypalCreditModalTitle h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 18px
}

.paypalCreditModalContainer .paypalCreditInformationContent,
.paypalCreditModalContainer .paypalCreditInformationContent p {
    font-weight: 400
}

#productContactCTA {
    width: calc(100% - 60px);
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: .1em;
    transition: .5s;
    display: inline-block;
    padding: 0;
    margin-bottom: 15px
}

body.pageType-ProductPage .slideInPopupHeader,
body.pageType-ProductPage .spCheckoutPopupHeader {
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    z-index: 1;
    font-size: 19px
}

body.pageType-ProductPage .financePopupSubHeaderText {
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 22px;
    text-align: center;
    padding: 35px;
    background: #f6f6f6;
    display: none
}

body.pageType-ProductPage .availableFinanceText {
    line-height: 25px;
    font-size: 1em;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 30px;
    width: 100%;
    background-color: #fff
}

body.pageType-ProductPage .financeChoiceBlockContainer {
    letter-spacing: 0
}

body.pageType-ProductPage .financeChoiceBlock h2 {
    font-weight: 400;
    margin-top: 10px
}

body.pageType-ProductPage .financeChoiceBlock.financeChoiceBlock-choice .financeChoiceSeePlansAction {
    display: block;
    line-height: 48px;
    margin-top: 10px;
    cursor: pointer
}

body.pageType-ProductPage .financeChoiceBlock.financeChoiceBlock-choice.selected .financeChoiceSeePlansAction {
    border: 1px solid #000 !important
}

body.pageType-ProductPage .financeDepositBlock {
    margin-bottom: 30px;
    margin-top: 40px
}

body.pageType-ProductPage .financeDepositBlock h2 {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0 !important
}

body.pageType-ProductPage .financeDepositBlock span {
    font-weight: 400
}

.v12FinanceDepositEditBlock input#v12FinanceDepositEditInput {
    font-weight: 400
}

body.pageType-ProductPage #spFinanceV12Button,
body.pageType-ProductPage #v12FinanceDepositEditUpdate {
    line-height: 50px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 40px;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .1em
}

body.pageType-ProductPage #spFinanceV12Button:hover,
body.pageType-ProductPage #v12FinanceDepositEditUpdate:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff
}

body.pageType-ProductPage .slideInPopup {
    max-width: 600px
}

body.pageType-ProductPage .financeChoiceBlockContainer {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1em
}

body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockPerMonth {
    font-weight: 400
}

body.pageType-ProductPage .financeRow {
    font-weight: 400;
    width: auto;
    margin-left: auto;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    line-height: 55px;
    padding-right: 0
}

body.pageType-ProductPage span.financeRowMonthlyPrice {
    font-weight: 400;
    min-width: 66px;
    display: inline-block
}

.financeDepositBlock span {
    line-height: 25px
}

body.pageType-ProductPage span.financeRowAPR {
    border-left: 1px solid #dfdfdf;
    min-width: 100px;
    text-align: center
}

body.pageType-ProductPage div[data-apr^='9.9'] {
    background-color: #f6f6f6 !important
}

body.pageType-ProductPage .financeRowsContainer {
    max-width: 500px;
    margin: 0 auto
}

body.pageType-ProductPage .financeRowsContainer button.addToCartSubmit {
    background-color: #97999b;
    font-weight: 400;
    letter-spacing: .1em;
    transition: .5s;
    text-transform: uppercase;
    color: #fff
}

body.pageType-ProductPage button#addToCartSubmit.outOfStock {
    margin-top: 0;
    background-color: #eee !important;
    color: #ccc !important
}

body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockDivider img {
    max-width: 100%;
    height: 60px;
    margin-top: 0
}

body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockDivider ul {
    padding-left: 0;
    font-weight: 400;
    line-height: 1.5em;
    margin: 5px 0;
    padding: 10px 0
}

body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockDivider li {
    margin-bottom: 5px;
    font-weight: 400
}

body.pageType-ProductPage #spCheckoutPopupBlockBackground,
body.pageType-ProductPage .slideInPopupBackground {
    background-color: rgba(0, 0, 0, .7)
}

body.pageType-ProductPage .financeRow:first-child b:after {
    content: 'Shortest';
    display: inline-block;
    line-height: 6px;
    position: relative;
    background-color: #000;
    padding: 6px;
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 20px
}

body.pageType-ProductPage .financeRowsContainerFooter {
    display: inline-block;
    margin-bottom: 40px
}

body.pageType-ProductPage .financeRowsContainerFooter h2 {
    margin: 20px 0;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0 !important
}

body.pageType-ProductPage .financeRowsContainerFooter ol {
    margin-top: 0 !important;
    font-size: 1em;
    padding-left: 15px;
    list-style: decimal !important
}

body.pageType-ProductPage .financeRowsContainerFooter ol li {
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0
}

body.pageType-ProductPage .productFinanceComponent {
    display: none
}

body.pageType-ProductPage .financeRowsContainerFooter p {
    font-size: 1em
}

body.pageType-ProductPage .financeRowsContainerFooter a {
    text-decoration: underline;
    color: #000
}

body.pageType-ProductPage .financeRowsContainerFooter .financeInfoAccordion {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px
}

body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSectionHeader>span {
    font-size: 1em;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400
}

body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSection {
    display: inline-block
}

body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSection:last-child {
    border-bottom: 1px solid #ddd
}

body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody {
    padding: 10px 0 20px 0
}

body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody ol {
    list-style: decimal;
    padding-left: 15px
}

body.pageType-ProductPage .financeRowsContainerFooter {
    margin-bottom: 40px;
    width: 100%
}

@media (max-width:767px) {
    body.pageType-ProductPage .financeChoiceBlock h2 {
        font-size: .9em
    }

    body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockDivider ul {
        font-size: .96em
    }

    body.pageType-ProductPage .financeChoiceBlock.financeChoiceBlock-choice .financeChoiceSeePlansAction {
        line-height: 44px
    }

    body.pageType-ProductPage .financeChoiceBlock .financeChoiceBlockDivider img {
        height: 50px
    }

    body.pageType-ProductPage .financeRow {
        font-size: .9em
    }

    body.pageType-ProductPage span.financeRowMonthlyPrice {
        min-width: auto
    }

    body.pageType-ProductPage span.financeRowAPR {
        min-width: 74px
    }

    body.pageType-ProductPage .financeRowsContainerFooter .productPageCollapsibleSection {
        padding: 0;
        font-size: .9em
    }

    body.pageType-ProductPage .financeRow:first-child b:after {
        display: none
    }

    body.pageType-ProductPage .financeRow:last-child b:after {
        display: none
    }
}

.paypalCreditModalTitle,
.slideInPopup .slideInPopupHeader {
    position: sticky;
    top: 0;
    background-color: #fff;
    height: 56px;
    line-height: 56px
}

.slideInPopupClose {
    right: 0;
    top: 0;
    line-height: 55px;
    font-size: 26px;
    width: 55px
}

.paypalCreditModalScroll {
    top: 56px
}

.paypalCreditModalClose a {
    position: absolute;
    width: 56px;
    text-align: center;
    top: 0
}

body.pageType-ProductPage .financeRow:first-child b:after {
    z-index: 1
}

body[class^=page-productGrid] .breadcrumb-container {
    max-width: 1600px;
    width: 100%
}

body[class^=page-productGrid].pageType-CategoryPage .breadcrumbsRow {
    border-bottom: 0
}

.page-productGrid .breadcrumb {
    border-bottom: 1px solid #efefef;
    padding: 10px 0
}

.plpContainer {
    max-width: 1600px;
    width: 100%
}

.sortSelect option {
    text-transform: capitalize;
    font-size: medium
}

.hideProductText {
    display: none
}

.productSort {
    margin: 10px 0;
    padding: 0 8px
}

.productSort .hideGridFacets,
.productSort .hideProductText,
.sortSelect {
    border-radius: 0
}

.gridFacets {
    position: unset
}

.pagination>li>a,
.pagination>li>span {
    padding: 10px
}

.appliedFilters .appliedFilter {
    background-color: #ececec;
    padding: 5px 10px;
    margin-bottom: 5px
}

.appliedFilters .appliedFilter i {
    min-width: 28px
}

.appliedFiltersHeader .clearFacets {
    text-decoration: underline;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px
}

.appliedFiltersHeader,
.facetTitle {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 40px
}

.facetItem .facetTitle:after,
.facetItem.facetOpen .facetTitle:after {
    width: 40px;
    text-align: center
}

.appliedFiltersHeader span:first-child {
    font-weight: 400
}

.facetItem {
    padding: 0
}

.facetItem:last-child {
    border-bottom: 1px solid #ddd
}

.gridBlock.row {
    margin-right: 0;
    margin-left: 0
}

.productTile {
    border: 1px solid #fff;
    margin-bottom: 40px
}

.productTile:hover {
    border: 1px solid #ccc
}

.productTile img.productListerPrimary,
.productTile img.productListerSecondary {
    filter: brightness(98%) !important;
    background-color: rgba(0, 0, 0, .03) !important;
    margin-bottom: 0
}

.productTileText {
    font-family: futura-pt;
    padding: 0;
    padding-top: 15px;
    color: #000
}

.productTile .productTileBrand {
    text-transform: uppercase;
    font-family: futura-pt;
    font-size: .84em;
    line-height: 21px;
    letter-spacing: .08em;
    font-weight: 700 !important;
    padding-right: 15px;
    margin-bottom: 5px
}

.productTile .productTileName {
    padding-right: 10px;
    height: 48px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: inherit;
    font-size: inherit
}

.productTilePrice {
    font-weight: 700 !important;
    /* font-family: futura-pt !important; */
    font-size: 1.1em !important
}

.productTile .productTilePrice.salePrice {
    color: #b70000
}

.productTile .productTilePrice .productTileWasPrice {
    color: #000;
    font-weight: 400
}

.productTile a {
    margin-bottom: 0 !important
}

.productListPaypalCreditBlock,
.productTileIfc {
    background-color: inherit;
    font-size: 1em;
    width: 100%;
    border: 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    margin-top: 8px
}

.productTileIfc b {
    font-weight: 400 !important;
    text-decoration: none
}

.categoryHero {
    text-align: center
}

.categoryHero .container {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 40px
}

.categoryHero .product-grid-header {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: 0 solid #f0f0f0
}

.categoryHero .product-grid-header picture img {
    min-height: 280px;
    object-fit: cover
}

.categoryHero .grid-link-images>a {
    min-width: 160px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 10px;
    max-width: 220px
}

.categoryHero .product-grid-header span {
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    line-height: 16px;
    margin: 14px 0
}

.categoryHero .product-grid-header h1 {
    margin: 0 auto !important;
    line-height: 1.15em;
    max-width: 800px;
    font-family: baskerville-urw;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: .25em
}

.categoryHero .product-grid-header h1 span {
    font-size: .46em;
    letter-spacing: .1em;
    font-family: futura-pt;
    font-weight: 500
}

.categoryHero .product-grid-header p {
    font-weight: 300;
    letter-spacing: .01em;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1em;
    line-height: inherit;
    max-width: initial;
    padding: 0 15px
}

.categoryHero .grid-link-images {
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    clear: both;
    justify-content: center
}

.categoryHero .product-grid-header-links {
    padding-top: 15px
}

.categoryHero .product-grid-header a {
    display: inline-block;
    text-decoration: underline;
    padding: 3px 0;
    margin: 0 8px;
    color: inherit;
    border-bottom: 0;
    text-transform: capitalize;
    font-size: 1em
}

.product-grid-header a:hover {
    color: inherit !important
}

.page-search .categoryHero {
    padding: 30px 0;
    background-color: transparent;
    border-bottom: 1px solid #ddd
}

.pagination-viewedCountMessage {
    font-size: 1em
}

.pagination-viewedCountBarOuter {
    width: 224px;
    height: 3px
}

.pagination-viewedCountBarInner {
    height: 3px
}

.product-tile-wishlist:hover,
.productCarouselWishlist:hover {
    background-color: transparent;
    font-weight: 700
}

.product-tile-wishlist,
.productCarouselWishlist {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ffffff00;
    z-index: 2;
    color: #000
}

.mobileSortFilter .sortSelect {
    cursor: pointer;
    min-width: 15%
}

.mobileSortFilter .showFilters,
.mobileSortFilter .sortClickThrough {
    text-transform: uppercase !important;
    font-size: .72em;
    letter-spacing: .08em;
    cursor: pointer;
    width: 48.8%
}

.mobileFacetsTopper i.closeFacets {
    width: 40px;
    text-align: center;
    margin-right: 0;
    cursor: pointer
}

.mobileListingOption i {
    cursor: pointer
}

.product-tile-wishlist,
.productCarouselWishlist {
    right: 15px;
    top: 10px
}

.productCarouselWishlist {
    top: 0
}

.facetItems-priceSlider .facetItem.facetOpen .facetOptions {
    height: 90px
}

#priceSliderValues {
    margin: 20px -7px 0
}

html:not([dir=rtl]) #priceSlider.noUi-horizontal .noUi-handle {
    background-color: #000;
    border: 0
}

.priceValueInputLabel {
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 16px
}

.facetItem.facet-priceValue {
    border-bottom: 0 !important
}

.facetOptions li>div {
    width: 100%
}

.productListPaypalCreditImageBlock {
    display: inline-block;
    width: 56px;
    border: 0
}

.productListPaypalCreditDetailsBlock {
    background-color: transparent;
    font-size: 16px;
    overflow: hidden;
    border: 0;
    display: inline-block;
    padding: 0;
    min-height: 0;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    color: #000
}

.pagination-LoadMorePrevBlock>div {
    line-height: 15px
}

.facetOptions li {
    padding: 2px 0
}

@media(min-width:992px) {
    .facetOptions li {
        font-size: 15px
    }

    .productSort .col-lg-2.col-md-3.col-xs-6.hidden-xs.hidden-sm {
        width: 275px
    }

    .productSort .col-lg-2.col-md-3.col-xs-6.hidden-xs.hidden-sm .hideGridFacets {
        margin-right: 0
    }

    .productSort .col-lg-10.col-md-9.col-sm-12 {
        width: calc(100% - 275px);
        padding: 0 20px !important
    }

    .productTile {
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px
    }

    .gridFacets {
        width: 275px
    }

    .productGrid {
        width: calc(100% - 275px)
    }
}

@media(max-width:991px) {
    .productSort .col-lg-10.col-md-9.col-sm-12 {
        padding: 0 20px
    }
}

@media(max-width:700px) {
    .productSort .col-lg-10.col-md-9.col-sm-12 {
        padding: 0 6px
    }
}

@media (max-width:991px) {
    .categoryHero {
        display: block
    }

    .productTile {
        width: 49.859%;
        margin-right: 0;
        margin-bottom: 25px;
        padding: 5px
    }

    .productTile:hover {
        border: 1px solid #fff
    }

    .mobileSingleItem .productTile:nth-child(even) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px
    }

    .gridFacets .mobileFacetsFooter {
        height: 70px;
        z-index: 9999999999
    }

    .gridFacets .facetsOuterContainer {
        padding-top: 40px;
        padding-bottom: 70px;
        background-color: #fff;
        z-index: 10
    }

    .gridFacets .mobileFacetsFooter>span {
        margin-top: 13px;
        line-height: 40px
    }

    .mobileSingleItem .productTile {
        margin-bottom: 40px
    }

    .product-tile-wishlist {
        top: 5px;
        right: 5px
    }

    .productListPaypalCreditDetailsBlock {
        width: 100%
    }

    .productListPaypalCreditDetailsBlock {
        display: block;
        font-size: 12px
    }

    .gridFacets .mobileFacetsTopper {
        height: 56px;
        z-index: 11
    }

    .gridFacets .facetsOuterContainer {
        padding-top: 56px
    }

    .mobileFacetsTopper i.closeFacets {
        height: 56px;
        line-height: 56px;
        width: 56px;
        font-size: 1.4em
    }

    .mobileSortFilter .sortSelect {
        font-size: 16px !important
    }
}

@media (max-width:767px) {
    .productGrid {
        padding: 0 8px
    }

    .categoryHero .product-grid-header {
        padding-bottom: 25px
    }

    .categoryHero .product-grid-header .col-md-12 {
        padding-left: 5px;
        padding-right: 5px
    }

    .categoryHero .product-grid-header picture img {
        min-height: 180px;
        object-fit: cover
    }

    .categoryHero .grid-link-images {
        overflow-x: scroll;
        align-content: flex-start;
        -webkit-overflow-scrolling: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
        scrollbar-color: #aaa #f1f1f1
    }

    .categoryHero .grid-link-images>a {
        min-width: 160px;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 10px
    }

    .categoryHero .product-grid-header .container {
        padding-top: 25px
    }

    .categoryHero .product-grid-header h1 {
        line-height: 1.15em;
        font-size: 1.5em;
        letter-spacing: .25em
    }

    .categoryHero .product-grid-header p {
        font-weight: 300;
        height: 70px;
        overflow: hidden;
        overflow-y: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        cursor: pointer;
        margin-top: 15px
    }

    .categoryHero .product-grid-header p.revealed {
        max-height: none;
        -webkit-line-clamp: inherit;
        height: auto
    }

    .categoryHero .product-grid-header p.revealed:after {
        content: none
    }

    .productTile a {
        margin-bottom: 0 !important
    }

    .productListPaypalCreditImageBlock {
        display: none
    }
}

@media(max-width:1300px) and (min-width:992px) {
    .productTile {
        width: 33.3333% !important
    }
}

body[class*=page-cmsitem].pageType-CategoryPage .breadcrumbsRow,
body[class^=page-cmsitem].pageType-CategoryPage .breadcrumbsRow {
    display: none
}

.brand_nav_breadcrumb {
    border-bottom: 1px solid #ededed
}

.brand_nav_breadcrumb h1 {
    font-size: 12px;
    line-height: 38px;
    margin: 0 auto;
    letter-spacing: .02em
}

.brand_nav_wrapper .brand_nav_breadcrumb.container {
    padding-right: 15px;
    padding-left: 15px
}

.brand_nav_wrapper {
    border-bottom: 1px solid #ededed;
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 2
}

.brand_nav_wrapper>.container {
    padding: 6px 15px;
    max-width: 1450px
}

.brand_nav_full_wide_header .brand_nav_logo img {
    max-width: 150px;
    width: 100%
}

.brand_nav_logo {
    text-align: center;
    width: auto;
    float: left;
    padding: 0
}

.brand_mobile_menu {
    display: none
}

.brand_menu {
    width: 100%;
    text-align: center
}

.brand_menu ul {
    padding: 0;
    margin: 0;
    float: right
}

.brand_menu li {
    display: inline-block;
    text-transform: capitalize;
    padding: 0 18px;
    letter-spacing: 1px
}

.brand_menu li:first-child {
    padding-left: 0
}

.brand_menu li:last-child {
    padding-right: 0 !important
}

.brand_menu li a {
    color: #000;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500
}

.brand_mobile_menu.brand_mobile_menu_link_active:before {
    content: "Close"
}

@media (min-width:990px) {
    .brand_menu {
        width: 100%;
        text-align: right;
        padding-bottom: 0;
        display: block !important
    }

    .brand_menu li a {
        line-height: 95px
    }
}

@media (min-width:990px) {
    .brand_menu {
        width: 100%;
        text-align: right;
        padding-bottom: 0;
        display: block
    }

    .brand_menu li a {
        line-height: 100px
    }

    .brand_menu ul li:last-child a {
        background-color: #000;
        line-height: 40px;
        color: #fff !important;
        padding: 10px 30px;
        border-radius: 43px
    }

    .brand_menu ul li:last-child a:hover {
        text-decoration: none;
        opacity: .8
    }
}

@media (max-width:990px) {
    .brand_nav_wrapper>.container {
        padding: 0 !important;
        margin: 0 auto
    }

    .brand_nav_full_wide_header {
        margin: 0 auto
    }

    .brand_nav_breadcrumb h1 {
        font-size: 10px;
        letter-spacing: .02em
    }

    .brand_nav_logo {
        width: auto;
        float: left;
        height: 65px;
        padding: 5px 20px
    }

    .brand_nav_logo img {
        width: auto !important;
        max-width: none !important;
        height: 100%
    }

    .brand_mobile_menu:before {
        content: "Categories";
        font-weight: 400;
        Text-transform: uppercase;
        letter-spacing: .05em;
        font-size: 12px;
        line-height: 34px;
        vertical-align: middle
    }

    .brand_mobile_menu {
        display: block;
        padding: 4px 20px;
        border: 0;
        width: 160px;
        cursor: pointer;
        float: right;
        text-transform: uppercase;
        font-size: 12px;
        margin-right: 0;
        margin-top: 13px;
        background-color: #fff !important;
        text-align: right
    }

    .brand_mobile_menu i {
        margin-left: 10px;
        color: #1b1b1b;
        right: 15px;
        font-size: 20px;
        vertical-align: middle
    }

    .brand_mobile_menu i.fal.fa-times {
        font-size: 25px
    }

    .brand_mobile_menu .fal.fa-times {
        display: none
    }

    .brand_mobile_menu.brand_mobile_menu_link_active .fal.fa-bars {
        display: none
    }

    .brand_mobile_menu .fal.fa-bars {
        display: inline-block
    }

    .brand_mobile_menu.brand_mobile_menu_link_active .fal.fa-times {
        display: inline-block
    }

    .brand_mobile_menu i.fal.fa-bars {
        content: '';
        background: url(https://content.thewosgroup.com/icons/svgs/bars-light.svg) center center;
        width: 15px;
        background-repeat: no-repeat;
        height: 15px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        right: 0
    }

    .brand_mobile_menu i.fal.fa-times {
        content: '';
        background: url(https://content.thewosgroup.com/icons/svgs/xmark-light.svg) center;
        width: 15px;
        background-repeat: no-repeat;
        height: 15px;
        position: relative;
        vertical-align: middle;
        right: 0
    }

    .brand_nav_wrapper .brand_menu {
        display: none
    }

    .brand_menu {
        display: block;
        width: 100%;
        padding-bottom: 0
    }

    .brand_menu ul {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #ededed;
        background-color: #fbfbfb;
        overflow: hidden;
        clear: both
    }

    .brand_nav_wrapper .brand_menu li {
        display: block;
        border-bottom: 1px solid #ededed;
        padding: 0;
        text-align: left
    }

    .brand_menu li a {
        font-size: 12px;
        display: block;
        padding: 11px 20px !important
    }

    .brand_menu li:last-child {
        border-bottom: 1px solid #ededed
    }

    .brand_menu li:last-child a {
        border: 0;
        padding: 0;
        border-radius: 0
    }

    .brand_menu li:last-child a:hover {
        border: 0;
        background-color: inherit;
        color: inherit;
        text-decoration: underline
    }
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer.removeMarginTop {
    margin-top: 0
}

.cmsPage .cmsContainer .containerTitleSection h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: .25em;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: 300 !important;
    font-family: baskerville-urw;
    line-height: 1.25em
}

.cmsContainer:first-child .containerTitleSection h1 {
    margin-top: 50px
}

.cmsPage .cmsContainer.titlesLeftAligned .containerTitleSection h1 {
    margin-left: 0 !important;
    max-width: initial
}

.cmsPage .cmsContainer.titlesLeftAligned .containerTitleSection h1:before {
    content: none
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .containerTitleSection {
    margin: 0 !important
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .containerTitleSection>h4 {
    text-transform: uppercase;
    margin: 28px 0 18px 0;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 30px
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer p:last-child {
    margin-bottom: 0
}

.cmsPage .cmsContainer ul {
    padding-left: 0;
    list-style: inside;
    margin: 30px 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer ol {
    padding-left: 16px;
    list-style: decimal;
    font-size: 1em;
    line-height: 1.7em;
    margin: 30px 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer li {
    margin-bottom: 10px;
    font-size: 1em
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer table {
    width: 100%;
    margin: 30px 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer td {
    padding: 15px !important;
    border: 1px solid #ccc
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer th {
    padding: 15px !important;
    border: 1px solid #ccc;
    background-color: #f2f2f2
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .accordion-content {
    padding: 5px 0 30px 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .accordion-item .accordion-header>h4 {
    padding-right: 60px;
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 400
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .info-featured-text {
    font-size: 1.2em !important;
    padding: 26px 30px;
    font-style: italic;
    text-align: center;
    border-top: 3px solid #0d1f2e;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 20px
}

.cmsPage .breadcrumb {
    border-bottom: 1px solid #efefef;
    padding: 10px 0 5px 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .breadcrumb>li {
    display: inline
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .breadcrumbsRow {
    border-bottom: 0
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .component .componentBlockText {
    max-width: 600px;
    margin: 0 auto 0 auto;
    background-color: transparent
}

.findAStoreSearchBoxSearch {
    padding-top: 30px;
    padding-bottom: 30px
}

#findAStoreSearchBox h1 {
    font-size: 1em;
    margin-top: 0;
    font-family: futura-pt;
    font-weight: 500 !important;
    letter-spacing: 1px
}

#findAStoreSearchBox p {
    line-height: inherit;
    margin: 15px
}

.storeBrandsCarousel.owl-carousel.owl-loaded.owl-drag img {
    min-height: auto;
    max-width: 150px
}

.addressLookupContainer {
    font-size: .9em
}

#findAStoreSearchBox .selectOuter {
    width: 30%;
    height: 45px !important
}

#findAStoreSearchBox input#pac-input {
    width: calc(70% - 40px);
    height: 45px
}

.useMyLocationStoreLookupButton {
    margin-left: -34px;
    height: 32px
}

#findAStoreSearchBox button#findAStoreSearchButton {
    line-height: 2.4em;
    height: 40px
}

#findAStoreSearchBox .selectOuter #storeFinderBrandSelector {
    height: 45px
}

.findAStoreSearchBoxSearch ul.woosPredictions {
    padding: 0
}

#findAStoreSearchBox .selectOuter:after {
    top: 18px
}

.storeFinderLogo {
    margin-bottom: 15px
}

.storeFinderLogo img {
    width: 100px
}

.storeFinderSpan {
    font-weight: 300 !important
}

.storeFinderOpeningHours {
    margin-top: 10px
}

.findAStoreSearchBoxResult .storeFinderMoreDetails>div,
.findAStoreSearchBoxResult .storeFinderSpan,
.findAStoreSearchBoxResult.closed .storeFinderSpan.storeFinderOpeningHours {
    font-weight: 300
}

.findAStoreSearchBoxResult h2,
.storeFinderOpeningHourToday,
.storeFinderSpan.storeFinderOpeningHours strong {
    /* font-family: futura-pt !important; */
    font-weight: 400
}

.findAStoreSearchBoxSearch {
    border-bottom: 1px solid #ddd
}

.findAStoreSearchBoxResult:first-child {
    border-top: 0
}

.findAStoreSearchBoxResult {
    background-color: #fff !important
}

.findAStoreSearchBoxResult .storeFinderOpeningHours {
    display: block
}

.findAStoreSearchBoxResult i:before {
    content: "View on Map";
    position: absolute;
    top: 0;
    right: 0;
    /* font-family: futura-pt !important; */
    font-weight: 400;
    font-size: .7em;
    text-decoration: underline;
    width: 80px;
    text-align: right;
    color: #000
}

.storeFinderMoreDetails {
    padding-top: 12px
}

.findAStoreSearchBoxResult .storeFinderSpan br {
    display: none
}

.findAStoreSearchBoxResult.closed .storeFinderMoreDetails {
    display: block
}

.storeFinderMoreDetails hr,
.storeFinderMoreDetails span:first-child,
.storeFinderMoreDetails>div,
.storeFinderOurOpeningHours {
    display: none !important
}

.findAStoreSearchBoxResult .storeFinderSpan a:first-child {
    margin-top: 5px;
    border-right: 0;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0;
    padding: 0 20px;
    display: inline-block
}

.findAStoreSearchBoxResult .storeFinderSpan a:first-child:before {
    content: 'View Store Details';
    font-size: 11px;
    line-height: 40px;
    letter-spacing: .5px
}

.findAStoreSearchBoxResult .storeFinderSpan a:last-child {
    display: none
}

@media(min-width:992px) {
    #findAStoreSearchBox {
        width: 500px;
        border: 1px solid #ccc;
        box-shadow: 0 0 25px rgba(0, 0, 0, .15)
    }
}

@media(max-width:991px) {
    #storeFinderMap {
        height: 300px
    }
}

h1.detailSectionHeadline {
    font-family: futura-pt;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.openingHoursBlockHeader h2 {
    font-weight: 500
}

#requestAppointmentForm,
.showroomImage,
.storeDescriptionRow {
    display: none
}

.openHoursRow {
    font-weight: 400
}

.openHoursToday {
    /* font-family: futura-pt !important; */
    font-weight: 500
}

.formBlockInner button.btn,
.storeFormPopup .storePopupCloseButton,
button.btn.bookAnAppointment {
    font-weight: 500;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 13px;
    background-color: #000;
    color: #fff
}

#storeDetailsMap {
    height: 650px
}

body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .sh-jewellery-links-container h2,
body[class^=page-cmsitem].pageType-ContentPage .cmsPage .cmsContainer .sh-watch-links-container h2 {
    display: inline-block
}

.sh-services-component-container .sh-jewellery-services {
    width: 40%;
    margin-left: 11%
}

@media (max-width:767px) {
    .sh-watch-services {
        border-right: none
    }

    .sh-services-component-container .sh-jewellery-services {
        margin-left: 0;
        margin-top: 30px
    }

    .sh-services-component-container .sh-jewellery-services,
    .sh-watch-services {
        width: 100%
    }
}

#checkoutheader>div>div>div.logo.col-md-4 {
    text-align: center;
    display: flex;
    width: 66.66666% !important
}

.page-checkout-single-page-login #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkout-single-page-login .pull-right {
    text-align: right
}

.page-checkout-single-page-login #checkoutheader {
    height: 80px
}

.page-checkout-single-page-login .innerHeader.container {
    height: 100%
}

.page-checkout-single-page-login .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkout-single-page-login .pull-right img {
    height: 40px;
    width: 79px;
    object-fit: contain
}

.page-checkout-single-page-login .footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    padding-bottom: 40px !important
}

.page-checkout-single-page-login .footer .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkout-single-page-login .footer .col-md-3 {
    width: 100%;
    text-align: center
}

.page-checkout-single-page-login .footer .col-md-3 ul li {
    display: inline-block
}

.page-checkout-single-page-login .footer .col-md-3 ul {
    display: flex
}

.page-checkout-single-page-login .footer .col-md-3 ul li:nth-child(1) {
    order: 2
}

.page-checkout-single-page-login .footer .col-md-3 ul li:nth-child(2) {
    order: 1
}

.page-checkout-single-page-login .footer .col-md-3 ul li:nth-child(2):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkout-single-page-login .footer .col-md-3:after {
    content: "";
    height: 30px;
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    background-image: url(https://www.goldsmiths.co.uk/medias/uk-payment-options-group-1407.png?context=bWFzdGVyfHJvb3R8MTg0ODB8aW1hZ2UvcG5nfGg2OC9oOWYvOTIzMTMwNTg2NzI5NC5wbmd8ZTJkMTM3MGEzMzVkZjkzYTM5YjU2NWE4ZDUxNTc2MzJjMjA4MmExMGMyNTgwNzhlM2EwMjMwODk4NmRhODRjYg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px;
    background-position: center
}

.page-checkout-single-page-login .content p {
    text-align: center;
    font-size: .88em
}

@media(max-width:992px) {
    .page-checkout-single-page-login .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkout-single-page-login {
        padding-top: 80px
    }

    .page-checkout-single-page-login .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkout-single-page-login .footer .col-md-3 {
        padding: 0 30px
    }

    .page-checkout-single-page-login .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkout-single-page-login .footer .col-md-3:after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkout-single-page-login .footer {
        padding: 50px 0
    }

    .page-checkout-single-page-login .footer .col-md-3 ul li:nth-child(2):after {
        margin: 0 25px
    }

    .page-checkout-single-page-login .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkout-single-page-login .pull-right img {
        height: 35px;
        width: 74px
    }
}

.page-checkout-single-page .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-checkout-single-page #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkout-single-page .pull-right {
    text-align: right
}

.page-checkout-single-page #checkoutheader {
    height: 80px
}

.page-checkout-single-page .innerHeader.container {
    height: 100%
}

.page-checkout-single-page .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkout-single-page .pull-right img {
    height: 40px;
    width: 79px;
    object-fit: contain
}

.page-checkout-single-page .footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    padding-bottom: 40px !important
}

.page-checkout-single-page .footer .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkout-single-page .footer .col-md-3 {
    width: 100%;
    text-align: center
}

.page-checkout-single-page .footer .col-md-3 ul li {
    display: inline-block
}

.page-checkout-single-page .footer .col-md-3 ul {
    display: flex
}

.page-checkout-single-page .footer .col-md-3 ul li:nth-child(1) {
    order: 2
}

.page-checkout-single-page .footer .col-md-3 ul li:nth-child(2) {
    order: 1
}

.page-checkout-single-page .footer .col-md-3 ul li:nth-child(2):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkout-single-page .footer .col-md-3:after {
    content: "";
    height: 30px;
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    background-image: url(https://content.thewosgroup.com/wosg/shared/global/uk-payment-options-group-1121.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px;
    background-position: center
}

.page-checkout-single-page .content p {
    text-align: center;
    font-size: .88em
}

@media(max-width:992px) {
    .page-checkout-single-page .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkout-single-page {
        padding-top: 80px
    }

    .page-checkout-single-page .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkout-single-page .footer .col-md-3 {
        padding: 0 30px
    }

    .page-checkout-single-page .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkout-single-page .footer .col-md-3:after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkout-single-page .footer {
        padding: 50px 0
    }

    .page-checkout-single-page .footer .col-md-3 ul li:nth-child(2):after {
        margin: 0 25px
    }

    .page-checkout-single-page .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkout-single-page .pull-right img {
        height: 35px;
        width: 74px
    }
}

.page-checkout-confirmation-page .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-checkout-confirmation-page #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkout-confirmation-page .pull-right {
    text-align: right
}

.page-checkout-confirmation-page #checkoutheader {
    height: 80px
}

.page-checkout-confirmation-page .innerHeader.container {
    height: 100%
}

.page-checkout-confirmation-page .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkout-confirmation-page .pull-right img {
    height: 40px;
    width: 79px;
    object-fit: contain
}

.page-checkout-confirmation-page .footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    padding-bottom: 40px !important
}

.page-checkout-confirmation-page .footer .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkout-confirmation-page .footer .col-md-3 {
    width: 100%;
    text-align: center
}

.page-checkout-confirmation-page .footer .col-md-3 ul li {
    display: inline-block
}

.page-checkout-confirmation-page .footer .col-md-3 ul {
    display: flex
}

.page-checkout-confirmation-page .footer .col-md-3 ul li:nth-child(1) {
    order: 2
}

.page-checkout-confirmation-page .footer .col-md-3 ul li:nth-child(2) {
    order: 1
}

.page-checkout-confirmation-page .footer .col-md-3 ul li:nth-child(2):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkout-confirmation-page .footer .col-md-3:after {
    content: "";
    height: 30px;
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    background-image: url(https://content.thewosgroup.com/wosg/shared/global/uk-payment-options-group-1121.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px;
    background-position: center
}

.page-checkout-confirmation-page .content p {
    text-align: center;
    font-size: .88em
}

@media(max-width:992px) {
    .page-checkout-confirmation-page .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkout-confirmation-page {
        padding-top: 80px
    }

    .page-checkout-confirmation-page .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkout-confirmation-page .footer .col-md-3 {
        padding: 0 30px
    }

    .page-checkout-confirmation-page .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkout-confirmation-page .footer .col-md-3:after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkout-confirmation-page .footer {
        padding: 50px 0
    }

    .page-checkout-confirmation-page .footer .col-md-3 ul li:nth-child(2):after {
        margin: 0 25px
    }

    .page-checkout-confirmation-page .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkout-confirmation-page .pull-right img {
        height: 35px;
        width: 74px
    }
}

.page-checkoutPaypalReviewPage .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-checkoutPaypalReviewPage #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkoutPaypalReviewPage .pull-right {
    text-align: right
}

.page-checkoutPaypalReviewPage #checkoutheader {
    height: 80px
}

.page-checkoutPaypalReviewPage .innerHeader.container {
    height: 100%
}

.page-checkoutPaypalReviewPage .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkoutPaypalReviewPage .pull-right img {
    height: 40px;
    width: 79px;
    object-fit: contain
}

.page-checkoutPaypalReviewPage .footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    padding-bottom: 40px !important
}

.page-checkoutPaypalReviewPage .footer .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkoutPaypalReviewPage .footer .col-md-3 {
    width: 100%;
    text-align: center
}

.page-checkoutPaypalReviewPage .footer .col-md-3 ul li {
    display: inline-block
}

.page-checkoutPaypalReviewPage .footer .col-md-3 ul {
    display: flex
}

.page-checkoutPaypalReviewPage .footer .col-md-3 ul li:nth-child(1) {
    order: 2
}

.page-checkoutPaypalReviewPage .footer .col-md-3 ul li:nth-child(2) {
    order: 1
}

.page-checkoutPaypalReviewPage .footer .col-md-3 ul li:nth-child(2):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkoutPaypalReviewPage .footer .col-md-3:after {
    content: "";
    height: 30px;
    max-width: 75%;
    margin: 0 auto;
    width: 100%;
    background-image: url(https://content.thewosgroup.com/wosg/shared/global/uk-payment-options-group-1121.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px;
    background-position: center
}

.page-checkoutPaypalReviewPage .content p {
    text-align: center;
    font-size: .88em
}

@media(max-width:992px) {
    .page-checkoutPaypalReviewPage .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkoutPaypalReviewPage {
        padding-top: 80px
    }

    .page-checkoutPaypalReviewPage .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkoutPaypalReviewPage .footer .col-md-3 {
        padding: 0 30px
    }

    .page-checkoutPaypalReviewPage .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkoutPaypalReviewPage .footer .col-md-3:after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkoutPaypalReviewPage .footer {
        padding: 50px 0
    }

    .page-checkoutPaypalReviewPage .footer .col-md-3 ul li:nth-child(2):after {
        margin: 0 25px
    }

    .page-checkoutPaypalReviewPage .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkoutPaypalReviewPage .pull-right img {
        height: 35px;
        width: 74px
    }
}

.page-checkout-single-page-login #spCheckoutPopupBlock .description {
    margin-top: 20px
}

.cartPage {
    letter-spacing: 0
}

button.btn.btn-primary.btn-block.btn--continue-checkout.js-continue-checkout-button.basketButtonContinue {
    line-height: 25px
}

.basketBottom a,
.checkoutBottom a {
    font-weight: 400
}

.spGuestFormEmailConfirmBlock div {
    font-weight: 400
}

.basketTop h1 {
    font-family: baskerville-urw;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 90px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.basketSummarySubtotal {
    width: 100%;
    float: none
}

.basketSummarySubtotal div {
    float: left;
    font-weight: 300;
    letter-spacing: 0
}

.basketSummarySubtotal span {
    float: right
}

.basketProductDetailsInfo>span.basketProductCode {
    font-size: 1em
}

.basketProductDetailsTitle {
    font-size: 1em;
    line-height: inherit;
    max-height: 50px;
    color: #000;
    font-weight: 400
}

.basketProductDetailActionsBlock {
    margin-top: 15px
}

.basketProductDetailActionsBlock>span {
    font-size: 1em;
    font-weight: 400
}

.basketSummaryBlock h2 {
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em
}

.basketProductDetailsPrice {
    letter-spacing: .05em;
    font-weight: 400
}

.basketBottom,
.checkoutBottom {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 26px
}

.basketGotAPromotionBlock {
    margin: 30px 0;
    font-weight: 400;
    font-size: 1em
}

.basketPromotionBlock>h2 {
    display: none !important
}

.basketPromotionAppliedBlock {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 15px
}

.basketAppliedPromotionMessage {
    margin: 15px 0 !important;
    padding: 20px;
    font-size: .9em;
    background-color: #f6f6f6;
    line-height: 22px
}

.basketAppliedPromotionSubtotal {
    font-weight: 400;
    font-size: 1em
}

.basketPromotionBlock {
    padding: 15px 0 25px;
    margin: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.basketSummaryTotal {
    font-size: 1em;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 20px
}

.basketSummarySubtotal,
.basketSummaryTotal span {
    font-weight: 400;
    letter-spacing: .05em
}

.basketDisabledClickAndCollectMessage,
.basketDisabledPromotionMessage,
.basketEnabledPromotionMessage,
.basketEnabledReturnsMessage,
.basketLeadDeliveryMessage {
    font-size: 1em;
    line-height: inherit
}

@media(max-width:1200px) {
    .basketLeadDeliveryMessage {
        max-width: unset
    }
}

.spCheckoutCollectStoreSelect {
    width: 100%;
    line-height: 60px
}

.spErrorMessage {
    line-height: 20px;
    margin-top: 10px
}

.spDeliveryOptionPrice,
.spDeliveryOptionTitle {
    font-weight: 400
}

.spCheckoutFormLabel {
    /* font-family: futura-pt !important; */
    font-weight: 300;
    font-size: 1em
}

label[for=useDeliveryAddress] {
    font-weight: 400
}

.spCheckoutCollectStore.spCheckoutCollectSelectedStore {
    border-color: #f6f6f6;
    background-color: #f6f6f6
}

@media (max-width:767px) {

    .basketProductDetailsPrice,
    .basketProductDetailsTitle {
        font-size: 1em
    }

    .basketTop h1 {
        margin-bottom: 0;
        font-size: 1.5em
    }

    .basketMobileTop {
        padding-bottom: 10px
    }
}

.spCheckoutCollectStoreDistance,
.spCheckoutCollectStoreName,
.spFinanceSelectedTermsRowValue,
span.financeRowMonthlyPrice {
    font-weight: 400
}

#v12FinanceDepositEditUpdate {
    margin-bottom: 0 !important
}

#spCheckoutContainer .financeRows h2 {
    color: #969696;
    font-size: 1em !important;
    margin-bottom: 10px
}

.spCheckoutPaymentBlock h3,
.spCheckoutPaymentOptionsBlock h3 {
    letter-spacing: 0;
    font-weight: 400
}

.spCheckoutSectionTitleAction-EditAddress {
    font-weight: 300;
    font-size: .8em
}

#spCheckoutFindYourShowroom,
.spCheckoutCollectStoreSelect {
    line-height: 50px
}

#selectedShowroomComponent .spCheckoutSectionTitle {
    text-transform: capitalize
}

.spFinanceV12FooterText p,
.spPaypalCreditFooterText p {
    line-height: 20px
}

.adyen-checkout__error-text,
.adyen-checkout__input,
.adyen-checkout__label__text {
    font-weight: 300 !important
}

.spCheckoutCollectStore {
    padding: 16px
}

#clickAndCollectFormComponent ul.woosPredictions {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-top: 0
}

ul.woosPredictions>li {
    padding: 6px 16px !important
}

ul.woosPredictions>li:hover {
    background-color: #f7f7f7
}

@media(max-width:767px) {
    #deliveryAddressConfirmationComponent {
        padding: 0 15px
    }
}

#singlePageCheckoutMainContainer {
    letter-spacing: 0
}

#singlePageCheckoutMainContainer h1 {
    font-size: 1.1em !important;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid #eee;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 25px
}

.checkoutDeliveryChoiceOption,
.checkoutDeliveryChoiceOption-disabled,
.checkoutSignInBlockOption {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    font-size: .8em;
    line-height: 1.5em
}

.checkoutSignInDescription {
    text-align: center;
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1em
}

.spForgottenPassword {
    margin-top: 20px
}

#checkoutDeliveryChoiceOption-delivery.checkoutDeliveryChoiceOption-disabled {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

#checkoutDeliveryChoiceOption-collect.checkoutDeliveryChoiceOption-disabled {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.checkoutDeliveryChoiceOption-disabled {
    color: #c5c5c5
}

#spCheckoutContainer h2 {
    font-size: 1.1em !important;
    line-height: 26px;
    text-transform: none;
    letter-spacing: 0;
    margin: 30px auto;
    font-weight: 500
}

.spCheckoutSectionTitle {
    margin-top: 20px;
    font-weight: 400
}

.spCheckoutPopupAddressesBlock,
.spDeliveryAddressSummary {
    background: #eee;
    font-size: 1em;
    padding: 25px
}

.spClickAndCollectDisabledLandingText {
    margin: 30px auto 0
}

.spDeliveryOptionSubtitle {
    font-size: 1em;
    margin-top: 12px
}

.spCheckoutPaymentBlock,
.spCheckoutPaymentOptionsBlock {
    max-width: 450px
}

.spCheckoutPaymentOptionBlockName {
    font-size: 1em;
    font-weight: 500
}

.spCheckoutPaymentOptionBlockSubtext {
    font-weight: 400
}

.basketBottom,
.checkoutBottom {
    margin-top: 50px;
    font-size: 1em;
    padding: 30px 15px
}

.singlePageCheckoutLoginContainer .checkoutBottom {
    font-size: 1em
}

div.spCheckoutDesktopCartSummary>h2 {
    margin-top: 10px !important;
    font-size: .9em !important
}

.spCheckoutPaymentBlock h2 {
    font-size: .9em !important
}

.spCheckoutCartSummarySubTotals>div,
.spCheckoutCartSummaryTotalsAndTax>div {
    font-size: 1em;
    margin: 15px auto
}

.spCheckoutCartSummaryProductDetails {
    line-height: 21px;
    font-size: 1em;
    height: 120px
}

.spCheckoutStatus {
    font-weight: 400 !important;
    font-size: 1em !important
}

.afd-typeahead-container * {
    font-weight: 400;
    font-size: 1em
}

input {
    font-weight: 400 !important
}

@media (max-width:767px) {
    #singlePageCheckoutMainContainer {
        padding: 0 !important
    }

    #clickAndCollectFormComponent,
    #selectedShowroomComponent,
    #singlePageCheckoutMainContainer,
    #spDeliveryAddressForm,
    .spCheckoutPaymentPanelBlock {
        padding: 0 16px
    }

    #singlePageCheckoutMainContainer h1 {
        font-size: 1em
    }

    #spCheckoutContainer h2 {
        font-size: 1em
    }

    .spCheckoutStatus span {
        font-weight: 400 !important
    }

    .paymentOverviewComponent {
        width: 100%
    }

    .spCheckoutCollectStoreSelect {
        width: 100%;
        line-height: 60px
    }

    .spCheckoutCollectStoreShowMap {
        line-height: 30px;
        font-size: 1em
    }

    .spCheckoutChangeStore {
        font-size: 1em
    }
}

.row.hidden-md.hidden-lg.checkoutHeaderMobileLinks {
    display: none
}

#checkoutheader .innerHeader.container {
    height: 100%;
    max-width: 950px
}

.afd-popup-trigger span,
.afd-typeahead-container,
.afd-typeahead-field input {
    font-family: futura-pt;
    font-weight: 300;
    letter-spacing: 0
}

.afd-typeahead-container {
    text-transform: capitalize;
    letter-spacing: 0
}

.spCheckoutAddressFinderPopupContent-enterAddressManually {
    font-size: 14px;
    letter-spacing: 0
}

.spCheckoutAddressFinderPopupContentCMS {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    max-width: 400px;
    font-size: 14px;
    letter-spacing: 0
}

.afd-mobile-clear {
    font-size: 14px
}

.afd-typeahead-container {
    display: block !important
}

.afd-popup-trigger {
    display: none !important
}

.afd-typeahead-dropdown .afd-typeahead-dropdown-item>a,
.afd-typeahead-list .afd-typeahead-item>a {
    padding: 10px 10px
}

body.page-checkout-single-page #checkoutheader,
body.page-checkout-single-page-login #checkoutheader {
    position: relative
}

body.page-checkout-single-page,
body.page-checkout-single-page-login {
    padding-top: 0 !important
}

@media (max-width:767px) {
    body.page-checkout-single-page-login .checkoutSignInBlock {
        padding: 0 15px
    }

    body.page-checkout-single-page-login #singlePageCheckoutMainContainer .checkoutBottom {
        width: 100%;
        margin-left: 0
    }
}

.content-page-block.category-links .container.desktop-carousel,
.content-page-block.category-links .container.desktop-carousel>.col-md-12 {
    padding-left: 0;
    padding-right: 0
}

.content-page-block>.container {
    padding-top: 10px;
    padding-bottom: 10px
}

.cmsPage .brand-carousel.owl-carousel .owl-item img {
    min-height: auto !important
}

.brand-carousel-logo {
    padding: 15px 0;
    background-color: #fff !important;
    max-width: 50%;
    margin: 0 auto
}

.brand-carousel-logo img {
    background-color: #fff !important
}

.desktop-carousel .item {
    padding: 4px
}

.desktop-carousel .item a {
    box-shadow: none;
    border: none;
    text-align: center
}

.category-links .brand-carousel.owl-theme .owl-nav {
    height: 0;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 42%;
    right: 0
}

.category-links .brand-carousel.owl-theme .owl-dots {
    margin-top: 15px
}

.content-page-block .owl-item a,
.content-page-block .owl-item a div {
    display: block;
    overflow: hidden
}

.content-page-block .owl-item img {
    background-color: #f2f2f2;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out
}

.content-page-block .owl-item .brand-carousel-image {
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.content-page-block .owl-item .brand-carousel-image img:hover {
    transform: scale(1)
}

.content-page-block .owl-item p {
    font-weight: 300;
    margin-bottom: 0 !important;
    margin-top: 10px;
    text-transform: uppercase
}

.category-links .brand-carousel.owl-theme .owl-nav button.owl-prev {
    float: left
}

.category-links .brand-carousel.owl-theme .owl-nav button.owl-next {
    float: right
}

.category-links .brand-carousel.owl-theme .owl-nav button span {
    font-size: 0
}

.category-links .brand-carousel.owl-theme .owl-nav button {
    border-radius: 0;
    background-color: #fff !important;
    color: #fff !important;
    border: 1px solid #ccc;
    width: 50px;
    font-size: 1.2em;
    height: 50px;
    margin-top: 0 !important
}

.category-links .brand-carousel.owl-theme .owl-nav button.owl-prev:before {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-right.svg) center center;
    width: 50px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(180deg);
    margin-top: 2px
}

.category-links .brand-carousel.owl-theme .owl-nav button.owl-next:before {
    content: '';
    background: rgb(255 255 255 / 0%) url(https://content.thewosgroup.com/icons/svgs/chevron-right.svg) center center;
    width: 50px;
    height: 25px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px
}

.category-links .brand-carousel.owl-theme .owl-nav button:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;
    font-size: 1em;
    color: #000;
    margin-top: 5px
}

.category-links .brand-carousel.owl-theme .owl-nav .disabled {
    opacity: .3
}

.card-carousel-link {
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7em;
    text-decoration: none !important
}

.card-carousel-link.white-bg {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.card-carousel-link.blue-bg {
    background-color: #000 !important;
    color: #fff !important
}

#hide-text-links .componentBlockText>a {
    display: none
}

@media(max-width:991px) {
    .category-links .brand-carousel.owl-theme .owl-nav button {
        display: none
    }
}

@media(min-width:992px) {
    .category-links .brand-carousel.owl-theme .owl-dots {
        display: none !important
    }
}

@media(max-width:767px) {
    .content-page-block {
        margin-top: 20px
    }

    .content-page-block>.container {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .desktop-carousel {
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .desktop-carousel .item {
        padding: 0
    }
}

.v12ConfirmationPageContainer {
    max-width: 1403px;
    margin: 22px auto 50px auto;
    padding: 0 15px
}

.app-accept-header-container {
    text-align: center;
    max-width: 684px;
    margin: 0 auto
}

.app-accept-header-container h1 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: .03em;
    margin-bottom: 0;
    margin-bottom: 30px
}

.app-accept-header-container p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-accept-header-container p span {
    font-weight: 400;
    text-transform: uppercase
}

.app-accept-info-container {
    max-width: 684px;
    margin: 40px auto 0 auto
}

.app-accept-info-container h3 {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .03em
}

.app-accept-info-container p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-accept-info-container a {
    text-decoration: underline;
    color: #000
}

.v12ConfirmationPageContainer {
    max-width: 1403px;
    margin: 22px auto 50px auto;
    padding: 0 15px
}

.app-ref-header-container {
    text-align: center;
    max-width: 684px;
    margin: 0 auto
}

.app-ref-header-container h1 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: .03em;
    margin-bottom: 0;
    margin-bottom: 30px
}

.app-ref-header-container p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-ref-header-container p span {
    font-weight: 400;
    text-transform: uppercase
}

.app-ref-info-container {
    max-width: 684px;
    margin: 40px auto 0 auto
}

.app-ref-info-container h3 {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .03em
}

.app-ref-info-container p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-ref-info-container a {
    text-decoration: underline;
    color: #000
}

.v12ConfirmationPageContainer {
    max-width: 1403px;
    margin: 22px auto 50px auto;
    padding: 0 15px
}

.app-declined-header-container {
    text-align: center;
    max-width: 684px;
    margin: 0 auto
}

.app-declined-header-container h1 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: .03em;
    margin-bottom: 0;
    margin-bottom: 30px
}

.app-declined-header-container p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-declined-header-container p span {
    font-weight: 400;
    text-transform: uppercase
}

.app-declined-info-container {
    max-width: 684px;
    margin: 40px auto 0 auto
}

.app-declined-info-container h3 {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .03em
}

.app-declined-info-container p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.app-declined-info-container a {
    text-decoration: underline;
    color: #000
}

.declined-options-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px
}

.declined-options-container a:first-child div {
    margin-right: 20px
}

.app-declined-info-container .declined-options-container a {
    text-decoration: none
}

.app-declined-info-container a div {
    display: inline-block;
    border: 1px solid #c4c4c4;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .03em;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 320px;
    text-align: center
}

.app-declined-info-container a div.dec-diff-method {
    background-color: #c4c4c4
}

@media (max-width:703px) {
    .app-declined-info-container a div {
        display: block;
        width: 100%;
        max-width: unset
    }

    .app-declined-info-container a:first-child div {
        margin-bottom: 20px;
        margin-right: 0
    }

    .declined-options-container {
        text-align: center
    }
}

.page-v12-order-confirmation-page .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-v12-order-confirmation-page #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-v12-order-confirmation-page .help {
    display: none
}

.page-v12-order-confirmation-page .row.row-sitemap.mobile-row.hidden-md.hidden-lg {
    display: none !important
}

.page-v12-order-confirmation-page .pull-left {
    display: none
}

.page-v12-order-confirmation-page .pull-right {
    text-align: right
}

.page-v12-order-confirmation-page #checkoutheader {
    height: 80px
}

.page-v12-order-confirmation-page .innerHeader.container {
    height: 100%
}

.page-v12-order-confirmation-page .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.spCheckoutCartSummaryProductBrand,
.spCheckoutMobileOrderSummaryBar div,
.spCheckoutPopupContent .spCheckoutCartSummarySubTotals>div>span,
.spCheckoutPopupContent .spCheckoutCartSummaryTotalsAndTax>div>span,
.spCheckoutSectionOrderRowName,
.spCheckoutSectionOrderRowPrice,
.spCheckoutSectionOrderRowQuantity {
    font-weight: 400
}

#checkoutheader {
    border-bottom: 1px solid #eee
}

.page-v12-order-confirmation-page .pull-right:after {
    content: "";
    height: 40px;
    width: 79px;
    background-image: url(https://623a6e1cd70c9dbd3d3c-7dcd1a1af7ff1e866416ef4f946f2c74.ssl.cf3.rackcdn.com/basket-2020/norton-basket-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

.page-v12-order-confirmation-page .footer {
    background-color: #f9f9f9;
    padding: 40px 0
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(-n+3),
.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) h5,
.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li:nth-child(2) {
    display: none
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) {
    width: 100%;
    text-align: center
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li {
    display: inline-block
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul {
    display: flex
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li:nth-child(1) {
    order: 2
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li:nth-child(3) {
    order: 1
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-v12-order-confirmation-page .footer .col-md-3:nth-child(4):after {
    content: "";
    height: 39px;
    max-width: 529px;
    width: 100%;
    background-image: url(https://content.thewosgroup.com/paymentIcons/payment-footer-update.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px
}

.page-v12-order-confirmation-page .content p {
    text-align: center;
    font-size: .85em
}

@media(max-width:992px) {
    .page-v12-order-confirmation-page .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-v12-order-confirmation-page {
        padding-top: 80px
    }

    .page-v12-order-confirmation-page .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) {
        padding: 0 30px
    }

    .page-v12-order-confirmation-page .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-v12-order-confirmation-page .footer .col-md-3:nth-child(4):after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-v12-order-confirmation-page .footer {
        padding: 50px 0
    }

    .page-v12-order-confirmation-page .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
        margin: 0 25px
    }

    .page-v12-order-confirmation-page .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-v12-order-confirmation-page .pull-right:after {
        height: 35px;
        width: 74px
    }
}

#forgottenPwdForm .control-label,
.loginForm .control-label,
.registerForm .control-label {
    color: #000 !important
}

.signInRegister {
    max-width: 400px;
    margin: 0 auto
}

.basket-payment-options {
    margin: 10px 0;
    display: flex
}

.basket-payment-options p {
    font-size: 14px
}

.basket-pay-icon {
    margin-right: 5px;
    max-width: 15%;
    max-height: 26px
}

.basket-pay-icon.bpi-paypal-credit,
.basket-pay-icon.bpi-v12 {
    display: none
}

.paypalCreditInformationContent {
    padding: 0
}

.paypal-credit-info-panel-img img {
    width: 100%
}

.paypal-credit-info-panel {
    padding: 30px
}

.paypal-credit-info-panel h3 {
    font-size: 1em;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px
}

.paypal-credit-info-panel h3:first-child {
    margin-top: 0
}

.paypal-credit-info-panel p {
    font-size: 1em !important
}

.paypal-credit-info-panel a {
    text-decoration: underline
}

.paypal-credit-info-panel ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0
}

.paypal-credit-info-panel ul li {
    margin-bottom: 10px
}

.paypal-credit-info-panel .close-button {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px;
    border: 1px solid #ccc;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    color: #000;
    font-weight: 400
}

@media (max-width:991px) {

    #guestWishlistAddToCartBtn,
    #guestWishlistRemoveBtn {
        width: 88%;
        margin-left: 6%
    }
}

#vee24LiveHelpTabHTML.v24responsiveLiveHelpTab {
    z-index: 2147483644 !important
}

body #vee24LiveHelpTabPanel {
    top: auto;
    bottom: 0;
    position: fixed
}

#vee24LiveHelpTabHTML,
#vee24LiveHelpTabHTML.v24responsiveLiveHelpTab {
    bottom: 15px !important;
    right: 15px !important;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    height: 39px !important;
    width: 131px !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    background: url(https://content.thewosgroup.com/mappin-webb/icons/live-chat-text-icon.png) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #000 !important
}

#vee24LiveHelpTabHTML a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    background-color: transparent !important
}

#vee24LiveHelpTabHTML img,
#vee24LiveHelpTabHTML span {
    display: none !important
}

#addToCartSubmit,
#adyenDummyPaymentButton,
#createAccountSubmit,
#findAStoreSearchBox button#findAStoreSearchButton,
#paypalReviewPayNow,
#productContactCTA,
#spEditAddressForm button[type=submit],
#spFinanceV12Button,
#v12FinanceDepositEditUpdate,
.basketPromotionCodeSubmit,
.btn-primary,
.footer .footer-social input[type=submit],
.giftWrapSaveButton,
.miniCartExpanded .miniCartButton,
.primary-btn,
.spAddressBookNewAddressButton,
.spCheckoutAddressesBlockAction-select,
.spCheckoutCollectStoreSelect,
.spCheckoutPanel button[type=submit],
.spCheckoutPopupContentFPForm button[type=submit],
.spFinancePaymentContainer div#v12FinanceDepositEditUpdate,
button.adyen-checkout__button,
button.btn.btn-primary.btn-block.btn--continue-checkout.js-continue-checkout-button.basketButtonContinue {
    background-color: #c18769 !important;
    color: #000 !important;
    border: 0;
    border-radius: 0;
    /* font-family: futura-pt !important; */
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .4s;
    min-height: 45px
}

#addToCartSubmit:hover,
#findAStoreSearchBox button#findAStoreSearchButton:hover,
#productContactCTA:hover,
#v12FinanceDepositEditUpdate:hover,
.basketPromotionCodeSubmit:hover,
.btn-primary:hover,
.footer .footer-social input[type=submit]:hover,
.miniCartExpanded .miniCartButton:hover,
.primary-btn:hover {
    opacity: .8
}

.secondary-btn,
.wishlistViewListButton {
    background-color: #000 !important;
    color: #fff !important;
    /* font-family: futura-pt !important; */
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .4s;
    border-radius: 0
}

.secondary-btn:hover,
.wishlistViewListButton:hover {
    background-color: #393939 !important;
    color: #fff !important
}

#pagination-LoadMore,
#pagination-LoadPrev,
#wishlistSignInButton,
.cmsPage .productCarouselLink a,
.generic-btn,
.mobileSortFilter .sortClickThrough,
.pageType-ProductPage .addToWishlistButton.fa-heart,
.productSort .hideGridFacets,
.productSort .hideProductText,
.sortSelect,
.wishlistCreateAccButton,
body.pageType-ProductPage .financeChoiceBlock.financeChoiceBlock-choice .financeChoiceSeePlansAction {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #aaa !important;
    border-radius: 0;
    /* font-family: futura-pt !important; */
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .4s;
    text-decoration: none !important
}

.mobileSortFilter .showFilters {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #aaa;
    border-radius: 0;
    /* font-family: futura-pt !important; */
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .4s;
    text-decoration: none !important
}

.activeFilter {
    border: 1px solid #000 !important
}

#pagination-LoadMore:hover,
#pagination-LoadPrev:hover,
#wishlistSignInButton:hover,
.cmsPage .productCarouselLink a:hover,
.generic-btn:hover,
.mobileSortFilter .showFilters:hover,
.mobileSortFilter .sortClickThrough:hover,
.pageType-ProductPage .addToWishlistButton.fa-heart:hover,
.productSort .hideGridFacets:hover,
.productSort .hideProductText:hover,
.sortSelect:hover,
.wishlistCreateAccButton:hover,
body.pageType-ProductPage .financeChoiceBlock.financeChoiceBlock-choice .financeChoiceSeePlansAction:hover {
    background-color: #f7f7f7 !important;
    color: #000 !important
}

.titlesLeftAligned .blockComponentContainer .blockComponent .componentBlockText h3 {
    font-family: futura-pt, Arial, sans-serif;
    font-family: 'Playfair Display', serif;

    font-weight: 500;
    letter-spacing: 1px !important;
    font-size: 1.1em !important;
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    text-align: inherit;
    line-height: 1.2em !important;
    text-transform: uppercase
}

.brand_mobile_menu i.fal.fa-multiply {
    display: none
}

.brand_mobile_menu.brand_mobile_menu_link_active i.fal.fa-multiply {
    display: inline-block
}

.marginTopS {
    margin-top: 15px !important
}

.marginTopM {
    margin-top: 30px !important
}

.marginTopL {
    margin-top: 60px !important
}

.marginTopXL {
    margin-top: 80px !important
}

.marginBtmS {
    margin-bottom: 15px !important
}

.marginBtmM {
    margin-bottom: 30px !important
}

.marginBtmL {
    margin-bottom: 60px !important
}

.removeMarginBottom {
    margin-bottom: 0 !important
}

.cmsPage .cmsContainer.max1600 {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px
}

@media (max-width:767px) {
    .cmsPage .cmsContainer.max1700 {
        padding: 0 10px
    }
}

.cmsPage .cmsContainer.h1Secondary .containerTitleSection h1 {
    /* font-family: futura-pt !important; */
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    font-size: 1.5em
}

.cmsPage .cmsContainer.headerBorderBottom h2 {
    border-bottom: 1px solid;
    padding-bottom: 25px
}

.cmsPage .cmsContainer.imageBorders img {
    border: 1px solid #ccc
}

.bannerTextFutura .bannerContentInner h1,
.bannerTextFutura .bannerContentInner h2 {
    /* font-family: futura-pt !important; */
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    font-size: 1.4em !important
}

.bannerAlignLeft .bannerContent .bannerContentInner {
    align-items: flex-start !important;
    width: 34%;
    text-align: left !important;
    padding: 40px
}

.cmsContainer.bannerTextCenter .bannerContentInner {
    text-align: center !important
}

.cmsContainer.bannerTextCenter .bannerContentInner p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.forceContentCenter,
.forceContentCenter .blockComponent .componentBlockText {
    text-align: center !important
}

.forceContentCenter .blockComponent .componentBlockText p,
.forceContentCenter p {
    margin: 10px auto 0 auto !important
}

.campaignContent h2,
.campaignContent h3 {
    font-family: baskerville-URW !important;
    color: inherit;
    font-size: 2.3em !important;
    letter-spacing: .2em !important;
    line-height: 1.3em !important;
    text-transform: uppercase;
    margin-top: 5px
}

.campaignContent .cta {
    padding: 12px 40px !important;
    text-decoration: none !important
}

.textAreaWhite .bannerContent .bannerContentInner {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 0 1px #e3e3e3;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    width: 33% !important
}

.textAreaGold .bannerContent .bannerContentInner {
    background-color: #c18769 !important;
    width: 33% !important
}

.textAreaBlack .bannerContent .bannerContentInner {
    background-color: #000 !important;
    color: #fff;
    width: 33% !important
}

.cmsPage .cmsBannerCarouselComponent.dotsBelow .owl-dots {
    margin-top: 5px;
    position: inherit
}

.cmsPage .blockComponentContainer .blockComponent.block-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hideTextLinks .componentBlockText a {
    display: none
}

.cmsPage .hideTextLinks a.blockComponentHeaderLink h3 {
    font-size: 1.1em
}

.linkOnly .componentBlockText a {
    margin-top: 0 !important;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px
}

.blockComponent.linkOnly:hover a {
    text-decoration: underline !important
}

.flexItemsCenter .blockComponentContainer {
    display: flex;
    justify-content: center
}

.flexContentsCenter {
    display: flex;
    align-items: center
}

.flexContentsCenter .componentBlockText {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%
}

.flexContentsCenter h1 {
    max-width: 100% !important;
    margin-top: 0 !important
}

.flexContentsCenter p {
    max-width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important
}

.flexTitleSection .containerTitleSection {
    display: flex;
    justify-content: space-between
}

.cmsPage .container.containCarousel {
    max-width: 1500px !important;
    margin: 0 auto
}

.cmsPage .container.containCarousel-padding {
    max-width: 1540px !important;
    margin: 0 auto;
    padding: 0 20px !important
}

.cmsPage .container.containCarouselXL {
    max-width: 1600px !important;
    margin: 0 auto
}

.cmsPage .container.containCarouselXL-padding {
    max-width: 1680px !important;
    margin: 0 auto;
    padding: 0 40px !important
}

.cmsPage .container.containCarouselNarrow {
    max-width: 1200px !important;
    margin: 0 auto
}

.cmsPage .container.containCarouselNarrow-padding {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px !important
}

.cmsPage .container.containCarouselExtraNarrow {
    max-width: 800px !important;
    margin: 0 auto
}

.cmsPage .container.containCarouselExtraNarrow-padding {
    max-width: 800px !important;
    margin: 0 auto;
    padding: 0 20px !important
}

.cmsPage .removeBannerScale .cmsBannerComponent img,
.cmsPage .removeBannerScale .owl-carousel .owl-item img {
    min-height: auto !important;
    object-fit: initial !important
}

.vertAlignContentMiddle .componentBlockText {
    justify-content: center;
    display: flex;
    flex-direction: column
}

.cmsProductCard picture {
    display: block
}

.cmsProductCard img {
    max-width: 80%
}

.cmsProductCard .cardTitle {
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 8px !important;
    height: 40px;
    max-width: 250px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cmsProductCard .cardPrice {
    font-weight: 500;
    font-size: 15px
}

.blockComponent.componentButton {
    margin-bottom: 0 !important
}

.blockComponent.componentButton .componentBlockText a {
    background-color: #f4f5f7;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 500 !important;
    text-align: center !important;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: .5px
}

.blockComponent.componentButton .componentBlockText a:hover {
    background-color: #f7f8f9
}

.blockComponent.componentButton picture {
    display: none
}

@media(max-width:1500px) {

    .cmsPage .container.containCarousel-padding,
    .cmsPage .container.containCarouselExtraNarrow-padding,
    .cmsPage .container.containCarouselNarrow-padding,
    .cmsPage .container.containCarouselXL-padding {
        padding: 0 40px !important
    }
}

@media(max-width:1100px) {
    .fullWidthMobile div[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }

    .textAreaBlack .bannerContent .bannerContentInner,
    .textAreaGold .bannerContent .bannerContentInner,
    .textAreaWhite .bannerContent .bannerContentInner {
        width: 45% !important
    }
}

@media (min-width:992px) {

    .cmsContainer .fiveWide .col-md-3,
    .cmsContainer.fiveWide .col-md-2,
    .cmsContainer.fiveWide .col-md-3 {
        width: 20%
    }

    .cmsContainer .sixWide .col-md-3,
    .cmsContainer.sixWide .col-md-2,
    .cmsContainer.sixWide .col-md-3 {
        width: 16.666%
    }
}

@media(max-width:991px) {

    .cmsPage .container.containCarousel-padding,
    .cmsPage .container.containCarouselExtraNarrow-padding,
    .cmsPage .container.containCarouselNarrow-padding,
    .cmsPage .container.containCarouselXL-padding {
        padding: 0 35px !important
    }

    .overflowMobile .blockComponentContainer {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
        scrollbar-color: #aaa #f1f1f1;
        padding: 0 15px !important
    }

    .overflowMobile>.container {
        padding-right: 0 !important;
        padding-left: 10px !important;
        margin-left: -5px;
        margin-right: 0
    }

    .overflowMobile>.container>.row {
        margin-left: -5px;
        margin-right: -5px
    }

    .overflowMobile .blockComponentContainer::-webkit-scrollbar {
        height: 5px;
        -webkit-appearance: none
    }

    .overflowMobile .blockComponentContainer::-webkit-scrollbar-thumb {
        background-color: #d5d5d5
    }

    .overflowMobile .blockComponentContainer::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .cmsContainer.overflowMobile.titlesLeftAligned .containerTitleSection {
        padding-left: 15px
    }

    .overflowMobile .blockComponentContainer .col-sm-4.blockComponent {
        min-width: 25%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px
    }

    .overflowMobile .blockComponentContainer .col-sm-6.blockComponent {
        min-width: 46%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px
    }

    .overflowMobile .blockComponentContainer .col-sm-12.blockComponent {
        min-width: 15%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px;
        text-align: left
    }
}

@media(max-width:767px) {

    .cmsPage .container.containCarousel-padding,
    .cmsPage .container.containCarouselExtraNarrow-padding,
    .cmsPage .container.containCarouselNarrow-padding,
    .cmsPage .container.containCarouselXL-padding {
        padding: 0 15px !important
    }

    .removeMobileMarginTop {
        margin-top: 0 !important
    }

    .cmsPage .cmsBannerCarouselComponent.removeMobilePadding,
    .removeMobilePadding,
    .removeMobilePadding .containerFullWidth {
        padding: 0 !important
    }

    .mobileFlexOrder1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .mobileFlexOrder2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .mobileFlexOrder3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .linkOnly .componentBlockText a {
        font-size: 12px
    }

    .cmsPage .cmsContainer.h1Secondary .containerTitleSection h1 {
        font-size: 1.4em !important
    }

    .fullWidthMobile .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important
    }

    .fullWidthMobile .row {
        margin-left: 0;
        margin-right: 0
    }

    .campaignContent h2,
    .campaignContent h3 {
        font-size: 1.8em !important;
        letter-spacing: .2em !important;
        line-height: 36px !important
    }

    .textAreaBlack .bannerContent .bannerContentInner,
    .textAreaGold .bannerContent .bannerContentInner,
    .textAreaWhite .bannerContent .bannerContentInner {
        width: 100% !important
    }

    .overflowMobile .blockComponentContainer .col-xs-4.blockComponent {
        min-width: 31%
    }

    .overflowMobile .blockComponentContainer .col-xs-6.blockComponent {
        min-width: 46%
    }

    .overflowMobile .blockComponentContainer .col-xs-12.blockComponent {
        min-width: 85%
    }
}

.cmsContainer .containerTitleSection span.skipToSpan {
    color: #797979 !important;
    display: inline-block !important
}

.cmsContainer.categoryPageLinkList a {
    display: block !important;
    margin-top: 10px !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-size: 1em !important;
    font-weight: 400 !important
}

a.blackContentButton {
    padding: 10px 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 500;
    display: block !important;
    min-width: 250px;
    max-width: 300px;
    margin: 5px auto 0 auto;
    letter-spacing: .1em;
    margin-top: 20px !important
}

a.blackContentButton:hover {
    opacity: .85
}

.blackBGComponent {
    background-color: #000;
    color: #fff
}

.blackBGComponent p {
    color: #fff
}

.staticCategoryHeroArea {
    margin-top: 30px
}

.staticCategoryHeroArea .container {
    max-width: 1700px
}

@media (max-width:1100px) {
    .staticCategoryHeroArea div[class^=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .categoryPageLinkList .blockComponent {
        margin-bottom: 30px !important
    }

    .staticCategoryHeroArea {
        margin-top: 0 !important
    }

    .staticCategoryHeroArea .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important
    }

    .staticCategoryHeroArea .row {
        margin-left: 0;
        margin-right: 0
    }
}

.isWesSession .WOSG_logo:nth-child(2) img {
    max-width: 180px
}

.isWesSession .WOSG_logo:nth-child(2).active a:after {
    top: 10%
}

.isWesSession .WES.container {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.isWesSession .container .WOSG_logo {
    text-align: center
}

.isWesSession .WOSG_logo {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    max-width: 250px;
    width: 33%;
    max-height: 80px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.isWesSession .WOSG_logo img {
    width: 100%;
    padding: 15px 20px;
    max-width: 200px
}

.isWesSession .WOSG_logo.active {
    background-color: #f9f9f9;
    border-color: transparent
}

.isWesSession .WOSG_logo.active a {
    position: relative
}

.isWesSession .WOSG_logo.active a:after {
    background-image: url(https://a0a73a99cbfedf7e3b28-a6fed8c1b4fb343f790cc1a783af6690.ssl.cf3.rackcdn.com/wes/green-dot.png);
    content: "";
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5%;
    right: 5%
}

.isWesSession .noShow .WES.container {
    display: none
}

body.language-.isWesSession .upperHeaderContainer .upperHeader:first-child {
    display: none !important
}

#wesChangeFascia {
    text-transform: capitalize;
    font-size: 12px
}

@media (max-width:992px) {
    .isWesSession .WOSG_logo {
        margin-right: 10px
    }

    .isWesSession .WOSG_logo:last-child {
        margin-right: 0
    }

    .isWesSession .WOSG_logo.active a:after {
        right: 6%
    }

    .isWesSession .header .upperHeaderContainer.hidden-xs,
    .isWesSession .header .upperHeaderContainer.hidden-xs .upperHeader {
        display: inline-block !important;
        text-align: right
    }
}

@media (max-width:990px) {
    body.isWesSession {
        padding-top: 130px
    }

    body.language-isWesSession {
        padding-top: 153px
    }
}

@media (max-width:767px) {
    .isWesSession .upperHeader a {
        font-size: 12px
    }
}

body.language-.isWesSession .wesLoginPage {
    padding: 0 30px
}

body.language-.isWesSession .wesLoginForm {
    margin: 75px auto;
    max-width: 600px;
    width: 100%
}

.language-.isWesSession .wesSiteLogo {
    width: 100%;
    max-width: 500px
}

.language-.isWesSession .header .upperHeaderContainer .upperHeader {
    width: 100%
}

.isWesSession .wesSiteLogo img {
    width: 100%;
    max-width: 150px
}

.page-checkout-login.isWesSession .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-checkout-login.isWesSession #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkout-login.isWesSession .help {
    display: none
}

.page-checkout-login.isWesSession .row.row-sitemap.mobile-row.hidden-md.hidden-lg {
    display: none !important
}

.page-checkout-login.isWesSession .pull-left {
    display: none
}

.page-checkout-login.isWesSession .pull-right {
    text-align: right
}

.page-checkout-login.isWesSession #checkoutheader {
    height: 80px
}

.page-checkout-login.isWesSession .innerHeader.container {
    height: 100%
}

.page-checkout-login.isWesSession .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkout-login.isWesSession .pull-right:after {
    content: "";
    height: 40px;
    width: 79px;
    background-image: url(https://623a6e1cd70c9dbd3d3c-7dcd1a1af7ff1e866416ef4f946f2c74.ssl.cf3.rackcdn.com/basket-2020/norton-basket-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

.page-checkout-login.isWesSession .footer {
    background-color: #f9f9f9;
    padding: 40px 0
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(-n+3),
.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) h5,
.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(2) {
    display: none
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) {
    width: 100%;
    text-align: center
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li {
    display: inline-block
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul {
    display: flex
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(1) {
    order: 2
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3) {
    order: 1
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkout-login.isWesSession .footer .col-md-3:nth-child(4):after {
    content: "";
    height: 39px;
    max-width: 529px;
    width: 100%;
    background-image: url(http://content.thewosgroup.com/paymentIcons/payment-footer-update.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px
}

.page-checkout-login.isWesSession .content p {
    text-align: center;
    font-size: .85em
}

@media(max-width:992px) {
    .page-checkout-login.isWesSession .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkout-login.isWesSession {
        padding-top: 80px
    }

    .page-checkout-login.isWesSession .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) {
        padding: 0 30px
    }

    .page-checkout-login.isWesSession .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkout-login.isWesSession .footer .col-md-3:nth-child(4):after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkout-login.isWesSession .footer {
        padding: 50px 0
    }

    .page-checkout-login.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
        margin: 0 25px
    }

    .page-checkout-login.isWesSession .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkout-login.isWesSession .pull-right:after {
        height: 35px;
        width: 74px
    }
}

.page-checkout-address.isWesSession .logo {
    text-align: center;
    display: flex;
    width: 66.66666%
}

.page-checkout-address.isWesSession #siteLogo {
    max-width: 150px;
    width: 100%
}

.page-checkout-address.isWesSession .help {
    display: none
}

.page-checkout-address.isWesSession .row.row-sitemap.mobile-row.hidden-md.hidden-lg {
    display: none !important
}

.page-checkout-address.isWesSession .pull-left {
    display: none
}

.page-checkout-address.isWesSession .pull-right {
    text-align: right
}

.page-checkout-address.isWesSession #checkoutheader {
    height: 80px
}

.page-checkout-address.isWesSession .innerHeader.container {
    height: 100%
}

.page-checkout-address.isWesSession .row.checkoutHeaderDesktopLinks {
    height: 100%;
    display: flex;
    align-items: center
}

.page-checkout-address.isWesSession .pull-right:after {
    content: "";
    height: 40px;
    width: 79px;
    background-image: url(https://623a6e1cd70c9dbd3d3c-7dcd1a1af7ff1e866416ef4f946f2c74.ssl.cf3.rackcdn.com/basket-2020/norton-basket-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

.page-checkout-address.isWesSession .footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin-top: 50px
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(-n+3),
.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) h5,
.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(2) {
    display: none
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) {
    width: 100%;
    text-align: center
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li {
    display: inline-block
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul {
    display: flex
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(1) {
    order: 2
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3) {
    order: 1
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
    content: "|";
    color: #e4e4e4;
    margin: 0 10px
}

.page-checkout-address.isWesSession .footer .col-md-3:nth-child(4):after {
    content: "";
    height: 39px;
    max-width: 529px;
    width: 100%;
    background-image: url(http://content.thewosgroup.com/paymentIcons/payment-footer-update.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
    margin-bottom: 17px
}

.page-checkout-address.isWesSession .content p {
    text-align: center;
    font-size: .85em
}

@media(max-width:992px) {
    .page-checkout-address.isWesSession .pull-right {
        display: inline-block !important;
        width: 33.33%
    }

    body.page-checkout-address.isWesSession {
        padding-top: 80px
    }

    .page-checkout-address.isWesSession .row.row-sitemap.mobile-row.hidden-sm.hidden-xs {
        display: block !important
    }

    .page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) {
        padding: 0 30px
    }

    .page-checkout-address.isWesSession .content p {
        max-width: 350px;
        margin: 0 auto
    }

    .page-checkout-address.isWesSession .footer .col-md-3:nth-child(4):after {
        margin-top: 15px;
        margin-bottom: -1px
    }

    .page-checkout-address.isWesSession .footer {
        padding: 50px 0
    }

    .page-checkout-address.isWesSession .footer .col-md-3:nth-child(4) ul li:nth-child(3):after {
        margin: 0 25px
    }

    .page-checkout-address.isWesSession .footer ul>li>a {
        font-size: .8em;
        text-decoration: underline
    }

    .page-checkout-address.isWesSession .pull-right:after {
        height: 35px;
        width: 74px
    }
}

.plp-subcategories {
    margin-top: 30px
}

.plp-subcategories .owl-nav {
    display: block !important
}

.plp-subcategories .owl-carousel .owl-item h4 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    max-width: 186.6px
}

.plp-subcategories {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px
}

.plp-subcategories .owl-carousel {
    width: 90%;
    margin: 0 auto
}

.removePLPLinks {
    display: none
}

.plp-subcategories-header {
    padding-bottom: 20px !important
}

.plp-subcategories .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.plp-subcategories .owl-theme .owl-nav button.owl-next {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 45px;
    font-size: 1.2em;
    height: 45px;
    margin-top: 0 !important;
    margin-right: 0;
    background-color: rgba(0, 0, 0, .2)
}

.plp-subcategories .owl-theme .owl-nav button.owl-prev {
    border-radius: 0;
    border: 1px solid #ccc;
    width: 45px;
    font-size: 1.2em;
    height: 45px;
    margin-top: 0 !important;
    margin-left: 0;
    background-color: rgba(0, 0, 0, .2)
}

.plp-subcategories .owl-theme .owl-nav button.owl-next {
    float: right
}

.plp-subcategories .owl-theme .owl-nav button.owl-prev {
    float: left
}

.plp-subcategories .owl-nav {
    height: 0;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 35%;
    right: 0
}

.plp-subcategories .owl-nav button span {
    font-size: 0
}

.plp-subcategories .owl-theme .owl-nav .disabled {
    display: none
}

@media (min-width:992px) {
    .plp-subcategories .owl-carousel .owl-item .item {
        width: 186.6px
    }

    .plp-subcategories .owl-carousel .owl-stage-outer {
        text-align: -webkit-center
    }
}

@media (max-width:992px) {
    .plp-subcategories .owl-stage {
        left: -20px
    }

    .plp-subcategories .owl-stage.addLeft {
        left: -30px !important
    }

    .plp-subcategories .owl-carousel {
        width: 100% !important;
        padding-left: 35px
    }
}

@media (max-width:992px) {
    .plp-subcategories .owl-carousel .owl-stage-outer {
        overflow: visible !important
    }

    .plp-subcategories {
        overflow: hidden
    }
}

.product-tile-wishlist,
.productCarouselWishlist {
    width: 46px !important;
    height: 46px;
    top: 0 !important;
    right: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important
}

.productCarouselWishlist.wishlistOff:hover:after {
    top: 13px !important;
    right: 8px !important
}

.productCarouselWishlist svg {
    height: 18px !important
}

.svg.accountIcon,
.svg.builderIcon,
.svg.infoIcon,
.svg.warning {
    height: 15px;
    width: 52px;
    padding-left: 0;
    padding-right: 0
}

a.accountOrdersLink {
    line-height: 52px
}

.svg.product-tile-wishlist:hover:after {
    top: 20px
}