@font-face{
    font-family: 'Danube';
    src: url('fonts/DANUBE__.TTF') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: black;
}

body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1, h2 {
    font-weight: normal;
}


table {
    font-size: 12px;
}

.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.image
{
        position:relative;
}
.png-over{position:absolute; top:0; left:0}


.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.select-meal {
    vertical-align: top; 
    display: inline-block; 
    width: 31%; 
    text-align: center; 
    box-sizing: border-box; 
    margin: 1%;
    border:1px solid black;
    padding:10px;
}

.plan-layer {
    vertical-align:top;
    display:inline-block;
    width:31%;
    box-sizing:border-box;
    margin:1%;
}

.calendar {
    table-layout: fixed;
}

.calendar td {
    width: 14.28% !important;
}

.calendar-line {
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.meal-title {
    font-size:16px;
    font-weight:bold;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.package-layer {
    vertical-align:top;
    display:inline-block;
    width:25%;
    text-align:center;
    border-right:1px solid #bcae93;
    box-sizing:border-box;
}

.package-layer:last-of-type {
    border-right:0px solid #bcae93;
}



.calendar_button {
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    transition-property: background, border-color, color !important;
    transition-duration: 0.2s !important;
    transition-timing-function: ease-out !important;
    width: auto !important;
    font-size: 16px !important;
    line-height: 21px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-weight: 700 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    min-width: 77.6656px !important;
    color: rgb(255, 255, 255) !important;
    margin: 0px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    border-width: 2px !important;
    border-style: solid !important;
    background: rgb(0, 132, 137) !important;
    border-color: transparent !important;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color:white;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    -moz-box-shadow: 1px 1px 3px #252525;
    -webkit-box-shadow: 1px 1px 3px #252525;
    box-shadow: 1px 1px 3px #252525;
    margin-left:20px;
    text-align:left;
}

.dropDown a {
    color: black;
    font-size: 14px;
}

.dropDown a:hover {
    color: black;
    font-size: 14px;
    text-decoration:none;
}

.outline-button {
    background-color:white;
    border:none;
    font-size:18px;
    color:#59823c;
    font-weight:bold;
    cursor:pointer;
    width:100%;
    min-width: 117px;
    border-radius:5px;
    border:1px solid #59823c;
    padding: 9px;
    box-sizing:border-box;
}

.selected-button {
    background-color:#59823c;
    border:none;
    font-size:18px;
    color:white;
    font-weight:bold;
    cursor:pointer;
    min-width:117px;
    width:100%;
    border-radius:5px;
    padding: 10px;
    box-sizing:border-box;
}


.green-button {
    background-color:#59823c;
    border:none;
    font-size:18px;
    color:white;
    padding:10px;
    font-weight:bold;
    cursor:pointer;
}

.homepage-button {
    background-color:#5c8a3d;
    border:none;
    font-size:18px;
    color:white;
    padding:10px;
    font-weight:bold;
    cursor:pointer;
}

.boldtext {
    font-weight: bold;
}

.testimonial-container {
    margin-top:-20vw;
    height:19.8vw;
    position:relative;
    z-index:350;
}

.testimonial-text {
    width:25vw;
    margin:0 auto;
}


.testimonial {
    display:inline-block;
    width:21%;
    margin:2%;
    padding:1%;
    border:1px solid #28b475;
    background-color:white;
    color:#28b475;
    box-sizing:border-box;
    font-size:1vw;
    vertical-align:top;
}

#home1 {
    width: 57.23%;
    height: 37.49vw;
}

#home2 {
    width: 41.34%;
    height: 37.49vw;
}

#home3 {
    width: 32.38%;
    height: 23.82vw;
}

#home4 {
    width: 57.17%;
    height: 23.82vw;
}

.donotshow {
    display: none;
}

.onevw {
    font-size:1vw;
}

.onepointthree {
    font-size:1.3vw;
}
.onepointsix {
    font-size:1.6vw;
}
.twopointfive {
    font-size:2.5vw;
} 

.top17 {
    margin-top: 17vw;
}   

.top8 {
    margin-top: 8vw;
}

#search-container {
    margin-right:40px;
    padding:20px;
    right:0px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #cccccc;
    position:absolute;
}

.tipbox {
    border:1px solid black;
    padding:5px;
    box-sizing:border-box;
    cursor:pointer;
    font-weight:bold;
}
.greybg {
    background-color: #dddddd;
}

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);
}

