﻿@import url("//fast.fonts.com/t/1.css?apiType=css&projectid=3c401485-5118-44bc-b12b-2e013466b400");
/*****reset and clearing********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, /*code,*/ del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /*vertical-align:baseline; */
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
}

.IE8 nav#top-nav UL LI:hover {
    margin: 0;
    border: 0;
}

:focus {
    outline: 0;
}

legend, caption {
    display: none;
}

a img, :link img, :visited img, fieldset {
    border: none;
    text-decoration: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

address {
    font-style: normal;
}

form input {
    border: none;
}

.clear {
    clear: both;
}

*:first-child + html .clear {
    height: 0px;
    margin: 0px;
    padding: 0px;
}

sup {
    vertical-align: top;
    line-height: 100%;
    font-size: 0.8em;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

/* select
{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;   
    background:url("/CMSTemplates/WoolworthsFlowers/images/bg-down-arrow-ww.png");
    background-repeat: no-repeat;
    background-position: right center; 
}


select::-ms-expand {
    display: none;
}

select {
    border: 2px solid #dcdfe1;
    padding: 0.55em;
    margin: 0px;
    width: 143px;
    color: grey;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    
    
}*/



.custom-select {
    background-color: #fff;
    border: 2px solid #dcdfe1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0 0 2em;*/
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
}

    .custom-select:hover {
        border-color: #129650;
    }

    .custom-select.disabled:hover {
        border-color: #dcdfe1;
    }

    .custom-select:before {
        content: url("/CMSTemplates/WoolworthsFlowers/images/bg-down-arrow-ww.png");
        text-align: center;
        line-height: 38px;
        position: absolute;
        width: 19px;
        height: 11px;
        background: #fff;
        right: 0px;
        top: 0px;
        pointer-events: none;
        z-index: -1;
    }

    .custom-select select {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        color: grey;
        display: block;
        font-size: 100%;
        line-height: normal;
        margin: 0;
        padding: 0.55em;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .custom-select select::-ms-expand {
            display: none; /* to ie 10 */
        }

        .custom-select select:focus {
            outline: none;
        }

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.custom-select):before {
    background-color: #fff; /* this is necessary for overcome the caret default browser */
    pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
    z-index: 1; /* this is necessary for overcome the pseudo element */
}





/*************************************************************************/

.italic {
    font-style: italic;
}

.font-style-normal {
    font-style: normal;
}

.width-23-percent {
    width: 23%;
}

.width-15-percent {
    width: 15.3061%;
}

.width-24-percent {
    width: 23.877551%;
}

.width-25-percent {
    width: 25%;
}

.width-26-percent {
    width: 26%;
}

.width-22-percent {
    width: 22%;
}

.width-32-percent {
    width: 32%;
}

.width-34-percent {
    width: 34%;
}

.width-45-percent {
    width: 45%;
}

.width-479-percent {
    width: 47.9%;
}

.width-50-percent {
    width: 50%;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.height-5 {
    height: 5px;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.white {
    color: white;
}

.black {
    color: black;
}

.purple {
    color: #939;
}

.grey {
    color: #979797;
}


.bold {
    font-weight: bold;
}

.small {
    font-size: 0.8em;
}

.big {
    font-size: 1.2em;
}

.red {
    color: #b20d0c;
}

.green {
    color: #648b1a;
}

.upperCase {
    text-transform: uppercase;
}

.hide {
    display: none !important;
}

.nounderline {
    border-bottom: none !important;
}

body {
    color: #777777;
    font-size: 14px;
    font-family: ProximaNova-Regular;
    /*font-family: 'Proxima Nova Thin';
    font-family: ProximaNova-Semibold;
    font-family: 'Proxima Nova Light';*/
    /*background: url('/App_Themes/WoolworthsFlowers/image/bg.png') 0 0 repeat-x;*/
}

h1, h2, h3, h4, h5 {
    font-family: ProximaNova-Semibold;
}

h1 {
    font-size: 3em;
    color: #444;
}

h2 {
    font-size: 2.2em;
    color: #444;
}

h3 {
    font-size: 1.8em;
    color: #444;
}

h4 {
    font-size: 1.4em;
    color: #444;
}

h5 {
    font-size: 1em;
    color: #444;
}

a {
    color: #939;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

    a:hover {
        color: #939;
        text-decoration: underline;
    }




.button, .AddToCartLink, .btn-red, .btn-green, .SubmitButton {
    min-width: 114px;
    height: 33px;
    background-color: #2a881a;
    /*font-family: ProximaNova-Semibold;*/
    font-family: ProximaNova-Regular;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    opacity: 0.9;
}

    .button:hover, .AddToCartLink:hover, .btn-red:hover, .btn-green:hover, .SubmitButton:hover {
        background-color: #1c700d;
        color: white !important;
        text-decoration: none;
    }

.AddToCartLink {
    width: 160px;
    margin-top: 20px;
}

.couponBox {
    position: relative;
    text-transform: none;
}

    .couponBox .btn-green {
        margin-top: 0px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        top: 37px;
        padding-left: 6px;
        padding-right: 6px;
    }

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}



.wrap {
    width: 980px;
    margin: 0 auto;
}

.wrap-narrow {
    width: 980px;
    margin: 0 auto;
}

.relative {
    position: relative;
}

header#header {
    height: 185px;
}

    header#header.checkoutpage {
        border-bottom: 1px solid #cdcdcd;
        height: 96px;
    }

        header#header.checkoutpage .wrap-narrow {
            margin-top: 20px;
        }

    /*added*/

    header#header .wrap {
        margin-top: 20px;
    }

    header#header #topmenu {
    }

/*end added*/

#logo {
    position: absolute;
    top: -5px;
}

header#header.checkoutpage #logo {
    top: 5px;
}

#logo img {
}

.logoLink {
    cursor: pointer;
    width: 125px;
    height: 52px;
    position: absolute;
    top: 23px;
    left: 0;
}

div.logoLink:last-child {
    left: 127px;
}


nav#top-nav, nav#bottom-nav {
}

nav#top-nav {
    position: absolute;
    top: 74px;
    left: 0;
}


nav#bottom-nav {
    margin-top: 60px;
}


    nav#bottom-nav img:hover {
        background-color: #FFFFFF;
    }

    nav#bottom-nav img {
        -webkit-transition: background-color .2s linear;
        moz-transition: background-color .2s linear;
        transition: background-color .2s linear;
    }



header#header ul {
    float: right;
}

    header#header ul li {
        display: block;
        float: right;
        width: auto;
    }

        header#header ul li.last {
            border-right: 0;
        }

        header#header ul li a {
            color: #666;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 0px;
        }

            header#header ul li a:hover {
                text-decoration: underline;
            }




#login-area ul li a {
    color: #939 !important;
    font-size: 16px !important;
}

section#login-area {
    position: absolute;
    right: 0px;
    top: 0;
}

    section#login-area .userName {
        position: absolute;
        right: 10px;
        top: 30px;
        font-size: 16px;
        color: black;
        font-family: ProximaNova-Semibold;
    }


header#header ul li.first, header#header ul li.HighLightedfirst {
    border-right: none;
}

    header#header ul li.first a header#header ul li.HighLightedfirst a {
        margin-right: 0px;
    }

header#header ul#loginmenu, header#header ul#myacc {
    border-left: 1px solid white;
}

header#header ul li.first.word-or + li {
    border-right: none;
}

    header#header ul li.first.word-or + li:after {
    }

header#header ul li.first.word-or > a {
}

header#header ul li.first.word-or + li > a {
}

section#banner .wrap {
    width: 980px;
    height: 300px;
    position: relative;
}

section#phone-to-order {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -155px;
}

    section#phone-to-order h2 {
        display: block;
        float: left;
        color: #2a881a;
        font-size: 30px;
        font-style: normal;
    }

header#header.checkoutpage section#phone-to-order {
    right: 0;
    left: auto;
}



section#phone-to-order h2 em {
    line-height: 100%;
    display: block;
    float: left;
}

section#phone-to-order h2 img {
    float: left;
    margin: 0px 10px;
}

section#phone-to-order h2 span {
    float: left;
    line-height: 100%;
}

/* added */
section#phone-to-order h2 i {
    float: left;
    margin-left: 15px;
    margin-right: 8px;
}
/* end added */





section#need-help {
    position: absolute;
    right: 0px;
    margin: 0px;
    top: 0px;
}

    section#need-help h2 {
        display: block;
        float: left;
        color: white;
        /*width:265px;*/
        width: 100%;
        text-align: right;
    }

        section#need-help h2 em {
            line-height: 100%;
            font-style: normal;
            display: block;
            float: left;
            font-style: normal;
            letter-spacing: -1px;
        }

        section#need-help h2 img {
            display: block;
            float: left;
            margin: 0px 10px;
        }

        section#need-help h2 span {
            display: block;
            float: left;
            line-height: 104%;
            letter-spacing: -1px;
        }

    section#need-help ul li a {
        font-size: 14px;
        color: #2a881a;
    }

section#shopping-bag {
    position: absolute;
    right: 0px;
    top: 74px;
}

    section#shopping-bag > div {
        width: 276px;
        height: 64px;
        background: transparent url('/CMSTemplates/WoolworthsFlowers/images/icon-shopping-cart.png') 11px 10px no-repeat;
        text-align: center;
        text-align: end;
        margin: 0px 0px -5px 0px;
        padding: 10px 12px;
        font-size: 18px !important;
        border: solid 1px #2a881a;
        color: #373737;
    }

        section#shopping-bag > div .items {
            font-size: 18px;
            float: left;
            margin-left: 40px;
            height: 23px;
        }

        section#shopping-bag > div .totalPrice {
            font-size: 23px;
            float: right;
            font-family: ProximaNova-Semibold;
            height: 23px;
            line-height: 20px;
        }

        section#shopping-bag > div > div {
            clear: both;
            margin-top: 15px;
        }

            section#shopping-bag > div > div > a:first-child {
                float: left;
                height: 33px;
                line-height: 33px;
            }

            section#shopping-bag > div > div > a:last-child {
                float: right;
            }



            section#shopping-bag > div > div > a:first-child span:hover {
                text-decoration: underline;
            }





    section#shopping-bag div:before {
    }

    section#shopping-bag div:hover {
    }




    *:first-child + html section#shopping-bag div {
        margin: 10px 0px 0px 0px;
    }

    section#shopping-bag em {
        margin-right: 10px;
        padding-right: 10px;
        font-style: normal;
        font-size: 12px !important;
    }




nav#top-nav ul {
    display: block;
    float: left;
    text-align: center;
}

    nav#top-nav ul li {
        display: block;
        float: left;
        height: 33px;
    }

        nav#top-nav ul li a {
            /*font-family: ProximaNova-Semibold;*/
            font-family: ProximaNova-Regular;
            font-size: 20px;
            color: White;
            height: 33px;
            display: block;
            position: relative;
            line-height: 33px;
            padding: 0 38px;
            border-right: 1px solid white;
            margin: 0;
            opacity: 0.9;
        }



        nav#top-nav ul li:nth-child(odd) {
            /*background-color: #146306;*/
            background-color: #2a881a;
        }

        nav#top-nav ul li:nth-child(even) {
            background-color: #2a881a;
        }

        nav#top-nav ul li a.active {
            background-color: #146306;
        }

        nav#top-nav ul li:hover {
            background-color: #1c700d;
        }

        nav#top-nav ul li a:hover {
            text-decoration: none;
        }



        nav#top-nav ul li.single:hover {
        }

        nav#top-nav ul li:hover > a {
        }



        nav#top-nav ul li:last-child {
            position: relative;
        }


        nav#top-nav ul li.single a {
        }

        nav#top-nav ul li:hover {
        }


            nav#top-nav ul li:hover em {
            }

        nav#top-nav ul li ul {
            display: none;
        }

        nav#top-nav ul li:hover ul {
        }

        nav#top-nav ul li:hover li {
        }

            nav#top-nav ul li:hover li a {
            }

        nav#top-nav ul li:hover ul li:hover a {
        }


#top-search {
    float: right;
    position: absolute;
    left: 248px;
}







    #top-search .txt-top-search, #email-subscription .txt-email {
        background-color: #f1f1f1;
        color: #b6b6b6;
        font-size: 20px;
    }

    #top-search .txt-top-search {
        padding: 0px 0px 0px 20px;
        width: 260px;
        height: 50px;
    }

#email-subscription .txt-email {
    width: 217px;
}

    #email-subscription .txt-email.error {
        border: 1px solid red;
    }

.header-email-subscription {
    border-bottom: 0 !important;
    margin-top: 45px !important;
}



#top-search .watermark {
    color: #b6b6b6;
    font-family: ProximaNova-Regular;
}

