@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: #606060;
    overflow-x: hidden;
}


.bold {
    font-weight: bold;
}


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



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

h2 {
    color:black;
    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;
}

#topheader {
    border-bottom: 1px solid #cccccc;
}

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

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

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

.experience {
    font-size:30px;
}

.thrive {
    font-size:18px;
    line-height:1.2;
    color:white;
}



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

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

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




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

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

#full-menu {
    margin-top:-90px;
}


.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: 40px 60px;
}

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

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

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

.product-cell2 {
    display:table-cell;
    text-align:right;
    font-weight:bold;
    font-size:24px;
    height: 37px;
}

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

.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: white;
    border: 2px solid black;
    height: 48px;
    border-radius: 4px;
    color: black;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .63px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 8px;
    margin: 4px;
    width: 200px;
    cursor:pointer;
}

.dining-selected {
    border-color: #8c0001;
    box-shadow: 0 0 0 1px #8c0001;
    background-color: #ff2e39;
    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: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);
}


/* 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:20px;
        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;}
.mobilecell {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:35px;
    position: absolute;
    z-index: 1;
    top: 31px;
    font-size: 20px;
}

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

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

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

.slick-div {
    background-color: #f4eded;
    padding: 15px;
    margin: 0px 15px;
    font-size:17px;
    line-height: 1;
    height: 100%;
}


.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: 1.1%;
    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 {
    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 */
#pizza-bg {
    background: url('images/pizza-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    width: 100%;
    height: 33.31vw;
}

.pizza-bg-text {
    font-size:25px;
    color:white;
    line-height:1.7;
}

#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:rgba(255, 255, 255, 0.5);
    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;
}



.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 - 276px);
}

#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
#ftr-container {
    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;
    font-size: 11px;
}


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

#ftr-grey {
    color: white;
    background-color: #252525;
    text-align:center;
    padding: 20px;
    line-height: 3;
}

#ftr-grey a {
    color: white;
}


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

.menu-item {
    position:absolute;
    bottom:0px;
    width:calc(100% - 20px);
    color:white;
    padding:10px;
    border-top:1px solid white;
    font-size:26px;
    background:rgba(0,0,0,0.3);
    line-height:1;
}

.product-display,.product-display4 {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 5px;
    box-sizing: border-box;
    text-align: left;
    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% - 43px);
    margin:20px;
    box-sizing:border-box;
    text-align:center;
    font-size:17px;
    font-weight:bold;
    line-height:19px;
}

.product-display3 {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 5px;
    box-sizing: border-box;
    text-align: left;
    position:relative;
    vertical-align:top;
}


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


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

.product-name-white {
    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:white;
}


.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: -40px;
    left: -40px;
    width:100px;
    height:100px;
}

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

/* 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 {
    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, .formbox input[type='button']:hover, .continue_shopping:hover {opacity: 0.90;}

.green-button:hover, .blue-button:hover, .white-button:hover, .purple-button:hover, .ordernow-button:hover, .customize-button:hover, .black-button:hover, .grey-button:hover, .account-button:hover, .yellow-button:hover, .red-button:hover, .red-button2: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;
}

.ordernow-button {
    background-color: #b71b29;
    color: white;
    border-radius: 22px;
    border: 0px;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

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

.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: 18px;
    width: 160px;
    font-weight: bold;
} 

.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: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    background-color: black;
    color: white;
}

.hdr a {
    color: white;
}


.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: 50px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    border-right: 1px solid #808080;
    padding: 0px 10px;
}

.top3:first-of-type {
    border-left: 1px solid #808080;
}

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



.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;
    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;
    border: 1px solid #000;
    text-align: left;
    line-height: 18px;
    right: 0;
}

.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;
    color: #a8343b;
    font-weight: 600;
}

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

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


.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;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

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

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



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

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

.signup {
    font-size:28px;
    color:black;
    line-height:1;
    font-weight:600;
}

.join-newsletter { 
    color:#a8343b;
    font-size:28px;
    line-height:1;
}

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

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

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

    .pizza-bg-text {
        line-height: 1.2;
        font-size: 20px;
    }


}



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

    .newsletter-input {
        width:210px;
    }
    

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

    .top-table {
        padding: 40px;
    }



}


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

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

    #full-menu {
        margin-top: 0px;
    }

    .join-newsletter {
        font-size: 35px;
    }

    .product-cell2 {
        font-size: 19.8px;
        height: 28px;
    }



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

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

    .experience {
        font-size: 26px;
    }

    .thrive {
        font-size: 23px;
    }

    .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-display .photo-cell {
	display: table-cell;
	width: 120px;
	vertical-align:top;
    }

    .product-display .info-cell {
	    display: table-cell;
	    vertical-align:top;
        padding: 0px 5px;
    }

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

    .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, .product-name-white {
	    font-size: 18px;
        height: auto;
        line-height: 1;
        display:block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        text-overflow: unset;
    }

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

    .menu-item {
        font-size: 17px;
    }

    .product-display {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: table;
    }

    .product-display4 {
        width: calc(50% - 10px);
    }


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

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

    .center-mobile {
	text-align: center !important;
    }

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

    #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 {
	    text-align:center;
	    background-color: #252525;
	    padding: 10px;
        color: white;
        line-height: 2;
    }

    #ftr-mob a {
        color: white;
    }

    .nomobile, .nomobile-table, .nomobile-inline, #support, #ftr-container {display: none;}
}

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


}

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

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