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

@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
}

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

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

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

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

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

@font-face {
    font-family: "Pepsi";
    src: url("bm/bm-fonts/PepsiOwners-Regular.ttf");
}

@font-face {
    font-family: "Pepsi-Extended";
    src: url("bm/bm-fonts/PepsiOwners-Extended.ttf");
}

@font-face {
    font-family: "Pepsi-Compressed";
    src: url("bm/bm-fonts/PepsiOwners-Compressed.ttf");
}

.wow {
    visibility: none;
}

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


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1;
    color: black;
    overflow-x:hidden;
}


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

/* weglot -- DO NOT ADD VARIATIONS -- MAKE IT ALWAYS TOP RIGHT */
.wg-default {
    position: absolute !important;
    bottom: unset !important;
    top: 20px !important;
}

.wg-default .country-selector {
    position: absolute !important;
    bottom: unset !important;
    top: -10px !important;
    right: 0px !important;
}
/* end weglot*/

.mobiai-login {
    margin-top: 60px;
    display: table;
    width: 100%;
}

.mobiai-login-1 {
    display:table-cell;
    width: 64%;
    position: relative;
    height: calc(100vh - 60px);
    text-align: center;
    vertical-align: middle;
}

.mobiai-login-1 img {
    height: 50%;
}

#mobiai-login-1-footer {
    position: absolute;
    bottom: 3vh;
    color: black;
    font-family: 'Unity';
    font-size: 14px;
    left: 20px;
    text-align: left;
    line-height:1.5;
}


#mobiai-login-1-footer a {
    color: black;
}

#mobiai-login-1-footer-mobile {
    display: none;
}

.mobiai-login-2 {
    display:table-cell;
    height: calc(100vh - 60px);
    vertical-align: middle;
    text-align: center;
    line-height:1.5;
    background-color: #eeeeee;
}

.mobiai-login-box {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.11);
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
}

.mobiai-login-box h2 {
    margin-block-end: 0px;
}






.pepsi-number-outer {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
}

.pepsi-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 40px;
  color: black;
  text-align: center;
  background:white; 
  border: 5px solid black;
  margin: 0px auto;
  font-family: 'Pepsi';
}

.pepsi-text-1 {
    font-size:22px;
    color:white;
    font-family:'Pepsi';
}

.pepsi-text-2 {
    font-size:14px;
    color:white;
    font-family: 'Unity';
}


#home-video-player {
    min-height: 800px;
}

.home-video-text #t {
    min-height: 80px;
}

.home-video-text #t2 {
    min-height: 225px;
}

#t .t-caret {
    margin-left: 5px;
}

.dotted-box {
    padding:20px;
    background:rgba(0,0,0,0.4);
    border: 1px dotted #4594af;
}
.developers-top {
    height:100vh;
    min-height: 1450px;
}

.developers-top .dotted-box {
    min-height:1150px;
}
.founder-table {
    display:table;
    width:100%;
}
.founder-photo {
    display: table-cell;
    vertical-align:top;
    width: 200px;
}
.founder-facts {
    display: table-cell;
    vertical-align:top;
    padding-left: 10px;
    font-size: 16px;
}

.founder {
    font-size: 25px;
    font-weight:bold;
    line-height:1;
}

.founder-sub {
    font-size: 19px;
    line-height: 1;
}
.founder-sub a {
    color: white;
    text-decoration: underline;
}
.wrapper2::-webkit-scrollbar { 
    display: none;  
}

#account-dropdown2 img {
    height: 40px;
    vertical-align:middle;
}

.grey-t6 {
    color: #6c6c6c;
    line-height:1;
}
.grey-t5 {
    color: #a5a5a5;
    line-height:1;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}


.categories_id_array {
    width: 200px;
}

.image-cell {
    width:65px;
    text-align:center;
}

.description-cell {
    position: relative;
    max-width: 750px;
}

.description-div {
    background-color:white;
    border:1px solid #cccccc !important;
    border-radius: 4px;
    height:45px;
    /*width:250px;*/
    overflow-y:auto;
    padding:5px;
    box-sizing:border-box;
}

.blue-hover {
    color:#2c6ecb;
}

.blue-hover:hover {
    color:#2c6ecb;
    text-decoration: underline;
}

.tracker {
    border-collapse: collapse;
    width: 1287px;
}

.tracker img {
    width: 1100px;
    max-width: 1100px;
}

/* For fixed left most column, use position sticky and ensure z-index smaller than wraper1 */
.headcol {
	position: sticky;
    position: -webkit-sticky; /* for safari */
	left: 0;
	z-index: 98;
}

.tracker tr td:first-of-type {
    width: 165px;
    padding: 10px;
    color: black;
}

.tracker tbody tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.tracker tbody tr:nth-child(even) td {
    background-color: white;
}

.tracker tbody tr td {
    padding: 10px 0px;
    color: #a3a3a3;
}

.tracker-bar {
    display: inline-block;
    width: 100px;
    height:12px;
}

.bar1 {
    background-color: #cbe7be;
}

.bar2 {
    background-color: #f3c999;
}

.bar3 {
    background-color: #f2ba59;
}

.bar4 {
    background-color: #b6c8e0;
}
.bar5 {
    background-color: #94acce;
}
.bar6 {
    background-color: #89cbbd;
}
.bar7 {
    background-color: #a7d6f2;
}
.bar8 {
    background-color: #a2dfda;
}
.bar9 {
    background-color: #6ddbc0;
}
.bar10 {
    background-color: #83c259;
}
.bar11 {
    background-color: #7cba6d;
}
.bar12 {
    background-color: #29c18f;
}
.bar13 {
    background-color: #57ad68;
}
.bar14 {
    background-color: #009020;
}


.bar-red {
    background-color: red;
}

.bargrey {
    background-color: #eaeaea;
}

.subtitle {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #00abe5;
    margin: 90px 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.label-success {
    background-color: #468847;
}
.label {
    color: #fff;
    font-weight: 600;
    padding: 3px 4px;
    border-radius: 4px;
    line-height: 25px;
}

.dashed {
  list-style-type: none;
}
.dashed > li {
  text-indent: -5px;
}
.dashed > li:before {
  content: "-";
  text-indent: -5px;
  margin-right: 5px;
}

.the-content {
    margin-left: 15px;
}

.the-content .table-list {
    background-color: #f4f4f4;
    max-width: 850px;
}

.table {
    border-collapse: collapse;
    font-size: 16px;
}

.table thead {
    background: #eaf3f8;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-align:left;
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.the-content pre {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #e1e0e0;
    margin: 30px 15px;
    font-size: 87.5%;
}

.the-content .cell-list {
    vertical-align:top;
}

.ck-file-dialog-button {
    display: none !important;
}

.fit-video {
    object-fit:unset;
    display:block;
    width:100%;
    margin-left:1vw;
}


.popup {
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.50);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  .popup-window {
    line-height: 1.5;
    z-index: 1000;
    width: 95%;
    max-width: 550px;
    box-sizing:border-box;
    padding: 20px;
    position: absolute;
    margin: 0 auto;
    display:none;
    height: fit-content;
    box-shadow: 0 0 10px #000;
    background-color: #F4F2F5;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }


.menu-popup {
    display:none;
    position:absolute;
    right:35px;
    background-color:white;
    box-sizing:border-box;
    text-align:left;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(140,140,140,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(140,140,140,1);
    box-shadow: 5px 5px 5px 0px rgba(140,140,140,1);
}

.menu-popup a {
    display:block;
    padding: 10px;
}

.menu-popup a i {
    vertical-align:middle;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: #fbfbfc;
    width: 200px;
    box-sizing: border-box;
    padding: 20px 0px;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    right: 0;
     -webkit-box-shadow: 0 2px 6px 0 rgb(41 70 97 / 20%);;
    -moz-box-shadow: 0 2px 6px 0 rgb(41 70 97 / 20%);;
    box-shadow: 0 2px 6px 0 rgb(41 70 97 / 20%);;
}

.dropDown a
{
    font-size: 14px;
    color: black !important;
    display:block;
    padding: 5px 20px;
}

.dropDown a:hover {
    background-color: #e9ecef;
}

.r-border {
    border-right:1px solid #b3b3b3;
}

.left-vw {
    margin-left: 9vw;
}
    

.business-grow {
    position:absolute;
    top:-6vw;
    left:10vw;
    font-size:17px;
    line-height:23px;
}

.succeed {
    font-size: 30px;
    line-height:35px;
}

.toplogo {
    width: 359px;
}

.mfm-logo {
    display:block;
    max-width:359px;
    max-height: 110px;
}

.mira-logo {
    display:block;
    max-width:550px;
    max-height: 110px;
}

.pepsi-bg {
    width:100%;
    height: 72.71vw;
    background: #ffffff url("/images/pepsi-link-systems.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
}

.pepsi-bg.fr-language{
    background: #ffffff url("/images/pepsi-fr-link-systems.jpg") no-repeat left top;
    height: 72.71vw;
    background-size: 100%;

}

.mfmsoft-bg {
    width:100%;
    height: 61.31vw;
    background: #ffffff url("/images/main-image.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
    margin-top:100px;
}

.mfmsoft-bg-text {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    width:100%;
    max-width: 600px;
    border:1px solid rgba(255,255,255,0.5);
    padding:20px;
    color:white;
    text-align:center;
    box-sizing:border-box;
}


.enables {
    font-size:28px;
    line-height:1.5
}

.blue-border {
    height: 10px;
    width: 100px;
    margin: 10px auto 0px auto;
    border: 3px solid #0f09fa;
    border-width: 4px 0 0 0;
}

.newfound {
    font-size: 32px;
    line-height: 1;
}

.newfound-gold {
    width:100%;
    height: 53.85vw;
    background: #ffffff url("/images/newfoundgold-image.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
}

#aggregator {
    position:absolute;
    width:21vw;
    height:8.5vw;
    left:7vw;
    top:10vw;
    text-align:center;
}

#pos {
    position:absolute;
    width:21vw;
    height:8.5vw;
    right:7vw;
    top:10vw;
    text-align:center;
}

#pipeline {
    position:absolute;
    width:20.5vw;
    height:8.3vw;
    left:11vw;
    top:26vw;
    text-align:center;
}

#realtime {
    position:absolute;
    width:20.5vw;
    height:8.3vw;
    right:11vw;
    top:26vw;
    text-align:center;
}

