@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/********************/


/* DELIVERY BANNERS */


/********************/


/* SHOPPING BASKET */

.basket__cms-content {
    display: none;
}

@media (min-width: 768px) {
    .basket__cms-content {
        display: block;
    }
}

/* HEADER */

#deliveryBanner {
    display: none;
}

body.page-home #deliveryBanner {
    display: block;
    cursor: pointer;
}

#deliveryBanner div {
    display: none;
}

body.page-home #deliveryBanner {
    position: absolute;
    top: 7.3rem;
    height: 74px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    width: 100%;
    background-color: rgba(240, 240, 240, .3);
}

body.page-home #deliveryBanner {
    top: 7rem;
    height: 68px;
}

#deliveryBanner div p a {
    font-family: 'Muli', Arial;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

#deliveryBanner div h4 {
    margin-bottom: 0;
    margin-top: 16px;
}

#deliveryBanner div#intDelivery h4 {
    margin-top: 4px;
}

body.page-home #deliveryBanner div h4 {
    margin-bottom: 0;
    margin-top: 12px;
    display: block;
    line-height: 150%;
}

body.page-home #deliveryBanner div.intDelivery h4 {
    margin-top: 7px;
    line-height: 100%;
}

#deliveryBanner div h4 a {
    font-family: 'Muli', Arial;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0.3rem;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}


/*#deliveryBanner #intDelivery { margin-top: -1.7rem; }*/

body.page-home #deliveryBanner #intDelivery {
    margin-top: -0.8rem;
}


/*main#content { padding-top: 13rem; }*/

main#content {
    padding-top: 7.25rem;
}

body.page-home main#content {
    padding-top: 11.2rem;
}

body.page-home #deliveryBanner div#intDelivery h4 a {
    display: block;
    line-height: 120%;
    margin-top: 1.6rem;
}

@media (min-width: 500px) {
    body.page-home #deliveryBanner #intDelivery {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #deliveryBanner #intDelivery {
        margin-top: 0rem;
    }
    body.page-home #deliveryBanner #intDelivery {
        margin-top: 0;
    }
    #deliveryBanner {
        top: 5.5rem;
    }
    body.page-home #deliveryBanner {
        top: 5rem;
    }
    body.page-home main#content {
        padding-top: 8.2rem;
    }
    /*main#content { padding-top: 8.2rem; }*/
    main#content {
        padding-top: 5.0625rem;
    }
    body.page-home main#content {
        padding-top: 9.2rem;
    }
    body.page-home .breadcrumb-container {
        top: 9.6rem;
    }
    /*.breadcrumb-container { top: 9.6rem; }*/
    body.page-home #deliveryBanner div.intDelivery h4 {
        margin-top: 12px;
        line-height: 150%;
    }
}

@media (min-width: 992px) {
    #deliveryBanner {
        top: 8.5rem;
    }
    main#content {
        padding-top: 7.6875rem;
    }
    body.page-home #deliveryBanner {
        top: 8.2rem;
    }
    /*main#content { padding-top: 11.9rem; }*/
    body.page-home main#content {
        padding-top: 12.4rem;
    }
    /*.breadcrumb-container { top: 12.75rem; }*/
}

@media (hover: hover) {
    #deliveryBanner div h4 a:hover, #deliveryBanner div h4 a:hover span {
        text-decoration: none;
        color: rgba(255,255,255,.9);
    }
    #deliveryBanner div p a:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, .5);
    }
}


/* FOOTER */

#footerDeliveryMessage {
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 1.3rem 0 1.3rem 0;
    text-align: center;
    background-color: rgba(240, 240, 240, .3);
    margin-top: 0;
}

#footerDeliveryMessage #footerDeliveryContainer {
    max-width: 1140px;
    margin: 0.5rem auto 0;
}

#footerDeliveryMessage #footerDeliveryContainer .ieDelivery,
#footerDeliveryMessage #footerDeliveryContainer .ukDelivery,
#footerDeliveryMessage #footerDeliveryContainer .intDelivery {
    display: none;
}

#footerDeliveryMessage #footerDeliveryContainer .mainDeliveryMessage {
    margin-bottom: 1.5rem;
    cursor: pointer;
}

#footerDeliveryMessage #footerDeliveryContainer .mainDeliveryMessage::before {
    content: url('https://dunnes.btxmedia.com/pws/client/ds2/images/elements/icons/truck-icon.svg');
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 0.7rem auto;
}

#footerDeliveryMessage #footerDeliveryContainer .secondaryDeliveryMessage::before {
    content: url('https://dunnes.btxmedia.com/pws/client/ds2/images/elements/icons/shop-icon.svg');
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 0.7rem auto;
}

#footerDeliveryMessage #footerDeliveryContainer .secondaryDeliveryMessage {
    padding-top: 0.5rem;
    cursor: pointer;
}

#footerDeliveryMessage #footerDeliveryContainer p a {
    font-family: 'Muli', Arial;
    text-transform: uppercase;
    font-size: 0.7rem !important;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

#footerDeliveryMessage #footerDeliveryContainer h4 a {
    font-family: 'Muli', Arial;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0.3rem;
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 768px) {
    #footerDeliveryMessage {
        margin-top: -1.6rem;
    }
    #footerDeliveryMessage #footerDeliveryContainer .mainDeliveryMessage {
        margin-bottom: 0;
    }
    #footerDeliveryMessage #footerDeliveryContainer .secondaryDeliveryMessage {
        padding-top: 0;
        border-left: 1px solid #eeeeee;
    }
}

/* Social Media Icons */

#socialFooter {
    padding: 1.5rem 0;
    border-top: 1px solid #e1e1e1;
}
#socialFooter .socialIcons {
    text-align: center;
}
#socialFooter .socialIcons svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 1.6rem;
    opacity: 0.8;
}
@media (min-width: 768px) {
    #socialFooter {
        padding: 1.5rem 0 0 0;
        border-top: none;
    }
}

/* MINI BASKET */

#minibasket .freeDeliveryFix {
    padding: 0.5rem 2rem;
    background: rgba(240, 240, 240, .3);
    color: #000;
    text-align: center;
    border: 1px solid #eee;
    border-top: 0;
    font-weight: 300;
    line-height: 150%;
    font-size: 0.825rem;
    font-family: 'Muli', sans-serif;
}


/* CHECKOUT DELIVERY MESSAGE */

#checkout-summary div.freeDeliveryFix {
    text-align: center;
    padding-bottom: 1rem;
    font-family: 'Muli', sans-serif;
    color: black;
    font-size: 0.8rem;
    border-top: 1px solid #919191;
    padding-top: 0.8rem;
}


/*****************/


/* EMAIL SIGN UP */


/*****************/

.global-footer__newsletter {
    padding-top: 0;
    margin: 2rem 0 4rem 0;
}

.global-footer #footerEmailSignUp {
    text-align: center;
    font-family: 'Muli', sans-serif;
}

.global-footer #footerEmailSignUp input#emailInput {
    padding: 0.5rem;
    font-size: 0.9rem;
    color: rgba(145, 145, 145, 1);
    font-family: 'Muli', sans-serif;
    border: 0;
    border-bottom: 1px solid rgba(55, 55, 55, 1);
    width: 200px;
    margin-right: 1rem;
    text-align: left;
    margin: 1.5rem 1rem .5rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: none;
}

.global-footer #footerEmailSignUp input#emailInput:focus {
    outline: none;
}

.global-footer #footerEmailSignUp input#emailInput:focus::-webkit-input-placeholder {
    transition: opacity 0.1s 0.1s ease!important;
    opacity: 0.1;
}

.global-footer #footerEmailSignUp input#submitNewsletter {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.8rem;
    padding: 0.6rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 0;
    cursor: pointer;
    margin: 1.5rem 0 .5rem 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

@media (min-width: 768px) {
    .global-sitemap__list-item .global-sitemap__list-link {
        font-size: 0.85rem;
        color: rgba(145, 145, 145, 1);
    }
    .global-footer #footerEmailSignUp #submitNewsletter {
        margin-top: 0;
    }
}


/***************/


/* PLP BANNERS */


/***************/


/* General banner styles */

#plp-banner {
    margin-top: -1.5rem;
}

#plp-banner h1,
#plp-banner h2,
#plp-banner p,
#plp-banner hr,
#plp-banner #plp-sub-navigation span,
#plp-banner #plp-sub-navigation span a {
    font-family: 'Muli', Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 100;
    text-align: center;
}

#plp-banner hr {
    border-top: 1px solid #e1e1e1;
}

#plp-banner.logo-banner h2 img {
    max-height: 150px;
    margin: 0 auto;
}

