@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");
}

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}


.bold {
    font-weight: bold;
}

.grey-circle {
    background-color: #e6e6e6;
    width:25px;
    height: 25px;
    border-radius: 50%;
    display:table-cell;
    vertical-align:middle;
    font-size:15px;
    text-align:center;
}


body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}



h1 {
    line-height: 38px;
    font-size: 38px;
    margin-block-start:0px;
}

h2 {
    line-height: 32px;
    font-size: 32px;
    margin-block-start:0px;
}

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

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


.e_f {
    flex-direction: column;
}
.x_a {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%), 0 3px 13px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%), 0 3px 13px 0 rgb(0 0 0 / 16%);
}
.l_e {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    transition: top 1s,right 1s;
    -moz-transition: top 1s,right 1s;
    -webkit-transition: top 1s,right 1s;
    -o-transition: top 1s,right 1s;
    width: 375px;
    box-sizing: border-box;
    line-height: 36px;
    font-size: 16px;
    height: 100vh;
    position: fixed;
    z-index: 1003;
}
.l_f {
    right: -375px;
    left: auto;
}

.slider2 {
    width: calc(100% - 40px);
    margin: 0px auto;
}

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}
.grey-quantity {
    background-color: #f0f0f0;
    display:table-cell;
    width: 90px;
    border: 1px solid #d4d4d4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 34px;
    vertical-align:middle;
    text-align: center;
    padding: 0px 5px;
    font-size: 20px !important;
}

.white-price {
    display:table-cell;
    width: 90px;
    border: 1px solid #d4d4d4;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 34px;
    vertical-align:middle;
    text-align: center;
    font-size: 17px !important;
}

.help-yellow {
    display: none;
    position: absolute;
    border: 1px solid black;
    z-index: 100;
    background-color: rgb(255, 255, 153);
    padding: 5px;
    text-align:left;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    max-width: 275px;
    box-sizing:border-box;
}

.formlabel .help-yellow {
    right:0px;
}

.admin-link .help-yellow {
    margin-top: -15px;
}

.help-yellow textarea {
    width: 250px;
    height: 50px;
}



#topheader {
    background-color: #f7f6f6;
}

#topheader-2 {
    background-color: #ff0000;
}

#topheader-4 {
    background-color: #f5f5f5;
     -webkit-box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    text-align:center;
    height: 55px;
    margin-bottom: 10px;
}

#topheader-4 .jqueryslidemenu {
  float: none;
  line-height: 55px;
  margin: 0 auto;
  width: fit-content;
}

.ck-widget__type-around__button {
    display: none !important;
}

#code1, #code4 {
    width: 40px;
    height:52px;
    background-color:white;
    border:1px solid #e0e1e4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 40px;
    text-align:center;
}

#code2, #code5 {
    width: 40px;
    height:52px;
    background-color:white;
    border:1px solid #e0e1e4;
    font-size: 40px;
    text-align:center;
    border-left: 0px;
}

#code3, #code6 {
    width: 40px;
    height:52px;
    background-color:white;
    border:1px solid #e0e1e4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 40px;
    text-align:center;
    border-left: 0px;
}

#code3 {
    margin-right: 10px;
}

#code4 {
    margin-left: 10px;
}

.verification-box {
    width:100%;
    max-width:700px;
    margin:0 auto;
    background-color:white;
    padding:50px;
}



#photos {
  /* Prevent vertical gaps */
  line-height: 0px;

  -webkit-column-count: 4;
  -webkit-column-gap:   10px;
  -moz-column-count:    4;
  -moz-column-gap:      10px;
  column-count:         4;
  column-gap:           10px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom:10px;
}

.menu-layer {
    display:none;
    position:fixed;
    left: 0;
    z-index: 10003;
    text-align:left;
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
}

.menu-layer a {
    vertical-align:middle;
    font-weight: bold;
}

.menu-layer a:hover {
    text-decoration: none !important;
}


.menu-layer a:before {
    content: "\22C5";
    font-size: 30px;
    vertical-align:top;
    line-height: 10px;
    color: #c21540;
}



.bok-bok-black-box {
    width: 280px;
    height: 190px;
    padding: 20px;
    box-sizing:border-box;
    background-color:black;
    color:white;
    text-align:center;
    font-size: 20px;
    display:flex;
    align-items:center;
    line-height:1.5;
    position: relative;
}

.bok-bok-black-box img {
    position: absolute;
    left: -21px;
    top: -37px;
}

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

.bok-bok-cell-1 {
    display:table-cell;
    width:calc(50% - 10px);
    padding-right:10px;
    vertical-align:top;
}

.bok-bok-cell-2 {
    display:table-cell;
    background-color:#ffc500;
    border-left:2px solid black;
    padding:20px;
    vertical-align:top;
    width:50%;
    box-sizing:border-box;
}

.brothers-pizza-cell-2 {
    display:table-cell;
    background-color:#03791f;
    border-left:2px solid black;
    padding:20px;
    vertical-align:top;
    color: white;
    width:50%;
    box-sizing:border-box;
}

.napolis-pizzeria-cell-2 {
    display:table-cell;
    background-color:#ea3223;
    border-left:2px solid black;
    padding:20px;
    vertical-align:top;
    color: white;
    width:50%;
    box-sizing:border-box;
}

.bok-bok-option-box {
    width:100%;
    max-width: 350px;
    height:320px;
     -webkit-box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    box-shadow: 0px 10px 8px -6px rgba(0,0,0,0.31);
    margin: 0 auto;
}

.bok-bok-option-header {
    background-color: #ffc500;
    border-bottom: 2px solid white;
    height: 95px;
    text-align:center;
    color: black;
    padding-top: 15px;
    box-sizing:border-box;
    font-size:15px;
    line-height: 1.5;
}

.brothers-pizza-option-header {
    background-color: #03791f;
    border-bottom: 2px solid white;
    height: 95px;
    text-align:center;
    color: white;
    padding-top: 15px;
    box-sizing:border-box;
    font-size:15px;
    line-height: 1.5;
}

.napolis-pizzeria-option-header {
    background-color: #ea3223;
    border-bottom: 2px solid white;
    height: 95px;
    text-align:center;
    color: white;
    padding-top: 15px;
    box-sizing:border-box;
    font-size:15px;
    line-height: 1.5;
}


.bok-bok-option-header b {
    font-size: 25px;
}

.bok-bok-option-detail {
    background-color:black;
    color:white;
    padding: 10px 20px 20px 20px;
    height: 225px;
    box-sizing:border-box;
    font-size: 15px;
    line-height: 1.5;
}

.bok-bok-option-detail ul {
    padding-inline-start: 10px;
}

.bok-bok-detail-header {
    text-align:center;
    font-weight:100;
    font-size: 12px;
}

.bok-bok-catering-menu {
     color:black;
     font-size:24px;
     line-height:1.5;
}



#details-main {
    overflow-y:auto;
    padding:0px;
    position:relative;
    /*max-height: calc(100vh - 78px);*/
    height: 85vh;
}