#plan-mainbox
{
    box-sizing:border-box;
    width: 100%;
    background-color: white;
    padding: 10px;
    background: url(images/plan-bg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#plan-rightbox
{
    width:85%;
    float:right;
    color:white;
}

.specific-plan
{
    width: 18%;
    min-width: 150px;
    display:inline-block;
    margin: 1%;
    padding: 2% 1%;
    box-sizing:border-box;
    border-radius: 10px;
    background: url(images/meal-plan-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
    color:black;
    text-align:center;
    vertical-align:top;
}

.num-meals {
    font-size:40px;
    font-weight:bold;
    display:inline-block;
    margin-right:5px;
}

.per-day {
    display:inline-block;
    line-height:15px;
}

.big-meals {
    font-size:20px;
}

.meal-divider {
    border-top:1px solid black;
    margin:10px 0px;
}

.big-price {
    font-size:35px;
    font-weight:bold;
    display:inline-block;
    color:#273814;
}

.price-per-meal {
    display:inline-block; 
    color:#273814;
    line-height:11px;
    text-align:left;
}

.per-week {
    color:#7d7d7d;
}

.big-week {
    font-size:33px;
    font-weight:bold;
}

.entree {
    height: 40px;
}

.order-button {
    background-color:#596e35;
    color:white;
    border-radius:5px;
    padding:10px;
    width:200px;
    border-style:none;
    max-width:100%;
    cursor:pointer;
}



#order-mainbox
{
    box-sizing:border-box;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 40px;
}

#order-mainboxgor
{
    box-sizing:border-box;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 0px;
}


#delivery-address
{
    width:400px;
    background: #ffffff url("images/delivery-1.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    margin-bottom:10px;
    text-align:left;
    vertical-align:top;
}
#delivery-text
{
    padding-left:200px;
    color:white;
    font-size:20px;
    padding-top:40px;
}

#pickup-location
{
    width:400px;
    height:99px;
    background: #ffffff url("images/pickup-location.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
}

#pickup-location2
{
    width:400px;
    height:99px;
    background: #ffffff url("images/pickup-1.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}

#delivery-date
{
    width:400px;
    height:100px;
    background: #ffffff url("images/delivery-date.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}


#pickup-date
{
    width:400px;
    height:100px;
    background: #ffffff url("images/pickup-date.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}
#pickup-datepicker, #time-layer2
{
    float:right;
    margin-top:35px;
    margin-right:20px;
}

#delivery-time
{
    width:400px;
    height:101px;
    background: #ffffff url("images/delivery-time.jpg") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#pickup-time
{
    width:400px;
    height:101px;
    background: #ffffff url("images/pickup-time.jpg") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#time-layer
{
    float:right;
    margin-top:35px;
    margin-right:50px;
}

#or-layer
{
    width:100%;
    max-width:150px;
    height:100px;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
    text-align:center;
}

/* restaurant dropdown */
.sel {
    color:white;
    width: 200px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #e9ab49;
    overflow: hidden;
    position:absolute;
    margin-left:185px;
    margin-top:15px;
    font-size:11px;
    text-align:left;
    z-index:99999;
}
.txt {
    padding: 10px;
}
.selected2 {
    background-color: #4b2c2a;
}
.hide {
    display: none;
}
.sel .options {
    width: 100%;
    background-color: #e9ab49;
    z-index: 99999;
}
.sel .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
    z-index:99999;
}
.sel .options div:hover {
    background-color: #4b2c2a;
}
/* end restaurant dropdown */



.headerlinkmobile
{
        vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
        padding:20px;
        box-sizing:border-box;
	cursor:pointer;
}


.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell; text-align: left;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleboxg {   
    border: 0px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
	width: 700px;
    margin-bottom: 0px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}
.footerinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1vw;
}

.gray-title {
    color: #6d6e70;
    font-size: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    font-weight: bold;
}

.special-price {
    color: #4fb05f;
    font-size: 20px;
    font-weight: bold;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
#full-width-slider * {
   -webkit-backface-visibility: inherit;
}

.sidemenu
{
 	font-weight:bold;
        font-size:14px;
        padding:10px;
        box-sizing:border-box;
        line-height:25px;
        width:270px;
        color:white;
        cursor:pointer;
}

.bluemenu
{
	background: rgba(0,186,233,1); 
	background: -moz-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,186,233,1)), color-stop(100%, rgba(0,153,214,1))); 
	background: -webkit-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -o-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -ms-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae9', endColorstr='#0099d6', GradientType=0 );
}

.bluemenuflat
{
	background-color:#0179ae;
}

.filter {
    padding:0px 33px 0px 20px;
    border-left: 1px solid #5c8b3d;
    border-top: 1px solid #5c8b3d;
    border-bottom: 1px solid #5c8b3d;
    border-right: 0px solid #5c8b3d;
    height:34px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}


.inline-container {font-size: 0;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}
.inline-1-12 {
    width: 7.325%;
    margin-right: 0.0%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    padding-left: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-5-12g {
    width: 41.025%;
    margin-left: -65px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12g2 {
    width: 41.025%;
    margin-left: -85px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
#cvv {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}
#cvv-wrapper {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    width: 100%;
    height:100%;
    overflow-y: auto;
    background: #fff;
    box-sizing:border-box;
}
#cvv-wrapper #iframe {
    height: auto;
    padding: 0;
}

/* General */
#sb-bg {
    background: url('images/sb-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
#hdr-container {
    width: 100%;
    z-index: 1001;
    top: 0;
}


#topline-container {
    width: 100%;
    z-index: 9999;
    padding:10px 40px;
    box-sizing:border-box;
    height: 150px;
}


.hdr {
    background-image: url("images/top-bg.jpg");
    height:36px;
    width:100%;
    box-sizing:border-box;
    padding:0px 40px;
    font-size:22px;
}

.hdr a {
    color:white;
    text-decoration:none;
    font-size:16px;
}


#logo-container,#bdy {
    padding:10px 40px;
    width:100%;
    box-sizing:border-box;
}

#bdy-container {
    width: 100%;
    z-index: 1001;
    background-color:#bcae93;
    min-height: calc(100vh - 553px);
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
#ftr-container {
    width: 100%;
    height: 23vw;
    text-align: center;
    z-index: 1001;
    background: url(/images/bottom.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#ftr {
    padding:10px 0px;
    width:95%;
    box-sizing:border-box; 
    margin: 0 auto;
    font-size:24px;
    color:white;
 
}
#ftr-mob {display: none;}
.iframeWrapper {
    position: relative;
    padding-bottom: 46%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
    border: 0;
    border-top: 1px solid #d0d1d2;
    margin: 15px 0px;
}

/* forms */
.formrow {margin: 5px 0px;}

.formrow2 {margin: 10px 0px;}

.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}

.formlabel2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
}