#top-search .btn-top-search {
    position: absolute;
    right: 20px;
    top: 13px;
}

#email-subscription .btn-go {
    position: absolute;
    right: 7px;
    top: 7px;
    color: #666;
    font-family: sans-serif;
    height: 20px;
    width: 25px;
    background-color: transparent;
    padding: 0 !important;
    font-size: 13px;
}

section#top-links {
    margin-top: 1em;
}

    section#top-links li {
        display: block;
        float: left;
    }

        section#top-links li a {
            display: block;
            float: left;
            width: 205px;
            height: 42px;
            background: transparent 0 50% no-repeat;
            color: black;
            font-size: 13px;
            line-height: 110%;
            padding: 12px 0px 0px 60px;
            text-transform: uppercase;
        }

        section#top-links li.top-link1 a {
        }

        section#top-links li.top-link2 a {
        }

        section#top-links li.top-link3 a {
        }

        section#top-links li.top-link4 a {
            width: 120px;
        }

        section#top-links li div {
        }

        section#top-links li span {
            display: inline;
        }

section#banner {
    margin: 0px 0px 10px 0px;
}

    section#banner #slider {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0 auto;
        margin-left: -490px;
        width: 980px;
    }


    section#banner .nivo-controlNav {
        top: 10px;
        right: 10px;
        position: absolute;
        display: none;
    }

        section#banner .nivo-controlNav a {
            position: relative;
            display: block;
            float: left;
            z-index: 9;
            width: 16px;
            height: 16px;
            overflow: hidden;
            text-indent: -1000px;
            background: url('/images/layout/button/button-nivo-controlnav.aspx') no-repeat;
            margin-right: 3px;
        }

            section#banner .nivo-controlNav a.active {
                background-position: left -16px;
            }

    section#banner .nivo-controlNav {
        padding: 0;
    }

    section#banner .nivo-caption {
        display: none !important;
    }

}

section#content {
    margin-top: 1.5em;
}


    section#content a:hover {
    }


    section#content section#product-list {
        display: block;
        float: right;
        width: 730px;
    }

    section#content #product-list-inner {
        margin-top: 15px;
    }

        section#content #product-list-inner li {
            display: block;
            float: left;
            width: 33%;
            margin: 5px 2px 20px 0px;
            height: 350px;
        }

            section#content #product-list-inner li a.previmg {
                width: 234px;
                overflow: hidden;
                height: 246px;
                display: block;
                margin-bottom: 5px;
                text-align: center;
            }

#product-list-inner .freeDelivery {
    float: right;
    margin-right: 30px;
    font-size: 0.85em;
    font-weight: 300;
}






section#content h2 {
    color: #2a881a;
    font-family: ProximaNova-Regular;
    font-size: 30px;
    letter-spacing: -1px;
}

section#content #product-list h2 {
    border-bottom: 2px solid #7fc241;
    padding-bottom: 10px;
}

section#content aside {
    display: block;
    float: left;
    width: 210px;
    padding-top: 0.6em;
}

.green-dash-box {
    display: block;
    float: left;
    width: 210px;
    margin-bottom: 1.6em;
    border: 1px solid #DDDDDD;
    background-color: #fbfbfb;
    border-top: 4px solid #2a881a;
}

    .green-dash-box header {
    }

    .green-dash-box section {
        display: block;
        float: left;
        width: 190px;
        height: auto;
        padding: 18px 10px;
        text-align: center;
    }

    .green-dash-box footer {
    }

    .green-dash-box h3 {
        font-size: 16px;
        color: black;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    .green-dash-box div {
        margin-top: 5px;
    }

    .green-dash-box p {
        font-size: 13px;
        border-top: 1px solid #7fc241;
        width: 155px;
        margin: auto;
        margin-top: 15px;
        padding-top: 10px;
        color: #444;
    }

    .green-dash-box span.round-arrow {
        width: 114px;
        height: 33px;
        background-color: #2a881a;
        /*font-family: ProximaNova-Semibold;*/
        font-family: ProximaNova-Regular;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 33px;
        opacity: 0.9;
        margin-top: 20px;
    }

        .green-dash-box span.round-arrow:hover {
            background-color: #1c700d;
            color: white !important;
        }



.green-dash-box-wide {
    display: block;
    float: left;
    width: 235px;
    margin-bottom: 1.7em;
}

    .green-dash-box-wide header {
        display: block;
        float: left;
        width: 235px;
        height: 9px;
        background: transparent url('/CMSTemplates/FreshFlowers/images/bg-dash-wide-top.png') 0 0 no-repeat;
    }

    .green-dash-box-wide section {
        display: block;
        float: left;
        width: 215px;
        height: auto;
        background: transparent url('/CMSTemplates/FreshFlowers/images/bg-dash-wide-middle.png') 0 0 repeat-y;
        padding: 10px;
        text-align: center;
    }

    .green-dash-box-wide footer {
        display: block;
        float: left;
        width: 235px;
        height: 5px;
        background: transparent url('/CMSTemplates/FreshFlowers/images/bg-dash-wide-bottom.png') 0 0 no-repeat;
    }

    .green-dash-box-wide h3 {
        font-size: 16px;
        color: black;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    .green-dash-box-wide div {
        margin-top: 10px;
    }

    .green-dash-box-wide p {
        font-size: 13px;
        color: black;
    }

section#bottom-panel {
    margin: 2.4em 0px 0px 0px;
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-bottom-panel.png') 50% 50% no-repeat;
}

div.bottom-panel-wrap {
    height: 259px;
    width: 975px;
    padding: 20px 0px 20px 5px;
    margin: 0 auto;
}

    div.bottom-panel-wrap ul li {
        display: block;
        float: left;
        margin: 0px 21px;
    }

        div.bottom-panel-wrap ul li img:hover {
            margin-top: -10px;
            transition: all 0.5s;
            -moz-transition: all 0.5s; /* Firefox 4 */
            -webkit-transition: all 0.5s; /* Safari and Chrome */
            -o-transition: all 0.5s; /* Opera */
        }

.BottomBanner {
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

footer#footer {
    background-color: #fbfbfb;
    padding-top: 20px;
    margin-top: 55px;
    border-top: 1px solid #e8e8e8;
}

    footer#footer .wrap {
        height: 100%;
    }

    footer#footer .cards {
        padding-top: 20px;
        width: 180px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    footer#footer .wrap > div.block {
        border-right: 1px solid #e8e8e8;
        min-height: 180px;
    }

    footer#footer .wrap > div.last {
        border-right: 0;
        width: 30%;
    }



    footer#footer ul > li:first-child a {
        color: #2a881a;
        font-weight: bold;
        font-family: ProximaNova-Semibold;
        font-weight: bold;
    }

    footer#footer ul > li {
        line-height: 20px;
        padding-left: 20px;
    }

    footer#footer div.first ul > li {
        padding-left: 0px;
    }



    footer#footer #footer-categories li {
    }

    footer#footer a {
        color: #999;
        font-size: 13px;
    }

        footer#footer a:hover {
            text-decoration: underline;
        }

    footer#footer h4 {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 10px;
        margin: 0;
        color: #666;
        border-bottom: 1px solid #ddd;
        width: 234px;
    }



    footer#footer .button.white {
        border-color: #ddd;
        color: #999;
        background-color: #f8f8f8;
        -webkit-box-shadow: inset 1px 1px #fff,inset -1px -1px #fff;
        -moz-box-shadow: inset 1px 1px #fff,inset -1px -1px #fff;
        box-shadow: inset 1px 1px #fff,inset -1px -1px #fff;
    }

        footer#footer .button.white:hover {
            background-color: #fff;
            text-decoration: none;
        }





    footer#footer #disclaimer {
        color: #373737;
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
        background-color: #eeeeee;
        height: 60px;
        line-height: 30px;
    }

        footer#footer #disclaimer a {
            font-size: 14px;
        }

        footer#footer #disclaimer a {
            color: #666666;
            border-left: 1px solid #666666;
            padding: 0px 15px;
        }

            footer#footer #disclaimer a.first {
                /* margin-left:15px;*/
                border-left: 0px;
            }

    footer#footer #subscribe {
        /*background-color:#3b3b3b;*/
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        /* padding:7px 2px 5px 2px;*/
        display: block;
        float: left;
        height: auto;
        width: auto;
        margin-top: 25px;
    }

        footer#footer #subscribe #email-subscribe {
            color: white;
            background-color: #3b3b3b;
            border: none;
            width: 145px;
            height: 22px;
            margin: 0px 5px;
            font-size: 12px;
        }

    footer#footer #btn-subscribe {
        background: transparent url('/CMSTemplates/FreshFlowers/images/btn-subscribe-footer.png') 0 0 no-repeat;
        display: block;
        /*float:right;*/
        float: left;
        width: 79px;
        height: 28px;
        text-indent: -9999px;
        cursor: pointer;
        border: none;
        margin-right: 10px;
        transition: all 0.s;
        -moz-transition: all 0s; /* Firefox 4 */
        -webkit-transition: all 0s; /* Safari and Chrome */
        -o-transition: all 0s; /* Opera */
    }

        footer#footer #btn-subscribe:hover {
            background-position: 0px -28px;
        }

    footer#footer #subscribe p {
        float: right;
        width: 160px;
    }

        footer#footer #subscribe p strong {
            color: #FFF;
        }

footer#footer-checkout {
    height: 95px;
    background-color: black;
    padding-top: 25px;
    margin-top: 5em;
}

    footer#footer-checkout #payment-methods {
        display: block;
        margin: 0 auto;
        width: 164px;
    }

        footer#footer-checkout #payment-methods li {
            display: block;
            float: left;
            margin-right: 0.5em;
        }

            footer#footer-checkout #payment-methods li.last {
                margin-right: 0em;
            }

    footer#footer-checkout #disclaimer {
        margin-top: 1em;
    }

        footer#footer-checkout #disclaimer p {
            font-size: 0.9em;
            text-align: center;
            margin-bottom: 0.5em;
        }

        footer#footer-checkout #disclaimer a {
            color: #666666;
            border-left: 1px solid #666666;
            padding: 0px 15px;
        }

            footer#footer-checkout #disclaimer a.first {
                border-left: none;
                padding-left: 0px;
            }

section.seperator .wrap {
    margin-top: 1em;
    height: 5px;
}

section.seperator .wrap {
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-seperator.png') 50% 50% no-repeat;
}

section.seperator.high .wrap {
    height: 50px;
}

section#breadcrumb {
    margin: 10px 0px 20px 0px;
    border-top: 1px solid #cdcdcd;
}

    section#breadcrumb .wrap {
        margin-top: 1em;
    }

        section#breadcrumb .wrap a {
            background: transparent url('/CMSTemplates/FreshFlowers/images/ico-arrow-right-grey.png') left 50% no-repeat;
            padding-left: 0.7em;
            margin-right: 0.3em;
            color: #979797;
        }

            section#breadcrumb .wrap a.first {
                background: none;
                padding-left: 0em;
            }

section#content.col1 .wrap {
    min-height: 500px;
}

section#content section.faq-cat {
    margin-top: 2.5em;
}

    section#content section.faq-cat a {
        color: #939;
    }

        section#content section.faq-cat a:hover {
            text-decoration: underline;
        }

    section#content section.faq-cat h2 {
        font-weight: normal;
        display: block;
        float: left;
        /*width:18%;*/
        width: 17%;
        text-align: right;
    }

    section#content section.faq-cat h4 {
        font-size: 1.2em;
        color: black;
        font-weight: bold;
        margin-bottom: 1.5em;
    }

    section#content section.faq-cat p, section#content section.faq-cat div.answer {
        font-size: 1.2em;
        color: black;
    }

    section#content section.faq-cat article h3 {
        font-size: 1.2em;
        color: #444;
        cursor: pointer;
        background: transparent url('/CMSTemplates/FreshFlowers/images/ico-plus-grey.png') right 50% no-repeat;
        /*padding:1.5em 0px;*/
        padding: 1em 0;
    }

        section#content section.faq-cat article h3:hover {
            color: black;
            transition: all 0.5s;
            -moz-transition: all 0.5s; /* Firefox 4 */
            -webkit-transition: all 0.5s; /* Safari and Chrome */
            -o-transition: all 0.5s; /* Opera */
        }

    section#content section.faq-cat article.expanded h3 {
        background-image: url('/CMSTemplates/FreshFlowers/images/ico-minus-grey.png');
    }

    section#content section.faq-cat section {
        float: right;
        /*width:75%;*/
        width: 77%;
        border-left: 1px solid #dadada;
        /*padding-left:2.5em;*/
        padding-left: 2.3em;
        background: transparent url('/CMSTemplates/FreshFlowers/images/bg-faq-seperator.png') 50% bottom no-repeat;
    }

    section#content section.faq-cat article {
        background: transparent url('/CMSTemplates/FreshFlowers/images/bg-faq-seperator.png') 50% top no-repeat;
        padding: 0px;
    }

    section#content section.faq-cat header {
        background: transparent;
        font-size: 1.2em;
        color: black;
        height: auto;
        margin-bottom: 1.5em;
    }

    section#content section.faq-cat article p {
        margin-bottom: 1.5em;
    }

    section#content section.faq-cat div.answer {
        display: none;
        margin-bottom: 1.5em;
    }