#plp-banner.logo-banner h1 {
    color: #666;
    font-size: 1.1rem;
}

#plp-banner p {
    font-size: 0.9rem;
    max-width: 550px;
    margin: 0 auto;
}


/* max-characters 230 */


/*#plp-banner p { font-size: 1.1rem; max-width: 580px; margin: 0 auto; line-height:150%;} /* max-characters 230 */

#plp-banner p {
    display: none;
}

#plp-banner hr {
    margin-top: 1.3rem;
}


/* PLP Banners individual elements */


/* Subnavigation */

#plp-banner #plp-sub-navigation {
    text-align: center;
    margin: 1rem auto 1rem auto;
    max-width: 790px;
    display: none;
}

#plp-banner #plp-sub-navigation span {
    margin-top: 1rem;
}

#plp-banner #plp-sub-navigation span a {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 1rem;
}

#plp-banner #plp-sub-navigation span a:hover {
    text-decoration: none;
}


/*************/
/* PDP PAGES */
/*************/

.page-product #content .t-product .c-product-description ul {
    list-style-type: disc;
    margin-left: 0.5rem;
}

.page-product #content .t-product .c-product-description ul li,
.page-product #content .t-product .c-product-description li {
    list-style-type: disc;
    font-family: 'Muli';
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 150%;
    color: black;
}

/***** PDP CSS ******/
.t-product__desc-col .c-product-description, .t-product__desc-col .c-product-description p, .t-product__desc-col .c-product-accordions .accordion__content, .t-product__desc-col .accordion__item.-open .accordion__content, .t-product__desc-col .accordion__item.-open .accordion__content p { font-family: 'Muli', sans-serif;  color: black; font-size: 0.85rem; line-height: 150%; }
.t-product__desc-col .c-product-description p { font-size: 0.85rem; font-style: normal; color: black;}
.t-product__desc-col .c-product-description p strong, .c-product-accordions p strong { font-size: auto; font-family: 'Muli', sans-serif;  color: black; font-size: 0.85rem;  }
.t-product__desc-col .c-product-description ul, .c-product-accordions ul { font-size: auto; margin-bottom: 1rem; }
.t-product__desc-col .accordion__item h3 { text-transform: none; font-family: 'Muli', sans-serif; font-size: 0.85rem; margin: 1.5rem 0 1rem; }
.t-product__desc-col .accordion__item p a { text-decoration: underline; }
.t-product__desc-col .c-product-accordions h2.accordion__heading { font-size: 0.85rem; font-family: 'Muli';}
.t-product__desc-col .c-product-description__id { font-family: 'Muli', sans-serif;  color: black; font-size: 0.75rem !important; line-height: 150%; color: #666; }

.accordion__content[data-test="pdp-accordion-content-details_care"] ul, .c-product-description[data-test="pdp-description"] ul {
    list-style: disc;
}
.accordion__content[data-test="pdp-accordion-content-details_care"] ul li, .c-product-description[data-test="pdp-description"] ul li {
    margin: 0 0 0 1rem;
}

/******************/


/* CONTENT STYLES */


/******************/


/* HOMEPAGE STYLES */


/* START EXEPTIONS */

body.page-home article.container {
    max-width: 100% !important;
}

@media (min-width:1200px) {
    #homePage .exceptionMirror {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: 'FlipH';
    }
}


/* END EXCEPTIONS */

.cta-button {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 10px 20px 10px 20px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 14px;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-animation: scale-down-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-down-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#homePage .hero {
    height: 500px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#homePage .hero .holder {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#homePage .hero img.heroImage {
    height: 400px;
    position: absolute;
    top: -8999px;
    bottom: -8999px;
    left: -8999px;
    right: -8999px;
    margin: auto;
}

.overlayCTA {
    position: relative;
    background-color: rgba(245, 245, 245, 0.75);
    margin-top: 254px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 320px;
}

#departmentLanding.categoryLandingPage .overlayCTA {
    margin-top: -161px;
    text-align: center;
}

#departmentLanding.categoryLandingPage:not(.ourBrands):not(.christmasLanding) .overlayCTA {
    max-width: 250px;
    margin-top: -131px;
}

#departmentLanding.categoryLandingPage .overlayCTA .cta-button {
    margin: 20px auto;
}

/* COPY on department landing pages */
#departmentLanding #copyBlock { background: rgba(250, 250, 250, 1); padding: 2rem; text-align: center; margin-left: 1rem; margin-right: 1rem; } 
#departmentLanding #copyBlock h1, #copyBlock p { font-family: 'Muli', sans-serif; color: black;line-height: 2;font-weight: 100; } 
#departmentLanding #copyBlock h1 { font-size: 1.5rem; margin-bottom: 1rem; } 
#departmentLanding #copyBlock p { font-size: 1rem; } 

/* ABOUT THE DESIGNER on department landing pages */
#departmentLanding #aboutTextBox { margin-top: 1.5rem; height: auto; }
#departmentLanding #aboutTextBox .tile.hero { height: auto; background-color: rgba(250, 250, 250, 1); margin-bottom: 1.5rem; height: auto; }
#departmentLanding #aboutTextBox .imageHolder h2 { color: #000; padding: 30px 0 20px 0; font-family: 'Muli', sans-serif; font-size: 1.3rem; font-weight: 300; text-transform: uppercase; }
#departmentLanding #aboutTextBox .imageHolder p { font-family: 'Muli', sans-serif; color: black; font-weight: 400; font-size: 1rem; text-transform: none; line-height: 1.5; text-align: left; padding: 0 1.5rem 0.75rem; }


.overlayCTA .logo {
    -webkit-animation: scale-down-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-down-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#homePage .secondary .hero {
    height: 520px;
}

#homePage .secondary .hero .holder {
    overflow: visible;
}

#homePage .secondary .hero .tileImageWrapper {
    overflow: hidden;
    height: 400px;
}

#homePage .secondary .hero .tileImageWrapper img {
    margin: 0 auto;

}

#homePage .secondary .overlayCTA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 254px;
}

#homePage .secondary .tile .holder a img {
    height: 100%;
    height: 490px;
}

#homePage .secondary {
    margin-top: 20px;
}

#homePage .fourth {
    margin-top: 20px;
}

#homePage .fourth .hero {
    height: 520px;
}

#homePage .fourth .hero img.heroImage {
    height: 400px;
}

#homePage .fourth .hero .holder {
    height: 400px;
}

#homePage .fourth .overlayCTA {
    margin-top: 250px;
}

/* Where To Buy Single Stores */
#wtbException { 
    padding: 0.6rem 0; 
}
#wtbException h3 { 
    color: #000; 
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem; 
    font-weight: 300; 
    text-transform: uppercase; 
    margin: 0 auto 0.4rem; 
    display: block !important; 
}
#wtbException p a { 
    color: #000; 
    padding: 0 10px; 
    font-family: 'Muli', sans-serif; 
    font-size: 1.1rem; 
    font-weight: 300;
    margin: 0 auto; 
    display: block !important;
}
#wtbException p a:hover { 
    text-decoration: underline; 
}


@media (min-width:768px) {
    #homePage .boxLeft .hero img {
        left: -8699px;
    }
    #homePage .boxRight .hero img {
        left: -9198px;
    }
    #homePage .hero img.heroImage {
        height: 690px;
    }
    #homePage .hero {
        height: 690px;
    }
    #homePage .fourth .hero {
        height: 480px;
    }
    #homePage .hero .holder {
        height: 690px;
    }
    .overlayCTA {
        margin-top: 200px;
    }
    #departmentLanding.categoryLandingPage:not(.ourBrands):not(.christmasLanding) .overlayCTA {
        margin-top: -161px;
        max-width: 320px;
    }
    #departmentLanding.categoryLandingPage .overlayCTA {
        margin-top: -161px;
    }
    #homePage .boxLeft .overlayCTA {
        margin-left: 5%;
    }
    #homePage .boxRight .overlayCTA {
        margin-right: 5%;
    }
    #homePage .tile .overlayCTA {
        margin-top: 90px;
        margin-left: 55%;
    }
    #homePage .tile.rightAlign .overlayCTA {
        margin-left: auto;
        margin-right: 55%;
    }
    #homePage .secondary .tile {
        height: 630px;
    }
    #homePage .secondary .hero .tileImageWrapper {
        overflow: hidden;
        height: 505px;
    }
    #homePage .secondary .tile .holder a img {
        margin-left: 0;
        height: auto;
    }
    #homePage .secondary .tile.rightAlign .holder a img {
        margin-left: 0;
        float: right;
        margin-right: 0;
    }
    #homePage .secondary .hero {
        height: 550px;
    }
    #homePage .third {
        margin-top: 20px;
    }
    #homePage .fourth .hero {
        height: 590px;
    }
    #homePage .fourth .hero img.heroImage {
        height: 450px;
    }
    #homePage .fourth .hero .holder {
        height: 450px;
    }
    #homePage .fourth .overlayCTA {
        margin-top: 130px;
    }
    #homePage .fourth .overlayCTA.leftAlignTab {
        margin-left: 5%;
    }
}