#details-main::-webkit-scrollbar {
    width: 12px;
}

#details-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#details-main::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#image-main {
    overflow-y:auto;
    padding:0px;
    position:relative;
    max-height: calc(100vh - 78px);
    margin-bottom: -14px;
}
#image-main::-webkit-scrollbar {
    width: 12px;
}

#image-main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#image-main::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.gallery-box {
    width: calc(48% - 32px);
    display:inline-block;
    padding: 15px;
    margin-bottom: 4%;
    font-size:18px;
    background-color:white;
    margin-right: 4%;
     -webkit-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    -moz-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    border: 1px solid #E1E1E1;
    line-height: 1.5;
}

.gallery-box img {
    width: 100%;
}

.gallery-box:nth-child(even) {
    margin-right: 0%;
}

.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: white;
    width: 100%;
    max-width: 865px;
    height: fit-content;
    max-height: 100vh;
    font-size: 17px;
    text-align: justify;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
}


#details-popup {
    max-width: 462px !important;
    padding: 0px !important;
    font-size: 14px !important;
    text-align: left !important;
    overflow-y: hidden !important;
    /*border: 1px solid black;*/
    height: 100vh;
}

#image-popup {
    max-width: 462px !important;
    padding: 0px !important;
    font-size: 14px !important;
    text-align: left !important;
    overflow-y: hidden !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#location-popup {
    max-width: 462px !important;
    padding: 0px !important;
    font-size: 14px !important;
    text-align: left !important;
    overflow-y: hidden !important;

}

.thumbnails {
    width:100%;
    overflow-y: hidden;
    overflow-x: auto;

}

.thumb-cell {
    display:table-cell;
    padding-right: 5px;
}

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


.homepage-image {
    background-position:center center;
    background-size: cover;
    color:white;
    font-size:42px;
    padding:20px !important;
    box-sizing:border-box; 
    text-shadow: 0px 0px 8px #757575;
    position:relative;
    line-height:1;
}

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

.top-table {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 8px;
    max-width: 1416px;
    margin: 0 auto;
    height: 208px;
}

.top-table-2 {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 8px;
    max-width: 1416px;
    margin: 0 auto;
    height: 57px;
}

.top-table-3 {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 8px;
    max-width: 1416px;
    margin: 0 auto;
    height: 115px;
}

.top-location-table {
    display:table;
    width:100%;
    height:100%;
    max-width:1410px;
    padding:0px 5px;
    margin:0 auto;
    box-sizing:border-box;
}

.schedule {
    display:inline-block;
    min-height:215px;
    width:calc(33.33% - 40px);
    margin:20px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(176,176,176,1); 
    -moz-box-shadow: 0px 0px 5px 2px rgba(176,176,176,1); 
    box-shadow: 0px 0px 5px 2px rgba(176,176,176,1);
    vertical-align:top;
}

.photo-cell img {
    width: 100%;
    display: block;
}

.info-cell {
    padding: 4px;
}

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

.product-cell1 {
    display:table-cell;
    margin-right: 5px;
}

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

.button-cell {
    text-align:center;
}

.btn {
    display: block;
    margin-bottom: 10px;
}

.btn .addtoorder-button {
    width: 100%;
    max-width: 185px;
}

.btn2 .white-button {
    width:92px;
    padding:10px 0px;
    font-size:13px;
    border-radius:18px;
    margin-bottom:5px;
}

.btn2 .addtoorder-button {
    width:100%;
    max-width:92px;
    padding:0px;
    font-size:13px;
    box-sizing:border-box;
    height:35px;
    border-radius:18px;
}


.donotshow {
    display: none;
}

.dining-option {
    background-color: #f0f0f0;
    border: 3px solid #f0f0f0;
    height: 48px;
   /* border-radius: 4px;*/
    color: black;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .63px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    flex-basis: 100%;
    cursor:pointer;
}

.dining-selected {
    border-color: #c20000;
    background-color: #ff2e39;
    color:white;

}

.schedule-option {
    background-color: #f0f0f0;
    border: 3px solid #f0f0f0;
    height: 48px;
    /*border-radius: 4px;*/
    color: black;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .63px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    flex-basis: 100%;
    cursor:pointer;
}

.schedule-selected {
    border-color: #2660a6;
    background-color: #357CD1;
    color:white;
}



.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;
    font-weight: bold;
}

.left-newsletter {
    width: 64%;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;
    height:43px;
    vertical-align:top;
    border:0px;
}


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

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

.nomobile-inline {
    display:inline-block;
}

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

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 65px; /* Place the button at the bottom of the page */
    right: 15px; /* 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);
}


/* restaurant dropdown */
.txt {
    padding: 10px;
}
.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:10px;
        box-sizing:border-box;
	cursor: pointer;
}

.accountlinkmobile 
{
	vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
        padding:20px;
        box-sizing:border-box;
        cursor: pointer;
	display:table;
	width:100%;
	font-size:23px;
}


.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.nomobilecell {display: table-cell;}



.simpletable {
    display: table;
    width: 100%;
}

.greybox {
    width:100%; 
    background-color: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    font-size:13px;
    border-radius:10px;
}

.login-header {
    font-size:30px;
    line-height: 30px;
    color:#181818;
}

.login-header2 {
    font-size:25px;
    line-height: 25px;
    color:#181818;
}

.login-header3 {
    font-size:23px;
    line-height: 23px;
    color:#181818;
}

.table-list {
    display:table;
    width:100%;
    max-width: 785px;
}

.row-header {
    display:table-row;
}

.row-header .simplecell {
    border-bottom:1px solid #b2b2b2;
    padding-bottom:15px;
}

.row-list {
    display:table-row;
}

.row-list:nth-child(odd) {
	background: white;
}

.cell-list {
    display:table-cell;
    vertical-align:middle;
    padding: 5px;
    box-sizing: border-box;
}


.cell-center {
    text-align:center;
}


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

.ralign, .raligncenter {
    text-align:right;
}
.rmargin {
    margin: 0 0 0 auto;
}

.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right !important;
    font-weight: bold;
}

#sortable li, #sortable2 li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 150px;
    text-align: center;
    position:relative;
}

#sortable li img, #sortable2 li img {
    max-width: 100%;
    display:block;
}

#sortable, #sortable2 {
    list-style-type:none;
    margin: 0;
    padding: 0;
}



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


.filter {
    padding:0px 33px 0px 20px;
    border-radius:5px;
    border: 1px solid #ccc;
    height:34px;
}
.filtersubmit {
    color:black;
    left:5px;
    position: absolute;
    z-index: 1;
    top: 5px;
    font-size: 20px;
}

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

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

.newsletter-input-3 {
    width: 205px;
    padding: 5px;
    height: 40px;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    vertical-align: middle;
    box-sizing: border-box;
}