nav#left-nav ul {
    margin-left: -0.5em;
}

    nav#left-nav ul li {
        margin-left: 0.6em;
        margin-bottom: 1em;
    }


        nav#left-nav ul li a {
            margin-bottom: 1em;
            background: transparent url('/CMSTemplates/FreshFlowers/images/ico-arrow-down-green.png') right 50% no-repeat;
            padding: 0.3em 2em 0.3em 0em;
            transition: all 0.5s;
            -moz-transition: all 0.5s; /* Firefox 4 */
            -webkit-transition: all 0.5s; /* Safari and Chrome */
            -o-transition: all 0.5s; /* Opera */
        }




        nav#left-nav ul li ul {
            display: none;
            margin: 0px 0px 0px 1em;
            padding: 0.7em 0px 0px 0px;
        }

        nav#left-nav ul li.HighLighted > ul {
            display: block;
        }

        nav#left-nav ul li ul li {
            margin-bottom: 0.5em;
            padding: 0px;
        }

        nav#left-nav ul li.actived ul li a {
            background-image: none;
            background-color: transparent;
            color: #598310;
            padding: 0.3em 0.6em;
        }

            nav#left-nav ul li.actived ul li a:hover, nav#left-nav ul li.actived ul li.actived a {
                background-color: black;
                color: white;
            }

section#content section.sort-by span {
    color: black;
    margin-right: 0.5em;
}

section#content section.sort-by select {
    color: #9b9b9b;
    width: 160px;
}

section#content section.showing-items ul {
    display: block;
    float: right;
    width: auto;
    color: black;
}

section#content section.showing-items span {
    display: block;
    float: right;
    width: auto;
    color: black;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #b7b7b7;
}

section#content section.showing-items li {
    display: block;
    float: left;
}


/* yang 
section#content section.showing-items a {
    display:block;
    float:left;
    transition: none;
    -moz-transition: none; 
    -webkit-transition: none; 
    -o-transition: none; 
    line-height:100%;
    color:black;
    padding:0.3em;
    width:1em;
    height:1em;
    text-align:center;
    margin-top:-0.2em;
}
*/


section#content section.showing-items a.first {
    width: 7px;
    height: 12px;
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-grey-arrow-left.png') 0 0 no-repeat;
    display: block;
    float: left;
    padding: 0em;
    margin-right: 1em;
    margin-top: 0.1em;
}

section#content section.showing-items a.last {
    width: 7px;
    height: 12px;
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-grey-arrow-right.png') 0 0 no-repeat;
    display: block;
    float: right;
    padding: 0em;
    margin-left: 1em;
    margin-top: 0.1em;
}

    /* yang 
section#content section.showing-items a:hover, section#content section.showing-items a.actived {
    background-color:black;
    color:white;
}

*/

    section#content section.showing-items a.first:hover, section#content section.showing-items a.last:hover {
        background-color: transparent;
        background-position: 0px -12px;
    }

section#content section.showing-items div.numbers {
    float: right;
}

#product-image {
    width: 53%;
    float: left;
    position: relative;
    height: 500px;
}

#our-range {
    width: 53%;
    float: left;
    position: relative;
    padding-top: 40px;
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-seperator.png') 50% top no-repeat;
}

#product-image ul {
    display: block;
    float: left;
    margin-top: 6em;
}

    #product-image ul li {
        margin-bottom: 1.3em;
    }

#product-image div {
    display: block;
    float: right;
    position: relative;
}

    #product-image div.bigimg img {
        max-width: 430px;
        z-index: 100;
    }

.magnifyarea div img {
    z-index: 100;
}

.imgPersonalisedUploaded {
    max-height: 163px;
    min-height: 163px;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.personalisedImageContainer {
    height: 163px;
    width: 136px;
    overflow: hidden;
    position: relative !important;
    z-index: 1000;
    top: -219px;
    left: 231px;
    pointer-events: none;
}

.magnifyarea .personalisedImageContainer {
    top: -420px;
    left: 300px;
    width: 290px;
    height: 340px;
}

.magnifyarea .imgPersonalisedUploaded {
    /*height: 340px;
width: 300px;*/
    max-height: 340px !important;
}

#product-detail {
    float: right;
    width: 44%;
}

    #product-detail h1 {
        font-size: 3.5em;
    }


    #product-detail p.small {
        font-size: 14px;
    }

    #product-detail p.grey {
        color: #999999;
    }

    #product-detail p.warning {
        color: #b4100f;
        padding-left: 1.8em;
        background: transparent url('/CMSTemplates/FreshFlowers/images/ico-red-exclamation.png') left 50% no-repeat;
        margin-top: 5px;
    }

        #product-detail p.warning.warningToolTip {
            color: #b4100f;
            background: none;
            padding: 0;
            margin-top: 0px;
        }

            #product-detail p.warning.warningToolTip a {
                color: #b4100f;
                background: transparent url('/CMSTemplates/FreshFlowers/images/ico-tooltip.png') right 50% no-repeat;
                padding: 5px 2em 5px 0;
                height: 20px;
            }

    #product-detail .description {
        /*height:98px;*/
        overflow: hidden;
    }

    #product-detail .lightboxPopup:hover {
        text-decoration: none;
    }



#product-basket-panel #product-quantity {
    float: right;
    width: 40%;
}




#product-basket-panel em i {
    font-size: 0.6em;
    vertical-align: top;
    line-height: 130%;
    font-style: normal;
}

#product-basket-panel .ProductOptionSelectorContainer {
    display: none;
}

*:first-child + html #product-basket-panel em {
    height: 50px;
    margin: 15px 0px 25px 0px;
}

section#your-basket-content .btn-red, section#your-basket-content .btn-red-off {
    width: 200px;
}



section#content .btn-red-off, section#your-basket-content .btn-red-off, section#cross-sell .btn-red-off, .btn-red-off,
section#content section#myaccount .btn-red-off {
    background: #999999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(5%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, #999999 0%, #999999 5%, #999999 100%); /* FF3.6+ */
    border: 1px solid #c2c2c2;
}





    section#content .btn-red-off:hover, section#your-basket-content .btn-red-off:hover, section#cross-sell .btn-red-off:hover, .btn-red-off:hover,
    section#content section#myaccount .btn-red-off:hover {
        color: white !important;
        background: #999999; /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(95%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
        background: -moz-linear-gradient(top, #999999 0%, #999999 95%, #999999 100%); /* FF3.6+ */
    }

.AddToCartTextBox {
    display: none;
}



section#content #product-quantity {
    padding: 10px 0px 0px 0px;
}


    section#content #product-quantity span {
        width: 100%;
    }

    section#content #product-quantity .custom-select {
        margin: 0.8em 0px;
        overflow: hidden;
        /*top: 0.8em;
    margin-bottom: 20px;*/
        float: left;
    }

#social {
    margin: 1.8em 0px 0.8em 0px;
    float: left;
    height: 2em;
}

    #social .Facebook {
        width: 80px;
    }

    #social .Twitter {
        width: 80px;
    }

    #social .PinIt {
        width: 80px;
    }

    #social .Facebook, #social .Twitter, #social .PinIt {
        display: inline-block;
        margin-right: 10px;
        float: left;
    }

section#cross-sell {
    margin-bottom: 3.7em;
}

    section#cross-sell .wrap {
        position: relative;
    }

    section#cross-sell h2 {
        font-family: ProximaNova-Regular;
        color: #1c700d;
        margin-bottom: 1em;
    }

section#cross-sell-scroll {
    width: 980px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

section#cross-sell-scroll-high {
    width: 980px;
    height: 430px;
    overflow: hidden;
    position: relative;
}

section#cross-sell .slide ul {
    /*width:9999px;*/
    position: absolute;
    top: 0;
}

section#cross-sell #product-list-inner li {
    display: block;
    float: left;
    width: 245px;
}


    section#cross-sell #product-list-inner li h4 a {
        color: #333333;
        font-size: 16px;
        font-weight: normal;
    }


span#cross-left {
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-arrow-grey-left-right.png') 0 0 no-repeat;
    width: 20px;
    height: 34px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 180px;
    left: -30px;
}

    span#cross-left:hover {
        background-position: 0px -34px;
    }

span#cross-right {
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-arrow-grey-left-right.png') right 0 no-repeat;
    width: 20px;
    height: 34px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 180px;
    right: -30px;
}

    span#cross-right:hover {
        background-position: right -34px;
    }

section#your-basket {
    margin-top: 2.5em;
}

    section#your-basket aside {
        display: block;
        float: right;
        width: 235px;
        padding-top: 7.5em;
    }

        section#your-basket aside p {
            font-size: 1em;
        }

    section#your-basket section#your-basket-content {
        display: block;
        float: left;
        width: 725px;
        padding-top: 0.6em;
    }

section#your-basket-content table.shopping-cart tr th {
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1em;
}

/* yang */
section#your-basket-content table.shopping-cart {
    text-align: right;
}

    /* yang */
    section#your-basket-content table.shopping-cart tr {
        border-bottom: 1px solid #eaeaea;
        padding: 1em 0px 1.5em 0px;
    }

section#your-basket-content table.shopping-cart {
    margin: 3em 0px 1em 0px;
    width: 100%;
}

    section#your-basket-content table.shopping-cart a.productImg {
        display: block;
        width: 86px;
        height: 90px;
        float: left;
        z-index: 10;
        position: relative;
        margin-right: 2em;
    }

    section#your-basket-content table.shopping-cart .product-description {
        text-align: left;
        width: 65%;
    }

/* yang */
section#your-basket-content table.shopping-cart {
    font-family: Arial !important;
    font-size: 12px !important;
}



    section#your-basket-content table.shopping-cart .quantity select {
        width: 4.1em;
        height: 33px;
    }

    /* yang */
    section#your-basket-content table.shopping-cart .deliveryLimit {
        position: absolute;
        width: 160px;
        text-align: left;
        margin-left: 100px;
        margin-top: 10px;
        font-size: 0.8em;
    }

    section#your-basket-content table.shopping-cart .deliveryLimit {
        margin-top: 46px;
        font-weight: bold;
        padding-left: 30px;
        background: url(/CMSTemplates/FreshFlowers/images/delivery_icon.jpg) left center no-repeat;
        width: 150px;
        margin-left: 70px;
    }

    section#your-basket-content table.shopping-cart .total {
        text-align: right;
        width: 14%;
        vertical-align: top;
    }

    section#your-basket-content table.shopping-cart img.productImg {
        display: block;
        float: left;
        margin-right: 2em;
    }



    section#your-basket-content table.shopping-cart span.ttl {
        font-size: 1.2em;
        margin-bottom: 0.4em;
        display: block;
        /*padding-top: 8px;*/
    }



    section#your-basket-content table.shopping-cart .price {
        font-size: 16px;
        color: #666666;
        text-align: right;
        vertical-align: top;
    }

    section#your-basket-content table.shopping-cart h4 {
        margin-bottom: 1em;
        color: black;
    }

    section#your-basket-content table.shopping-cart table.summary {
        width: 100%;
        float: right;
    }


        section#your-basket-content table.shopping-cart table.summary td {
            border-bottom: none;
            text-align: right;
            padding: 0px 0px 0.3em 0px;
            color: #777777;
            font-size: 1.2em;
        }

            section#your-basket-content table.shopping-cart table.summary td.red {
                color: #b20d0c;
            }


    section#your-basket-content table.shopping-cart td.last {
        border-bottom: none;
    }

    section#your-basket-content table.shopping-cart td.discount-label {
    }

#accepted-payment-methods li {
    display: block;
    float: left;
    margin-right: 0.4em;
}

section#your-basket-content a.round-arrow-left {
    font-size: 15px;
    color: #6d8c23;
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-round-arrow-left.png') left 50% no-repeat;
    padding-left: 26px;
    padding-top: 2px;
    display: inline-block;
    margin-top: 0.7em;
}

section#checkout-top {
    padding-top: 3.5em;
}

    section#checkout-top h1 {
        line-height: 240%;
    }

