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



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
    background-image: url(/images/rainbow-triangle.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

body img {max-width: 100%;}


b, .bold {
   font-weight: bold;
}

a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.callie-header, .callie-header2 {
    font-size: 40px;
    margin:0 auto;
    padding-bottom:20px;
}

.white-nomob {
    color: white;
}

.box-shadow {
    width:100%;
    max-width:1202px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,1); 
    -moz-box-shadow: 0px 0px 5px 3px rgba(204,204,204,1); 
    box-shadow: 0px 0px 5px 3px rgba(204,204,204,1);
    margin:0 auto;
    box-sizing:border-box;
}

.tasty-space {
    height: 15vw;
}

.passion1 {
    display:table-cell;
    width:37.25%;
}

.passion2 {
    display:table-cell;
    vertical-align:top;
    padding:50px;
    font-size:20px;
    background-color:white;
    text-align:left;
}

.passion3 {
    display:inline-block;
    width: 37.25%;
}

.passion4 {
    display:inline-block;
    width: 37%;
}

.passion5 {
    display:inline-block;
    width: 25.75%;
}

.red-line {
    width:fit-content;
    background: url("images/red-line.png") no-repeat center bottom;
    padding-bottom:5px;
    background-size: 100%;
}

.donotshow {
    display: none;
}

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



#home-menu {
    width:100%;
    max-width: 1200px;
    height: 66px;
    margin: 0 auto;
    position:relative;
    z-index:2;
}


#home-menu a {
    font-weight: bold;
}

#burrito-bg {
    background: white url("images/burrito-bg.jpg") no-repeat center top;
    text-align:center;
    padding-top: 10vw;
    background-size: 100%;
}

#graffiti-bg {
    background: white url("images/graffiti.jpg") no-repeat center top;
    text-align:center;
    padding-top: 10vw;
    background-size: 100%;
}

#details-bg {
    background: white url("images/details-bg.jpg") no-repeat center top;
    text-align:center;
    background-size: 100%;
}


.product-table {
    display:table;
    width: 100%;
}

.product-cell1 {
    display:table-cell;
    width: 150px;
    vertical-align:middle;
}

.product-cell2 {
    display:table-cell;
    text-align:right;
    vertical-align:middle;
}


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

.eighty {
    width: 80%;
    margin: 0 auto;
}

#productsform {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

#top-table {
    display:table;
    width:100%;
    box-sizing:border-box;
    padding:20px 0px;
}

#topcell1 {
    display:table-cell;
    padding-left:10vw;
    width:250px;
    font-weight: bold;
    vertical-align:middle;
}

#top-cell1 img {
    vertical-align:middle;
}

#topcell3 {
    display:table-cell;
    vertical-align:middle;
    text-align:right;
}

.lalign {
    text-align:left;
}

.ralign {
    text-align:right;
}



.product-display {
    display:inline-block;
    width:calc(25% - 10px);
    margin:20px 5px;
    box-sizing:border-box;
    text-align:center;
    font-size:20px;
    line-height:28px;
    border:1px solid #bbbbbb;
    padding: 10px 0px;
    background: white;
}

.product-title {
    font-size: 16px;
    padding-top: 20px;
    color: #574b44;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    height:28px;
}

.product-quantity {
    font-size: 14px;
}

.price {
    font-size: 20px;
    margin: 5px 0px;
    color: red;
}

.product-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:80px;
    color: #574b44;
    font-size: 16px;
    font-weight:normal;
    width: 80%;
    margin: 0 auto;
}

.product-display2 {
    float:left;
    width:calc(49% - 40px);
    margin:20px;
    box-sizing:border-box;
    text-align:center;
    font-size:25px;
    font-weight:bold;
    line-height:28px;
}

.product-name {
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
    height:57px;
}

.redbutton {
    background-color:#fe0000;
    color:white;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    cursor:pointer;
    font-size: 16px;
    text-align:center;
    padding: 10px 0px;
    margin: 0 auto;
}

.redbutton img {
    vertical-align:middle;
}


.stay-in-touch {
        background: url("images/stay-in-touch-bg.jpg") no-repeat center top;
        height: 28.23vw;
        background-size: 100%;
}

.stay-in-touch-header {
    font-size:40px;
    line-height:40px;
    color:black;
}

.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: black;
    color: white;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    height: 40px;
    border: 0px;
    vertical-align: middle;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.full-menu {
    background-color:#f6f6f6;
    border-radius: 5px;
    color:#686868;
    font-size:29px;
    font-weight:bold;
    width: 320px;
    box-sizing: border-box;
    line-height: 70px;
    border:1px solid #686868;
    display:inline-block;
    margin-right: 30px;
    cursor:pointer;
}

