/* Minification failed. Returning unminified contents.
(176,41): run-time error CSS1030: Expected identifier, found ','
(176,65): run-time error CSS1031: Expected selector, found ')'
(176,65): run-time error CSS1025: Expected comma or open brace, found ')'
(2562,66): run-time error CSS1030: Expected identifier, found ','
(2562,101): run-time error CSS1031: Expected selector, found ')'
(2562,101): run-time error CSS1025: Expected comma or open brace, found ')'
(3304,41): run-time error CSS1030: Expected identifier, found ','
(3304,65): run-time error CSS1031: Expected selector, found ')'
(3304,65): run-time error CSS1025: Expected comma or open brace, found ')'
(7610,1): run-time error CSS1019: Unexpected token, found '}'
 */
body
{
    margin-top: 0px !important;
    padding-bottom: 20px;
    min-width: 320px;
}

:focus
{
    outline: 0 !important;
}

a, a:hover, a:focus
{
    color: #3D3D3D;
    text-decoration: underline;
}

.disabledAnchor
{
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: darkgrey !important;
    color: white !important;
}

.thumbnail, .thumbnail:hover, .thumbnail:focus, .footer a, .copyrightContent a, .addonBrowser a, .btn,
.categories a:hover, .products a:hover, .categories a:focus, .products a:focus, .glyphicon-remove-sign
{
    text-decoration: none;
}

.row.products {
    display: flex;
    flex-wrap: wrap;
}

.products .heroProduct .thumbnail
{
    margin-bottom: 10px;
}

.promotionRestrictedPaymentOptions .radioOption .row .options img.paymentOptionDisplay,
.promotionRestrictedPaymentOptions .paymentOptionDisplay
{
    display: none;
}

    .promotionRestrictedPaymentOptions .paymentOptionDisplay.availablePaymentOption
    {
        display: block;
    }

    .promotionRestrictedPaymentOptions .radioOption .row .options img.paymentOptionDisplay.availablePaymentOption
    {
        display: inline-block;
    }

.promotionRestrictedPaymentOptionChooseOther
{
    display: none;
}

.promotionRestrictedPaymentOptions .promotionRestrictedPaymentOptionChooseOther
{
    display: inline-block;
}

.underline
{
    text-decoration: underline;
}