.newsletter-input-4 {
    width: 375px;
    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 {
    padding: 0px 20px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 0px;
    vertical-align: middle;
    font-weight: bold;
}

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

.search-submit {
    padding: 0px 20px;
    background: #d84d3d;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    border: 0px;
    vertical-align: middle;
}


.inline-container {font-size: 0;}
.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 {
    width: 38%;
    margin-right: 1.25%;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
}
.inline-4-5 {
    width: 79.75%;
    margin-right: 1.25%;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}



.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,.inline-4-12a, .mobinline-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, .inline-6-12a {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}
#cvv, #cvv2, #cvv3 {
    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-wrapper #iframe {
    height: auto;
    padding: 0;
}


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

/* 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: 160px;
    padding:15px 40px;
    box-sizing:border-box;
}

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

.bar {
    width: 100%;
    max-width: 494px;
    height: 84px;
    padding-top: 16px;
    box-sizing:border-box;
    text-align:center;
    color:white;
    font-size: 20px;
    line-height: 20px;
    font-weight:bold;
    cursor:pointer;
    font-weight: bold;
}

#admin-menu {
    display:table-cell;
    width:300px;
    background-color:#f7f6f6;
    padding:30px 0px;
    box-sizing:border-box;
}

#admin-menu ul li {
    margin-bottom: 10px;
}

.admin-link {
    width: 100%;
    border-radius: 5px;
    padding:0px 10px;
    box-sizing:border-box;
}

.admin-link a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
}

.admin-link a i {
    width: 30px;
    font-size:23px;
}

.red-select {
    background-color: #ffbcbf;
    font-weight: bold;
}

.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:#f6f6f8;
    border-radius: 5px;
}

.menubg-white {
    background-color:white;
    width:95%;
    margin:0 auto;
    margin-top: -9vw;
    padding:20px;
    box-sizing:border-box;
    position:relative;
    z-index:9;
}

.breadcrumbs {
  font-size: 18px;
  color: black;
  line-height: 1.2;
}

.breadcrumbs i,
.breadcrumbs [class^="mdi-"], .breadcrumbs [class*="mdi-"],
.breadcrumbs i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumbs:before {
  content: '|';
  color: black;
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: -5px 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumbs:first-of-type:before {
  display: none;
}




.f-right {
    float:right;
    width: 100%;
    max-width: 494px;
}

.bdypad {
    padding: 20px 10px !important;
}

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

.minheight {
    min-height: calc(100vh - 313px);
}

#ftr-container {
    text-align: center;
    z-index: 1001;
    color:#b2b2b2;
    box-sizing:border-box;
    font-size: 12.5px;
    border-top: 3px solid #ff2e39;
    background-color: #f7f6f6;
}

#ftr { 
    width: 100%;
    padding: 40px 20px;
    max-width: 1440px;
    box-sizing:border-box;
    margin: 0 auto;
}

.emsar {
    font-family: Danube;
    color: #b2b2b2;
}


#ftr-container a {
    color: #b2b2b2;
}

#ftr-grey {
    line-height:100px;
    color: #666666;
    background-color: #373737;
    text-align:center;
}

#ftr-grey a {
    color: #666666;
}


#ftr-grey-3 {
    line-height:60px;
    color: #a3a3a3;
    background-color: #f5f5f5;
    text-align:center;
}

#ftr-grey-3 a {
    color: #a3a3a3;
}


.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;
    position:relative;
}



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

.product-display-new .photo-cell {
    display:table-cell;
    width: 117px;
    padding-top: 5px;
    cursor: pointer;
}
.photo-cell.no-image-view {
    display:table-cell;
    width: 30px;
    padding-top: 5px;
    cursor: pointer;
}
.image-view .photo-cell.no-image-view {
    display:none;
}
.desktop-view .product-table,
.desktop-view .product-description{
    width: 74%;
}
.desktop-view .photo-cell
{
    display: none;
}
.desktop-view .product-display-new
{
    height: 145px;
}
.desktop-view .image-view-only
{
    display: inline-block;
    width: 25%;
    position: absolute;
    top:3%;
    right: 1.2%;
    cursor:pointer;
    
}
.desktop-view .image-view-only img
{
    height: 95px;
    float:right;
}
.desktop-view .product-button-row
{
    margin-top: 25px;
}
.product-display-new .info-cell {
    display:table-cell;
    vertical-align:top;
}
.product-display-new .photo-cell-2 {
         display:table-cell;
}   
.product-display-new .photo-cell i {
    background-color: #eeeeee;
    padding: 5px;
    border:1px solid #c9c9c9;
}

.product-display-new {
    display: inline-block;
    width: calc(33.33% - 20px);
    margin: 20px 0;
    box-sizing: border-box;
    text-align: left;
    background-color: white;
    position:relative;
    vertical-align:top;
    border: 1px solid #f0f0f0;
    height: 125px;
}

.product-display-new:nth-child(3n+1)
{
    margin-right: 30px;
}
.product-display-new:nth-child(3n+2)
{
    margin-right: 30px;
}
.product-display, .product-display4, .product-display5 {
    display: inline-block;
    width: calc(25% - 40px);
    margin: 20px;
    box-sizing: border-box;
    text-align: left;
    background-color: white;
    padding:5px;
    position:relative;
    vertical-align:top;
}

.product-display-mini {
    display: inline-block;
    width: calc(12.5% - 10px);
    margin: 5px;
    box-sizing: border-box;
    text-align: left;
    background-color: white;
    padding:5px;
    position:relative;
}

.product-display2 {
    display:inline-block;
    width:calc(33.33% - 40px);
    margin:20px;
    box-sizing:border-box;
    text-align:center;
    font-size:17px;
    font-weight:bold;
    line-height:19px;
}

.product-display2 img {
    width: 100%;
    max-width: 220px;
}

.product-display3 {
    display:inline-block;
    width:calc(50% - 40px);
    margin:20px;
    box-sizing:border-box;
    text-align:center;
    font-size:17px;
    font-weight:bold;
    line-height:19px;
}

.option-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:15px;
}


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

.product-name-main {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:28px;
    font-size:20px;
    line-height: 30px;
    font-weight:bold;
    color:black;
		align-self: center;

}


.product-name-mini {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:20px;
    font-size:12px;
    line-height: 21px;
    font-weight:bold;
    color:black;
}

.product-name-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    padding:20px;
    font-size:42px;
    line-height: 1;
    color:white;
    text-shadow: 0px 0px 8px #757575;
    font-weight: 700;
}

.product-cell-overlay {
    position: absolute;
    bottom: 120px;
    left: 0px;
    padding:20px;
    font-size:42px;
    line-height: 1;
    color:white;
    text-shadow: 0px 0px 8px #757575;
    font-weight: 700;
}

.product-cell-overlay2 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    padding:20px;
    font-size:42px;
    line-height: 1;
    color:white;
    text-shadow: 0px 0px 8px #757575;
    font-weight: 700;
}


.popup-checkout {
    background-color:#026fc4;
    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;
}

.daily-special {
    position: absolute;
    top: -30px;
    left: -30px;
    width:50px;
    height:50px;
}

#saved-card-label {
    display: none;
    border: 1px solid #006fcb;
    border-left: 5px solid #006fcb;
    width: 100%;
    max-width:600px;
    box-sizing:border-box;
    padding: 10px;
    margin:0px auto 40px auto;
}

.new-card-label {
    border: 1px solid #d60117;
    border-left: 5px solid #d60117;
    width: 100%;
    max-width:600px;
    box-sizing:border-box;
    padding: 10px;
    margin:0 auto;
}

.product-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:42px;
    font-size: 12px;
    padding: 0px 5px;
}

/* 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: 45px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
    line-height: 45px;
}
.formbox input[type='text'], .formbox input[type='password'], .input, .formbox button, .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.formbox input[type='submit'], .formbox input[type='button'] {
    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;}

.green-button:hover, .blue-button:hover, .white-button:hover, .purple-button:hover, .customize-button:hover, .black-button:hover, .grey-button:hover, .account-button:hover, .yellow-button:hover, .red-button:hover, .red-button2:hover, .customize:hover {
    -webkit-filter: brightness(90%);
}

.addtoorder-button:hover {
    -webkit-filter: brightness(80%);
}

.green-button {
    border: 0px;
    background: #69b74a;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.yellow-button {
    border: 0px;
    background: #ffd200;
    color: black;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    width: 150px;
    height:40px;
}

.red-button {
    border: 0px;
    background: #c50000;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    width: 150px;
    height:40px;
}

.red-button2 {
    border: 1px solid white;
    background: #ff0000;
    color: white;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    width: 150px;
    height:40px;
}

.red-button2-position {
    position:absolute;
    bottom:20px;
    left: 20px;
}

.black-button {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: .3px;
    height: 48px;
    margin-top: 20px;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 600;
    color: #ffffff;
    background-color: black;
    cursor:pointer;
}



.purple-button {
    background-color:#ff2e39;
    color:white;
    border-radius:18px;
    border: 0px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 13px;
}


.customize {
    background-color: #f0f0f0;
    color:black;
    height:37px;
    border:1px solid #d4d4d4;
    border-radius: 5px;
    /*font-weight: bold;*/
    vertical-align:middle;
}