#captures {
    position:absolute;
    width:27vw;
    height:8.3vw;
    left:36vw;
    bottom:5.5vw;
    text-align:center;
}

.mfmsoft-suite {
    width:100%;
    height: 55vw;
    background: #ffffff url("/images/mfmsoftsuite-image.jpg") no-repeat center center;
    position:relative;
    z-index:3;
    background-size: cover;
}

.mfmsoft-suite-text {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    max-width:1000px;
    text-align:center;
    transform: translate(-50%, -50%);
}

.datamarket, .datamarket-b {
    display: table;
    width: 100%;
}
.datamarket-1 {
    display: table-cell;
    width:40.92%;
    background: #ffffff url("/images/datamarket-pre-image1.jpg") no-repeat center center; 
    position:relative; 
    background-size: cover;
}
.datamarket-2 {
    display: table-cell;
    text-align:left;
    line-height:1.5;
    padding:20px 80px 20px 20px;
    font-size:17px;
    background: #ffffff url("/images/datamarket-pre-image2.jpg") no-repeat center center; 
    position:relative; 
    background-size: cover;
}

.datamarket-b-1 {
    display: table-cell;
    width:40.92%;
    background: #ffffff url("/images/datamarket-post-image1.jpg") no-repeat center center;
    position:relative;
    background-size: cover;
}

.datamarket-b-2 {
    display: table-cell;
    text-align:left;
    line-height:1.5;
    padding:20px 80px 20px 20px;
    font-size:17px;
    position:relative;
    background-color: #001435;
    color:white;
}


.how-mobi {
    width:100%;
    height: 47.92vw;
    background: #ffffff url("/images/howmobi-image.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
}

#introduction {
    position: absolute; 
    width: 20vw; 
    left: 7vw; 
    top: 6vw; 
    text-align: center; 
    font-size:18px;
}

#ip-works {
    position: absolute; 
    width: 20vw; 
    left: 40vw; 
    top: 6vw; 
    text-align: center; 
    font-size:18px;
}

#menu-optimization {
    position: absolute; 
    width: 21vw; 
    right: 6.5vw; 
    top: 6vw; 
    text-align: center; 
    font-size:18px;
}

#information-overload {
    position: absolute; 
    width: 20vw; 
    left: 23vw; 
    bottom: 6vw; 
    text-align: center; 
    font-size:18px;
}

#link-customer {
    position: absolute; 
    width: 23vw; 
    right: 21vw; 
    bottom: 6vw; 
    text-align: center; 
    font-size:18px;
}

.empowers-table {
    display: table;
}

.empowers-cell {
    display: table-cell;
    vertical-align: middle;
}

.empowers-cell-2 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
}

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

.form-cell {
    display: table-cell;
    text-align:left;
    line-height:1.5;
    padding:20px;
    background-color: #f8f8f8;
}

.form-cell-2 {
    display: table-cell;
    width:61.65%;
    background: #ffffff url("/images/contact-image.jpg") no-repeat center center; 
    position:relative; 
    background-size: cover;
}

.assets {
    width:100%;
    height: 62vw;
    background: #ffffff url("/images/brand-assets-back.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
    padding-top: 8.42vw;
}

.assets-mobile {
    width:100%;
    height: 139.98vw;
    background: #ffffff url("/images/mobile-home-product-assets-back.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
    color: white;
}


.assets-text-container {
    width: 100%;
    max-width: 1300px;
    height: 53.73vw;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.assets-text {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 99;
    color: white;
    transform: translateY(-50%);
    line-height: 1.5;
    font-size: 1.1em;
}


#changed {
    width:100%;
    height: 40.89vw;
    background: #ffffff url("/images/changed.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}


#changed-text {
    position:absolute;
    right:35vw;
    top:2vw;
    font-size:20px;
}


#third-party {
    width:100%;
    height: 74.84vw;
    background: url("images/3rd-background.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
    display:flex;
    align-items:center;
    color: white;
}

#third-party h2 {
    color: white;
}

#demo-bg {
    width:100%;
    height: 69.27vw;
    background: url("images/demo-bg.jpg") no-repeat left top;
    position:relative;
    z-index:3;
    background-size: 100%;
    display:flex;
    align-items:center;
    color: white;
}

#demo-bg h2 {
    color: white;
}

.losing {
    font-size:44px;
    line-height:49px;
}

.chart-cell {
    display:table-cell;
    vertical-align:bottom;
    padding-right:20px;
}

.platform, .finally {
    font-size:28px;
    font-weight: 100;
}

.not-intended {
    text-align:center;
    font-size:26px;
    line-height:31px;
    font-weight:100;
    padding:5px;
}

#fulfill {
    width:100%;
    height: 36.5vw;
    background: #ffffff url("/images/devices-on-howitworks.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#fulfill-text {
    position:absolute;
    left:41vw;
    top:4vw;
    font-size:26px;
    line-height: 31px;
    font-weight: 100;
}

#fulfill-text2 {
    position:absolute;
    left:41vw;
    top:7vw;
    font-size:26px;
    line-height: 47px;
}

#fulfill-text2 i, .pricing-cell i, #r-text2 i {
    color: #ff2e39;
    vertical-align:middle;
}

.pricing-cell i {
    font-size: 35px;
    line-height: 25px;
}

.valign {
    vertical-align:bottom;
}

#fulfill-text3 {
    position:absolute;
    left:41vw;
    bottom:5vw;
    font-size:16px;
    line-height: 30px;
}

#devices-pricing-mobile {
    width:100%;
    height: 70.47vw;
    background: #ffffff url("/images/3devices-pricing-mobile.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#fulfill-mobile {
    width:100%;
    height: 70.47vw;
    background: #ffffff url("/images/devices-on-howitworks-mobile.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#pricing-text3 {
    position:absolute;
    left:0vw;
    bottom:5vw;
    font-size:13px;
    line-height: 18px;
}

#pricing-text4 {
    position:absolute;
    left:0vw;
    top:7vw;
    font-size:13px;
    line-height: 18px;
}

#fulfill-text4 {
    position:absolute;
    left:0vw;
    bottom:-7vw;
    font-size:13px;
    line-height: 18px;
}

#restaurant-features {
    width: 100%;
    height: 35.72vw;
    background: #ffffff url("/images/restaurant-features.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#r-features-text1 {
    position: absolute;
    left:40vw;
    top: 3vw;
    font-size:34px;
    line-height: 1.5;
}

#r-features-text2 {
    position: absolute;
    left:40vw;
    top: 7vw;
}

#r-features-text3 {
    position: absolute;
    left:40vw;
    top: 21vw;
}

#r-features-text4 {
    position: absolute;
    left:68%;
    width:20vw;
    text-align:center;
    top: 14vw;
}

.r-features-size {
    font-size: 17px;
    line-height: 1.5;
}


#restaurant-bg {
    width: 100%;
    height: 30.95vw;
    background: #ffffff url("/images/restaurant-bg.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#truck-work-bg {
    width: 100%;
    height: 33.94vw;
    background: #ffffff url("/images/truck-work-bg.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#truck-work-bg2 {
    width: 100%;
    height: 28.25vw;
    background: #ffffff url("/images/truck-work-bg2.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
    color:white;
}


#r-text1 {
    position: absolute;
    left: 9vw;
    top: 2vw;
}

#t-text1 {
    position: absolute;
    left: 9vw;
    top: 0vw;
}

#t-text2 {
    position: absolute;
    left: 9vw;
    top: 18vw;
}

#t2-text1 {
    position: absolute;
    left: 9vw;
    top: 1vw;
    height: 25vw;
    display: flex;
    align-items: center;
}

#r-text2 {
    position: absolute;
    left: 9vw;
    top: 7vw;
}

#r-text2 i {
    font-size: 150%;
    line-height: 1.5;
}

#r-text3 {
    position: absolute;
    left: 9vw;
    bottom: 0vw;
}

#restaurant-help-bg {
    width: 100%;
    height: 35.39vw;
    background: #ffffff url("/images/restaurant-help-bg.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#r-help-text1 {
    position: absolute;
    top: 1vw;
    left: 10vw;
    font-size:35px;
    line-height: 1.5;
}

#r-help-text2 {
    position: absolute;
    top: 4vw;
    left: 10vw;
    font-size:22px;
    line-height: 1.5;
}

#r-help-text3 {
    position: absolute;
    bottom: 15vw;
    left: 10vw;
}

#r-help-text4 {
    position: absolute;
    top: 20vw;
    left: 10vw;
}

#truck-help-bg {
    width: 100%;
    height: 43.21vw;
    background: #ffffff url("/images/truck-help-bg.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#t-help-text1 {
    position: absolute;
    bottom:12vw;
    left: 10vw;
    color:white;
}

#t-help-text2 {
    position: absolute;
    bottom:17vw;
    left: 10vw;
}


#t-help-text3 {
    position: absolute;
    top: 0vw;
    left: calc(10vw - 30px);
}

#t-help-text4 {
    position: absolute;
    bottom:6vw;
    left: 10vw;
    color: white;
}


#restaurant-help-bg2 {
    width: 100%;
    height: 31.3vw;
    background: #ffffff url("/images/restaurant-help-bg2.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#truck-help-bg2 {
    width: 100%;
    height: 31.5vw;
    background: #ffffff url("/images/truck-help-bg2.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#r-help2-text1 {
    position: absolute;
    top:0vw;
    left: 12vw;
    width: 30vw;
    text-align:center;
}

