﻿@font-face {
    font-family: 'National2';
    src: url(National2Web-Light.eot);
    src: url(National2Web-Light.woff2) format("woff2"),url(National2Web-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'National2';
    src: url(National2Web-Regular.eot);
    src: url(National2Web-Regular.woff2) format("woff2"),url(National2Web-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'National2';
    src: url(National2Web-Medium.eot);
    src: url(National2Web-Medium.woff2) format("woff2"),url(National2Web-Medium.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'National2';
    src: url(National2Web-Bold.eot);
    src: url(National2Web-Bold.woff2) format("woff2"),url(National2Web-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Sentinel';
    src: url(Sentinel-Book_Web.woff2) format("woff2"),url(Sentinel-Book_Web.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Sentinel';
    src: url(Sentinel-Medium_Web.woff2) format("woff2"),url(Sentinel-Medium_Web.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Sentinel';
    src: url(Sentinel-Semibold_Web.woff2) format("woff2"),url(Sentinel-Semibold_Web.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

.column {
    flex-wrap: wrap;
}

.fs .column, .fs .columns {
    margin: 0 !important;
}

.global-page-title {
    min-height: inherit;
}

.global-page-title .column > div {
    min-height: 78px;
    padding: 12px 0 10px;
}

h1, h2 {
    font-weight: 700;
}

h2 {
    margin-top: 0;
}

a {
    cursor: pointer;
}

a:hover,
a:focus {
    color: #194385;
    text-decoration: underline;
}

#content-wrapper {
    padding: 10px 30px 30px 30px;
}

.catering-body a {
    text-decoration: underline;
}

a.checkout-link i {
    font-style: normal;
    display: inline-block;
    border: 1px solid #C3E1BB;
    line-height: 12px;
    padding: 5px;
}

.info {
    padding: 20px;
    color: #000;
    background: #fff;
    border: 2px solid #b3cbe9;
}

.info #addedmessagecontent {
    margin-bottom: 10px;
}

.category-message {
    text-align: center;
    margin-bottom: 20px;
}

.addtocart:focus, .checkout:focus, .catering-cart_link:focus, .back:focus, .remove:focus {
    box-shadow: inset 0px 0px 0px 3px black;
}

.textFocus:focus{
    font-weight: bold;
}

.panel {
    border: 1px solid #b6b6b6;
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.panel h2 {
    background: #f9fdff;
    border-bottom: 1px solid #b3cbe9;
    margin: 0;
    padding: 12px 20px;
}

.panel .field {
    margin-top: 10px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.panel .field input {
    width: 100%;
}

.panel .field input[type=checkbox],
.panel .field input[type=radio] {
    width: auto;
}

.panel .field .liner {
    margin: 0 10px;
}

.panel .field.full {
    display: block;
    width: auto;
}

.panel fieldset legend {
    display: none;
}

.table {
    border: none;
}

.table th {
    border: none;
    background: #f7f7f7;
}

.table td {
    border: none;
    border-bottom: 1px solid #e1dcd0 !important;
}

.table td .padded {
    display: inline-block;
    padding: 5px 0;
}

.paymentdetails .braintree .hostedfield, .paymentdetails .braintree .field {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

#cartitems button.remove span {
    display: none;
}

#cartitems .buttonarea {
    text-align: left;
    overflow: auto;
    padding: 0 20px 10px 20px;
}

#cartitems .promo-code {
    float: left;
    display: inline;
    padding: 6px 0;
}

#cartitems .add-more-items {
    float: right;
    background: none;
    color: #194385;
    border: none;
    text-transform: none;
    font-size: 14px;
    padding: 6px 0;
}

#cartitems .add-more-items span {
    text-decoration: underline;
}

#cartitems .table tr.totals td {
    border-bottom: none !important;
}

#cartitems .notes {
    width: 100%;
}

#cartitems button.remove {
    background: none;
    color: #194385;
    border: none;
    padding: 3px 12px;
    font-size: 1.2em;
}

span.label {
    display: inline;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.buttonarea {
    margin-top: 30px;
}

.buttonarea button {
    padding: 10px 16px;
}

button, .button {
    border-radius: 30px !important;
}

button.back {
    background-color: #194385;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-default {
    color: #fff !important;
    background-color: #2868f6 !important;
    border-color: #2868f6 !important;
    border-radius: 30px;
    outline: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

span.label {
    display: inline;
}

.btn .label {
    top: 0;
    display: inline;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
    border-radius: 0;
}


input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    padding: 3px 6px;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

#contentliner {
    padding: 0;
    margin-bottom: 0;
}

p.taxmessage {
    display: none;
}

article.node .category-desc {
    padding: 20px;
    margin-bottom: 20px;
    color: #194385;
    border: 1px solid #194385;
    background: #f1f7ff;
}

#items .balancer {
    margin: 0 0 10px 0;
}

#items .item .qty input {
    width: 40px;
    margin-right: 0;
    margin-right: 7px;
}

