.product-header.xmas {
    background-image: url(/global/images/assets/xmas-landing-bg-1.jpg);
    background-repeat: no-repeat;
    padding-top: 110px;
    margin-top: -20px;
}
.product-header.xmas .row {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
}
.product-header.xmas h1 {
    color: #d3313b;
    font-size: 44px;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.product-header.xmas h2 {
    color: #3182ad;
    font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.1em;
}
.product-header.xmas ul.checks li:before {
    color: #3182ad;
}
.product-header.xmas .green {
    color: #3182ad;
}
.product-header.xmas .btn {
    background-color: #d3313b;
}
.product-header.xmas .btn:hover {
    background-color: #b3111b;
}

.old-xmas-area *:last-child {
    margin-bottom: 0;
}
.old-xmas-area h2 {
    background-image: url(/global/images/assets/xmas-row-tree-badge-red.png);
    background-repeat: no-repeat;
    color: #fff;
    line-height: 76px;
    padding-left: 40px;
    text-align: left;
}
.old-xmas-area .wrap {
    border: 1px solid #dddddd;
    padding-top: 5px;
}
.old-xmas-area .box {
    background-color: #f4f4f4;
    padding: 20px;
}
.old-xmas-area img {
    margin-bottom: 0;
    max-height: 230px;
    width: auto;
}
.old-xmas-area .visual {
    background-image: url(/global/images/assets/xmas-price-tag-1.png);
    background-repeat: no-repeat;
    font-size: 18px;
    height: 140px;
    line-height: 1em;
    padding-top: 100px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -50px;
    width: 93px;
}

.xmas-banner-redirect {
    background-image: url('/global/images/assets/xmas-redirect-banner-bg.jpg');
    background-repeat: no-repeat;
    border-radius: 5px;
    display: block;
    height: 104px;
    text-align: center;
}
    .xmas-banner-redirect p {
    	color: #fff;
        font-size: 18px;
        line-height: 1em;
    }
        .xmas-banner-redirect p a {
            color: #fff;
            text-decoration: underline;
        }
    .xmas-banner-redirect p.headline {
        color: #f5f2b5;
        font-size: 28px;
        font-weight: bold;
        line-height: 1em;
        padding-top: 18px;
        margin-bottom: 15px;
    }