@media (min-width:991px) {
    #homePage .hero {
        height: 740px;
    }
    #homePage .hero .holder {
        height: 740px;
    }
    #homePage .hero img.heroImage {
        height: 740px;
    }
    .overlayCTA {
        margin-top: 175px;
    }
    #departmentLanding.categoryLandingPage .overlayCTA {
        margin-top: -161px;
    }
    #homePage .boxLeft .overlayCTA {
        margin-left: 15%;
    }
    #homePage .boxRight .overlayCTA {
        margin-right: 15%;
    }
    #homePage .fourth .tile .holder {
        height: 450px;
        margin: 0 auto;
    }
    #homePage .secondary .tile.rightAlign .holder a img {
        margin-right: 10%;
    }
    #homePage .secondary .tile .holder a img {
        margin-left: 10%;
    }
}

@media (min-width:1200px) {
    #homePage .row.secondary .tile {
        height: 840px;
    }
    #homePage .secondary .overlayCTA {
        margin-top: 615px;
        margin-left: auto;
    }
    #homePage .secondary .tile.rightAlign .overlayCTA {
        margin-left: auto;
        margin-right: auto;
    }
    #homePage .secondary .tile .holder a img,
    #homePage .secondary .tile.rightAlign .holder a img {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #homePage .secondary .hero .tileImageWrapper {
        height: auto;
        width: 97%;
    }

    #homePage .secondary .hero .tileImageWrapper img {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }


    #homePage .fourth .hero {
        height: 500px;
    }
    #homePage .fourth .overlayCTA.leftAlignTab {
        margin-left: 55%;
    }
    #homePage .fourth .tile .holder img.heroImage {
        height: 450px;
        top: auto;
        left: 15%;
        right: auto;
        bottom: auto;
    }
}

@media (min-width:1830px) {
    #homePage .secondary .hero .tileImageWrapper img {
        margin-left: 0 !important;
    }
}

@media (hover: hover) {
    #homePage .hero:hover .overlayCTA .cta-button,
    .hero:hover .overlayCTA .cta-button,
    .overlayCTA:hover .cta-button,
    .cta-button:hover,
    .mainImageLink:hover .cta-button,
    .cta-button:hover {
        -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        background: rgba(0, 0, 0, 1);
        color: rgba(255, 255, 255, 1) !important;
    }
    #homePage .hero:hover .overlayCTA .logo,
    .hero:hover .overlayCTA .logo {
        -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*** HOLDING PAGE ***/

#departmentLanding.categoryLandingPage .overlayCTA.comingSoon {
    margin-top: -71px;
    text-align: center;
    padding: 2rem;
    max-width: 400px;
}

#departmentLanding.categoryLandingPage .overlayCTA.comingSoon hr {
    opacity: 0;
}

#departmentLanding.categoryLandingPage .overlayCTA.comingSoon h2 {
	color: #000;
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: Muli;
    font-weight: 400;
}

@media (min-width: 768px) {
	#departmentLanding.categoryLandingPage .overlayCTA.comingSoon {
	    margin-top: -71px;
	}
	#departmentLanding.categoryLandingPage .overlayCTA.comingSoon h2 {
    	font-size: 1.3rem;
	}
}

@media (min-width: 991px) {
	#departmentLanding.categoryLandingPage .overlayCTA.comingSoon {
	    margin-top: -71px;
	}
}


/*****************/


/* FOOTER STYLES */


/*****************/

#global-sitemap .global-sitemap__trigger-inner a {
    color: #666;
    font-family: 'Muli', sans-serif;
    /*text-transform: uppercase;*/
    font-size: 0.9rem;
}

#global-sitemap .global-sitemap__list-item a.global-sitemap__list-link {
    font-family: 'Muli', sans-serif;
}


/*******************/


/*******************/


/*******************/


/*******************/


/**********


/* www.dsstage02.com */


/* body.page-content #content a { color: #000 !important; } /* overwrite bootstrap */

nav.f-primary-nav a {
    color: #000;
}


/* Modal styles */

#emailSignUpFooter.modal {
    position: unset;
}

#emailSignUpFooter.modal-content {
    border: none;
}

.modal-content {
    border: none;
    height: auto;
    width: 100%;
    min-height: 520px;
    text-align: center;
}

.modal-content {
    border: none;
}

.ds-form-submit {
    text-align: center;
    margin: 25px 0px 5px 0px;
}

#emailSignUpFooter h2.modal-content__heading {
    font-size: 1.5rem;
    font-weight: 100;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

#emailSignUpFooter label,
#emailSignUpFooter input.btn {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.modal {
    /*position: unset !important;*/
}

.modal-content {
    /*border: none !important;*/
}

.ds-form-submit {
    text-align: center;
    margin: 25px 0px 5px 0px;
}

.modal {
    padding: 24px 10px;
}

.modal-body p,
.modalClose a,
.modal-body ol li {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
}

.modal-header h5 {
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.modal-body img {
    width: 100%;
    margin: 0;
}

.modalClose {
    margin: 2rem 0 1rem;
}

@media (min-width: 768px) {
    .modal {
        padding: 24px 20px;
    }
}


/* Hide Stuff */


/* div { display: none; } */


/* NEWSLETTER SIGNUP FORMS - 4.04.2019 */

.ds-form-thank-you {
    font-size: 16px;
}

#ds-loading {
    display: none;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.ds-spinner-newsletter {
    display: none;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* APTOS CSS CHANGES */

body,
html {
    /*touch-action: none;*/
    /*overflow: visible !important;*/
}

#content {
    /*overflow: hidden;*/
}

#content .container {
    /*max-width: 100%;*/
    /*overflow: hidden;*/
}

#content .answer p a {
    text-decoration: underline;
    color: rgba(100, 150, 150, 1);
}


/*****************/


/* LANDING PAGES */


/*****************/


/* specific aptos code clean up */

main#content.lpTag article {
    padding-left: 0;
    padding-right: 0;
}

main#content #sub_navigation {
    display: none;
}


/* standard LP codes */

#landingPageLogo {
    position: relative;
    min-height: 5rem;
}

#landingPageLogo div {
    width: 100%;
    padding: 5px 0;
}

#landingPageLogo div img {
    max-height: 160px;
    margin: 0 auto;
    /*margin-left: 50%; transform: translateX(-50%);*/
}

#landingPage {
    display: flex;
    flex-direction: column-reverse;
}

#landingPage.landingPageNoNav {
    flex-direction: inherit;
}

#landingPage.rightNav {
    display: block;
}

#landingPage .linking {
    cursor: pointer;
    margin-bottom: 4rem;
    text-align: center;
}

#landingPage .row .brandLogo {
    min-width: 300px;
}

#landingPage img {
    margin: 0 auto 1rem auto;
    width: 100%;
}

#landingPage .col-12 {
    padding: 0;
}

#landingPage .navigateMe {
    margin-top: 0rem;
    font-family: Arial, sans-serif;
}

#landingPage .mainImageLink {
    padding-bottom: 70px !important;
}

#landingPage ul#newNav li ul {
    display: none;
}

#landingPage ul#newNav li {
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 90ms ease-in 10ms;
    -moz-transition: background-color 90ms ease-in 10ms;
    -o-transition: background-color 90ms ease-in 10ms;
    transition: background-color 90ms ease-in 10ms;
    text-align: center;
}

#landingPage ul#newNav li {
    text-transform: uppercase;
    font-size: 1rem;
    border-top: 1px solid #cdcdcd;
    padding: 1rem 0.5rem;
}

#landingPage ul#newNav li:first-child {
    border-top: 1px solid #cdcdcd;
}

#landingPage ul#newNav li:last-child {
    border-bottom: 1px solid #cdcdcd;
}

#landingPage ul#newNav li a {
    color: rgba(50, 50, 50, 1);
    display: block;
    margin-left: 1rem;
}

#landingPage ul#newNav li a i,
.navArrowClass a i {
    border: solid rgba(150, 150, 150, 0.5);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: left;
    transform: translateX(0) rotate(-45deg);
    -webkit-transform: translateX(0) rotate(-45deg);
    float: right;
    margin-right: 1rem;
    margin-top: 6px;
}

.navArrowClass a i {
    float: none;
    margin-top: 4px;
    margin-top: 5px;
}