#items .item .priceserve {
    overflow: auto;
}

#items .item .price {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    float: right;
    line-height: 24px;
}

#items .item .price .per {
    font-weight: 400;
    font-size: 12px;
}

#items .item .selections {
    list-style-type: none;
}

#items .item .selections label {
    font-weight: normal;
    cursor: pointer;
    max-width: 75%;
    vertical-align: top;
}

#items .item .cals {
    color: #666;
    font-style: italic;
    font-size: 0.8em;
}

#home .category,
.category {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.category .liner {
    background: #fff;
    padding: 0;
    border: 1px solid #b6b6b6;
}

.category .liner:hover {
    border: 1px solid #6fa1d6;
}

.categories h2 {
    margin-bottom: 0;
    height: 200px;
    background-size: cover;
    position: relative;
}

.categories .text {
    padding: 15px;
}

.categories h3 {
    margin: 0;
    font-weight: 700;
}

.category .liner:hover h3 {
    text-decoration: underline;
    color: #6fa1d6;
}

.categories a {
    text-decoration: none;
}

#folder .categories h3 {
    padding: 10px;
}

#folder .categories h3 i {
    margin-left: 10px;
    font-size: 0.8em;
}

#home .categories .category:nth-child(odd) {
    padding-right: 5px;
}

#home .categories .category:nth-child(even) {
    padding-left: 5px;
}

#folder .categories .category:nth-child(odd) {
    padding-right: 5px;
}

#folder .categories .category:nth-child(even) {
    padding-left: 5px;
}

.categories p {
    margin-top: 10px;
    margin-bottom: 0;
}

#home > p {
    margin: 0;
}

#home .categories a {
    font-size: inherit;
}

#home .categories img,
.categories img {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.validation-summary-errors {
    border: none;
    padding: 10px;
    margin-bottom: 20px;
    color: #194385;
    background: #f9fdff;
    border: 1px solid #b3cbe9;
    font-weight: 600;
}

.validation-summary-errors a {
    color: #fff;
}

#addedmessage {
    margin: 0 0 10px 0;
    position: relative;
}

#addedmessage a {
    display: inline-block;
    margin-left: 20px;
}

#addedmessage .or {
    display: inline-block;
    margin: 0 5px;
}

#addedmessage .hide {
    display: block !important;
    position: absolute;
    top: -2px;
    right: -2px;
    background: #b3cbe9;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

div#createaccount {
    width: auto;
    margin: auto;
    max-width: 550px;
}

#createaccount fieldset {
    background: #fff;
    padding: 20px;
}

#createaccount fieldset h2 {
    background: #f9fdff;
    border-bottom: 1px solid #b3cbe9;
    margin: 0;
    padding: 12px 20px;
}

#createaccount input[type="text"], 
#createaccount input[type="tel"], 
#createaccount input[type="email"], 
#createaccount input[type="password"], 
#createaccount textarea {
    width: 100%;
    max-width: 300px;
}

#createaccount #Title {
    width: 100%;
    max-width: 100px;
}

#createaccount #Phone {
    max-width: 200px;
}

#createaccount #State {
    max-width: 150px;
}

#createaccount #Postcode {
    max-width: 100px;
}

