@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@font-face{
    font-family: 'Kozuka';
    src: url("fonts/KozGoPro-Regular.otf") format("opentype");
}

@font-face{
    font-family: 'Kozuka-Bold';
    src: url("fonts/KozGoPro-Bold.otf") format("opentype");
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Kozuka', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #606060;
}

body img {max-width: 100%;}

b {
    font-family: 'Kozuka-Bold';
}

a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1, h2 {
    font-weight: normal;
}
.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;
}

.quarter {
    display:inline-block;
    width:25%;
}

.onepointfive {
    font-size: 1.5vw;
}
.onepointone {
    font-size: 1.1vw;
}

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

.redbutton {
    background-color: #fe0000;
    color: white;
    width: 260px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Kozuka-Bold';
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
    border: 0px;
}

.orangebutton {
    background-color: #ff8200;
    color: white;
    width: 340px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Kozuka-Bold';
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
    border: 0px;
}

.greybutton {
    width: 240px;
    background: #f5f4f4;
    color: #3b3b3b;
    cursor: pointer;
    font-size: 24px;
    height: 70px;
    border: 1px solid #3b3b3b;
}

.finest-cuisine {
    margin-left:5vw;
    margin-top:2vw;
    font-size:19px;
    color:white;
    text-align:justify;
    line-height: 28px;
}

.tuna-tar-tar {
    margin-right:5vw;
    margin-top:2vw;
    font-size:19px;
    color:white;
    text-align:justify;
    line-height: 28px;
}

#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: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(255,255,255,0.8);
}

#menu {
    padding-left: 10vw;
}

#health-search {
    width:fit-content;
    padding:15px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.anchor {
    padding-top: 130px;
    margin-top: -130px;
}

.category-height {
    padding-top: 65px;
    margin-top: -65px;
}


#order-mainbox
{
    width:100%;
    padding-right:30px;
    box-sizing:border-box;
}

#delivery-address
{
    width:400px;
    background: #ffffff url("images/delivery-1.jpg") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    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
{
    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:400px;
    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: #d20025;
    overflow: hidden;
    position:absolute;
    margin-left:185px;
    margin-top:15px;
    font-size:11px;
    text-align:left;
    z-index:99999;
}
.txt {
    padding: 10px;
}
.selected {
    background-color: #4b2c2a;
}
.hide {
    display: none;
}
.sel .options {
    width: 100%;
    background-color: #cf002b;
    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-radius:5px;
    border: 1px solid #ccc;
    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-6-12 {
    width: 49.45%;
    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: 50%;
    left: 50%;
    text-align: center;
    z-index: 1002;
    //border: 4px solid #ccc;
    padding: 5px;
    box-sizing:border-box;
    width: 850px;
    margin: -163px 0 0 -425px;
    background: white;
}
#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;
    height: 100px;
    padding:10px 40px;
    box-sizing:border-box;
    position:absolute;
}

#topline-container2 {
    width: 100%;
    z-index: 9999;
    height: 164px;
    padding:10px 40px;
    box-sizing:border-box;
    background-color:black;
}


.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;
    background-color:white;
}

#bdy-container {
    width: 100%;
    z-index: 1001;
    margin-top:100px;
}


.homepage-text1 {
    font-size:29px;
}

.homepage-text2 {
    font-size: 24px;
}

#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
    width: 100%;
    text-align: center;
    z-index: 1001;
    background-color: black;
    color: #acacac;
    font-size: 18px;
}
#ftr {
    padding:10px 0px;
    width:90%;
    box-sizing:border-box; 
    margin: 0 auto;
    font-size:2vw;
    border-bottom:1px solid #a3a3a3;
}
#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;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    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 {opacity: 0.90;}

.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;
}

.niceselect {
    border-radius: 5px;
    width: 100%;
    font-size: 17px;
    color: #757575;
    padding: 12px 45px 12px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(/images/select.png);
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    vertical-align: middle;
}

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


/* Create a custom checkbox */
.container {
    display: inline;
    position: relative;
    padding-left: 25px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 5px;
  border:1px solid #96989c;
}

.radiobox {
  position: absolute;
  top: -6px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark, .container:hover input ~ .radiobox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark, .container input:checked ~ .radiobox {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .radiobox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after, .container input:checked ~ .radiobox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container .radiobox:after {
  left: 7px;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color:white;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* 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:1.1vw;
    color: #606060;
}
#ftr a:hover {
    text-decoration:none;
   
}
#ftr input[type='text'] {
    width: 210px;
    padding: 5px;
    height: 28px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    font-size: 10px;
}
#ftr input[type='submit'] {
    width: 75px;
    padding: 4px;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
    color: #585858;
    cursor: pointer;
    font-size: 13px;
    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: black;
    text-align: center;
    font-size: 18px;
}

