﻿@charset "utf-8";
/* CSS Document */

#tableContainer {
    padding: 0 20px 0 20px;
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #e41e26;
}

body, .img-thumbnail, body {
    background-color: #000;
}

html {
    overflow-x: hidden !important;
}

.homeButtons {
    background: #ffde00;
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 8%);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    padding: 20px 40px 20px 40px;
    margin: 40px 0px;
}

.homeButtonsContent {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: table;
    margin:auto;
}

.homeButtons:hover {
    background: #fff;
}

    .homeButtons a {
        font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
        color: #ff0000;
        font-size: 2.35em;
        line-height: 1.2em;
        text-align: center;
        font-weight: 700;
        margin: auto;
        display: table;
    }

.homeButtons .fas {
    color:#000;
}

.pInline {
    display: inline-block;
    margin-right: 10px;
}

.tastyWrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px;
    margin-top: 60px;
    display: table;
}

.footerFixed {
    position:fixed;
    bottom:0px;
}

.mobileShow {
    display: none;
}

.disabledLink {
    pointer-events: none;
}

.btn-primary {
  color: #FFF!important;
  background: #000!important;
}

.btn-primary:hover {
  color: #FFF!important;
  background: #ff0000!important;
}


#userPostalCodeBilling {
    margin-top: -7px;
    padding: 2px !important;
}

    #userPostalCodeBilling::placeholder {
        color: #767676;
    }

body {
    margin: 0;
    background: #170809 url(../images/siteBg2.jpg) no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.3em !important;
}

.intputBody {
    width: 100%;
    padding: 40px 0px;
    background: rgba(255, 255, 255, 0.7);
    border: solid 1px #e41e26;
    display: table;
    text-align: center;
    color: #e41e26;
    font-family: "anton", sans-serif, arial;
    font-size: 1.4em;
    line-height: 1.3em;
}

.img-wrapper {
    margin-top:30px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #555;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #555;
}

.orderContent {
    background: #170809 url(../images/siteBg.jpg) no-repeat fixed;
    background-size: cover;
}

table td {
    text-align: left;
}

    table td.tdRight {
        text-align: right !important;
        padding:2px 0px;
    }

table {
    width: 100%;
}

.topRow a {
    color:#000;
}

    .topRow a:hover {
        color: #ff0000;
    }

.picPadding {
    padding-left: 20px!important;
}

.topRow h1 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #0a78bc;
    font-size: 2.2em;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.fab, .far {
    font-weight: 400;
    color: #ff0000;
    margin-left: 8px;
    font-size: 20px;
}

    .fab:hover, .far:hover, h2.yellow a:hover {
        color: #000!important;
    }

h2.yellow, h2.yellow a, .yellow a {
    color: #ff0000 !important;
    margin-top: 7px !important;
}

ul.checkMarks li {
    text-indent: -0.6em;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.7em;
    text-shadow: 2px 2px #000;
}

    ul.checkMarks li:before {
        font-family: 'FontAwesome';
        content: '\f00c';
        margin: 0 10px 0 -15px;
        color: #fff;
    }

ul.checkMarks {
    padding-left: 25px;
    list-style: none;
    margin-top:20px;
}