#createaccount .password-message {
    display: block;
    margin: -3px 0 3px 0;
    max-width: 300px;
}

#createaccount #Company,
#createaccount #Email,
#createaccount #Address {
    max-width: none;
}

#createaccount .info .liner {
    margin: auto;
    text-align: center;
}

#account p {
    margin: 0 0 20px 0;
}

p.categorydesc {
    display: none;
}

#orders input[type=text] {
    width: 120px;
}

#items .categoryheader {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.tab-contrast:focus{

    color:#fff;
    box-shadow: 0px 0px 0px 3px #000;

}

#items .categoryheader h2 {
    color: #fff;
    background-color: #6e5a50;
    margin: 0;
    padding: 15px;
    font: normal 18px/22px Georgia,Serif;
    font-style: italic;
}

#items .categoryimage {
    display: block;
    max-width: 100%;
}

#items .items {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#items .item-row {
    display: block;
}

#items .item.empty {
    background: none;
}

#items .item-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

#items .item {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    border: 1px solid #b6b6b6;
}

#items .item img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
}

#items .item .validation-summary-errors {
    border-top: none;
    border-left: none;
    border-right: none;
}

#items .item .qty {
    margin-bottom: 0;
}

#items .item .text {
    padding: 20px;
}

#items #addedmessage .nav {
    display: block;
}

table.table .notescolumn label {
    display: none !important;
}

body #items ul.dietaries {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 15px !important;
	float: none;
}

body ul.dietaries {
    float: right;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    list-style-type: none;
}

body ul.dietaries li {
    display: inline-block;
    margin-left: 10px;
}

body ul.dietaries li:first-of-type {
    margin-left: 0;
}

body ul.dietaries label {
    font-weight: normal;
    font-size: 0.8em;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

body .dietary {
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    font-size: 0.7em;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    line-height: 2.5em;
}

body .item-dietaries {
	width: 100%;
	margin-bottom: 5px;
}

body .dietary.glutenfree,
body .dietary.glutenfriendly {
    background: #4180BF;
}

body .dietary.vegetarian {
    background: #70A1D6;
}

body .dietary.vegan {
    background: #009EA7;
}

body .dietary.glutenfree:before,
body .dietary.glutenfriendly:before
 {
    content: "GF";
}

body .dietary.vegetarian:before {
    content: "V";
}

body .dietary.vegan:before {
    content: "VG";
}

body .item .dietary {
    margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#pack .item-row {
    display: table-row;
}
#pack .item img {
    display: none;
}

#pack .item .liner {
    margin-right: 0;
}

#pack .item .liner input[type="text"] {
    float: right;
    width: 100%;
}

#pack .insc-color-wrap.error {
    border-color: red;
    background: #f8d7da;
}

#pack .insc-color-wrap .error-text {
    display: none;
    color: #9f0b19;
    font-weight: 600;
}

.buttonarea button, 
.buttonarea .button {
    margin: 0 5px 0 0;
}

#signin .existingcustomers,
#signin .newcustomers {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#signin .existingcustomers .liner {
    margin-right: 40px;
    border: 1px solid #b6b6b6;
}

#signin .newcustomers .liner {
    margin-left: 40px;
    border: 1px solid #b6b6b6;
}

#signin h2 {
    background: #f9fdff;
    border-bottom: 1px solid #b3cbe9;
    margin: 0;
    padding: 12px 20px;
}

#signin .signinpanel {
    background: #fff;
    border: none;
    padding: 20px;
    max-width: none;
}

#signin .signinpanel input {
    max-width: none;
}

h1.title {
    font-size: 40px;
}

footer a {
    color: #fff;
}

.column.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    justify-content: inherit;
    align-items: inherit;
}

#customerbar,
.customerbar {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: right;
    min-height: 30px;
    font-weight: 600;
    font-size: 1.3rem;
}

.customerbar li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.customerbar li.store {
    float: left;
    font-weight: normal;
}

.customerbar li.store i {
    color: #e37c02;
}

.customerbar a {
    padding: 5px 10px;
    display: inline-block;
}

.customerbar i {
    margin-right: 5px;
    color: #7ba1d2;
}