.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'], .niceselect {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'], .complete-order {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.formbox input[type='submit']:hover, .continue_shopping:hover, .complete-order:hover {opacity: 0.90;}

.formbox a {
    color: #0077c5;
}

.continue_shopping {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    width:150px;
    text-align:center;
}



.formbox select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.dropdown2 {
    box-sizing: border-box;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}





.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */
#hdr .simpleinline:first-child {
    width: 29.19254658%;
    margin: 0;
    background: url('images/hdr1.png');
}
#hdr .simpleinline:last-child {
    width: 70.80745341%;
    margin: 0;
    background: url('images/hdr2.png');
    background-size: 100%;
}
#hdr-mob form {
    margin: 0;
}
.whoweare li {
    padding: 10px 0px;
}

#hdr .simpleinline:last-child {text-align: right;}
#topnav li {
    display: inline-block;
    padding:  12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #3fbde6;
}
#topnav ul li ul li {
    padding: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
    text-align: center;
}
.hdr-mob-wide .mobinline-10-12 {
    text-align: center;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}
.hdr-mob-each img {
    width: 30px;
}
#hdr-mob .mobinline-3-12 {
    vertical-align: middle;
}
#topnav input:active,
#topnav input:focus,
#topnav input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
li.rights a {
    display: inline-block;
    margin-left: 8px;
}
li.rights img {
    vertical-align: middle;
    margin-right: 8px;
    height: 14px;
}
#mob-search {
    display: none;
    border-top: 1px solid #676767;
    border-bottom: 0;
    padding: 10px 0px;
}
#mob-search input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #00a9e4;
    background: #00a9e4;
    padding: 8px 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#topnav form {
    margin: 0;

}
#topnav input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    color: #b6dcf1;
    width: 170px;
    font-size: 12px;
}
#topnav-search {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
}
#topnav-search input[type='submit'] {
    border: 0;
    width: 30px;
    cursor: pointer;
}

/* footer.inc */
#ftr a, #ftr li {
    font-size:24px;
    color: white;
    margin:0px 15px;
    vertical-align:middle;
}
#ftr a:hover {
    text-decoration:none;
   
}

#checkout-form {
    font-size: 16px;
}