#r-help2-text2 {
    position: absolute;
    top:1vw;
    left: 12vw;
    width: 30vw;
    text-align:center;
    font-weight: bold;
    font-size: 100%;
}

#r-help2-text3 {
    position: absolute;
    top:0vw;
    left: 47vw;
}

#r-help2-text4 {
    position: absolute;
    bottom:9vw;
    left: calc(47vw + 30px);
}

#r-help2-text5 {
    position: absolute;
    bottom: 4vw;
    left: 40vw;
    color: white;
    font-size: 30px;
    line-height: 1;
}

#t-help2-text5 {
    position: absolute;
    bottom: 4vw;
    left: 40vw;
    font-size: 30px;
    line-height: 1;
}

#r-help2-text6 {
    position: absolute;
    bottom: 2vw;
    left: 40vw;
    color: white;
    font-size: 19px;
}

#t-help2-text6 {
    position: absolute;
    bottom: 2vw;
    left: 40vw;
    font-size: 19px;
}

.general-qr {
    width: fit-content;
    text-align:center;
}


#setup {
    width: 100%;
    height: 19.34vw;
    background: #ffffff url("/images/setup-bg.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#setup-text1 {
    position: absolute;
    bottom:12vw;
    left:4vw;
}

#setup-text2 {
    position: absolute;
    top:7vw;
    left:8vw;
    width: 58vw;
    line-height:1.1;
}

#setup-text3 {
    position: absolute;
    top:11vw;
    left: calc(8vw - 20px);
}

.loyalty {
    color: white;
    background-color: #fc273f;
}

.qr-features {
    background-color: #f4f4f4;
}

.truck-setup {
    color: white;
    background-color: #497cc5;
}

.twentytwo {
    margin-top: -22vw;
}

.twentyfive {
    margin-top: -25vw;
}

.twentyfour-flex {
    height:24vw;
    display:flex;
    align-items: center
}


#devices-pricing {
    width:100%;
    height: 35.72vw;
    background: #ffffff url("/images/3devices-pricing.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#testimonials-mobile {
    width: 100%;
    height: 145.74vw;
    background: #ffffff url("/images/testimonials-devices-mobile.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}


#testimonials {
    width: 100%;
    height: 111.17vw;
    background: #ffffff url("/images/mfm-testimonials.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#testimonials-text {
    position: absolute;
    left: 5.5vw;
    top: 7vw;
    color: white;
    font-size: 26px;
    font-weight: 100;
}

#testimonials-text2 {
    position: absolute;
    left: 5.5vw;
    top: 10vw;
    color: white;
    font-size: 34px;
    font-weight: 100;
}

#testimonials-text3 {
    position: absolute;
    left: 5.5vw;
    top: 20vw;
    color: white;
    font-size: 18px;
}

#testimonials-text4 {
    position: absolute;
    left: 5.5vw;
    top: 22vw;
}

#testimonials-text5 {
    position: absolute;
    left: 5.5vw;
    top: 32vw;
    font-size: 20px;
    line-height:25px;
    width: 28vw;
}
#testimonials-text5a {
    font-size: 17px;
    line-height: 22px;
}

#testimonials-text6 {
    position: absolute;
    right: 87vw;
    top: 50vw;
    font-size: 18px;
    line-height:23px;
    text-align:right;
}

#testimonials-text7 {
    position: absolute;
    right: 35vw;
    top: 69vw;
    font-size: 27px;
    line-height:32px;
    text-align:right;
    font-weight: 100;
    color:white;
}

#testimonials-text7a {
    font-size: 32px;
    line-height: 37px;
    font-weight: bold;
}

#testimonials-text7b {
    position: absolute;
    right: 30vw;
    top: 14vw;
    font-size: 17px;
    line-height:22px;
    text-align:right;
    font-weight: 100;
}
#testimonials-text7c {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

#testimonials-text8 {
    position: absolute;
    right: 5.5vw;
    top: 3vw;
}

.grey-testimonial {
    width: 57vw;
    height: 9vw;
    background-color: #f8f8f8;
    box-sizing:border-box;
    padding: 20px;
    font-size: 17px;
    line-height:23px;
    -webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    margin-bottom: 1.67vw;
}

.monthly-savings {
    width: 100%;
    background-color:white;
    box-sizing:border-box;
    padding: 20px;
    font-size: 30px;
    line-height: 30px;
     -webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.5);
    font-weight: bold;
}


#personalized {
    width:100%;
    height: 35.44vw;
    background: #ffffff url("/images/personalized-views.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}



#personalized-text, #pricing-text {
    position:absolute;
    right:34vw;
    top:-2vw;
    font-size:20px;
    line-height: 25px;
}



.replace {
    font-size:16px;
    line-height:36px;
}

#personalized-text2 {
    font-size:17px;
    line-height: 22px;
}

#pricing-text2 {
    font-size:22px;
    line-height: 16px;
    position:absolute;
    bottom:1vw;
    right:57vw;
    font-weight: 300;
}

#personalized-mobile {
    width:100%;
    height: 66.64vw;
    background: #ffffff url("/images/device-views-mobile.jpg") no-repeat left top;
    position:relative;
    z-index:2;
    background-size: 100%;
}

#personalized-text3 {
    position:absolute;
    left:4vw;
    bottom:-3vw;
    font-size:13px;
    line-height: 18px;
}

.demo-graphic {
    position:relative;
    vertical-align:middle;
}

.pricing-table {
    display:table;
    border: 1px solid grey;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    max-width: 680px;
    box-sizing:border-box;
}

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

.pricing-cell {
    display:table-cell;
    padding:10px 20px;
    border: 1px solid grey;
    vertical-align:middle;
    font-size:17px;
    font-weight: 100;
}


#suggestions, .suggestions {
    position: absolute;
    background-color: white;
    display: none;
    z-index: 9999;
    text-align: left;
    width: 100%;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 13px 0px rgba(128,128,128,1);
    box-sizing: border-box;
    cursor: pointer;
    max-height: 366px;
    overflow-y: auto;
}

#suggestions::-webkit-scrollbar, .suggestions::-webkit-scrollbar {
    -webkit-appearance: none;
}

#suggestions::-webkit-scrollbar:vertical, .suggestions::-webkit-scrollbar:vertical {
    width: 11px;
}

#suggestions::-webkit-scrollbar:horizontal, .suggestions::-webkit-scrollbar:horizontal {
    height: 11px;
}

#suggestions::-webkit-scrollbar-thumb, .suggestions::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

#suggestions::-webkit-scrollbar-track, .suggestions::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}



.suggestion {
    padding: 5px;
    border-bottom: 1px solid #808080;
    cursor: pointer;

}

.suggestion:last-of-type {
    border-bottom: 0px;
} 

.suggestion:hover {
    background: #007cd1;
    color: white;
}



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

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

h3 {
    margin-block-start:0px;
    margin-block-end:0px;
}

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

.image
{
        position:relative;
}
.png-over{position:absolute; top:0; left:0}


.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.donotshow {
    display: none;
}

.image-upload {
    position:absolute;
    right:15px;
    top:0px;
    cursor: pointer;
}

.image-upload i {
    cursor: pointer;
}

.image-upload>input {
  display: none;
}


.white-link {
    color: white;
}

.pricing-table__feature-name {
    color: #212326;
    font-size: 0.875em;
}

.feature-label {
    margin: 0px;
}

.feature-label__text {
    margin-bottom: 3px;
}

.feature-label__description {
    font-size: 0.9375em;
    color: #6b7177;
    margin-left: 0;
    display: block;
}

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

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

.duster-header {
    font-size:35px;
    color:black;
    font-family:'Chalkduster';
}


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

.onevw {
    font-size:1vw;
}

.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-weight:bold;
}
.greybg {
    background-color: #dddddd;
}

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


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

#delivery-text
{
    padding-left:200px;
    color:white;
    font-size:20px;
    padding-top:40px;
}

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

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


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

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

/* restaurant dropdown */
.sel {
    color:white;
    width: 200px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #d20025;
    overflow: hidden;
    position:absolute;
    margin-left:185px;
    margin-top:15px;
    font-size:11px;
    text-align:left;
    z-index:99999;
}
.txt {
    padding: 10px;
}
.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:18px 20px;
        box-sizing:border-box;
	cursor: pointer;
}

.headerlinkmobile .fa-fw {
    margin-right: 10px;
}

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

.min1150 {
    min-width: 1150px;
    overflow-x: auto;
}

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

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

.loginbox {
    max-width:410px;
    min-height:515px;
}

.redbox {
    width:100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(253,40,63,1) 100%);
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    font-size:13px;
    line-height: 20px;
    position:relative;
    margin-top: 50px;
}

.black-header {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-align:center;
    line-height:1.5;
    color:white;
    font-size:33px;
    font-family: 'Pepsi';
    background-color: black;
}

.grey-bg {
    background-color: #f0efed;
    color:black;
    text-align:center;
    line-height: 1.5;
    font-size:20px;
    padding: 10px;
    font-family: Unity;
}

.plan-header {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-align:center;
    line-height:3;
    color:white;
    font-size:33px;
    font-weight: 600;
}

.plan-price {
    font-weight:bold;
    font-size:30px;
}

.lh {
    line-height: 1;
}


.list {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
.list-item {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(238,240,240,1) 100%);
  display: flex;
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}
.list-content {
  width: 100%;
  line-height: 1.5;
  text-align: center;
}

.list-item2 {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(238,240,240,1) 100%);
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  line-height: 1.5;
  text-align: center;
  box-sizing:border-box;
  height: 370px;
}

.most-popular {
  text-align:center;
  color:white;
  font-weight:bold;
  font-size:20px;
  margin-top: 20px;
}

.list-content td {
  text-align:left;
  padding-bottom: 20px;
}

.list-content td i {
  color: #59b1b6;
  font-size: 20px;
}