.customerbar .btn {
    display: block;
    padding: 5px 20px;
    margin-left: 5px;
}

.menu-wrapper h2 {
    display: none;
}

.sidebar {
	width: 93%;
}

.sidebar ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.sidebar ul.menu li {
    border-bottom: 1px solid #b3cbe9;
}

.sidebar ul.menu li:last-child {
    border-bottom: none;
}

.sidebar ul.menu a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

.sidebar ul.menu a.menu-pdf {
    padding: 0 10px;
    padding-bottom: 5px;
}

.sidebar ul.menu .folder {
    font-weight: normal;
}

.sidebar ul.menu .folder.activefolder > a {
    font-weight: bold;
}

.sidebar ul.menu ul li:last-child {
    border-bottom: none;
}

.sidebar ul.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.sidebar ul.menu ul li {
    border-bottom: none;
    background: #fff;
    border-top: 1px solid #b3cbe9;
}

.sidebar ul.menu ul li a {
    text-transform: none;
    padding: 10px 25px;
}

.sidebar ul.menu ul li.activemenu a {
    font-weight: bold;
}

.sidebar ul.menu ul li a:after {
    content: none;
}

.datefield select,
.timeselector select {
    margin-right: 5px;
}

#select-site .or {
    display: block;
	margin: 5px 10px;
}

#select-site #get-position i {
    margin-right: 5px;
}

#select-site .map-search {
    background: white;
    padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}


#select-site #search-form {
    flex: 0 0 67.2%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#select-site .site-reheat {
    flex: 0 0 32.8%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    border: 1px solid #194385;
    background: #f1f7ff;
    padding: 20px;
}

#select-site .site-reheat h4 {
	margin-top: 0;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#select-site #map-canvas {
    height: 250px;
}

#select-site ul.map-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#select-site ul.map-results li {
    width: 33.3333%;
    display: inline-block;
}

#select-site ul.map-results li .liner {
    background: white;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #b6b6b6;
}

#select-site .search-field {
    position: relative;
}

#select-site .search-field input {
    max-width: 100%;
    padding-right: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px 8px;
    width: 400px;
    height: 33px;
}

#select-site .search-field i {
    position: absolute;
    right: 0;
    top: 0;
    background: #2868f6;
    color: #fff;
    height: 97%;
    padding: 0 12px;
    line-height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 33px;
}

#select-site .delivery {
    color: #2868f6;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 5px;
}

/* http://isabelcastillo.com/nth-child-css-selectors-for-3-column-galleries */
#select-site ul.map-results li:nth-child(3n-2) .liner {
    margin-right: 5px;
}

#select-site ul.map-results li:nth-child(3n+2) .liner {
    margin-left: 5px;
    margin-right: 5px;
}

#select-site ul.map-results li:nth-child(3n+3) .liner {
    margin-left: 5px;
}

#select-site ul.map-results li .button {
    display: inline-block;
    margin-top: 10px;
}

#select-site ul.map-results li .button:hover {
    text-decoration: none;
    color: #fff;
}

#select-site fieldset {
    border: none;
    padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

#select-site .site-search-container {
	display: flex;
	flex-wrap: wrap;
}

#editcart .buttonarea {
    text-align: right;
}

#editorder label {
    font-weight: 600;
}

#editorder #Order_DeliveryTimeSlot {
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

#editorder label.inline {
    display: inline;
    cursor: pointer;
}

#editorder label.delivery-pickup {
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

#editorder textarea {
    height: 50px;
}

#editorder p.guest-checkout {
    margin: 20px 20px 10px 20px;
}

#editorder label.optin {
    font-weight: normal;
}

#editorder .guest-checkout-options a {
    color: #fff;
    font-weight: normal;
}

#editorder .field.firstname,
#editorder .field.lastname {
    width: 30%;
}

#editorder .field.company {
    display: block;
}

#editorder .field.phone {
    width: 20%;
}

#editorder .field.city {
    width: 30%;
}

#editorder .field.zip {
    width: 100px;
}

#editorder .loyaltyid-content {
    padding: 10px
}