.noPadding {
    padding: 0 !important;
}

.sectionHeader {
    text-align: center;
    clear: both;
    border-bottom: 1px solid #ccc;
    height: 3rem;
    position: relative;
    margin: 1rem 0 4rem 0;
    padding-top: 1.4rem !important;
}

.sectionHeader div,
.sectionHeader h1 {
    color: #000;
    margin-top: 0.5rem;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    text-transform: uppercase;
}

.pageHeader h1 {
    color: #000;
    margin-top: 1.1rem;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

@media (min-width:768px) {
    .pageHeader h1 {
        margin-top: 0.5rem;
    }
}


/* ghost buttons */

.ghost-button {
    position: relative;
    padding: 5%;
    margin: 2rem auto 2rem auto;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 90ms ease-in 10ms;
    -moz-transition: background-color 90ms ease-in 10ms;
    -o-transition: background-color 90ms ease-in 10ms;
    transition: background-color 90ms ease-in 10ms;
}

#landingPageMarketing .ghost-button {
    width: 282px;
    margin: 1rem auto 1rem auto;
    text-align: center;
}

#landingPage .ghost-button-black a,
#landingPageMarketing .ghost-button-black a {
    border: 1px solid #000;
    position: relative;
}

#landingPage .ghost-button-green a {
    border: 1px solid rgba(15, 105, 56, 1);
    position: relative;
}

#landingPage .ghost-button-white a {
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
}


/* NO LEFT NAV */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 3rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#landingPage .rightNavigation {
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 100;
    margin-top: 0;
}

#landingPage .rightNavigation h3 {
    /*color: rgba(15,105,56,1);*/
    color: rgba(0, 0, 0, 1);
    font-family: 'Muli', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

#landingPage .rightNavigation img {
    margin-bottom: 2rem;
    max-width: 360px;
}

#landingPage .rightNavigation a {
    color: rgba(0, 0, 0, 1);
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#landingPage .rightNavigation .ghost-button {
    text-decoration: none;
    margin-top: 1rem;
    padding: 0;
}

.navArrowClass a i {
    border: solid rgba(0, 0, 0, 1);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: left;
    transform: translateX(0) rotate(-45deg);
    -webkit-transform: translateX(0) rotate(-45deg);
    margin-top: 2px;
}

.sideBoxes {
    height: 145px;
    background: #fafafa;
    margin-bottom: 20px;
    padding: 2rem 0 1rem 0;
    margin: 0 0 1.5rem;
}

.sideBoxes:last-child {
    margin-bottom: 0;
}

.sideBoxes .textLink {
    margin: 1rem 0.5rem 1rem 0.5rem;
}

#landingPage .linking {
    margin-bottom: 0;
}

#landingPage .linking h3 {
    font-family: 'Muli', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin: 1.7rem auto;
    text-align: center;
}

#landingPage .readMoreText p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 1);
    padding: 0 1.5rem;
    text-align: left;
    line-height: 150%;
    font-weight: 100;
    color: #555;
    margin-bottom: 1.5rem;
}

#landingPage .readMoreText {
    display: none;
}

#landingPage .readLessLink {
    display: none;
    cursor: pointer;
}

#landingPage .closingArrow {
    border: solid rgba(0, 0, 0, 0.4);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: left;
    transform: translateX(0) rotate(-135deg);
    -webkit-transform: translateX(0) rotate(-135deg);
    margin-top: .5rem;
}


/* TWO TILES */

.twoTiles .marketingContent {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}

.twoTiles div a {
    display: block;
    height: 100%;
}

.marketingContent {
    margin: 0.5rem 0.5rem 0 0.5rem;
}

.textLink {
    text-align: center;
    -webkit-transition: background-color 90ms ease-in 10ms;
    -moz-transition: background-color 90ms ease-in 10ms;
    -o-transition: background-color 90ms ease-in 10ms;
    transition: background-color 90ms ease-in 10ms;
    margin: 1rem 0.5rem 1.5rem 0.5rem;
    ;
}

.textLink a {
    text-transform: uppercase;
    padding: 1rem 0 1rem 0;
    font-size: 1rem;
    text-decoration: underline;
    transition: color .5s ease-out;
}


/* FOOTER GREY TILES */

.greyBox {
    background-color: rgba(250, 250, 250, 1);
    cursor: pointer;
    padding: 2.5rem 0;
    margin-bottom: 1.5rem;
}

.secondaryBoxes .row .tile.greyBox .imageHolder {
    height: auto !important;
}

.greyBox h3 {
    margin-bottom: 0;
}

.greyBox h3 a {
    color: #000;
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    display: block !important;
}

.greyBox h3 i {
    margin: 1rem 0 0 1rem;
    position: relative;
}

.greyBox h3 i img {
    width: 1.1rem;
}

.modal h5 {
    margin: 0.5rem 0 1.5rem;
    color: black;
}

.modal h2,
.modal h3 {
    font-family: 'Muli', sans-serif;
    color: black;
    font-size: 1rem;
    margin-bottom: .375rem;
}

.modal h2 {
    font-size: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid #666;
}

.modal h2:first-child {}

.modal h3 {
    padding-bottom: 0.6rem;
}

.modal h3 a {
    text-decoration: underline;
}

.modal p {
    color: black;
}

.modal .modalTimetable {
    margin-bottom:
}

.modal .modalImage {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.modal .modalTwoColumns,
.modal .modalTopSpacer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* SLIDER */

.slideMe {
    margin-top: 1rem;
}

.slideMe .slick-next {
    height: 70px;
    width: 50px;
    right: 0;
    z-index: 11;
    background-color: rgba(255,255,255,1);
    opacity: 0.75 !important;
}

.slideMe .slick-prev {
    height: 70px;
    width: 50px;
    left: 0;
    z-index: 12;
    background-color: rgba(255,255,255,1);
    opacity: 0.75 !important;
}

.slideMe .slick-next, .slideMe .slick-prev {
    top: 45%;
}

.slideMe .slick-dots {
    margin-top: 1rem;
}

.slideMe .slick-slide {
    margin: 0 0.5rem;
}

.slideMe .tile {
    text-align: center;
}

.slideMe .tile .cta-button {
    margin-top: 14px;
    border: 0 !important;
}

.slideMe .tile .cta-button i img {
    width: 15px;
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.slideMe .tile .cta-button:hover i img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


/*****************/


/* Version  June */


/*****************/

.secondaryBoxes {
    text-align: center;
}

.secondaryBoxes .row .tile {
    overflow: hidden;
    position: relative;
}

.secondaryBoxes .row .tile .imageHolder {
    height: 450px !important;
    position: relative;
}

.secondaryBoxes .row .tile .imageHolder a img {
    display: inline-block;
}

.secondaryBoxes .imageHolder h3 img {
    width: 0.8rem;
    display: inline-block;
    margin: 0 0 0 .5rem;
}

.landingPageNoNav .secondaryBoxes .imageHolder h3 img {
    width: 1rem !important;
    display: inline-block;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    margin: 0;
}

.secondaryBoxes .tile .cta-button {
    min-width: 225px;
    margin: 20px auto;
}

#departmentLanding.categoryLandingPage .secondaryBoxes .tile .cta-button {
    margin-bottom: 1rem;
}

#departmentLanding.categoryLandingPage .row .tile {
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
}

#departmentLanding.categoryLandingPage .row .tile.greyBox {
    padding: 2.5rem 0;
    margin-bottom: 1.5rem;
}

.tile {
    cursor: pointer;
}

.comingSoon .tile {
    cursor: auto;
}

.secondaryHero div.hero {
    height: 540px;
    overflow: hidden;
}

.secondaryHero div a,
.secondaryBoxes div a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overflowFix {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .secondaryBoxes div a img {
/*        position: absolute;*/
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        width: 100%!important;
    }
    
    
    #departmentLanding.women.categoryLandingPage .mainContent a img {
        display: block;
        height: 100%;
        width: 90%;
        margin-left: 0;
    }    
    
    .secondaryBoxes div h3 a img {
        width: auto!important;
    }
    
    .secondaryBoxes .row .tile .imageHolder {
        height: auto!important;
    }

}

.secondaryHero div a img {
    height: 450px;
    width: auto !important;
}

@media (min-width: 450px) {
    .twoTiles .marketingContent {
        height: 400px
    }
}

