

body {
    background: linear-gradient(to right, white 50%, #FAFAFA 50%);
}

header {
    background: #e3027c;
    border-bottom: 1px solid #EDEDED;
}

.header {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.ribbon {
    display: flex;
    background-color: #202d3d;
    font-size: 14px;
    font-weight: 600;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    margin: 0 auto;
    text-align: center;
    color: white;
}

    .ribbon .boxrestrict {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 25px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        max-width: 1000px;
        align-items: center;
        justify-content: space-between;
    }

    .ribbon header img {
        float: right;
        height: 19px;
    }
hr {
    width: 100%;
}

    .header a  {
        width: 80px;
    }

    .header a > .logo {
        max-width: 80px;
    }

    .header i {
        color:#fff;
    }

    .header .page{
        font-size: 20px;
    }


    .product-container {
        padding-top: 0;
    }

.campaignfootertext {
    text-align: center;
}

.campaign-offer {
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
    top: 10px;
    z-index: 100;
}

    .campaign-offer .head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: bold;
    }

    .campaign-offer .head a {
        font-weight: normal;
    }

    .campaign-offer .offer {
        margin-top: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.campaign-offer .offer img {
    width: 50px;
    margin-right: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3)
}


    .campaign-offer .offer .info {
        display: flex;
        flex-direction: column;
    }
        .campaign-offer .offer .info .product {
            font-weight: bold;
        }

        .campaign-offer .offer .info .notes {
            font-style: italic;
            font-size: 13px;
        }

        .campaign-offer .offer .info .skuName {
            max-width: 70%;
            font-size: 13px;
        }
    .campaign-offer .red-text.desktop-only {
        font-size: 13px;
    }