#editorder .loyaltyid input {
    display: block;
}

#editorder .loyaltyid h2 {
    padding: 10px;
    background-color: #fff;
}

#editorder .loyaltyid img {
    max-width: 150px;
    display: block;
}

#editorder .loyaltyid label {
    display: inline;
}

#editorder .loyaltyid span {
    font-style: italic;
}

#editorder .loyaltyid p {
    margin-top: 5px;
    margin-bottom: 0;
}

.table th,
.table td {
    padding: 5px 10px;
}

.totals,
.totals .total {
    font-weight: 700;
    font-size: 16px;
}

a.powered-by {
    font-size: 0.8em;
    color: #c5d8e5 !important;
}

.picker__holder {
    max-width: 339px !important;
}

#payment {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

#payment input[type=radio] {
    display: inline-block;
}

.panel #payment {
    margin: 10px 20px;
}

.paymentdetails .braintree .hostedfield {
    height: 32px;
}

.paymentdetails .paymentmethods {
    white-space: normal;
}

.paymentdetails #ccvhelp {
    padding: 15px;
    z-index: 100;
    margin-bottom: 50px;
}

.paymentdetails .braintree input {
    border-radius: 0;
    margin-top: 0;
    border: 1px solid #d7d7d7;
    height: 32px !important;
}

.paymentdetails .braintree .braintree-field-billing-address {
    width: 240px;
}

.paymentdetails .braintree .braintree-field-billing-suburb {
    width: 150px;
}

.paymentdetails .braintree .braintree-field-billing-postcode {
    width: 150px;
}

.paymentdetails .braintree .braintree-field-billing-address input,
.paymentdetails .braintree .braintree-field-billing-suburb input,
.paymentdetails .braintree .braintree-field-billing-postcode input {
    width: 100% !important;
}

#cartitemtable .pricecolumn,
#cartitemtable .totalcolumn {
    text-align: right;
}

#cartitemtable tr.totals td {
    border: none !important;
    padding-bottom: 0;
}

#confirmorder label {
    display: block;
}

#orderplaced .text {
    padding: 20px;
}


.pickup-modal {
    display: none;
    z-index: 999 !important;
}


.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

body .pickup-modal {
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .ui-widget.ui-widget-content {
    padding: 0;
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #454545;
    text-decoration: none;
}

body .ui-dialog {
    border-radius: 0;
}

body .ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    background: #f9fdff;
    border-bottom: 1px solid #b3cbe9;
}

body .ui-dialog .ui-dialog-title {
    color: #194385;
    font-size: 2.4rem;
}

body .ui-widget.ui-widget-conten {
    padding: 0;
}

body .ui-button .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-button:active .ui-icon {
    background-image: url('close_modal_btn.png');
}

body .ui-widget-overlay {
    display: none;
    background: rgba( 0,0,0,0.6 );
}

body .node--type-catering-landing-page .field--name-field-sections img {
    height: 150px;
    width: 100%;
    display: block;
}

body .menu-phone {
    text-align: center;
    border: 1px solid #b3cbe9;
    padding: 10px;
    margin-top: 20px;
}

body .menu-phone h3 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'HCo Sentinel';
    color: #00448a;
    margin-top: 0;
}

body .menu-phone a {
    font-size: 18px;
    font-family: 'National2';
    font-weight: 800;
}

body .menu-phone .menu-break {
    border-top: 1px solid #b3cbe9;
    border-bottom: 1px solid #b3cbe9;
    width: 60px;
    margin: auto;
    height: 5px;
    margin-bottom: 10px;
}

.message .info {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

#pack .pack-row {
    display: flex;
}

#pack .pack-col-left {
    flex: 0 0 72.5%;
}

#pack .pack-col-right {
    flex: 0 0 27.5%;
}

#pack .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

#pack .items .item {
    display: block;
    width: 33.3%;
    background: #fff;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
}

#pack .item .liner {
    margin-right: 0;
    padding: 15px;
    border: 1px solid #b6b6b6;
    height: 100%;
    transition: border .2s;
    cursor: pointer;
    position: relative;
}