.customize-button {
    background-color:#026fc4;
    color:white;
    border-radius:18px;
    border: 0px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 13px;
    width:100%;
    max-width: 185px;
    margin-bottom: 5px;
}

.addtoorder-button {
    background-color:#ff2e39;
    color:white;
    border-radius:18px;
    border: 0px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 13px;
}


.blue-button {
    border: 0px;
    background: #007cd1;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 160px;
}

.white-button {
    border: 1px solid black;
    background: white;
    color: black;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 160px;
} 

.account-button {
    background: white;
    color: black;
    padding: 8px 0px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    border: 1px solid #a7a7a7;
}

.grey-button {
    margin-left: 1rem;
    color: #555555;
    text-transform: capitalize;
    background-color: transparent;
    padding: calc(.55556em - 2px) .55556em calc(.5em - 2px);
    font-size: .75rem;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: .027em;
    text-decoration: none;
    border-radius: .1875rem;
    border:1px solid #555555;
    cursor: pointer;
    transition: box-shadow .3s linear;
    -webkit-font-smoothing: antialiased;
}

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



.formbox select, .niceselect {
    width: 100%;
    font-size: 15px;
    padding: 13px 45px 13px 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 */
#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;
}

.blue-line {
    border-top: 3px solid #154897;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hdr {
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
    border-bottom: 3px solid #ff2e39;
}


.hdr2 {
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    position: relative;
}

.hdr3 {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    background-color:black;
    color: white;
}

.hdr4 {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    position: relative;
    background-color:#3173c5;
    color: white;
}

.top2 {
    font-size:16px;
    position:relative;
    height: 80px;
    display:table-cell;
    vertical-align:middle;
    padding:0px 8px;
}

.hdr3 .top2 {
    height: 50px !important;
}

.hdr3 .top2 a {
    color: white;
}

.top3 {
    height: 26px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    border-left: 1px solid #808080;
    padding: 0px 10px;
}

.social3 {
    width: 40px;
    height: 50px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.top3 a, .social3 a {
    color: white;
}




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

#hdr-admin {
    height: 50px;
    background-color: #ff2e39;
    color:white;
}


.hdr-inside {
    width: 100%;
    max-width: 1430px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
    height: 100%;
    position:relative
}

.hdr-inside-admin {
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 15px;
    display: table;
    height: 100%;
    position:relative
}

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

.cell-1 {
    display:table-cell;
    width: 33.33%;
    text-align:left;
    vertical-align:middle;
}

.cell-2 {
    display:table-cell;
    width: 33.33%;
    text-align:center;
    vertical-align:middle;
}

.cell-3 {
    display:table-cell;
    width: 33.33%;
    text-align:right;
    vertical-align:middle;
}



.leftcell, .leftcell2 {
    display:table-cell;
    vertical-align:middle;
    padding-right: 10px;
}

.leftcell-2 {
    display:table-cell;
    vertical-align:middle;
    width: 160px;
}

.pad30 {
    padding-right: 30px;
}

.middlecell {
    display:table-cell;
    vertical-align:middle;
    padding-right: 10px;
    text-align:-webkit-center;
}

.rightcell {
    display:table-cell;
    vertical-align:middle;
    text-align:-webkit-right;
    text-align:-moz-right;
    white-space: nowrap;
}

.rightcell-2 {
    display:table-cell;
    vertical-align:middle;
    text-align:-webkit-right;
    white-space: nowrap;
    width: 160px;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

#hdr .rightcell a {
    color: white;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: #fff;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    
    text-align: left;
    line-height: 18px;
    right: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#login-dropdown:hover .dropDown {display: block;}

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

.nowrap {
    white-space: nowrap;
    display:inline-block;
}


#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 {
    display: inline-block;
}



.join-list {
    width: 305px;
    padding: 5px;
    height: 50px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    font-size: 15px;
}
.join-list-submit {
    width: 100px;
    padding: 4px;
    background: #940000;
    border: 0px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    vertical-align: top;
    height:62px;
    box-sizing:border-box;
}
.join-list-submit:hover {
    -webkit-filter: brightness(90%);
    color: #fafafa;
}


.footer-links a {
    padding-right: 75px;
    font-size: 21px;
    line-height: 25px;
}

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

.footer-size-2 {
    font-size: 13px;
    display: flex;
}

.footer-location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
}


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

.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.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;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}
.product-wrapperg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0.5%;
    color: #878c8e;
    text-align: center;
    font-size: 19px;
}

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



.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0.5%;
    color: #509ead;
    text-align: left;
    font-size: 18px;
}
.product-wrapper img {
    margin-bottom: 5px;
}
.product-wrapper span {
    font-size: 20px;
    line-height: 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;
    line-height: 26px;
}
.details-form input, .details-form select {
    vertical-align: middle;
}

.combo-header {
    display:inline-block;
    width:32%;
    margin-right:2%;
    box-sizing:border-box;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    line-height: 1.1;
}