.steps li {
    font-size: 1.3em;
    color: #a3a3a3;
    display: block;
    float: left;
    line-height: 125%;
}

    .steps li div em {
        position: relative;
        top: -3px;
        padding-left: 5px;
    }


    .steps li.active {
        color: #1C700D !important;
        background: transparent url('/CMSTemplates/WoolworthsFlowers/images/bg-darkgreen-line.png') 0 10px repeat-x;
    }

        .steps li.active div {
            color: #1C700D !important;
        }

            .steps li.active div em {
                position: relative;
                top: -3px;
            }

        .steps li.active span {
            background-position: 0px 0px;
        }

#checkout {
    margin-top: 3.5em;
}


#thankyou-promo-wrapper {
    margin-left: -40px;
}


.form-field.fullwidth {
    width: 100%;
}

    .form-field.fullwidth select {
    }

.form-field.postcode {
    width: 45%;
}

.form-field.optinoffer label {
    display: inline;
    float: none;
}

.AddressForm .form-field.postcode input.postcode {
    width: 40%;
}



.form-field label.state {
    width: 60px;
}

.form-field.deliveryInstructions a {
    margin: 10px 20px 10px 0;
    display: inline-block;
}

.form-field.cardMessage label {
    padding: 0.1em 0.6em 0.4em 0.6em;
}

.form-field.cardMessage span {
    float: left;
    width: 148px; /* yang */
    display: block;
    text-align: right;
    padding: 0.6em;
}

    .form-field.cardMessage span.remainChar #remaining {
        display: inline;
        float: none;
        padding: 0;
    }


.form-field input.text, .form-field input[type=text], .form-field .inputtext, section#content section#myaccount input[type=text], section#content section#myaccount input[type=password] {
    display: block;
    width: 428px;
    padding: 7.333px;
    font-size: 14px;
    color: #333;
    line-height: 19.333px;
    border: 2px solid #dcdfe1;
}

    .form-field input.text:focus, .form-field input[type=text]:focus, .form-field .inputtext:focus, .form-field input:focus, section#content section#myaccount input:focus {
        border: solid 2px #129650;
        color: #333333;
    }


.form-field .inputtext {
    display: block;
    float: left;
    width: 428px;
    padding: 0.6em;
    font-size: 1.2em;
    color: #979797;
    border: none;
}

.form-field textarea {
    display: block;
    float: left;
    width: 428px;
    padding: 0.6em;
    color: grey;
    font-size: 1.2em;
    color: #979797;
    border: 1px solid #cccccc;
    height: 105px;
    resize: none;
    font-family: Arial;
}

.ContactForm {
    margin-top: 20px;
}

    .ContactForm .form-field label {
        width: 200px;
    }

    .ContactForm .form-field textarea, .ContactForm .form-field input.text, .ContactForm .form-field input[type="text"], .ContactForm .form-field .inputtext {
        width: 350px;
    }

    .ContactForm .ButtonW {
        width: 585px;
    }

        .ContactForm .ButtonW input.btn-red {
            margin-top: 20px;
            cursor: pointer;
            width: 180px;
        }

    .ContactForm span.mandatory {
    }

.form-field.postcode input.text {
    width: 95px;
}

.form-field.deliveryDate input.text {
    width: 360px;
}

.form-field.paymentMethod select {
    width: 137px;
}

.form-field.ccv input.text {
    width: 47px;
}



.form-field.terms .checkbox, .form-field.terms span.checkbox {
    margin-left: 158px;
}

    .form-field.terms .checkbox input, .form-field.terms span.checkbox input {
        float: left;
        margin: 0.6em 0 0.6em;
    }

.form-field.terms label {
    /*width: 457px;*/
    width: 533px;
    text-align: left;
    float: right;
}

    .form-field.terms label a {
        color: #000;
        text-decoration: underline;
    }

.form-field span.checkbox {
}

    .form-field input.checkbox, .form-field span.checkbox input {
        width: auto;
        text-align: right;
        display: block;
        float: left;
        margin-left: 134px;
        margin-top: 0.8em;
    }

    .form-field span.checkbox input {
    }

.form-field.state label {
    width: 50px;
}

.form-field label.right-label {
    width: 300px;
    text-align: left;
}

input {
    margin: 0px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-style: italic;
}
/* ie */
input:-moz-placeholder {
    font-style: italic;
}

/*override*/
footer#footer #subscribe #email-subscribe::-webkit-input-placeholder {
    font-style: normal;
}

footer#footer #subscribe #email-subscribe::-moz-placeholder {
    font-style: normal;
}

footer#footer #subscribe #email-subscribe:-ms-input-placeholder {
    font-style: normal;
}

footer#footer #subscribe input:-moz-placeholder {
    font-style: normal;
}

hr {
    border: 0;
    color: #7fc241;
    background-color: #7fc241;
    height: 2px;
}

span.calendarBtn {
    display: inline-block;
    width: 29px;
    height: 32px;
    background: transparent url('/CMSTemplates/FreshFlowers/images/calendar-icon.png') center center no-repeat;
    margin-left: 9px;
    margin-bottom: 5px;
}

p.orderNote {
    color: #b20d0c;
    padding-top: 14px;
}




a.underlined {
    text-decoration: underline;
}

p.cardMessage {
    font-size: 16px;
    font-style: italic;
}

    p.cardMessage textarea {
        margin: 2px;
        width: 570px;
        height: 80px;
        resize: none;
        font: 12px/24px Arial;
        padding: 5px;
    }

ul.center {
    margin: 0 auto;
}



.three-columns {
    font-size: 13px; /*yang */
}


    .three-columns .three-of-three {
        padding-top: 1em;
    }

.wide-form {
    width: 694px;
    margin: 0 auto;
    float: none;
}

    .wide-form label {
        width: 694px;
        text-align: left;
        padding-left: 0em;
        margin: 0 auto;
    }

    .wide-form select {
    }

div.errorBox {
    background-color: #f7e6e6;
    padding: 1em 1.8em 1.6em 2em;
    font-size: 14px;
    color: #b20d0c;
    width: 675px;
    margin-bottom: -2.5em;
}

    div.errorBox .right {
        padding-top: 14px;
    }

    div.errorBox .errorMsg {
        width: 417px;
        padding: 0 0 0 3em;
        display: block;
        background: transparent url('/CMSTemplates/FreshFlowers/images/error-icon.png') center left no-repeat;
        margin-top: 1em;
    }

    div.errorBox a.btn-red {
        margin: 0 auto;
        float: none;
        text-align: center;
        width: 70%;
    }

section.error-small span.error-small {
    background: transparent url('/CMSTemplates/FreshFlowers/images/error-icon-small.png') center left no-repeat;
    display: none;
    padding: 0 0 0 1.5em;
}

input.validationError {
    border: 1px solid #b20d0c !important;
}

span.mandatory {
    background: transparent url('/CMSTemplates/FreshFlowers/images/error-icon-small.png') center left no-repeat;
    display: block; /* yang */
    padding: 0 0 0 1.5em;
    color: #b20d0c;
    /*margin-left: 13em;*/
    margin-left: 11px; /* yang */
    margin-top: 5px; /* yang */
    /*float: left;
    width: 400px; yang */
}

    span.mandatory.payment {
        width: 100%;
    }

.postcode span.mandatory {
    width: 150px !important;
}

section.thank-you-top p {
    font-size: 14px;
}

section.thank-you-top div.tick-bg {
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-tick.png') top left no-repeat;
    padding-left: 4em;
    width: 310px;
    margin-top: 2.5em;
}

section.thank-you-top h2, section#signin h2, section.signin span.middle-or {
    color: black;
    font-size: 26px;
    letter-spacing: -1px;
}

.follow-us h2 {
    padding-top: 1px;
    margin-right: 0.5em;
}

.leftCol-border {
    border-right: 1px solid #eaeaea;
    padding-right: 9em;
    width: 280px;
}

    .leftCol-border section.right a.btn-red {
        width: 72px;
        text-align: center;
        font-size: 1.3em;
    }

    .leftCol-border div.form-field {
        margin: 0;
    }

    .leftCol-border a {
        font-size: 13px;
    }

section.signin input.text {
    width: 261px;
}

section.signin label {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0.6em 0;
}

section.signin section.rightCol {
    width: 300px;
}

    section.signin section.rightCol a.btn-red {
        width: 152px;
        text-align: center;
    }

.center {
    margin: 0 auto;
}

section.signin .center {
    width: 210px;
}

section.signin p.center {
    font-size: 14px;
    color: black;
    width: 236px;
}

section.signin span.middle-or {
    float: none;
    width: 210px;
    text-align: center;
    display: block;
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-signin-dashes.png') 3px center no-repeat;
    font-size: 24px;
}

/*#  sign up - log in #*/

section.two-column div.right {
    width: 300px;
    float: right;
}

#checkout #signUp > .right.sign-up-r {
    width: 52%;
}

section.two-column div.sign-up-r ul, section#checkout div.sign-up-r ul {
    font-size: 16px;
    color: #000;
}

    section.two-column div.sign-up-r ul li, section#checkout div.sign-up-r ul li {
        padding: 0 0 0 35px;
        background: url('/CMSTemplates/FreshFlowers/images/ul-tick.png') no-repeat left transparent;
        margin-bottom: 17px;
    }

section.two-column section#signUp div.left {
    width: 610px;
    background: url('/CMSTemplates/FreshFlowers/images/bg-checkout-seperator-account.png') no-repeat right transparent;
    padding-right: 40px;
}

section.two-column section#logIn div.left {
    width: 610px;
    background: url('/CMSTemplates/FreshFlowers/images/bg-shadow-short.png') no-repeat right transparent;
    padding-right: 40px;
}



section.two-column section#signUp span.mandatory {
    margin-top: 3px;
}

section.two-column section#signUp .PassW span.mandatory {
    margin-left: 0;
}

section.two-column div.left .sign-up-page .form-field label {
    width: 140px;
}

    section.two-column div.left .sign-up-page .form-field label.right-label {
        width: 560px; /* yang */
    }

section.two-column div.left .sign-up-page .form-field input.text {
    width: 400px;
}

#signUp .sign-up-page .form-field input.text {
    width: 400px;
}





/*yang */
section.two-column div.left .sign-up-page .form-field input.checkbox {
    margin-left: 158px;
}

section.two-column div.left .sign-up-page .form-field.postcode input.text {
    width: 95px;
}

section.two-column div.left .sign-up-page .form-field.state label {
    width: 50px;
}

section.two-column div.left .sign-up-page a.btn-red {
    margin-right: 33px;
}

section.two-column #billingDetails .form-field {
    width: 100%;
}

    section.two-column #billingDetails .form-field label {
        width: 140px;
    }

    section.two-column #billingDetails .form-field label {
        width: 140px;
    }

        section.two-column #billingDetails .form-field label.right-label {
            width: 400px;
        }

    section.two-column #billingDetails .form-field input.text {
        width: 400px;
    }

    section.two-column #billingDetails .form-field input.checkbox, section.two-column #billingDetails .form-field span.checkbox input {
        margin-left: 158px;
    }

    section.two-column #billingDetails .form-field.postcode input.text {
        width: 95px;
    }

    section.two-column #billingDetails .form-field.state label {
        width: 50px;
    }

section.two-column #billingDetails a.btn-red {
    margin-right: 400px;
}

section.two-column #billingDetails .form-field.postcode {
    width: 300px;
}

section.two-column #billingDetails .state {
    width: 30%;
}

    section.two-column #billingDetails .state label {
        width: 50px;
    }

section.two-column #billingDetails .text.postcode {
    width: 100px !important;
}

section#checkout #billingDetails input.text {
    width: 400px;
}


section#logIn div.left span.mandatory, .LogonPageBackground span.mandatory {
    margin-left: 0 !important;
}

.log-in-box {
    width: 402px;
    background-color: #fdfcf9;
    box-shadow: 0 0 6px #d1d1d1;
    padding: 45px 60px;
}

    .log-in-box .form-field {
        margin: 0 0 10px 0;
    }

        .log-in-box .form-field label {
            padding-top: 0;
            padding-left: 0;
        }

        .log-in-box .form-field input.text {
            width: 383px;
        }

section.two-column section#logIn .pswretrieval {
    margin-top: 30px;
}

.log-in-box .ErrorLabel, #myaccount .EditingFormErrorLabel, #myaccount .ErrorLabel {
    background: transparent url('/CMSTemplates/FreshFlowers/images/error-icon-small.png') center left no-repeat;
    display: inline-block;
    padding: 0 0 0 1.5em;
    color: #b20d0c;
    margin-left: 1em;
}

#myaccount .EditingFormErrorLabel {
    float: left;
}

.EditingFormControlNestedControl.Error {
    display: inline-block;
    float: left;
}

div.two-column h3 {
    font-size: 1.3em;
    color: black;
}

section#logIn .sign-up-r a.btn-red {
    text-align: center;
    margin-left: 15px;
}