.popup-checkout {
    background-color:#017eff;
    border-radius: 5px;
    color:white;
    font-size:29px;
    font-weight:bold;
    width: 320px;
    box-sizing: border-box;
    line-height: 70px;
    display:inline-block;
    cursor:pointer;
}
    

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

#mailing-list
{
    position:absolute;
    right:100px;
    margin-top:-400px;
    width:450px;
    height:350px;
    background-color:rgba(222,222,222,0.8);
    vertical-align:middle;
}

.nomobile-table {
    display: table;
    width: 100%;
}


#delivery-address
{
    width:400px;
    display:inline-block;
    text-align:left;
    vertical-align:top;
}
#delivery-text
{
    padding-left:200px;
    color:white;
    font-size:20px;
    padding-top:30px;
}

#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;
    display:inline-block;
    vertical-align:top;
}

#delivery-date
{
    width:400px;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}


#pickup-date
{
    width:400px;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}

#delivery-time
{
    width:400px;
    display:inline-block;
    vertical-align:top;
}
#pickup-time
{
    width:400px;
    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;
    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:1001;
    line-height: 12px;
}
.txt {
    padding: 10px;
}
.selected2 {
    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%;
}
.simeplerow {
    display: 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;
}



.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: 1px solid #ccc;
    height:34px;
}

.filterwidth {
    width: 470px;
}

#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}

.filter-box {
    background-color:#f4f4f4;
    padding:20px;
    margin: 10px;
}

.filter-box td {
    color: #6c6c6c;
}

.product-box {
    display:inline-block;
    vertical-align:top;
    width:calc(25% - 20px);
    padding:20px;
    margin: 10px;
    box-sizing:border-box;
    background-color:#f4f4f4;
    text-align:left;
    height: 671px;
}

/* Customize the label (the container) */
.container {
  display: inline;
  position: relative;
  padding-left: 20px;
  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;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
  border-radius: 5px;
}

.radiobox {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #838383;
}

/* 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: #bababa;
}

/* 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:#bababa;
//}


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

.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
    text-align:center;
}
.inline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5, .mobinline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 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;
    width: 400px;
    margin: -100px 0 0 -150px;
    background: #fff;
}


.cvv-wrapper3 {
    display: none;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1002;
    width: 1024px;
    margin: 40px 0 0 -512px;
    background: #fff;
    padding: 20px;
    box-sizing:border-box;
    font-size: 30px;
}



#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%;
    color: #606060;
    z-index: 1001;
    top: 0;
}
.hdr {
    background-color: #2b2728;
    height:50px;
    width:100%;
    box-sizing:border-box;
    font-size:22px;
}

.hdr-inside {
    width: 100%;
    max-width: 1216px;
    padding: 8px;
    box-sizing:border-box;
    margin: 0px auto ;
}

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

#ftr-mob a {
    color:#afb0b2;
    text-decoration:none;
    font-size:15px;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #000;
    text-align: left;
    line-height: 18px;
    right: 0;
}


.social-media {
    text-align:center;
    height:36px;
    display:table-cell;
    vertical-align:middle;
    color:#929292;
    cursor:pointer;
    padding:0px 8px;
}

#blueheader {
    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 );
    height: 180px;
    border-bottom:1px solid #519ead;
}


#difference {
    font-size:30px;
    padding-bottom:10px;
}



.bdy-container {
    width: 100%;
    z-index: 1001;
    min-height: calc(100vh - 504px);
}


.bdy {
    width:100%;
    margin:0 auto;
    padding: 20px 10vw;
    box-sizing:border-box;
}

.category {
    border-style: solid;
    border-width: 27px;
    -moz-border-image: url(/images/white-border.png) 27 repeat;
    -webkit-border-image: url(/images/white-border.png) 27 repeat;
    -o-border-image: url(/images/white-border.png) 27 repeat;
    border-image: url(/images/white-border.png) 27 fill repeat;
    
}

#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;
    border-top: 1px solid #e9e9e9;
}
#ftr {
    padding:20px 10vw;
    width:100%;
    box-sizing:border-box; 
    margin: 0 auto;
}

#ftr2 {
    background-color: #efefef;
    padding: 35px 10vw;
    width:100%;
    box-sizing:border-box;
    margin: 0 auto;
    text-align:left;
}

.ftr-links {
    margin-bottom: 20px;
}

.ftr-links a {
    font-weight: bold;
    font-size:24px;
    padding-left: 30px;
}

.ftr-links2 a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

#ftr-mob {display: none;}

.photo-cell {
    display: table-cell;
    width: 118px;
}

.home-banner {
    width:100%;
    padding:0px 20px;
    box-sizing:border-box;
    text-align:center;
    font-size:25px;
    font-weight:bold;

}
.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: 35px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'], .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    box-sizing: border-box;
    background: #fe0000;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.order-now {
    background: black;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    border: 0px;
    font-size: 20px;
    padding: 5px 15px;
    cursor:pointer;
}

.black-button {
    background: black;
    color: white;
    border: 0px;
    padding: 10px 20px;
    cursor:pointer;
}


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

.continue_shopping {

    border: 0px;
    background-color:#fe0000;
    border-radius: 5px;
    color:white;
    font-size:29px;
    font-weight:bold;
    width: 320px;
    box-sizing: border-box;
    height: 60px;
    cursor:pointer;

}



.formbox select, .niceselect {
    width: 100%;
    font-size: 20px;
    padding: 10px 45px 10px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url(/images/select.png)!important;
    background-position: 100% 0;
    background-repeat: no-repeat no-repeat;
    border-radius: 5px;
}







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

.search-container {
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #cccccc;
    width: fit-content;
    position: relative;
    float:right;
    margin-right: 5px;
}

#filtersubmit {
    color: black;
    left: 35px;
    position: absolute;
    z-index: 1;
    top: 31px;
    font-size: 20px;
}

.search2 {
    border: 1px solid black;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}


/* footer.inc */
.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 */
.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 {
    vertical-align: middle;
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    color: #606060; 
    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, .promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'], .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 {
    width:100%;
    background-color:black;
    line-height:35px;
    color:white;
    text-align:center;
    cursor:pointer;
    border-radius: 5px;
    font-weight:bold;
    padding: 5px;
    box-sizing:border-box;
}