.combo-header:nth-child(3n+1) {
    margin-right: 0%;
}

.combo-selected {
    color:black;
    background-color: #f7f5f6;
}



.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
/* 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: 14px;
    line-height: 14px;
    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;
}

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

.addtocart3 {
    display: inline-block;
    background-color: #484848;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 37px;
    padding: 0px 10px;
    border-radius: 18px;
    font-size: 13px;
    width: 150px;
    box-sizing:border-box;
}

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

.added-cell {
    display: table-cell;
}

.added-cell2 {
    display:table-cell;
    text-align:right;
}


.checkout {
    display: inline-block;
    background-color: #ff2e39;
    color: white;
    text-align: center;
    cursor: pointer;
    line-height: 37px;
    padding: 0px 10px;
    border-radius: 18px;
    font-size: 13px;
    width: 150px;
    box-sizing:border-box;
}

.checkout:hover {
    opacity: 0.9;
}

.continue {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    padding: 0px 10px;
    border-radius: 18px;
    font-size: 13px;
    width: 170px;
    box-sizing:border-box;
}

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

.shop-cll1 {
    vertical-align:top;
    width: 360px;
}

.shop-cll2 {
    vertical-align:top;
}

.filter-hdr {
    background-color: #1d4b92;
    text-align:center;
    color:white;
    width:100%;
    box-sizing:border-box;
    height:55px;
    padding:20px 10px 0;
    font-size: 20px;
}

.filter-item {
    background-color: #eaf1f9;
    color:black;
    width: 100%;
    box-sizing:border-box;
    height: 55px;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #c8d3e0;
}

.provider-layer {
    background-color: #eaf1f9;
    color:black;
    width: 100%;
    box-sizing:border-box;
    height: 55px;
    font-size: 18px;
    padding-left: 10px;	  
    padding-right: 5px;  
    padding-top: 15px;
    cursor:pointer;
}

.provider-layer:nth-child(even) {
    background-color: #d7e0ef;
}


/* 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: #eeeeee;
  border-radius: 50%;
  border:1px solid #999999;
}

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


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

.center-desktop {
    text-align: center;
}

.right-desktop {
    text-align: right;
}

.justmobile, #ftr-mob, #ftr-mob-grey, #ftr-mob-special {display: none;}

#play_button_img_video {
	position: absolute;
	z-index: 2;
	top: 45%;
	left: 47%;
	font-size: 2em;
}
#play_button_img_video_circle
{
	position: absolute;
	z-index: 1;
	top: 43.5%;
	left: 44.5%;
	font-size: 3em;
	color: white;
}


.homemenu .footer-location {
    cursor:pointer;
}

.homemenu td {
    font-size: 16px;
    text-align:center;
    color: #818181;
}

.homemenu td i {
    font-size: 20px;
}

.homemenu img {
    height: 20px;
    display: block;
    margin: 0 auto;
}

.mobile-menu-cell
{
    display:inline-block;  
    width: 19%;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
.mobile-menu-cell.justmobile
{
    display: none !important;
}
.mobile-menu-cell i
{
    /*font-size: 1.5em; */
    font-size: 20px;
    color:#818181;
    padding-bottom: 5px;
}

.mobile-menu-cell > div
{
    width: 100%;
}   
.mobile-menu-cell a
{
   color:#818181;
}

.vieworders .orders-button
{
    position: relative;
    min-width: 100px;

}
.vieworders .orders-list
{
    width: 100%;

}
.vieworders .orders-list.row-list
{
    cursor: pointer;
}

.order-details-main
{
    display:inline-block;
    width: 50%;
    vertical-align: top;
    min-width: 50%;
}
.order-details-main:nth-child(even)
{
    text-align: right;
}
.order-details-main > div:not(.justmobile)
{
    display: inline-block;
}

.gallery-icon-row {
    display: block;
    margin: 5px 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}
.gallery-category {
    display: inline-block;
    width: 125px;
    overflow-y: hidden;
    overflow-x: hidden;
    cursor: pointer;
    color: #939393;
}
.gallery-category > div
{
    text-align: center;

}
.gallery-category.selected
{
    text-align: center;
    color: #4B4B4B;
}
.gallery-page {
    width: 50%;
    margin: auto;
    text-align: center;
}
.gallery-page a.MagicZoomPlus {
    margin-bottom: 10px !important;
}
.last-order-notification {
    text-align: center; 
    padding: 10px 0 15px 0; 
    width: 100%; 
    background-color: #DFDFDF; 
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.location-table{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing:10px; 
}
#continue_shopping_btn
{
    width: 294px; 
    font-size: 20px; 
    padding: 7px; 
    box-sizing: border-box; 
    background-color: #eeeeee; 
    color: #555555; 
    border: 1px solid #dddddd; 
    height: auto;
}
#menu-order-button {
    display:table-cell;
    vertical-align:middle; 
    width: 25%;
}
#menu-customize-button {
    display:table-cell;
    padding:0px 1px;
    vertical-align:middle;
    width: 25%;
}
.product-button-row {
    display:table;
    margin:0 auto;
    padding:0px 0px;
    width: 98%;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-top: 7px;
}
.image-view .product-display-new {
    display: inline-grid;
    grid-template-columns: 2fr 3fr 3fr 3fr;
    grid-template-rows: repeat(3, auto);
}

.image-view .product-table {
    grid-column: 1 / 5;
    grid-row: 1;
}
.image-view .product-description {
    grid-column: 1 / 5;
    grid-row: 2;
		align-self: center;

}
.image-view .image-form-grid {
   /* display:grid;
    grid-template-rows: subgrid;
    grid-template-columns: subgrid;
   grid-row:3;
    grid-column: 4;*/
}
.image-view .product-button-row {
    display:contents;
    grid-template-rows: subgrid;
    grid-template-columns: subgrid;
    align-items: stretch;
    grid-column: 1 / 5;
    grid-row: 1 / 4;
    padding:0px 0px;
    
    align-items: center;
    width: 100%;
}
.image-view .image-view-only {
    grid-column: 4;
    grid-row: 1 / 4;
    position: relative;
	
	display: initial;
    margin-left: 7px;
	margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
	cursor: pointer;
}

.image-view-only
{
    display: none;
}
.image-view .no-image-view
{
    display: none;
}