.PassW {
    float: right;
    /*width: 418px;*/
}

.passwRet {
    display: inline-block;
    margin-top: -0.6em;
    color: #939;
}

a.passwRet:hover {
    color: #939;
    text-decoration: underline;
}

/*# My account #*/
section#content section#myaccount {
    display: block;
    float: right;
    width: 730px;
}



.addressbox .three-columns .two-of-three {
    width: 280px; /* yang */
}

section#content section#myaccount .form-field .custom-select {
    float: left;
}

section#content section#myaccount .form-field label {
    width: 140px !important;
}

section#content section#myaccount .address-edit-form .form-field label {
    clear: both;
}

section#content section#myaccount .address-edit-form .form-field input {
    margin-bottom: 10px;
}

section#content section#myaccount .form-field {
}

    section#content section#myaccount .form-field.postcode {
        width: 100%;
    }

section#content section#myaccount span.EmptyData {
    font-family: Arial;
    font-size: 1em;
    color: black;
}

section#your-basket-content span.EmptyData {
    height: 18px;
    color: #b4100f;
    display: block;
    padding-left: 1.8em;
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-red-exclamation.png') left 50% no-repeat;
    margin-top: 20px;
}

section#your-basket-content span.InvalidData {
    display: block;
    height: auto;
    color: #b4100f;
    background: transparent url('/CMSTemplates/FreshFlowers/images/ico-red-exclamation-lg.png') 12px 50% no-repeat;
    font-size: 14px;
    padding: 1em;
    padding-left: 4em;
    border: 1px dashed #000;
    margin-bottom: 20px;
}


/*# My account / My password #*/
section#content section#myaccount .mypassword {
    padding-left: 38px;
    padding-top: 25px;
    display: inline-block;
    width: 420px;
}

section#content section#myaccount label {
    width: 100%;
    display: block;
    float: left;
    color: black;
    font-size: 1.2em;
    padding: 0.6em 0.6em 0.6em 0;
}

section#content section#myaccount .EditingFormLabel {
    display: block;
    float: left;
    color: black;
    font-size: 1.2em;
    padding: 0.6em 0.6em 0.6em 0;
}

section#content section#myaccount input {
    width: 280px !important;
    float: left;
}



    section#content section#myaccount input[type=password] {
        width: 280px;
    }

.mypassword .btn-red {
    width: 200px;
}


section#content section#myaccount .inputtext span {
    display: block;
    float: left;
    width: 280px;
    padding: 0.6em;
    color: grey;
    font-size: 1.2em;
    color: #979797;
}

section#content section#myaccount span.mandatory {
    padding: 0 0 0 1.5em;
    margin-left: 0 !important;
    width: 290px;
}

section#content section#myaccount .mypassword .btn-red {
}

section#content section#myaccount .mypassword .PasswordStrengthText {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

section#content section#myaccount .mypassword .PasswStrenghtIndicator {
    width: 300px;
    display: inline-block;
    margin-top: 10px;
}

section#content section#myaccount .mypassword .ErrorLabel {
    display: inline-block;
    width: 100%;
    color: #b20d0c;
}

section#content section#myaccount .mypassword .InfoLabel {
    color: #618919;
    font-weight: bold;
}


/*# My account / My address #*/
section#content section#myaccount .addressbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

/*# My account / table #*/
table.myaccount {
    width: 100%;
    color: #000;
    margin-top: 20px;
    display: inline-block;
}

    table.myaccount th {
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
        padding: 0 0 20px 0;
        width: 27%;
    }

    table.myaccount td {
        padding: 3px 0;
    }

/*# My account / My reminders #*/
section#content section#myaccount .myreminder {
    display: inline-block;
    margin-top: 20px;
}

    section#content section#myaccount .myreminder .two-columns {
    }

        section#content section#myaccount .myreminder .two-columns .one-of-two {
            width: 358px;
            margin: 20px 20px 0 0;
        }

        section#content section#myaccount .myreminder .two-columns .two-of-two {
            width: 269px;
        }

.myreminder .reminderpost {
    background: transparent url(/CMSTemplates/FreshFlowers/images/myreminderpost.png) no-repeat scroll 0 0;
    min-height: 511px;
    padding: 80px 26px 32px 37px;
    width: 269px;
    margin-top: -15px;
}

.myreminder input {
    margin: 0.6em 0.6em 0.6em 0;
    width: 340px !important;
}

.myreminder .reminderpost h3 {
    text-transform: uppercase;
}

.myreminder .reminderpost ul {
    margin-top: 20px;
}

    .myreminder .reminderpost ul li {
        border-top: 1px solid #b7b7b7;
        height: 74px;
        color: #000;
    }

        .myreminder .reminderpost ul li .reminderName-text {
            display: inline-block;
            width: 100%;
            margin-top: 20px;
            color: #000;
            font-size: 1.3em;
            font-weight: bold;
        }

        .myreminder .reminderpost ul li .reminderDate-text {
            display: inline-block;
            width: 100%;
        }

            .myreminder .reminderpost ul li .reminderDate-text a {
                float: right;
            }

        .myreminder .reminderpost ul li a.emptyform {
            color: #b5afa2;
            font-size: 1em;
            line-height: 74px;
        }

.SelectLabel {
    width: 200px !important;
    padding-top: 0 !important;
}

.DaysSelect {
    width: 140px;
    float: right;
}

section#content section#myaccount #datepicker {
    display: inline-block;
    width: 100%;
    margin: 10px 0 17px 0;
}

#datepicker .ui-datepicker {
    display: block;
    border-radius: 0;
    width: 352px;
    border: 1px solid #cccccc;
}

input.reminderDate {
    color: #000 !important;
    font-weight: bold;
}

section#myaccount ::-webkit-input-placeholder {
    font-weight: normal;
    font-style: normal;
}

section#myaccount ::-moz-placeholder {
    font-weight: normal;
    font-style: normal;
}
/* firefox 19+ */
section#myaccount :-ms-input-placeholder {
    font-weight: normal;
    font-style: normal;
}
/* ie */
section#myaccount :-moz-placeholder {
    font-weight: normal;
    font-style: normal;
}

/*# My account / Dashboard #*/

.mydashboard {
    text-transform: uppercase;
    line-height: 1em;
}

    .mydashboard a {
        color: #000;
    }

        .mydashboard.HighLighted, .mydashboard a:hover {
            color: #fff;
        }

.account-dashboard {
    font-size: 1.2em;
    line-height: 1.2em;
}

    .account-dashboard .two-columns {
        width: 100%;
        display: inline-block;
    }

        .account-dashboard .two-columns .one-of-two, .account-dashboard .two-columns .two-of-two {
            width: 49.3%;
        }

        .account-dashboard .two-columns .one-of-two {
            float: left;
        }

        .account-dashboard .two-columns .two-of-two {
            float: right;
        }

        .account-dashboard .two-columns h2 {
            margin-bottom: 1.2em;
        }

        .account-dashboard .two-columns .two-of-two div {
            width: 49%;
        }

    .account-dashboard span.title {
        font-weight: bold;
        display: inline-block;
        width: 100%;
        margin-bottom: 1.2em;
    }

    .account-dashboard span.title, .account-dashboard span.bold {
        color: #9a9a9a;
    }


    .account-dashboard .reminder {
        margin-bottom: 1.2em;
        width: 100% !important;
        display: inline-block;
    }

        .account-dashboard .reminder .ttl {
            color: #9a9a9a;
            text-transform: uppercase;
            display: inline-block;
            width: 100%;
            font-weight: bold;
        }

/*# Help me choose #*/
/* step 1 */

/* temp start */
h3 {
    font-size: 1.8em;
    color: black;
}
/* temp end */

.choose-wizard {
    margin-top: 30px;
    *border: 1px solid #d1d1d1;
}

    .choose-wizard .step1 {
        box-shadow: 2px 2px 4px #d1d1d1, -2px 0 4px #d1d1d1;
        border-radius: 0 5px 5px 0;
        display: inline-block;
        width: 100%;
    }

        .choose-wizard .step1 img.step {
            margin-left: -20px;
            float: left;
        }

        .choose-wizard .step1 .btn-section {
            background: transparent url(/CMSTemplates/FreshFlowers/images/choose_banner.jpg) no-repeat scroll 0 0;
            width: 262px;
            float: right;
            padding-top: 260px;
            height: 92px;
            text-align: center;
            border-radius: 0 5px 5px 0;
        }

            .choose-wizard .step1 .btn-section a.btn-red {
                float: none !important;
                display: inline-block !important;
            }

        .choose-wizard .step1 .wizard {
            padding-top: 50px;
            float: left;
            display: inline-block;
        }

            .choose-wizard .step1 .wizard .row {
                float: left;
                margin-bottom: 30px;
                clear: both;
                /* ie7 */
                *width: 510px;
            }

            .choose-wizard .step1 .wizard label {
                font-size: 1.8em;
                color: black;
                width: 200px;
                float: left;
                text-align: right;
                height: 65px;
                padding-right: 30px;
                margin-right: 30px;
                border-right: 1px solid #dadada;
            }

                .choose-wizard .step1 .wizard label.one-line {
                    padding-top: 15px;
                    height: 50px;
                }

            .choose-wizard .step1 .wizard select {
                margin-top: 15px;
                width: 240px;
                *border: none;
            }

                .choose-wizard .step1 .wizard select option {
                }

    .choose-wizard .step2 {
        box-shadow: 2px 2px 4px #d1d1d1, -2px 0 4px #d1d1d1;
        display: inline-block;
        width: 100%;
    }

        .choose-wizard .step2 img.step {
            margin-left: -20px;
            float: left;
        }

        .choose-wizard .step2 #product-list {
            margin-top: 30px;
        }

        .choose-wizard .step2 #product-list-inner img {
            border: 1px solid #e5e5e5;
        }

        .choose-wizard .step2 #product-list-inner li h4 {
            margin-top: 5px;
        }

    .choose-wizard span.EmptyData {
        display: block;
        font-size: 1.2em;
        padding: 2% 0;
    }

.stock.red {
    color: #b20d0c !important;
}

div#whatIsNSWMetro {
    width: 400px;
    margin: 0 auto;
    padding: 3em;
}

    div#whatIsNSWMetro p {
        font-size: 14px;
    }

    div#whatIsNSWMetro h3 {
        color: black;
        letter-spacing: -1px;
        margin-bottom: 1em;
    }

/*#     Do we deliver in your area?    #*/

div#doWeDeliver {
    width: 400px;
    margin: 0 auto;
    padding: 3em;
    /*height: 175px;*/
}

    div#doWeDeliver p {
        font-size: 14px;
    }

    div#doWeDeliver h3 {
        color: black;
        letter-spacing: -1px;
        margin-bottom: 1em;
    }

    div#doWeDeliver span.result {
        font-size: 18px;
    }

    div#doWeDeliver a.btn-red {
        float: left;
        padding: 2px 0px;
        text-align: center;
    }

    div#doWeDeliver input.inputPost {
        border: 1px solid #bdb7ab;
        height: 22px;
        font-size: 16px;
        margin-right: 10px;
        float: left;
        width: 265px;
        display: inline-block;
        padding: 8px 0 5px 8px;
        vertical-align: middle;
    }

    div#doWeDeliver div.postCheck {
        padding: 1em 0em;
    }

/*
div#doWeDeliver .autocomplete_completionListElement {
min-height: 315px;
max-height: 315px;
}*/

div.suburbs {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

    div.suburbs ul {
        list-style: none;
    }

        div.suburbs ul li {
            margin-bottom: 1px;
            width: 100%;
            display: block;
        }

            div.suburbs ul li span {
                display: inline-block;
                width: 35px;
                float: left;
                margin-right: 10px;
            }

/*# Sitemap #*/

div.Sitemap {
}

    div.Sitemap ul ul {
        margin-left: 20px;
    }

/*# Zoom #*/

.magnifyarea {
    border: 1px solid #dcdcdc !important;
    background: #fff;
    z-index: 2000 !important;
}

.cursorshade {
    border: none !important;
}

.zoomtracker {
    cursor: crosshair !important;
}

/*# Datepicker extended #*/
tr.legend td {
    text-align: center;
}

    tr.legend td span {
        background: transparent url(/CMSTemplates/FreshFlowers/images/calendarTodayIcon.jpg) no-repeat scroll 0px 11px;
        display: inline-block !important;
        padding: .5em 0 .5em 11px !important;
    }

/*# Delivery Details #*/


div.delPolicy {
    width: 450px;
}

.messages ul li:first {
    border-top: 2px solid #EEE;
}

.messages ul li {
    padding: 5px;
    cursor: pointer;
    line-height: 25px;
    border-bottom: 2px solid #EEE;
}

    .messages ul li:hover {
        background: #EEE;
    }

.signin-choice .log-in-box {
    background: white;
    box-shadow: 0 0 0 #fff;
    width: 281px;
    padding: 0;
}

    .signin-choice .log-in-box .form-field input.text, .signin-choice .log-in-box span.mandatory {
        width: 261px !important;
    }

.signin-choice .passwRet {
    margin-top: 0;
}

.pswretrieval input[type=submit] {
    margin-top: 0.6em;
}

.signin-choice .form-field {
    margin: 0 0 10px 0 !important;
}


.ContR {
    width: 74%;
    vertical-align: top;
    display: inline-block;
    margin-top: 1em;
    color: black;
    font-size: 1.2em;
    line-height: 140%;
}

.ContL {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    margin-top: 1em;
    color: black;
    font-size: 1.2em;
    line-height: 140%;
}

.address-edit-form {
    width: 500px;
}

    .address-edit-form .right {
        margin-right: 50px;
    }

section#content section#myaccount .address-edit-form span.mandatory {
    margin-left: 150px !important;
    display: inline-block;
}