@media (min-width: 768px) {
    #landingPageLogo div img {
        max-height: 190px;
    }
    #landingPage.rightNav {
        display: flex;
    }
    #landingPage {
        flex-direction: row;
    }
    #landingPage .linking {
        margin-bottom: 0;
    }
    #landingPage .navigateMe {
        margin-top: 0;
    }
    #landingPage ul#newNav li {
        font-size: .825rem;
        text-align: left;
    }
    #landingPage ul#newNav li a {
        margin-left: 0;
    }
    #landingPage .rightNavigation ul#newNav li a {
        text-align: center;
    }
    #landingPage .brandLogo {
        width: 60%;
        left: auto;
        margin-left: 20%;
        margin-top: 7%;
    }
    #landingPage .brandLogo img {
        position: auto;
        left: auto;
    }
    #landingPage ul#newNav li a i {
        display: none;
        /*margin-right: 0.5rem;display: inline-block; vertical-align: middle;box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale;*/
    }
    #landingPageMarketing {
        margin-top: 2rem;
    }
    .twoTiles .marketingContent {
        height: 475px
    }
}

@media (min-width: 991px) {
    #landingPage ul#newNav li a i,
    .navArrowClass a i {
        /**/
        margin-right: 0.5rem;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        /**/
    }
    #landingPage .rightNavigation ul#newNav li a {
        text-align: left;
    }
    #landingPage .rightNavigation {
        margin-top: 0;
    }
    #landingPage .rightNavigation .ghost-button {
        padding: 5%;
    }
}

@media (min-width: 1199px) {
    #landingPage .sideBoxes {
        height: 256px;
        padding-top: 4.5rem;
    }
}

@media (hover: hover) {
    .hoverStateBlack {
        background-color: rgba(0, 0, 0, 1) !important;
        border-color: rgba(0, 0, 0, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    .marketingContent:hover+.textLink a,
    .textLink a:hover {
        text-decoration: none;
        background-color: rgba(150, 150, 150, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    #landingPage .linking:hover .ghost-button-black a,
    #landingPage .ghost-button:hover a,
    #landingPageMarketing .linking:hover .ghost-button-black a,
    #landingPageMarketing .ghost-button:hover a {
        /* background-color: rgba(27,39, 61, 1) !important; border-color:  rgba(27,39, 61, 1) !important;*/
        background-color: rgba(0, 0, 0, 1) !important;
        /*border-color:  rgba(150, 150, 150, 1) !important;*/
        border-color: rgba(0, 0, 0, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    #landingPage .linking:hover .ghost-button-green a,
    #landingPage .ghost-button-green:hover a,
    #landingPageMarketing .linking:hover .ghost-button-green a,
    #landingPageMarketing .ghost-button-green:hover a {
        /* background-color: rgba(27,39, 61, 1) !important; border-color:  rgba(27,39, 61, 1) !important;*/
        background-color: rgba(15, 105, 56, 1) !important;
        border-color: rgba(15, 105, 56, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    #landingPage .linking:hover .ghost-button-white a,
    #landingPage .shopnow:hover .ghost-button-white a,
    #landingPage .ghost-button-white:hover a,
    #landingPageMarketing .linking:hover .ghost-button-white a,
    #landingPageMarketing .ghost-button-white:hover a {
        /* background-color: rgba(27,39, 61, 1) !important; border-color:  rgba(27,39, 61, 1) !important;*/
        background-color: rgba(255, 255, 255, 1) !important;
        border-color: rgba(255, 255, 255, 1) !important;
        color: rgba(0, 0, 0, 1) !important;
    }
    #landingPage .rightNavigation a:hover {
        text-decoration: none;
    }
    #landingPage ul#newNav li:hover {
        background-color: rgba(150, 150, 150, 1)/*rgba(27,39, 61, 1)*/
        ;
    }
    #landingPage ul#newNav li:hover a {
        color: rgba(255, 255, 255, 1) !important;
    }
    #landingPage ul#newNav li:hover a i {
        border-color: rgba(255, 255, 255, 1) !important;
    }
    #landingPage ul#newNav li:hover a i,
    .navArrowClass:hover a i {
        -webkit-animation-name: wobble-horizontal;
        animation-name: wobble-horizontal;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
}


/**** THREE VIDEOS ***/

@media(min-width:991px) {
    .rightVideo .embed-container {
        margin-bottom: 18px;
    }
}


/**** landing pages animation ****/

@-webkit-keyframes wobble-horizontal {
    40% {
        -webkit-transform: translateX(4px) rotate(-45deg);
        transform: translateX(4px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
    }
}

#departmentLanding #logoBar {
    max-height: 160px;
    padding: 0;
    margin: 15px 0 15px 0;
}

#departmentLanding #logoBar img {
    max-height: 160px;
    margin: 0 auto;
}

#departmentLanding #mainContent {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#departmentLanding #mainContent .overlayCTA {
    margin-top: -152px;
    background-color: rgba(245, 245, 245, .9);
    margin-bottom: 30px;
}

#departmentLanding #mainContent .overlayCTA .logo {
    padding: 2rem;
}

#departmentLanding #mainContent .overlayCTA .logo img {
    width: 131px;
    margin: 0 auto;
}

.cta-button {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1) !important;
    min-width: 220px;
}

#departmentLanding .mainImageLink a img,
#departmentLanding #mainContent img {
    width: 140%;
    margin-left: -20%;
}

#departmentLanding .mainImageLink {
    padding-bottom: 5rem !important;
}

#departmentLanding.ourBrands .mainImageLink {
    padding-bottom: 0 !important;
}


/* OUR BRANDS */

#departmentLanding.ourBrands.categoryLandingPage .brandsCopy {
    font-family: 'Muli', sans-serif;
    color: black;
    line-height: 150%;
    margin-bottom: 0.1rem;
    padding: 0 2rem;
    margin-top: 1rem;
}

#departmentLanding.ourBrands.categoryLandingPage .overlayCTA {
    margin-top: -148px;
}

#departmentLanding.ourBrands.categoryLandingPage .mainContent a,
#departmentLanding.grocery .mainContent a,
#departmentLanding.women.categoryLandingPage .mainContent a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#departmentLanding.ourBrands.categoryLandingPage .mainContent a img,
#departmentLanding.grocery .mainContent a img,
#departmentLanding.women.categoryLandingPage .mainContent a img {
    display: block;
    height: 100%;
    width: auto;
    margin-left: 0;
}

#departmentLanding.women .secondaryHero .cta-button {
    margin: 1rem auto 1rem auto;
}

@media (min-width: 768px) {
    #departmentLanding .mainImageLink a img,
    #landingPage img,
    #departmentLanding #mainContent img {
        width: 100%;
        margin-left: 0;
    }
}

@media (hover: hover) {
    #departmentLanding #mainContent .cta-button:hover,
    .holder .cta-button:hover,
    #departmentLanding #mainContent:hover .cta-button,
    #departmentLanding .holder:hover .cta-button,
    .tile:hover .cta-button {
        background-color: rgba(0, 0, 0, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }
    #departmentLanding #mainContent .cta-button:hover,
    .holder .cta-button:hover,
    #departmentLanding #mainContent:hover .cta-button,
    #mainContent:hover .logo img,
    #departmentLanding .holder:hover .cta-button,
    .tile:hover .cta-button {
        -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
}


/****************************/


/* LANDING PAGE NO LEFT NAV */


/****************************/

.landingPageNoNav .secondaryBoxes {
    margin-top: 0;
}

#landingPage .secondaryBoxes .imageHolder.aboutImage {
    margin-bottom: 2rem;
}

#landingPage .secondaryBoxes .imageHolder {
    overflow: hidden;
}

@media (min-width: 768px) {
    #landingPage .secondaryBoxes .imageHolder.aboutImage {
        height: 265px;
    }
    #landingPage .secondaryBoxes .imageHolder.aboutImage img {
        height: 100%;
        width: auto;
        margin-left: -40px;
    }
}

@media (min-width: 992px) {
    #landingPage .secondaryBoxes .imageHolder.aboutImage {
        height: 520px;
    }
    #landingPage .secondaryBoxes .imageHolder.aboutImage img {
        height: 100%;
        width: auto;
        margin-left: -120px;
    }
}


/********************************/


/* LEFT HAND NAVIGATION SECTION */


/********************************/


/* #landingPage  */

ul#leftNav {
    width: 100%;
    font-family: Arial, sans-serif;
    margin-top: 0;
}

ul#leftNav li ul {
    display: none;
}

ul#leftNav li {
    padding: 0;
    cursor: pointer;
}

ul#leftNav li a {
    padding: 1rem 0.5rem 1rem 1.5rem;
    display: block;
    border-top: 1px solid rgba(150, 150, 150, .5);
    text-transform: uppercase;
    color: rgba(50, 50, 50, 1);
    cursor: pointer;
    text-align: center;
    width: 100%;
    letter-spacing: -0.01rem;
    font-family: 'Muli', sans-serif;
}

