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

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

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Regular.ttf");
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Unity";
    src: url("fonts/TCCC-UnityText-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}



html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Unity';
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
}




body img {max-width: 100%;}
a {
    text-decoration: none;
    color: black;
}
h1, h2 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.2em
}
.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;
}

.donotshow {
    display: none;
}

.type-header {
    margin: 10px 0px 30px 0px;
    font-size: 25px;
    font-weight: bold;
}

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

.beigeline {
    border-top: 6px solid #f0aa53;
    width: 200px;
    margin: 18px auto;
}

#home-purple {
        height:240px;
        background-color:#a32427;
        padding-left:250px;
}

#about-bg {
    width:100%;
    height: 39.25vw;
    background: url("images/about-bg.jpg") no-repeat left top;
    position:relative;
    background-size: 100%;
}

.about1 {
    position:absolute;
    top:3vw;
    left:0;
    color:black;
    width:28vw;
    padding-left:10vw;
    font-size:17px;
    line-height:30px;
}

#services-bg {
    width:100%;
    height: 39.25vw;
    background: url("images/services-bg.jpg") no-repeat left top;
    position:relative;
    background-size: 100%;
}

.services1 {
    position:absolute;
    top:3vw;
    right:17vw;
    color:black;
    width:30vw;
    font-size:17px;
    line-height:30px;
}

.services-header {
    width:fit-content;
    font-size:26px;
    line-height:40px;
    border-bottom:2px solid #e34444;
    margin-bottom:12px;
}



.gold-box {
        width:100%;
        max-width:370px;
        height:240px;
        box-sizing:border-box;
        background-color:#c5ba98;
        padding:30px;
        color:black;
        display:inline-block;
        font-size:31px;
        margin-right:5%;
        vertical-align:middle;
	line-height: 48px;
}

.signupbutton {
    font-size: 14px;
    border: 0px solid #575757;
    background: black;
    color: #fff;
    text-align: center;
    padding: 0px 24px;
    height: 50px;
    vertical-align: middle;
    font-weight: bold;
}


.duster-header {
    font-size:35px;
    line-height: 35px;
    color:black;
    border-bottom: 1px solid black;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
}

.quality-description {
    font-size:21px;
    line-height:25px;
}


.bottles {
    margin-top: -130px;
}

.bottom-meals {
    margin-top: -50px;
}

.order-online {
    width:199px;
    line-height:51px;
    text-align:center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    color: black;
    border-radius: 25px;
    border: 0px;
}

.order-online2 {
    width:80%;
    line-height:51px;
    text-align:center;
	vertical-align: middle;
	font-size: 16px;
    background-color: #2c654c;
    color: white;
    border-radius: 5px;
    border: 0px;
}

.order-now {
    width:199px;
    text-align:center;
    background-color: #e56b3a;
    color: white;
    border-radius: 5px;
    border: 0px;
    font-weight:bold;
    font-size: 20px;
    cursor: pointer;
}

.bigscroll {
    width: 1361px;
    height: 130px;
    background-image: url("/images/big-scroll.png");
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
}

.bigscroll .simpleinline:first-of-type {
    text-align:right;
}

.onevw {
    font-size:1vw;
}

.tinyspace {
    display:inline-block;
    width:0.38%;
    position:relative;
    z-index:10;
}

.newsletter-white {
    display:flex;
    justify-content:center;
    align-items:center;
    width:400px;
    height:400px;
    padding:20px;
    box-sizing:
    border-box;background: rgba(255,255,255,0.9);
	margin-left:100px;
}

.newsletter-white-d {
    display:flex;
    justify-content:center;
    align-items:center;
    width:400px;
    height:400px;
    padding:20px;
    box-sizing:
    border-box;background: rgba(255,255,255,0.9);
    margin-top:100px;
	margin-left:100px;
}

.left-newsletter {
    width: calc(100% - 131px);
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    height:43px;
    vertical-align:top;
    border-left:1px solid #797979;
    border-top:1px solid #797979;
    border-bottom:1px solid #797979;
    border-right: 0px;
}

.btn-newsletter {
    background-color: #3172bd;
    color: white;
    border: none;
    height: 43px;
    width: 130px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    vertical-align:top;
    cursor: pointer;
}

.ordernow {
    padding:15px 20px;
    text-align:center;
    font-size:14px;
    background-color:#fe4101;
    color:white;
    display:inline-block;
    cursor:pointer;
}

#cartitems {
    width: 70px;
    line-height:40px;
    text-align:center;
    border:3px solid #fe4101;
    background-color:black;
    color:white;
    cursor:pointer;
}

