/* 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 ')'
(5115,50): run-time error CSS1030: Expected identifier, found ','
(5115,65): run-time error CSS1031: Expected selector, found ')'
(5115,65): run-time error CSS1025: Expected comma or open brace, found ')'
(5144,54): run-time error CSS1030: Expected identifier, found ','
(5144,69): run-time error CSS1031: Expected selector, found ')'
(5144,69): run-time error CSS1025: Expected comma or open brace, found ')'
(5185,28): run-time error CSS1030: Expected identifier, found '#pr-reviews-horizontal-widget'
(5185,63): run-time error CSS1031: Expected selector, found ')'
(5185,63): run-time error CSS1025: Expected comma or open brace, 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;
    }
}
@font-face
{
    font-family: 'Museo Slab';
    src: url('./Fonts/museo_slab_500-webfont');
    src: local('☺'), url('./Fonts/museo_slab_500-webfont') format('woff');
}

body
{
    padding-bottom: 0px;
}

.primary, .CheckoutForm .btn.btn-default.btn-success, .checkoutContainer:not(.orderComplete) .btn.btn-success
{
    background-image: none;
    background: #70835c;
    border: 2px solid #70835c;
    color: #fff;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 7px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all .3s ease;
    backface-visibility: hidden;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    height: 44px;
    width: 100%;
    border-radius: 3px;
}

    .primary:hover, .CheckoutForm .btn.btn-default.btn-success:hover, .checkoutContainer:not(.orderComplete) .btn.btn-success:hover
    {
        background: #fff;
        border: 2px solid #70835c;
        color: #70835c;
    }

.orderActions .pointer.underline
{
    font-weight: bold;
    color: #799764;
}

.row.orderInformation
{
    margin-left: 0;
}

.orderInformation .pointer.underline
{
    font-weight: bold;
    color: #799764;
}

.orderInformation .addOnPanel .dropDownBoxContainer .dropDownBox
{
    text-align: center;
    padding-top: 50px;
}

.orderInformation .addOnPanel .addonCarousel
{
    text-align: center;
}

.orderInformation .navbar
{
    border-color: #799764;
    background-color: white;
}
.orderInformation .navbar h4
{
    color: #799764;
}

.orderProducts img
{
    border-top-left-radius: 76px 220px;
    border-top-right-radius: 76px 220px;
}

.addonCarousel .prodName
{
    font-weight: bold;
    font-size: 14px;
}

.CheckoutForm .btn.btn-default.btn-success, .btn.btn-success, .checkoutContainer .btn.btn-default.btn-success, .checkoutContainer .btn.btn-success, .checkoutContainer .btn.btn-default
{
    font-family: sans-serif;
    font-size: 19px;
    padding: 8px 35px 8px 35px;
}

.checkoutContainer:not(.orderComplete) .btn.btn-default
{
    font-family: PT, sans-serif;
    color: #737373;
    background-color: #d9d9d9;
    border: none;
    border-radius: 6px;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    text-align: center;
}

.checkoutContainer #cards_container .btn.btn-default
{
    padding: 8px 12px;
    font-size: 13px;
}

.totalPrice
{
    font-family: sans-serif;
    font-size: 22px;
    padding-top: 2px;
    font-weight: bold;
}
/* Pagenation */
.perPageMessage{
    opacity: 0.7;
    margin-top: 20px;
}

.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 #70835c;
            background: #70835c;
            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;
        }
/* Category Page Styling */
.underBannerCatPageHtml
{
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: #799764;
    position: absolute;
    left: 0;
    line-height: 1.9;
    font-size: 20px;
    font-weight: bold;
}

    .underBannerCatPageHtml a
    {
        text-decoration: none;
        color: #fff;
    }
    .underBannerCatPageHtml + .row.category
    {
        margin-top: 40px;
    }

.textBanner .text-middle
{
    min-height: 310px;
}

.textBanner.locationBanner .text-middle
{
    min-height: initial;
    background-size: contain;
    height: 24vw;
    max-height: 645px;
}

.textBanner.locationBanner .overlay
{
    background-color: initial;
    color: #fff;
    border: none;
    box-shadow: none;
    float: none;
    margin-left: initial;
}

.textBanner, .carousel
{
    position: initial;
}

    .textBanner .overlay h1
    {
        font-family: operetta-12, serif;
        font-weight: 800;
        font-size: 69px;
    }

    .textBanner .overlay h1.longLocation
    {
        font-size: 60px;
    }

    .textBanner .overlay h1, .textBanner .overlay h2
    {
        text-shadow: 2px 1px black;
    }

    .textBanner.catBanner .overlay h1
    {
        text-shadow: 3px 1px #fff;
    }

        .textBanner .overlay h2
        {
            margin-top: 0;
        }

    #MainMobile img
    {
        margin: auto;
    }

.containerWidth
{
    width: 66%;
    margin: auto;
    max-width: 1024px;
}

.contentImages img
{
    max-width: 250px;
    margin: 20px auto;
}

.contentContainer
{
    width: 66%;
    margin: auto;
}

.contentTop
{
    padding-left: 0px;
    padding-right: 0px;
}

.catContent, .txt-content, .luxury-content
{
    background: #dfe8d8;
    color: #70835c;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
}



.txt-content.homePage {
    padding-left: 50px;
    padding-right: 15px;
}

.bottomText article .delivery-details-block
{
    margin: 0 -15px;
}

.catContent
{
    min-height: 0px;
}

.searchBarHouse
{
    padding: 0;
}

.searchBar
{
    margin-top: 7px;
}

.luxury-content
{
    margin: -10px -15px;
}

.txt-content ul
{
    list-style: none;
}

    .txt-content ul p
    {
        list-style: none;
        padding-bottom: 0;
    }

.catContent h1, .catContent h2, .delivery-details h2, .txt-content h1, .txt-content h2, .luxury-content h1, .luxury-content h2
{
    position: relative;
    color: #70835c;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.6rem;
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 900px;
    margin: auto;
    z-index: 2;
}

    .catContent h2, .delivery-details h2, .txt-content h2
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }

.catContent p, .delivery-details, .txt-content p, .txt-content li, .txt-content span, .more-content p, .delivery-details-block .more-content li, .freshFeeling p
{
    position: relative;
    color: #70835c;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    max-width: 900px;
    margin: auto;
    z-index: 2;
}

    .freshFeeling p
    {
        padding-bottom: 0;
    }

    .txt-content div
    {
        max-width: 900px;
        margin: auto;
    }

    .catContent a, .txt-content a, .txt-content a span
    {
        color: #799764;
        text-decoration: none;
    }

    .txt-content:before, .txt-content:after
    {
        bottom: 10px;
    }

    .luxury-content li
    {
        list-style: none;
    }


.homePageTitle, .productInfo h1
{
    text-align: center;
    margin-top: 35px;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #70835c;
}

    .homePageTitle.lessMargin
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .moreGlyph
    {
        display: block;
        cursor: pointer;
        font-size: 20px;
    }

.container
{
    width: 100%;
}

.homePage .category
{
    padding-right: 0;
}