ul#leftNav li a i {
    width: 14px;
    float: right;
}

ul#leftNav li a i img {
    margin: 0;
    width: 15px;
}

ul#leftNav>li>span a {
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    background-color: rgba(255, 255, 255, 1);
}

ul#leftNav li>span a>i {
    transition-property: transform;
    transform: translateX(0) rotate(0);
    -webkit-transform: translateX(0) rotate(0);
    width: 15px;
}

ul#leftNav>li.dropDownArrow>span a>i {
    transition-duration: 0.4s;
    transition-property: transform;
    transform: translateX(0) rotate(90deg);
    -webkit-transform: translateX(0) rotate(90deg);
    width: 15px;
}

ul#leftNav>li.active>span a {
    -webkit-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
    background-color: rgba(240, 240, 240, 1);
}

ul#leftNav>li>span a>i {
    transition-duration: 0.4s;
    transition-property: transform;
    transform: translateX(0) rotate(0);
    -webkit-transform: translateX(0) rotate(0);
}

ul#leftNav>li.dropDownArrow.active>span a>i {
    transition-duration: 0.4s;
    transition-property: transform;
    transform: translateX(0) rotate(270deg);
    -webkit-transform: translateX(0) rotate(270deg);
}

ul#leftNav>li:last-child {
    border-bottom: 1px solid rgba(150, 150, 150, .5);
}


/* second level nav */

ul#leftNav li ul li a {
    padding-left: 2rem;
    background-color: rgba(240, 240, 240, .3);
}

@media (min-width:768px) {
    ul#leftNav li a {
        text-align: left;
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    ul#leftNav {
        margin-top: 0;
    }
    /* second level nav */
    ul#leftNav li ul li a {
        padding-left: 0.75rem;
    }
}

@media (hover:hover) {
    ul#leftNav>li span a:hover,
    ul#leftNav>li.active span a:hover {
        -webkit-transition: background-color 0.4s linear;
        -ms-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
        background-color: rgba(120, 120, 120, 1) !important;
        color: rgba(255, 255, 255, 1);
    }
    ul#leftNav>li span a:hover i img {
        filter: invert(100%);
    }
}


/****************************/


/* CUSTOMER SUPPORT SECTION */


/****************************/

#customerSupport {
    text-align: center;
    font-family: 'Muli', sans-serif;
    margin: 0;
}

#customerSupport.dropDownPages {
    max-width: 780px;
    margin: 0 auto;
}

#customerSupport ol {
    list-style-type: decimal;
    text-align: left;
    line-height: 125%;
    margin-left: 2rem;
}

#customerSupport ol li {
    color: black;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 150%;
}

#customerSupport h1,
#customerSupport h2 {
    font-family: 'Muli', sans-serif;
    text-transform: none !important;
    padding: 0;
    font-size: 1.4rem;
    line-height: 150%;
}

#customerSupport h1 {
    font-family: 'Muli', sans-serif;
    padding-bottom: 1.4rem;
    color: rgba(50, 50, 50, 1);
    font-weight: 300;
    margin-bottom: 2rem;
}

#customerSupport.dropdownpages h1 {
    font-family: 'Muli', sans-serif;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 0;
}

#customerSupport h2 {
    color: rgba(102, 102, 102, 0.7);
    font-size: 1.1rem;
    line-height: 150%;
    font-family: 'Muli', sans-serif;
}

#customerSupport h2 a {
    color: rgba(102, 102, 102, 0.7);
    padding-left: 1rem;
    padding-right: 1rem;
}

#customerSupport h3 {
    text-transform: none;
    font-size: 1.2rem;
    text-align: left;
    border-left: 0;
    border-right: 0;
    padding: 1.1rem 0.6rem 0.6rem 0.6rem;
    display: block;
    width: 100%;
    font-weight: 400;
    color: rgba(50, 50, 50, 1);
    line-height: 2.5rem;
    opacity: 1;
    font-family: 'Muli', sans-serif;
}

#customerSupport h3 span {
    margin-right: 34px;
}

#customerSupport h4 {
    text-transform: none;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
    color: black;
    font-family: 'Muli', sans-serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#customerSupport h5 {
    text-transform: none !important;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1.4rem;
    padding-top: 3rem;
    color: rgba(150, 150, 150, 1);
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}

#customerSupport div {
    font-family: 'Muli', sans-serif;
    text-transform: none !important;
    margin-top: 0;
}

#customerSupport div.question,
#customerSupport div.answer {
    width: 100%;
}

#customerSupport div.answer {
    margin-top: 1.5rem;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1rem;
    display: none;
}

#customerBoxes .box {
    min-height: 3rem;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
}

#customerBoxes {
    margin-top: 3rem
}

#customerBoxes p {
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    padding: 0.3rem;
    font-weight: 300;
    color: rgba(100, 100, 100, 1);
}


/* ACCORDION STYLES */

#customerBoxes {
    margin-top: 4rem;
}

#customerRows {
    margin: 0;
}

#customerRows span.linkArrow {
    font-size: 0.8rem;
    vertical-align: top;
    color: rgba(100, 100, 100, 1);
    margin-top: 0.3rem;
}

#customerRows div p {
    text-align: left;
    font-size: 1rem;
    font-family: 'Muli', sans-serif;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.9);
}

#customerRows h3:after {
    content: "?";
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.3rem;
    line-height: 0rem;
    border-radius: 1rem;
    margin-left: -3rem;
    margin-top: 0.3rem;
    padding: 0.8rem 0.7rem 0.7rem 0.5rem;
    color: rgba(150, 150, 150, 1);
    background-color: white;
    border: 2px solid rgba(150, 150, 150, 1);
    text-decoration: none;
    text-align: center;
    float: right;
    -webkit-transition: all 100ms ease-in 50ms;
    -moz-transition: all 10ms ease-in 50ms;
    -o-transition: all 100ms ease-in 50ms;
    transition: all 100ms ease-in 50ms;
}

#customerRows .visitedQ h3 {
    opacity: 1;
}

#customerRows .visitedQ h3:after {
    content: "X";
    border-color: rgb(108, 167, 108);
    color: rgb(108, 167, 108);
    padding-left: 0.4rem;
}

.headerActive {
    padding-left: 0;
    -webkit-transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    -o-transition: all 300ms ease-in 200ms;
}

#customerRows div.question {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease-in 200ms;
    -moz-transition: background-color 300ms ease-in 200ms;
    -o-transition: background-color 300ms ease-in 200ms;
    transition: background-color 300ms ease-in 200ms;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #cdcdcd;
}

#customerRows div.question.headerActive h3:after {
    content: "X";
    color: rgba(100, 100, 100, 1);
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    padding-left: 0.6rem;
    opacity: 0.8;
    border: none;
    background: none;
    font-size: 1.7rem;
}

#customerRows div.question.headerActive {
    cursor: pointer;
    background-color: rgba(100, 150, 150, .05);
}

#customerRows .footerActive {
    text-align: center;
    color: rgba(150, 150, 150, 1);
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    width: 120px;
    margin: 2rem auto 1rem;
    cursor: pointer;
    text-decoration: underline;
}

#customerBoxes .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: rgba(50, 50, 50, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.material-icons.material-icons--outline {
    font-family: 'Material Icons Sharp';
    font-size: 1rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 1rem;
}

#customerSupport .faqBox .linkArrow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
    display: inline-block;
    margin-top: 0.3rem;
}

#customerSupport .faqBox span.linkArrow img {
    height: 15px;
}

#customerSupport .arrowJump {
    color: rgba(0, 50, 50, 1);
}

#customerSupport .faqBox {
    cursor: pointer;
    opacity: 0;
}

#customerSupport.dropdownpages .faqBox {
    opacity: 1;
}

#customerSupport .faqBox .d-table-cell {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease-in 200ms;
    /* property duration timing-function delay */
    -moz-transition: background-color 300ms ease-in 200ms;
    -o-transition: background-color 300ms ease-in 200ms;
    transition: background-color 300ms ease-in 200ms;
    width: 100%;
    padding: 1.5rem 0 1rem 0;
}

.fakeParallax {
    opacity: 0;
    transition: all ease-in-out 0.5s, visibility ease-in-out 0.5s;
    top: 3rem;
}

#customerBoxes span.linkArrow {
    font-size: 0.9rem;
    height: 100%;
    vertical-align: text-top;
    color: rgba(100, 100, 100, 1);
    font-weight: 400;
}

#customerBoxes .arrowMove {
    transform: translateX(1rem);
    color: rgba(193, 169, 43, .8);
}