.monthly-fee {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.monthly-fee b {
  font-size: 25px;
}

.fee {
  font-weight:bold;
  font-size:28px;
}

.highlights {
  font-weight: bold;
  font-size: 20px;
}

.plan-details {
    padding: 5px 15px;
    color:black;
    font-weight:bold;
    width:fit-content;
    margin:0 auto;
    background-color: #cfd1cf;
    cursor:pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#unlimited-details {
    font-size: 14px;
    display:none;
}

.specialbox {
    min-height: 260px;
}

.specialheader {
    text-align:center;
    font-weight:bold;
    font-size:19px;
}

.reyesheader {
    font-size:35px;
    color: black;
}

.reyesheader i {
    color: #6b6b6b;
    margin-right: 20px;
}

.reyescontent a {
    color: black;
    font-size: 16px;
    line-height: 2;
}

.reyescontent i {
    margin: 0px 10px;
    vertical-align:middle;
    color: #6b6b6b;
    font-size: 20px;
}

.nopad {
    padding: 0px !important;
}

.product-box {
    width:49%;
    background-color: #f4f4f4;
    padding: 50px;
    box-sizing: border-box;
    text-align: left;
    border-radius:10px;
    margin-right: 2%;
    float:left;
    margin-bottom: 2%;
    text-align:center;
    font-size:16px;
    line-height: 1.3;
}

.product-box b {
    font-size: 20px;
}

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

.amazon-image {
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
}


.kitchen-view {
    width:100%;
    overflow-x: auto;
}

.pending {
    display:inline-block;
    width: 24%;
    margin-right: 1%;
    vertical-align:top;
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.cell-list, .cell-list1 {
    display:table-cell;
    vertical-align:middle;
    padding: 5px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.w475 {
    width: 475px;
}


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


.row {display: table-row;}
.simplecell {display: table-cell;}
.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;
    position:relative;
}

.ralign {
    text-align:right;
}

.margin-ralign {
    margin-right:0px;
    margin-left:auto;
}

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

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

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



.footerinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1vw;
}


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


.filter {
    padding:0px 33px 0px 20px;
    border-radius:5px;
    border: 1px solid #ccc;
    height:34px;
}

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

.demo-container {
    background-color:#f4f4f4;
    margin-top:200px;
}

.demo-graphic {
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    max-width: 495px;
}

.inline-container { font-size: 0px; } 
.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%;
    vertical-align:top;
}
.inline-2-5 {
    width: 39.25%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-3-5 {
    width: 57%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-4-5 {
    width: 76%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
    vertical-align:top;
}


.inline-1-8 {
    width: 12.5%;
    text-align:center;
    padding:0.5%;
    vertical-align:top;
    box-sizing:border-box;
}

.inline-1-8 img {
    width: 60px;
}

.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}

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

.inline-5-12g {
    width: 41.025%;
    margin-left: -65px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12g2 {
    width: 41.025%;
    margin-left: -85px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}

.inline-10-12a {
    width: 88.8125%;
    margin-right: 1.1%;
}

.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}

.red-bg {
    background-color: #ff99ff !important;
}

.grabber {
    cursor: grab;
}

#popupdiv {
    position: absolute;
    display: none;
    top: 50%;
    min-height: 160px;
    background: #ddd;
    transform: translate(0, -10%);
    border: 5px solid #000000;
    border-radius: 10px;
    padding: 50px 30px;
    z-index: 1100;
    text-align: center;
}
#popupdiv p {
        line-height: 1.3;
    }

.btn-dropdown {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    user-select: none;
    transition: color .3s,background-color .3s,border-color .3s;
    padding: 2px 8px;
    cursor:pointer;
}

.btn-dropdown:hover {
    background-color: #f4f6f7;
}

.btn_style{
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        margin: 20px 10px;
        border-radius: 5px;
        border: 1px solid #888;
    }

#cvv {
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.75);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cvv-wrapper {
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    width: 100%;
    max-width: 400px;
    background: #fff;
    box-sizing:border-box;
    padding: 5px;
    position:relative;
    margin: 0 auto;
}

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

.bar-text {
    width: 200px;
    padding-left: 50px;
    height:40px;
    vertical-align:middle;
    display:table-cell;
}

.mtop50 {
    margin-top: 50px;
}


.orderbox {
    height: 310px;    
}



.collapse {
    max-width: 75px;
    overflow-x: hidden;
    overflow-y: hidden;

}

.collapse #menu-menu, .collapse #products-menu, .collapse #marketing-menu, .collapse #settings-menu, .collapse #account-menu, .collapse #resource-menu, .collapse span
{
    visibility: collapse !important;
    display: none !important;
}
.collapse .niceselect
{
    visibility: collapse !important;
}

.collapse .admin-link {
    width: 85%;
}

.contentShift {
    margin-left: 75px !important;
	width: calc(100vw - 75px) !important;
}
.discountcode
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
	max-width: max(calc(30vw - 250px), 90px);
}
.contentShift .discountcode
{
	text-overflow: inherit;
	overflow: inherit;
	white-space: inherit; 
	max-width:inherit;
}
#toggle-collapse {
    position:fixed;
    left: 220px;
    bottom: 0px;
    width: 30px;
    font-size: 23px;
    z-index:99;
}

#toggle-collapse.fa-angle-double-right {
    left: 20px;
    color: #343434;
}
#toggle-collapse.fa-angle-double-left {
    color: #343434;
}

.collapse-button {
    bottom: 0;
    width: 300px;
    background-color: #f7f6f6;
    bottom: 0;
    left: 0;
    height: 23px;
    position: fixed;
}
#collapse-div {
    z-index:99;
    box-sizing: border-box;
    border-right: 1px solid #ffbcbf;
    border-top: 1px solid #ffbcbf;
}
#collapse-div hr {
    position: absolute;
    bottom: 15px !important;
    width: 100%;
    box-sizing: border-box;
    border-color: #ffbcbf;
}
.extend-hr{
    width: 300px;
}
.uncollapse-button {
    bottom: 0;
    width: 75px;
    background-color: #f7f6f6;
    bottom: 0;
    left: 0;
    height: 23px;
    position: fixed; 
}
.tab-cell {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    margin: 0;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-bottom: 2px solid #fff;

}
.tab-cell-selected {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 100%;
    background-color:#f4f4f4;
    height: 100%;
    padding:5px 10px;
    margin: 0;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-bottom: 2px solid #ff2e39;
}

.tab-menu {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 7px;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 3px;
}

#admin-menu {
    display: table-cell;
    width:300px;
    background-color:#f7f6f6;
    padding:30px 0px;
    box-sizing:border-box;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    bottom: 23px;
    top: 0;
    margin-top: 50px;
    max-height: 100vh;
    min-height: calc(100vh - 50px);
    align-self: start;
    /*margin-bottom: 30px;*/
    z-index:99;
    border-right: 1px solid #ffbcbf;
}

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

#products-menu {
    padding-top: 10px;
}

#products-menu a {
    line-height: 20px;
    margin-left: 1em;
}

.admin-link {
    width: 100%;
    border-radius: 5px;
    padding:0px 10px;
    box-sizing:border-box;
    line-height: 50px;
    font-size: 18px;
}

.admin-link:hover .box {
    display: block;
}

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

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

.admin-link a i.fa-info-circle, .admin-link i.fa-info-circle {
    width: auto;
    font-size: 13px;
}

.admin-link-button {
    width: 22%;
    margin-right:4%;
    text-align:center;
    height: 4vw;
    vertical-align:middle;
    display:inline-block;
    background-color: #f4f4f4;
    color: black;
    font-size: 1.4vw;
    border-radius: 5px;
    border: none;
    cursor:pointer;
}

.admin-link-button:last-of-type {
    margin-right: 0%;
}

.box {
  background-color: black;
  padding: 5px 20px;
  position: absolute;
  margin: -36px 45px;
  display:none;
  color:white;
  z-index: 999;
  font-weight: 300;
  font-size:14px;
  line-height:1;
  cursor:pointer;
  white-space: nowrap;

}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -12px;
  top: 0px;
  border-top: 12px solid transparent;
  border-right: 12px solid black;
  border-left: none;
  border-bottom: 12px solid transparent;
}



.grey-select {
    background-color: #dedede;
}


#admin-content {
    display:table-cell;
    padding:10px;
    box-sizing:border-box;
    position: fixed;
    vertical-align:top;
    margin-top: 50px;
    height: calc(100vh - 50px);
    overflow-y: auto;
    margin-left: 300px;
    width:calc(100vw - 300px);
}

.greybox-center {
    max-width: 965px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #f4f4f4;
}

.toppad60 {
    padding-top: 60px !important;
}

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

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

.search2::-webkit-input-placeholder {
    color:white;
}


#filtersubmit {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 7px;
    font-size: 30px;
    color: black;
}

#dollarsubmit {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 12px;
    font-size: 20px;
    color: black;
}

.cell-list #dollarsubmit {
    top: 18px;
}


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

.bdy-video {
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing:border-box;
}


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

.bdy-bm, .pepsi-footer {
    padding:0px 10px;
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing:border-box;
    z-index:99;
    position:relative;
}

.pepsi-footer {
    text-align: center;
    color: #343434;
    line-height: 1.5;
    font-family: 'Unity';
}

.bm-text-container {
    padding:0px 10px;
    width:100%;
    max-width: 665px;
    margin: 0 auto;
    box-sizing:border-box;
    line-height: 1.5;
    text-align:center;
    z-index: 11;
    position: relative;
}

.bm-text-container a {
    text-decoration: underline;
}

.bm-text-container h2 {
    font-weight: normal;
}

.margin100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

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




.bdy-height {
    min-height: calc(100vh - 279px);
    display:table;
    width: 100%;
}

.bdy-bm-height {
    margin-top: 100px;
    min-height: calc(100vh - 349px);
    display:table;
    width: 100%;
}

.bdy-pepsi-height {
    margin-top: 30px;
}