.sameDayDelivery .row.products {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row.products
{
    width: 66%;
    margin: auto;
    max-width: 1024px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row.products > [class*='col-']
    {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

.reviewTile
{
    color: #70835c;
    height: 86.5%;
    text-align: center;
    padding: 30px 15px;
    margin: 0 9px;
    border-radius: 30px;
}

    .reviewTile.green
    {
        background-color: #dfe8d8;
        box-shadow: 5px 5px;
    }

    .reviewTile img
    {
        margin: auto;
    }

    .reviewTile.medText h4
    {
        padding-top: 40px;
    }

    .contentTop p, .productContainer p
{
    text-align: center;
}

.contentTop > p:before, .productContainer > p:before
{
    border-bottom: 2px solid #ebeaea;
    position: absolute;
    height: 44px;
    display: block;
    content: '';
    width: 100%;
    z-index: -1;
    left: 0;
}

/*Login and manage pages*/

.loginContent h1
{
    margin: 0 auto 55px auto;
}

    .loginContent h1::after, .register h1::after, .forgotPassword h1::after, .simpleForm h2::after
    {
        content: '........';
        position: absolute;
        letter-spacing: .07em;
        bottom: -25px;
        left: 165px;
        color: #799764;
        font-family: 'arial-bold';
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        font-size: 2.8rem;
    }

    .positionBox
    {
        position: relative;
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }

.loginContent .form-horizontal .control-label, .register .form-horizontal .control-label, .forgotPassword .form-horizontal .control-label, .simpleForm .form-horizontal label, .simpleForm .form-horizontal .control-label
{
    text-align: left;
    padding-bottom: 7px;
}

.loginContent .form-control, .register .form-control, .forgotPassword .form-control
{
    height: 44px;
}

.loginContent > div
{
    padding: 0 35px;
}

#loginForm a
{
    color: #799764;
    text-align: left;
}

.loginContent .btn .btn-default
{
    width: 100%;
    height: 44px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.contentTop.loginContent p
{
    text-align: left;
    margin-bottom: 25px;
}

.contentTop.loginContent .newAccount p
{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
}

.loginContent .newAccount
{
    border: 4px solid #ccc;
    padding: 50px 40px;
}

    .loginContent .newAccount a
    {
        text-align: center;
        text-decoration: none;
        padding-top: 9px;
    }

    .loginContent .newAccount ul
    {
        line-height: 31px;
        font-size: 15px;
        padding-left: 28px;
        margin-bottom: 23px;
    }

    #registerForm, .forgotPassword p
    {
        margin: 30px 0;
    }

    .simpleForm.forgotPassword.row
    {
        margin: 0;
    }

/*Login page end*/

.row.products
{
    padding-top: 25px;
    position: relative;
}

.products .caption
{
    padding-top: 10px;
}

.prodName
{
    font-size: 17px;
}

    .products .prodName.midName
    {
        font-size: 16px;
    }

.products .prodName.longName
{
    font-size: 15px;
}

.products .prodPrice
{
    font-weight: bold;
}

.products .specialPrice
{
    color: #70835c;
}

.wave-top
{
    background-image: url(https://cdn.freshflowers.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9GcmVzaEZsb3dlcnMvSW1hZ2VzL3dhdmUtdG9wLXRoaW4ucG5nIiwiZWRpdHMiOnt9LCJvdXRwdXRGb3JtYXQiOm51bGx9?signature=22f5cd908d16002a0f1c7a4f959d481188139a40f087eea23b4a30c0750080dd); /* wave-top-thin.png */
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 37px !important;
    margin-top: -10px;
}

.wave-bottom
{
    background-image: url(https://cdn.freshflowers.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9GcmVzaEZsb3dlcnMvSW1hZ2VzL3dhdmUtYm90dG9tLXRoaW4ucG5nIiwiZWRpdHMiOnt9LCJvdXRwdXRGb3JtYXQiOm51bGx9?signature=11d8f81ab755d48bc1c0fa5809cd57301fb19d8169bab18671341e8730fde810); /* wave-bottom-thin.png */
    background-position: bottom;
    padding-bottom: 27px !important;
    background-repeat: repeat-x;
}

.ourFootprint
{
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    color: #70835c;
}

    .ourFootprint h2
    {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .ourFootprint h3
    {
        text-transform: uppercase;
    }

    .ourFootprint h2, .ourFootprint h3
    {
        font-weight: 600;
    }

    .ourFootprint p:last-child
    {
        margin-bottom: 0px;
    }

    .ourFootprint > div
    {
        padding: 10px 100px;
        background-color: #dfe8d8;
        margin: -10px 0;
    }

    .ourFootprint .shadowButton
    {
        margin: 10px auto;
    }

.freshFeeling
{
    margin-top: 30px;
}

.homePageContent
{
    width: 66%;
    margin: auto;
    max-width: 1024px;
}

    a.thumbnail > picture > img, .homePageContent.freshPromise img, #productImages img
    {
        border-top-left-radius: 91px 97px;
        border-top-right-radius: 91px 97px;
    }
.orderCompleteCartProd img
{
    border-top-left-radius: 68px 235px;
    border-top-right-radius: 68px 235px;
}

.freshPromise
{
    margin-top: 25px;
}

.thumbnail
{
    margin-bottom: 0;
}

.socialImages img
{
    padding-left: 3px;
    padding-right: 3px;
}

#Main img, #MainMobile img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.prodPrice
{
    font-size: 18px;
    line-height: 24px;
}

.addon .prodPrice
{
    font-size: 15px;
}
/* Header Section */
.canStarHead
{
    display: inline-block;
    padding-left: 20px;
}

.canStarHead img
{
    height: 70px;
    margin-top: -18px;
}

    .canStarHead p
    {
        float: right;
        color: #6b6a68;
        font-size: 15px;
        margin-top: 3px;
        width: 130px;
        font-weight: bold;
        line-height: 1.3;
        text-align: left;
        padding-left: 11px;
    }

.mobileNavContainer .deliveryMessage p
{
    display: inline-block;
}

.mobileHeaderBold
{
    font-weight: bold;
}

.deliveryMessage > div
{
    text-align: center;
}

.deliveryMessage a.btn
{
    color: #fff;
    font-size: 16px;
    width: auto;
    padding: 5px 15px;
    height: inherit;
    border-radius: 25px;
    margin-right: -15px;
}

.top-bar-link .contactDetails
{
    display: inline-block;
    padding: 0 9px 0 5px;
    position: relative;
    top: 0;
    border-right: 2px solid #ebeaea;
    border-left: 2px solid #ebeaea;
    margin-bottom: 0px;
    height: 35px;
    padding-top: 3px;
    color: #6b6a68;
    text-align: center;
}

.loginHeader a, #mainNavContainer a, #navContainer a, .mobileNavContainer a, .floatingFooter a, .mobileSideMenu ul a, .mobileSideMenu li
{
    color: #6b6a68;
}

    .loginHeader a:hover, .top-bar-link .contactDetails:hover, #mainNavContainer a:hover, #navContainer a:hover, .mobileNavContainer a:hover, .mobileNavContainer .hamburger button:hover, .floatingFooter a:hover, .mobileSideMenu ul a:hover, .mobileSideMenu li:hover, .productPage ul a
    {
        color: #799764;
    }

        .top-bar-link .contactDetails .glyphicon.glyphicon-earphone
        {
            font-size: 16px;
            display: inline-block;
            padding: 2px 0 0 10px;
        }

        .top-bar-link .contactDetails .contact
        {
            font-size: 21px;
            display: inline-block;
            font-weight: bold;
        }

    .top-bar-link ul
    {
        list-style: none;
        padding: 0 9px 0 5px;
        float: left;
        text-align: center;
    }

        .top-bar-link ul li, .navigation li
        {
            display: inline-block;
            color: #6b6a68;
        }

.mainNavContainer
{
    margin-top: 44px;
}

#navContainer
{
    margin-top: 15px;
}

.nav-sections
{
    position: initial;
    text-align: center;
}

.logo-navigation-wrapper
{
    padding-top: 15px;
}

.logo img
{
    max-width: 189px;
}

    .categoryList a i
    {
        padding-left: 8px;
        font-size: 13px;
        color: #a3a3a3;
    }

#navContainer a.specialsColour
{
    color: #70835c;
}

.categoryList .navigation li ul li a
{
    font-size: 15px;
    line-height: 27px;
}

.level-top > a
{
    height: 80px;
}

.categoryList .level-top
{
    border-bottom: 2px solid #ffffff;
}

.categoryList .level-top:hover
{
    border-bottom: 2px solid #70835c;
}

.nav-sections-items ul
{
    padding-left: 0;
    margin-bottom: 0;
}

.level0.submenu
{
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-top: 2px solid #ebeaea;
    padding-top: 25px;
    padding-bottom: 25px;
    left: 0 ;
    right: 0;
}

.level1.submenu, .level0
{
    text-align: left;
}

.level1.submenu li
{
    display: block;
}

    .level0 > li > span
    {
        font-family: serif;
        font-style: italic;
        font-size: 19px;
    }

.occasion-blocks li a span
{
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 1;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.occasion-blocks.submenu li
{
    margin-bottom: 10px;
}

.deliveryMessage p
{
    margin-bottom: 0px;
    height: 35px;
    padding-top: 7px;
    font-size: 14px;
    text-align: center;
}


.colour
{
    color: #70835c;
    font-weight: bold;
}

.loginRight
{
    text-align: center;
    border-left: 2px solid #ebeaea;
    border-right: 2px solid #ebeaea;
    height: 35px;
    padding-top: 7px;
}

.loginHeader
{
    font-size: 1.4rem;
    text-align: left;
    text-decoration: none;
    padding-bottom: 0;
    padding-top: 0;
}

.pageHeader
{
    z-index: 9;
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #ebeaea;
}

.topNav
{
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: auto;
}

.navbar
{
    margin-bottom: -1px;
}

.brandLogo
{
    margin: 19px 15px 35px 0;
    width: auto;
}

#hamburgerMenu
{
    text-align: center;
}

.categoryList
{
    display: inline-block;
    float: none !important;
}

    .categoryList li a
    {
        font-weight: normal;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 16px;
        display: block;
    }
    .categoryList > li > a:hover
    {
        background-color: initial;
    }

    .categoryList > li.active > a
    {
        color: #799764;
    }

.subSubMenu
{
    padding-left: 0;
}

nav.col-xs-10, .nav > li, .initialPosition, .navbar
{
    position: initial;
}

.logo
{
    float: left;
}
/* Product Page */
.nextishButton
{
    width: 200px;
    float: right;
    margin-right: 15px;
}

.priceStrikeThrough
{
    text-decoration: none;
}

.priceStrikeThrough span
{
    text-decoration: line-through;
}

#productImages
{
    margin: 0;
}

.CheckoutForm .btn.btn-default.btn-success
{
    width: 200px;
}

.checkoutContainer:not(.orderComplete) .btn.btn-success
{
    width: initial;
}

.progress-bar-success
{
    background-color: #70835c;
}
.csHub a span:not(.glyphicon), .newOrder a span:not(.glyphicon), .reminderOrder .shadowButton span:not(.glyphicon), .csHub a:hover span:not(.glyphicon), .newOrder a:hover span:not(.glyphicon), .reminderOrder .shadowButton:hover span:not(.glyphicon)
{
    float: none;
    background-image: none;
    text-decoration: none;
}

.csHub .glyphicon, .newOrder .glyphicon, .reminderOrder .shadowButton .glyphicon
{
    float: right;
    top: 4px;
    padding-right: 0;
}

.orderCompleteOptions, .reminderOrder
{
    margin-bottom: 15px;
}

    #submitInfoFinished .shadowButton
    {
        display: block;
    }

    #submitInfoFinished .shadowButton:hover
    {
        text-decoration: none;
    }

    .productPage
    {
        font-size: 15px;
        padding-top: 20px;
    }

    .productPage main p
    {
        text-align: left;
    }

.productPage header
{
    margin-bottom: 20px;
}

    .productPage ul
    {
        list-style-type: none;
        text-align: left;
        margin-bottom: 5px;
        padding-left: 0;
    }

    .productPage ul i
    {
        margin-right: 15px;
    }

    .productPage ul a
    {
        text-decoration: none;
        text-transform: uppercase;
    }

    .productPage .addonHeader
    {
        color: #70835c;
        margin-bottom: 20px;
    }

        .productPage .addon
        {
            max-width: initial;
        }

    .productPage .cart
    {
        margin: 30px auto 35px auto;
    }

    .dropDownBoxContainer .glyphicon-remove
    {
        right: 35px;
    }

.productPage .btn.btn-default:not([id^="btnAdd_"],.seeMoreOrLess), .btn.btn-success, .btn.btn-default:not([id^="btnAdd_"],.seeMoreOrLess)
{
    background-image: none;
    letter-space: .16em;
    background: #799764;
    border: 2px solid #799764;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
}

    .productPage .btn.btn-default:not([id^="btnAdd_"],.seeMoreOrLess):hover, .btn.btn-success:hover
    {
        background-color: #fff;
        color: #799764;
    }

.seeMoreOrLess
{
    margin-top: 15px;
}

.checkoutBox .text-center, .productPage .checkoutPrice
{
    text-align: right;
    padding-right: 15px;
}

#lightBoxInnerContent article
{
    text-align: center;
    font-size: 15px;
}

.relatedProducts
{
    margin-right: -15px;
}

    .relatedProducts .categoryTitle
    {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 50px;
    }

#productImages img
{
    margin-top: 35px;
}

.productReviewSection:has( #pr-reviews-horizontal-widget:empty)
{
    display: none;
}

#pr-reviews-horizontal-widget
{
    margin: 30px 0;
}

#pr-reviews-horizontal-widget h4
{
    font-size: 12px !important;
}

    #pr-reviews-horizontal-widget a
    {
        cursor: initial !important;
        pointer-events: none;
    }

    #pr-reviews-horizontal-widget a p
    {
        font-size: 11px !important;
    }

#pr-reviews-horizontal-widget > div > div > div:first-child
{
    display: none !important;
}

/* End of Product Page */
/*Funnel styling*/
.checkoutContainer
{
    padding-left: 15px;
    padding-right: 15px;
}

.checkoutNavMobile li.active
{
    background-color: #fff;
}

    .checkoutNavMobile li a, .checkoutNavMobile li.active a
    {
        text-decoration: none;
        color: #799764;
    }

.checkoutNavMobile li
{
    border-color: #799764;
}

.checkoutContainer .NoMessageBox label
{
    font-size: 13px;
}

.cartHeading
{
    font-size: 22px;
    font-weight: bold;
}

.checkoutContainer .row
{
    margin-right: -15px;
}

.checkoutContainer .alert-info
{
    background-color: #dfe8d8;
    color: #70835c;
    border: none;
}

#submitInfoFinished .csHub .btn.btn-success, #submitInfoFinished .reminderOrder .btn.btn-default, #submitInfoFinished .newOrder .btn.btn-success
{
    background-color: #fff;
    font-size: 19px;
}

    #submitInfoFinished .csHub .btn.btn-success:hover, #submitInfoFinished .reminderOrder .btn.btn-default:hover, #submitInfoFinished .newOrder .btn.btn-success:hover
    {
        background-color: #38C045;
        color: white;
    }

#dateDueCalendar .datepicker .btn.btn-success
{
    display: table-cell;
}

.upgradeChoice, .upgradedProduct p
{
    font-size: 21px;
}
.upgradeChoice.original > div
{
    padding-top: 5px;
}
.upgradeChoice.original .glyphicon
{
    font-size: 25px;
}
    .upgradeChoice.currentlySelected
    {
        background-color: #799764;
    }
.upgradeProdsDiv.currentlySelected
{
    border: 1px solid #799764;
}

.upgradedProduct h3
{
    color: #799764;
}

.upgradedProduct
{
    text-align: center;
}
.upgradeChoice.upgraded p
{
    margin-top: 29px;
    margin-left: 0px;
}

/*End Funnel Styling*/
/*Home Page Style*/
.bottomText .cat-view-all-button
{
    text-align: center;
}

    .bottomText .cat-view-all-button a
    {
        background-image: none;
        letter-space: .16em;
        background: #fff;
        border: 2px solid #799764;
        color: #799764;
        cursor: pointer;
        display: inline-block;
        font-family: 'museosans-bold';
        font-weight: 700;
        margin: 0;
        padding: 7px 15px;
        font-size: 1.4rem;
        line-height: 1.6rem;
        box-sizing: border-box;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        text-transform: uppercase;
        line-height: 2.2rem;
        padding: 8px 17px;
        font-size: 1.6rem;
        text-transform: inherit;
        border-radius: 22px;
        padding: 12px 15px;
        line-height: 16px;
        margin: 30px auto;
        height: 44px;
        float: none;
        text-decoration: none;
        font-family: sans-serif;
    }

.home-category-list .all-occasions
{
    text-align: center;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    letter-spacing: .025em;
    background-image: none;
    letter-space: .16em;
    background: #fff;
    border: 0;
    color: #799764;
    cursor: pointer;
    display: inline-block;
    font-family: 'museosans-bold';
    font-weight: 700;
    margin: 0;
    padding: 15px;
    width: 230px;
    font-size: 1.8rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    font-family: sans-serif;
}

.bottomText .cat-view-all-button a:hover
{
    border: 2px solid #799764;
}

.bottomText .cat-view-all-button a:hover, .home-category-list .all-occasions:hover
{
    background: #799764;
    color: #fff;
}

.bottomText .home-category-list .home-category-list-inner h2, .bottomText .home-category-list .home-category-list-inner h3
{
    padding-left: 15px;
}

.post-list-content
{
    text-align: center;
    margin-top: 20px;
}
.blogPostImage{
    margin: auto;
}

.post-list-content .post-image
{
    max-width: 550px;
    margin: auto;
    padding-right: 15px;
}
.bottomText .home-category-list .home-category-list-inner h2, .home-blog .blog-title h2
{
    text-align: center;
    font-weight: bold;
}

    .bottomText .home-category-list .home-category-list-inner h3, .home-blog .view-more a, .delivery-details-block .delivery-info p
    {
        text-align: center;
        font-family: serif;
        font-style: italic;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

.home-blog .view-more
{
    text-align: center;
    margin-bottom: 30px;
}

.home-blog.row
{
    margin: 30px 0;
}

.home-blog .img-wrapper.row
{
    background-color: #eee;
    margin-bottom: 10px;
}

.home-blog .img-wrapper.row > a.leftImage
{
    padding-left: 0;
}

    .home-blog .img-wrapper.row > a.rightImage
    {
        padding-right: 0;
    }

.bottomText .home-category-list
{
    background-color: #c0e9a9;
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/occations_bg_bottom.jpg),url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/occations_bg_top.jpg);
    background-position: right bottom,left top;
    background-repeat: no-repeat,no-repeat;
    padding-bottom: 50px;
}

    .bottomText .home-category-list .home-category-list-inner .col-xs-6
    {
        margin-bottom: 25px;
    }

.bottomText .home-category-list .home-category-list-inner .img-responsive
{
    width: 100%;
    max-height: 314px;
}

.home-category-list-inner .occasions_title, .home-category-list-inner .occasions_link
{
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 15px;
    right: 15px;
    text-align: center;
}

.home-category-list-inner .occasions_title
{
    background-color: #fff;
    padding: 10px 0 40px 0;
    font-size: 20px;
    text-decoration: none;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
}

.home-category-list-inner .occasions_link, .home-blog .view-more a, .img-wrapper .post-info-wraper .actions a
{
    padding-bottom: 17px;
    text-decoration: none;
    color: #799764;
    text-transform: uppercase;
}

.home-category-list-inner
{
    text-align: center;
}
.cont-ico
{
    display: inline-block;
    margin-top: 15px;
}

.home-second-banner.row
{
    margin: 20px 0 20px 0;
}

.img-wrapper .post-info-wraper
{
    padding-top: 10%;
}

    .img-wrapper .post-info-wraper .post-short-description
    {
        white-space: nowrap;
        overflow: hidden;
    }

.img-wrapper .post-info-wraper h2.title
{
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
}

    .img-wrapper .post-info-wraper h2 a
    {
        text-decoration: none;
    }

.delivery-details-block .delivery-info p
{
    padding-bottom: 0;
    padding-top: 25px;
}

.delivery-details-block .delivery-info h1
{
    padding-top: 0;
}

.delivery-details-block i
{
    display: block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: auto;
    padding: 4px 0 0 3px;
    font-size: 20px;
    color: #799764;
}

.delivery-details-block .top-content
{
    z-index: 5;
    position: relative;
}

.delivery-details-block .txt-content.homePage
{
    padding-bottom: 15px;
}

.delivery-details-block .waveBottom
{
    margin-top: -10px;
    z-index: 1;
    position: absolute;
}

.textBanner .overlay
{
    text-shadow: none;
    float: left;
    margin-left: 70px;
}

.textBanner h1 
{
    font-weight: 600;
}

.delivery-details-block .more, .shadowButton, .overlay
{
    font-size: 16px;
    border: solid 1px #70835c;
    border-radius: 15px;
    padding: 11px 25px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 5px 5px;
    background-color: #dfe8d8;
    color: #70835c;
    text-decoration: none;
}

    .shadowButton.addonHeader
    {
        border: none;
        display: inline-block;
        padding: 11px 85px;
        margin-top: 20px;
    }

.col-md-2 .prodText > div
{
    height: 54px;
}

    .shadowButton.noPointer, .overlay
    {
        cursor: initial;
    }

    .shadowButton.inverse
    {
        background: #70835c;
        color: #dfe8d8;
    }

.delivery-details-block .more-content
{
    margin-top: -10px;
    text-align: center;
    color: #70835c;
    background-color: #dfe8d8;
    padding: 30px 250px;
}

.faqBoxes
{
    margin-bottom: 50px;
}

.faqBox
{
    margin-bottom: 20px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    border: none;
    padding: 20px 15px;
}

    .faqBox span
    {
        float: right;
    }

    .faqBox p.thicker
    {
        margin-bottom: 0;
        display: initial;
        font-weight: 600;
    }

.faqSubBox
{
    margin-top: 15px;
}

.faqSubBox p
{
    font-weight: 600;
}

.delivery-details-block .more-content li
{
    list-style: none;
}

    .delivery-details-block .more-content .title
    {
        font-size: 35px;
        font-family: sans-serif;
        color: white;
        margin-bottom: 20px;
    }

.home-instagram .instagram_box
{
    width: 335px;
    margin: 30px auto 0 auto;
    border: 5px solid #ccc;
    padding: 20px 0;
}

.home-instagram a 
{
    text-decoration: none;
    font-family: sans-serif;
}

.home-instagram .instagram_id
{
    color: #799764;
    font-family: sans-serif;
    font-size: 25px;
    margin-top: 5px;
}

.row.footer div ul.social-icons
{
    text-align: center;
    margin-top: 20px;
}

.footerContainer .social-icons > li
{
    display: inline-block;
}

.footer-content
{
    padding-top: 15px;
}

.fb-icon
{
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/facebook-icon.jpg);
    width: 50px;
    height: 50px;
    display: block;
}

.instagram-icon
{
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/instagram-icon.jpg);
    width: 50px;
    height: 50px;
    display: block;
}

.fb-icon:hover
{
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/facebook-icon-hover.jpg);
}

.instagram-icon:hover
{
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/instagram-icon-hover.jpg);
}

/*EndHome Page Style*/

/*Blog Style*/

.row .blogPost > div
{
    margin-bottom: 15px;
    padding-top: 15px;
}


.row .blogPost > div:hover
{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.11);
}

.row .blogPost img
{
    max-height: 304px;
}

.row .blogPost h2
{
    font-size: 18px;
    font-weight: bold;
    max-width: 304px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .row .blogPost h2:hover
    {
        color: #70835c;
    }

.row .blogPost .blogText
{
    max-width: 304px;
}

.contentTop .privacy-policy p
{
    text-align: left;
}

.contentTop .row .blogPost p
{
    text-align: left;
    margin-bottom: 0;
    max-width: 304px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentTop .row .blogPost p.postTime
{
    font-size: 10px;
}

    .contentTop .row .blogPost p.postBlurb
    {
        margin-bottom: 8px;
    }

.contentTop .row .blogPost .readMore
{
    color: #799764;
    margin-bottom: 10px;
}

.contentTop .row .blogPost .readMore:hover
{
    text-decoration: underline;
}

h1.bloggo
{
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.blogBCrumbs
{
    text-align: center;
    margin-top: 20px;
}

.blogBCrumbs p
{
    display: inline;
}

    .blogBCrumbs a
    {
        color: #799764;
        text-decoration: none;
    }


.contentTop .menuHolder
{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f6f6f5;
}

ul.nav-tabs li.active a
{
    border: 2px solid #ebeaea;
    border-bottom: 0;
    color: #6b8557;
}

.mpcss .nav-tabs > li
{
    float: left;
    margin-bottom: -3px;
    cursor: pointer;
    position: relative;
    display: block;
}

.mpcss .nav-tabs > li.active
{
    background-color: #fff;
}

    .mpcss .nav-tabs > li > a
    {
        position: relative;
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        margin-right: 0;
        font-weight: bold;
    }

        .mpcss .nav-tabs > li > a:hover, .mpcss .nav-tabs > li.active > a:hover
        {
            border: 2px solid #ebeaea;
            border-bottom: 0;
            color: #6b8557;
            cursor: pointer;
        }

.menuHolder .tab-content
{
    background-color: #fff;
    padding: 15px;
    border: 2px solid #ebeaea;
    text-align: left;
}

.menuHolder .nav-tabs
{
    border-bottom: none;
}

article.contentTop > div.row
{
    margin-right: 0px;
    margin-left: 0px;
}

.contentTop .menuHolder .tab-content p
{
    text-align: left;
}

.contentTop .menuHolder .tab-content .post-left
{
    width: 25%;
    display: inline-block;
    margin-top: 10px;
}

.contentTop .menuHolder .tab-content .post-right
{
    width: 73%;
    display: inline-block;
    padding: 0 5px;
}

    .contentTop .menuHolder .tab-content .post-right p
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contentTop .menuHolder .tab-content .post-right p.tabpost-title
    {
        font-weight: bold;
        margin-bottom: 0;
    }

        .contentTop .menuHolder .tab-content .post-right p.create-at
        {
            font-size: 12px;
        }

    .contentTop .menuHolder .tab-content a
    {
        margin-top: 10px;
        text-decoration: none;
    }

.contentTop .menuHolder p.block-mp-sidebar-heading
{
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    color: #6b8557;
}

.contentTop .menuHolder .mp-sidebar .mpcss .row ul
{
    padding-left: 0;
}

.contentTop .menuHolder .mp-sidebar .mpcss .row ul li
{
    list-style: none;
}

.contentTop .menuHolder .mp-sidebar .mpcss .row ul li a
{
    text-decoration: none;
}

.contentTop .menuHolder .tag-sidebar a.label
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 4px #ebeaea;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #2c2b28;
    font-family: 'museosans-bold';
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    font-family: sans-serif;
}

.contentTop .txt-content
{
    margin: 0 -15px;
}

.blogPostArticle p
{
    text-align: left;
}

.blogPostArticle a
{
    text-decoration: none;
    color: #337ab7;
}

    .blogPostArticle a:hover
    {
        color: #23527c;
        text-decoration: underline;
    }

.blogPostArticle h1, .blogPostArticle h2
{
    text-align: left;
}

.blogPostArticle
{
    padding-left: 15px;
}

/*Blog Style End*/
/* Content Page Styling */
.aboutUsImage {
    margin: auto;
}
.about-us .center-content-block
{
    margin-top: 20px;
    text-align: center;
}

.about-us a:not(.button), .contactUs a.ff-ico-phone
{
    color: #799764;
    text-decoration: none;
}

.contentTop .about-us .image-content-block p
{
    margin-top: 20px;
    text-align: left;
}

.contentTop .about-us .image-content-block h2, .testimonial-wrapper h2
{
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.testimonial-wrapper h2
{
    text-align: center;
}

.testimonial-wrapper h4
{
    text-align: right;
    color: #799764;
}

.testimonial-wrapper .ff-ico-phone, .contactUs a.ff-ico-phone
{
    font-size: 20px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.contentTop .testimonial-wrapper a.button
{
    width: 200px;
    text-decoration: none;
}

.deliveryContent .cms-page-title-background
{
    margin-left: 0;
}

.deliveryContent h1
{
    margin-top: 0;
}

.contentTop .deliveryContent .about-us p, .contentTop .deliveryContent .about-us li
{
    text-align: left;
}

.contactUs h2
{
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.contactUs h1
{
    margin-top: 0;
}

.contactUs label
{
    color: #000;
    text-align: left;
    font-size: 14px;
}

.contactUs .comment
{
    margin-top: 10px;
}

.contactUs .comment .control
{
    margin-top: 8px;
}

    .contactUs .comment label
    {
        padding-left: 0;
    }

.contactUs .row label
{
    padding-left: 15px;
}

.contactUs textarea
{
    padding-top: 12px;
    height: 120px;
}

.contactUs .primary
{
    width: 200px;
    margin-top: 10px;
}

.contactUs .submitArea
{
    padding-left: 0;
}

.page-title-wrapper, .cms-page-title-background
{
    text-transform: uppercase;
    text-align: center;
}

.cms-page-title-background
{
    background-image: url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/desktop-left.jpg),url(https://cdn.freshflowers.com.au/media/FreshFlowers/Images/desktop-right.jpg);
    background-color: #d3f2ff;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 170px;
    display: block;
    background-position: left center,right center;
    margin-left: -15px;
}

    .cms-page-title-background h1
    {
        padding-top: 45px;
        font-weight: bold;
    }

.cms-menu
{
    font-size: 16px;
}

    .cms-menu .parent > p
    {
        font-size: 20px;
        font-weight: bold;
    }

.sidebar-main
{
    padding: 20px 0;
}

.sidebar ul.cms-menu li.active
{
    border-left: 2px solid #70835c;
}

    .sidebar, .left-cms-message
    {
        background: #f6f6f5;
    }
.left-cms-message
{
    padding: 18px;
}
    .left-cms-message > img,
    .left-cms-message > picture > img
    {
        width: 100%;
    }

    .left-cms-message-content > a
    {
        word-wrap: break-word
    }

.cms-menu, .cms-menu > li > ul
{
    list-style: none;
    padding: 0;
}
        .cms-menu > li > ul > li{
            padding: 15px 10px 15px 25px;
        }
        .cms-menu a, .cms-menu > li > ul > li > strong
        {
            color: #2c2b28;
            text-decoration: none;
        }

        .cms-menu .parent > a
        {
            display: block;
            font-size: 18px;
            font-family: sans-serif;
            font-weight: 600;
            padding: 15px 10px 15px 25px;
        }
.ns-faq-content .page-title
{
    margin: 10px auto 60px auto;
    width: 100%;
    display: block;
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2c2b28;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    font-size: 2.6rem;
    text-align: left;
    padding: 20px 0 3px;
    margin-bottom: 77px;
}

    .ns-faq-content .page-title:after,
    {
        content: '........';
        z-index: 1;
        position: absolute;
        letter-spacing: .07em;
        bottom: -25px;
        color: #799764;
        font-family: 'arial-bold';
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        font-size: 2.8rem;
        left: 0;
        right: auto;
    }

.faq-header
{
    display: block;
}
.faq-header .faq-cat-head
{
    float: left;
    width: inherit;
    padding: 0 10px 10px 0;
}
.faq-cat-name-anchor:hover
{
    background-color: #ebeaea;
}
.faq-cat-head a
{
    transition: all .3s ease;
    border: solid 4px #ebeaea;
    height: 40px;
    padding: 5px 20px;
    text-align: center;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    font-family: sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.faq-content-container .faq-overflow
{
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.faq-content-container .faq-overflow .faq-wrapper .faq-category
{
    padding: 0;
}
.faq-content-container .faq-overflow .faq-wrapper .faq-category
{
    padding-top: 45px;
    margin-bottom: 0;
    display: block;
}
    .faq-content-container .faq-overflow .faq-wrapper .faq-category .faq-content .faq-question
    {
        padding: 10px 0;
        cursor: pointer;
    }
.question
{
    color: #2c2b28;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    font-size: 1.4rem;
    padding: 8px 19px 8px 0;
    line-height: 18px;
    display: block;
}

.faq-cat-title-wrapper
{
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 2px solid #ebeaea;
}
    .faq-cat-title-wrapper .catTitle
    {
        color: #000;
        padding: 10px 0;
        font-size: 1.6rem;
        display: inline-block;
        line-height: 100%;
        cursor: pointer;
        font-family: sans-serif;
        font-weight: 600;
        letter-spacing: .16rem;
        text-transform: uppercase;
    }
.faq-question
{
    border-bottom: 2px solid #ebeaea;
}
.faq-plus, .faq-minus
{
    font-size: 13px;
    color: #598310;
    float: right;
    margin-left: 5px;
    margin-top: -20px;
}
.faq-answer > p
{
    text-align: start;
    letter-spacing: .035rem;
    line-height: 24px;
}

.row.siteMap .main-title
{
    color: #2c2b28;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    border-bottom: 2px solid #ebeaea;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.row.siteMap .sub-title
{
    font-family: sans-serif;
    font-style: italic;
    line-height: 22px;
    font-size: 1.4rem;
    opacity: 0.7;
}
.row.siteMap .all-title
{
    color: #2c2b28;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 1.4rem;
}

.row.siteMap li
{
    list-style: none;
    margin-bottom: 20px;
}
.row.siteMap li a {
    text-decoration: none;
}

.row.siteMap .siteMapContainer
{
    padding-top: 25px;
}

.row.allOccasions
{
    background-color: #f6f6f5;
    padding-bottom: 60px;
    padding-top: 60px;
    
}


#allOccasions
{
    width: 200px;
    margin: auto;
    height: 44px;
}
    #allOccasions a
    {
        font-size: 13.5px;
        text-decoration: none;
        padding-top: 10px;
    }
.allOccasionsLowerContainer
{
    border-bottom: 2px solid #ebeaea;
}

.allOccasionsCol > ul
{
    padding: 0;
}

.allOccasionsCol li
{
    background-color: #fff;
    text-align: center;
    list-style: none;
    text-decoration: none;
}
    .allOccasionsCol li a
    {
        text-decoration: none;
    }
.allOccasionsCol .sub-cat-name
{
    padding: 15px 0 10px 0;
    font-size: 20px;
    text-decoration: none;
    font-family: serif;
    font-style: italic;
    font-weight: bold;
}

.occasionCatTitle
{
    padding-top: 30px;
    text-align: center;
    font-family: serif;
    padding-bottom: 30px;
}

.shopCatDiv{
    text-align: center;
}
.shopButton
{
    background-image: none;
    letter-space: .16em;
    background: #fff;
    border: 2px solid #799764;
    color: #799764;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: inherit;
    border-radius: 22px;
    padding: 12px 15px;
    line-height: 16px;
    margin: 30px auto;
    height: 44px;
    float: none;
    text-decoration: none;
}
    .shopButton:hover
    {
        color: #fff;
        background: #799764;
        text-decoration:none;
    }
    /* Footer SubScribe section */

        .footerContainer .homePageContent img
        {
            border-radius: 15px;
            margin-top: 21px;
        }

html.checkout .subscriberBar > h2, html.checkout .subscriberBar > p, html.checkout .subscriberBar > div, html.checkout .subscriberBar:after
{
    display: none;
}
    html.checkout .subscriberBar:before
    {
        border-bottom: 2px solid #ebeaea;
        background: none;
    }

.subscriberBar
{
    color: #70835c;
}

    .subscriberBar .subWarning
    {
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    .subscriberBar h2
    {
        font-weight: 600;
        font-size: 2.6rem;
    }

    .subscriberBar p
    {
        max-width: 640px;
        margin: 0 auto 15px auto;
        font-size: 18px;
    }

    .subscriberBar .shadowButton
    {
        padding: 11px 80px;
    }

.g-recaptcha > div
{
    display: inline-block;
    margin: 10px 0px;
}

.form.subscribe
{
    margin: auto;
    padding-bottom: 10px;
}

    .form.subscribe .alert
    {
        margin-bottom: 0;
    }

.field.newsletter .label
{
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.contactUs input, .contactUs select, .contactUs textarea
{
    border: 1px solid #ccc;
}

.newsletter input
{
    background-color: #dfe8d8;
    color: #70835c;
    font-size: 18px;
    border: 1px solid #70835c;
    margin: 5px 0;
    padding: 5px 20px;
}

.emailSignupForm .action.subscribe
{
    width: inherit;
    margin-top: 5px;
}

/* Footer Category Links*/
.fLinks
{
    background-color: #dfe8d8;
    margin-top: 40px;
}

    .fLinks img
    {
        position: absolute;
        margin-left: -15px;
    }

.row.footer
{
    margin: 50px auto 0 auto;
    width: 80%;
}

    .row.footer > div
    {
        padding-bottom: 30px;
        padding-top: 30px;
    }

        .row.footer div ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: left;
        }

    .row.footer div .footerHeading, .row.footer div a .footerHeading, .title
    {
        list-style: none;
        text-align: left;
        font-family: librebaskerville-italic;
        opacity: .7;
        font-weight: 600;
        font-size: 16px;
        font-style: italic;
    }

.title
{
    text-align: center;
}

.simpleForm > div > p {
    text-align: center;
}

.subMenu > li
{
    padding-bottom: 10px;
    width: 100%;
}

    .subMenu > li > a
    {
        text-decoration: none;
        color: #2c2b28;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        font-size: 1.4rem;
    }

.copyrightContent
{
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}
    .copyrightContent > span
    {
        padding-top: 25px;
    }

    .copyrightContent span, .copyrightAndTerms a
    {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 28px;
        width: 100%;
    }

.copyrightAndTerms
{
    list-style: none, none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footerContactDetails
{
    float: right;
    margin-top: 15px;
    text-align: center;
}

    .footerContactDetails .tp-no
    {
        font-size: 28px;
        display: inline-block;
        text-decoration: none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .footerContactDetails .tp-no > a
        {
            color: #2c2b28;
            text-decoration: none;
        }

    .footerContactDetails .time
    {
        color: #2c2b28;
        font-size: 14px;
        padding-bottom: 25px;
        opacity: .6;
        max-width: 175px;
        margin: 0 auto;
    }

    .footerContactDetails .call-now
    {
        background: #799764;
        border: 2px solid #799764;
        color: #fff;
        cursor: pointer;
        border-radius: 22px;
        font-size: 16px;
        letter-spacing: .025em;
        height: 36px;
        padding: 8px 15px;
        font-family: sans-serif;
        font-weight: 700;
        margin: 0 0 30px 0;
        width: 160px;
    }

.outerCopyright
{
    flex-direction: row;
    background-color: #799764;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    min-height: 140px;
}

.checkout .searchBar {
    display: none;
}

.datepicker table tr td.day.mothersDay:not(.today):not(.active):not(.disabled)
{
    color: initial;
    background-color: white !important;
    background-image: url(https://cdn.freshflowers.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9Db21tb24vSW1hZ2VzL0RlbGl2ZXJ5RGF0ZUZ1bm5lbE1vdGhlcnNEYXlJY29uLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MjYsImhlaWdodCI6MjYsImZpdCI6ImNvbnRhaW4iLCJiYWNrZ3JvdW5kIjp7InIiOjE2NzExNjgwLCJnIjo2NTI4MCwiYiI6MjU1LCJhbHBoYSI6MX19fSwib3V0cHV0Rm9ybWF0IjpudWxsfQ==?signature=fb691769269a4b9a681d0a91aff837772f4261ed4ebec836e3adf4257ac9574a) !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.freshflowers.com.au/eyJidWNrZXQiOiJmbG93ZXJzYXUiLCJrZXkiOiJtZWRpYS9Db21tb24vSW1hZ2VzL0RlbGl2ZXJ5RGF0ZUZ1bm5lbFZhbGVudGluZXNEYXlJY29uLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MjYsImhlaWdodCI6MjYsImZpdCI6ImNvbnRhaW4iLCJiYWNrZ3JvdW5kIjp7InIiOjE2NzExNjgwLCJnIjo2NTI4MCwiYiI6MjU1LCJhbHBoYSI6MX19fSwib3V0cHV0Rm9ybWF0IjpudWxsfQ==?signature=68e4cc0cd6542bcc539165fbc8e1fc89f4cf7f6b12f88af5eebe0ac055d5bd1d) !important; /* DeliveryDateFunnelValentinesDayIcon.png */
    background-position: 2px 2px !important;
    background-repeat: no-repeat !important;
    background-size: 90%;
}


/*Desktop only*/
@media only screen and (max-width : 1200px)
{
    .g-recaptcha
    {
        margin-left: -15px;
    }

    .logo img
    {
        max-width: 165px;
    }

    #navContainer
    {
        margin-top: 6px;
    }

    #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: 1px 15px 0 0;
        padding: 0 3px;
        right: 0;
    }

    #hamburgerMenu
    {
        display: block !important;
        width: 0;
        z-index: 20;
        padding: 0 15px;
        top: 109px;
        bottom: 0;
        left: -100%;
        position: fixed;
        background-color: #fff;
        transition: left .35s ease;
        overflow-y: auto;
        border-top: 2px solid #ddd;
    }

        #hamburgerMenu.showRight
        {
            width: 100vw;
            transition: left .35s ease;
            left: 15px;
        }

    .login
    {
        position: absolute;
        top: 70px;
        right: 20px;
    }

    .login > a
    {
        text-decoration: none;
        font-size: 18px;
        padding-top: 4px;
    }

    .mainNavContainer
    {
        margin-top: 0;
    }

    .navbar-header
    {
        position: initial;
        margin-top: 5px;
    }

    .burger,
    .burger:before,
    .burger:after
    {
        background-color: #6b6a68;
    }

    .menuText
    {
        color: #6b6a68;
        font-size: 17px;
        text-transform: uppercase;
        left: 90px;
        top: 70px;
        right: initial;
    }

    #navContainer
    {
        text-align: center;
    }

    .logo
    {
        float: none;
        max-width: 189px;
        display: inline-block;
        margin: 0 0 0 -60px;
    }

    .categoryList
    {
        width: 100%;
    }

        .categoryList .level-top
        {
            border-bottom: 2px solid #ddd;
            width: 100vw;
            margin-left: -35px;
            text-align: left;
            padding-left: 45px;
            transition: max-height .35s ease;
        }
            .categoryList .level-top:hover
            {
                border-bottom: 2px solid #ddd;
            }

        .categoryList > li > a
        {
            font-size: 18px;
            padding-top: 21px;
        }

    #navContainer .nav li a i.downArrow
    {
        float: right;
        font-size: 25px;
    }

    .level0.submenu
    {
        padding: 0;
    }


    #hamburgerMenu .submenu
    {
        padding-left: 25px;
    }
    #hamburgerMenu .submenu.showMenu
    {
        padding-top: 20px;
    }

    .submenu li
    {
        margin-top: 10px;
    }
    
    .catContent:before, .catContent:after, .txt-content:before, .txt-content:after
    {
        display: none;
    }

    .row.footer
    {
        width: initial;
    }

    .primary
    {
        font-size: 15px;
        padding: 7px 15px;
    }

    .loginContent .newAccount a
    {
        padding-top: 9px;
    }

    .outerCopyright
    {
        padding-bottom: 45px;
        padding-top: 15px;
        min-height: 225px;
    }

    .img-wrapper .post-info-wraper
    {
        padding-top: 0;
    }
    .row.products
    {
        width: 100%;
        margin-left: initial;
        margin-right: initial;
    }

    .contentTop.loginContent
    {
        margin-right: 15px;
    }
}
/* Tablet */
@media only screen and (max-width : 1500px)
{
    .primary
    {
        font-size: 12px;
        padding: 7px 10px;
    }

    .loginContent .newAccount a
    {
        padding-top: 11px;
    }

    .loginRight
    {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .canStarHead
    {
        padding-left: 0;
    }

        .canStarHead img
        {
            height: 60px;
            margin-top: -14px;
        }

        .canStarHead p
        {
            padding-left: 6px;
            width: 105px;
            font-size: 13px;
            margin-top: 8px;
        }
}

@media only screen and (max-width : 1250px)
{
    .canStarHead img
    {
        height: 52px;
        margin-top: -14px;
    }

    .canStarHead p
    {
        padding-left: 6px;
        width: 97px;
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (min-width : 1200px)
{
    .checkoutContainer
    {
        width: 1170px;
        margin: auto;
    }

    .logo img
    {
        max-width: 230px;
        margin-top: -12px;
    }
}

/*Mobile Header and footer start*/
.mobileNavContainer .deliveryMessage
{
    height: 54px;
    background-color: #799764;
    color: #fff;
    padding-top: 10px;
}

.deliveryMessage a i
{
    top: 3px;
    left: -4px;
}

.mobileNavContainer .logoBar
{
    height: 54px;
}

    .mobileNavContainer .logoBar .logo
    {
        padding-top: 7px;
    }

.mobileNavContainer a, .floatingFooter a
{
    text-decoration: none;
}

.mobileNavContainer .logoBar .logo img
{
    max-height: 40px;
    min-height: 40px;
}

.mobileNavContainer .logoBar .login
{
    text-align: right;
    padding: 15px 15px 0 0;
    font-size: 18px;
}

    .mobileNavContainer .logoBar .login a
    {
        padding-right: 15px;
    }

.mobileNavContainer .hamburger button
{
    background: none;
    border: none;
    height: 54px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #6b6a68;
}

.noScroll
{
    overflow: hidden;
}

.mobileSideMenu
{
    width: 100%;
    position: fixed;
    left: -100%;
    background-color: #fff;
    top: 108px;
    z-index: 10;
    border-top: 2px solid #ddd;
    transition: left .35s ease;
    bottom: 0;
    overflow-y: scroll;
}

    .mobileSideMenu.showMenu
    {
        left: 0;
        transition: left .35s ease;
    }

    .mobileSideMenu .dropDown > .submenu, .mobileSideMenu .subDropDown .submenu
    {
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s ease;
    }
        .mobileSideMenu .dropDown > .submenu.showMenu, .mobileSideMenu .subDropDown .submenu.showMenu
        {
            transition: max-height .35s ease;
            padding-bottom: 15px;
        }

    .floatingFooter
    {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding-top: 10px;
        z-index: 5;
        padding-bottom: 5px;
        border-top: 2px solid #eee;
    }
    .floatingFooter .col-xs-3:not(:last-child)
    {
        border-right: #eee solid 1px;
    }

.mobileSideMenu ul
{
    list-style-type: none;
    padding: 0;
}

.mobileSideMenu > ul > li
{
    line-height: 80px;
    width: 100%;
    font-size: 20px;
    border-bottom: 2px solid #ddd;
    padding-left: 30px;
}

.mobileSideMenu ul li i
{
    float: right;
    padding: 28px;
}

.mobileSideMenu ul li.subDropDown i
{
    float: right;
    padding: 9px;
}

.mobileSideMenu ul a
{
    text-decoration: none;
    display: block;
}

.mobileSideMenu ul li.dropDown
{
    cursor: pointer;
}

.mobileSideMenu ul.submenu li
{
    font-size: 16px;
    line-height: 27px;
}

    .mobileSideMenu ul.submenu li.subDropDown
    {
        font-size: 18px;
        line-height: 37px;
    }

.footer-right-section
{
    text-align: center;
}

#navContainer .footer-right-section .tp-no a
{
    display: inline-block;
    text-decoration: none;
    background-color: #799764;
    color: white;
    padding: 10px;
    width: 200px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
}

    .footer-right-section .tp-no i
    {
        padding: 2px 4px 0 0;
    }
@media only screen and (min-width: 991px)
{
    .productPage #productImages img
    {
        border-top-left-radius: 170px 170px;
        border-top-right-radius: 170px 170px;
    }
}

    @media only screen and (max-width : 991px)
    {
        .textBanner .overlay h1
        {
            font-size: 45px;
        }
            .textBanner .overlay h1.longLocation
            {
                font-size: 38px;
            }

        .delivery-details-block .more-content
        {
            padding-left: 15px;
            padding-right: 15px;
        }

        .row.siteMap .main-title
        {
            padding-left: 15px;
        }

        .homestaic-banner-desk img
        {
            margin: auto;
        }

        .img-wrapper .post-info-wraper h2 a
        {
            font-size: 17px;
            color: #000;
        }
        .footerContactDetails .tp-no a
        {
            font-size: 25px;
        }
        .deliveryContent .cms-page-title-background
        {
            margin-left: -30px;
        }
    }

    @media only screen and (min-width: 767px)
    {
        #submitInfoFinished
        {
            width: 66%;
            margin: auto;
        }

        .main .about-us .image-content-block
        {
            /* display: -webkit-flex; */
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            padding: 32px 0;
        }

            .main .about-us .image-content-block h3
            {
                padding-left: 15px;
                margin-top: 0;
            }

            .main .about-us .image-content-block img
            {
                width: 32%;
                -ms-flex-order: 2;
                align-self: baseline;
            }
    }

    /*Mobile Header and footer End*/
    /* Tablet and Mobiles*/
    @media only screen and (max-width : 767px)
    {
        .personalisedGiftsBottom .seeMoreAddons
        {
            margin: auto;
        }

        .addon.personalisedGiftsCategory
        {
            max-width: initial;
        }

        .singleCategory .dropDownBox.seeMoreAddons
        {
            justify-content: center;
        }

        .reviewTile.medText h4
        {
            padding-top: initial;
            font-size: 13px;
        }

        .reviewTile
        {
            padding: 30px 8px;
        }

        .textBanner .overlay h1
        {
            font-size: 22px;
            margin-top: 0;
        }

        .textBanner.catBanner .overlay h1
        {
            font-size: 35px;
        }

            .textBanner .overlay h1.longLocation
            {
                font-size: 20px;
            }

        .textBanner .overlay h2
        {
            font-size: 15px;
        }

        .textBanner.locationBanner .text-middle
        {
            background-size: cover;
            height: 35vw;
        }

        .orderProducts img
        {
            border-top-left-radius: 63px 148px;
            border-top-right-radius: 63px 148px;
        }

        .contentContainer
        {
            width: 100%;
        }
        .ourFootprint h2
        {
            font-size: 24px;
        }
        .ourFootprint h3
        {
            font-size: 18px;
        }
        .row.products > div
        {
            padding: 0 5px;
        }

        .newOrder a span, .csHub a span
        {
            padding-left: 0;
        }
        .newOrder a, .reminderOrder a, .csHub a, .reminderSuccess, .reminderFail
        {
            width: initial !important;
            padding: 11px 25px !important;
            font-weight: 600;
        }

        .addonCarousel .glyphicon
        {
            color: #70835c;
        }
        .g-recaptcha
        {
            margin-left: initial;
        }

        .homePageContent.freshPromise img
        {
            padding: 0 4px;
            border-top-left-radius: 65px 65px;
            border-top-right-radius: 65px 65px;
        }
        #productImages img
        {
            margin-top: 0;
            padding: 0 35px;
            border-top-left-radius: 115px 97px;
            border-top-right-radius: 115px 97px;
        }

        a.thumbnail > picture > img
        {
            border-top-left-radius: 56px 56px;
            border-top-right-radius: 56px 56px;
        }

        .productPage
        {
            padding-top: 20px;
        }

        .ourFootprint h4
        {
            font-size: 15px;
        }

            .ourFootprint img.img-responsive
            {
                max-height: 70px;
                max-width: 70px;
            }

            .ourFootprint > div
            {
                padding: 10px 10px;
            }

            .ourFootprint .shadowButton
            {
                margin: 5px auto 10px auto;
                padding: 5px;
            }

        .homePageContent
        {
            width: initial;
            margin-left: initial;
        }

        .faqBoxes
        {
            padding: 0;
        }

        .txt-content.homePage
        {
            padding-left: 15px;
        }

        .footerContainer
        {
            padding-top: 35px;
        }

        .login
        {
            top: 72px;
        }
        #navContainer
        {
            margin-top: 57px;
            margin-bottom: 15px;
        }

        #hamburger-wrapper
        {
            position: absolute;
            left: 10px;
            top: 70px;
            right: initial;
        }

        .menuText
        {
            left: 46px;
            top: 4px;
        }

        .footer .subMenu
        {
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease;
        }

            .footer .subMenu.showMenu
            {
                transition: max-height .35s ease;
                padding-bottom: 15px;
            }

        html.checkout .mobileNavContainer .logoBar{
            padding-top: 0px;
        }
        html.checkout .mobileNavContainer .deliveryMessage
        {
            position: static;
            width: initial;
        }
        .mobileNavContainer .logoBar
        {
            padding-top: 54px;
            margin-top: initial;
        }
            .mobileNavContainer .logoBar.activeMenu
            {
                padding-top: initial;
                margin-top: 54px;
                position: fixed;
                z-index: 99;
                width: 100%;
                background-color: #fff;
            }

        .mobileNavContainer .deliveryMessage
        {
            position: fixed;
            z-index: 100;
            width: 100%;
        }

        .contentTop.loginContent
        {
            margin-right: -15px;
        }

        .row.footer
        {
            margin-top: 27px;
        }

        .homePageTitle
        {
            font-size: 20px;
        }

        .img-wrapper .post-info-wraper
        {
            padding-top: 10%;
        }

        .homestaic-banner-desk
        {
            padding: 0;
        }

        .mobileNavContainer .deliveryMessage p
        {
            display: block;
            height: initial;
            padding-top: 0;
            margin: 8px -15px;
        }

        .outerCopyright
        {
            padding-bottom: 77px;
            min-height: 225px;
        }

        .checkoutBox.row
        {
            margin-top: 30px;
        }

        .contactUs input, .contactUs select, .contactUs textarea
        {
            width: 100%;
        }
        .catContent p, .txt-content p
        {
            padding-bottom: 5px;
        }

        .textBanner .overlay
        {
            float: none;
            margin: auto;
        }

        .textBanner p
        {
            max-width: 270px;
        }

        .row.footer div .footerHeading, .row.footer div a .footerHeading
        {
            text-align: left;
            font-family: sans-serif;
            cursor: pointer;
            font-size: 16px;
            font-style: initial;
            margin-bottom: 10px;
            margin-top: 10px;
            padding-left: 15px;
        }

            .row.footer div .footerHeading:hover, .row.footer div a .footerHeading:hover, .row.footer .subMenu > li > a:hover
            {
                color: #799764;
            }

        .row.footer i
        {
            float: right;
            margin-top: -29px;
            padding-right: 15px;
            opacity: .7;
        }

        .row.footer > div
        {
            padding: 0;
        }

        .row.footer .borderBottom
        {
            border-bottom: 2px solid #ccc;
        }

        .row.footer > div.footerContactDetails
        {
            padding-bottom: 20px;
        }

        .row.footer .wrapBlock .row div
        {
            padding-right: 0px;
            padding-left: 0px;
        }

        .row.footer .wrapBlock .row {
            margin-left: 0px;
            margin-right: 0px;
        }

        .row.footer .subMenu
        {
            padding-left: 15px;
        }

            .row.footer .subMenu > li > a
            {
                font-size: 16px;
            }

        .row .blogPost img
        {
            margin: auto;
        }

        .row .blogPost .blogText, .contentTop .row .blogPost p, .row .blogPost h2
        {
            max-width: 100%;
        }


        .paginationList
        {
            padding-left: 15px;
        }

        .contentTop .menuHolder
        {
            padding-left: 45px;
        }

        .deliveryMessage p:not(.mobileHeaderBold)
        {
            color: #beccb4;
        }

        .copyrightAndTerms
        {
            display: inline-block;
        }
    }

    /* Small Mobiles*/
    @media only screen and (max-width : 550px)
    {
        .shadowButton.addonHeader
        {
            padding: 11px 49px;
        }
        .menuText
        {
            left: 42px;
            top: 5px;
            font-size: 14px;
        }

        #hamburger-wrapper
        {
            left: 4px;
            top: 65px;
        }

        .login
        {
            top: 71px;
            right: 10px;
        }

        .login > a
        {
            font-size: 14px;
        }

        .logo
        {
            display: block;
            margin: auto;
        }

        .underBannerCatPageHtml
        {
            font-size: 16px;
            line-height: 2.5;
        }

        .overlay h1
        {
            font-size: 17px;
        }
        .home-category-list-inner .occasions_link
        {
            padding-bottom: 1px;
        }

        .home-category-list-inner .occasions_title
        {
            padding: 0px 0 15px 0;
        }

        .orderInformation .addOnPanel .dropDownBoxContainer .dropDownBox
        {
            padding-top: 50px;
        }

        .paymentPanels #staticCart > a
        {
            padding-left: 8px;
            font-size: 12px;
        }

        .mobileNavContainer .logoBar .logo
        {
            padding: 7px 0 0 0;
        }

        .newsletter.field .control
        {
            float: none;
            margin: auto;
            width: 90%;
            padding-bottom: 15px;
        }

        input#EmailAddress, .newsletter input#Name, .newsletter input#Postcode {
            width: 100%;
            margin-top: 5px;
        }

        .siteMapCol{
            text-align: center;
        }

        .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
        .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
        {
            font-size: 14px;
            line-height: 22px;
        }
    }

@media only screen and (max-width : 459px)
{
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
    {
        font-size: 13px;
    }
}

@media only screen and (max-width : 439px)
{
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
    {
        font-size: 11px;
    }
}

@media only screen and (max-width : 400px)
{
    .mobileNavContainer .deliveryMessage p
    {
        margin: 4px -15px;
    }

    .mobileNavContainer .hamburger button
    {
        padding-left: 10px;
    }

    .floatingFooter p
    {
        font-size: 10px;
    }

    .deliveryMessage a.primary
    {
        font-size: 13px;
    }

    .deliveryMessage p
    {
        font-size: 11px;
        text-align: left;
    }

    .deliveryMessage .col-xs-6.col-sm-12
    {
        padding-right: 0;
        padding-left: 30px;
        padding-top: 5px;
    }

    .outerCopyright img
    {
        max-width: 100%;
    }

    .home-category-list-inner .occasions_title
    {
        font-size: 17px;
        padding: 0px 0 11px 0;
    }

    .home-category-list-inner .occasions_link
    {
        padding-bottom: 0px;
        font-size: 11px;
    }

    .bottomText .home-category-list .home-category-list-inner h3
    {
        font-size: 18px;
        padding-left: 0;
    }

    .img-wrapper .post-info-wraper
    {
        padding-top: 0;
    }

    .overlay
    {
        min-width: 300px;
    }

    .pagination > a
    {
        padding: 8px 11px;
    }

    .pagination a.nextPage, .pagination a.previousPage
    {
        padding-left: 2px;
        padding-right: 2px;
    }

    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
    {
        font-size: 10px;
    }
}

@media only screen and (max-width : 374px)
{
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
    {
        font-size: 9px;
    }
}

@media only screen and (max-width : 349px)
{
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-default,
    .checkoutContainer .deliveryButtons.hasApplePay .btn.btn-success
    {
        font-size: 8px;
    }
}
