﻿aside.messagebanner {
    display: block;
    background-color: #2daae1;
    border-radius: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    min-height: 20px;
    padding: 5px 5%;
    text-align: center;
}


aside.messagebanner p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px 0px;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    opacity: 0;
    transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in;
}

/*basket*/

div.basketbar {
    text-align: right;
}

a.basket {
    display: inline-block;
    background-image: url(/images/Basket2.png);
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    max-width: 48px;
    text-decoration: none;
    margin-right:6%;
}

a.basket span{
    margin-left:25px;
}

.circle {
    display: inline-block;
    font-size: 9pt;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
}

a.circle:hover {
    color: white;
    text-decoration: none;
}

.redcircle {
    background-color: red;
    width: 20px;
}

/*Back Button*/

.greencircle {
    font-size: 12pt;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-color: green;
}

/*titles*/

section.titles {
    display: block;
    width: 100%;
    text-align: center;
}

section.titles h1 {
    font-size: 14pt;
    margin-bottom: 5px;
    font-weight:bold;
}

section.titles h2 {
    font-size: 12pt;
    margin-top: 5px;
    font-weight: normal;
}

    /* £25 sticker */
aside.creditbox {
    display: inline-block;
    background-image: url(/Images/SpecialOffer4.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding: 10px 0px;
    color: white;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 93px;
    text-align: center;
    font-size: 12px;
    margin: 0px 2% 0px 10%;
}

aside.creditbox span {
    font-size: 18px;
    font-weight: bold;
}

/*offer boxes*/

/* Offer boxes */


nav.offerbox {
    display: inline-block;
    margin: 20px 2%;
    padding: 20px 2%;
    width: 90%;
    min-width: 150px;
    min-height: 300px;
    border-radius: 10px;
    border: 1px solid #2B2F83;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
}

    nav.offerbox h1 {
        font-size: 12pt;
        margin: 0px 0px 10px 0px;
        font-weight: bold;
    }


    nav.offerbox h3 {
        font-size: 12pt;
        font-weight: normal;
        margin: 0px 0px 5px 0px;
    }

    nav.offerbox article {
        margin-bottom: 25px;
    }

nav.offerbox aside.discountBox{
    min-height:50px;
}

nav.offerbox article h2 {
    font-size: 25pt;
    margin-bottom: 5px;
    font-weight: bold;
}

        nav.offerbox article aside {
            display: inline-block;
        }

            nav.offerbox article aside span.strikeout {
                font-size: 12pt;
                text-decoration: line-through;
                color: red;
                font-weight: bold;
            }

            nav.offerbox article aside span.discount {
                font-size: 10pt;
                color: red;
                font-weight: normal;
            }


    nav.offerbox p.costperaddday {
        font-size: 6pt;
        color: #999;
        margin: 5px 0px;
        padding: 0px;
    }

    nav.offerbox a.add-to-basket {
        clear: both;
        padding: 4px 8px;
        text-decoration: none;
        background-color: #2b2f83;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 20px;
        border-color: #dedede;
        border-style: none;
        transition: background-color 0.25s ease-in, color 0.5s ease-out;
        -moz-transition: background-color 0.25s ease-in, color 0.5s ease-out;
        -webkit-transition: background-color 0.25s ease-in, color 0.5s ease-out;
        margin: 0px 15% 0px 15%;
    }

        nav.offerbox a.add-to-basket:hover {
            background-color: #2daae1;
            color: #fff
        }
/*Basket Table*/

div.shopping-basket-table {
    white-space: nowrap;
    border-radius: 8px
}

div.shopping-basket-row {
    padding: 5px 10px;
    background-color: white;
    color: black;
    white-space: normal;
}

div.shopping-basket-tablehead {
    padding: 5px 10px;
    background-color: #2b2f83;
    color: white;
    font-size: 10pt;
}

div.shopping-basket-alt-color {
    background-color: aliceblue !important;
}

a.CTA {
    padding: 0 10px;
    background-color: green;
}

a.CTA:Hover {
    background-color: cornflowerblue;
}

/*Checkout*/
img.credit-card-icon{
    display:inline-block;
    margin-right:5px;
}