.howitworks-layer {
    background-color:#343434;
    font-size:17px;
    line-height:27px;
    color: white;
}

.restaurant-help-layer {
    background-color: #377dcb;
    font-size:17px;
    line-height:27px;
    color: white;
}

.designed-layer {
    background-color:#f4f4f4;
    font-size:17px;
    line-height:27px;
}

.child {
  display: flex;
}

.child div {
  flex-grow: 1;
  width: 0;
}


.designed-layer dt {
    float:left;
    overflow:hidden;
    white-space: nowrap;
    width: calc(100% - 165px);
}

.designed-layer dt span {
    font-weight: bold;
    font-size: 24px;
}

.designed-layer dt span:after {
    content: "..............................................................................................................................";
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5) !important;
}


.designed-layer dd {
    padding-left: 5px;
    float:left;
    width: 160px;
    overflow:hidden;
    margin-inline-start: 0px;
}

.v-break {
    height: 1vw;
    clear:both;
}

    

.designed {
    font-size: 40px;
    line-height: 45px;
}

.buying-habits {
    text-align:center;
    font-size:36px;
    line-height:41px;
    font-weight:100;
}

.listitemspad {
    padding: 60px 0px;
}

#ftr-links {
    line-height: 200px;
    text-align:center;
}

#ftr-links a {
    padding-right: 23px;
    font-size: 20px;
}

#ftr-links a:last-of-type {
    padding-right: 0px;
}




#ftr-container {
    width: 100%;
    z-index: 1001;
    padding-top: 40px;
    padding-bottom: 20px;
    color: white;
    box-sizing:border-box;
    background-color: #fc273f;
    line-height: 50px;
    font-size: 20px;
}

#ftr-container-referral {
    width: 100%;
    z-index: 1001;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #c6c6c6;
    box-sizing:border-box;
    line-height: 50px;
    font-size: 20px;
}

.ftr-text {
    text-align:center;
    font-size:16px;
}

#ftr-container .ftr-text {
    color:#f5b2b2;
}

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

#ftr-container .rightcell a {
    color:white;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
}

#ftr-container .rightcell a:last-of-type {
    padding-right: 0px;
}

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

.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;
    color:black;
}
#help-105 {
	margin-top: -180px !important;
}

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

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

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

.minusnine {
    margin-top: -9vw;
}


//IOS BUG
.p1 {
    display: none !important;
}

#code1, #code4 {
    width: 40px;
    height:52px;
    line-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;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    display: inline-block;
    vertical-align:middle;
}
#code2, #code5 {
    width: 40px;
    height:52px;
    line-height: 52px;
    background-color:white;
    border:1px solid #e0e1e4;
    font-size: 40px;
    text-align:center;
    border-left: 0px;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    display:inline-block;
    vertical-align:middle;
}
#code3, #code6 {
    width: 40px;
    height:52px;
    line-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;
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    display: inline-block;
    vertical-align:middle;
}
#code3 { 
    margin-right: 10px;
}
#code4 {
    margin-left: 10px;
}

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

.newsletter-input {
    width: calc(100% - 145px);
    font-size: 12px;
    padding: 0px 10px;
    border: 0px;
    vertical-align: middle;
    height: 50px;
    max-width: 400px;
}

.newsletter-submit {
    width: 125px;
    font-size: 16px;
    border: 0px solid #575757;
    background: #3172bd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
}

/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 1;
    position:relative;
}
.formbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: 65%;
    line-height: 1;
    position:relative;
}

.formbox p {
    line-height: 14px;
}

.formbox .ck p {
    line-height: 1.5;
}

.formbox input[type='text'], .formbox input[type='number'], .formbox input[type='email'], .formbox input[type='password'], .input, .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.formbox input[type='submit'] {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.tab-selected {
    display:inline-block;
    margin-right:10px;
    background-color:white;
    padding:10px;
    border:1px solid black;
    color:black;
    border-bottom:0px;
    cursor:pointer;
}
.tab {
    display:inline-block;
    margin-right: 10px;
    background-color:#f4f4f4;
    padding:10px;
    border:1px solid black;
    border-bottom:0px;
    cursor:pointer;
}

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

.green-button:hover, .blue-button:hover, .white-button:hover, .grey-copy-button:hover, .account-button:hover, .help-button:hover, .supplies-button:hover, .black-button:hover,.red-button:hover, .tab-selected:hover, .tab:hover, .select-button:hover, .blue-button-overlay:hover, .bm-button:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}


.select-button {
    width: 190px;
    height: 40px;
    background: white;
    color: black;
    border: 1px solid #bebebe;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.blue-button-overlay {
    background: #007cd1 !important;
    color: #ffffff !important;
}

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

.help-button {
    background: white;
    color: black;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #a7a7a7;
}


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

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

.bm-button {
    border: 0px;
    background: #005CB4;
    color: white;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}

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

.pepsi-footer-button {
    border: 0px;
    background: black;
    color: white;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 50px;
    border-radius: 5px;
    font-family: 'Pepsi';
}


.red-button {
    border: 0px;
    background: #fd283f;
    color: white;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    width: 160px;
    font-weight: bold;
}

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

.pepsi-button {
    border-radius:0px;
    font-family:Pepsi;
    font-size:13px;
    margin-bottom: 0px;
    border:0px; 
    height: 37px;
    padding:9px;
    background-color: white;
    cursor: pointer;
    color: black;
}

.pepsi-button:hover {
    color: #0077b3;
}

.grey-copy-button {
    border: 0px;
    background: #cccccc;
    color: black;
    padding: 9px 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -86px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#copy1:hover #tooltip1, #copy2:hover #tooltip2, #copy3:hover #tooltip3, #copy4:hover #tooltip4, #copy5:hover #tooltip5, #copy6:hover #tooltip6, #copy7:hover #tooltip7 {
    visibility: visible;
    opacity: 1;
}




.supplies-button {
    border: 0px;
    background: #c3c3c3;
    color: white;
    padding: 10px 35px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 25px;
}

.grey-button {
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border:1px solid #6c6e73;
    border-radius:3px;
    height:25px;
    box-sizing:border-box;
    padding-top:4px !important;
    font-weight:normal;
    font-size:13px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

.continue_shopping {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width:140px;
    height: 40px;
    text-align:center;
    margin: 5px 10px 20px 10px;
}

.order-complete {
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid black;
    -webkit-appearance: none;
    color: black;
    border-radius: 4px;
    cursor: pointer;
    width:140px;
    height: 40px;
}



.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;
    height: 150px;
    font-family: sans-serif;
    font-size: 15px;
}

.greybg {
    background-color: #dddddd !important;
}