@media (min-width: 991px) {
    #customerSupport .faqBox .d-table-cell {
        padding: 2rem 0 2rem 0;
    }
}

/* CUSTOMER SUPPORT MEDIA HOVER QUERIES */

@media (hover: hover) {
    #customerRows .answer p a {
        padding: 0 0.3rem;
    }
    #customerSupport h2 a:hover,
    #customerRows .answer p a:hover {
        text-decoration: none;
        font-weight: 100;
        background-color: rgba(100, 150, 150, 0.8);
        color: white !important;
        -webkit-transition: all 300ms ease-in 200ms;
        -moz-transition: all 300ms ease-in 200ms;
        -o-transition: all 300ms ease-in 200ms;
        transition: all 300ms ease-in 200ms;
    }
    #customerRows h3:hover:after {
        opacity: 0.8;
        color: white;
        background-color: rgba(150, 150, 150, 1);
    }
    #customerRows div.question:hover {
        cursor: pointer;
        background-color: rgba(150, 150, 150, .05);
    }
    #customerRows .footerActive:hover {
        border-bottom: 0;
        text-decoration: none;
        font-weight: 100;
        background-color: rgba(100, 150, 150, 0.8);
        color: white !important;
        -webkit-transition: all 300ms ease-in 200ms;
        -moz-transition: all 300ms ease-in 200ms;
        -o-transition: all 300ms ease-in 200ms;
        transition: all 300ms ease-in 200ms;
    }
    #customerBoxes .faqBox:hover .linkArrow {
        color: rgba(0, 50, 50, 1);
    }
    #customerBoxes .faqBox:hover .box {
        background-color: rgba(150, 150, 150, .1);
    }
    #customerBoxes .faqBox a:hover {
        text-decoration: none;
    }
    #customerBoxes .faqBox:hover .material-icons {
        animation-name: bounce;
        -moz-animation-name: bounce;
    }
    #customerBoxes .faqBox:hover span.linkArrow {
        animation-name: bounceVertical;
        -moz-animation-name: bounceVertical;
    }
}


/* CUSTOMER SUPPORT WIDTH MEDIA QUERIES */

@media (min-width: 360px) {
    #customerBoxes .box {
        height: 160px;
    }
    #customerBoxes p {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    #customerSupport h1 {
        font-size: 1.4rem;
        line-height: 150%;
    }
    #customerSupport h5 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}


/************************/


/* Footer Content Pages */


/************************/

#footerContent .footerHeadline h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#footerContent {
    font-family: 'Muli', sans-serif;
}

#footerContent #mainContent {
    margin: 15px;
}

@media (min-width: 768px) {
    #footerContent #mainContent {
        margin: 0;
    }
}

#footerContent ul#leftNav {
    margin: 0;
}

#footerContent blockquote,
#footerContent blockquote p {
    text-align: center;
}

#footerContent blockquote h4 {
    font-family: 'Muli', sans-serif;
    color: rgba(70, 70, 70, 1);
    font-size: 1.1rem;
}

#footerContent h4 {
    font-family: 'Muli', sans-serif;
}

#footerContent strong {
    font-family: 'Muli';
    font-size: auto;
    line-height: auto;
}

#footerContent .imageHolder {
    background: #f5f5f5;
    margin: 1rem 0;
    padding: 1rem 0 0.1rem 0;
}

#footerContent div.block-img img {
    margin: 0 auto 1rem auto;
}

#footerContent strong {
    font-family: 'Muli', sans-serif;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 0.95rem;
}

#footerContent a strong {
    font-family: 'Muli', sans-serif;
    color: rgba(100, 150, 150, 1);
    font-weight: 600;
    font-size: 0.95rem;
}

#footerContent h1 {
    font-family: 'Muli', sans-serif;
    font-size: 1.4rem;
    padding-bottom: 1.3rem;
    color: rgba(50, 50, 50, 1);
    font-weight: 400;
    text-transform: none;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

#footerContent h2 {
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
    text-transform: none;
    margin-bottom: 1.5rem;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.8);
}

#footerContent h3 {
    font-family: Muli;
    font-size: 1rem;
    font-weight: 700;
}

#footerContent p {
    font-family: 'Muli', sans-serif;
    text-align: left;
    font-size: 1rem;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 2rem 0;
}

#footerContent p a {
    text-decoration: underline;
    color: rgba(50,50,50,1);
}

#footerContent p a:hover {
    text-decoration: none;
}

#footerContent #mainContent ul {
    margin-bottom: 2rem;
}

#footerContent #mainContent ul li {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    margin-bottom: 0.6rem;
    list-style-type: disc;
    margin-left: 1.5rem;
    font-size: 1rem;
}

#aboutUsLogos div.row div img {
    max-width: 200px;
    margin: 0 auto 2rem auto;
}


/* about us - fancy stuff */

#footerContent #mainContent {}

#footerContent #mainContent .row .col-md-6 {
    margin-bottom: 1rem;
}

#footerContent #mainContent .row .col-md-6 img {
    width: 100%;
}

#footerContent #mainContent .row .introText {
    /*background-color: rgba(245,245,245,0.75);*/
    padding: 2rem;
    height: 100%;
    width: 100%;
}

#footerContent #mainContent .secondRowSpaceBottom {
    margin-bottom: 2rem;
}


/* KEYFRAMES */

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounceVertical {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px)
    }
    60% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px)
    }
}


/************************ TEMPORARY CODE *************************/


/* Aptos overwrites */

.accordion__content[data-test="pdp-accordion-content-details_care"] ul, .c-product-description[data-test="pdp-description"] ul {
    list-style: disc;
}

.accordion__content[data-test="pdp-accordion-content-details_care"] ul li, .c-product-description[data-test="pdp-description"] ul li {
    margin: 0 0 0 1rem;
}


/* revert Aptos tablet breakpoints to standard bootstrap */
/*@media (min-width: 768px) {
    #departmentLanding.the-edit .col-md-9.mainContent, #departmentLanding.eclectic .col-md-9.mainContent , #departmentLanding.pc-men .col-md-9.mainContent { max-width: 100%; }
}
@media (min-width: 769px) {
    #departmentLanding.the-edit .col-md-9.mainContent, #departmentLanding.eclectic .col-md-9.mainContent, #departmentLanding.pc-men .col-md-9.mainContent { max-width: 75%; } 
}
@media (width: 768px) {
    #departmentLanding.the-edit .col-md-9.mainContent #leftNav, #departmentLanding.eclectic  .col-md-9.mainContent #leftNav, #departmentLanding.pc-men  .col-md-9.mainContent #leftNav { width: 540px; margin: 0 auto; }
    #departmentLanding.the-edit .col-md-9.mainContent #leftNav li span a, #departmentLanding.eclectic  .col-md-9.mainContent #leftNav li span a, #departmentLanding.pc-men  .col-md-9.mainContent #leftNav li span a { text-align: center; }
}*/

/* hide colour & thumb on delivery page */

.c-product-colours[data-product-id="7598900"],
.mz-thumb[title="Furniture Return"] {
    display: none;
}


#content.content #content_nav .container.logo .row .column a img {
    width: 180px;
    height: auto;
}


/*Fix fot FF secondaryBoxes spacing (before upgrade)*/

@-moz-document url-prefix() {
    .secondaryBoxes .row .tile .imageHolder a img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }
    #departmentLanding.ourBrands.categoryLandingPage .mainContent a img {
        margin: auto;
    }
}

/* Password reset styles */
.t-password-reset__caption p { font-family: 'Muli', sans-serif; font-size: 1rem; }
.t-password-reset h1.c-header-group__heading { font-family: 'Muli'; font-size: 1.4rem; }


/* SALE banner */
#wc_dept_sale .c-nav__item { float: none; }
#wc_dept_sale .c-nav__item li a, #wc_dept_sale .c-nav__item-link--level-2 { font-weight: 400 !important; }
#wc_dept_sale #navSaleBanner { background-color: #bf1f24;height: 133px;width: 570px;color: white;position: absolute;left: 20%; }
#wc_dept_sale #navSaleBanner img { height: 100%;margin: 0 auto; }


/* NEW IN banner */
#wc_dept_new-in .c-nav__item { float: none; }
#wc_dept_new-in .c-nav__item li a, #wc_dept_new-in .c-nav__item-link--level-2 { font-weight: 400 !important; }

@media (max-width:992px) {
    #wc_dept_sale #navSaleBanner { display: none; }
}

/* Halloween banner */
#wc_seasonal_halloween .c-nav__item { float: none; }
#wc_seasonal_halloween .c-nav__item li a, #wc_seasonal_halloween .c-nav__item-link--level-2 { font-weight: 400 !important; }