section#content section#myaccount .postcode span.mandatory {
    width: 290px !important;
}

/*# hidden objects #*/
.hidden, .deliveryPolicy {
    display: none !important;
}

/*# Content text correction #*/

.ContTxt {
    font-size: 1.2em;
    line-height: 140%;
    color: black;
}

    .ContTxt a {
        color: #939;
    }

        .ContTxt a:hover {
            text-decoration: underline;
        }

    .ContTxt h3 {
        color: #1c700d;
    }

span.goback a, a.backtostepone {
    background: transparent url(/CMSTemplates/FreshFlowers/images/goback_icon.png) no-repeat scroll 0 center;
    display: block;
    margin-bottom: 15px;
    padding-left: 13px;
    line-height: 1em;
    font-size: 1em;
}

span.goback.top a {
}

span.goback.bottom a {
    margin-top: 15px;
}
/*# Partners PDF download #*/
.pdf-cat_W {
    margin-top: 1.5em;
}

.pdf-cat {
    color: black;
    font-size: 1.2em;
    line-height: 140%;
    background: transparent url('/CMSTemplates/FreshFlowers/images/bg-faq-seperator.png') 50% bottom no-repeat;
}

    .pdf-cat article {
        padding: 0;
    }

    .pdf-cat h3 {
        font-size: 1.2em;
        color: #000;
        cursor: pointer;
        background: transparent url(/CMSTemplates/FreshFlowers/images/ico-plus-grey.png) right 50% no-repeat;
        padding: 1em 0;
        font-family: Arial;
    }

        .pdf-cat h3:hover {
            color: #999;
            transition: all 0.5s;
            -moz-transition: all 0.5s; /* Firefox 4 */
            -webkit-transition: all 0.5s; /* Safari and Chrome */
            -o-transition: all 0.5s; /* Opera */
        }

    .pdf-cat article.expanded h3 {
        background-image: url('/CMSTemplates/FreshFlowers/images/ico-minus-grey.png');
    }

    .pdf-cat article ul {
        display: none;
        padding: 0 0 2em 0;
    }

        .pdf-cat article ul li {
            padding: 0 0 1em 0;
        }

            .pdf-cat article ul li:last-child {
                padding: 0;
            }

/*# Additional Images #*/

div.addimg {
}

    div.addimg a {
    }

    div.addimg span {
        font-size: 16px;
    }

div.addtxt {
    margin-top: 10px;
    font-family: Arial;
    font-size: 14px;
}

/*# Additional css #*/
.marginbottom {
    margin-bottom: 0.5em;
}

.btnmarginright {
    float: left;
}

#checkout .btnmarginright {
    margin-right: 125px;
    margin-top: 20px;
}

#billingDetails div.form-field.state ~ div.form-field .right, .address-edit-form section.right {
    float: left;
}

.address-edit-form section.right {
    margin-left: 150px;
}




.signin.log-in-box .right {
    float: left;
}




section.paragraph {
    width: 978px;
    margin: 25px auto 25px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    section.paragraph .BottomSeoText {
        padding: 13px 20px;
    }

        section.paragraph .BottomSeoText h2 {
            margin-bottm: 5px;
        }


span.generalError {
    background: url(/CMSTemplates/FreshFlowers/images/error-icon-small.png) no-repeat scroll left 2px transparent;
    display: inline-block;
    padding: 0 0 0 1.5em;
    color: #b20d0c;
    float: left;
    width: 430px;
    margin-left: 154px;
    margin-bottom: 30px;
}


.watermark {
    font-style: italic;
}


.log-in-box .ErrorLabel.sentMessage {
    background: transparent url('/CMSTemplates/FreshFlowers/images/right-icon-small.png') center left no-repeat;
    display: inline-block;
    padding: 0 0 0 1.5em;
    color: #598310;
    margin-left: 1em;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

#countdown-till-1pm {
    line-height: 34px;
    font-size: 16px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
}

    #countdown-till-1pm .digit {
        background-image: url(/CMSTemplates/FreshFlowers/images/countdown-digit.png);
        width: 23px;
        height: 34px;
        display: inline-block;
        line-break: 34px;
        text-align: center;
        color: #fff;
        line-height: 34px;
        font-size: 16px;
    }

#count-down {
    font-family: Arial;
}

.wedding-popup {
    width: 675px;
    height: 461px;
    background-image: url(/CMSTemplates/FreshFlowers/images/wfe-popup-background.jpg);
    position: relative;
}

.wedding-popup-yes {
    width: 328px;
    height: 41px;
    background-image: url(/CMSTemplates/FreshFlowers/images/wfe-popup-yes.jpg);
    position: absolute;
    top: 277px;
    left: 35px;
    display: block;
    text-indent: -9000em;
    cursor: pointer;
}

.wedding-popup-no {
    cursor: pointer;
    width: 249px;
    height: 26px;
    background-image: url(/CMSTemplates/FreshFlowers/images/wfe-popup-no.jpg);
    position: absolute;
    top: 340px;
    left: 50px;
    display: block;
    text-indent: -9000em;
}

.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.noDisplay {
    display: none;
}

/******************************************
*******************************************
*******************************************
*******************************************

  pickadate


*******************************************
*******************************************
*******************************************
*******************************************/




/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
}
/**
 * The picker input element.
 */
.picker__input {
    cursor: default;
}
    /**
 * When the picker is opened, the input element is “activated”.
 */
    .picker__input.picker__input--active {
        border-color: #0089ec;
    }
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js/themes.htm#default
 */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
    position: fixed;
    -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
    -moz-transition: background 0.15s ease-out, top 0s 0.15s;
    transition: background 0.15s ease-out, top 0s 0.15s;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    height: 400px\0/; /* IE 8 & 9 */
    top: 25% !important;
}

@media (min-height: 33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    .picker__frame {
        margin-bottom: 7.5%;
    }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-height: 33.875em) {
    .picker__wrap {
        display: block;
    }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777777;
        border-top-color: #898989;
        border-bottom-width: 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
    top: 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
    }
}
/**
 * For `large` screens, transform into an inline picker.
 */

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * The picker box.
 */
.picker__box {
    padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
}

.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
    font-size: .8em;
    border: 1px solid #b7b7b7;
    height: 2.5em;
    padding: .66em .25em;
    margin-left: .25em;
    margin-right: .25em;
    margin-top: -0.5em;
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

    .picker__select--month:focus,
    .picker__select--year:focus {
        border-color: #0089ec;
    }
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    top: -0.33em;
    padding: .5em 1.33em;
    width: 1em;
    height: 1em;
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.5em;
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.5em;
}

    .picker__nav--prev:before,
    .picker__nav--next:before {
        content: " ";
        border-top: .5em solid transparent;
        border-bottom: .5em solid transparent;
        border-right: 0.75em solid #000000;
        width: 0;
        height: 0;
        display: block;
        margin: 0 auto;
    }

    .picker__nav--next:before {
        border-right: 0;
        border-left: 0.75em solid #000000;
    }

    .picker__nav--prev:hover,
    .picker__nav--next:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
    }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500;
    /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em;
    }
}
/**
 * The days on the calendar
 */
.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    /*color: #0089ec;*/
    position: relative;
}

    .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: 0.5em solid #598801;
        border-left: .5em solid transparent;
    }

.picker__day--selected,
.picker__day--selected:hover {
    border-color: #598801;
}

.picker__day--highlighted {
    /*background: #b1dcfb;*/
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa;
}

.picker__day--outfocus {
    color: #dddddd;
    /*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;*/
}

    .picker__day--infocus:hover,
    .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000000;
        background: #f5f5f5;
    }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    /*background: #0089ec;*/
    /*color: #ffffff;*/
    background: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb;
}
/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
    text-align: center;
}

.picker__button--today,
.picker__button--clear {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}

    .picker__button--today:hover,
    .picker__button--clear:hover {
        cursor: pointer;
        color: #000000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb;
    }

    .picker__button--today:focus,
    .picker__button--clear:focus {
        background: #b1dcfb;
        border-color: #598801;
        outline: none;
    }

    .picker__button--today:before,
    .picker__button--clear:before {
        position: relative;
        display: inline-block;
        height: 0;
    }

    .picker__button--today:before {
        content: " ";
        margin-right: .45em;
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #598801;
        border-left: .66em solid transparent;
    }

    .picker__button--clear:before {
        content: "\D7";
        margin-right: .35em;
        top: -0.1em;
        color: #ee2200;
        vertical-align: top;
        font-size: 1.1em;
    }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $VARIABLES
   ========================================================================== */
/**
 * Base colors
 */
/**
 * Backgrounds
 */
/**
 * Borders
 */
/**
 * Buttons
 */
/**
 * Picker base
 */
/**
 * Date picker options
 */
/**
 * Theme configurations
 */
/* ==========================================================================
   $MIXINS
   ========================================================================== */
/**
 * Common picker item states
 */
/**
 * Opacity
 */
/**
 * Vendor prefixes
 */
/**
 * Hack into Carlendar plugin
 */


.picker__button--today {
    display: none;
}

.picker__button--clear {
    background: transparent url('/CMSTemplates/FreshFlowers/images/imgCalendarClose.png') center center no-repeat;
    width: 100px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    float: right;
    margin-right: 10%;
}

    .picker__button--clear:hover {
        background: transparent url('/CMSTemplates/FreshFlowers/images/imgCalendarClose.png') center center no-repeat;
        text-decoration: none;
        border: none;
    }

.picker__footer {
    display: block;
    margin: 0 auto;
    background: transparent url('/CMSTemplates/FreshFlowers/images/imgEarliestDeliveryDate.png') 10% top no-repeat;
    width: 100%;
    height: 60px;
}

.picker__day--today:before {
    display: none;
}

.MediaFileUploader {
    width: 330px;
    margin: 10px 0;
}

    .MediaFileUploader input[type="file"] {
        filter: alpha(opacity=1);
        z-index: 1000;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
        width: 220px;
        height: 35px;
        line-height: 35px;
    }

    .MediaFileUploader #upload-file-container {
        z-index: 100;
        position: relative;
        overflow: hidden;
        background: url(/CMSTemplates/FreshFlowers/images/upload_icon.jpg) 15px center no-repeat;
        border: 1px solid #e9e9e9;
        text-indent: 40px;
        cursor: pointer;
        margin: 0 0 7px 0;
        width: 220px;
        height: 35px;
        line-height: 35px;
        font-size: 1.2em;
        float: left;
    }

    .MediaFileUploader .ContentButton {
        float: right;
        color: white;
        background: #547815;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#547815', endColorstr='#44630d');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#547815), color-stop(100%,#44630d));
        background: -moz-linear-gradient(top, #547815 5%, #44630d 100%);
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #44630d;
        padding: 0.5em 1.5em;
        display: block;
        font-size: 1.3em;
        cursor: pointer;
    }

        .MediaFileUploader .ContentButton:hover {
            background: #44630d;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44630d', endColorstr='#547815');
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44630d), color-stop(95%,#547815));
            background: -moz-linear-gradient(top, #44630d 0%, #547815 95%);
        }

.shopping-cart .productInfo p:nth-of-type(2) {
    /*display: none; */
}

.shopping-cart .productInfo .ImageOptionLabel {
    float: left;
    margin: 6px 10px 0px 0px;
}

.shopping-cart .productInfo .ImageOptionLink {
    margin: 12px 0px 0px 0px;
    float: left;
}

.PersonalisedProductInfo {
    background: url(/CMSTemplates/FreshFlowers/images/bg_info.jpg) left top no-repeat;
    width: auto;
    height: 71px;
    padding: 10px 15px 0 80px;
    font-size: 1.1em !important;
    margin-top: 15px;
}

.imageCrop .dd-option-image, .imageCrop .dd-selected-image {
    max-width: 55px !important;
}

.Or {
    margin-top: 35px;
}

    .Or:before, .Or:after {
        content: "";
        border-top: 2px dashed #000;
        font-weight: normal;
        color: #000;
        display: inline-block;
        height: 0px;
        position: relative;
        vertical-align: middle;
        width: 39%;
    }

    .Or:before {
        margin-right: 15px;
    }

    .Or:after {
        margin-left: 15px;
    }

.dd-option-text, .dd-selected-text {
    margin-left: 10px;
    line-height: 50px !important;
}

.dd-selected {
    line-height: 50px !important;
}

.imageCrop {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.dd-selected {
    height: 50px;
}

.MediaLibrarySort {
    display: none;
}

.ourRangeMediaItem {
    float: left;
    width: 125px;
    margin-bottom: 10px;
}

.MediaGallery .Name {
    display: none;
}

.dd-option-description.dd-desc, .dd-selected-description.dd-desc.dd-selected-description-truncated {
    display: none;
}

#upload-file-container.glowing {
    -webkit-box-shadow: 0 0 5px #44630d;
    -moz-box-shadow: 0 0 5px #44630d;
    box-shadow: 0 0 5px #44630d;
}

#myDropdown {
    margin: 0 0 7px 0;
}

.imageCrop img {
    -ms-interpolation-mode: bicubic;
}

#loading {
    margin: 0 0 0 45px;
    line-height: 40px;
}