.onepointthree {
    font-size:1.3vw;
    line-height:2.3vw;
}

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

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

.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 */
    left: 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);
}


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

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


#delivery-address
{
    width:400px;
    background: url("images/delivery-1.png") 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-location2
{
    width:400px;
    height:99px;
    background: url("images/pickup-1.png") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}

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


#pickup-date
{
    width:400px;
    height:100px;
    background: url("images/pickup-date.png") 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: url("images/delivery-time.png") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#pickup-time
{
    width:400px;
    height:101px;
    background: url("images/pickup-time.png") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#time-layer
{
    float:right;
    margin-top:35px;
    margin-right:50px;
}

/* 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 */

.black-container {
    text-align:center;
    vertical-align:top;
    position:relative;
}

.black-container img {
    display: block;
}

.black-box-1 {
    display: none;
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    padding:10px;
    box-sizing:border-box;
    color: white; 
    top:0px; 
    left: 0px;
}

.product-wrapper .black-box-1 {
    padding: 20px;
}

.black-box-2 {
    padding:10px;
    border:1px dashed white;
    height:100%;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    text-align: center;
    justify-content: center;
    line-height: 1.6;
    font-size: 12px;
}

.product-wrapper .black-box-2 {
    font-size: 20px;
}

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

.headerlinkmobile a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}



.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;
    line-height: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}

.special-price {
    color: #4fb05f;
    font-size: 20px;
    line-height: 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;
	line-height: 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;
}

.mid-border {
    border-left:2px solid black;
    border-right:2px solid black;
}


.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}

.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
}
.inline-2-5, .mobinline-2-5 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5, .mobinline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5, .mobinline-4-5 {
    width: 76%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}



.inline-1-12, .mobinline-1-12 {
    width: 7.325%;
    margin-right: 0.0%;
    vertical-align: top;
}
.inline-2-12, .mobinline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12, .mobinline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12, .mobinline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12, .mobinline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-6-12, .mobinline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12, .mobinline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12, .mobinline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12, .mobinline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12, .mobinline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12, .mobinline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
#cvv {
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 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: 10px;
    width: 400px;
    margin: -100px 0 0 -200px;
    background: #fff;
}
#cvv-wrapper #iframe {
    height: auto;
    padding: 0;
}

#rental-contact {
    background-image: url("/images/car-rental.jpg");*/
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#chauffeur-contact {
    background-image: url("/images/chauffeur-service.jpg");
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#picture-contact {
    background-image: url("/images/car-rental.jpg");*/
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#contact {
    background-image: url("/images/contact-page.jpg");
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}

#main-contact {
    height: 51.43vw;
    max-height: 500px;
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #e8e8e1;
    background-position: center center;
}


#hdr-container {
    width: 100%;
    z-index: 1001;
    top: 0;
}

.toptable {
    display:table;
    width:100%;
    max-width:1320px;
    padding:0px 10px;
    box-sizing:border-box;
    margin:0 auto;
}

#topline-container .leftcell {
    display: none;
}


#topline-container {
    width: 100%;
    z-index: 9999;
    height: 155px;
    background-color: white;
    color: black;
    box-sizing: border-box;
    border-bottom: 1px solid black;
}

#topline-container-main {
    width: 100%;
    z-index: 9999;
    height: 100px;
    background-color: white;
    color: black;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}

#topline-container .toptable {
    line-height: 155px;
}

#topline-container a, #topline-container-main .toptable {
    color:black;
}

#topline-container .middlecell {
    text-align:left;
}

#topline-container .middlecell img, #topline-container-main .leftcell img {
    width: 220px;
}

#topline-container .rightcell img {
    height: 45px;
    vertical-align:middle;
}

#topline-container .rightcell a {
    padding-left: 9px;
}

#topline-container .rightcell a:nth-child(2), #topline-container .rightcell a:nth-child(3) {
    padding-left: 14px;
}

#topline-container-main .leftcell, #topline-container-main .rightcell, .grey-bg .leftcell, .greybg .middlecell, .greybg .rightcell {
    vertical-align: middle;
}
.slidemenu-center {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px;
}

#top-container {
    width: 100%;
    z-index: 999;
    box-sizing:border-box;
    background-color: #f4f4f4;
    height: 45px;
    color: black;
    vertical-align:middle;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
}

#top-container i {
    color: #7f7f7f;
}

#top-container img, #footer2 img {
    width: 30px;
    vertical-align:middle;
}