#pack .item .liner .item-total {
    position: absolute;
    top: -15px;
    right: -10px;
    background: #194385;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    display: none;
}

#pack .item.active .liner .item-total {
    display: flex;
}

#pack .item.active .liner {
    border-color: #194385;
}

#pack .item .liner:hover { 
    border: 1px solid #194385;
}

#pack .item .liner  h2 {
    font-size: 18px;
    line-height: 1.2;
}

#pack .pack-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 120px;
    margin: -20px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#pack .mini-cart {
    padding: 20px;
    border: 1px solid #b6b6b6;
    margin-left: 15px;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
    top: 110px;
}

#pack .mini-cart h3 {
    margin-top: 0;
}

#pack .mini-cart h4 {
    font-size: 16px;
}

#pack .mini-cart .option-wrap span:nth-child(2) {
    float: right;
}

#pack .selection select {
    margin-top: 0;
    width: 150px;
    float: none;
}

#pack .mini-cart .cart-selection img {
    max-width: 50px;
    margin-right: 5px;
}

#pack .mini-cart .cart-section-name {
    display: flex;
    align-items: center;
    line-height: 1;
	font-size: 14px;
	padding: 5px 0;
}

#pack .mini-cart .cart-section-name.has-surcharge {
    flex-wrap: wrap;
}

#pack .mini-cart .cart-section-name.has-surcharge .cart-section-surcharge {
    margin-left: auto;
}

#pack .mini-cart .btn {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    padding: 7px;
}

#pack .mini-cart .btn.disabled:not(#cancel) {
    background: #d1d1d1;
    background-color: #8888 !important;
    opacity: .7 !important;
    border-color: #d1d1d1 !important;
}

#pack .mini-cart .btn#cancel {
    background: none;
    border: none;
    color: #606060;
}

#pack .surcharge-serves {
    display: flex;
}

#pack .surcharge-serves .surcharge-label {
    margin-left: auto;
}

#pack .item .text .qty {
    margin: 0;
}

#pack .selection.inscription .items .item {
    width: 50%;
}

#pack .selection.inscription .items .item input {
    float: none;
}

#pack .buttonarea {
    margin-top: 20px;
    margin-bottom: -10px;
}

#pack .selection select {
    margin-top: 0;
    width: 150px;
    float: none;
    width: 100%;
    padding: 5px;
    max-width: 100%;
}

#pack .serving-qty {
	text-transform: uppercase;
}