.btn {
    color: white;
}



.btn-gray {
    background-color: #777;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
    -moz-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
    box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
    border: solid 1px #777;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.18), rgba(255,255,255,.18));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.18), rgba(255,255,255,.18));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.18), rgba(255,255,255,.18));
    background-image: linear-gradient(to top, rgba(0,0,0,.18), rgba(255,255,255,.18));
}



    .btn-gray:hover {
        background-color: #777;
        -webkit-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
        -moz-box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
        box-shadow: 0 1px #fff, inset 0 1px rgba(255,255,255,.3);
        border: solid 1px #777;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.18), rgba(255,255,255,.18));
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.18), rgba(255,255,255,.18));
        background-image: -o-linear-gradient(top, rgba(0,0,0,.18), rgba(255,255,255,.18));
        background-image: linear-gradient(to bottom, rgba(0,0,0,.18), rgba(255,255,255,.18));
    }






.couponText {
    font-family: ProximaNova-Regular;
    border: solid 1px #777777;
    padding: 8px 14px;
    margin: 7px 0px;
    margin-right: 7px;
    width: 135px;
    height: 19px;
}

.couponBox {
    border: solid 1px #598310;
    padding: 7px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 290px;
}

    .couponBox h3 {
        font-family: ProximaNova-Semibold;
        font-size: 18px !important;
    }

/* popup_box DIV-Styles*/


#popup_box {
    display: none;
    position: absolute;
    _position: absolute;
    z-index: 100;
    margin-left: 15px;
    width: 420px;
    height: 255px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(84,120,21,.35);
    -moz-box-shadow: 0 0 4px rgba(84,120,21,.35);
    box-shadow: 0 0 4px rgba(84,120,21,.35);
    border: 2px dashed #547815;
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    top: -265px;
    left: 0px;
}

    #popup_box p {
        line-height: 18px;
    }


/* This is for the positioning of the Close Link */
#popupBoxClose {
    right: 5px;
    top: 5px;
    position: absolute;
}

#buttonBar {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

    #buttonBar input:last-child {
        margin-right: 14px;
    }


.CountDownNums {
    background-image: url(/CMSTemplates/FreshFlowers/images/countdown-digit.png);
    width: 23px;
    height: 34px;
    display: inline-block;
    line-break: 34px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
}

.CtDTitle {
    line-height: 30px;
    font-size: 32px;
    font-family: TitleInLeftMenu;
    color: #c54948;
}

.CtDDescription {
    font-family: ProximaNova-Regular;
    font-size: 15px;
    color: #333333;
}

.ProductOptionSelector table td label {
    margin-left: 5px;
}

.ProductOptionTable {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ProductOptionTableFont {
    font-size: small;
    color: black;
}

.OptionCategoryName {
    font-weight: bold;
    font-family: Arial;
    font-size: medium;
    color: Black;
    display: block;
}





/* the following is for DJ, Review Order page... */
section#your-basket-content {
    border-bottom: 1px solid #7fc241;
    /*margin-bottom: 100px;*/
    padding-bottom: 10px;
}

#checkout-top {
    text-align: center;
}

#checkout .wrap-narrow {
    width: 975px;
}

#checkout h2, section#content section#myaccount h2, section.two-column section#signUp div.left h2, section.two-column section#billingDetails h2 {
    font-size: 30px;
    border-bottom: 2px solid #7fc241;
    padding-bottom: 10px;
    color: #2a881a;
}

section.two-column .sign-up-page h1, #checkout h1 /*,#myaccount h1*/ {
    border-bottom: 0 !important;
}



    #checkout h1 + h2, section#content section#myaccount h1 + h2, section.two-column section#signUp div.left h1 + h2, section.two-column section#billingDetails h1 + h2 {
        /*font-size: 26px;*/
    }

.product-description, .quantity, .total {
    font-family: ProximaNova-Regular;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
}

.CartProductDetailLink:hover {
    text-decoration: none;
    color: #333333;
}


.CartProductDetailLink, section#your-basket-content td.quantity, section#your-basket-content td.price {
    font-family: ProximaNova-Regular;
    font-size: 16px;
    color: #333333;
}

section#your-basket-content table.shopping-cart tr.backgroundTr .productInfo {
    display: block;
    float: left;
    position: relative;
    height: 105px;
    max-width: 510px;
}

.productInfo .desc {
    font-family: ProximaNova-Regular;
    font-size: 14px;
    color: #666666;
}

.backgroundTr, .backgroundTr1 {
    height: 124px;
    background-color: #f3f3f3;
}


    .backgroundTr td, .backgroundTr1 td {
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

.credit-form {
    border-bottom: 1px solid #7fc241;
}

section#cross-sell div.wrap h2 {
    border-bottom: 2px solid #7fc241;
}

.product-description, .backgroundTr td:first-child, .backgroundTr1 td:first-child {
    padding-left: 20px;
}

th.quantity, td.quantity {
    text-align: center;
}

section#your-basket-content table.shopping-cart td.quantity {
    text-align: center;
    width: 21%;
    vertical-align: top;
    font-size: 1.2em;
}

    section#your-basket-content table.shopping-cart td.quantity div {
        width: 4.5em;
        margin: auto;
    }

section#your-basket-content table.shopping-cart .limit {
    position: absolute;
    width: 160px;
    text-align: left;
    margin-left: 50px;
    margin-top: 10px;
    font-size: 0.8em;
}

section#your-basket-content table.shopping-cart td.price, section#your-basket-content table.shopping-cart td.quantity {
    padding-top: 10px;
}

section#your-basket-content table.shopping-cart td.price, section#your-basket-content table.shopping-cart th.total, section#your-basket-content table.shopping-cart tr td table.summary {
    padding-right: 20px;
}

section#your-basket-content table.shopping-cart tr td table.summary {
    margin-top: 10px;
}

section#your-basket-content table.shopping-cart tr td table.summary {
    font-family: ProximaNova-Regular;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

section#your-basket-content table.shopping-cart table.summary th {
    text-align: right;
    border-bottom: none;
    font-weight: normal;
    font-size: 20px;
    color: #666;
    padding-bottom: 5px;
}

#checkout {
    overflow: hidden;
    padding-top: 10px;
}


    #checkout .twoCols p, a.biger-font {
        font-size: 16px;
        color: #666666;
    }

    #checkout .twoCols, div.twoCols {
        width: 454px;
    }

.fa-pencil, .fa-pencil + a {
    color: #939;
}



section#checout p.black {
}

section#checkout div.address-box div.right a, a.goto, div.account-dashboard div.two-of-two a,
div.addressbox div.three-of-three a, a.biger-font {
    color: #939 !important;
    font-weight: bold !important;
    text-decoration: none;
}



#checkout .twoCols p.black {
    color: #333333 !important;
    font-weight: bold !important;
    text-decoration: none;
}

#checkout div.deliveryBox a.deliveryTimes, #checkout a.NewAddress {
    color: #939 !important;
    font-weight: bold !important;
    text-decoration: none;
}



    #checkout .twoCols p.black:hover, a.biger-font:hover, section#checkout div.address-box div.right a:hover, a.goto:hover, div.account-dashboard div.two-of-two a:hover,
    div.addressbox div.three-of-three a:hover,
    #checkout a.NewAddress:hover,
    #checkout div.deliveryBox a.deliveryTimes:hover {
        text-decoration: underline !important;
    }

#checkout .twoCols p.italic {
    font-style: initial !important;
}

div.form-field.paymentMethod {
    margin-top: -15px;
}

.form-field {
    margin: 0.8em 0px;
    display: block;
}

div.credit-form div.form-field.middle-size, div.form-field.exdate, div.form-field.ccv {
    float: left;
    margin-right: 50px;
}

div.form-field.exdate {
    clear: both;
    height: 115px;
}

    div.form-field.exdate div.custom-select {
        width: 118px;
        float: left;
        margin-right: 20px;
    }


    div.form-field.exdate + div {
        display: none;
    }

.form-field.middle-size input, .form-field.ccv input.text {
    width: 240px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #dcdfe1;
    background-color: #ffffff;
}

    .form-field.middle-size input:focus, .form-field.ccv input.text:focus {
        border: solid 2px #129650;
        color: #333333;
    }




.form-field.ccv span {
    font-style: italic;
    margin-left: 0.7em;
    display: inline-block;
    float: left;
}

#fancybox-content {
    width: 600px !important;
}

#fancybox-wrap {
    width: 620px !important;
}

div.form-field.paymentMethod .custom-select.payment-method {
    width: 200px !important;
}

div.form-field.paymentMethod select.payment-method {
    width: 195px !important;
}









a.btn-red.view-messages:before {
    background: initial;
}

a.btn-red.view-messages {
    width: 150px;
}


/*pay secruely now*/
section#checkout div.wrap-narrow section.right:before {
    left: 1399px;
    top: 1593px;
}

section#checkout div.wrap-narrow section.right input {
    width: 218px;
    text-align: center;
}



section#content .btn-red:hover, section#your-basket-content .btn-red:hover, section#cross-sell .btn-red:hover, .btn-red:hover,
section#content section#myaccount .btn-red:hover, section#content section#myaccount .SubmitButton:hover, a.btn-red.view-messages:hover, .btn-green:hover {
}


section.signin.log-in-box table section.right input.btn-red:hover, section#content section#logIn div a[title='Sign Up']:hover,
section#content section#billingDetails section.right.fullWidth a:hover, section#content section#myaccount .SubmitButton:hover,
section#content section#myaccount .btn-red:hover, .ContactForm .ButtonW input[type='submit']:hover,
section#content section#signUp section.right a.btnmarginright:hover,
section#signin section.right.rightCol a:hover {
    cursor: pointer;
    background-color: #1c700d !important;
    color: white !important;
    -webkit-transition: background-color ease-in-out 0.3s;
    -moz-transition: background-color ease-in-out 0.3s;
    -ms-transition: background-color ease-in-out 0.3s;
}

section#content section#signUp section.right a.btnmarginright {
    width: 87px;
    background-position: 90px -1px;
    padding-left: 20px;
    background-color: #444;
}


.btn-red {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

section#cross-sell {
    color: white;
    padding: 0.8em 1.8em;
    display: block;
    font-size: 1.3em;
    cursor: pointer;
}

    section#cross-sell #product-list-inner li h4 {
        font-size: 14px;
        font-weight: bold;
        color: #666;
    }

    section#cross-sell h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }

#product-detail p {
    font-family: ProximaNova-Regular;
    font-size: 16px;
    color: #666666;
}


#product-basket-panel span {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333333;
}

#product-basket-panel #product-price span:first-child, #product-basket-panel #product-quantity span:first-child {
    text-transform: uppercase;
    font-size: 14px;
}

#product-basket-panel {
    height: 154px;
    float: right;
    margin-top: 1.2em;
    padding: 20px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
}

    #product-basket-panel #product-price {
        float: left;
        width: 45%;
        padding: 10px 0px 0px 10px;
    }

    #product-basket-panel em.price {
        color: #333333;
        font-size: 45px !important;
        margin: 8px 0px 20px 0px !important;
        display: block;
        float: left;
        line-height: 1em;
    }

        #product-basket-panel em.price i {
            font-size: 22px !important;
            position: relative;
            top: -2px;
        }