/* APTOS code */
.c-price__now {
    color: #ee1e3c;
}
.c-price__now:before {
    content: 'Now ';
}
.c-price__was:before {
    content: 'Was ';
}
.c-price__now.-pdp {
    font-weight: normal;
}
.c-price__was.-pdp {
    font-size: 14px;
}

/*fix for IE slider*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .secondaryBoxes .slideMe div a img {
        position: static !important;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }
    .secondaryBoxes div a img {
/*        position: static !important;*/
    }
}

/***** HALLOWEEN *****/
/*
#wc_seasonal_halloween .c-nav__item--level-2 a { font-weight: 100; }
#wc_seasonal_halloween > a:hover { background-color:darkorange; color:white; }
*/
/* SALE */
#wc_dept_sale > a:hover { background-color:#BF1F24; color:white; }


/* APTOS TEMPORARY FIX */

[data-test="breadcrumb-item-ROOT"] {
    display: none;
}  

/* Temporary */
.c-store-selection__special-times__title, .t-store-details__special-times__title { text-transform: uppercase; }

/****** blink test ******/
.jump {
    transform:scale(1);    
    animation: blink 1s;
    animation-iteration-count: 3;
}
@keyframes blink { 
	50% { transform: scale(1.3) ; }  
}

/* New Lower Prices Banner */
#wc_dept_new-lower-prices .c-nav__item { float: none; }
#wc_dept_new-lower-prices .c-nav__item li a, #wc_dept_new-lower-prices .c-nav__item-link--level-2 { font-weight: 400 !important; }
#wc_dept_new-lower-prices #navNlpBanner { background-color: #ffd969;height: 153px;width: 570px;color: white;position: absolute;left: 20%; padding: 0.5rem; }
#wc_dept_new-lower-prices #navNlpBanner img { height: 100%;margin: 0 auto; }

@media (max-width: 576px) {
    #wc_dept_new-lower-prices .c-nav {
        margin-left: 0px!important;
    }
    #navNlpBanner {
        display: none!important;
    }
}

/* summer shop banner */
#wc_dept_summer-shop .c-nav__item { float: none; }
#wc_dept_summer-shop .c-nav__item li a, #wc_dept_summer-shop  .c-nav__item-link--level-2 { font-weight: 400 !important; }

/*NLP*/
.plp-badges-nlp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(255,217,106,1);
    padding: 0.2rem 0.5rem;
    color: black;
    font-family: Muli;
    font-size: 0.7rem!important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    width: 100%;
}
.pdp-badges-nlp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(255,217,106,1);
    padding: 0.2rem 0.5rem;
    color: black;
    font-family: Muli;
    font-size: 0.7rem!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
}


/*SALE badge*/
.plp-badges-sale {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%;
}
.pdp-badges-sale {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}

/*BOGOF badge*/
.pdp-badges-bogof {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.plp-badges-bogof-plp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}

/* online-exclusive badge */
.badges-pdp-online-exclusive {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.badges-plp-online-exclusive {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}

/* online-only-offer badge */
.badges-pdp-online-only-offer {
    position: absolute;
    z-index: 13;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.badges-plp-online-only-offer {
    position: absolute;
    z-index: 13;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}
 .one-for-two-badge {
     position: absolute;
     z-index: 12;
     bottom: 0;
     left: 0;
     background: rgba(191, 31, 36, 1);
     padding: 0.2rem 0;
     color: white;
     font-family: Muli;
     font-size: 0.7rem;
     width: 100%;
     text-align: center;
     text-transform: uppercase;
     line-height: 19px;
 }	
.pdp-one-for-two-badge {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: Muli;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
}




/* organic cotton */
.badges-pdp-organic-cotton {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(130, 200, 150, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.badges-plp-organic-cotton {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(130, 200, 150, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}

/*
.plp-badges-nlp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(255,217,106,1);
    padding: 0.2rem 0.5rem;
    color: black;
    font-family: Muli;
    font-size: 0.7rem!important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
    width: 100%;
}
.pdp-badges-nlp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(255,217,106,1);
    padding: 0.2rem 0.5rem;
    color: black;
    font-family: Muli;
    font-size: 0.7rem!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px;
}

.plp-badges-sale {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.plp-badges-sale-long {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%;
}

.pdp-badges-bogof {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.plp-badges-bogof-plp {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(191, 31, 36, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}

.badges-pdp-online-exclusive {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.badges-plp-online-exclusive {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}

.badges-pdp-online-only-offer {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
}
.badges-plp-online-only-offer {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    background: rgba(234, 172, 100, 1);
    padding: 0.2rem 0.5rem;
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 19px;
    width: 100%
}
*/

/* TOP NAV ADJUSTMENTS */
@media (min-width: 992px) { 
    .c-nav__item-link--level-1 { padding: .75rem 0.5rem; font-size: 0.775rem; } 
}
@media (min-width: 1090px) { 
    .c-nav__item-link--level-1 { font-size: 0.8rem; } 
}
@media (min-width: 1162px) { 
    .c-nav__item-link--level-1 { font-size: 0.875rem; } 
}
@media (min-width: 1333px) { 
    .c-nav__item-link--level-1 { padding: .75rem 1rem; } 
}

/*hide christmass
#wc_dept_seasonal {
    display: none!important;
}*/

/*hide sale*/
/*#wc_dept_sale { display: none!important; }*/

/*hide mother's day*/
/*#wc_dept_mothers-day { display: none!important; }*/

/*beauty menu fix */
#wc_dept_beauty .c-nav__item { float: none; }
#wc_dept_beauty .c-nav__item li a, #wc_dept_beauty .c-nav__item-link--level-2 { font-weight: 400 !important; }

/* christmass hover bg color */
/*#wc_dept_seasonal > a:hover { background-color:#BF1F24; color:white; }*/

/* hide old cookie policy */
.f-cookie-policy {
    display: none;
}

/* PDP Reserve and Collect 
.t-product__desc-col .c-product-description__id{
    border: 2px solid darkgrey;
    width: fit-content;
    padding: 5px;
    font-size: 17px !important;
}
*/

/* IRISH HEART FOUNDATION */

body.page-orderconfirmation .c-header-group__intro {
    font-family: 'Muli', sans-serif;
    color: black;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

body.page-orderconfirmation .c-header-group__heading {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: 'Muli', sans-serif;
}

body.page-orderconfirmation .t-order-confirmation__orderid p {
    font-family: 'Muli';
    font-weight: 400;
    font-size: 1rem;
}

body.page-orderconfirmation #extraBanner {
    margin-top: 3.5rem;
}

body.page-orderconfirmation #extraBannerHolder {
    max-width: 100%;
    padding: 1rem;
    background: url(https://dunnes.btxmedia.com/pws/client/ds2/tests/hearts-background-wide.jpg) no-repeat right;
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    font-size: 1.2rem;
    text-transform: none;
    width: 100%;
    cursor: pointer;
}

body.page-orderconfirmation #extraBannerHolder h2 {
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    font-size: 1.3rem;
    text-transform: none;
    max-width: 400px;
    margin: 0 auto;
    line-height: 150%;
    margin-bottom: 1rem;
}

body.page-orderconfirmation #extraBannerHolder h2 span {
    font-weight: 700;
}

body.page-orderconfirmation #extraBannerHolder h3 {
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    font-size: 1rem;
    text-transform: none;
    padding: 0;
    max-width: 360px;
    margin: 0 auto;
}

body.page-orderconfirmation #extraBannerHolder h3.secondP {
    margin: 1rem auto;
}

#ihfLogo {
    width: 105px;
    margin: 0 auto;
}

@media(min-width:768px) {
    #ihfLogo {
        margin-top: -55px;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    #ihfLogo {
        margin-left: 40px;
    }
}

/* INTERNATIONAL CONDITIONS */
.showSpain{ display: none; }

/* HIDE PAGES */
/*#wc_dept_seasonal { display: none; }*/
/*#christmas_our-brands-make-christmas { display: none; }*/
/*#wc_women_powercut-women, #wc_men_powercut-men { display: none; };*/
/*#wc_dept_fathers-day, #wc_men_fathers-day { display: none; }*/
/*#wc_seasonal_halloween { display: none; }*/
/* #wc_women_new-arrivals { display: none; }
ul.c-nav--level-3 #wc_women_new-arrivals, div.c-nav__container--level-2 #wc_women_new-arrivals { display: list-item; } */

/* CHECKOUT */
input#country { font-size: 1rem; font-weight: bold; color: black; text-transform: uppercase; }
div#changeCountry p { text-decoration: underline; font-size: 0.85rem; color: #666; }
div#changeCountry p:hover { text-decoration: none; }