@media (max-width: 767px) {
 
	body #items ul.dietaries {
		flex-wrap: wrap;
	}
 
	body #items ul.dietaries li {
		width: 100%;
		margin: 5px 0;
	}

	#select-site #search-form,
	#select-site .site-reheat {
		flex: 0 0 100%;
	}

	#select-site .site-reheat {
		display: none;
	}

	#select-site .search-field input {
		width: 100%;
	}

    #pack .mini-cart {
        margin-left: 0;
        margin-right: 10px;
    }

    #pack .pack-row {
        flex-wrap: wrap;
    }

    #pack .pack-col-left,
    #pack .pack-col-right {
        flex: 0 0 100%;
    }

    #pack .items .item,
    #pack .selection.inscription .items .item {
        width: 100%;
    }

    #pack .item .liner .item-total {
        top: -10px;
    }

    body p {
        font-size: 14px;
        line-height: inherit;
    }

    body .pickup-modal {
        width: 90%;
    }

    body .ui-dialog .ui-dialog-title {
        white-space: pre-wrap;
        text-align: center;
    }

    #hero-banner .extra-large {
        font-size: 38px;
    }

    .sidebar {
        margin-right: 0;
    }

    .column.sticky {
        position: relative;
        top: inherit;
    }

    .categories > .liner {
        margin-left: 0;
    }

    .menu-wrapper {
        border: 1px solid #b3cbe9;
        background: #fff;
        margin-bottom: 20px;
    }

    .menu-wrapper h2 {
        display: block;
        margin: 0;
        padding: 10px;
    }

    .menu-wrapper h2 i {
        float: right;
        color: #194385;
        line-height: 36px;
    }

    .menu-wrapper .menu {
        display: none;
        padding: 0;
        border-top: 1px solid #6e5a50;
    }

    .panel .field {
        display: block;
        width: auto !important;
    }

    #editorder button.back {
        display: none;
    }

    #editorder .optin {
        display: inline-block !important;
        width: 90%;
        vertical-align: top;
        margin-left: 5px;
    }

    table.table tr {
        padding: 10px 0;
    }

    table.table tr:nth-child(2n) {
        background-color: #f0f0f0;
    }

    .table td {
        border-bottom: none !important;
        border-top: none !important;
    }

    table.table .qtycolumn:before {
        content: none;
    }

    table.table .qtycolumn {
        margin-bottom: 0;
        width: 18%;
    }

    table.table .itemcolumn {
        width: 82%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.table .notescolumn {
        padding-right: 60px;
    }

    table.table .actions {
        bottom: 0px;
    }

    table.table .hide-mobile {
        display: none;
    }

    #editorder .guest-checkout-options {
        display: none;
    }

    .promo-code input {
        width: 120px;
    }

    #cartitemtable .notescolumn:before {
        content: none;
    }

    article .col-xs-3 {
        display: block;
        width: 100%;
        float: none;
    }

    article .col-xs-9 {
        width: 100%;
    }

    #navpage #menu {
        display: none;
    }

    #customerbar,
    .customerbar {
        text-align: left;
        min-height: 60px;
    }

    .customerbar li.store {
        float: none;
        display: block;
    }

    .customerbar li:last-of-type {
        float: right;
    }

    .customerbar .hide-mobile {
        display: none;
    }

    #home .categories {
        display: block;
        margin: 0;
    }

    #home .category-row:last-child .category:last-child {
        margin-bottom: 0;
    }

    #home .categories .category:not(:first-child):nth-child(odd) {
        padding-left: 0;
    }

    #home .categories .category:not(:first-child):nth-child(even) {
        padding-right: 0;
    }

    #folder .categories .category:nth-child(odd) {
        padding-right: 0;
    }

    #folder .categories .category:nth-child(even) {
        padding-left: 0;
    }

    #home .category,
    .category {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }

    #navpage #menu ul {
        padding: 10px 0;
    }

    #items .items {
        display: block;
        margin: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #items .item-row {
        display: block;
        border-spacing: 0;
        margin: 0;
    }

    #items .item-row .liner {
        display: block;
    }

    #items .item {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }

    #items .items .liner {
        border-spacing: 0;
    }

    #cartitems .table tr.totals td {
        display: inline-block;
    }

    table.table .pricecolumn {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        z-index: 1;
    }

    table.table .notescolumn label {
        display: block !important;
        font-weight: normal !important;
    }

    #signin .existingcustomers,
    #signin .newcustomers {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    #signin .existingcustomers .liner {
        margin-right: 0;
    }

    #signin .newcustomers .liner {
        margin-left: 0;
    }

    #select-site #search-form {
        float: none;
        width: auto;
        padding-right: 0;
        margin-bottom: 10px;
    }

    #select-site #map-canvas {
        height: 200px;
    }

    #select-site ul.map-results li .button {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    #select-site .or,
    #select-site #get-position {
        display: none;
    }

    #select-site ul.map-results li {
        width: auto;
        display: block;
    }

    #select-site ul.map-results li:nth-child(3n-2) .liner {
        margin-right: 0;
    }

    #select-site ul.map-results li:nth-child(3n+2) .liner {
        margin-left: 0;
        margin-right: 0;
    }

    #select-site ul.map-results li:nth-child(3n+3) .liner {
        margin-left: 0;
    }

    #pack ul.dietaries {
        float: none;

    }

    #pack .item-row {
        display: block;
    }

    #pack .item {
        display: block;
        width: auto;
        overflow: auto;
        margin-bottom: 10px;
    }

    #payment .paymentdetails .ccoption {
        margin-right: 10px;
    }

    #payment .paymentdetails .ccoption label {
        display: none;
    }

    div#createaccount {
        width: auto;
    }
}