/* Set padding to keep content from hitting the edges */
.body-content
{
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column*/
.dl-horizontal dt
{
    white-space: normal;
    width: auto;
}

.dl-horizontal dd
{
    margin-left: auto;
}

.thumbnail
{
    border: none;
    background-color: transparent;
}

.touch .thumbnail:active
{
    background-color: lightgray;
}

.thumbnail .caption
{
    text-align: center;
    padding: 0px;
}

a.close
{
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

/* LOGIN */
.head-center
{
    max-width: 1170px;
    margin: auto;
}

.loginHeader
{
    font-size: 11px;
    text-align: right;
}

    .loginHeader a
    {
        border-right: 1px solid #8E8E8E;
        padding: 0 5px;
        text-decoration: none;
    }

        .loginHeader a:last-child
        {
            border-right: none;
        }

.alert-thin
{
    padding: 10px;
    margin-bottom: 10px;
}

.noBottomMargin
{
    margin-bottom: 0px;
}

.field-validation-error .alert-warning .close
{
    font-size: 24px !important;
    line-height: 0.2;
}

.alert-thin.alert-dismissable .close
{
    top: -1px;
    right: 0px;
}

.alert-thin a
{
    color: black;
    opacity: 0.5;
}

.hiddenEditField
{
    display: none;
}

    .hiddenEditField:not(.addressSection, .customMessagesSection)
    {
        width: 400px;
    }

    .hiddenEditField input[type=text]
    {
        width: 150px;
        display: inline-block;
    }

    .hiddenEditField input[type=checkbox]
    {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
    }

    .hiddenEditField input[type=submit]
    {
        margin-bottom: 3px;
    }

    .hiddenEditField .form-group
    {
        margin: 0;
    }

.glyphicon.spinning
{
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin
{
    from
    {
        transform: scale(1) rotate(0deg);
    }

    to
    {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2
{
    from
    {
        -webkit-transform: rotate(0deg);
    }

    to
    {
        -webkit-transform: rotate(360deg);
    }
}

.loginLinks
{
    padding-left: 3px;
}

/* BANNERS */
.banners
{
    text-align: center;
}

.noLink
{
    cursor: default;
}

#reviewCart
{
    background-color: white;
    width: inherit;
    overflow: auto;
}

#reviewCart.fixed 
{
    position: fixed;
}

    #reviewCart::-webkit-scrollbar
    {
        width: 10px;
    }

    #reviewCart::-webkit-scrollbar-track
    {
        background: #f1f1f1;
    }

    #reviewCart::-webkit-scrollbar-thumb
    {
        background: #bbb;
    }

#reviewCart .cartItem
{
    float: unset;
}

/*CATEGORY PAGE*/
.productSoldOut
{
    position: absolute;
    top: 36%;
    width: 100%;
    text-align: center;
    font-size: 38px;
    color: #767676;
    opacity: 0.6;
}

/*PRODUCT PAGE*/
.carousel-control, .carousel-control:hover, .carousel-control:focus {
    color: #A9A9A9;
    opacity: 0.5;
}


.productPage main
{
    text-align: center;
}

.productInfo h1
{
    font-size: 31px;
}

#productImages
{
    text-align: center;
}

    #productImages img
    {
        display: inline-block;
    }

    #productImages .carousel-control, #lightBoxCarousel .carousel-control {
        background-image: none;
    }

#lightBoxCarousel .lightBoxImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 170px);
}
.modal {
    text-align: center;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-header {
    border-bottom: none;
}

.captchaContainer
{
    padding: 0px;
}

/*Category AND addon product names */
.prodName
{
    font-size: 14px;
}

    .prodName.midName
    {
        font-size: 13px;
    }

    .prodName.longName
    {
        font-size: 12px;
    }

/*Center alignment for category and addon product names. Requires height to be set by child*/
.prodText
{
    display: table;
    text-align: center;
}

.addonCategory .prodPrice, .addonCategory div
{
    text-align: center;
}

.prodText > div
{
    vertical-align: middle;
    display: table-cell;
}

.addonBrowser .prodText
{
    width: 100%;
}

/*ADDON BROWSER*/
.addonBrowser
{
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

    .addonBrowser > div
    {
        width: auto;
    }

/*Individual category*/
.addonCategory
{
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
}

    .addonCategory .prodName
    {
        max-width: 80px;
        white-space: normal;
    }

    .addonCategory, .addonCategory .prodName, .dropDownBox .prodName
    {
        font-size: 87%;
        display: inline-block;
    }

/*Individual addon product in browser*/
.addon
{
    max-width: 146px;
    margin-top: 8px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.seeMoreSelected .addon.addonShowMore,
.seeMoreSelected .addon.addonShowMore-xs
{
    display: initial;
}

.addon.addonShowMore,
.addon.addonShowMore-xs
{
    display: none;
}

#cardPicker .addon
{
    float: left;
}

.addon img, .addonCategory img
{
    margin: 0 auto;
}

.addon img, .cartItem img
{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.addon.productAddonGroupCover img
{
    cursor: pointer;
}

.productAddonGroupSection
{
    border-bottom: 1px solid #aeaeae;
}

.orderComplete .cartItem img
{
    cursor: initial;
}

.addon .prodText
{
    margin: 0 auto;
}

    .addon .prodText > div
    {
        height: 35px;
    }

#prods_cards .addon .prodText > div
{
    height: auto;
}

.splitAddons .seeMoreOrLess
{
    width: 150px;
    margin: auto;
    font-weight: bold;
    display: block;
}

.quantityToggle
{
    text-align: left;
}

#cartItemAssign .addressRow > .quantityToggle
{
    float: left;
    margin-right: 10px;
}

.addressSelector .quantityToggle > div > div
{
    height: 28px;
}

.quantityToggle > div > div
{
    height: 38px;
    max-width: 150px;
    display: flex;
}

.quantityToggle > p
{
    font-size: 18px;
    vertical-align: middle;
    margin: 0;
}

.quantityToggle > div
{
    border: 1px solid #ccc;
    margin-left: 15px;
}

.quantityToggle > p, .quantityToggle > div
{
    display: inline-block;
}

.quantityToggle button, .quantityToggle input
{
    border: none;
    width: 40px;
    flex-shrink: 0;
    background-color: #fff;
    text-align: center;
    color: #888;
}
/*AddOnBrowser quantityToggle styling*/
.productPage .addon
{
    min-height: 183px;
}

.productPage .addOnQtyToggle .quantityToggle button, .productPage .addOnQtyToggle .quantityToggle input
{
    border: none;
    width: 28px;
    flex-shrink: 0;
    background-color: #fff;
    text-align: center;
    color: #888;
}

.productPage .addOnQtyToggle .quantityToggle, .checkout .addOnQtyToggle .quantityToggle
{
    text-align: center;
}

    .productPage .addOnQtyToggle .quantityToggle > div, .checkout .addOnQtyToggle .quantityToggle > div
    {
        margin-left: initial;
    }

    .productPage .addOnQtyToggle .quantityToggle button:first-child
    {
        padding: 0 8px 7px 8px;
    }

    .productPage .addOnQtyToggle .quantityToggle button:last-child, .checkout .addOnQtyToggle .quantityToggle button:last-child
    {
        padding: 3px 8px 0 8px;
    }


    .checkout .addOnQtyToggle .quantityToggle button, .checkout .addOnQtyToggle .quantityToggle input
    {
        border: none;
        width: 19px;
        flex-shrink: 0;
        background-color: #fff;
        text-align: center;
        color: #888;
    }

.checkout .splitAddons .addOnQtyToggle .quantityToggle input
{
    margin: 0 2px;
}

.splitAddons .quantityToggle > div > div
{
    padding: 0 5px;
    height: 30px;
}

.splitAddons .addon.restricted
{
    display: none;
}

.checkout .addOnQtyToggle .quantityToggle button:first-child
{
    padding: 0px 3px 6px 3px;
}

.checkout .addOnQtyToggle .quantityToggle button:last-child
{
    padding: 2px 4px 0 4px;
}

.quantityToggle .qMinus .disabledSvg
{
    fill: #ccc;
}

.quantityToggle .qPlus .disabledSvg
{
    stroke: #ccc;
}

.quantityToggle > div > div > button:first-child
{
    padding: 0 12px 6px 12px;
}

.disabledCatcher
{
    display: flex;
}

#cartItemAssign .productRow select
{
    background-color: #fff;
}

.quantityToggle .qPlus
{
    padding: 4px 12px 0 12px;
}

.quantityToggle button[disabled] path
{
    fill: #ddd;
}

.quantityToggle div[data-lastpass-icon-root]
{
    display: none;
}

.singleCategory .dropDownBox.seeMoreAddons
{
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Addon browser form single cat, usually card selector*/
.singleCategory .dropDownBox
{
    display: block;
    padding-top: 0;
    margin-top: 0;
    border: none;
}

    .singleCategory .dropDownBox .glyphicon, .singleCategory .dropDownBox h4, .singleCategory .dropDownBox .cat_1, .checkoutAddonBrowser.cardAddonBrowser .prodText
    {
        display: none;
    }

.addon
{
    display: inline-block;
    float: none;
    margin-top: 4px;
    border: white 5px solid;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}

    .addon.active:not(.productAddonGroupOpen)
    {
        border-color: #5bc0de;
    }

        .addon.active .btn
        {
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
            padding: 6px 3px;
        }


.photoAddonBrowser .singleCategory .dropDownBox .prodText
{
    display: block;
}

    .photoAddonBrowser .singleCategory .dropDownBox .prodText > div
    {
        height: inherit;
    }

.uppy-Dashboard-poweredBy
{
    display: none !important;
}

#cardSuccessMessage
{
    display: none;
}

    #cardSuccessMessage.visible
    {
        display: block;
        padding-bottom: 15px;
    }

/* FORMS*/
.simpleForm
{
    padding-bottom: 20px;
}

.checkoutContainer legend, .checkoutContainer .legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.checkoutContainer #paymentTitle
{
    margin-left: 15px;
}

/*Visibility none so page does not jump around during page load*/
.no-js #quickSignIn, .no-js .addonCarousel, .no-js .addonHeader
{
    visibility: hidden !important;
}

/*Hidden for things that should be fully gone.*/
.no-js .paymentOption, .no-js #confirmForm, .no-js #cardPicker, .no-js .NoMessageBox, .no-js #messageHelpButton, .no-js .removeButton, .no-js .addButton, .no-js .poweredByGoogle, .no-js #firstBack, .no-js #orderSubmitting
{
    display: none !important;
}

.no-js .paymentOptionDisplay-Card, .no-js #cardPaymentNoJsButton, .no-js .no-jsValidationSummary
{
    display: block !important;
}

.datepicker table tr td.day.mothersDay:not(.today):not(.active):not(.disabled)
{
    color: white;
    background: #D27B98;
}

    .datepicker table tr td.day.mothersDay:not(.today):not(.active):not(.disabled):hover
    {
        background: #A25B78;
    }

.datepicker table tr td.day.valentinesDay:not(.today):not(.active):not(.disabled)
{
    color: white;
    background: #d6185b;
}

    .datepicker table tr td.day.valentinesDay:not(.today):not(.active):not(.disabled):hover
    {
        background: #f6387b;
    }

.datepicker table tr td.day.disabled.mothersDay, .datepicker table tr td.day.disabled.valentinesDay
{
    color: #ddd;
    background: none;
}

/*END FORMS*/

/*Random unsorted crap*/
.priceStrikeThrough
{
    color: #A5A5A5;
    text-decoration: line-through;
    margin-bottom: 0px;
    margin-top: 10px;
}

.checkoutPrice p
{
    font-size: 21px;
}

.col-md-2 .prodText > div
{
    height: 85px;
    vertical-align: middle;
    display: table-cell;
}

.productPage .checkoutPrice
{
    text-align: center;
}

/* End Product CSS */

/*Footer Nav*/
.list-group
{
    margin-bottom: 0px;
}

.list-group-item
{
    border: none;
    padding: 4px 15px;
}

.nav-stacked a
{
    color: #4b4e48;
}

    .nav-stacked a:hover
    {
        color: #000;
        text-decoration: underline;
    }

.nav-stacked ul
{
    padding-left: 0px;
}

.dropDownBox
{
    display: none;
}

.dropDownBoxContainer
{
    position: relative;
    max-height: 0;
    overflow: hidden;
    /* Remove delay by setting transition delay to -0.25s */
    -webkit-transition: all 0.5s -0.25s ease;
    -moz-transition: all 0.5s -0.25s ease;
    -o-transition: all 0.5s -0.25s ease;
    -ms-transition: all 0.5s -0.25s ease;
    transition: all 0.5s -0.25s ease;
    -webkit-transform: translateZ(0);
}

    .dropDownBoxContainer.visible
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-height: 5000px;
    }

    .dropDownBoxContainer .glyphicon-remove
    {
        position: absolute;
        top: 30px;
        right: 20px;
        color: red;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
    }

.fadeBoxContainer
{
    display: none;
}

    .fadeBoxContainer.visible
    {
        display: inline-block;
    }

#lightBox .glyphicon-remove-sign
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    cursor: pointer;
    font-size: 18px;
}

#lightBoxInnerContent
{
    padding-bottom: 5px;
}

.calendarDropDownBoxContainer
{
    visibility: hidden;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    padding: 2px 2px 2px 0px;
}

    .calendarDropDownBoxContainer.visible
    {
        visibility: visible;
    }

.bootstrap-datetimepicker-widget .datepicker > div
{
    display: block;
}

.datepicker-inline
{
    margin-top: 4px !important;
    padding: 0 4px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .datepicker-inline:before
    {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
        top: 0px;
        left: 6px;
    }

    .datepicker-inline:after
    {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
        top: 1px;
        left: 7px;
    }

.calendarDropDownBoxContainer .datepicker table tr td.old,
.calendarDropDownBoxContainer .datepicker table tr td.new
{
    color: #777;
}

.calendarDropDownBoxContainer .datepicker table tr td span.old,
.calendarDropDownBoxContainer .datepicker table tr td span.new
{
    color: #777;
}

.calendarDropDownBoxContainer .datepicker table tr td.active
{
    color: #fff;
}

.calendarDropDownBoxContainer .datepicker table tr td.new.disabled,
.calendarDropDownBoxContainer .datepicker table tr td.new.disabled:hover,
.calendarDropDownBoxContainer .datepicker table tr td.disabled,
.calendarDropDownBoxContainer .datepicker table tr td.disabled:hover,
.btn-disabled
{
    color: #ddd;
}

.scrollLeft, .scrollRight
{
    position: absolute;
    top: 0px;
    font-size: 150%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

.scrollLeft
{
    left: 0px;
}

.scrollRight
{
    right: 0px;
}

.field-validation-error
{
    color: red;
}

.submitInterface
{
    overflow: hidden;
}

    .submitInterface .form-horizontal
    {
        padding-bottom: 25px;
    }

        .submitInterface .form-horizontal#CardPayment
        {
            padding-bottom: 0px;
        }

.navbar-toggle .icon-bar
{
    background-color: black;
}

/*Remove number spinners on html5 number field*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]
{
    -moz-appearance: textfield;
}

.contentTop .products
{
    clear: both;
}

.btn-large
{
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-success
{
    padding: 6px 20px;
    font-size: 19px;
    border-radius: 0px;
}

#cardHelpInner .dropDownBox
{
    max-height: 300px;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cardHelpInner .glyphicon-remove-sign
{
    right: 30px;
}

#cardHelpInner .messageSeparator
{
    border-bottom: 2px solid #ddd;
    padding: 12px 0;
}

#cardHelpInner .lastMessage
{
    padding: 12px 0;
}

.messageHelp, .messageHelp:hover
{
    text-decoration: none !important;
}

#MessageHelpText
{
    display: none;
}

.alert a
{
    font-weight: bold;
}

.alert-danger a
{
    color: #a94442;
}

.textBanner
{
    position: relative;
}

    .textBanner a
    {
        text-decoration: none;
    }

    .textBanner .text-middle
    {
        color: white;
        display: table;
        background-position: center;
        width: 100%;
        height: 200px;
        font-size: 15px;
        background-repeat: no-repeat;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.80);
    }

        .textBanner .text-middle > div
        {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
        }

    .textBanner .header
    {
        font-size: 35px;
        display: block;
        margin-top: 0px;
    }

    .textBanner.catBanner .header
    {
        font-size: 40px;
    }

i.searchIcon
{
    font-size: 17px;
    font-style: initial;
}

.spinningArrow
{
    font-size: 25px;
    animation: sspinn 1s infinite linear;
    margin: 4px auto;
    display: inline-block;
}

@keyframes sspinn
{
    from
    {
        transform: rotate(0deg);
    }

    to
    {
        transform: rotate(360deg);
    }
}

.date input
{
    min-width: 100%;
}

.callBanner
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    z-index: 50;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
    margin: 0px;
}

    .callBanner.static
    {
        position: relative;
        bottom: initial;
        left: initial;
        right: initial;
        margin-bottom: -20px;
    }

    .callBanner:hover, .callBanner:focus
    {
        color: #fff;
        background: rgba(0, 0, 0, .9);
        text-decoration: none;
    }


.control-label[for=ExpiryMonth], .control-label[for=ExpiryYear], .control-label[for=SecurityCode]
{
    padding-top: 7px;
}

.control-text-above
{
    margin-bottom: 0px;
    margin-right: -26px;
    padding-top: 7px;
}

.tooltip.top .tooltip-arrow
{
    border-top-color: #add8e6;
}

.tooltip.bottom .tooltip-arrow
{
    border-bottom-color: #add8e6;
}

.tooltip.left .tooltip-arrow
{
    border-left-color: #add8e6;
}

.tooltip.right .tooltip-arrow
{
    border-right-color: #add8e6;
}

.tooltip-inner
{
    max-width: 600px;
    background-color: #ffffff;
    color: black;
    line-height: 1.7em;
    border-color: #add8e6;
    border-width: 2px;
    border-style: solid;
    text-align: left;
}

    .tooltip-inner ul
    {
        padding-inline-start: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.checkout-tooltip-icon
{
    margin-left: 5px;
    color: #6495ED;
}

.tcLabel
{
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

    .tcLabel input
    {
        margin-right: 7px;
    }

.removeButton, .addButton
{
    font-family: arial, sans-serif;
    font-size: 19px;
    padding-left: 2px;
    padding-right: 2px;
    color: #4b4e48;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.dropDownBox > img,
.dropDownBox > picture > img
{
    position: absolute;
    top: 5px;
}

.dropDownBox img.cat_0
{
    left: 30px;
}

.dropDownBox img.cat_1
{
    left: 108px;
}

.dropDownBox img.cat_2
{
    left: 188px;
}

.dropDownBox img.cat_3
{
    left: 266px;
}

.dropDownBox img.cat_4
{
    left: 344px;
}

.dropDownBox img.cat_5
{
    left: 420px;
}

.addonCarousel
{
    float: right;
}

.cartItem
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 125px;
    text-align: center;
}

    .cartItem .NoRemove, .cartItem .NoAdd
    {
        color: #a1a1a1;
        cursor: default;
    }

.cart
{
    margin: 0 auto;
}

    .cart strong
    {
        font-size: 22px;
    }

.dropDownBox, .addOnPanel .dropDownBoxContainer .dropDownBox
{
    border: 2px solid #aeaeae;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.addOnPanel .dropDownBoxContainer .dropDownBox
{
    margin-top: 10px !important;
}

.textLinks
{
    text-align: center;
}

.mainWebsite
{
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    background-color: grey;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-radius: 15px;
    width: 80%;
    margin-top: 30px;
}

hr
{
    margin-top: 10px;
    margin-bottom: 10px;
}

footer
{
    text-align: center;
}

.categoryList > li > a
{
    padding: 0px 15px;
    line-height: 40px;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

/* Funnel */
.deliveryClubSection
{
    margin-bottom: 15px;
}

.deliveryClubSection img
{
    display: inline-block;
}

#DeliveryProductCode option:nth-child(1), #DeliveryProductCode option:nth-child(2) {
    font-weight: bold;
}

.checkoutContainer label.error {
    color: red;
    font-size: 14px;
}

.checkoutContainer .cart .afterpay p
{
    margin-bottom: 0;
}

    .checkoutContainer .cart .klarna.withAfterpay {
        width: 49%;
        display: inline-block;
        float: initial;
        padding-right: 15px;
    }

.checkoutContainer .cart .afterpay.withKlarna {
    width: 49%;
    display: inline-block;
    float: right;
    text-align: center;
}

#AfterpayPayment img 
{
    margin-bottom: 15px;
    width: 278px;
}

#uppyBody .uppy-Dashboard-inner
{
    min-height: 220px !important;
}

#uppyBody .uppy-Dashboard-innerWrap
{
    min-height: 210px !important;
}

#uppyBody .uppy-Dashboard--wide .uppy-Dashboard-files
{
    padding: 15px 10px 0 0 !important;
}

#uppyBody .uppy-Dashboard-files
{
    padding: 0 !important;
}

.noRelative
{
    position: inherit;
}

.hiddenNav
{
    display: none;
}

.subTitle2Message
{
    margin-top: -15px;
    margin-bottom: 20px;
}

.checkoutNav .nav-pills > li.active > a, .checkoutNav .nav-pills > li.active > a, .checkoutNav .nav-pills > li.active > a:hover, .checkoutNav .nav-pills > li.active > a:focus
{
    background-color: transparent !important;
    color: #000 !important;
    text-decoration: underline;
}

.checkoutNav
{
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #aeaeae;
    padding-top: 15px;
    padding-bottom: 5px;
}

    .checkoutNav .nav-pills > li
    {
        float: none;
        display: inline-block;
    }

    .checkoutNav .nav > li > a
    {
        padding: 10px 4px;
        font-family: georgia, sans-serif;
        font-style: italic;
        font-size: 18px;
        color: #55665d;
        text-decoration: none;
    }

        .checkoutNav .nav > li > a small
        {
            padding-left: 6px;
        }

    .checkoutNav .nav-pills > li + li
    {
        margin-left: 0px;
    }

    .checkoutNav li:last-child .glyphicon
    {
        display: none;
    }

.checkoutNavMobile
{
    list-style-type: none;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    cursor: pointer;
}

    .checkoutNavMobile li
    {
        border: 1px solid #B2B2B2;
        border-radius: 4px;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

        .checkoutNavMobile li a
        {
            color: #3D3D3D;
        }

        .checkoutNavMobile li.active
        {
            background-color: #EEEEEE;
        }

            .checkoutNavMobile li.active a
            {
                color: black;
            }

#confirmForm, #CouponPayment
{
    display: inline-block;
}

#couponPaymentContainer
{
    margin-top: 15px;
}

.paymentFields
{
    padding: 0;
}

    .paymentFields .promoCodeToggle
    {
        padding: 15px;
        border: 1px solid #E8E8E8;
        cursor: pointer;
        float: none;
        margin-top: 15px;
    }

    .paymentFields .promoCodeGroup
    {
        margin: 15px 0;
        display: none;
    }

    .paymentFields .glyphicon-chevron-down
    {
        color: #D2D2D2;
        float: left;
        padding-top: 3px;
    }

    .paymentFields .promoCodeToggle p
    {
        margin-bottom: 0;
        margin-left: 30px;
    }

.promoCodeAddedProducts
{
    position: fixed;
    top: 40%;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.promoCodeMessage
{
    width: 333px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    position: relative;
}

    .promoCodeMessage .msgCloseBtn
    {
        cursor: pointer;
        position: absolute;
        top: -12px;
        right: -8px;
        font-size: 19px;
        border-radius: 25px;
        padding: 0px 8px;
        font-family: sans-serif;
        color: #fff;
        background-color: #eb6a6a;
    }

    .termsAndConditions
    {
        margin-top: 15px;
    }

/*Hamburger animation*/
#hamburger-wrapper
{
    display: none;
    cursor: pointer;
}

#hamburgerMenu .submenu
{
    display: none;
}
#hamburgerMenu .submenu.showMenu
{
    display: block;
}

#navContainer .nav li a i.downArrow
{
    font-size: 13px;
    margin-left: 8px;
    font-style: initial;
}

.burger
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .burger,
    .burger:before,
    .burger:after
    {
        padding: 0;
        background-color: #fff;
        width: 70%;
        height: 4px;
        transition: margin .1s .2s, transform .2s;
    }

        .burger:before,
        .burger:after
        {
            margin: 0;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .burger:before
        {
            margin-top: -12px;
        }

        .burger:after
        {
            margin-top: 12px;
        }

/* STYLES FOR OUR BURGER WHEN THE MENU OPENS */
.open .burger
{
    transform: rotate(45deg);
}

    .open .burger,
    .open .burger:before,
    .open .burger:after
    {
        transition: margin .2s, transform .1s .2s;
    }

        .open .burger:before,
        .open .burger:after
        {
            margin-top: 0;
        }

        .open .burger:after
        {
            transform: rotate(-90deg)
        }

    #hamburgerMenu .submenu.showMenu, #hamburgerMenu.showMenu
    {
        transition: max-height .35s ease;
        padding-bottom: 15px;
    }

.submenu li
{
    list-style: none;
}

.afterpayLightbox img
{
    margin: 0 auto;
    max-height: 100px;
}

.afterpayLightbox
{
    padding-bottom: 10px;
}

#submitInfoFinished .afterPayId
{
    display: inline;
}

#CardContainer input, #CardContainer select
{
    font-family: Arial, sans-serif;
}

.creditCardExpiryFields
{
    white-space: nowrap;
    padding-right: 19px;
}

    .creditCardExpiryFields select
    {
        display: inline-block;
        width: 50%;
    }

.neworderBelow
{
    text-align: center;
    font-weight: bold;
}

.orderCompleteOptions
{
    margin-top: 20px;
}

.d-block
{
    display: block;
}

.expiryValidation.field-validation-error
{
    /* Just in case we accidentally show 2 expiry date error messages, put them on separate lines */
    display: block;
}

    .expiryValidation.field-validation-error ~ .field-validation-error
    {
        /* Only show 1st validation messasge about expiry date */
        display: none;
    }

.paymentTypeIcon, .datePickerInput
{
    cursor: pointer;
}

.datePickerInput
{
    background-color: #fff !important;
}

.backButton
{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0px;
    color: #787878;
    font-size: 19px;
}

.checkoutContainer .control-label
{
    font-size: 13px;
}

.textBanner .overlay
{
    display: inline-block;
}

.thumbnail:hover .btn-default
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.NoMessageBox
{
    padding-top: 7px;
    padding-right: 6px;
}

.navContainer
{
    position: relative;
}

.pointer
{
    cursor: pointer;
}

#lightBox
{
    position: fixed;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
}

    #lightBox:before
    {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    #lightBox > div
    {
        vertical-align: middle;
        display: inline-block;
        position: relative;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #666;
        max-width: 700px;
        max-height: 90%;
        overflow: auto;
    }

    #lightBox > .termsAndConditions
    {
        max-width: 90%;
        overflow-x: hidden;
    }

.termsAndConditions .glyphicon-remove-sign
{
    position: fixed !important;
    top: 6% !important;
    right: 9% !important;
}

#lightBox .termsAndConditions p, #lightBox .termsAndConditions li
{
    text-align: left;
}

#lightBox .termsAndConditions .btn-success
{
    margin-bottom: 10px;
}

.requiredField
{
    padding-right: 9px;
}

    .requiredField:after
    {
        content: "*";
        color: red;
        font-family: Arial,sans-serif;
        font-size: 15px;
    }

.requiredFieldLeft:before
{
    content: "*";
    color: red;
    font-family: Arial,sans-serif;
    font-size: 15px;
}

.requiredFieldContainer
{
    padding-right: 9px;
}

    .requiredFieldContainer:before
    {
        content: "*";
        color: red;
        font-family: Arial,sans-serif;
        font-size: 15px;
        float: right;
        padding-top: 5px;
    }

.deliveryTimeWait
{
    float: left;
    margin-bottom: -23px;
    margin-top: 9px;
    margin-left: -3px;
}

.paymentTypeInfoLink
{
    font-size: 11px !important;
    color: grey !important;
    display: block;
    float: none !important;
    text-align: left;
    margin-top: 3px;
    font-family: Arial,Helvetica,sans-serif;
}

#previousRecipientsList
{
    max-height: 600px;
    overflow-y: auto;
}

#previousRecipientsButton
{
    margin-top: 7px;
}

.form-horizontal .checkbox-label
{
    padding-top: 0px;
}

.radioOption
{
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    background-color: #E8E8E8;
}

    .radioOption.radioOptionStripe:nth-child(even)
    {
        background-color: #F5F5F5;
    }

    .radioOption > .row:not(.paymentContainer)
    {
        cursor: pointer;
        height: 65px;
    }

        .radioOption > .row > *
        {
            display: inline-block;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%); /* IE 9 */
            -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
        }

        .radioOption > .row .options, .radioOption .row .desc
        {
            border-left: 1px solid grey;
        }

            .radioOption > .row .options img
            {
                display: inline-block;
                padding-left: 1%;
            }

.orderFieldRadio input, .orderFieldRadio label
{
    margin-right: 5px;
}

.orderFieldRadio label.error
{
    position: absolute;
    margin-top: 20px;
    margin-left: -15px;
}

.slideDownContainer
{
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    -webkit-transform: translateZ(0);
}

    .slideDownContainer.inactive
    {
        display: none;
    }

    .slideDownContainer.active
    {
        display: block;
        max-height: 1000px;
        -webkit-transition: max-height 1s ease;
        -moz-transition: max-height 1s ease;
        transition: max-height 1s ease;
    }

        .slideDownContainer.active#CorporateAccountContainer
        {
            padding-bottom: 10px;
        }

.corporateAccountContainer
{
    padding-bottom: 10px;
}

    .corporateAccountContainer .control-label
    {
        padding-top: 5px;
    }


.shopProductContainer .productType
{
    cursor: pointer;
}

.shopProductContainer .slideDownContainer
{
    max-height: 15000px;
    padding-bottom: 30px;
}

    .shopProductContainer .slideDownContainer .glyphicon
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .shopProductContainer .slideDownContainer .btn-showless
    {
        display: none;
    }

    .shopProductContainer .slideDownContainer .products > div
    {
        display: none;
    }



    .shopProductContainer .slideDownContainer.active .products div
    {
        display: block;
    }

    .shopProductContainer .slideDownContainer.active .btn-block
    {
        display: none;
    }

    .shopProductContainer .slideDownContainer.active .btn-showless
    {
        display: block;
    }

.customRadio
{
    text-align: center;
}

    .customRadio > span
    {
        display: inline-block;
        position: relative;
        background: #D2D2D2 none repeat scroll 0% 0%;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

.active .customRadio > span:after, .dynamicHover:hover .customRadio > span:after, .dynamicHover:focus .customRadio > span:after
{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 7px;
    background: #84B740 none repeat scroll 0% 0%;
}


.checkoutWithApplePay
{
    text-align: right;
    margin-top: 10px !important;
}

.applePayNextButton
{
    width: 350px;
    display: inline-block;
}

    .applePayNextButton .backButton
    {
        float: left;
        margin-top: 0;
    }

    .applePayNextButton .btn-success
    {
        overflow: hidden;
        padding: 5px 43px !important;
    }

    .paymentButton
    {
        display: inline-block;
        padding: 15px;
        vertical-align: top;
    }

    .paymentButton img
    {
        max-height: 42px;
    }

.UnavailablePaymentOption,
.paymentOptionDisplay-ApplePay.UnavailablePaymentOption,
.paymentOptionDisplay.availablePaymentOption.UnavailablePaymentOption,
.checkoutWithApplePay.UnavailablePaymentOption
{
    display: none;
}

.paymentOptionDisplay-ApplePay .paymentButton
{
    padding-top: 0px;
}
/*I want to force there to be separation between the payment interface and the buttons that show if payment fails (just enter a bad card to see them). 
    By default, the back button creates this space with it's margin top, but the back button is not always shown in failure states.*/
.failureActions
{
    margin-top: 20px;
}

/*Upgrade tab*/
.upgrades img
{
    max-width: 100%;
}

.upgradeChoice
{
    background-color: #3b3b3b;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
    max-width: 400px;
    min-height: 105px;
}

    .upgradeChoice p, .upgradeChoice.upgraded p
    {
        color: #fff;
    }

.upgrades .clickable
{
    cursor: pointer;
}

.upgradeProdsDiv
{
    border: 1px solid #3b3b3b;
    overflow: hidden;
}

.originalProduct > div
{
    max-height: 358px;
}

.upgradedProduct .col-md-7
{
    padding: 0;
}

.upgradedProduct
{
    max-width: 100%;
}

    .upgradedProduct h3
    {
        font-family: sans-serif, Helvetica;
        color: #1eb8a9;
        font-size: 42px;
        text-align: center;
    }

    .upgradedProduct p
    {
        font-size: 22px;
        color: #888;
    }

        .upgradedProduct p.text-center
        {
            color: #000;
        }

.upgradeChoice.original span
{
    color: black;
    background-color: white;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    padding-left: 6px;
    padding-top: 7px;
    float: right;
    margin: 26px 20px 0 0;
}

.upgradeChoice.upgraded
{
    min-width: 100%;
}

    .upgradeChoice.upgraded img
    {
        float: right;
        margin-top: 17px;
    }

    .upgradeChoice.upgraded p
    {
        margin-top: 25px;
        margin-left: 20px;
    }

.upgrades .glyphicon-circle-arrow-right
{
    font-size: 43px;
    vertical-align: top;
    margin-top: 20%;
    text-align: center;
}

.upgradeChoice span, .upgradeChoice div, .upgradeChoice .glyphicon-circle-arrow-right, .upgrades .originalProduct, .upgradeChoice.upgraded p, .upgradeChoice.upgraded img, .upgradedProduct .upgradeText, .upgradedProduct > div > img, .upgradedProduct > div > picture > img
{
    display: inline-block;
}

.upgradeText
{
    padding-top: 2%;
}

.upgradedProduct br:not(.onlyLarge), .originalProduct .upgradeChoice br
{
    display: none;
}

.rightCheckbox > label
{
    font-weight: normal;
    padding-right: 15px;
}

#charactersRemainingSection
{
    margin: 0;
}

#extraDeliveryInformation
{
    font-size: 17px;
    display: block;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid rgb(105, 196, 174) !important;
}

    #extraDeliveryInformation h4
    {
        color: #353535;
    }

/*Account Page*/
#socialLoginList form
{
}

#socialLoginForm button, #socialLoginForm span
{
    display: inline-block;
    margin-bottom: 15px;
    min-width: 145px;
    max-width: 145px;
}

    #socialLoginForm span img
    {
        vertical-align: bottom;
        width: 145px;
    }

#quickSignIn #socialLoginList
{
    margin-top: 15px;
}

#OpenIdConnect, .loginTemplate .alert-danger
{
    display: none !important;
}

    .loginTemplate .alert-danger.ng-binding
    {
        display: block !important;
    }

.list-unstyled
{
    padding-left: 15px;
    padding-bottom: 5px;
}

#quickSignIn #loginPrompt
{
    cursor: pointer;
}

#quickSignIn .active .close
{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.emailConfirm
{
    display: inline;
}

    .emailConfirm input[type="submit"]
    {
        border: none;
        background-color: #fff;
        text-decoration: underline;
    }

#Facebook
{
    background-color: #3b5998;
    color: #fff;
    border: none;
    font-weight: bold;
    letter-spacing: .5px;
}

    #Facebook:hover, #Facebook:focus
    {
        background-color: #3B59CE;
    }

#PayPal, .payPalButton
{
    background-color: #0079c1 !important;
    background-image: -webkit-linear-gradient(#00a1ff 20%, #0079c1) !important;
    background-image: linear-gradient(#00a1ff 20%, #0079c1) !important;
    background-repeat: no-repeat !important;
    border-color: #0079c1 #00588b #004b77 !important;
    -webkit-box-shadow: inset 0 1px #4dbeff !important;
    box-shadow: inset 0 1px #4dbeff !important;
    letter-spacing: .5px;
    color: #fff;
}

    #PayPal:hover, .payPalButton:hover, #PayPal:focus, .payPalButton:focus
    {
        background-image: -webkit-linear-gradient(#00A0EB 20%, #0078E3) !important;
        background-image: linear-gradient(#00A0EB 20%, #0078E3) !important;
        color: #fff;
    }


.ng-hide
{
    display: none;
}
/*End Account Page*/

/*Manage Page*/
.manageProfileForm .dl-horizontal
{
    margin-bottom: 0;
}

#DateStart, #DateEnd
{
    cursor: pointer;
    background-color: #fff;
}
/*End Manage Page*/

/*Order Information Page*/

.orderTrack
{
    text-align: center;
}

.orderActions
{
    font-size: 18px;
    padding-bottom:50px;
    padding-left:35px;
}
.orderActions .pointer.underline
{
    font-weight: bold;
    color: #006fc6;
}

.orderInformation
{
    font-size: 18px;
}

    .orderInformation .pointer.underline
    {
        font-weight: bold;
        color: #006fc6;
    }

    .orderInformation h4, .orderInformation .glyphicon-triangle-bottom, .orderInformation .glyphicon-triangle-top
    {
        color: #888;
        display: inline-block;
    }


    .orderInformation [class*=dropDownBoxContainer]:not(.addrInfo,.dropDownBoxContainer_confirmation)
    {
        /*padding-right: 30px;*/
        position: relative;
        max-height: 0;
        overflow: hidden;
        /* Remove delay by setting transition delay to -0.25s */
        -webkit-transition: all 0.5s -0.25s ease;
        -moz-transition: all 0.5s -0.25s ease;
        -o-transition: all 0.5s -0.25s ease;
        -ms-transition: all 0.5s -0.25s ease;
        transition: all 0.5s -0.25s ease;
        -webkit-transform: translateZ(0);
    }

    .orderInformation [class*=dropDownBoxContainer].visible
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-height: 100%;
    }

    .orderInformation .dropDownBox
    {
        border: none;
    }

    .orderInformation .navbar
    {
        min-height: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .orderInformation textarea
    {
        width: 100%;
        height: 120px;
    }

    .orderInformation .hiddenEditField input[type=text]
    {
        width: 100%;
    }

    .orderInformation .glyphicon-triangle-top, .orderInformation .glyphicon-triangle-bottom
    {
        right: 12px;
        top: 12px;
        float: right;
    }

    .orderInformation .glyphicon-triangle-top
    {
        top: 10px;
    }

    .orderInformation .btn.btn-default,
    .orderInformation .btn.btn-success
    {
        margin-top: 15px;
        margin-bottom: 0;
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 4px;
    }

    .orderInformation .orderAddress
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .orderInformation h5
    {
        font-size: 16px;
        font-weight: bold;
    }

        .orderInformation h5:not(.children)
        {
            margin-top: 30px;
        }


.orderInformation .orderProducts > div
{
    padding-top: 30px;
    padding-bottom: 30px;
}

    .orderInformation .orderProducts > div .productQty
    {
        position: absolute;
        right: 0;
        bottom: 30px;
    }

    .orderInformation #profile glyphicon-user
    {
        color: #525252;
    }

    .orderInformation #profile h4, .orderInformation #profile div
    {
        margin-bottom: 20px;
    }

    .orderInformation #profile
    {
        padding: 10px 20px 10px 20px;
    }

        .orderInformation #profile form
        {
            margin-bottom: 15px;
        }

        .orderInformation #profile dl
        {
            margin-bottom: 5px;
        }

    .orderInformation .addonBrowser
    {
        overflow: initial;
        white-space: inherit;
    }

    .orderInformation .poweredByGoogle
    {
        text-align: right;
    }


.paymentPanels #paymentContainer
{
    padding-bottom: 40px;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-width: 320px;
    margin: 0;
}
.paymentPanels #staticCart
{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding-bottom: 10px;
}

    .paymentPanels #paymentContainer > div
    {
        padding: 10px 25px;
    }

    .paymentPanels #paymentContainer .btn
    {
        border-radius: 4px;
        font-size: 18px;
        display: inline-block;
        min-width: 120px;
        padding: 10px;
    }

    .paymentPanels #payButtons, .paymentPanels #paymentContainer #totalPrice
    {
        text-align: center;
    }

        .paymentPanels #staticCart > a
        {
            margin: 50px 5px 0 0;
            max-width: 120px;
            min-width: 120px;
            text-align: center;
            padding: 10px;
        }

.paymentPanels #staticCart > strong, .paymentPanels #paymentContainer > strong
{
    width: 100%;
    display: block;
    padding: 5px 0 0 15px;
    height: 37px;
}

.utrustPaymentIcon
{
    height: 24px;
}

.applePayPaymentIcon
{
    height: 30px;
}

    .orderInformation .singleCategory .dropDownBox
    {
        display: block;
    }

    .orderInformation .dropDownBoxContainer .dropDownBox h4
    {
        display: none;
    }

    /*End Order Information Page*/
    /* Order Complete */
    .orderTrackLG
    {
        font-size: 30px;
        text-align: center;
    }

.orderComplete #submitTitle
{
    text-align: center;
    font-size: 60px;
}

.checkoutContainer .newOrder .btn.btn-success, .checkoutContainer .reminderOrder .btn.btn-default, .checkoutContainer .csHub .btn.btn-success, .newOrder p:not(.shadowButton), .reminderFail
{
    padding: 1% 0% 1% 2% !important;
    text-align: left;
    background-color: #cfcfcf;
    text-transform: none !important;
    font-size: 23px;
    color: #505050;
    border-radius: 13px !important;
    width: 60%;
    margin-bottom: 15px !important;
}

.reminderSuccess, .reminderFail
{
    margin: auto;
    font-weight: bold;
    font-size: 23px !important;
    font-weight: normal;
}

.newOrder .reminderSuccess
{
    background-color: #38C045;
    color: white !important;
}

.newOrder .reminderFail
{
    background-color: #d13434;
    color: white !important;
}

#lightBoxInnerContent article
{
    text-align: left;
}

.csHub .glyphicon, .newOrder .glyphicon, .reminderOrder .btn.btn-default .glyphicon
{
    background-image: none;
    float: right;
    padding-right: 30px;
}

.reminderOrder .btn.btn-default
{
    background-color: #e5e5e5;
}

.newOrder .btn.btn-success
{
    background-color: #efefef;
}

.newOrder p.text-success
{
    background-color: #84B740 !important;
    width: 60%;
    margin: auto;
    border-radius: 13px !important;
    color: white;
    margin-bottom: 15px;
    padding: 14px;
    text-align: left;
    font-size: 22px;
    display: block;
}

.newOrder a span
{
    background-image: url(../Common/Images/order-again-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    padding-left: 35px;
    float: left;
}

.newOrder a:hover span
{
    background-image: url(../Common/Images/order-again-icon-hover.png);
}

.reminderOrder .btn.btn-default span
{
    background-image: url(../Common/Images/create-reminder-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 17px;
    padding-left: 30px;
    float: left;
}

.reminderOrder .btn.btn-default:hover span
{
    background-image: url(../Common/Images/create-reminder-icon-hover.png);
}

.csHub a span
{
    background-image: url(../Common/Images/track-order-icon.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 17px;
    padding-left: 30px;
    float: left;
}

.csHub a:hover span
{
    background-image: url(../Common/Images/track-order-icon-hover.png);
}

.csHub a:hover .glyphicon, .reminderOrder .btn.btn-default:hover .glyphicon, .newOrder a:hover .glyphicon
{
    background-image: none;
}



.orderComplete.checkoutContainer
{
    margin-bottom: 40px;
}

.orderComplete .btn-success, .orderComplete .btn-default
{
    outline: initial;
    border: none;
}

.orderCompleteOptions
{
    margin-top: 30px;
}

.orderCompleteCartProd
{
    text-align: center;
    margin: 0 auto;
}

    .orderCompleteCartProd > div
    {
        display: inline-block;
    }

.newOrder .text-success
{
    font-size: 18px;
    background-color: #84B740 !important;
    width: 60%;
    margin: auto;
    border-radius: 13px !important;
    color: white;
    margin-bottom: 15px;
    padding: 14px;
    text-align: left;
    font-size: 22px;
    display: block;
}

.newOrder .btn.btn-success:hover, .reminderOrder .btn.btn-default:hover, .csHub .btn.btn-success:hover
{
    background: #38C045;
    background-color: #38C045;
    color: white;
}

.orderComplete .linkBlock
{
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    background-color: #e5e5e5;
    margin: 15px 0 15px 0;
    border-radius: 15px;
}

    .orderComplete .linkBlock:hover
    {
        background-color: #38C045;
        color: white;
    }

/* End Order Complete */


.recentlyPlacedOrderInformation
{
    position: fixed;
    margin-right: 15px;
    background-color: #fff;
    max-width: 400px;
    padding: 10px;
    border: 2px solid #ddd;
    bottom: -100%;
    left: 15px;
}

    .recentlyPlacedOrderInformation.visiblePosition
    {
        bottom: 15px;
        transition: bottom .35s ease;
    }

    .recentlyPlacedOrderInformation.hiddenPosition
    {
        left: -100%;
        transition: left .35s ease;
    }

    .recentlyPlacedOrderInformation img
    {
        float: left;
        margin-right: 15px;
    }

    .recentlyPlacedOrderInformation a
    {
        text-decoration: none;
    }

/*bootstrap datetimepicker customisations*/
body
{
    position: relative;
}

.bootstrap-datetimepicker-widget
{
    z-index: 9999 !important;
}
/*end bootstrap datetimepicker customisations*/

/*bootstrap fixes for picture tags*/
.thumbnail > picture > img,
.thumbnail a > picture > img,
.carousel-inner > .item > picture > img,
.carousel-inner > .item > a > picture > img
{
    display: block;
    max-width: 100%;
    height: auto;
}
.nav > li > a > picture > img
{
    max-width: none;
}
.navbar-brand > picture > img
{
    display: block;
}

.thumbnail > picture > img,
.thumbnail a > picture > img
{
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner > .item > picture > img,
.carousel-inner > .item > a > picture > img
{
    line-height: 1;
}
/*end bootstrap carousel fixes for picture tags*/

/* Image mouse rollover */
.hoverImage
{
    overflow: hidden;
    position: relative;
}

    .hoverImage img
    {
        position: relative;
    }

        .hoverImage img.hoverOver
        {
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out;
            -moz-transition: opacity 0.2s ease-in-out;
            -o-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
        }

    .hoverImage:hover img.hoverOver
    {
        opacity: 1;
    }
/* end Image mouse rollover */

/*All phones*/
@media only screen and (max-width : 1199px)
{
    .menuText
    {
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        right: 75px;
        position: absolute;
        top: 11px;
    }

    #cartReview > i {
        left: -5px;
        top: 7px;
    }
    .cartCountBubble {
        color: white;
    }

    #cartReview {
        cursor: pointer;
    }

    #reviewCart {
        border: 1px solid #A9A9A9;
        border-top: none;
    }
}

/*Tablet and mobile*/
@media only screen and (max-width : 991px)
{
    .checkoutContainer .cart .afterpay
    {
        padding-left: 15px;
    }

    .nav-stacked .list-group
    {
        margin-left: 5px;
        margin-top: 15px;
    }

    .nav-stacked .list-group-item:first-child
    {
        border-radius: 4px;
    }

    .nav-stacked .list-group-item
    {
        border: 1px solid #d5d5d5;
        background-color: #ededed;
        border-bottom: 1px solid #d5d5d5;
        margin-top: 5px;
        border-radius: 4px;
    }

        .nav-stacked .list-group-item a
        {
            display: block;
            width: 100%;
            padding: 10px;
        }

    .nav-stacked > li > a
    {
        padding: 10px 19px;
    }

    .productInfo .addonCarousel
    {
        padding-left: 0;
        padding-right: 0;
    }

    .calendarDropDownBoxContainer
    {
        font-size: 18px;
    }

    .datepicker.datepicker-inline
    {
        width: 264px;
    }

    .datepicker-months, .datepicker-years
    {
        padding-left: 24px;
    }

        .datepicker-months > table, .datepicker-years > table, .datepicker-days > table
        {
            width: 255px;
        }

    .submitInterface .termsAndConditions
    {
        margin-top: 15px;
        text-align: left;
    }

    .paymentOption .paymentType .options img
    {
        max-width: 45%;
        padding: 0px;
    }

    #extraDeliveryInformation
    {
        margin-left: 15px;
        width: auto;
        margin-right: 15px;
    }

    .upgradedProduct .upgradeText br.onlyLarge
    {
        display: none;
    }

    .upgradedProduct h3
    {
        margin-top: 5px;
    }

    .upgrades .glyphicon-circle-arrow-right
    {
        visibility: initial;
        text-align: left;
        position: relative;
        z-index: 100;
        top: 176px;
        margin-top: unset;
        font-size: 62px;
        left: -61px;
    }

    .clickable.upgraded
    {
        margin-top: -63px;
    }

    .upgradeText
    {
        padding-top: 0;
        min-width: 100%;
        min-height: 195px;
    }

    .upgradeChoice p, .upgradeChoice.upgraded p
    {
        font-size: 18px;
    }

    .originalProduct > div:not(.original)
    {
        margin-bottom: 195px;
    }

    .upgradedProduct .upgradeChoice img
    {
        height: 32.5px;
        width: 94.9px;
        margin-top: 24px;
    }

    .upgradeChoice.upgraded p
    {
        margin-left: 0;
        margin-top: 30px;
    }

    .checkoutWithApplePay,
    .deliveryButtons.hasApplePay
    {
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 797px)
{
    .upgrades .glyphicon-circle-arrow-right
    {
        left: -36px;
        font-size: 44px;
    }

    .clickable.upgraded
    {
        margin-top: -44px;
    }
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media only screen and (max-width : 768px){
    .cartCountBubble:before {
        top: 0px;
    }
}

@media only screen and (max-width : 767px)
{
    .hiddenEditField:not(.addressSection, .customMessagesSection)
    {
        width: 100%;
    }

    .paymentFields
    {
        margin-left: -15px;
        margin-right: -15px;
    }

    #hamburgerMenu .submenu, #hamburgerMenu:not(.showRight)
    {
        max-height: 0;
        display: block;
        overflow: hidden;
        transition: max-height .35s ease;
        border-top: none;
        border-bottom: none;
    }

    #hamburger-wrapper
    {
        display: flex;
        align-items: center;
        width: 44px;
        height: 40px;
        margin: 9px 15px 0 0;
        padding: 0 3px;
        float: right;
        right: 0;
    }

    .menuText
    {
        right: 65px;
        top: 14px;
    }

	.deliveryTimeWait
    {
        float: none;
        margin: 0;
    }


    #lightBoxCarousel .lightBoxImage
    {
        max-height: calc(100vh - 132px);
    }

    .upgradedProduct h3
    {
        font-size: 35px;
    }

    .upgradeChoice.original span
    {
        margin-right: 5px;
    }

    .upgradeChoice.upgraded p
    {
        margin-top: 0;
        margin-left: 10px;
    }

    .upgradedProduct br:not(.onlyLarge), .originalProduct .upgradeChoice br
    {
        display: block;
    }

    .upgradeChoice
    {
        text-align: center;
        min-width: 100%;
        min-height: 110px;
    }

        .upgradeChoice.original span
        {
            float: none;
            padding-left: 0;
            margin: 0;
        }

    .upgradedProduct .upgradeChoice img
    {
        float: none;
        margin-top: 14px;
    }

    .upgradedProduct p.upgradeDataText
    {
        font-size: 20px;
    }

    .upgradeChoice p
    {
        margin-bottom: 0;
    }

    .upgradedProduct > img,
    .upgradedProduct > picture > img
    {
        float: none;
    }

    .addressColumn
    {
        display: none;
    }

    .table-responsive.customerHubTable > .table > thead > tr > th, .table-responsive.customerHubTable > .table > tbody > tr > th, .table-responsive.customerHubTable > .table > tfoot > tr > th, .table-responsive.customerHubTable > .table > thead > tr > td, .table-responsive.customerHubTable > .table > tbody > tr > td, .table-responsive.customerHubTable > .table > tfoot > tr > td
    {
        font-size: 12.5px;
        white-space: initial;
    }
    .textBanner .text-middle
    {
        height: 150px;
    }

    .orderCompleteOptions form p
    {
        margin-top: 10px;
    }

    .orderCompleteOptions div > .neworderBelow
    {
        margin-top: 10px;
    }

    .addonBrowser
    {
        margin-left: 15px;
        margin-right: 15px;
    }

    .menuText
    {
        right: 60px;
    }

    .addon
    {
        max-width: 140px;
    }

    .control-label.postcode
    {
        margin-top: 15px;
    }

    .textBanner .header
    {
        margin-bottom: 0px;
    }

    .textBanner header.smallText
    {
        font-size: 30px;
    }

    .removeButton, .addButton, .cartItem a
    {
        padding-left: 12px;
        padding-right: 12px;
        border: 1px solid #aeaeae;
        margin-right: 1px;
        margin-left: 1px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 4px;
        padding-bottom: 1px;
    }

    .belowCreditCardExpiryFields
    {
        margin-bottom: 15px;
    }

    .creditCardExpiryFields select
    {
        padding: 6px 3px;
    }

    input.cvv
    {
        padding: 6px 7px;
    }

    .tcLabel
    {
        display: inline;
        margin-left: 10px;
    }

    .NoMessageBox
    {
        padding-top: 0px;
        display: inline-block;
        float: right;
    }

    .messageContainer
    {
        text-align: left;
    }

    .submitInterface
    {
        transition: none;
    }

    #lightBox > div
    {
        width: 90%;
        margin-top: -20px;
    }

    .dropDownBoxContainer .glyphicon-remove-sign
    {
        font-size: 1.75em;
        right: 5px;
        top: 15px;
    }

    #lightBox .glyphicon-remove-sign
    {
        font-size: 1.75em;
        right: 5px;
        top: 5px;
    }

    #lightBox .termsAndConditions img, .contentTop table .contentTableImage
    {
        display: none !important;
    }

    .messageContainer > .control-label:after
    {
        content: "*";
        color: red;
        font-family: Arial,sans-serif;
        font-size: 15px;
    }

    .requiredFieldContainer:before
    {
        content: "";
    }

    #hamburgerMenu
    {
        position: absolute;
        z-index: 10;
        background-color: white;
        border-left: 3px solid white;
        right: 0px;
        top: 40px;
        padding: 0 15px;
    }

    .callBannerPadding
    {
        padding: .5em;
    }

    #cardImage > div
    {
        text-align: center;
    }

    .shopProductContainer .slideDownContainer .products > div:nth-child(-n+2)
    {
        display: block;
    }

    .orderInformation .orderProducts > div
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .orderInformation .orderProducts > div .productQty
        {
            bottom: 15px;
        }

    .newOrder a, .reminderOrder a, .csHub a, .reminderSuccess, .reminderFail
    {
        padding: 12px 0px 12px 20px !important;
        width: 90% !important;
        font-size: 16px !important;
        font-weight: normal;
    }

    .reminderSuccess, .reminderFail
    {
        width: 90% !important;
    }


    .newOrder p.text-success
    {
        width: 90%;
        font-size: 15px;
    }

    .csHub a span
    {
        background-position: 8px 2px;
        background-size: 12px;
    }

    .reminderOrder .btn.btn-default span, .newOrder a span
    {
        background-position: 8px 0px;
        background-size: 14px;
    }

    .reminderSuccess, .reminderFail
    {
        padding-left: 10px !important;
    }

    .paymentPanels #paymentContainer .expiryYear
    {
        margin-top: 10px;
    }

    .recentlyPlacedOrderInformation.visiblePosition
    {
        bottom: 57px;
    }
}

@media only screen and (max-width : 600px)
{
    .upgradeChoice p, .upgradeChoice.upgraded p
    {
        font-size: 14px;
    }

    .upgradeChoice.upgraded p
    {
        margin-left: 0;
    }

    .upgradedProduct p.upgradeDataText
    {
        font-size: 18px;
    }
}

/*Modern Phone/Mobile*/
@media only screen and (max-width : 550px)
{
    .recentlyPlacedOrderInformation {
        display: none !important; 
    }
    .textBanner .header
    {
        font-size: 28px;
    }

        .textBanner .header.smallText
        {
            font-size: 21px;
        }

    .checkoutContainer .control-label
    {
        padding-right: 0;
    }

    #lightBox > .termsAndConditions h1
    {
        font-size: 30px;
    }

    .cartItem
    {
        padding-right: 0;
        min-width: 89px;
    }

    .termsAndConditions .glyphicon-remove-sign
    {
        right: 12% !important;
    }

    .orderComplete #submitTitle
    {
        font-size: 40px;
    }

    .paymentPanels #staticCart > a
    {
        max-width: 70px;
        min-width: 70px;
        padding-left: 5px;
        font-size: 16px;
    }

    .addOnPanel .addonCategory img
    {
        max-width: 80px;
    }
    
    .addOnPanel .addonBrowser
    {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media only screen and (max-width : 500px)
{
    .upgradedProduct h3
    {
        font-size: 24px;
    }

    .upgradedProduct .upgradeText
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .upgradedProduct p.text-center
    {
        font-size: 16px;
    }

    .clickable.upgraded
    {
        margin-top: -42px;
    }

    .upgrades .glyphicon-circle-arrow-right
    {
        left: -35px;
        font-size: 42px;
    }
}

@media only screen and (max-width : 400px)
{
    .upgradeChoice p, .upgradeChoice.upgraded p
    {
        font-size: 12px;
    }
}

    /*Iphone 4 (sub 4.5inch)*/
    @media only screen and (max-width : 365px)
    {
        .textBanner .text-middle
        {
            height: 130px;
        }

        .datepicker-months > table, .datepicker-years > table, .datepicker-days > table, .datepicker.datepicker-inline, .calendarDropDownBoxContainer
        {
            width: 100% !important;
        }

        .addOnPanel .addonBrowser
        {
            margin-left: 6px;
            margin-right: 15px;
        }
    }



    /*Tablets and above*/
    @media only screen and (min-width : 768px)
    {
        .orderComplete .header
        {
            font-size: 200%;
        }

        .checkoutContainer .deliveryInstructions .control-label
        {
            padding-left: 0px;
            font-size: 83%;
        }

        #productImages img,
        .singleProductImage > img,
        .singleProductImage > picture > img
        {
            cursor: -moz-zoom-in;
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
        }

        .previousRecipientForm .control-label
        {
            text-align: right;
        }

        .shopProductContainer .slideDownContainer .products > div:nth-child(-n+4)
        {
            display: block;
        }

        .seeMoreSelected .addon.addonShowMore-sm,
        .addon.addonInitial-sm.addonShowMore-xs
        {
            display: initial;
        }
        .addon.addonShowMore-sm
        {
            display: none;
        }
    }

    /*Desktop Only*/
    @media only screen and (min-width : 992px)
    {
        .calendarDropDownBoxContainer .datepicker-days
        {
            padding-left: 4px;
        }

        .datepicker-months, .datepicker-years
        {
            padding-left: 14px;
        }

        .submitInterface .termsAndConditions
        {
            margin-top: 10px;
        }

        #cardSuccessMessage
        {
            margin-top: 90px;
        }

        #socialLoginForm button, #socialLoginForm span
        {
            min-width: 115px;
        }

        #extraDeliveryInformation
        {
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .checkoutContainer .cart .afterpay
        {
            float: right;
            text-align: right;
        }

            .checkoutContainer .cart .afterpay p
            {
                margin-right: -15px;
            }

        .checkoutContainer .cart .klarna 
        {
            float: right;
        }

        .seeMoreSelected .addon.addonShowMore-md,
        .addon.addonInitial-md.addonShowMore-xs,
        .addon.addonInitial-md.addonShowMore-sm
        {
            display: initial;
        }
        .addon.addonShowMore-md
        {
            display: none;
        }
    }


/*Really Desktop Only*/
@media only screen and (min-width : 1200px)
{
    .dropdown:hover .submenu
    {
        display: block;
    }

    .seeMoreSelected .addon.addonShowMore-lg,
    .addon.addonInitial-lg.addonShowMore-xs,
    .addon.addonInitial-lg.addonShowMore-sm,
    .addon.addonInitial-lg.addonShowMore-md
    {
        display: initial;
    }
    .addon.addonShowMore-lg
    {
        display: none;
    }
}
html {
    background-color: #353535;
    scroll-behavior: smooth;
}

body
{
    font-family: sans-serif;
    font-size: 14px;
    background-repeat: repeat;
    padding-bottom: 0px;
    min-width: 320px;
}

:focus
{
    outline: 0 !important;
}

.mobile-header
{
    background-color: #003320;
}

#deliveringTo {
    top: 124px !important;
}

.logoText, #deliveringTo {
    z-index: 2;
    position: absolute;
    top: 145px;
    left: 0px;
    text-transform: none;
    font-weight: bold;
    width: 230px;
    margin: auto;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}




.textBanner
{
    max-width: 1170px;
    margin: 0 auto;
}

    .textBanner .text-middle
    {
        height: 400px;
    }

    .textBanner.referrer .text-middle
    {
        height: 455px;
    }

.text-middle
{
    background-size: cover;
    /*border-image: url(./Images/Banners/left-border.jpg) 0% 50% stretch;*/
}

.banners .carousel
{
    max-width: 1170px;
    margin: auto;
}

footer hr, hr.bodyLine
{
    display: none;
}

/*Header*/

.loginHeader
{
    padding-top: 5px;
}

.head-content
{
    width: 100%;
}

.main-header
{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.logo
{
    float: left;
    width: 202px;
    height: 70px;
}

.brandLogo
{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    background-repeat: no-repeat;
    max-width: 212px;
    position: absolute;
    z-index: 1;
    background-size: contain;
    left: 0px;
    max-height: 71px;
    /*-webkit-box-shadow: 0px -5px 28px 1px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px -5px 28px 1px rgba(0,0,0,0.34);
    box-shadow: 0px -5px 28px 1px rgba(0,0,0,0.12);*/
}

    .brandLogo img
    {
        background-position: center;
        max-width: 200px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    .brandLogo .corpLogo
    {
        padding-top: 0px !important;
    }

    .brandLogo .roCorp
    {
        padding-top: 0px;
    }

.shopTabs
{
    float: left;
    margin-top: 9px;
}

    .shopTabs a
    {
        display: inline-block;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 142px;
        background-color: #f6f6f6;
        border: 1px solid #e1e1e1;
        margin-right: -5px;
        margin-bottom: -1px;
        margin-left: -1px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.loginMenu
{
    margin-top: 30px;
    display: inline-block;
}

.whiteBar
{
    background: #e1e1e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #e1e1e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e1e1e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e1e1e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #e1e1e1); /* Standard syntax */
    border-bottom: 1px solid #d2d2d2;
}

.floristArea, .floristPhone, .floristHours
{
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.floristHoursLocation div
{
    font-family: sans-serif;
    display: inline-block;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: bold;
}

.floristHours div
{
    padding-top: 5px;
}

.floristArea img, .floristPhone img, .floristHours img
{
    float: left;
    padding-right: 10px;
}

.floristArea p, .floristPhone p, .floristHours p
{
    padding-top: 5px;
}

.floristPhone p
{
    font-size: 12px;
}

.floristPhone .phoneText
{
    padding-top: 12px;
}

.floristPhone p span
{
    font-size: 20px;
}

.colorBar
{
    height: 90px;
}

    .colorBar > div
    {
        max-width: 1170px;
        margin: auto;
        position: relative;
    }

.logoHeader
{
    font-size: 17px;
    line-height: 20px;
    width: 212px;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0px;
    font-family: sans-serif;
	font-weight: bold;
}

#reviewCart .CheckoutForm
{
    float: none;
    text-align: center;
    margin-top: 0;
    width: 100%;
}

#reviewCart #cart
{
    overflow: auto;
}

/*End Header*/

/*Top Nav*/

.topNav, .blackBar
{
    background-color: #353535;
}

    .topNav .categoryList > li > a
    {
        color: white;
        font-weight: normal;
        font-family: sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        padding: 2px 16px;
    }

        .topNav .categoryList > li > a:hover
        {
            color: #979797;
        }

    .topNav .navContainer
    {
        max-width: 1170px;
        margin: 0 auto;
    }

.nav > li > a:hover, .nav > li > a:focus
{
    background-color: #353535;
}

.topNav ul.nav.navbar-nav
{
    float: none;
    display: block;
    text-align: center;
}

    .topNav ul.nav.navbar-nav > li
    {
        float: none;
        display: inline-block;
    }

.navbar-toggle .icon-bar
{
    background-color: white;
}

.navbar
{
    margin-bottom: 0px;
    min-height: initial;
}

.navbar-default, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle
{
    background-color: transparent;
    border: none;
}

.navbar-toggle .icon-bar
{
    width: 30px;
}

#navContainer .nav li a i
{
    font-size: 10px;
    margin-left: 5px;
}

#navContainer .nav li .submenu
{
    min-width: initial;
    text-align: left;
    padding-left: 0;
}

#navContainer .nav li .submenu.showMenu
{
    position: absolute;
    z-index: 100;
}

#navContainer .nav li.dropdown a
{
    color: #FFF;
}

#navContainer .nav li.dropdown a:hover, #navContainer .nav li.dropdown a:active
{
    color: #979797;
}

#navContainer .nav li.dropdown.open a,
#navContainer .nav li.dropdown .submenu a
{
    color: #383838;
    background-color: #f9f9f9;
    font-weight: bold;
}

#navContainer .nav li.dropdown.open a:hover,
#navContainer .nav li.dropdown:hover > a,
#navContainer .nav li.dropdown .submenu a:hover
{
    color: #383838;
    background-color: #f0f0f0;
    font-weight: bold;
}

#navContainer .nav li.dropdown .submenu
{
    background-color: #f9f9f9;
    border: none;
    line-height: 28px;
    font-size: 15px;
    font-weight: normal;
    font-family: sans-serif;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
}

#navContainer .nav .submenu a
{
    white-space: nowrap;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

/*End Top Nav*/

/*Banner*/

.carousel-indicators .active
{
    width: 12px;
    height: 12px;
    border: 3px solid white;
    margin-right: 5px;
    background-color: #323232;
}

.carousel-indicators li
{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: white;
    margin: 0px;
    margin-right: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(232,232,232,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(232,232,232,1);
    box-shadow: 0px 0px 0px 1px rgba(232,232,232,1);
}

.suburbBanner .text-middle .overlay
{
    width: 100%;
    background: rgba(255,255,255, 0.7);
    color: #3b3b3b;
    text-shadow: none;
    font-family: sans-serif;
	font-weight: bold;
    padding: 20px 0px;
}

    .suburbBanner .text-middle .overlay h1
    {
        margin-top: 0px;
    }

    .suburbBanner .text-middle .overlay h2
    {
        margin-top: 0px;
    }

    .suburbBanner .text-middle .overlay .button
    {
        background-color: #3b3b3b;
        color: white;
        font-family: sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        padding: 15px 45px;
        text-align: center;
        margin: auto;
        text-shadow: none;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 200px;
        bottom: 50px;
    }

/*End Banner*/

/*Tiles*/

.banners #Tile
{
    margin-top: 10px;
}

    .banners #Tile .banner
    {
        padding: 0px;
        margin: 0px;
    }

        .banners #Tile .banner.Tile_1 img
        {
            float: left;
        }

        .banners #Tile .banner.Tile_2 img
        {
            margin: auto;
        }

        .banners #Tile .banner.Tile_3 img
        {
            float: right;
        }

        .banners #Tile .banner.Tile_1 figure, .banners #Tile .banner.Tile_2 figure, .banners #Tile .banner.Tile_3 figure
        {
            background: #fff;
        }

            .banners #Tile .banner.Tile_1 figure img, .banners #Tile .banner.Tile_2 figure img, .banners #Tile .banner.Tile_3 figure img
            {
                opacity: 1;
                -webkit-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
                display: inline-block;
            }

            .banners #Tile .banner.Tile_1 figure:hover img, .banners #Tile .banner.Tile_2 figure:hover img, .banners #Tile .banner.Tile_3 figure:hover img
            {
                opacity: .6;
            }

/*End Tiles*/

/* District */

.districtPage .blackBar
{
    margin-bottom: 50px;
}

.districtPage h2
{
    color: white;
    margin-top: 0px;
    margin: 0px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}

.districtPage .blackBar a
{
    color: white;
}


/* End District */
/* Blog Pagination */
.paginationList
{
    text-align: center;
}

.pagination
{
    display: inline-block;
}

    .pagination > a
    {
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: solid 2px #ebeaea;
    }

        .pagination > a.currentPage
        {
            border: solid 2px #353535;
            background: #353535;
            color: #fff;
            font-family: sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1.4rem;
        }

    .pagination a.nextPage
    {
        padding-left: 10px;
        padding-right: 10px;
        border-right: solid 2px #ebeaea;
        border-left: 0;
    }

    .pagination a.previousPage
    {
        padding-left: 10px;
        padding-right: 10px;
        border-left: solid 2px #ebeaea;
        border-right: 0;
    }
/* End Blog Pagination */

/* District Location2020*/

.location2020 body {
    overflow-x: hidden;
}

.location2020 .bottomText .products a {
    color: black;
}

.location2020 .districtPage .productContainer {
    display: none;
}

.location2020 .bottomText {
    padding-bottom: 0px;
}

#instagramHeader {
    text-transform: none;
    text-align: center;
    margin: auto;
    line-height: normal !important;
    border-top: none !important;
}

#instagramHeader, .location2020 .bottomText h3 {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0;
    color: black;
    text-align: center;
}

.location2020 .bottomText h2 {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    color: black;
    text-align: center;
    margin:25px 0px;
    border-top: none;
}

.location2020 .spacer
{
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: #efa2b1;
}

.location2020 .bottomText .textDiv {
    background-color: #EDEDEB;
    color: black;
    padding-bottom: 30px;
    text-align: center;
}

    .location2020 .bottomText .textDiv .text {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1170px;
    }

    .location2020 .bottomText .textDiv .text p {
        text-align: left;
    }

    .location2020 .bottomText .alt .grayBackground {
        background-color: lightgray;
        padding-left: 15px;
        padding-right: 15px;
    }
        .location2020 .bottomText .alt .grayBackground h1, .location2020 .bottomText .alt .grayBackground h3 {
            margin-top: 20px;
            padding-top: 20px;
        }

.location2020 .homePageTitle {
    font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #ebe9ed;
    line-height: 0px;
}

.location2020 #bottomIntagramDiv
{
    padding-bottom: 40px;
}

    .location2020 #bottomIntagramDiv #instagramHeader
    {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 38px !important;
    }

    .location2020 #bottomIntagramDiv #instagramHandle
    {
        margin-top: 0px;
        font-weight: bold;
        font-size: 24px !important;
        color: #353535 !important;
    }

    .location2020 #bottomIntagramDiv .instagramImage
    {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

.location2020 .bigFancy
{
    font-family: Georgia, serif;
    font-weight: bold;
    color: #353535 !important;
}

/* End District Location2020*/
.bottomTextImage {
    padding: 10px 75px 10px 75px;
}

.bottomTextImageSquare {
    padding: 10px 125px 10px 125px;
}
/* Funeral landing content page */
.funeralLandingPage #funeralHelpDiv
{
    background-color: #f5f6f6;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
}

.funeralLandingPage .contentTop
{
    margin-bottom: 0px;
}
/* Funeral landing content page */
/*Homepage / Cat Page Products*/
.productContainer .products > div, .prodContainer .products > div, .districtPage .products > div
{
    margin: 15px 0px;
}

    .productContainer .products > div.heroProduct, .prodContainer .products > div.heroProduct, .districtPage .products > div.heroProduct
    {
        margin-bottom: 10px;
    }

.productContainer .prodName, .prodContainer .prodName, .districtPage .prodName
{
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0px;
}

    .productContainer .prodName span, .prodContainer .prodName span, .districtPage .prodName span
    {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.productContainer .categoryUpperBlurb, .productUpperBlurb
{
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
}

.productContainer .categoryUpperBlurb > h1, .productUpperBlurb > h1 {
    font-style: normal;
}

.products > div ul
{
    padding: 0px;
}

.products > div li
{
    list-style-type: none;
}

    .products > div li .productHover
    {
        overflow: hidden;
        position: relative;
    }

        .products > div li .productHover img
        {
            position: relative;
            top: 0;
            left: 0;
            vertical-align: bottom;
            width: 100%;
        }

    .products > div li div img.bottom
    {
        position: absolute;
    }


.products > div a img.bottom
{
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}


.products > div a:hover img.bottom
{
    opacity: 1;
}


.prodText, .prodText > div, .checkoutAddonBrowser.cardAddonBrowser .prodText
{
    display: block;
}

.checkoutAddonBrowser.cardAddonBrowser .prodText
{
    min-height: 56px;
}

    .productContainer .caption > div, .prodContainer .caption > div, .districtPage .caption > div
    {
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

.productContainer .caption .btn-default, .contentTop .caption .btn-default, .districtPage .caption .btn-default, #reviewCart .btn-success
{
    border: none;
    background-color: #3b3b3b;
    color: white;
    border-radius: 0px;
    padding: 8px 44px;
    font-weight: normal;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.productContainer .products > div:hover .caption .btn-default
{
    background-color: #85A89C !important;
}

#reviewCart .btn-success {
    padding: 3px 10px;
    display: inline-block;
}

    #lightBoxInnerContent .btn-success:hover, .productPage .dropDownBoxContainer .dropDownBox .pointer:hover .btn-default, .checkoutContainer .pointer:hover .btn-default, .contentTop a:hover .caption .btn-default, .districtPage .products > div:hover .caption .btn-default, #reviewCart .btn-default:hover
    {
        background-color: #85A89C;
    }

.blogPostContainer .blogPostImage {
    text-align: center;
}

.blogPostContainer .blogPostImage > img,
.blogPostContainer .blogPostImage > picture > img
{
    margin-left: auto;
    margin-right: auto;
}

.blogBCrumbs{
    text-align: center;
    margin-top: 20px;
}

.blogBCrumbs > a, .blogBCrumbs > p{
    display: inline-block;
}

.products .priceStrikeThrough
{
    color: #989898;
    text-decoration: line-through;
    font-size: 20px;
    background-image: url(https://cdn.rosesonly.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9Sb3Nlc09ubHkvSW1hZ2VzL3NhdmUtc2VwYXJhdG9yLnBuZyIsImVkaXRzIjp7fSwib3V0cHV0Rm9ybWF0IjpudWxsfQ==?signature=a8f2659f532da3f9e3a1e621c780401ed5c7db3d41ca5b6a057adeb8e951a229); /* save-separator.png */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 14px;
    font-weight: normal;
}

.products .specialPrice, .products .prodPrice
{
    font-size: 20px;
}

.body-content
{
    min-height: 452px;
}

.midSection
{
    background-color: #f5f5f7;
    margin-bottom: 5px;
}

    .midSection > div > div
    {
        padding: 0px;
    }

.midSectionText {
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}

.midSectionThis {
    font-size: 40px;
}

.midSectionSeason {
    font-size: 50px;
    margin-top: -20px;
    margin-bottom: 0px;
}

.midSectionBlurb {
    font-weight: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.body-content .catHeading
{
    background-color: #dfe8e3;
    padding: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    font-family: Georgia, serif;
    font-size: 48px;
    color: #637d74;
    font-weight: bold;
}


.categoryContentPage {
    top: 235px;
}

.productContainer.category
{
    margin-top: 140px;
}

.savings
{
    position: absolute;
    bottom: 150px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: #85A89C;
    color: white;
    font-family: sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    padding: 6px 15px;
    margin: auto;
    max-width: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

/*End Homepage / Cat Page Products*/

/*Product Page*/
.productInfo h1, .productInfo h2
{
    font-size: 30px;
    color: #85A89C;
}

.productPage h2:not(.pInfo), .homePageTitle h2
{
    text-transform: uppercase;
    text-align: center;
    background-color: #85A89C;
    color: #fff;
    border-radius: 10px;
    padding: 5px 0;
}

.homePageTitle h2
{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.productPage h2:not(.pInfo)
{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 23px;
}

    .homePageTitle h2, .productPage h2
    {
        font-family: Georgia, serif;
        font-weight: bold;
    }

.addon
{
    max-width: 85px;
}

.productPage .splitAddons .singleCategory .addon
{
    margin-top: initial;
}

.splitAddons .addon
{
    max-width: initial;
    float: left;
}
.splitAddons
{
    margin-top: 15px;
}

    .splitAddons .seeMoreOrLess.seeMore
    {
        margin-top: 10px;
    }
    .splitAddons .seeMoreOrLess
    {
        margin-top: 15px;
    }

    .splitAddons .quantityToggle
    {
        margin-top: 5px;
    }

    .splitAddons .col-md-2 .prodText > div
    {
        display: initial;
    }

    #cardPicker .addon
    {
        max-width: initial;
    }

.productPage .addon
{
    min-height: initial;
}

.splitAddons .addon .prodText
{
    min-height: 44px;
}

.personalisedGiftsCategory,
.breakDown
{
    margin-top: 30px;
}

.productPage .personalisedGiftsCategory h2,
.productPage .breakDown h2
{
    margin-bottom: 10px;
}

.productPage .personalisedGiftsCategory .singleCategory .addon
{
    margin-top: initial;
}

.personalisedGiftsCategory .addon
{
    max-width: initial;
    min-height: 256px;
    float: left;
}

.personalisedGiftsCategory .prodText
{
    min-height: 38px;
}

.personalisedGiftsCategory .quantityToggle
{
    padding-top: 8px;
}

    .personalisedGiftsCategory .quantityToggle > div > div
    {
        height: 26px;
    }

.cart
{
    margin-bottom: 20px;
}

    .cart > div
    {
        text-align: left;
        text-transform: uppercase;
    }

    .cart > div .prodPrice{
        text-transform:lowercase;
    }

    .cart .btn-default, .checkoutContainer .btn-success, #registerForm .form-group .btn.btn-default, .contactusForm .btn-success, .productPage .btn-success, .contentTop .btn-success, [class^="prodOptions"] .btn-default, .emailSignupForm .btn-default
    {
        padding: 14px 20px;
        min-width: 133px;
        border: none;
        background-color: #3b3b3b;
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 14px;
        color: white;
        border-radius: initial;
    }
    .emailSignupForm .btn-default .glyphicon
    {
        font-size: 75%;
        margin-left: 10px;
    }

    .emailSignupForm .resultMessage
    {
        margin-top: 5px;
    }

    .cart > div
    {
        text-align: left;
        text-transform: uppercase;
    }

    .cart .btn-default:hover, .checkoutContainer .btn-success:hover, #registerForm .form-group .btn.btn-default:hover, .contactusForm .btn-success:hover, .suggestedProducts .btn-default:hover, .productPage .btn-success:hover, .contentTop .btn-success:hover, .newOrder .reminderSuccess, [class^="prodOptions"] .btn-default:hover, .emailSignupForm .btn-default:hover
    {
        background-color: #85A89C !important;
        color: white;
    }

.btn.btn-default .productPage .specialPrice, .productPage .prodPrice, .checkoutContainer .addon .prodPrice
{
    font-size: 12px;
}

#cardPicker .singleCategory .dropDownBox
{
    display: flex;
    flex-wrap: wrap;
}

.singleCategory .dropDownBox
{
    padding-left: 0px;
    padding-bottom: 0px;
    margin: auto;
    text-align: center;
}

.cart h4, .productInfo h4
{
    font-size: 18px;
}

.addonHeader
{
    font-size: 22px;
    text-transform: uppercase !important;
}


.CheckoutForm, .addToCartBtn
{
    margin-bottom: 15px;
}

.addToCartBtn
{
    float: left;
    margin-top: 30px;
}

.singleCategory .addon.active .btn
{
    background-color: #85A89C;
}

.singleCategory .addon.active .btn
{
    padding-left: 10px;
    padding-right: 10px;
}

.readMoreDesc strong
{
    font-size: 16px;
}


.dropDownBoxContainer .dropDownBox
{
    border: 1px solid #d1d1d1;
    /*padding: 0px 0px 20px 0px;*/
    position: relative;
    text-align: center;
}

    .dropDownBoxContainer .dropDownBox:after, .dropDownBoxContainer .dropDownBox:before
    {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropDownBoxContainer .dropDownBox:after
    {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #323232;
        border-width: 20px;
        margin-left: -20px;
    }

    .dropDownBoxContainer .dropDownBox h4
    {
        background-color: #323232;
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: -11px;
        margin-left: -11px;
        margin-right: -11px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-left: 15px;
    }

.dropDownBoxContainer .glyphicon-remove
{
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}

.addon .prodText > div
{
    height: auto;
}

.dropDownBoxContainer .addon
{
    max-width: 146px;
    padding: 0px;
}

.addon .btn-default, .checkoutContainer .addon .btn-default, #lightBoxInnerContent .btn-success, .orderInformation .addon .btn.btn-default, .btn.muGuide
{
    background-color: #3b3b3b;
    border-radius: 0px;
    border: none;
    color: white;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 4px 12px;
    font-size: 11px;
    margin-top: 9px;
    margin-bottom: 5px;
}

.addonCategory .prodName
{
    max-width: inherit;
}

.addonCategory, .addonCategory .prodName, .dropDownBox .prodName
{
    font-size: 94%;
}

.suggestedProducts
{
    margin: auto;
    text-align: center;
}

.addonCarousel .addonBrowser a
{
    padding-bottom: 10px;
}

.addonBrowser .prodName span
{
    font-size: 13px;
    border: 1px solid;
    border-radius: 15px;
    padding: 0 4px;
}

.removeButton, .addButton, .cartItem a
{
    padding-left: 3px;
    padding-right: 3px;
    height: 16px;
    line-height: 0px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #6b6b6b;
    color: #6b6b6b;
    padding-top: 0px;
    padding-bottom: 2px;
}

.removeButton
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 1px;
}

.cartItem .NoRemove, .cartItem .NoAdd
{
    border: 1px solid #b9b8b8;
    color: #b9b8b8;
}

.dcAvailable
{
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
    font-family: sans-serif;
	font-weight: bold;
    background: #85A89C;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    width: 190px;
    border-bottom-right-radius: 10px;
}

/*Read More*/

.read-more-state
{
    display: none;
}

.read-more-target
{
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-wrap
{
    padding-left: 0px;
}

    .read-more-wrap li
    {
        list-style-type: none;
    }

.read-more-state:checked ~ .read-more-wrap .read-more-target
{
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before
{
    content: 'Read more';
    text-transform: uppercase;
}

.read-more-state:checked ~ .read-more-trigger:before
{
    content: 'Read less';
    text-transform: uppercase;
}

.read-more-trigger
{
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    text-transform: uppercase;
}

/*End Read More*/

/* Product Ingredient CSS */

.ingredientHeading
{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.productIngredients
{
    margin-top: 30px;
    margin-bottom: 30px;
}

    .productIngredients img
    {
        width: 100%;
    }

    .productIngredients > div
    {
        margin: 0 auto;
        padding: 0px;
    }

    .productIngredients h4
    {
        padding-left: 15px;
        font-weight: bold;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .productIngredients p
    {
        padding-left: 15px;
        margin: 0px;
    }

.productIngredients
{
    min-height: 90px;
}

/* End Product Ingredient CSS */

.productContainer .bannerTile
{
    padding: 10px;
}

/*End Product Page*/

.singleCategory .addon.active
{
    border-color: #85A89C;
}

.instalmetORTextDiv
{
    text-align: center;
}

.instalmentORDiv
{
    display: inline-block;
    height: 30px;
    border-left: 1px solid;
    vertical-align: top;
}

/*End Funnel*/
/*Content Page*/
.contentTop
{
    margin-bottom: 50px;
}

.contentImages
{
    float: right;
    padding-left: 20px;
}

.contactusForm
{
    margin-top: 30px;
}

.promoProducts img
{
    display: inline-block;
    float: left;
    background-size: cover;
}

.productHead
{
    background-color: #353535;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: pointer;
}

    .productHead h2 {
        margin-top: 10px;
    }

    .productHead h2 .glyphicon {
        float: right;
    }

/*End Content Page*/

/*Bottom Text, Tiles*/

.bottomText
{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

    .bottomText p
    {
        line-height: 24px;
    }

    .bottomText a {
        color: #419b81;
    }

.bTile1
{
    padding-left: 0px;
    padding-right: 2px;
    margin: 20px 0px;
}

.bTile2
{
    padding-left: 1px;
    padding-right: 1px;
    margin: 20px 0px;
}

.bTile3
{
    padding-right: 0px;
    padding-left: 2px;
    margin: 20px 0px;
}

.corpBrandLogos
{
    text-align: center;
    margin: auto;
}


    .corpBrandLogos > div
    {
        text-align: center;
        padding: 0px;
        display: inline-block;
        float: none;
        width: 18%;
    }

.row.text-center > div
{
    display: inline-block;
    float: none;
}

.corpBrandLogos a
{
    color: #419b81;
    text-transform: lowercase;
    text-decoration: underline;
}

.corpBrandLogos img
{
    margin: 0 auto;
}

/*End Bottom Text*/

/*Footer*/
footer
{
    width: 100% !important;
    background-color: #353535;
    color: white;
}

.footerContainer
{
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}

.footer ul
{
    padding-left: 0px;
}

.footer li
{
    list-style-type: none;
}

    .footer li a
    {
        color: #c4c4c4;
        line-height: 30px;
        font-size: 16px;
    }

        .footer li a:hover
        {
            color: #878787;
        }

.copyrightContent a, .copyrightContent
{
    text-decoration: none;
    color: #c4c4c4;
}

.footer > div > div:first-child
{
    padding-left: 0px;
}

.footerContainer .socialLinks
{
    padding: 15px 5px 0px 5px;
    max-width: 55px;
}

.socialLinks a img
{
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.socialLinks a:hover img
{
    opacity: .6;
}

.copyrightContent
{
    margin-bottom: 50px;
    margin-top: 20px;
}

    .copyrightContent img
    {
        margin: 0 auto;
        margin-top: 50px;
    }

/* END Footer*/

.extraInfo
{
    padding-top: 25px;
    margin-top: 30px;
    margin-right: 30px;
    border-top: 1px solid #ededed;
    padding-bottom: 30px;
    text-align: center;
}

    .extraInfo p
    {
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 10px;
    }

.extraInfo a
{
    text-transform: lowercase;
    font-weight: normal;
    font-size: 16px;
}

.prodContainer
{
    padding-bottom: 50px;
    background-position: top center;
}

    .prodContainer .products:first-child
    {
        padding-top: 40px;
    }

    .prodContainer .products
    {
        background-color: transparent;
    }

.bottomSticker
{
    text-align: center;
    margin-top: 400px;
}

    .bottomSticker p
    {
        color: white;
        padding-top: 10px;
    }

.feed p
{
    font-style: italic;
    padding-top: 20px;
    max-width: 315px;
    line-height: 26px;
    font-size: 15px;
}

.feed > div a
{
    font-style: normal;
    color: #56b398;
    text-decoration: none;
}

.roFeedback
{
    padding-bottom: 30px;
}

.roFeedback .feed
{
    padding-left: 40px;
    margin-bottom: 20px;
}

.imgBanner
{
    margin-top: -26px;
    width: 100%;
    max-width: 439px;
    margin-left: auto;
    margin-right: auto;
}

    .imgBanner.popGifts
    {
        margin-bottom: -21px;
    }

.shopProductContainer .btn-primary, .shopProductContainer .btn-primary:hover, .shopProductContainer .btn-primary:active
{
    background-color: #4f4f4f;
    border-color: #4f4f4f;
}

.contentpBanner
{
    margin-top: 20px;
}

    .contentpBanner img
    {
        margin: 0 auto;
    }



    .contentpBanner p
    {
        font-size: 16px;
        float: left;
        margin-left: 15px;
    }

.ourSpecialties
{
    margin-top: 40px;
}

    .ourSpecialties h3
    {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
    }

    .ourSpecialties p
    {
        font-size: 16px;
    }

    .ourSpecialties a.body-content .prodContainer .productTitle
    {
        padding-top: 50px;
        margin-left: 60px;
        text-transform: uppercase;
        padding-bottom: 20px;
    }



.loginLinks
{
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}


.contentTop .btn-primary
{
    background-color: #353535;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.contentTop .lead .btn-default
{
    border: 1px solid #979797;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.contentTop .btn-primary:hover
{
    background-color: #979797;
}

.contentTop .homePageTitle.cba, .contentTop .homePageTitle.LaingSimmons
{
    display: none;
}

.orderInformation h4, .orderInformation .glyphicon-triangle-bottom, .orderInformation .glyphicon-triangle-top
{
    color: black;
}

.orderInformation h4
{
    font-weight: bold;
}

.orderInformation .navbar
{
    border-radius: 4px;
    border: 1px solid #B2B2B2;
}

.orderInformation .btn.btn-default
{
    padding: 5px 50px;
    border: none;
    background-color: #3b3b3b;
    text-transform: uppercase;
    font-family: sans-serif;
    color: white;
    border-radius: initial;
}

.orderActions .pointer.underline
{
    color: #3b3b3b;
}

.orderInformation .btn.btn-default:hover
{
    background-color: #85A89C;
    color: white;
}

.orderInformation .pointer.underline
{
    color: #3b3b3b;
}


.orderInformation #profile div .pointer.underline
{
    color: #85A89C;
}

.orderInformation .dropDownBoxContainer .dropDownBox h4
{
    display: block;
    margin-right: 0;
}

.orderInformation #staticCart > strong, .orderInformation #paymentContainer > strong
{
    background-color: #353535;
    color: #fff;
}

.subscriberBar
{
    position: relative;
}

    .subscriberBar img.background-image
    {
        position: absolute;
        object-fit: cover;
        height: 100%;
        width: 100%;
        left: 0;
    }

    .subscriberBar .subscriberContainer
    {
        text-align: left;
        position: relative;
    }

    .subscriberBar > h2
    {
        font-size: 28px;
    }

.newsletter input {
    width: 100%;
    color: black;
    border-radius: 3px;
    border: none;
    padding-left: 5px;
    margin-bottom: 2px;
}

.subscribeDiv {
    max-width: 1015px;
    margin: auto;
}
.checkout .subscriberBar{
    display: none;
}

.readOnlyFunnelField
{
    margin: 0;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
}

.subscriberBottomRow
{
    padding: 20px 0;
}

.subscriberBottomRow h2
{
    margin-top: 0;
}

.newsletter > .control > div.form-group
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.subscriberActions > button
{
    width: 100%;
    background-color: #353535;
    border: 2px solid #353535;
    border-radius: 3px;
    font-weight: bold;
}

.subscriberBottomRow > div > p {
    font-size: 17px;
}

.subWarning{
    background-color: white;
    color: red;
}

.checkout .searchBarContainer, .checkout .searchBarMobileContainer {
    display: none;
}

.progress-bar-success
{
    background-color: #85A89C !important;
}

.datepicker table tr td.day.mothersDay:not(.today):not(.active):not(.disabled)
{
    color: initial;
    background-color: white !important;
    background-image: url(https://cdn.rosesonly.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9Db21tb24vSW1hZ2VzL0RlbGl2ZXJ5RGF0ZUZ1bm5lbE1vdGhlcnNEYXlJY29uLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MjYsImhlaWdodCI6MjYsImZpdCI6ImNvbnRhaW4iLCJiYWNrZ3JvdW5kIjp7InIiOjE2NzExNjgwLCJnIjo2NTI4MCwiYiI6MjU1LCJhbHBoYSI6MX19fSwib3V0cHV0Rm9ybWF0IjpudWxsfQ==?signature=53376356bfd4b21e94b4bf7d194102857143a2ac45267423c967f4fe909be07b) !important; /* DeliveryDateFunnelMothersDayIcon.png */
    background-position: 1px 1px !important;
    background-repeat: no-repeat !important;
    background-size: 90%;
}

.datepicker table tr td.day.valentinesDay:not(.today):not(.active):not(.disabled)
{
    color: white;
    background-color: white !important;
    background-image: url(https://cdn.rosesonly.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9Db21tb24vSW1hZ2VzL0RlbGl2ZXJ5RGF0ZUZ1bm5lbFZhbGVudGluZXNEYXlJY29uLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MjYsImhlaWdodCI6MjYsImZpdCI6ImNvbnRhaW4iLCJiYWNrZ3JvdW5kIjp7InIiOjE2NzExNjgwLCJnIjo2NTI4MCwiYiI6MjU1LCJhbHBoYSI6MX19fSwib3V0cHV0Rm9ybWF0IjpudWxsfQ==?signature=c9fdb781d7823797c9a2d3ff740b0856174055a6f6a0fb9eb8d2cd05f84b95e6) !important; /* DeliveryDateFunnelValentinesDayIcon.png */
    background-position: 2px 2px !important;
    background-repeat: no-repeat !important;
    background-size: 90%;
}

.AutoAddProductToCartAgreement
{
    border: 1px solid #85a89c;
    width: fit-content;
    padding: 5px 20px 0px 20px;
}

/* Tablet and mobile */
/*Desktop only*/
@media only screen and (max-width: 1199px) {
    #hamburgerMenu .submenu, #hamburgerMenu:not(.showRight)
    {
        max-height: 0;
        display: block;
        overflow: hidden;
        transition: max-height .35s ease;
        border-top: none;
        border-bottom: none;
    }

    #hamburger-wrapper
    {
        display: flex;
        align-items: center;
        width: 44px;
        height: 40px;
        margin: 9px 15px 0 0;
        padding: 0 3px;
        float: right;
        right: 0;
    }
    
    .navbar-header {
        float: none;
        height: 49px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    #hamburgerMenu {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #hamburgerMenu.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    #hamburgerMenu {
        background-color: #353535;
        border: none;
    }

    .topNav ul.nav.navbar-nav > li {
        display: block;
        text-align: left;
    }

    .navbar-toggle {
        display: block;
        padding: 4px 10px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .menuText
    {
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        right: 65px !important;
        position: absolute;
        top: 13px !important;
        transition: right .35s ease;
    }

    #hamburger-wrapper.open .menuText
    {
        top: 5px !important;
    }

    #navContainer .nav li .submenu
    {
        min-width: 100%;
    }
        #navContainer .nav li .submenu.showMenu
        {
            position: initial;
            z-index: initial;
        }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }


    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

    body.menu-slider.in {
        overflow: hidden;
    }

    body.menu-slider .topNav {
        transition: right 0.35s ease;
    }

    body.menu-slider.in .topNav {
        right: 30%;
    }

    /*END Slide in Right CSS*/


    #hamburgerMenu
    {
        display: block !important;
        width: 0;
        z-index: 20;
        padding: 0 15px;
        top: 0;
        right: -100%;
        position: fixed;
        height: 100% !important;
        background-color: #353535;
        transition: right .35s ease;
        overflow-y: auto;
    }

        #hamburgerMenu.showRight
        {
            width: 30%;
            transition: right .35s ease;
            right: 0px;
        }

    #hamburger-wrapper.open
    {
        position: absolute !important;
        right: 30% !important;
        transition: right .35s ease;
    }

    /*END Hamburger animation*/
    .savings
    {
        font-size: 14px;
    }

    .banners #Tile .banner.Tile_1, .banners #Tile .banner.Tile_2, .banners #Tile .banner.Tile_3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .contentpBanner > div {
        padding: 0px;
    }

    .checkoutContainer .addon {
        max-width: 100px;
    }

    #navContainer .nav li.dropdown .submenu {
        padding-top: 0;
    }

    .subscribeDiv > h2 {
        font-size: 29px;
    }

    .topNav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .cartHeader.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }

    #cartReviewSection {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 100;
    }

        #cartReviewSection.fixed {
            position: fixed;
            top: 48px;
        }

    #cartIconAndBubble.fixed.active
    {
        padding-left: 14px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .personalisedGiftsCategory .singleCategory .addon
    {
        min-height: 232px;
    }
}

@media only screen and (max-width : 991px)
{
    .bottomTextImage, .bottomTextImageSquare {
        padding: 10px 35px 10px 35px;
    }

    .logo
    {
        width: 190px;
    }

    .logoHeader
    {
        width: 190px;
    }

        .logoHeader.smallCorporateHeader
        {
            width: 212px;
        }

    .logoText, #deliveringTo
    {
        width: 190px;
    }

        .logoText.long
        {
            text-align: left;
            padding-left: 4px;
            font-size: 14px;
        }

    .brandLogo
    {
        margin-left: -1px;
    }

        .brandLogo img
        {
            max-width: 190px;
        }

    .shopTabs
    {
        white-space: nowrap;
    }

        .shopTabs a
        {
            display: inline-block;
            padding-left: 25px;
            padding-right: 25px;
            width: 35%;
        }

        .shopTabs img
        {
            display: inline-block;
        }



    .floristArea, .floristPhone, .floristHours
    {
        padding-left: 0px;
        padding-right: 0px;
    }

        .floristArea p, .floristPhone p, .floristHours p
        {
            font-size: 11px;
        }

        .floristArea img, .floristPhone img, .floristHours img
        {
            max-width: 50px;
            padding-top: 5px;
        }



    .productContainer .prodName.longName, .prodContainer .prodName.longName, .productContainer .prodName.midName, .prodContainer .prodName.midName, .districtPage .prodName.midName, .districtPage .prodName.longName
    {
        font-size: 14px;
    }

    .midSection
    {
        margin-bottom: 30px;
    }

    .savings
    {
        font-size: 12px;
    }

    #navContainer #hamburgerMenu.in, #navContainer #hamburgerMenu.collapsing
    {
        top: 0;
    }

    .productPage .checkoutPrice, .cart > div, .addonHeader, .productInfo p, .productInfo h4
    {
        text-align: center !important;
    }

    .CheckoutForm
    {
        float: none;
    }

    .carouselContainer
    {
        margin-top: 15px;
    }

    .productDesc
    {
        margin-top: 25px;
        text-transform: none;
        font-size: 16px;
        height: auto;
    }

    .addonCategory img
    {
        max-width: 110px;
    }

    #productImages
    {
        max-width: 600px;
        margin: auto;
    }

    .floristArea, .floristPhone, .floristHours
    {
        line-height: 18px;
    }

    .productInfo
    {
        margin-top: 20px;
    }

        .productInfo h1, .productInfo h2
        {
            text-align: center;
        }

    .checkoutNavMobile li
    {
        font-family: Georgia, serif;
        font-weight: bold;
        text-decoration: none !important;
        font-size: 26px;
    }

        .checkoutNavMobile li a
        {
            text-decoration: none !important;
        }

        .checkoutNavMobile li.active
        {
            background-color: transparent !important;
        }

    .cart > div
    {
        padding: 0px;
    }

    .homePageTitle, .categoryTitle, .register, .simpleForm h2, .prodContainer h2, .bottomText h2, .homePageTitle
    {
        font-size: 18px;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 20px 0px;
        line-height: 26px;
    }

        .homePageTitle > span, .categoryTitle span, .register span, .productContainer h2 span, .simpleForm h2 span, .prodContainer h2 span, .productPage h3 span, .bottomText h2 > span, .homePageTitle > span
        {
            background-color: white;
            font-size: 18px;
        }

    .corpLogin p
    {
        font-size: 13px;
    }

    .subscribeDiv > h2 {
        font-size: 22px;
    }

    .categoryContentPage {
        top: 222px;
    }

    .midSectionText {
        margin-top: 0px;
    }

    .personalisedGiftsCategory .singleCategory .addon
    {
        min-height: 256px;
    }
}

/*Mobile only*/

@media only screen and (max-width : 767px)
{
    .suggestedProducts .addon .btn-default
    {
        padding: 9px 6px;
    }

    .homePageTitle h2
    {
        margin-top: 0;
        font-size: 15px;
    }
    #hamburgerMenu.showRight
    {
        width: 50%;
        transition: right .35s ease;
        right: 0px;
    }
    #hamburger-wrapper.open
    {
        right: 50% !important;
        transition: right .35s ease !important;
    }
    .location2020 .bottomText .textDiv .text {
        width: 100%;
    }

    .location2020 #bottomIntagramDiv #instagramHeader
    {
        font-size: 34px !important;
    }

    .location2020 #bottomIntagramDiv #instagramHandle
    {
        font-size: 20px !important;
    }

    .funeralLandingPage #funeralHelpDiv
    {
        padding: 20px;
    }
    .funeralLandingPage #funeralHelpDiv > h3
    {
        font-size: 20px
    }

    .contentPageTopLeftContentImage
    {
        float: none;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .addonCarousel .addonBrowser a
    {
        padding-left: 6px;
        padding-right: 6px;
    }

    .colorBar
    {
        height: 40px;
    }

    .brandLogo
    {
        height: 53px;
    }

        .brandLogo img
        {
            width: 140px;
            height: auto;
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
            margin-top: 2px;
            padding-top: 10px;
        }

    .menuText
    {
        right: 60px !important;
    }

    .textBanner
    {
        margin-left: -15px;
        margin-right: -15px;
    }

    .suburbBanner .textBanner
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    .textBanner .text-middle, .textBanner.referrer .text-middle
    {
        height: 215px;
        color: #323232;
        text-shadow: none;
    }

        .textBanner .text-middle .hours
        {
            text-transform: uppercase;
            font-size: 20px;
            font-family: sans-serif;
			font-weight: bold;
        }

    .suburbBanner .text-middle .overlay
    {
        padding: 10px 0px;
        margin-top: 30px;
    }

    .textBanner .overlay
    {
        background-color: rgba(255, 255, 255, 0.6);
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .textBanner .header
    {
        font-family: sans-serif;
		font-weight: bold;
        color: #323232;
        text-shadow: none;
    }



    .floristArea, .floristPhone, .floristHours
    {
        margin-top: 12px;
    }

    .productContainer .caption .btn-default, .contentTop .caption .btn-default
    {
        padding: 5px 29px;
        font-size: 13px;
        margin-top: 5px;
    }


    .logo
    {
        float: none;
        width: inherit;
        height: inherit;
        padding-top: 12px;
    }



    .shopTabs
    {
        padding-left: 140px;
    }

        .shopTabs a
        {
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px;
            max-width: 135px;
        }

        .shopTabs img
        {
            max-width: 54px;
            height: auto;
        }

    .banners #Tile
    {
        margin-top: 3px;
    }



    .homePageTitle, .bottomText h2
    {
        margin: 25px 0px 10px 0px;
        border: none;
        line-height: 24px;
    }


    .products .priceStrikeThrough, .products .specialPrice, .products .prodPrice
    {
        font-size: 14px;
    }

    .footerContainer
    {
        padding-bottom: 50px;
    }

    .callBannerPadding
    {
        padding: 0px;
    }

    .productContainer .products > div, .prodContainer .products > div
    {
        margin: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .copyrightContent
    {
        margin-bottom: 20px;
    }

    .productContainer.category
    {
        margin-top: 10px;
    }

    .body-content .catHeading
    {
        font-size: 29px;
        padding: 15px 0px;
        position: initial;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .savings
    {
        font-size: 10px;
        padding: 4px 15px;
        bottom: 119px;
    }

    #navContainer #hamburgerMenu.in, #navContainer #hamburgerMenu.collapsing
    {
        top: 0;
    }

    .logoHeader
    {
        width: 140px;
        top: 65px;
        font-size: 10px;
        line-height: 10px;
    }

        .logoHeader.smallCorporateHeader
        {
            width: 300px;
            top: 65px;
            font-size: 10px;
            text-transform: uppercase;
            line-height: 12px;
            text-align: left;
            padding-left: 5px;
        }

    .productContainer .prodName, .prodContainer .prodName, .districtPage .prodName
    {
        height: 40px;
        line-height: 40px;
    }

    .products > div a:hover img.bottom
    {
        opacity: 0;
    }

    .products > div a img.bottom
    {
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .contentImages
    {
        max-width: 150px;
    }

    .productPage #productImages
    {
        margin-left: 0px;
    }

    .mobileLogoText
    {
        width: 140px;
        left: 0px;
        top: 80px;
        z-index: 2;
        position: absolute;
        text-transform: uppercase;
        font-weight: bold;
        margin: auto;
        text-align: center;
        line-height: 16px;
    }

        .mobileLogoText.long
        {
            font-size: 12px;
        }

    .addonCategory img
    {
        max-width: 80px;
    }

    .corpLogin, .corpLogin img
    {
        margin: auto;
        text-align: center;
    }

    .extraInfo
    {
        margin-left: 10px;
        margin-right: 10px !important;
    }

    .midSection > div > div
    {
        padding: 0px;
    }

    .midSectionThis {
        font-size: 30px;
    }

    .midSectionSeason {
        font-size: 40px;
    }

    .midSectionBlurb {
        font-size: 16px;
    }

    .Corporate .contentTop
    {
        margin-top: 20px;
    }

    .mobileLogoText.long
    {
        font-size: 10px;
        width: 230px;
        text-align: left;
        padding-left: 5px;
    }

    #TileMobile .banner
    {
        padding: 5px;
    }

    .corpHeading
    {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .suburbBanner .text-middle .overlay h1
    {
        font-size: 20px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    .suburbBanner .text-middle .overlay h2
    {
        font-size: 20px;
    }

    .suburbBanner .text-middle .overlay .button
    {
        font-size: 11px;
        padding: 10px 6px;
        max-width: 100px;
        bottom: 6px;
    }

    .orderComplete .linkBlock
    {
        font-size: 16px;
        line-height: 1.6;
    }

        .orderComplete .linkBlock p
        {
            margin: 5px 5px 5px 10px !important;
        }


    .bigFancy
    {
        font-size: 18.5px;
    }

    .removeButton, .addButton, .cartItem a
    {
        padding-left: 12px;
        padding-right: 12px;
        border: 1px solid #aeaeae;
        margin-right: 1px;
        margin-left: 1px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 4px;
        padding-bottom: 1px;
        height: 29px;
    }
    #cartReviewSection.fixed {
        position: fixed;
        top: 40px;
    }
    .categoryContentPage {
        top: 140px;
    }
    .splitAddons .addon .prodText
    {
        min-height: 58px;
    }
}

@media only screen and (max-width : 992px)
{

}

@media only screen and (max-width : 768px) 
{
}

@media only screen and (max-width : 600px)
{
    .underNavBarProductPage
    {
        font-size: 16px;
        line-height: 2.5;
    }

    .brandLogo img
    {
        padding-top: 10px;
    }

    #navContainer #hamburgerMenu
    {
        width: 40%;
    }
    #hamburger-wrapper.open
    {
        right: 40% !important;
    }

    .textBanner .header.smallText
    {
        font-size: 30px;
    }

    body.menu-slider.in .topNav
    {
        right: 40%;
    }


    .shopTabs a
    {
        padding-left: 12px;
        padding-right: 12px;
    }

    .midSectionThis {
        font-size: 20px;
    }

    .midSectionSeason {
        font-size: 30px;
    }

    .midSectionBlurb {
        font-size: 14px;
    }
}

/* Small Mobiles*/

@media only screen and (max-width : 500px)
{
    .productPage h2:not(.pInfo)
    {
        font-size: 17px;
    }

    .brandLogo
    {
        height: 44px;
    }

        .brandLogo img
        {
            width: 110px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 6px;
        }

    .textBanner .header.smallText
    {
        font-size: 30px;
    }

    .textBanner .text-middle .hours
    {
        font-size: 16px;
    }

    .logoHeader.smallCorporateHeader
    {
        top: 55px;
    }

    .logoHeader
    {
        width: 130px;
        top: 60px;
    }

    .shopTabs
    {
        padding-left: 111px;
    }

        .shopTabs img
        {
            padding-left: 5px;
            padding-right: 5px;
        }

    .productContainer .prodName.midName, .prodContainer .prodName.midName, .districtPage .prodName.midName
    {
        font-size: 12px;
    }

    .productContainer .prodName.longName, .prodContainer .prodName.longName, .districtPage .prodName.longName
    {
        font-size: 11px;
    }

    .productContainer .categoryUpperBlurb, .productUpperBlurb
    {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }


    .shopTabs a
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    #navContainer #hamburgerMenu.in, #navContainer #hamburgerMenu.collapsing
    {
        top: 0;
    }

    #navContainer #hamburgerMenu
    {
        width: 50%;
    }
    #hamburger-wrapper.open
    {
        right: 50% !important;
    }

    body.menu-slider.in .topNav
    {
        right: 50%;
    }

    .mobileLogoText
    {
        width: 125px;
        top: 60px;
        text-align: left;
        padding-left: 5px;
    }

    .dcAvailable
    {
        width: 150px;
        font-size: 10px;
    }

    .corpLogin p
    {
        font-size: 12px;
    }

    .floristHoursLocation div
    {
        font-size: 12px;
    }

    .mobileLogoText.long
    {
        width: 150px;
        line-height: 12px;
    }

    .dropDownBoxContainer .addon
    {
        max-width: 130px;
        padding: 0px;
    }
    .categoryContentPage {
        top: 134px;
    }

    .midSectionImage {
        margin-top: 20px;
    }

    .midSectionThis {
        font-size: 20px;
    }

    .midSectionSeason {
        font-size: 30px;
    }

    .midSectionBlurb {
        font-size: 12px;
    }
}

@media only screen and (max-width : 400px)
{
    .brandLogo
    {
        height: 29px;
    }

    .logoHeader
    {
        width: 140px;
        top: 55px;
        padding-left: 5px;
        font-size: 10px;
    }

    .textBanner .header.smallText
    {
        font-size: 20px;
    }

    .body-content .catHeading
    {
        font-size: 25px;
    }

    .savings
    {
        font-size: 8px;
    }

    body.menu-slider.in .topNav
    {
        right: 65%;
    }

    #navContainer #hamburgerMenu.in, #navContainer #hamburgerMenu.collapsing
    {
        top: 0;
    }

    #navContainer #hamburgerMenu
    {
        width: 60%;
    }
    #hamburger-wrapper.open
    {
        right: 60% !important;
    }

    body.menu-slider.in .topNav
    {
        right: 60%;
    }

    .shopTabs
    {
        padding-left: 111px;
    }

        .shopTabs a
        {
            padding-left: 2px;
            padding-right: 2px;
        }

        .shopTabs img
        {
            width: 47px;
        }

    .mobileLogoText.long
    {
        width: 140px;
        top: 60px;
        font-size: 10px;
        line-height: 10px;
    }

    .corpLogin a
    {
        font-size: 14px;
    }

    .floristHoursLocation div
    {
        font-size: 10px;
    }

    .orderComplete #submitTitle
    {
        font-size: 40px;
    }
    .categoryContentPage {
        top: 131px;
    }

    .midSectionThis {
        font-size: 15px;
    }

    .midSectionSeason {
        font-size: 25px;
    }

    .midSectionBlurb {
        font-size: 10px;
    }

    .personalisedGiftsCategory .singleCategory .addon
    {
        min-height: 208px;
    }
}

/* Very Small Mobiles*/
@media only screen and (max-width : 340px)
{
    .floristHours
    {
        padding-left: 10px;
    }

    .shopTabs a
    {
        padding-top: 0px;
        padding-bottom: 2px;
    }

    .shopTabs img
    {
        width: 40px;
    }

    #navContainer #hamburgerMenu.in, #navContainer #hamburgerMenu.collapsing
    {
        top: 0;
    }

    .brandLogo
    {
        height: 20px;
    }

    .products .priceStrikeThrough, .products .specialPrice, .products .prodPrice
    {
        font-size: 13px;
    }

    .floristHoursLocation
    {
        padding-left: 30px;
    }

        .floristHoursLocation div
        {
            padding-left: 5px;
        }

    .mobileLogoText.long
    {
        width: 160px;
    }

    .checkoutContainer .deliveryButtons.hasApplePay .btn-success
    {
        font-size: 24px;
        line-height: 37px;
    }
    .categoryContentPage {
        top: 121px;
    }
}

/*Tablet and Desktop*/
        @media only screen and (min-width : 1200px)
        {
            .container #hamburgerMenu.collapse
            {
                display: inline-block !important;
                margin: auto;
                width: 100%;
            }

            .floristArea, .floristPhone, .floristHours
            {
                line-height: 22px;
                font-weight: bold;
                margin-top: 20px;
                font-size: 15px;
            }

                .floristPhone p
                {
                    font-size: 14px;
                    margin-bottom: 0px;
                    padding-top: 2px;
                }



                    .floristPhone p span
                    {
                        font-size: 22px;
                    }

            .extraInfo
            {
                margin-top: 60px;
                padding-top: 40px;
                padding-bottom: 40px;
            }

                .extraInfo > div
                {
                    padding: 0px;
                }

            .corpLogin p
            {
                max-width: 450px;
            }

            .searchBarMobileContainer {
                display: none;
            }
        }
        /*Desktop only*/
        @media only screen and (min-width : 992px)
        {
            .logo
            {
                width: 230px;
                height: 70px;
            }

            .brandLogo
            {
                max-width: 230px;
                max-height: 80px;
            }

                .brandLogo img
                {
                    max-width: 230px;
                    padding-left: 25px;
                    padding-right: 25px;
                    padding-top: 15px;
                }

            .searchBarContainer
            {
                margin-top: -34px;
            }



            .shopTabs
            {
                margin-top: 18px;
            }

            .productInfo h1
            {
                text-align: left;
            }

            .categoryTitle, .register, .simpleForm h2, .prodContainer h2, .bottomText h2, .homePageTitle
            {
                font-size: 18px;
                font-family: sans-serif;
                text-transform: uppercase;
                text-align: center;
                margin: 50px 0px;
                border-top: 1px solid #ebe9ed;
                line-height: 0px;
            }

                .homePageTitle > span, .categoryTitle span, .register span, .productContainer h2 span, .simpleForm h2 span, .prodContainer h2 span, .productPage h3 span, .bottomText h2 > span, .homePageTitle > span
                {
                    background-color: white;
                    padding-left: 10px;
                    padding-right: 10px;
                    font-size: 18px;
                }

            .homePageTitle
            {
                border-top: none;
                margin-top: 35px;
                margin-bottom: 20px;
            }

            .homePageTitle h2
            {
                margin-top: 0px;
                margin-bottom: 0px;
            }
        }
        /*Banner carousel*/
        .carousel-fade .carousel-inner .item
{
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right
{
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right
    {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control
{
    z-index: 2;
}

@media only screen and (min-width : 768px) {

    .blogImage {
        clear: both;
        float: left;
        padding: 5px 30px 15px 0;
    }
}

/*Home & Cat*/



/*.savings - width 100% savings tag
{
    margin-left: 19px;
    margin-right: 19px;
    max-width: inherit;
    background-color:#399e98;
    border-radius: initial;
}*/

.products > div
{
    padding-left: 5px;
    padding-right: 5px;
}

/*End Home & Cat*/

/*Product Page*/


.productPage
{
    margin-bottom: 50px;
}

    .productPage .productInfo p
    {
        font-weight: normal;
    }

    .productPage .totalPrice
    {
        font-weight: bold !important;
    }

    .productPage h3
    {
        font-size: 18px;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
       
    .productPage .productInfo h1
   {
       text-align:left;
   }

    .productPage .description
    {
        padding-left:0px;
    }

    .productPage .carouselContainer
    {
        margin: auto;
        max-width:550px;
    }

    .productPage .productIngredients h3
    {
        margin-bottom: 30px;
    }

    .productPage .cart
    {
        margin-top: 20px;
    }

        .productPage .cart, .productPage .cart > div
        {
            padding-left: 0px;
        }

/*End Product Page*/

/* Checkout */
.datepicker table tr td.day.valentinesDay:not(.today):not(.active):not(.disabled)
{
    color: initial;
    background: initial !important;
}

    .datepicker table tr td.day.valentinesDay:not(.today):not(.active):not(.disabled):hover
    {
        background: #eeeeee !important;
    }
/* End Checkout*/

 .floristArea p
    {
        font-size: 14px;
    }

@media only screen and (max-width : 1300px)
{
    .floristArea p
    {
        font-size: 12px;
    }
}

@media only screen and (max-width : 1200px)
{
    .floristArea p
    {
        font-size: 11.5px;
    }
}

@media only screen and (max-width : 1050px)
{
    .floristArea p
    {
        font-size: 11px;
    }
}

@media only screen and (max-width : 991px)
{
    .floristArea p
    {
        font-size: 9.5px;
    }
}

@media only screen and (max-width : 975px)
{
    .floristArea p
    {
        font-size: 8.5px;
    }
}

@media only screen and (max-width : 900px)
{
    .floristArea p
    {
        font-size: 8px;
        line-height:17px;
    }
}

@media only screen and (max-width : 850px)
{
    .floristArea p
    {
        font-size: 7px;
        line-height:16px;
    }
}

@media only screen and (max-width : 785px)
{
    .floristArea p
    {
        font-size: 6.75px;
        line-height:15px;
    }
}
    .productPage .productInfo h1
   {
       text-align:center;
   }
}

@media only screen and (max-width : 767px)
{
    .brandLogo img
    {
        padding-left:15px;
        padding-right:15px;
        padding-top:5px;
    }
}

@media only screen and (min-width : 991px)
{
    .brandLogo img
    {
        padding-top: 15px;
    }
    .productPage .carouselContainer
    {
        margin-top: 20px;
    }
    .searchBarContainer {
        margin-top: -104px;
    }
}