#checkout-form textarea {
    width: 100%;
    padding: 5px;
    height: 72px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    box-sizing:border-box;
    font-size:19px;
    font-family: Arial;
}

#checkout-form select {
    padding: 5px;
    height: 38px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    box-sizing:border-box;
    font-size:19px;
}

#checkout-form input[type='text'], #checkout-form input[type='password'] {
    width: 100%;
    padding: 5px;
    height: 38px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    box-sizing:border-box;
    font-size:19px;
}

#ftr input[type='text'] {
    width: 400px;
    padding: 5px;
    height: 28px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    border-radius:0px;
}
#ftr button[type='submit'] {
    width: 75px;
    height:40px;
    box-sizing:border-box;
    padding: 4px;
    background: #bcae93;
    border: 1px solid #bcae93;
    color: black;
    cursor: pointer;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    vertical-align: top;
}
#ftr input[type='submit']:hover {
    -webkit-filter: brightness(90%);
    color: #fafafa;
}
.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

/*index.php*/
.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}
.product-wrapperg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0.5%;
    color: #878c8e;
    text-align: center;
    font-size: 19px;
}

/* product.php */
.option-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin: 1.3%;
    text-align: center;
    font-size: 19px;
    color:black;
    line-height:24px;
    border: 1px solid #d7d7d7;
    box-sizing:border-box;
    position:relative;
    height:100px;
}



.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0.5%;
    color: #509ead;
    text-align: left;
    font-size: 18px;
}
.product-wrapper img {
    margin-bottom: 5px;
}
.product-wrapper span {
    font-size: 20px;
    font-weight: bold;
}

/* details.php */

#details {
    width:100%;
    border-radius: 10px;
    border:1px solid #a3dfe9;
    padding:20px;
    box-sizing:border-box;
    background: rgba(196,238,245,1);
    background: -moz-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,238,245,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4eef5', endColorstr='#ffffff', GradientType=0 );
}



.details-container {
    font-size: 0;
}
.details-container .inline-10-12 {
    border-right: 1px solid #d0d1d2;
}
.details-container .simpleinline:last-child {margin-right: 0px;}
.product-recent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #878c8e;
    text-align: center;
    font-size: 18px;
}
.product-recent img {
    height: 170px;
}
.details-price {
    margin: 10px 0px;
    color: #388db6;
    font-weight: bold;
    font-size: 26px;
}
.details-form input, .details-form select {
    vertical-align: middle;
}
.details-form select {
    height: 32px;
    width: 150px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 5px;
    color: #8b8b8b;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    margin: 15px 0px;
}
.page-nav a {
    color: #606060;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    box-sizing:border-box;
}
.addtocart {
    border: 1px solid black;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color:black;
}

.addtocart2 {
    width:100%;
    background-color:black;
    height:20px;
    color:white;
    text-align:center;
    cursor:pointer;
    padding-top:4px;
}

.checkout {
    display:inline-block;
    width: 320px;
    background-color: #00ac00;
    height:35px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:12px;
    font-size:20px;
}

.checkout:hover {
    opacity: 0.9;
}


h2.viewcart-h2 {
    margin-top: 5px;
}
.viewcart-right {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.viewcart-summary {
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 2%;
    font-size: 14px;
}
.viewcart-summary .simplecell {
    padding: 8px 0px;
}
.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}
.checkout-btn {
    background: #ed4f3e;
    padding: 10px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.smallsearch {
    display: none;
    cursor: pointer;
}

#searchlayer {
    display:inline-block;
    vertical-align:top;
}

.justmobile {display: none;}
.nomobileinline {display: inline-block;}

.justmobile740 { display:none;}

@media (max-width: 1100px) {
    #aboutlink {
        display:none;
    }
}


@media (max-width: 1205px) {
    .select-meal {
        width: 48%;
    }
    #or-layer
    {
        display: block;
    }

}

@media (max-width: 1130px) {
    #icon2 {
        display:none;
    }
}

@media (max-width: 1100px) {
    #hotnready {
        display:none;
    }
}

@media (max-width: 1060px) {
    #plan-rightbox {
	width: 100%;
   }
}