#top-container .leftcell a {
    margin-right: 20px;
}

#footer2 .rightcell a, #footer2 .socialmobile a, #top-container .rightcell a {
    margin-left: 20px;
}

.leftcell {
    display: table-cell;
    text-align:left;
}

.middlecell {
    display:table-cell;
    text-align:center;
}
.rightcell {
    display:table-cell;
    text-align:right;
}


.toptext {
    padding: 0px 15px;
    border-left: 1px solid #cdccc9;
    display: inline-block;
}

.toptext:last-of-type {
    border-right: 1px solid #cdccc9;
}

.index-container {
    width: 100%; 
    padding:10px 40px;
    box-sizing:border-box;
}


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

ol {
    margin-block-start: 0px;
    padding-inline-start: 20px;
    font-weight: 600;
}

ol li::marker {
    color: black;
}

#bdy-container {
    min-height: calc(100vh - 294px);
    width: 100%;
    z-index: 1001;
}
.ftr-container {
    width: 100%;
    text-align: center;
    z-index: 1001;
    border-top:1px solid #d2d2d2;
    padding: 20px;
    box-sizing: border-box;
}
.ftr-container a {
    margin:0px 10px;
 
}

#whitefooter {
    background-color:white;
    color:black;
    width:100%;
    padding: 15px 40px;
    box-sizing:border-box;
    font-size: 14px;
    line-height: 14px;
}

#footer2 {
    background-color:#f6f6f6;
    color:#a7a7a7;
    width:100%;
    padding: 30px 0px;
    box-sizing:border-box;
    font-size: 12px;
    line-height: 2;
    border-top:1px solid #d2d2d2;
}

#footer2 a {
    color: #a7a7a7;
}



#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: middle;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
}
.formbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'], .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border: 1px solid #ccc;
    height: 50px;
}
.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, .niceselect {
    box-sizing: border-box;
    width: 100%;
    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: 1px solid #ccc;
}

.blue-button {
    border: 0px;
    background: #4a67ac;
    color: white;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    width: 160px;
    box-sizing:border-box;
}

.white-button {
    border: 0px;
    background: white;
    color: #dc0000;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}


.blue-button:hover, .white-button:hover {
    -webkit-filter: brightness(90%);
}

.name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 5px;
}