.image-view .white-price {
    grid-column: 1;
    grid-row: 3;
    /*margin: auto;*/
    margin-left: 10%;  
    border: none;
    height: unset;
	align-self: center;

}
.product-button-row .purple-button {

    font-size: 14px !important;
    font-weight: normal  !important;
    height: 37px;
    padding: 0;
    margin: 0 2px 0 4px;
		align-self: center;

}
.product-button-row .customize {

    font-size: 14px !important;
    font-weight: normal;
    height: 37px;
    margin: 0 0 0 3px;
		align-self: center;

 
}
.image-view #menu-order-button {
    grid-column: 2 ;
    grid-row: 3;
    width: 100%;
}
.image-view #menu-customize-button {
    grid-column: 3;
    grid-row: 3;
    width: 100%;
    letter-spacing: .05em;
}
.image-icon {
    width: 25%;
    float: right;
}
#toggle-view-buttons{
   
    display: none;
    font-size: 2em;
    margin-left: -60px;
    vertical-align: sub;
    cursor: pointer;
}
#toggle-view-buttons i {
    border-radius: 3px;
    background-color: #F0F0F0;
    padding: 5px;
}
#toggle-view-buttons i.selected {
    border-radius: 3px;
    background-color: #CECECE;
    padding: 5px;
}
#search_categories_id {
    font-size:16px;
    height:35px;
    max-width: 210px;
    width: 100%;
    border-radius:5px;
}
#search_categories_id_mobile {
    font-size:16px;
    height:35px;
    width: 100%;
    border-radius:5px;
}
#price-details-header
{
    display: none;
}
#price-details
{
    display: table;
}
#order-details-header
{
    display: none;
}
#order-details-top
{
    display: block;
}
.menu-search
{
    display: table-cell;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  .cart-dropdown {
    display: none;
    position: absolute;
    background: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    cursor: default;
    right: 0;
    max-height: 450px;
    min-height: 215px;
    width: 275px;
    overflow-y:auto;
    overflow-x: hidden;
    border-radius: 5px;

    color: #2C2C2C;
  }

 


  .dropdown:hover .cart-dropdown {display: block;}

  .cart-dropdown-subtotal > div
  {
    display:inline-block;
    width: 48%;
  }
  .cart-dropdown-subtotal
  {
    margin: 15px 0;
    font-size: 12px;
    
  }
  .cart-dropdown-item
  {
    padding: 10px 0;
    margin: 10px 5px;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor:default;
  }

  .cart-dropdown-item-name
  {
    text-align:left;
    display:inline-block;
    width: 45%;
    /*overflow-x:hidden;
    text-overflow: ellipsis;*/
    word-wrap: break-word;
    white-space: pre-line;
  }
  .cart-dropdown-item-price
  {
    display:inline-block;
    text-align:right;
    width: 17%;
    vertical-align: top;
  }
  .cart-dropdown-item-quantity
  {
    display:inline-block;
    text-align:left;
    width: 17%;
    vertical-align: top;

  }
  .cart-dropdown-extra-name
  {
   /* display:inline-block;
    text-align:left;
    width: 24%;*/
  }

  .cart-dropdown-items {
    padding: 0 30px 10px 30px;
  }
  .cart-dropdown-item-edit {
    display:inline-block;
    width:20%;
    vertical-align: top;
    cursor: pointer;
  }
  .dropdown-checkout
  {
    position:sticky;
    position: -webkit-sticky;
    bottom:0;
    z-index:1000;
    background: white;
    border-top:1px solid #f0f0f0;
    padding: 10px;
  }
  .checkout-bottom-show
  {
      display: none;
  }
  .pickup-delivery-switch {
    position: relative;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    margin: 0 auto;

  }
  .pickup-delivery-switch input {
    appearance: none;
    -moz-appearance: none;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    background: #1E1E1E;
    outline: none;
  }
  .pickup-delivery-switch input::before,
  .pickup-delivery-switch input::after {
    z-index: 2;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    font-weight: bolder;
  }

  .pickup-delivery-switch input::before {
    content: "Pickup";
    left: 75px;
  }
  .pickup-delivery-switch input::after {
    content: "Delivery";
    right: 70px;

  }
  .pickup-delivery-switch input:checked {
    background: #F0F0F0;
  }
  .pickup-delivery-switch label {
    z-index: 1;
    position: absolute;
    top: 10px;
    bottom: 4px;
    border-radius: 20px;
  }
  .pickup-delivery-switch input {
    transition: 0.25s;
  }
  .pickup-delivery-switch input:checked::after{
    color: #000;
    transition: color 0.5s;
  }
  .pickup-delivery-switch input:disabled::before{
    color: #D2CFD0;
  }
  .pickup-delivery-switch input:disabled::after{
    color: #D2CFD0;
  }
  .pickup-delivery-switch input:checked::before{
    color: #fff;
    transition: color 0.5s;
  }
  .pickup-delivery-switch input:checked+label {
    left: 10px;
    right: 165px;
    background: #000;
    transition: left 0.5s, right 0.4s 0.2s ;
    width: 50%;
  }
  .pickup-delivery-switch input:not(:checked){
    background: #F0F0F0;
    transition: background 0.4s;
  }
 .pickup-delivery-switch input:not(:checked)::before:not(:disabled) {
    color: #000;
    transition: color 0.5s;
 }
 .pickup-delivery-switch input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
 }
 .pickup-delivery-switch input:not(:checked)+label{
    left: 165px;
    right: 10px;
    background: #000;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
    width: 50%;
 }


 .schedule-switch {
    position: relative;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    margin: 15px auto;
  }
  .schedule-switch input {
    appearance: none;
    -moz-appearance: none;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    background: #1E1E1E;
    outline: none;
  }
  .schedule-switch input::before,
  .schedule-switch input::after {
    z-index: 2;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    font-weight: bolder;
  }

  .schedule-switch input::before {
    content: "Order Now";
    left: 63px;
  }
  .schedule-switch input::after {
    content: "Schedule";
    right: 68px;

  }
  .schedule-switch input:checked {
    background: #F0F0F0;
  }
  .schedule-switch label {
    z-index: 1;
    position: absolute;
    top: 10px;
    bottom: 4px;
    border-radius: 20px;
  }
  .schedule-switch input {
    transition: 0.25s;
  }
  .schedule-switch input:checked::after{
    color: #000;
    transition: color 0.5s;
  }
  .schedule-switch input:disabled::before{
    color: #D2CFD0;
  }
  .schedule-switch input:disabled::after{
    color: #D2CFD0;
  }
  .schedule-switch input:checked::before{
    color: #fff;
    transition: color 0.5s;
  }
  .schedule-switch input:checked+label {
    left: 10px;
    right: 165px;
    background: #337CD1;
    transition: left 0.5s, right 0.4s 0.2s ;
    width: 50%;
  }
  .schedule-switch input:not(:checked){
    background: #F0F0F0;
    transition: background 0.4s;
  }
 .schedule-switch input:not(:checked)::before:not(:disabled) {
    color: #000;
    transition: color 0.5s;
 }
 .schedule-switch input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
 }
 .schedule-switch input:not(:checked)+label{
    left: 165px;
    right: 10px;
    background: #337CD1;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
    width: 50%;
 }

