/* general styling */
#page .campaign-espot p {
    line-height: 1.6;
    max-width: 800px;
    font-size: 16px;
    color: #333;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.hp-banner,
.radius-banner {
    border-radius: 3px;
}

#page .catPos {
    border: none;
}

#page #contentWrapper .campaign-espot h2 {
    font-size: 20px;
}

/* intile banners */
.intile {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    cursor: pointer;
}
.intile .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.intile h2 {
    z-index: 2;
    font-size: 1.5em;
    color: #fff;
    font-weight: 200;
    line-height: 1.4;
}
.intile::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(310deg, #333, rgba(1, 1, 1, 0.15) 60%);
    background: -o-linear-gradient(310deg, #333, rgba(1, 1, 1, 0.15) 60%);
    background: linear-gradient(140deg, #333, rgba(1, 1, 1, 0.15) 60%);
    z-index: 1;
}
.cta-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #0098da;
    color: #fff;
    padding: 8px 25px 8px 10px;
    margin: 10px 0;
    border-radius: 5px;
    z-index: 4;
    font-size: 15px;
    cursor: pointer;
    border-color: #0098da;
    border: none;
}
.cta-button:hover {
    background-color: #0082b7;
}
.cta-button.red {
    background: #ce0000;
    border-color: #ce0000;
}
.cta-button.red:hover {
    background-color: #f90000;
}
button.cta-button::after {
    content: "\f054";
    position: absolute;
    right: 0;
    font-size: 0.7rem;
    margin: 0 10px;
    font-family: FontAwesome;
}
@media (max-width: 576px) {
    .intile {
        height: 180px;
    }
    .intile h2 {
        font-size: 1.3em;
    }
    .cta-button {
        font-size: 13px;
    }
}

/* spinner icon (lazy loading) */
#page .content > ul#articleListing .item .icon img[src="/ecomwcs/static/StaticWeb/CS/icons/content-default-icon-CS.svg"] {
    width: 80px;
}

/* numbers best sold items homepage - should be added in release - remove later */
#page .carousel.catalogEntryRecommendationWidget.horizontal.numbered-list > .content > ul > li:before {
    color: #fff;
    background-color: #0098da;
    right: 10px;
    left: auto;
    border: solid 1px #0098da;
}

#page #headerWrapper #headerRow2 nav.topNav ul li .subNav__column .subNav__subCategoryTitle {
    color: #333;
}

/* temporary fix for overruling blue hover in nav (links were removed)*/
#page #headerWrapper #headerRow2 nav.topNav ul li .subNav__column .subNav__subCategoryTitle:hover {
    color: #333 !important;
}

/* fix for the seo toggle css interfering with facetfilter mobile  */
#facetnavHeaderForMobile .toggle {
    color: #fff;
}
#facetnavHeaderForMobile .toggle::after {
    content: "";
    margin: 0;
}