.addtocart2 {
    width:100%;
    background-color:#4767a7;
    height:40px;
    color:white;
    margin-top:10px;
    padding:10px 10px 0px 0px;
    text-align:center;
    cursor:pointer;
    box-sizing:border-box;
}

.addtocart3 {
    display:inline-block;
    background-color:#cccccc;
    color:black;
    text-align:center;
    padding: 0px 10px;
    border-radius:5px;
    margin: 5px;
    font-size: 14px;
    line-height: 35px;
}

.addtocart4 {
    display:inline-block;
    background-color:white;
    border: 1px solid #cccccc;
    color:black;
    text-align:center;
    cursor:pointer;
    line-height:35px;
    padding: 0px 10px;
    border-radius:5px;
    margin: 5px;
}

.checkout {
    display:inline-block;
    background-color: #fe0000;
    color:white;
    text-align:center;
    cursor:pointer;
    line-height:35px;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight:bold;
    margin: 5px;
    font-size: 14px;
}


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

.location-pin {
    display:inline-block;
    width:calc(50% - 10px);
    background-color:#f4f4f4;
    margin:5px;
    box-sizing:border-box;
    padding:5px;
    height: 125px;
    font-size: 13px;
}


.click-to-order {
    font-size: 13px;
}

.slick-div {
    width:100%;
    max-width: 400px;
    height:300px;
    padding: 20px;
    box-sizing:border-box;
    text-align:justify;
    font-size: 13px;
    line-height: 2;
}

.testimonial-box {
    border: 10px solid #eeeeee;
    padding: 20px;
    background-color: black;
    margin-bottom: 30px;
    color: white;
    line-height: 2;
}

.testimonial-box b {
    line-height: 1;
}

.testimonial-box img {
    width: 170px;
}

.testimonial-location {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.testimonial-margin {
        margin-top: -13vw;
}

.testimonial-margin-2 {
        margin-top: -55vw;
        margin-bottom: 14vw;
}



.justmobile, .justmobile768, .justmobileinline {display: none;}

.nomobileinline {
	display: inline-block;
}


@media (max-width: 1600px) {
    .tasty-space {
	height: 10vw;
    }
}


@media (max-width: 1490px) {

     .filter {
        padding-left: 5px;
    }
    .filterwidth {
        width: 234px;
    }
}



@media (max-width: 1450px) {
    .product-table {
	display:block;
    }
    .product-cell1 {
	display:block;
	width: 100%;
	text-align:center;
    }
    .product-cell2 {
	margin-top: 10px;
	display:block;
	text-align:left;
	text-align:center;
    }
    .tasty-space {
	height: 5vw;
    }
	
}

@media (max-width: 1220px) {
        #mailing-list {
                display:none;
        }
        #top-table {
    		padding:8px 0px;
        }

	#topcell1 {
		padding-left: 10px;
	}

	.bdy, #ftr, #ftr2 {
		padding: 20px 10px;
	}
}