.loader-wheel {
  font-size: 64px;
  position: relative;
  height: 1em;
  width: 0.55em;
  padding-left: 0.45em;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
  overflow: hidden;
  margin: 0 auto;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333;
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.store-family {
    width: 100%; 
    margin: 0 auto;
    text-align: center;
}

.store-family .store {
    width: fit-content;
    display:inline-block;
    margin:0 auto;
    position:relative;
    padding: 50px;
}

.store-family .store img {
    width: 400px; 
    height: 250px; 
    cursor: pointer; 
    object-fit:cover;
    max-width: unset;
}
.store-family .store span {
    position: absolute; 
    top:90%;
    left:0;
    text-align:center;
    width:100%; 
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.store-family .store .image-overlay {
    position: absolute; 
    width: 400px;
    height: 250px;
    top: 0;
    left: 0;
    margin:50px;
    z-index: 4;
    background-color: #000;
    opacity: .1;
}
.store-family .store .image-overlay:hover {
    opacity: 0;
}

#myslidemenu > ul > li > ul > li {
    white-space: break-spaces;
    line-height: 1.4;

}
.view-order-row:last-child::after {
    content: "\A\A";
    white-space: pre;
}

/*#topordernow:hover .dropbtn {background-color: #3e8e41;}*/
@media (max-width: 1870px) {
    .bok-bok-catering-menu {
    	font-size:20px;
    }
}

@media (max-width: 1610px) {
    .bok-bok-catering-menu {
        font-size:14px;
    }
}


@media (max-width: 1400px) { 
    .product-name-overlay, .product-cell-overlay, .product-cell-overlay2 {
        font-size: 30px;
    }

    .bok-bok-catering-menu {
        line-height:1;
    }

    .start-order {
        display: none;
    }

}



@media (max-width: 1199px) {
    .filter-hdr {
	font-size: 17px;
    }
    .provider-layer {
	font-size: 15px;
    }

    .product-name-overlay, .product-cell-overlay, .product-cell-overlay2 {
	font-size: 30px;
    }

    .bok-bok-option-header b {
	font-size: 22px;
    }

    

    .colstar
    {
        width: 25px;
        vertical-align:top;
    }

    .col1 {
        width: calc(100% - 445px);
    }

    .col1star {
        width: calc(100% - 420px);
    }


    .col2 {
        width: 130px;
    }

    .col3 {
        width: 160px;
    }


    .col4 {
        width: 130px;
    }

    .footer-size-2 {
	font-size: 11px;
    }



}


@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 {
        width: 44%;
        margin: 3%;
        padding: 0;
    }

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

    .verification-box {
        padding: 5px;
    }

    #photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }

    .search-container {
        border: 0px;
        padding: 0px 20px;
    }

    .purple-button {
        font-size: 12px;
    }

    .bok-bok-table {
	display: block;
    }

    .bok-bok-cell-1 {
	display: block;
	width:100%;
	padding: 0px;
    }

    .bok-bok-cell-2 {
	display: block;
	width: 100%;
    }
    
    .brothers-pizza-cell-2 {
    display: block;
    width: 100%;
    }
	
	.napolis-pizzeria-cell-2 {
    display: block;
    width: 100%;
    }


    .daily-special {
	    top: -10px;
	    left: unset;
        right:0px;
	    width: 50px;
	    height: 50px;
    }

    .newsletter-input-4 {
	width: 235px;
    }

    .minheight {
    	min-height: calc(100vh - 339px);
    }

    .menubg-white {
	margin-top: 0px;
	width:100%;
	padding: 0px;
    }

    .rightcell-2 {
	text-align:center;
	white-space: unset;
    }

    .added-table, .added-cell, .added-cell2 {
	display: block;
	text-align:left;
    }

    .added-cell {
	margin-bottom: 30px;
    }

    .product-display4 {
        width: 150px;
        padding:5px;
        border:1px solid #eeeeee;
        /* DO NOT UNCOMMENT -- USE ELLIPSIS IF THERE'S STILL A PROBLEM
        margin: 0px auto 10px auto;
        display: block;
        */
        margin: 10px;
    }


    .product-display5 {
        width: calc(33.33% - 6.66px);
        margin: 0px 10px 10px 0px;
        padding:0px;
    }

    .product-display5:nth-child(3n) {
        margin-right: 0px;
    }



    #ftr-mob .product-display4 {
        margin-bottom: 20px;
    }


    .product-display-mini {
        width: calc(16.6% - 10px);
    }



    .product-display .photo-cell {
	display: table-cell;
	width: 120px;
	vertical-align:top;
    }

    .product-display .info-cell {
	display: table-cell;
	vertical-align:top;
    }

    .product-display .button-cell {
	text-align: left;
    }

    .btn {
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 5px;
	vertical-align:middle;
    }

    .product-display-mini .btn {
	margin-right: 0px;
	margin-bottom: 5px;
    }

    .product-display, .product-display-new {
    width: 48%;
    margin: 5px 0;
    padding: 0px;
    background-color:white;
    display: inline-block;
    height: 130px;
    }


    .product-display2 {
        width:calc(33.33% - 10px);
        margin:5px;
        font-size:13px;
        line-height: 16px;
    }	

    .btn .addtoorder-button, .button-cell .customize-button {
	width: 110px;
	margin-bottom: 0px;
	padding: 5px 0px;
	vertical-align: middle;
    }

    .btn2 .white-button {
    	margin-bottom:0px;
	width: 50px;
	font-size: 9px;
	height: 25px;
	box-sizing:border-box;
	padding: 0px;
    }

    .btn2 .addtoorder-button {
	max-width: 57px;
	font-size: 9px;
	height:25px;
    }

    .product-name-overlay {
	display: -webkit-box;
    	-webkit-line-clamp: 1;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	height:28px;
    	line-height: 30px;
    	font-weight:bold;
    	color:black;
	font-size: 12px;
	position: unset;
	padding: 0px;
	text-shadow: none;
    }

    .product-cell-overlay, .product-cell-overlay2 {
    	display:table-cell;
    	text-align:right;
	color:black;
        font-size: 12px;
        position: unset;
        padding: 0px;
        text-shadow: none;
    }

    .product-name-main {
	    font-size: 16px;
    }

    .nopadmob {
	padding: 0px !important;
    }

    .leftcell2 {
	text-align:center;
	padding: 0px 5px;
    }
    .pad30 {
 	padding: 0px 5px;
    }

    .rmargin {
	margin: 0 auto;
    }

    .ralign {
	text-align:left;
    }

    .raligncenter {
	text-align:center;
    }

    .dining-option {
	width: 150px;
    }

    .product-name {
        height: 45px;
    }

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


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

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

    .table-list {
	display: block;
    }
    .row-header {
	display: none;
    }
    .row-list {
	display:block;
    }
    .cell-list {
	display:inline-block;
	width: 50%;
    }
    .cell-center {
	text-align: left;
    }

    .provider-layer {
        height: auto;
    }

    .colstar,.col1, .col2, .col3, .col4
    {
        line-height: 20px;
    }

    .login-header, .login-header2,.login-header3 {
        font-size:16px;
	line-height: 20px;
    }

    .greybox {
	padding: 20px;
     }

    .schedule {
	width: calc(100% - 10px);
	margin: 5px;
    }


    .colstar {
	width: auto;
	vertical-align:top;
    }
    .col1 {
	width: calc(100% - 25px);
        margin-bottom: 10px;
    }
    .col2, .col3, .col4 {
	display:block;
	width: 100%;
	padding-bottom: 10px;
    }

    .nowrap {
	display:block;
	padding-bottom: 20px;
    }
    .f-right {
	float:none;
	margin: 0 auto;
    }

    .beigeline {
        width: 150px;
    }

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



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

    .newsletter-input-3 {
        height: 25px;
    }

    .newsletter-submit {
        line-height: 25px;
        font-size: 15px;
        font-weight: normal;
    }

    .center-mobile, .right-desktop {
	    text-align: center !important;
    }
    .center-desktop {
        text-align: left;
    }


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

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

    .join-list {
	width: 240px;
	font-size: 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 {
	display: block;
	margin: 10px 0px;
    }

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

    #admin-menu {
        position:absolute;
        visibility:hidden;
        opacity: 0;
        -webkit-transition: opacity 600ms, visibility 600ms;
        transition: opacity 600ms, visibility 600ms;
	z-index: 9;
    }


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

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

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

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

    .addtocart2 {
	margin: 0 auto;
    }

    .justmobile, #ftr-mob {display: block;}
    #ftr-mob {
	    border-top: 1px solid #f7f6f6;
	    padding: 10px;
        text-align: center;
    }

    #ftr-mob-grey {
        padding: 10px;
        text-align: center;
        background-color: #343434;
        display: block;
        color: #aeaeae;
        line-height: 2;
    }

    #ftr-mob-grey a {
        color: #aeaeae;
    }

    #ftr-mob .social3 a, #ftr-mob-social .social3 a {
        color: #4c4c4c;
        font-size: 20px;
    }

    #ftr-mob-social {
        padding: 10px;
        text-align: center;
        display: table;
        line-height: 2;
        margin: 0 auto;
    }

    #text-layer {
        display: inline;
        z-index: 99998;
        position: fixed;
        height: 59px;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        background-color: #007cd1;
    }

    #text-layer a {
        color: white;
    }

    
    .vieworders .orders-button
    {
        width:40%; 
        display:inline-block;
        position: relative;
        margin-bottom: 10px;
        min-width: 130px;
        max-width: 200px;
        vertical-align: text-bottom;
    }

    .vieworders .orders-list.row-list
    {
        width: 45%; 
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;

    }
    .vieworders .cell-list.justmobile
    {
        display: inline-block;
    }
    .vieworders .orders-button .black-button
    {
        margin-top: 10px;
        margin-left: 10px;
    }
    .mobile-menu-cell
    {
        display:inline-block;  
        width: 19%;
    }
    .mobile-menu-cell.justmobile
    {
        display: inline-block !important;
    }
    .simplebox.vieworders
    {
        border: none;
        padding: 0;
        margin: 0 10px;
    }
    .simplebox.vieworders
    {
        border: none;
        padding: 0;
    }
    .black-button.mobile
    {
        width: calc(100vw - 40px); 
        margin: 0 20px;
        max-width: 800px;
    }
    .order-details-main
    {
        display:inline-block;
        width: 49%;
        vertical-align: top;
    }
    .order-details-main:nth-child(even)
    {
        text-align: left;
    }
    .order-details-main > div
    {
        display: inline-block;
        text-align: right;
        float: right;
   
    }
    .gallery-page {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    #continue_shopping_div
    {
        border: none;
    }
    #continue_shopping_btn
    {
        width: 100%;
    }
    .location-table{
        margin: 0 auto;
        width: 75%;
    }
    #search_categories_id {
        width: 95vw;
        max-width: unset;
        margin-right: -20px;
        background-color: white;
    }
    .mobile-menu-cell.compact{
        width: 24%;
    }
    #price-details-header
    {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #price-details
    {
        display: none;
    }
    #order-details-header
    {
        display: block;
    }
    #order-details-top
    {
        display: none;
    }
    #toggle-view-buttons{
        margin-top: 0;
    }
    .menu-search
    {
        display: table-cell;
        width: 100%;
    }
    .image-view .product-display-new {
        display: inline-grid;
        grid-template-columns: 2fr 3fr 3fr 3fr;
        grid-template-rows: repeat(3, 1fr);
    }

    
    #pickup-delivery-layer {
        z-index: 99998;
        position: sticky;
        height: 59px;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        background-color: #007cd1;
    }

    #pickup-delivery-layer a {
        color: white;
    }
    .checkout-bottom {
        position: sticky;
        bottom: 0;
        width: 100%;
        background-color: white;
        z-index: 999;
        text-align:center;
        padding: 5px 0;
        border-top: 1px solid #f0f0f0;
        display: none;
      }
      .checkout-bottom-show
      {
          display: block !important;
      }
    .product-display-new:nth-child(2n+1)
    {
        margin-right: 4%;
    }
    .product-display-new:nth-child(2n+2)
    {
        margin-right: 0;
    }
    .nomobile, .nomobile-table, .nomobile-inline, #support, #ftr-container, .nomobilecell {display: none;}
    .next-to-toggle {
        width: 77vw !important;
    }
    .next-to-toggle-homepage {
        width: 40vw !important;
    }
    #t > .headerlinkmobile{
        line-height: 1.6;
    }
}