/* 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 {
    background-color: #f4f4f4;
    color:#343434;
}

#hdr-bm {
    color:white;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
}

#hdr-admin {
    height: 50px;
    background-color: #ff2e39;
    color:white;
    position: fixed;
    width: 100%;
    z-index: 99;
}

#google_translate_element {
    display:inline-block;
    vertical-align:middle;
    padding:5px;
    background-color:white;
}

#hdr2 {
    width: 100%;
    box-sizing: border-box;
    line-height: 115px;
    height: 115px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.topnavlinks a 
{
    padding-right: 40px;
    font-size: 20px;
}

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

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

.hdr-bm-inside a {
    color: white;
    font-weight: bold;
}

.hdr-bm-inside a i {
    font-size: 20px;
    vertical-align:middle;
}

.hdr-bm-inside .middlecell a {
    margin-right: 20px;
}


.hdr-bm-inside .jqueryslidemenu ul li ul li a {
    font-weight: normal;
    color: black !important;
}



.hdr-bm-inside img, .footer-table img {
    max-width: 300px;
}

.livechat_button img {
    height: 50px;
}

.home-video {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
}

.contact-video {
    min-height: 900px;
}

.contact-video-frame {
    width:100%;
    height:100vh;
    min-height:900px;
    z-index:9;
    position:absolute;
    top:0;
    left:0;
}
.contact-video video {
    object-fit:cover;
    object-position:center center;
    min-height:900px;
}

.contact-video .bm-text-container {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    min-height:900px;
    color:white;
}

#home-video-main {
    min-height: 800px;
}

.home-text {
    position: absolute;
    top: 120px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.bottom-text {
    position: absolute;
    bottom: 140px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.home-text-container {
    max-width: 1300px;
    margin: 0 auto;
    color: white;
    line-height: 1.5;
    font-size: 1.2em;
    width: 100%;
}


.home-video-text-container {
    width: 100%;
    max-width: 1300px;
    height:100vh;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    min-height: 800px;
    padding: 0px 10px;
}

.home-video-text {
    position: absolute;
    top: calc(50% + 35px);
    z-index: 99;
    color: white;
    transform: translateY(-50%);
    line-height: 1.5;
    font-size: 1.2em;
    width: calc(100% - 20px);
}





.home-video-text h1 {
    font-size: 1.7em;
}

.home-video-text h2 {
    font-size: 1.4em;
}

.home-video-text h2, .home-video-text a, .assets-text h2 {
    color: white;
}

.home-video-text a {
    font-weight: bold;
}

.video {
        height: 100vh;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: #000;
        z-index: 5;

}

.developer-video {
    min-height: 1450px;
}


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

.question {
    font-size: 30px;
    vertical-align:middle;
    color: white;
}

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

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

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

#hdr .rightcell a {
    color: #343434;
    font-size: 18px;
}


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

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

.footer-table a {
    margin-left: 40px;
    font-weight: bold;
}

.ftr {
    display: inline-block;
}

#ftr-container .ftr a {
    color: #f5b2b2;
}

#ftr-container-referral .ftr a {
    color: #c6c6c6;
}


.black-footer {
    background-color:black;
    color: #7d7d7d;
    text-align: center;
    padding: 30px 0px;
    line-height: 1.5;
}

.black-footer a {
    color: #7d7d7d;
}

.grey-footer {
    background-color: #f0efed;
    font-family: 'Pepsi';
    padding: 20px 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 101;
}

.grey-pepsi-bg {
    background-color: #f0efed;
    font-family: 'Pepsi';
    padding: 20px;
    width: 100%;
    z-index: 101;
    box-sizing:border-box;
}

.mira-text {
    text-align:center;
    font-size:25px;
    line-height:1
}



.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%);
    filter: brightness(90%);
    color: #fafafa;
}


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

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

.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.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;
}

.pdf-wrapper {
    display: inline-block;
    vertical-align:top;
    width: 30.33%;
    margin: 1.5%;
    font-size: 18px;
    text-align:center;
}



.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;
}
.details-form select {
    height: 32px;
    width: 150px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 5px;
    color: #8b8b8b;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    margin: 15px 0px;
}
.page-nav a {
    color: #343434;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    box-sizing: border-box;
}
.addtocart {
    border: 1px solid black;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color:black;
}

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

.checkout {
    display:inline-block;
    width: 320px;
    background-color: #00ac00;
    height:35px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:12px;
    font-size:20px;
}

.checkout:hover {
    opacity: 0.9;
}


h2.viewcart-h2 {
    margin-top: 5px;
}
.viewcart-right {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.viewcart-summary {
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 2%;
    font-size: 14px;
}

.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: 45px;
    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: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border:1px solid black;
}

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

.coke1 {
    font-size: 45px;
}
.coke2 {
    font-size: 20px;
}

.coke-box {
    background-color:#f40008;
    border-radius:10px;
    padding:40px 20px;
    box-sizing:border-box;
    text-align:center;
    color:white;
    max-width:900px;
}

.m-logo, .m-logo2 {
    vertical-align:middle;
    width:80px;
}


#footer-menu {
    display: none;
    position:fixed;
    bottom: 0;
    height: 85px;
    width: 100%;
    background-color: #f7f6f6;
    border-top: 1px solid #9a9a9a;
    text-align:center;
    padding-top: 17px;
    box-sizing:border-box;
    z-index:9;
}

.footer-link {
    width: 75px;
    height: 50px;
    border-radius: 5px;
    box-sizing:border-box;
    background-color:white;
    border: 1px solid #9a9a9a;
    margin-right: 15px;
    display:inline-block;
    cursor:pointer;
    vertical-align:top;
    color:black;
    padding-top: 10px;
}

.blue-footer {
    background-color: #026fc4;
    border: none;
    color: white;
}

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


.justmobile, .justmobileinline, #third-party-mobile  {display: none;}

.glow {
	animation: glowing 15s;
}
@keyframes glowing {
	0% {
		-webkit-box-shadow:0 0 10px #ffbcbf; 
		-moz-box-shadow: 0 0 10px #ffbcbf;
		box-shadow:0 0 10px #ffbcbf;
		z-index:99;
		position:relative;
	}

	50% {
		-webkit-box-shadow:0 0 10px #ffbcbf; 
		-moz-box-shadow: 0 0 10px #ffbcbf;
		box-shadow:0 0 10px #ffbcbf;
		z-index:99;
		position:relative;
	}
	100% {
		-webkit-box-shadow:none; 
		-moz-box-shadow:none;
		box-shadow:none;
	}
}

#order-notifcation {
	display: none; 
	position: fixed; 
	top: 10px; 
	right: 25%; 
	width: 50%; 
	background-color: rgb(255, 188, 191); 
	z-index: 109; 
	text-align: center; 
	line-height: 2em; 
	border-radius: 5px; 
	margin: 5px; 
	font-size: 1.2em;
}

#percentagesubmit {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 12px;
    font-size: 20px;
    color: black;
}

.statement-cell-1 {
    display:table-cell;
    width:69%;
	min-width: 620px;

}

.statement-cell-2 {

	display:table-cell;
    width:25%;
}
.statement-sub-cell {
    width:49%;
    display:inline-block;
}
.statement-header
{
    border-radius:10px;
}
.statement-top
{
    display:none;
}


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

  .menu-view-switch input::before {
    content: "Always Display";
    left: 28px;
  }
  .menu-view-switch input::after {
    content: "Click to View";
    right: 33px;

  }
  .menu-view-switch input:checked {
    background: #ccc;
  }
  .menu-view-switch label {
    z-index: 1;
    position: absolute;
    top: 10px;
    bottom: 4px;
    border-radius: 20px;
  }
  .menu-view-switch input {
    transition: 0.25s;
  }
  .menu-view-switch input:checked::after{
    color: #000;
    transition: color 0.5s;
  }
  .menu-view-switch input:disabled::before{
    color: #D2CFD0;
  }
  .menu-view-switch input:disabled::after{
    color: #D2CFD0;
  }
  .menu-view-switch input:checked::before{
    color: #fff;
    transition: color 0.5s;
  }
  .menu-view-switch input:checked+label {
    left: 10px;
    right: 165px;
    background: #337CD1;
    transition: left 0.5s, right 0.4s 0.2s ;
    width: 50%;
  }
  .menu-view-switch input:disabled:checked+label {
    background: #ccc;
  }
  .menu-view-switch input:disabled:not(:checked)+label {
    background: #ccc;
  }
  
  .menu-view-switch input:not(:checked){
    background: #ccc;
    transition: background 0.4s;
  }
 .menu-view-switch input:not(:checked)::before:not(:disabled) {
    color: #000;
    transition: color 0.5s;
 }
 .menu-view-switch input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
 }
 .menu-view-switch input:not(:checked)+label{
    left: 130px;
    right: 10px;
    background: #337CD1;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
    width: 50%;
 }
 .success-messsage {
    background-color:#9CEDE4;
    /* opacity: .5; */
    color: black;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}


.link-logo img {
    width: 75px;
    height: 75px;
  }
  .link-box {
    display: inline-block;
    width: 250px;
    box-shadow: 0px 5px 10px #dfdfdf;
    margin: 2% 5%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
  }
  .link-status {
    display: block;
    background-color: #EAEAEA;
    padding: 10px 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
  }
  .link-button {
    display: block;
    background-color: #EAEAEA;
    padding: 10px 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-family: 'Unity';
  }
  .link-button + .link-status {
    margin-top: -3px;
  }
  .link-logo {
    display: block;
    background-color: white;
    text-align: center;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
  }

  .link-logo .fa-check, .fa-arrow-up-right-from-square {
    position: absolute;
    top: 5%;
    right: 5%;
    color: green; 
    font-size: 20px;
  }
  .link-logo .fa-trash {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #F40107; 
    font-size: 20px;
    cursor: pointer;

  }
  .link-logo .fa-times, .link-logo .fa-triangle-exclamation, .link-logo .fa-hourglass-end {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #F40107; 
    font-size: 20px;
  }
  .link-logo .fa-spinner {
    position: absolute;
    top: 5%;
    right: 5%;
    color: blue; 
    font-size: 20px;
  }
  .link-button button {
    max-width: 200px;
    padding: 5px 40px 5px 10px;
    position: relative;
    border-radius: 5px;
    border: 1px solid white;
    background-color: white;
    color: #6E6E6E;
    cursor: pointer;
    font-family: 'Unity';
  }
  .link-button button i {
    position: absolute;
    right: 10%;
    color: #F40107;
    top: 20%;
    font-size: 16px;
  }
  .link-button i.fa-edit {
    color: #007CD0;
  }
  .link-button button span {
    color: black;
    font-weight: bold;
  }
  .link-wrapper {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
.link-menus-button {
  text-align: right;
  margin-top: 10px;
}

.inject-box {
    display: inline-block;
    width: 250px;
    height: 250px;
    min-width: 250px;
    min-height: 250px;
    margin: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    vertical-align: bottom;
    overflow: hidden;
}

.inject-logo {
    width: 100%;
    height: 75%;
    background-color: white;
    position: relative;

}

.inject-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.inject-button {
    background-color: #EAEAEA;
    padding: 10px;
    height: calc(25% - 20px);
    position: relative;
}

.inject-button button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: left;
    background-color: white;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    border-radius: 7px;
    color: #6B6B6B;

}

.inject-button button i {
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
    color: #F40107;
}

.inject-window {
    width: 100%;
    height: 100%;
    font-size: 11px;
    margin-top: 28px;
    background-color: white;
}

.inject-window-logo {
    display: inline-block;
    width: 60%;
}

.inject-window-actions {
    display: inline-block;
    width: 38%;
    height: 90%;
    vertical-align: top;
    text-align: left;
    margin-top: 20%;
}

.inject-price {
    display: inline-block;
    position: relative;
    color: #3A3A3A;
}

.inject-price input[type=text] {
    padding: 5px 5px 5px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100%;
}

.inject-window-actions #inject-now {
    padding: 10px 5px;
    width: 90%;
    border: 1px solid #CB373B;
    background-color: #F40107;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}

.injection-name {
    background-color: #E1E1E1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 45px;
}

.inject-window-logo img {
    width: 100%;
}
.inject-logo i {
    position: absolute;
    color: green;
    right: 3%;
    top: 3%;
    font-size: 20px;
}


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