.product-wrapper img {
    margin-bottom: 5px;
}
.product-wrapper span {
    font-size: 20px;
    font-weight: bold;
}

.caption-layer {
    height: 36px;
}




/* 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;
}
.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;
    margin-top:10px;
    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;
}

#address-table {
    display:table;
    width:100%;
    height:550px;
}

#address-cell1 {
    display:table-cell;
    width:42%;
    background-color:black;
    text-align:right;
    color:white;
    vertical-align:middle;
}

#address-cell2 {
    display:table-cell;
}

.f-right {
    float:right;
}

#address-text {
    margin-right:80px;
    margin-top:40px;
    font-size:24px;
    line-height:34px;
}

#address-bar {
    border-top:3px solid #d7d7d7;
    width:100%;
    max-width:600px;
}

#address-header {
    margin-right:80px;
    font-size:34px;
}

.footer-links {
    text-align:center;
    position:relative;
    z-index: 10;
}

.footer-links a {
    margin-right: 70px;
    font-size: 24px;
}

.footer-links a:last-of-type {
    margin-right: 0px;
}

.stay-in-touch {
    background: url(images/stay-in-touch.png) no-repeat center center;
    height: 33.55vw;
    width: 100%;
    margin-top: -5vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    z-index:1;
}

#menu-mobile {
    background: url(images/menu-mobile-bg.jpg) no-repeat center center;
    height: 190.91vw;
    max-height: 882px;
    width: 100%;
    max-width: 462px;
    margin:0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.newsletter-input {
    width: 250px;
    padding: 5px;
    height: 40px;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    vertical-align: middle;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.newsletter-submit {
    width: 150px;
    padding: 4px;
    background: #d7d7d7;
    color: black;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    height: 40px;
    border: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.width-95 {
    width:95%;
    margin:0 auto;
}

.description-text {
    font-size:20px;
    text-align:justify;
}

.course-table {
    display:table;
    width:100%;
    border-bottom:1px solid #b4b6b3;
    padding:13px 0px;
    cursor:pointer;
}

#menu-section {
    display:inline-block;
    vertical-align:middle;
}

.justmobile {display: none;}

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

@media (max-width: 1380px) {
    .finest-cuisine, .tuna-tar-tar {
	font-size: 18px;
	line-height: 22px;
    }

    .jqueryslidemenu ul li {
	margin-right: 30px;
    }

    .jqueryslidemenu ul li a {
	font-size: 18px;
    }
}


@media (max-width: 1270px) {
    #topline-container {
	padding: 9px;
    }

    .homepage-text1 {
	font-size: 28px;
    }
    .homepage-text2 {
	font-size: 23px;
    }

    .finest-cuisine, .tuna-tar-tar {
	font-size: 16px;
	line-height: 20px;
    }
}

@media (max-width: 1110px) {
    .finest-cuisine, .tuna-tar-tar {
	font-size: 13px;
    }
}

@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, .quarter {
        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%;
    }

    #cvv-wrapper {
    	left: 0%;
    	width: 100%;
    	margin-left: 0;
    }

    .homepage-text1 {
	font-size: 21px;
	line-height: 33px;
    }
    .homepage-text2 {
	font-size: 15px;
	margin-top: 10px;
	line-height: 22px;
    }

    #menu {
	padding-left: 10px;
    }


    #health-search {
	padding-left: 0px;
	width: 100%;
	text-align: center;
    }

    #address-table {
	display:block;
	height: auto;
    }

    #address-cell1 {
	display: block;
	width: 100%;
	text-align:center;
    }

    #address-cell2 {
	display: block;
	height: 300px;
    }

    #address-bar {
	width: 80%;
	max-width: 80%;
	margin:0 auto;
    }

    .f-right {
	float: none;
    }

    #address-text, #address-header {
	margin-right: 0px;
    }

    #address-text {
	font-size: 20px;
    }

    .width-95 {
	width: 100%;
    }

    .description-text {
	font-size: 16px;
	padding: 20px;
	box-sizing:border-box;
    }

    #menu-section {
	display: block;
    }

    .category-height {
	padding-top: 120px;
	margin-top: -120px;
    }

    #ftr-container {
	font-size: 16px;
    }


    .onepointfive, .onepointone {
	text-align: justify; 
   	font-size: 16px; 
	line-height: 2em;
    }

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

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

    #order-mainbox {
	padding-right:0px;
    }

    #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 {
        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;
    }

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