@media (max-width: 799px) {
    .product-display-mini {
	width: calc(25% - 10px);	   
    }

    .inline-6-12a {
        width: 100%;
        padding: 0;
        margin: 0px 0px 5px 0px;
    }
    .inline-4-12a {
	    width:50%;
	    margin:0%;
    }

    #photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }

    .image-view .product-display-new {
        display: inline-grid;
        grid-template-columns: 2fr 3fr 3fr 3fr;
        grid-template-rows: repeat(3, auto);
    }

}

@media (max-width: 666px) {
    .product-display-mini {
        width: calc(50% - 10px);
    }	

    .inline-4-12a {
        width: 100%;
        padding: 0;
        margin: 0px 0px 5px 0px;
    }
    #search_categories_id {
        width: 90vw;
        max-width: unset;
        margin-right: -20px;
        background-color: white;
    }
    .next-to-toggle {
        width: 60vw !important;
    }
    .next-to-toggle-homepage {
        width: 30vw !important;
        
    }
    .location-table{
        margin: 0;
        width: 100%;
    }
    .product-display, .product-display-new {
        width: 100%;
        margin: 5px auto;
        padding: 0px;
        background-color:white;
        display: inline-block;
    
        }
        .product-display-new:nth-child(2n+1)
        {
            margin-right: 0;
        }
        .product-display-new:nth-child(2n+2)
        {
            margin-right: 0;
        }
    .image-view .product-display-new {
        display: inline-grid;
        grid-template-columns: 2fr 3fr 3fr 3fr;
        grid-template-rows: repeat(3, 1fr);
    }
    .store-family .store {
        padding: 25px;
        margin-top: 25px;
    }
    .store-family .store img {
        width: 300px;
        height: 150px;
    }
    .store-family .store span {
        font-size: 20px;
        top: 95%;
    }
    .store-family .store .image-overlay {
        width: 300px;
        height: 150px;
        margin: 25px;
    }

}