.mobi-title {
    font-size: 30px;
    font-weight: bolder;
    color: #005CB4;
    text-align: left;
    /* margin: 0 50px; */
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.mobi-image {
    width: 100%;
    /*margin-top: -45px;*/
    position: relative;
}

.mobi-image img {
    width: 100%;
}

.mobi-image div {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 15%;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.mobi-text {
    width: 80%;
    margin: 40px auto;
    font-size: 16px;
    text-align: left;
}

.mobi-buttons {
    width: 80%;
    text-align: left;
    margin: 20px auto;
}

.mobi-buttons-start {
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.mobi-buttons-later {
    display: inline-block;
    text-align: right;
    width: 49%;
    vertical-align: middle;
}
.popup-window-large {
    text-align: center;
    z-index: 999;
    /*width: 100%;
    max-width: 500px;*/
    width: 1000px;
    box-sizing: border-box;
    /* padding: 5px 5px 0 5px; */
    position: absolute;
    margin: 0 auto;
    display: none;
    height: fit-content;
    box-shadow: 0 0 10px #000;
    background-color: #F4F2F5;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.three-button-cell {
    display: table;
    width: 100%;
}
.three-button-cell-1 {
    display: table-cell; 
    width: 33%; 
    text-align: left;
}
.three-button-cell-2 {
    display: table-cell; 
    width: 33%; 
    text-align: center;
}
.three-button-cell-3 {
    display: table-cell; 
    width: 33%; 
    text-align: right;
}
.bm-login-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    height: 37px;
    width: 37px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    border: none;
}
.bm-login-icon img {
    height: 31px;
    padding-top: 3px;
    vertical-align: middle;
}
.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 111;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.greybox.possible {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.greybox.possible .locations-row{
    display: table-row;
    width: 100%;
}
.greybox.possible .location {
    display: table-cell;
    width: 300px;
    max-width: 300px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
}
.location-cell {
    margin: 15px 0;
    overflow-wrap: anywhere;
}
.location-cell a {
    text-decoration: underline;
}
.location-cell.button {
    text-align: center;
    white-space: nowrap;
}
.location-cell.button button {
    padding: 10px 15px;
    width: 200px;
}
.bdy-pepsi-privacy {
    margin-top: 70px;
}
@media (max-width: 1700px) { 
    .grey-testimonial {
	padding: 5px;
    }

    #restaurant-help-bg .r-features-size, #truck-help-bg .r-features-size {
	font-size: 12px;
    }
}

@media (max-width: 1650px) {
    .r-features-size {
        font-size: 12px;
    }
}


@media (max-width: 1540px) {

    #r-help-text1 {
        font-size: 24px;
    }
    #r-help-text2 {
	font-size: 16px;
    }


    .grey-testimonial {
	font-size: 13px;
	line-height: 18px;
    }

    #testimonials-text5 {
	font-size: 15px;
	line-height: 20px;
    }

    #testimonials-text5a {
	font-size: 13px;
	line-height: 18px;
    }

    #testimonials-text7 {
	font-size: 22px;
	line-height: 27px;
    }
    #testimonials-text7a {
	font-size: 27px;
	line-height: 32px;
    }


    .succeed {
	font-size: 25px;
	line-height: 30px;
    }

    .business-grow {
    	position:absolute;
    	left:5vw;
    	font-size:14px;
    	line-height:19px;
	top: -8vw;
    }
    #pricing-text {
        font-size: 14px;
        line-height: 20px;
        top: -3vw;
    }

    .replace { 
	font-size: 13px;
	line-height: 18px;
    }
}
@media (max-width: 1440px) {
    #r-features-text1 {
        font-size: 24px;
    }
}


@media (max-width: 1380px) {

    .developers-top .dotted-box {
        min-height:1350px;
    }

    .developer-video {
        min-height: 1850px;
    }

    .developers-top {
        min-height: 1850px;
    }


    #fulfill-text2 {
        font-size:21px;
        line-height: 42px;
    }

    #fulfill-text3 {
	font-size: 12px;
	line-height: 30px;
    }

    #personalized-text {
        font-size: 15px;
        line-height: 20px;
	top: -3vw;
    }
    #personalized-text2 {
        font-size: 12px;
        line-height: 17px;
    }

    #testimonials-text {
	font-size: 21px;
    }
    #testimonials-text2 {
	font-size: 29px;
    }
    #testimonials-text3 {
	font-size: 13px;
    }

    .platform {
        font-size: 22px;
        line-height: 28px;
    }

    .designed {
    font-size: 27px;
    line-height: 32px;
    }
}

@media (min-width: 1320px) {
    .pepsi-bg {
        height: 960px;
    }
    .pepsi-bg.fr-language{ 
        height: 960px;

    }
}


@media (max-width: 1240px) {

    .specialbox {
	min-height: 280px;
    }

    #restaurant-help-bg .r-features-size, #truck-hellp-bg .r-features-size {
        line-height: 1.2;
    }


    .finally {
        font-size: 23px;
        line-height: 28px;
    }


    #fulfill-text2 {
        font-size:16px;
        line-height: 35px;
    }
    .testimonial-break {
	display:none;
    }

    .monthly-savings {
	font-size: 25px;
    }

    .nosmallwidth {
	display: none;
    }
}


@media (max-width: 1199px) {
    .topnavlinks a {
        padding-right: 25px;
        font-size: 18px;
    }



    #r-features-text1 {
	top: 2vw;
    }
    #r-features-text2 {
	top: 5vw;
    }

    #r-features-text2 ul, #r-features-text3 ul {
	padding-inline-start: 5px;
    }


    .filter-hdr {
	font-size: 17px;
    }
    .provider-layer {
	font-size: 15px;
    }

    .listitemspad {
	padding: 30px 0px;
    }

    #changed-text {
	font-size: 15px;
    }

    .losing {
	font-size: 37px;
    }
    .business-grow {
        position:absolute;
        left:2vw;
        font-size:14px;
        line-height:19px;
        top: -10vw;
    }
    .designed-layer, .howitworks-layer, .restaurant-help-layer {
	font-size: 15px;
	line-height: 25px;
    }

    #fulfill-text {
	font-size: 21px;
	line-height: 31px;
    }

    #pricing-text2 {
	font-size: 18px;
    }

    #testimonials-text {
	font-size: 19px;
    }

    #testimonials-text5 {
	font-size: 13px;
	line-height: 18px;
    }

    #testimonials-text7 {
        font-size: 17px;
	line-height: 22px;
    }

    #testimonials-text7a {
	font-size: 22px;
	line-height: 27px;
    }
}