@media (max-width: 1023px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-2-12 {
        width: 15.75%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }

    .dropdown2 {
	width: 100%;
    }

    .meal-title {
        font-size: 12px;
	height: 30px;
    }


    #order-mainbox
    {
    	padding: 5px;
    }


    .package-layer {
    	width:100%;
    	border-right:0px solid #bcae93;
	border-bottom: 1px solid #bcae93;
	padding-bottom: 10px;
	margin-bottom: 20px;
    }

    .testimonial-container {
    	margin-top:30vw;
	height: 352px;
    }

    .testimonial-text {
	width: 100%;
	padding: 10px;
	box-sizing:border-box;
    }

    .testimonial {
    	display:inline-block;
    	width:46%;
    	font-size:12px;
    }

    .top17 {
	margin-top: 34vw;
    }

    .top8 {
	margin-top: 16vw;
    }

    .twopointfive {
        font-size: 20px;
        line-height: 2em;
        text-align: justify;
    }

    .onevw, .onepointthree, .onepointsix {
	font-size: 16px;
	line-height: 2em;
        text-align: justify;
    }

    #search-container {
	text-align:center;
    }

    #hdr, #topnav-container, #ftr, #topline-container, .plan-layer {display: none;}
    #hdr-mob, #ftr-mob {display: block;}
    #bdy {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 0;
        padding: 0;
    }
    #bdy-container {
    	margin-top:0px;
    }

    #hdr-container {
        width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: static;
        top: auto;
    }

    #home1 {
	width: 100%;
	height: 65.51vw;
        margin-bottom: 1.43vw;
    }

    #home2 {
	width: 100%;
	height: 90.69vw;
	margin-bottom: 1.43vw;
    }

    #home3 {
	width: 100%;
	height: 57.54vw;
	margin-bottom: 1.43vw;
    }
 
    #home4 {
	width: 100%;
	height: 41.67vw;
	margin-bottom: 1.43vw;
    }


    #delivery-address
    {
    	width:320px;
    	background: #ffffff url("images/delivery-1-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	text-align:left;
    	vertical-align:top;
    }
    #delivery-text
    {
	    padding-left:150px;
	    color:white;
	    font-size:20px;
	    padding-top:30px;
    }

    #pickup-location
    {
    	width:320px;
    	height:79px;
    	background: #ffffff url("images/pickup-location-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
        margin-bottom:10px;
    }
    #pickup-location2
    {
    	width:320px;
    	height:79px;
    	background: #ffffff url("images/pickup-1-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-date
    {
    	width:320px;
    	height:80px;
    	background: #ffffff url("images/delivery-date-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-time
    {
    	width:320px;
    	height:79px;
    	background: #ffffff url("images/delivery-time-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	vertical-align:top;
    }



    #pickup-date
    {
    	width:320px;
    	height:80px;
    	background: #ffffff url("images/pickup-date-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
        margin-bottom:10px;
    	vertical-align:top;
    }

    #pickup-datepicker
    {
        float:right;
    	margin-top:20px;
    	margin-right:30px;
    }

    #pickup-time
    {
    	width:320px;
    	height:81px;
    	background: #ffffff url("images/pickup-time-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	vertical-align:top;
    }

    #time-layer
    {
    	float:right;
    	margin-top:20px;
    	margin-right:20px;
    }


    /* forms */
    .formlabel, .formbox, .formlabel2 {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .index-bottom {
        margin-top: 0;
    }
    .indexbox {
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        height: auto;
        margin-bottom: 0;
    }
    .index-custom {
        height: 220px;
    }
    .index-custom span {
    }
    .index-steps {
        position: static;
    }
    .indexbox div {
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);

        position: static;
        z-index: auto;
        padding: 0;
        line-height: normal;
        font-size: inherit;
        color: inherit;
    }
    .index-custom span {

        position: absolute;
        z-index: 10001;
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        color: #6e6f71;
    }

    /* products.php */
    .product-wrapper, .option-wrapper {
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-wrapper span {
        font-size: 16px;
    }

    /* details.php */
    .topimg-details {
        margin-bottom: -40px;
    }
    .last-right {
        text-align: left;
    }
    .inline-s {
        width: 24%;
        margin: 0.5%;
        box-sizing: border-box;
    }
    .details-container .inline-10-12 {
        border-right: 0px solid #d0d1d2;
    }
    .product-recent {
        display: inline-block;
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-recent span {
        font-size: 16px;
    }
    .MagicZoomPup, .MagicZoomPlus {
        width: 100%;
    }
    .product-recent img {
        height: auto;
    }

    #about-container {
        margin-top: 0;
    }

    .addtocart2 {
	margin: 0 auto;
    }

    .justmobile {display: block;}
    .nomobile,.nomobileinline {display: none;}
}

@media (max-width: 740px) 
{
    .nomobile740 { display:none; }
    .justmobile740 { display:block; } 
}