.grey-button {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border: 1px solid #6c6e73;
    border-radius: 3px;
    height: 30px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.grey-bg {
    background-color:#f6f6f6;
    padding:20px 0px;
}

.grey-border {
    border-bottom:1px solid #d2d2d2;
}

.grey-product {
    background-color:#f6f6f6;
    padding:5px;
    margin:10px 0px;
    font-size: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
}

.grey-product-2 {
    background-color:#f6f6f6;
    padding:5px;
    margin:10px 0px;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.white-bg {
    background-color:white;
    width:fit-content;
    padding:10px;
    border-radius:20px;
    border:1px solid #c1c1c1;
    font-weight:bold;
    font-size:15px;
}

.white-bg i {
    font-size: 18px;
}

.white-cell {
    display:table-cell;
    vertical-align:middle;
    padding-right:5px;
}

.white-cell:last-of-type {
    padding-right:0px;
}

.ralign {
    text-align:right;
}


.footer-links a, .footer-text {
    padding-right: 30px;
}

.footer-links a:last-of-type, .footer-text:last-of-type {
    padding-right: 0px;
}

.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    line-height: 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-wrapper {
    width:32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border:1px solid #d2d2d2;
    box-sizing:border-box;
    display:inline-block;
    text-align:center;
}

.grey-bg .product-wrapper {
    border: 0px;
}

.product-wrapper img {
    width: 100%;
}

.product-wrapper:nth-of-type(3n) {
    margin-right: 0vw;
}

.product-wrapper a, .toptext a, .full-link {
    display:inline-block;
    width:100%;
    height:100%;
}

/* 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;
    line-height: 26px;
}

.details-form {
    position: relative;
}

.details-form input {
    border-radius: 25px;
    padding-right: 260px;
}
.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;
    line-height: 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: 0px;
    border-radius: 25px;
    padding: 10px 35px;
    cursor: pointer;
    color:white;
    background-color: #5a5c5e;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 21px;
    height: 44px;
}

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


.menu-item {
    width:50%;
    display: inline-block;
    min-height:100px;
    margin-top:10px
    display: inline-block;;
    box-sizing:border-box;
    border:0px solid #d3d3d3;
    padding:5px;
}

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

.justmobile {display: none;}

@media (max-width: 1090px) {
    .dash {
        display: block;
        visibility: hidden;
        height: 1px;
    }
    .ftr-container a {
        margin: 0px 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 {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    .inline-1-5, .inline-filter {
        width: 44%;
        margin: 3%;
        padding: 0;
    }

    #topline-container-main {
        height: auto;
    }

    .grey-bg {
        padding: 10px 0px;
    }

    
    .grey-product-2 {
        height: 52px;
        font-size: 10px;
    }

    .details-form input {
        padding-right: 195px;
    }

    .addtocart {
        font-size: 19px;
        padding: 10px;
    }

    .parallax-container {
        height: 350px !important;
    }

    .parallax-container .bdy {
        margin: 0px;
    }

    .newsletter-white {
        width: 100vw;
        margin-left: 0px;
        background: rgba(0,0,0,0.3);
        color: white;
        height: 350px;
    }

    .ralign {
	text-align:left;
    }

    #about-bg, #services-bg {
	display:none;
    }

    .beigeline {
        width: 150px;
    }

    .duster-header {
        font-size:27px;
    }

    .quality-description {
	font-size:14px;
	line-height:18px;
    }


    .order-online {
	width: 150px;
	line-height: 40px;
    }
	
	.order-online2 {
	line-height: 26px;
    }

    .photo-cell {
        width: 32%;
    }

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

    .mid-border {
	border-left: 0px solid black;
	border-right: 0px solid black;
    }

    #search-container, .center-mobile {
	    text-align:center;
        margin: 0 auto;
        float: none !important;
    }

    #search-container {
    	margin-right:0px;
    	right:auto;
	position:static;
	margin-bottom: 20px;
	//left: 50%;
	//transform: translate(-50%, 0);
	
    }

    .bigscroll .simpleinline:first-of-type {
        text-align:center;
    }

    .bottles, .bottom-meals {
	margin-top: 0px;
    }

    #topline-container {
	    height: 155px;
	    padding: 15px 0px;
    }
    #topline-container .toptable {
        line-height: normal;
    }
    .toptable {
        padding: 0px;
    }

    .toptable .leftcell, .toptable .rightcell {
        width: 45px;
    }


    #topline-container .leftcell {
        display: table-cell;
        vertical-align:middle;
    }


    .slidemenu-center {
        height: 40px;
    }

    .grey-left {
        background: #f4f4f4;
        border-top: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px;
        height:20px;
    }
    #topline-container .middlecell {
        text-align: center;
    }
    #logo {
	    top: 45px;
	    left: 10px;
    }

    #hdr, #topnav-container, {display: none;}

    #topblack-container {
	display: none;
    }

    .join-list {
	width: 240px;
	font-size: 12px;
    }

    .footer-links2 a {
        font-size: 12px;
        line-height: 12px;
    }

    .footer-links2 a:after {
    content:"\A";
    width:5px;
    height:5px;
    border-radius:50%;
    background: black;
    display:inline-block;
    margin:0 7px;
    }

    .footer-links2 a:last-of-type:after {
    content:"";
    width:0px;
    height:0px;
    margin:0px;
    }



    #hdr-mob {display: block;}
    #ftr-mob {
	display:block;
	text-align:center;
        background-color:black;
        border-top: 1px solid #95302d;
    }
    .bdy {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 0;
        padding: 0;
    }
    #bdy-container {
    	margin-top:0px;
    }
    .index-container {
	padding: 10px;
    }

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

    .ordernow {
    	padding:8px 20px;
    	font-size:12px;
    }

    #thesides, #theburgers, #freshsalads {
	margin-top: 2px;
    }

    .onevw {
	font-size: 12px;
    }

    #home1,#home2,#home3, #home4, #home5, #home6, #home7, #home8, #home9 {
	width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #home2 {
	height: 49vw;
    }

    #home9 {
	height: 60vw;
    }

    #home10, #home11 {
    height:25vw;
    }


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

    #home-purple {
        padding: 0px;
        height: auto;
    }

    .gold-box {
	display: none;
    }

    .mob5 {
        padding: 5px;
    }

    .menu-item {
	width: 100%;
    }

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

    .product-wrapper {
        width:94%;
        margin: 3%;
    }
    .product-wrapper:nth-of-type(4n) {
        margin: 3%;
    }
    .product-wrapper .name {
        height:40px;
        font-size:12px;
    }
    .select {
        font-size:12px;
    }

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

    .justmobile {display: block;}
    .nomobile, .tinyspace, .nomobile-table, #filters_layer {display: none !important;}
}