@media (max-width: 1023px) {

    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12, .inline-1-5, .inline-2-5, .inline-3-5, .inline-4-5 {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
    }

    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-2-12 {
        width: 15.75%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }

    .mobile-cell {
        display:table-cell !important;
        height: 100vh;
    }

    .footer-table .leftcell, .footer-table .rightcell, .grey-footer .rightcell {
        display: block;
        white-space: unset;
        text-align: center !important;
    }






    .mobiai-login, .mobiai-login-1, .mobiai-login-2 {
        display: block;
    }

    .mobiai-login-1 {
        width: 100%;
        height: 50vh;
        position: relative;
        z-index: 1;
        margin-top: 10vh;
    }

    #mobiai-login-1-footer {
        display: none;
    }

    #mobiai-login-1-footer-mobile {
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        font-family: Unity;
        font-size: 12px;
        line-height: 2;
        color: #aaaaaa;
    }

    #mobiai-black-footer {
        background-color: #eeeeee;
        height: 50%;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #mobiai-login-1-footer-mobile a {
        color: #aaaaaa;
    }

    .mobiai-login-2 {
        height: unset;
        margin-top: -16vh;
        position: relative;
        z-index: 10;
        background-color: unset;
    }




    .mfmsoft-bg {
        height: 103.5vw;
        background: #ffffff url(/images/homemainmobile-bg.jpg) no-repeat left top;
        background-size: 100%;
    }

    .mfmsoft-bg-text {
        background-color: unset;
        border: unset;
    }

    .mfmsoft-bg h1 {
        font-size: 23px;
        line-height: 1.5;

    }
    .enables {
        font-size: 19px;
        line-height: 1.5;
    }
    .newfound {
        font-size: 28px;
    }

    .newfound-gold {
        height: 219.23vw;
        background: #ffffff url(/images/newfoundgold-mobile.jpg) no-repeat left top;
        background-size: 100%;
    }

    #aggregator {
        width: 83vw;
        left:9vw;
        top: 81vw;
        height: 18vw;
    }

    #pos {
        width: 83vw;
        left:9vw;
        top: 106vw;
        height: 18vw;
    }

    #pipeline {
        width: 83vw;
        left:9vw;
        top: 131vw;
        height: 18vw;
    }

    #realtime {
        width: 83vw;
        left:9vw;
        top: 156vw;
        height: 18vw;
    }

    #captures {
        width: 83vw;
        left:9vw;
        top: 181vw;
        height: 18vw;
    }

    .mfmsoft-suite {
        display: block;
        height: unset;
        background: unset;
        background-color: #001435;
        padding: 40px 0px;
    }
    .mfmsoft-suite-text {
        position: unset;
        transform: unset;
    }

    .ai-software {
        font-size: 26px;
    }

    .datamarket, .datamarket-b {
        display: block;
    }
    .datamarket-1, .datamarket-b-1 {
        display: block;
        width: 100%;
        height: 300px;
    }
    .datamarket-2, .datamarket-b-2 {
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .how-mobi {
        height: 197.38vw;
        background: #ffffff url(/images/howmobi-mobile.jpg) no-repeat left top;
        background-size: 100%;
    }

    #introduction {
        width: 40vw;
        left: 3vw;
        top: 9vw;
    }

    #ip-works {
        width: 40vw;
        left: auto;
        right: 1vw;
        top: 43vw;
    }

    #menu-optimization {
        width: 40vw;
        left: 3vw;
        top: 77vw;
    }

    #information-overload {
        width: 40vw;
        left: auto;
        right: 1vw;
        top: 111vw;
        bottom: auto;
    }

    #link-customer {
        width: 38vw;
        left: 3vw;
        top: 145vw;
        bottom: auto;
    }

    .empowers-table, .empowers-cell, .empowers-cell-2, .form-table, .form-cell {
        display: block;
    }

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

    .form-cell-2 {
        display: block;
        width: 100%;
        height: 200px;
    }

    .bdy-pepsi-height {
        margin-top: 10px;
    }

    .bdy-pepsi-height .leftcell, .bdy-pepsi-height .middlecell, .bdy-pepsi-height .rightcell, .bdy-pepsi-height .leftcell, .bdy-pepsi-height .middlecell, .bdy-pepsi-height .rightcell {
        display: block;
        margin-bottom: 10px;
        text-align: left !important;
    }


    .pepsi-number-outer {
        width: 55px;
        height: 55px;
    }
    .pepsi-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    .pepsi-text-2 {
        font-size: 12px;
    }

    .pepsi-footer-button {
        font-size: 25px;
    }

    .footer-table a {
        margin: 0px;
    }

    #ftr-container {
        margin-top: 20px;
    }

    #hdr-bm {
        height: 75px;
    }

    .hdr-bm-inside {
        width: 100%;
        padding: 0px 10px;
    }

    .hdr-bm-inside img {
        max-width: 220px;
    }

    .black-header {
        line-height: 1.2;
        padding: 10px 0px;
    }

    .grey-bg {
        font-size: 17px;
    }

    

    .home-video-text #t {
        min-height: 230px;
        width: 68%;
    }

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

    #third-party-mobile {
        width: 100%;
        height: 130.21vw;
        background: url("images/mobile-home-3rdparty-back.jpg") no-repeat left top;
        position:relative;
        z-index:3;
        background-size: 100%;
        color: white;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    #third-party-mobile h2 {
        color: white;
        font-size:24px;
    }

    .contact-video, .contact-video-frame, .contact-video video, .contact-video .bm-text-container {
        min-height: 1000px;
    }


    #home-video-bottom, #home-video-bottom video {
        height: 80vw;
        min-height: unset;
    }



    #home-video-main {
        min-height: unset;
        height: 350px;
    }

    #home-video-main .home-video-text-container {
        height: unset;
        min-height: unset;
    }

    #home-video-player {
        height: 350px;
        min-height: unset;

    }
    .home-video-text h1 {
        font-size: 1.2em;
    }

    .home-video-text h2 {
        font-size: 1em;
    }

    .home-video-text {
        padding-right: 10px;
        font-size: 1.2em;
        transform: unset;
        top: unset;
    }

    .bm-text-container h2, #third-party h2, #demo-bg h2, .assets-text h2 {
        font-size: 24px;
    }

    .developers-top {
        max-height: unset;
        height: unset;
        min-height: unset;
    }

    .developers-top .dotted-box {
        min-height:unset;
    }

    .developer-video {
        max-height: unset;
        height: 100%;
        min-height: unset;
    }

    .developers-top h1 {
        font-size: 28px;
    }

    .assets-text-container {
        height: 139.98vw;
    }

    .assets-text {
        top: 66%;
        font-size: 13px;
    }



    .founder {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .founder-sub {
        font-size: 13px;
        line-height:1.5;
    }

    .founder-photo {
        width: 100px;
    }


    .min1150 {
        min-width: unset;
        overflow-x: unset;
    }

    .categories_id_array {
        width: 208px;
    }
    
    .image-cell {
        width: 105px !important;
    }

    .description-cell {
        width: calc(100% - 30px) !important;
    }

    .description-div {
        width: calc(100vw - 60px);
    }
    .product-name-mobile {
        width: calc(100% - 115px) !important;
    }


    .pdf-wrapper {
        width: 47%;
    }

    .m-logo {
        width: 40px;
    }

    .m-logo2 {
        width: 70px;
    }

    .coke1 {
        font-size: 25px;
    }
    .coke2 {
        font-size: 18px;
    }

    .coke-box {
        width: 90%;
        margin: 0 auto;
    }


    .verification-box {
        padding: 5px;
    }



    .mira-text {
        font-size: 20px;
    }

    #unlimited-details {
        display:block;
    }

    .redbox {
	    padding: 0px;
        margin-top: 0px;
    }


    h1 {
	font-size: 35px;
    }

    .specialbox img {
	width: 100px;
    }

    .list {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .general-qr img, .seventy img, .truck-setup img, .mobile-img{
	width: 70%;
    }

    .seventy {
	text-align:center;
    }

    .twentytwo, .twentyfive, .minusnine {
	margin-top: 0px;
    }



    .designed-layer dt span {
        font-weight: bold;
        font-size: 15px;
    }

    .the-content {
    	margin-left: 0px;
    }

    .the-content pre {
	margin: 30px 0px;
	max-width: 95vw;
	overflow-x: auto;
	box-sizing:border-box;
    }

    .fit-video {
	margin-left: 0px;
    }

    #restaurant-features, #restaurant-bg, #restaurant-help-bg, #restaurant-help-bg2, #setup, #truck-help-bg, #truck-work-bg, #truck-work-bg2 {
	background: #ffffff;
	width: fit-content;
	margin:0 auto;
	padding: 5px;
	box-sizing:border-box;
	height: unset;
	color: unset;
    }

    #r-features-text1, #r-features-text2, #r-features-text3, #r-text1, #r-text2, #r-text3, #r-help-text1, #r-help-text2, #r-help-text3, #r-help-text4, #t-help-text1, #t-help-text2, #t-help-text3, #t-help-text4, #r-help2-text3, #r-help2-text4, #setup-text1, #setup-text2, #setup-text3, #t-text1, #t-text2, #t2-text1, .twentyfour-flex{
	position: unset;
	width: unset;
	height: unset;
	color: unset;
	display: block;
    }

    #r-features-text2 ul, #r-features-text3 ul {
	padding-inline-start: 40px;
    }

    /*FOR MOBILE ADMIN*/
    #chat-widget-container {
        bottom: 50px !important;
    }

    .product-box {
	width: unset;
	margin: 2%;
	box-sizing: border-box;
	float:none;
	padding:35px;
    }

    .valign {
	vertical-align:top;
    }

    .ralign {
	text-align:left;
    }

    .left-vw {
	margin-left: 0vw;
    }

    .r-border {
	border-right: 0px;
    }

    .question {
	color: #343434;
    }

    .pricing-table {
	margin: 0 auto;
    }

    .margin-ralign {
	margin: 0px;
    }

    .grey-testimonial {
    	width: 100%;
    	height: auto;
        margin-bottom: 20px;
    }

    .finally {
	font-size: 19px;
    }

    .demo-graphic {
	height: 76vw;
    }

    .toplogo {
        width: unset;
    }

    .mfm-logo {
	max-width: 90%;
	margin: 0 auto;
    max-height: 100px;
    }

    .mira-logo {
        max-width: 100%;
        margin: 0 auto;
    }

    .ftr-text {
        line-height: 1.5;
    }

    .succeed {
        font-size: 21px;
        line-height: 26px;
    }

    .designed {
	font-size:20px;
	line-height: 22px;
    }

    .not-intended {
    	font-size:22px;
        line-height:27px;
    }

    .buying-habits {
    	font-size:33px;
    	line-height:38px;
	padding:0px 10px;
    }

    .kitchen-view {
        display:block;
        overflow-x: unset;
    }

    .pending {
        display:block;
	margin-right: 0%;
	margin-bottom: 20px;
	width: 100%;
    }

    .demo-container {
    	height:auto;
        margin-top:0px;
    }

    .demo-height {
        height: 60vw;
    }

    .demo-graphic {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .business-grow {
	    top: 0px;
	    position: unset;
        margin: 0px 10px;
        text-align:center;
        height: 40vw;
    }

    .white-link {
	color: black;
    }

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

    .cell-list1 {
        display: block;
        text-align: center;
    }
    .cell-center, .cell-right {
	text-align: left;
    }

    .provider-layer {
        height: auto;
    }

    #hdr-admin {
	background-color:white;
        color:black;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #9a9a9a;
    }

    #google_translate_element {
	padding: 0px;
    }

    .mtop50 {
	margin-top: 0px;
    }
    .orderbox {
	height: auto;
    }

    .dropDown {
	right: unset;
	left: 0;
    }

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

    .greybox {
	    padding: 20px;
	    border-radius: 0px;
	    border: 1px solid #9a9a9a;
    }

    .greybox-desktop {
        background-color: unset;
    }

    .white-mobile {
        color: white;
        text-align: center;
    }

    .loginbox {
        min-height: unset;
    }


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

    .beigeline {
        width: 150px;
    }

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



    .photo-cell {
        width: 32%;
    }


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

    #search-container, .center-mobile {
	text-align:center !important;
    }

    #search-container {
    	margin-right:0px;
    	right:auto;
	position:static;
	margin-bottom: 20px;
	
    }

    .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-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;
	    border-right: 1px solid black;
    }

    #admin-content {
	    padding: 50px 0px 90px 0px;
        position: static;
		margin-left: 0px !important;
		width: inherit !important;
    }


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

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

    .formlabel {
        line-height: 1.2;
    }

    .formbox {
        margin-bottom: 15px;
        line-height: 35px;
    }

    .help-yellow {
	right: unset;
    }

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

    .mobpad5 {
	padding: 5px;
    }

	.discountcode
	{
		text-overflow: inherit;
		overflow: inherit;
		white-space: inherit; 
		max-width:inherit;
	}

    .statement-header
    {
        border-radius: 0px;
    }
    .justmobile, #footer-menu {display: block;}
    .justmobileinline { display: inline-block; } 
    .nomobile, .nomobile-table, .nomobile-inline, #support, .chart-cell {display: none !important;}
    .popup-window-large {
        width: 600px;
    }
    .bdy-pepsi-privacy {
        margin-top: 20px;
    }
}
@media(max-width: 699px){
    .statement-cell-1 {
        display:block;
        width:100%;
		min-width: unset;
    }
    .statement-cell-2 {
        margin-top: 10px; 
        display:block;
        width:100%;
    }
    .statement-sub-cell {
        display:block;
        width: 100%;
        margin-top: 10px;
    }
    .statement-top
    {
        display:block;
    }
    .statement-side
    {
        display:none !important;
    }
    .popup-window-large {
        width: 320px;
    }

    .three-button-cell {
        display: block;
    }
    .three-button-cell-1,
    .three-button-cell-2,
    .three-button-cell-3 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
@media(max-width: 400px){
    .bm-login-icon {
        height: 27px;
        width: 27px;
    }
    .bm-login-icon img {
        height: 24px;
        padding-top: 2px;
    }
}