/*buttons "add to basket", "checkout","pay securely now" */
section#signin section.right.rightCol a {
    width: 200px;
    height: 33px;
    background-color: #2a881a;
    /*font-family: ProximaNova-Semibold;*/
    font-family: ProximaNova-Regular;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    opacity: 0.9;
    text-align: center;
}

section#signin section.signin.log-in-box section.right input[type='submit'], div.LogonPageBackground section.signin section.right input {
    text-align: center;
    background-position: 87px -1px;
    width: 114px;
    height: 33px;
    background-color: #2a881a;
    /*font-family: ProximaNova-Semibold;*/
    font-family: ProximaNova-Regular;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    opacity: 0.9;
}




div.myreminder section.right a {
    width: 114px !important;
}








section#product-image p {
    font-family: Arial;
    font-weight: bold;
    color: #666 !important;
}

section#content h1 {
    color: #1c700d;
    border-bottom: 2px solid #7fc241;
    margin-bottom: 0.6em;
    padding-bottom: 8px;
    font-family: ProximaNova-Regular;
    font-size: 30px;
}

section#content section.showing-items a:hover, section#content section.showing-items a.actived {
    color: #444;
}

section#content section.showing-items a {
    display: block;
    float: left;
    transition: none;
    -moz-transition: none; /* Firefox 4 */
    -webkit-transition: none; /* Safari and Chrome */
    -o-transition: none; /* Opera */
    line-height: 100%;
    color: #999;
    padding: 0.3em;
    width: 1em;
    height: 1em;
    text-align: center;
    margin-top: -0.2em;
    font-weight: bold;
}

section#content #product-list-inner li h4 {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    overflow: hidden;
    width: 95%;
}

section#content #product-list-inner li p, section#cross-sell #product-list-inner li p {
    font-family: ProximaNova-Semibold;
    display: block;
    float: left;
    height: 32px;
    width: 90%;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 125%;
    font-size: 14px;
    color: #666666;
}

section#content #product-list-inner li span, section#cross-sell #product-list-inner li span {
    font-family: ProximaNova-Semibold;
    font-size: 25px;
    color: #333333;
    line-height: 100%;
}

    section#content #product-list-inner li span em, section#cross-sell #product-list-inner li span em {
        font-family: ProximaNova-Semibold;
        font-size: 14px;
        color: #333333;
        line-height: 100%;
        position: relative;
        top: -0.5em;
    }

section#content #product-list-inner li h4 a {
    color: #333333;
}

    section#content #product-list-inner li h4 a:hover {
        text-decoration: none;
    }

nav#left-nav h3 {
    font-family: ProximaNova-Regular;
    font-size: 18px;
    color: #1c700d;
    margin-bottom: 0.8em;
    font-weight: bold;
}

nav#left-nav ul li.single a {
    background-image: none;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    color: #999 !important;
}

nav#left-nav ul li a:hover, nav#left-nav ul li.HighLighted > a {
    text-decoration: underline;
    color: #444 !important;
}

nav#left-nav {
    border: 1px solid #dddddd;
    padding: 1.6em 1.6em 0.6em 1.6em;
    margin-bottom: 1.7em;
}

section#cross-sell .btn-red {
    padding: 0.6em 1.5em;
    margin-top: 0.5em;
}

section#your-basket-content table.shopping-cart .remove {
    font-size: 0.9em;
    color: #9e9e9e;
    left: 130px;
    bottom: 5px;
    position: absolute;
    font-family: ProximaNova-Regular;
}

.product-description.last {
    padding-top: 39px;
}

p.reqField {
    text-align: right;
    margin-bottom: -34px;
}

.three-columns .one-of-three {
    width: 200px;
    height: 80px;
    border-right: 1px solid #dadada;
    padding: 1em 20px 1em 20px;
}

.three-columns .two-of-three {
    width: 548px;
    padding: 2em 0 0 3em;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    /*text-transform: uppercase;*/
    color: #666;
}

label[id$="lblTitle"] + div.custom-select, label[id$="lblAdTitle"] + div.custom-select {
    width: 160px;
}

.form-field label[id$="DeliveryForm_lblMessageDdl"] + div.custom-select {
    width: 295px;
    float: left;
    margin-right: 20px;
}

label[id$="lblState"] + div.custom-select, label[id$="ltrState"] + div.custom-select, label[id$="lblAdState"] + div.custom-select {
    width: 160px;
}







.form-field.deliveryInstructions label {
    padding-top: 0px;
}

div.deliveryBox {
    padding-left: 0px;
}

.form-field.messageWrap select {
    float: left;
    margin-right: 20px;
}

.form-field.cardMessage textarea.txtCardMessage {
    height: 141px;
}

.form-field.cardMessage span.remainChar {
    float: right;
    color: #000;
    margin-top: 0.2em;
    width: 159px;
    margin-right: 363px;
}


.form-field.cardMessage .left {
    width: 180px;
}

input[name*='txtDeliveryDate'], .form-field.ccv input.CVV {
    float: left;
}

/*Thank you*/
section.thank-you-top {
    text-align: left;
}

    section.thank-you-top a.btn-red {
        background-position: 188px -1px;
        text-align: center;
        width: 165px;
    }

section#checkout-top section.thank-you-top div.right.twoCols {
    width: 336px;
}

section#checkout-top h1, section#your-basket-content h1 {
    font-family: ProximaNova-Regular;
    font-size: 30px;
    color: #2a881a;
}

section#checkout-top h2, section#signin h2 {
    font-size: 30px;
    color: #2a881a;
}

section#product-list h1, section#product-list ul#product-list-inner div.clear {
}

section#product-list ul#product-list-inner div.clear, section#product-list ul#product-list-inner section.right.showing-items {
    padding-top: 10px;
}

section#bottom-panel, section#product-quantity input[type='submit'].SubmitButton.AddToCartButton {
    display: none;
}


ul#checkout-steps, #three-steps {
    background: transparent url('/CMSTemplates/WoolworthsFlowers/images/bg-green-line.png') 0 10px repeat-x;
    height: 20px;
    width: 975px;
    margin: 15px auto 100px auto;
}

.steps li span.dot {
    background: transparent url('/CMSTemplates/WoolworthsFlowers/images/ico-green-green-step.png') 0px -20px no-repeat;
    display: block;
    width: 22px;
    height: 20px;
    margin: 5px 300px 0px -1px;
}

.steps li.active span.dot {
    background: transparent url('/CMSTemplates/WoolworthsFlowers/images/ico-green-green-step.png') 0px 0px no-repeat;
    display: block;
    width: 22px;
    height: 20px;
    margin: 5px 288px 0px -1px;
}

ul#three-steps.steps li span.dot {
    margin: 5px 460px 0px -1px;
}

ul#checkout-steps li div, #three-steps li div {
    display: inline-block;
    position: relative;
    top: 10px;
}

ul#checkout-steps li {
    margin: 0px;
}

    ul#checkout-steps li div.step1 {
        margin-left: -170px;
    }

    ul#checkout-steps li div.step2 {
        margin-left: -149px;
    }

    ul#checkout-steps li div.step3 {
        margin-left: -63px;
    }

#three-steps li div.step1 {
    margin-left: -320px;
}

#three-steps li div.step2 {
    margin-left: -224px;
}

ul#checkout-steps li div, #three-steps li div {
    font-size: 20px;
    color: #444;
}

    ul#checkout-steps li div span, #three-steps li div span {
        font-size: 30px;
        line-height: 30px;
        vertical-align: top;
        position: relative;
        top: -3px;
    }

    ul#checkout-steps li div span, #three-steps li div span {
        font-size: 30px;
        line-height: 30px;
        vertical-align: top;
        position: relative;
        top: -3px;
    }


.steps li.active div span, #three-steps li.active div span {
    font-size: 40px !important;
    vertical-align: top;
    top: 0px !important;
}

section.two-column div.left .sign-up-page .form-field span.checkbox input {
}

section.seperator.high .wrap {
    background: initial;
}

section#signin.signin.signin-choice section.right.rightCol {
    margin-right: 207px;
}




@media (max-device-width: 979px) {
    section#banner .wrap {
        overflow: hidden;
    }
}

::-webkit-input-placeholder {
    font-family: Arial;
    font-style: normal;
}

:-moz-placeholder {
    font-family: Arial;
    font-style: normal;
}

::-moz-placeholder {
    font-family: Arial;
    font-style: normal;
}

:-ms-input-placeholder {
    font-family: Arial;
    font-style: normal;
}

::-webkit-input-placeholder {
    /*color: #777;*/
}

:-moz-placeholder { /* Firefox 18- */
    /* color: #777; */
}

::-moz-placeholder { /* Firefox 19+ */
    /*color: #777; */
}

:-ms-input-placeholder {
    /* color: #777;*/
}

/* 
.djText
{
    display:none;
}
*/

section#product-detail p.warning.warningToolTip {
    margin-top: 15px;
}

section#checkout section.errorBox {
    margin-bottom: 60px;
}

    section#checkout section.errorBox div.wrap-narrow.errorBox {
        width: 916px;
    }

div span.phonesplus {
    max-width: 471px;
    display: block;
}


#myaccount div span.phonesplus {
    display: block;
    padding-left: 149px;
    width: 471px;
    clear: both;
}



section#checkout div.errorBox a.btn-red {
    width: 85%;
}

.secure-text {
    width: 180px;
    margin: auto;
}

.ContactForm label[id$='HowDidYouHear'], .ContactForm label[id$='HowDidYouHear'] + select {
    display: none;
}

.paymentMethod > select {
    float: left;
}

.promotionalmessage {
    margin-left: 20px;
    float: left;
    width: 700px;
    font-family: Arial;
    font-size: 15px;
    color: red;
    font-weight: bold;
}


/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: hidden;
    height: auto;
    min-height: 100px;
    max-height: 200px;
    text-align: left;
    list-style-type: none;
    background-color: white;
    line-height: 20px;
    font-size: 14px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #1c700d;
    /*color:#979797;*/
    color: #ffffff;
    padding: 5px 10px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: #979797;
    padding: 5px 10px;
}


.checkbox + .tickbox, .CheckBoxField + .tickbox {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 2.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px !important;
    height: 20px;
    display: block !important;
}

    .checkbox + .tickbox:before, .CheckBoxField + .tickbox:before {
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0;
        left: 0;
        content: '';
        width: 2.5em;
        background: url("/CMSTemplates/WoolworthsFlowers/images/checkbox-unticked.png") left top no-repeat;
    }

    .checkbox + .tickbox.ticked:before, .CheckBoxField + .tickbox.ticked:before {
        background: url("/CMSTemplates/WoolworthsFlowers/images/checkbox-ticked.png") left top no-repeat;
    }

.djText {
    margin-top: 25px;
}

.optinoffer.djText {
    display: none;
}

section#content section#myaccount label.tickbox, section#content section#myaccount label.right-label {
    padding: 0;
}

section#content section#myaccount label.right-label {
    float: none;
}

.checkbox input[type="checkbox"] {
    margin-left: -999px !important;
    display: none;
}

.checkbox ~ .right-label {
    display: block;
    width: 550px;
}

.paymentError {
    clear: both;
    margin-top: 10px;
    float: left;
}

#signin .djText {
    display: none;
}

#signUp .sign-up-page .right-label {
    width: 410px;
    float: left;
}

#signUp li.djText {
    display: none;
}

#myaccount .addressbox .djText {
    display: none;
}

#fancybox {
    font-weight: bold;
}



/*  DeliveryInstructions  */
.DeliveryInstructions {
    height: 36px;
    color: gray;
    border: 2px solid #dcdfe1;
}
/*  DeliveryInstructions  */


nav#top-nav {
z-index:15;
}
nav#top-nav ul li:hover ul {
display:block;
}
nav#top-nav ul li ul li {
    width: 145px;
float: initial;
}
    nav#top-nav ul li ul li a {
    font-size: 14px;
padding: 0;
    }

#NewLocationForProductOption input[type='radio'] {
    margin: 6px;
    -webkit-appearance:radio;
}

#NewLocationForProductOption label {
    color: black;
}

.upsize_hide {
    display: none;
}

section.seperator.high {
    height: 5px;
}



/* Shopping cart free product */
.quantity select[disabled]
{
    background-color: #eee;
    cursor: not-allowed;
}

/* End Shopping cart free product */

.cutoffchk {
    margin-top: 15px;
    margin-right: -15px;
}
.customercare {
    background-color: #820a09;
    color: #FFF;
    text-align: center;
    height: 36px;
    padding: 24px 0px 13px 0px;
    font-size: 18px;
    font-weight: 700;
}
    .customercare span {
        color: #598310;
    }
    .CustomercareThankYou {
    text-align: center;
    width: 100%;
}
    .CustomercareThankYou a {
       padding: 5px;
    }