.topRow h2 {

    color: #000;
    font-size: 1.2em;
    line-height:1.4em;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.topRow h3 {

    color: #0a78bc;
    font-size: 1em;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:disabled {
    color: #333 !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
}

.totalRow {
    display: inline-table;
}

p {
    font-size: 1.2em;
    color: #eee;
}

.smText {
    color: #333;
    font-size: 1em;
    line-height: 1.1em;
}

.eXtrasmText {
    font-size: .8em;
    line-height: 1.1em;
    margin: 5px 0px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.checkbox-inline, .radio-inline {
    padding-left: 0px !important;
}

.description {
    color: #231f20;
    font-weight: 700;
    width: 100%;
    display: table;
    line-height: 1.2em;
    margin: 5px 0px 2px 0px;
}

.intputNoBorder {
    border: none;
    font-weight: 600;
    width: 85%;
    float: left;
    text-align: left;
}

.totalAmounts {
    float: left;
    width: 43%;
}

.totalText {
    float: left;
    width: 57%;
}

input[type=checkbox], input[type=radio] {
    width: 10px;
    margin: 0px 2px 0px 0px !important;
    vertical-align: text-top;
}

.buyButton {
    background: #cb1621;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    display: table;
    width: 98%;
    padding: 2px 8px;
}

    .buyButton:hover {
        background: #0a78bc;
    }

.items {
    color: #0a78bc;
    font-weight: 600;
    width: 100%;
    display: table;
    margin: 5px 0px;
    line-height: 1.1em;
}

.inputQTY {
    width: 38px;
    margin: 0px 5px;
    font-size: .75em;
    text-align: center;
    border: solid 1px #ccc;
    color: #0a78bc;
    padding: 1px;
}

.prepRow {
    width: 100%;
    display: table;
    margin-top: 3px;
}

.noBorderInput {
    width: 40px;
    margin: 0px;
    border: none;
    background: none;
    font-weight: 600;
    color: #333;
    -webkit-text-fill-color: #880000;
    !important;
    -webkit-opacity: 1 !important;
}

.inputPREP {
    font-size: .8em;
    text-align: left;
    border: solid 1px #ccc;
    color: #0a78bc;
    padding: 2px 4px;
    width: 60%
}

.inputPREP2 {
    width: 98% !important;
}

.resultItems {
    background: #fff;
    display: table;
    border: solid 1px #e01f27;
    margin: 10px 0px;
    width: 100%;
    color: #333;
    font-weight: 600;
    padding: 5px;
}

    .resultItems img {
        padding: 0px;
    }

.deliveryMethod {
    float: left;
    background: #000;
    margin-right: 2%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    width: 48%;
    padding: 4px 8px;
    border: solid 1px #fff;
}

    .deliveryMethod a {
        color: #fff !important;
        text-shadow: 1px 1px 2px #333;
    }

        .deliveryMethod a:hover {
            color: #ff0000 !important;
            text-shadow: 1px 1px 2px #333;
        }

.deliveryMethodForm {
    float: left;
    width: 98%;
    font-size: .85em;
    margin-top: 10px;
    overflow: hidden;
}

.topRight {
    text-align: right;
}

.topRowIcons {
    margin-top: 5px;
    float: right;
}

.topRowIcons h6 {
	display:inline;
}

    .topRowIcons img {
        padding-left: 8px;
    }

    .topRowIcons img:hover {
        opacity:.85;
    }

.topCart {
    padding-right: 8px;
}

.mainContent {
    padding: 40px 0px 20px 0px;
}

    .mainContent p, .mainContent li {
        font-size: 1.4em;
        line-height:1.3em;
    }

.homeCallouts {
    padding: 30px 0px;
}

.menuItemPadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mainContent h1 {
   font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 2.35em;
    line-height: 1.2em;
    text-shadow: 2px 2px #000;
    margin-top: 15px;
    text-shadow: 2px 2px #000;
	font-weight:700;
}



.appRow h2 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.4em;
    text-shadow: 2px 2px #000;
    margin: 10px 0px;
}



.mainContent h2 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.8em;
    text-shadow: 2px 2px #000;
}

.tastyWrapper h2 {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 2.8em;
    line-height: 1.2em;
    font-weight: 700;
    text-shadow: none;
    margin-top:0px;
}

.appRow {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    display: table;
}

    .appRow img {
        padding: 0px 10px;
    }

.navbar-inverse {
    border-color: #fff!important;
	background-color:#fff!important;
    height: 110px !important;
    box-shadow: none !important;
}



.img-fluid {
    width: 100% !important;
    height: auto !important;
}

.combobox-container {
    padding: 20px 0px;
}

.combobox-container .form-control, output {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #0a78bc !important;
    font-size: 1.1em !important;
}

    .combobox-container .form-control {
        background-color: rgba(255, 255, 255, 0.7) !important;
        height: inherit !important;
        border: 1px solid #fff;
    }

.footer {
	background:#fff;
    display: table;
    padding: 20px 30%;
    color: #000;
    font-size: .9em;
    margin: 40px 0px 0px 0px;
}

.container.footer {
    width: 100%;

}

.container.footer .col-sm-6 {
    padding-left:12%;
}

    .container.footer .footerRight {
        padding-right: 12%;
    }

    .footer a {
        color: #000;
    }

        .footer a:hover {
            color: #ff0000;
        }

.footerRight {
    text-align: right;
}


.interiorContent {
    padding: 40px 80px;
}

.topCentre img {
    margin: auto;
    display: table;
}

.menuItems2, .checkout {
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 20px;
    display: table;
}

.homeMenuItems {
    background-color: rgba(0, 0, 0, .5) !important;
    border-radius: inherit;
    padding: 15px 0px;
    display: table;
    width: 100%;
    margin-top: 50px;
    border: solid 1px #fff;
}


    .menuItems a {
        background: #cb1621;
        text-align: center;
        border-radius: 0px;
        color: #fff;
        font-size: .85em;
        font-weight: 700;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        display: table;
        width: 100%;
        margin: 5px 0px;
        padding-bottom: 5px;
        cursor: pointer;
		border:solid 1px transparent;
    }

        .menuItems a:hover, .menuItems a.activeCategory {
            background: #cb1621;
            color: #ffde00 !important;
			border:solid 1px #ffde00;
        }

.bottomMenu {
    padding: 0px 5px !important;
}

  /*  .bottomMenu a {
        background: #0a78bc;
    }

        .bottomMenu a:hover {
            color: #ff0000 !important;
            background: #cb1621;
        }*/

.menuItems2 img {
    height: 35px;
}

.menuItems a:hover {
    color: #ff0000;
}

.menuDetails {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 0px;
    padding: 20px 0px;
    display: table;
}

    .menuDetails ul {
        list-style: none;
        padding: 0px;
        margin: 0px 10px;
    }

        .menuDetails ul li {
            font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
            color: #fff;
            font-size: 1.2em;
            border-bottom: dotted 2px #fff;
            margin-bottom:5px;
        }

            .menuDetails ul li a {
                color: #fff;
                text-shadow: 1px 1px 2px #333;
            }

                .menuDetails ul li a:hover {
                    color: #f6eb14;
                }

.fa-arrow-circle-down {
    font-family: 'FontAwesome';
    content: '\f055';
    margin: 0 5px 0 -15px;
    color: #f6eb14;
    float: left;
    padding-top: 5px;
}

.deleteButton ul li:before {
    font-family: 'FontAwesome';
    content: '\f057';
    margin: 0 5px 0 -15px;
    color: #000000;
}

.addButton ul li:before {
    font-family: 'FontAwesome';
    content: '\f055';
    margin: 0px;
    padding: 2px;
    color: #0074bd;
    font-size: 1.25em;
}

.deleteButton ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.checkoutItem {
    border: solid 1px #c91521;
    background: #fff;
    display: table;
    width: 100%;
    padding: 4px 8px;
}

.checkout {
    font-weight: bold;
}

.checkoutDetails {
    font-size: 1em;
    padding: 5px;
    border: 2px solid #000000;
    background: #fff;
}

.checkoutDetails span {
    padding-bottom:2px;
}

.red {
    color: #c91521;
}

.blue {
    color: #000000;
    text-align: left !important;
}

.form-control {
    height: 22px !important;
    padding: 2px 8px !important;
    background-color: #fff !important;
    border: 1px solid #000000 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .9em !important;
    margin-bottom: 2px;
    border-radius:0px!important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    background: #c91521;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 2px;
}

.noLeftPadding {
    padding-left: 0px !important;
}

.noPadding {
    padding: 0px !important;
}

.checktoutItems {
    height: 280px;
    overflow-y: auto;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.panel {
    background: none !important;
    box-shadow: none !important;
}

.panel-default {
    border-color: transparent !important;
}

.panel-body {
    padding: 5px 10px !important;
    background: #fff;
    margin: 5px 0px;
    border: solid 1px #c71420;
    color: #231f20;
    font-size: .9em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}


    .menuDetails .form-control {
        border: solid 1px #c71420 !important;
        height: 15px !important;
        border-radius: 0px !important;
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
        font-size: .85em !important;
        color: #333 !important;
        padding: 5px !important;
    }

.form-control-sm {
    width: 20px !important;
    height: 15px !important;
    border: solid 1px #c71420 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .85em;
    color: #333;
}


/*
.menuItems .col-sm-4 {
    padding: 6px;
}*/

iframe {
    width: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .interiorContent {
        padding: 40px;
    }

    body {
        font-size: 1.2em !important;
    }

    .container {
        width: 1180px!important;
    }

    .homeButtons a {
        font-size: 2.10em;

    }

    .noBorderInput {
        width: 35px;
    }

    .resultItems {
        font-size: .9em;
    }

        .resultItems img, .addButton {
            padding: 0px 4px;
            width: 22px;
        }

    .mainContent h2 {
        margin: 20px 0px;
    }

    .menuItems .col-sm-4 {
        padding: 5px;
    }

    .checktoutItems {
        height: 285px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mainContent h1 {
        font-size: 1.6em;
        margin-top: 10px;
    }

    .mainContent h2 {
        font-size: 1.1em;
        margin: 13px 0px;
    }

    .homeButtons a {
        font-size: 1.5em;
    }

    .appRow h2 {
        font-size: 1.2em;
        margin: 10px 0px;
    }

    .mainContent {
        padding: 20px 0px 0px 0px;
    }

    .fb_iframe_widget span {
        height: 280px !important;
    }

    .homeCallouts {
        padding: 10px 0px;
    }

    .topLogo {
        width: 100% !important;
        height: auto !important;
    }

    .topRow h2 {
        font-size: 1em;
		margin: 15px 0px 0px 0px;
    }
	
	.navbar {
    min-height: 105px;
	}

    .topRow h1 {
        font-size: 2em;
    }

    .navbar-inverse {
        height: 110px !important;
    }

    .navbar {
        margin-bottom: 5px;
    }

    .combobox-container {
        padding: 10px 0px;
    }

    .form-control {
        padding: 2px 6px !important;
    }

    iframe {
        height: 290px !important;
    }

    .interiorContent {
        padding: 20px;
    }

    .menuItems .col-sm-4 {
        padding: 2px;
    }

    .panel-body {
        padding: 7px !important;
        margin: 5px 0px;
        font-size: .75em;
    }

    .checkoutItem .col-sm-1, .checkoutItem .col-sm-2 {
        padding-right: 0px;
        text-align: center;
        padding-left: 5px;
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 0px !important;
    }

    .menuItems a {

        font-size: .75em;

    }

    .menuItems img {
        height: 32px;
        margin-bottom: 1px;
    }

    .checkoutItems {
        font-size: .9em;
        height: 300px;
    }

    .menuItems2, .checkout {
        height: 460px;
    }

    .resultItems {
        font-size: .85em;
    }

    .checkoutDetails {
        padding: 2px;
    }

    .buyButton, .deliveryMethod {
        font-size: 1.2em;
    }

    .noLeftPadding {
        padding-right: 5px !important;
    }

    .noBorderInput {
        width: 48px;
    }

    .totalText, .totalAmounts {
        font-size: .75em;
    }

    .inputQTY {
        width: 32px;
    }

    .resultItems img, .addButton {
        padding: 0px 3px;
        width: 18px;
    }

    .totalRow {
        margin-bottom: 2px;
    }

    .eXtrasmText {
        font-size: .7em;
        margin-right: 10px !important;
        line-height: 1em;
    }

    .checkoutPadding {
        width: 50% !important;
    }

    .deliveryPadding {
        width: 50% !important;
    }

    .inputPREP {
        font-size: .75em;
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mainContent h1 {
        font-size: 1.6em;
    }
	
	.navbar-inverse {

    height: 100px !important;
}

    .topRow h2 {
        font-size: .8em;
		margin: 15px 0px 0px 0px;
    }
        .mainContent h2 {
        font-size: 1.4em;
        margin: 20px 0px;
    }

    .homeButtons a {
        font-size: 1.4em;
    }

    .appRow h2 {
        font-size: 1.2em;
        margin: 10px 0px;
    }

    body {
        background-color: #170809 !important;
    }

    iframe {
        height: 215px !important;
    }

    .buyButton {
        margin-top: 5px;
    }

    .fb_iframe_widget span {
        height: 220px !important;
    }

    .menuItems .col-sm-4 {
        padding: 2px;
    }

    .menuItems, .checkout {
        padding: 10px;
    }

    .panel-body {
        padding: 4px !important;
        font-size: .75em;
        display: table;
        width: 100%;
    }

    .checkoutItem .col-sm-1, .checkoutItem .col-sm-2 {
        padding-right: 0px;
        text-align: center;
        padding-left: 5px;
    }

    .checkoutItem .col-sm-8 {
        padding: 0px;
    }

    .menuItems2 img {
        height: 30px;
    }

    .menuItems a {
       
        font-size: .65em;
    }

    ul.checkMarks li {
        font-size: 1.2em;
    }

        .homeMenuItems a {
        height: auto !important;
    }

    .menuDetails {
        padding: 5px;
        display: inherit !important;
    }

    .mainContent {
        padding: 10px 0px;
    }

    .checkoutItem {
        font-size: .8em;
    }

    .menuDetails ul li {
        font-size: 1.1em;
    }

    .menuDetails ul {
        margin: 0px 10px;
    }

    .inputPREP {
        margin: 0px;
    }

    .resultItems {
        font-size: .8em;
        padding: 2px;
    }

    .totalAmounts, .totalText {
        font-size: .85em;
        line-height: 1.2em;
    }

    .menuDetails ul li {
        font-size: 1.1em;
    }

    .checktoutItems {
        height: 220px;
        overflow-y: auto;
        padding: 0px 5px 0px 0px;
        margin: 0px 0px 10px 0px;
    }

    .menuItems2, .checkout {
        height: 450px;
    }

    .mobileTopMargin {
        margin: 10px 0px 0px 0px;
    }

    .buyButton, .deliveryMethod {
        font-size: 1em;
    }

    .noLeftPadding {
        padding-right: 5px !important;
        width: 100% !important;
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 0px !important;
    }

    .topLogo {
        width: 100%;
    }

    .interiorContent {
        padding: 20px;
    }

    .prepRow {
        margin-top: 3px;
    }

    .inputQTY {
        font-size: .8em;
        margin: 2px;
        width: 32px;
    }

    .resultItems img, .addButton {
        padding: 0px 2px;
        margin-top: -2px;
        width: 18px;
    }

    .totalRow {
        margin-bottom: 2px;
    }

    .eXtrasmText {
        font-size: .75em;
        margin-right: 15px !important;
    }

    .mobileFull {
        width: 100% !important;
    }

    .menuDetails {
        min-height: 580px !important;
        height: 100%;
    }

    .mobilePadding {
        padding: 0px !important;
    }

    .inputPREP {
        width: 60%
    }

    .appRow img {
        padding: 0px 8px;
        width: 100px;
    }
	
	.topRowIcons h6 {
		font-size: .8em;
	}
	
	.fab, .far {
    font-weight: 400;
    font-size: .9em;
    margin-left: 3px;
}
}

@media (min-width: 280px) and (max-width: 767px) {

    .navbar-toggle {
        display: none;
    }


    .homeButtons a {
        font-size: 1.25em;
        line-height:1.3em;
    }

    .homeButtons {
        background: #ffde00;
        box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 8%);
        padding: 15px;
        margin: 30px 15px;
    }

    .tastyWrapper {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 20px 50px 20px;
        margin-top: 0px;
        display: table;
    }

    .footerFixed {
        position: relative;
        bottom: inherit;
    }

    .footerFixedMobile {
        position:fixed;
        bottom:0px;
    }

    .topRow a {
        color: #fff;
    }

h2.yellow, h2.yellow a, .yellow a {
    color: #fff!important;
}

.topRow h2 {
	color:#fff;
}


    body {
        margin: 0;
        background: #170809 url(../images/siteBg2Sm.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .mobileHide {
        display:none!important;
    }

    .mobileShow {
        display:block;
    }

    .homeTopMargin {
        margin-top:30px;
    }

    .col-sm-6 {
        padding:0px!important;
    }

    .mobilePadding {
        padding: 0px !important;
    }

    .menuItemPaddingMobile {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .menuItems .col-sm-2 {
        width: 48%;
        float: left;
        margin-right: 1%;
    }

    .navbar-inverse {
        height: 90px !important;
    }

    .mainContent h1 {
        font-size: 1.8em;
        margin-top: 10px;
    }

    .topRow h2 {
        font-size: .85em;
        font-weight:400;
    }

    .col-sm-4 {
        padding-bottom: 0px;
    }

    .topRight {
        top: 100px;
        right: 0px;
        position: absolute !important;
        width: 40%;
		padding-left:0px!important;
    }

    .topLeft {
        padding-top: 100px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 60%;
    }

    .topRowIcons {
        margin-top: -20px;
        margin-right: 5px;
    }
	
	.topRowIcons h6 {
		font-size: .6em;
		display: table;
    margin: 8px 0px 0px 0px;
	}

    .topRowIcons2 {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .topCentre {
        position: absolute !important;
        top: 0px;
        text-align: center;
        width: 100%;
        left: 0px;
    }

        .topCentre img {
            width: 240px;
        }

    .topRow h1 {
        font-size: 1.4em;
    }

    .topRowIcons img {
        padding-left: 5px;
        height: 20px !important;
    }

   /* .container {
        padding: 0px 10px;
    }*/

    .mainContent2 {
        padding: 100px 15px 0px 15px !important;
    }

    .tastyWrapper h2 {
        margin-top:20px;
    }

    .mainContent h2 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin-bottom: 20px;
    }

    .fab, .far {
        font-weight: 400;
        color: #ffde00;
        margin-left: 8px;
        font-size: 14px;
    margin-top: 5px;
    }

    .footer .col-sm-6 {
        text-align:center;
    }

    .footerRight {
        text-align: center;
        margin-top: 10px;
    }

    .appRow h2 {
        font-size: 1.2em;
        margin: 10px 0px;
    }

    .interiorContent {
        padding: 15px 0px 0px 0px;
    }

    .menuItems, .checkout {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px 2px;
        display: table;
        width: 100%;
        margin-top: 50px;
        height: inherit;
    }

    .homeMenuItems {
        margin-top: 40px;
        padding: 20px 0px 20px 10px;
    }

    .menuItems .col-sm-4 {
        width: 33.33333333333333%;
        float: left;
        padding: 2px 4px;
    }

    .menuItems2 img {
        height: 30px;
    }

    .menuDetails {
        background-color: rgba(10, 120, 188, 0.7);
        padding: 15px;
        display: inherit;
        height: inherit;
        margin: 10px 15px 5px 15px;
    }

    .checkout {
        margin: 15px;
        width: inherit;
        display: inherit;
    }

    .checktoutItems {
        height: inherit;
        overflow-y: inherit;
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

    .menuItems2, .checkout {
        height: inherit;
    }

    .checkoutDetails {
        width: 100%;
    }

    .instagram {
        margin-bottom: 20px;
    }

    .homemap {
        margin-top: 20px;
    }

    .noLeftPadding {
        padding-right: 0px !important;
    }

    .panel-body {
        padding: 5px !important;
        margin: 5px 0px;
        font-size: .8em;
    }

    .deliveryPadding {
        margin-top: 20px;
    }

    .resultItems img, .addButton {
        padding: 0px 2px;
    }

    .noBorderInput {
        width: 55px;
        text-align: left;
    }

        .noBorderInput input {
            color: #333 !important;
        }

    .inputPREP {
        width: 70%
    }

    .appRow img {
        padding: 0px 8px;
        width: 100px;
    }

    .bottomMenu {
        padding: 3px 5px 0px 5px !important;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .topRow h2 {
        font-size: .85em;
    }
	
}

#onlinePayMethods, #offlinePayMethods {
    margin: 5px 0 5px 0;
}

@media (min-width: 200px) and (max-width: 320px) {
	
	
	.mylist {
		margin-top:30px!important;
}

}