@media (max-width: 1050px) {
	#or-layer {
		display:none;
	}
        #delivery-address {
		padding-right: 5px;
	}

}

@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, .inline-1-5, .inline-2-5, .inline-3-5, .inline-4-5, .eighty {
        width: 100%;
        padding: 0;
        margin: 0px 0px 20px 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%;
    }
    #hdr, #topnav-container, #ftr {display: none;}
    #hdr-mob, #ftr-mob {display: block;}

    #ftr-container {
	border: 0px;
    }


    #ftr-mob {
	line-height:20px;
	color: #afb0b2;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
    }


    #bdy {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 0;
        padding: 0;
    }

    body {
        background-image:none;
    }

    .bdy-container {
	background-image: url(/images/rainbow-triangle.png);
    	background-position: center top;
    	background-size: 100% auto;
    	background-repeat: no-repeat;
    }

   .stay-in-touch {
    	background: url(images/stay-in-touch-mobile.jpg) no-repeat center top;
    	background-size: cover;
    	height: 116.45vw;
    }

    .stay-in-touch-header {
        font-size:30px;
    }

    .newsletter-input {
	width: 200px;
    }

    #details-bg {
	background: none;
    }


    .product-display2 {
    	font-size:13px;
        line-height: 16px;
    }

    .click-to-order {
	font-size: 11px;
    }

    .white-nomob {
	color: black;
    }


    .social-media {
	padding: 0px 16px;
    }

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

    .redbutton {
        width:250px;
     	font-size: medium;
        line-height: 28px;
    }

    #difference {
	font-size: 25px;
    }

    .lalign, .ralign {
        text-align:center;
    }

    .addtocart {
        line-height: 35px;
    }

    .product-box {
	width: calc(100% - 20px);
	height: auto;
    }

    .product-display {
    	width:calc(50% - 10px);
    	margin:0px 5px 30px 5px;
    	font-size:13px;
	line-height: 16px;
	display:inline-block;
	border:1px solid #a8a8a8;
	padding: 10px;
    }

    .search-container {
	margin: 0px;
	float:unset;
    }

    .product-title {
	font-size: 16px;
	height: 16px;
    }

    .product-description {
	height: 48px;
    }

    .product-name {
	height: 45px;
    }

    .full-menu, .popup-checkout {
    font-size:17px;
    font-weight:bold;
    width: calc(50% - 20px);
    line-height: 50px;
    }




    #delivery-address
    {
    	width:320px;
    	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:auto;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-date
    {
    	width:320px;
    	height:100px;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-time
    {
    	width:320px;
    	height:100px;
    	display:inline-block;
    	vertical-align:top;
    }



    #pickup-date
    {
    	width:320px;
    	height:100px;
    	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:100px;
    	display:inline-block;
    	vertical-align:top;
    }

    #time-layer
    {
    	float:right;
    	margin-top:20px;
    	margin-right:20px;
    }
    
    .passion1, .passion4, .passion5
    {
	display:none;
    }


    .passion3 {
	display:block;
	width: 100%;
    }

    #graffiti-bg {
	padding-top:0px;
    }

    .passion2 {
	display: block;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
    }

    .box-shadow {
	box-shadow: none;
    }


    .callie-header {
	font-size: 35px;
    }

    .callie-header2 {
	font-size: 24px;
        color: black;
	padding-bottom: 0px;
    }

    .cvv-wrapper3 {
        left: 0%;
        top: 100%;
        z-index: 1002;
        width: 100%;
        margin: 0px;
        padding: 5px;
	font-size:25px;
    }


    /* 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 {
        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;}
    .justmobileinline { display: inline-block; }
    .nomobile, .nomobileinline, .nomobile-table {display: none;}
}


@media (max-width: 767px) {
    .justmobile768 {
        display: block;
    }
    .nomobile768 {
        display: none;
    }

    .testimonial-margin, .contact-margin {
                margin-top: 0px;
        }


        .testimonial-margin, .testimonial-margin .col-xl-10, .testimonial-margin .col-md-6 {
                padding: 0px !important;
        }

        .testimonial-margin .row {
                margin: 0px;
        }

        .testimonial-box {
                border: 0px;
        }

    
}


