[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


input[type=text], textarea {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ui-datepicker{min-width:270px;background-color:#fff;padding:5px;display:none;border:1px solid #ddd;border-radius:3px;z-index:190 !important}.sidebar .ui-datepicker{min-width:0}.ui-datepicker .ui-datepicker-header{position:relative;padding:15px 0 20px 0}.ui-datepicker .ui-datepicker-title{margin:0 40px;font-size:15px;text-align:center}.ui-datepicker .ui-datepicker-title .ui-datepicker-month{font-weight:500}.ui-datepicker .ui-datepicker-title .ui-datepicker-year{font-size:12px;color:#999;margin-left:5px}.ui-datepicker .ui-datepicker-title select{margin:0 1%}.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{width:48%}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:10px;line-height:1;color:#333;padding:8px;border-radius:2px}.ui-datepicker .ui-datepicker-prev:after,.ui-datepicker .ui-datepicker-next:after{font-family:'icomoon';display:inline-block;font-size:16px;width:16px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:none}.ui-datepicker .ui-datepicker-prev{left:0}.ui-datepicker .ui-datepicker-prev:after{content:'\e9c8'}.ui-datepicker .ui-datepicker-next{right:0}.ui-datepicker .ui-datepicker-next:after{content:'\e9cb'}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{background-color:#f5f5f5}.ui-datepicker table{width:100%;border-collapse:collapse;margin:0}.ui-datepicker table th{text-align:center;font-weight:400;border:0;padding-bottom:10px;font-size:12px;color:#999}.ui-datepicker table td{border:0;padding:1px;position:relative}.ui-datepicker table td span,.ui-datepicker table td a{display:block;padding:6px;text-align:center;text-decoration:none;border-radius:2px;color:#333;min-width:34px}.ui-datepicker table td .ui-state-hover{background-color:#f5f5f5}.ui-datepicker table td.ui-state-disabled span{color:#ccc}.ui-datepicker table td.ui-datepicker-week-col{padding:6px;color:#999}.ui-datepicker table td.ui-datepicker-current-day .ui-state-active{background-color:#26a69a;color:#fff}.ui-datepicker table td.ui-datepicker-today .ui-state-highlight{background-color:#2196f3;color:#fff}.ui-datepicker table td.ui-datepicker-today .ui-state-highlight:after{content:"";position:absolute;top:3px;right:3px;width:0;height:0;border-top:6px solid #fff;border-left:6px solid transparent}.ui-datepicker table td a.ui-priority-secondary{opacity:.6;filter:alpha(opacity=60)}.ui-datepicker .ui-datepicker-buttonpane button{float:right;border:1px solid #ddd;background-color:#fcfcfc;font-weight:400;margin-top:5px;cursor:pointer;padding:7px 12px;width:auto;overflow:visible;outline:0}.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,0.02) inset;box-shadow:0 0 0 100px rgba(0,0,0,0.02) inset}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker .ui-datepicker-buttonpane button:active{-webkit-box-shadow:0 0 0 100px rgba(0,0,0,0.04) inset;box-shadow:0 0 0 100px rgba(0,0,0,0.04) inset}.ui-datepicker.ui-datepicker-multi{width:auto !important}.datepicker-inline{width:264px;max-width:100%;overflow-x:auto}.full-width.datepicker-inline,.sidebar .datepicker-inline,.popover .datepicker-inline{width:100%}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 8px}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-multi-2 .ui-datepicker-group{width:46%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-trigger{position:absolute;top:4px;right:5px;z-index:3;padding:6px;cursor:pointer}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}

body {
    font-size: 15px;
    font-weight: 400;
}

*:not(i) {
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    font-family: var(--font-family-config), sans-serif;


    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.unselectable {
    -webkit-user-select: none; 
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.btn:hover, .btn:focus, .btn.focus {
    box-shadow: 0 0 0 100px rgba(0,0,0,0) inset;
}

.btn[class*=bg-]:hover, .btn[class*=bg-]:focus, .btn[class*=bg-].focus {
    color:black;
}
::-webkit-scrollbar { 
    display: none; 
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}



a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

.nomargin {
    margin: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.onlypaddingbottom {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mb-loginButton{
    margin-bottom: 90px !important;
}

/*.mainNavigationBar {
    background-color: black; color: white;margin:0; padding: 15px 10px 15px 20px;
    cursor: pointer;
    background-color:#204d74;
    color: white;
}*/

/*.listItem {*/
/*padding: 20px;*/
/*border-left: 4px solid black;*/
/*margin-bottom: 10px;*/
/*color: #204d74;*/
/*}*/

.orderReceipt {
    background-color: #204d74;
    color: white;
    font-size: 15px;
    padding: 30px;
    cursor: pointer;
}

.row {
    padding: 0px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}*/

/*ul li { 
    text-align: center;
    cursor: pointer;  
}*/
.loading { width:100%; text-align: center; margin-top: 100px;}

ul li a {
    text-align: left;
}

.top-bar-left-icon {
    cursor: pointer;
    padding: 17px 30px;
    text-align: left;
}
.top-bar-left-icon-light {
    cursor: pointer;
    padding: 17px 0px;
    text-align: left;
}
.top-bar-right-icon {
    cursor: pointer;
    padding: 17px 30px;
    text-align: right;
}

.top-bar-logo.with-notifications  {
    padding: 12px 0px;
    text-align: center;
    cursor: pointer;
}

.full-width-button {
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color: black;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.ng-hide:not(.ng-hide-animate) {
    /* this is just another form of hiding an element */
    display: block!important;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#leftMenu {
    position: absolute;
    z-index: 1000;
    width: 100%;

    /*    transition: .5s linear all;
        overflow: hidden;
        height: 100%;*/
}

/*#leftMenu.ng-hide {
    height:0;
}*/

.bottomAbsolute {
    position:fixed;
    bottom:0;
    width:100%;
    padding: 10px;
    background-color: white;
}

.category-content {
    padding-top:55px;
    height: 100%;
    position: fixed;
    z-index: 1490;
    width: 100%;
    /*background-color: rgba(0,0,0,0.8);*/
    background-color: white;
    /*background-color: #F5F5F9;*/
    -webkit-transition: visibility 1s, opacity 1s; 
    transition:visibility 1s, opacity 1s; 
}

.notifications {
    font-size: 8px;
}


.modal-dialog {
    /*margin-top: 100px;*/
}

/*.btn:hover, .btn:hover a {
    background-color: white;
    color: black;
}*/
.ui-autocomplete {
    z-index: 3000 !important;
}

/* Google maps autocomplete */
.pac-container .pac-item span{
    font-size: 12px !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 6000;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 1600;   
}
.modal-backdrop{
    z-index: 1599;        
}​
.center{
    width: 150px;
    margin: 0 auto;
}
.bottomButton {
    width: 100%;
    font-size: 18px;
    padding: 20px;
}
.listItem {
    padding: 20px;
    border: 1px dotted #ccc;
    margin-bottom: 10px;
    color: #000000;
}
.indexController {
    text-align: center;
    padding: 15px;
}

.yourLocationInput {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.searchOption {

}

.modeHow-options {
    width: 100%;
    margin-bottom: 15px;

}
.modeHow-option {
    width: 100%;
    padding: 15px;
}
.modeWhere-options {
    width: 100%;
    margin-bottom: 15px;

}
.modeWhere-option {
    /*width: 100%;*/
    padding: 15px;
    /*width: 50%;*/
}

.modeWhere-input {
    padding: 15px; 
    height: 50px;
}
.modeWhen-options {
    width: 80%;
    width: 100%;
    margin-bottom: 15px;

}
.modeWhen-option {
    width: 100%;
    padding: 15px;
    width: 50%;
}
.modeHow-title,.modeWhen-title,.modeWhere-title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.indexOption {
    margin-bottom: 10px;
}

.apt-icon {
    vertical-align: middle;
    height: 45px;
    /*        width: 100px;
            text-align: center;*/
}
.apt-icon-button:hover {
    background-color: #fff;
    color: black;
}   

.apt-icon-button {
    background-color: #FFF;
    color: black;
    min-height: 130px;
    margin-bottom: 20px;
}


.form-group-separator {
    text-align: center;
    font-weight: 500;
    padding: 10px 0px;
    /*border-left: 1px dotted;*/
    margin-bottom: 13px;
    font-size: 15px;
}

.orders-module-channel-title {
    margin-left: 8px;
    margin-top: 3px;
    font-weight: 500;
}
.orders-module-channel-description {
    padding: 8px;
    margin-left: 30px;

}

.notifications-counter {
    border-radius: 5px;
    padding: 1px 2px 1px 2px;
    width: 100px;
    color: red;
    display: inline;
    text-align: center;
    position: fixed;

    top:34px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    font-size: 9px;
    /*    top: 11px;
        left: 32px;*/
    cursor: pointer;
    z-index: 1599;


    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}


@-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.thumbnail {
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.center {
    text-align: center;
}

.modal-footer {
    border-top: none;
}


.btn {
    padding: 13px;
}

.btn-generic, .btn-generic:hover, .btn-generic.active {
    width: 100%;
    color: white;
    text-align: center;
    background-color: black;
    padding: 13px;
    /*font-size: 15px;*/
}

.btn-apetitus {
    width: 100%;
    text-align: center;

    padding: 13px;
    font-size: 15px;
}

.btn-sq, .btn-apetitus {
    /*opacity: 0.6;*/
    color: white;
    background-color:black;
    border: none;
}
.btn-sq.active, .btn-apetitus.active {
    background-color: #2196F3;
    color:#f2f2f2;
    opacity: 1;
}
.btn-sq:hover, .btn-apetitus:hover {
    opacity: 1;
}


/*******************************/
/****** Partial Spinners *******/
/*.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}*/
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}

.xs-loader:before,
.xs-loader:after,
.xs-loader {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.xs-loader {
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.xs-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.xs-loader:after {
    left: 1.5em;
}
.xs-loader:before,
.xs-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}



.registerButtonMsg{
    font-size: 18px;
}

/****************************************************************/
/****************************************************************/
/****** MENU PRODUCTS AND PRODUCT OPTIONS CHECKBOXES ************/

label.btn span {
    /*font-size: 1.5em ;*/
}
label input[type="checkbox"] ~ i.glyphicon.glyphicon-unchecked{
    color: #616161;    display: inline;
}
label input[type="checkbox"] ~ i.glyphicon.glyphicon-check{
    display: none;
}
label input[type="checkbox"]:checked ~ i.glyphicon.glyphicon-unchecked{
    display: none;
}
label input[type="checkbox"]:checked ~ i.glyphicon.glyphicon-check{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.glyphicon {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border: 0px solid #616161;
    border-radius: 3px;
    color: #c8c8c8;
    color: #616161;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}





/********************************************/
/** New checkbox Style without data-togle ***/

.checkbox-styled input[type=checkbox],
.checkbox-styled input[type=radio] {
    display: none;
}
.checkbox-styled .label-styled:before {
    border-radius: 3px;
}
.checkbox-styled input[type=checkbox]:checked + .label-styled:before,
.checkbox-styled input[type=radio]:checked + .label-styled:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 24px;
    color: #7AA3CC;
    text-align: center;
    line-height: 15px;
}
.label-styled {
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*padding-left: 25px;*/
    padding: 5px 0 5px 25px;
    margin-right: 15px;
    font-size: 15px;
}
.label-styled:before {
    content: "";
    display: inline-block;

    width: 20px;
    height: 20px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 6px;
    /*background-color: #aaa;*/
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.checkbox-styled input[type=checkbox]:checked ~ .label-styled,
.checkbox-styled input[type=radio]:checked ~ .label-styled{
    color:#7AA3CC;
}

.btn {
    padding: 13px;
}

.btn-apetitus {
    width: 100%;
    text-align: center;

    padding: 13px;
    font-size: 15px;
}

.btn-sq, .btn-apetitus {
    /*opacity: 0.6;*/
    color: white;
    background-color:black;
    border: none;
}
.btn-sq.active, .btn-apetitus.active {
    background-color: #2196F3;
    color:#f2f2f2;
    opacity: 1;
}
.btn-sq:hover, .btn-apetitus:hover {
    opacity: 1;
}

.btn-apetitus:hover, .btn-apetitus:focus {
    color: white !important;
    background-color: rgba(0,0,0,0.8);
}

.btn-apetitus-contrast {
    width: 100%;
    text-align: center;

    padding: 13px;
    font-size: 15px;
    color: black;
    background-color:white;
    border: 1px solid black !important;
}
.btn-apetitus-contrast.active {
    background-color: #2196F3;
    color:#f2f2f2;
    opacity: 1;
}
.btn-apetitus-contrast:hover {
    opacity: 1;
}



.btn-sinqro-contrast {
    width: 100%;
    text-align: center;

    padding: 13px;
    font-size: 15px;
    color: black;
    background-color:white;
    border: 1px solid black !important;
}
.btn-sinqro-contrast.active {
    background-color: #2196F3;
    color:#f2f2f2;
    opacity: 1;
}
.btn-sinqro-contrast:hover {
    opacity: 1;
}

/*******************************/
/****** Partial Spinners *******/
/*.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}*/
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}

.xs-loader:before,
.xs-loader:after,
.xs-loader {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.xs-loader {
    font-size: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.xs-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.xs-loader:after {
    left: 1.5em;
}
.xs-loader:before,
.xs-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #000;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #000;
    }
}



.registerButtonMsg{
    /*font-size: 18px;*/
}

/****************************************************************/
/****************************************************************/
/****** MENU PRODUCTS AND PRODUCT OPTIONS CHECKBOXES ************/

label.btn span {
    /*font-size: 1.5em ;*/
}
label input[type="checkbox"] ~ i.glyphicon.glyphicon-unchecked{
    color: #616161;    display: inline;
}
label input[type="checkbox"] ~ i.glyphicon.glyphicon-check{
    display: none;
}
label input[type="checkbox"]:checked ~ i.glyphicon.glyphicon-unchecked{
    display: none;
}
label input[type="checkbox"]:checked ~ i.glyphicon.glyphicon-check{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.glyphicon {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border: 0px solid #616161;
    border-radius: 3px;
    color: #c8c8c8;
    color: #616161;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}





/********************************************/
/** New checkbox Style without data-togle ***/

.checkbox-styled input[type=checkbox],
.checkbox-styled input[type=radio] {
    display: none;
}
.checkbox-styled .label-styled:before {
    border-radius: 3px;
}
.checkbox-styled input[type=checkbox]:checked + .label-styled:before,
.checkbox-styled input[type=radio]:checked + .label-styled:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 24px;
    color: #7AA3CC;
    text-align: center;
    line-height: 15px;
}
.label-styled {
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*padding-left: 25px;*/
    padding: 5px 0 5px 25px;
    margin-right: 15px;
    font-size: 15px;
}
.label-styled:before {
    content: "";
    display: inline-block;

    width: 20px;
    height: 20px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 6px;
    /*background-color: #aaa;*/
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.checkbox-styled input[type=checkbox]:checked ~ .label-styled,
.checkbox-styled input[type=radio]:checked ~ .label-styled{
    color:#7AA3CC;
}

.main-navigation-units {
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
}

.apt-icon-alt {
    /*font-size: 25px;*/
    margin-right: 10px;
}

.homeButton {
    padding: 2px;
    /*margin-top: 20px;*/
    cursor: pointer;
}


.top-bar-logo-img  {
    max-height: 24px !important;
    max-width: 100%;
}


.icon-svg {
    height: 19px;
}

/* MOBILE - 414px*/

/* >= MOBILE */

@media(min-width:765px) {

    .top-bar-icon {
        /*font-size: 19px;*/
    }


    .ngViewContainer {
        /*margin-top: 20px !important;*/
        /*padding-right: 10px;*/
        /*padding-left: 10px;*/
    }

    .apt-icon-alt {
        font-size: 25px;
        margin-right: 20px;
    }

    .panel-title {
        font-size: 25px;
    }

    .top-bar-logo-img  {
        max-height: 40px !important;
    }
    
    .top-bar-right-icon {
        padding: 35px 40px;
    }
    .top-bar-left-icon {
        padding: 35px 40px;
    }

}

/* IPAD */


/* >= IPAD */



/* 1024 */
/* FULL */



.ngViewContainer {
    /*background-color: red;*/
    /*padding-top: 60px;*/
    /*padding-top: 65px !important;*/
    padding-bottom: 90px;
}
.terminalSidebar {
    /*background-color: red;*/
    /*padding-top: 55px;*/
    padding-top: 20px !important;
    padding-bottom: 90px;
}


.terminalSidebar {
    padding-left: 15px;padding-right: 15px;float:left;
    background-color: #222128;
    color:white;
    position: fixed;
    height: 100%;
    width: 340px;
    opacity: 1;
}

.mainColumn {
    /*margin-left: 320px;*/
    margin-left: 340px;
    margin-right: -340px;
    /*background-color: #F5F5F9;*/
    min-height: 100%;
    height: 100vh;
}

.mainNavigationBar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
    margin-left: 340px;
    margin-right: -340px;
    /*margin: 0;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    /*height: 50px;*/
    background-color: white;
    color: black;
}

/*.mainColumn .noSidebar {
    margin-left: 0px;
    margin-right: 0px;
}*/
.mainColumn.noSidebar {
    margin-left: 0px;
    margin-right: 0px;
}
.mainNavigationBar.noSidebar {
    margin-left: 0px;
    margin-right: 0px;
}

.icon-green {
    color: rgb(100,189,99);
}

.icon-red {
    color: red;
}

.contact-method {
    margin-top: 30px;
}
.contact-method a {
    font-size: 20px !important;
}








.selected-item-box {
    padding:8px 5px 8px 15px;
    background-color: white;

    color: black !important;
    margin-bottom:0px;cursor:pointer;
    text-align: left;
}

.existing-item-box {
    padding:8px 5px 8px 15px;
    /*background-color: #f8f8f8;*/

    color: black !important;
    margin-bottom:4px;cursor:pointer;
    text-align: left;
}

.selected-item-container {
    border-bottom: 1px solid #ccc;
    /*border-bottom: none;*/
}
.selected-item-container:first-of-type {
    border-top: 1px solid #ccc;
}
.product-options-button {
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
} 

.error {
    border-color: red;
}

.new-element-box {
    padding:20px;margin-top:15px;margin-bottom:8px;background-color: #f9f9f9;
}

@media (max-width: 400px) {
    .new-element-box{
        padding:12px;
    }
}

.dark-button {
    background-color: #333 !important;color:white;
}
.dark-button:active,.dark-button:hover,.dark-button:focus,.dark-button:active:focus {
    color:#ffffff !important; background-color:#5B5D5E !important;
}
.modal-header {
    font-weight: 500;
}
.uploaded-thumb{
    max-width: 100%;
}
.productMenuSectionsList{
    list-style-type: none;
}
.title-partner-profiles-text{
    font-weight: 500;
}
.help-tip-message{}
.pd-20{
    padding: 20px;
}
.pd-top-5{
    padding-top: 5px;
}
.bold{
    font-weight: 500;
}
.sp-info-field {
    padding: 7px;
    margin-bottom: 2px;
    border-right: 1px solid #ccc;
}

.btn-sidebar {
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
    padding-top:15px;
    padding-bottom:15px;
    text-align: left;
}

.btn-sidebar span {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.btn-sidebar:hover, .btn-sidebar:active, .btn-sidebar:focus {
    color:white;
}


.sidebar-icon {
    margin-bottom: 1px;
    font-size: 27px !important;
    font-weight: 320 !important;
    margin-right: 25px;
    line-height: 0.8;
    color: white;
}

.sidebar-icon-svg {                
    height: 27px !important;
    margin-right: 25px;
    line-height: 0.8;
}

.index-icon-svg {                
    height: 50px !important;
    /*margin-right: 25px;*/
    line-height: 0.8;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-header {
    border-bottom: 0px !important;
}

.modal-header-button-right {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-header-button-left {
    position: absolute;
    top: 15px;
    left: 15px;
}

.modal-header h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-checkbox-radio-container {
    margin-top: 15px;
}
div.conditions {
    text-align:justify;
    margin-bottom: 15px;
}
.conditions.level0 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;

}
.conditions.level1 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.conditions.level2 {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.conditions.italic {
    font-style: italic;
}
.conditions {

    -webkit-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -ms-user-select: text;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

input, textarea {
    font-size: initial;
}
.pointer{
    cursor: pointer !important;
}
.pdb-20{
    padding-bottom: 20px !important;
}
.pdb-10{
    padding-bottom: 10px !important;
}
.pdb-5{
    padding-bottom: 5px !important;
}
.mt-5{
    margin-top:5px !important;
}
.mt-08{
    margin-top:8px !important;
}
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-25{
    margin-top:25px !important;
}
.mt-30{
    margin-top:30px !important;
}
.mt-45{
    margin-top:45px !important;
}
.mt-50{
    margin-top:50px !important;
}
.mt-55{
    margin-top:55px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mt-120{
    margin-top: 120px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.pt-7{
    padding-top: 7px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-45{
    margin-bottom: 45px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-120{
    margin-bottom: 120px !important;
}
.mb-125{
    margin-bottom: 125px !important;
}
.fs-13{
    font-size: 14px !important;
}
.fs-18{
    font-size: 18px !important;
}
.text-right{
    text-align: right !important;
}
.fw-500{
    font-weight: 400;
}
.pretty-input {
    display: block;
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 18px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
}
.pretty-input {
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
.pretty-input:focus,
.pretty-input.focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

/******************/
/** Checkbox list **/

.sinqro-checkbox-button {
    text-align: left;
    border-bottom: 1px solid #ccc;

}

.sinqro-checkbox-button label {
    /*float:left;*/
    /*width: 100%;*/
    margin: 0 !important;
    padding:0 !important;
    width: 100%;
    cursor: pointer;
}

.sinqro-checkbox-button label span {
    /*text-align:center;*/
    /*padding:3px 0px;*/
    display:block;
    padding:15px;
    /*border-radius:4px;*/
}

.sinqro-checkbox-button label input {
    display: none;
}

.sinqro-checkbox-button input:hover + span {
    /*background-color:#ccc;*/
}

.sinqro-checkbox-button input:checked + span,
.sinqro-checkbox-button input:checked + span span{
    color: #226997;
    font-weight: 500;
}

.sinqro-checkbox-button input:checked + span i {
    display: block !important;

}

.sinqro-checkbox-button input:checked:hover + span {
    /*background-color: #e0e0e0;*/
    /*color:#fff;*/
}
.apt-checkbox-list-container{
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.apt-checkbox-list-container .apt-checkbox-list-title{
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    padding: 15px;
}
.sinqro-checkbox-button.sinqro-checkbox-button-last{
    border-bottom: none;
}
.sinqro-checkbox-button.chk-box{
    border-bottom: none;
}
.sinqro-checkbox-button.chk-box label{
    border:1px solid #c7c7c7;
}
@media (min-width: 768px) {
    .sinqro-checkbox-button.odd,
    .xs-padding.odd{
        padding-right: 5px !important;
    }
    .sinqro-checkbox-button.even,
    .xs-padding.even{
        padding-left: 5px !important;
    }
    .transport-select{
        float: right !important;
        text-align-last:right;
        max-width: 200px;
    }
}

.postal-code-box{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media (min-width: 768px) {
    .legal-terms-modal .container{
        width: auto !important;
    }
    .sm-text-right{
        text-align: right !important;
    }
}

@media (max-width: 768px) {
    .xs-mb-5{
        margin-bottom: 5px;
    }
    .xs-mt-15{
        margin-top: 15px;
    }
    .xs-mt-5{
        margin-top: 5px !important;
    }
    .xs-text-left{
        text-align: left !important;
    }
    .xs-float-right{
        float: right !important;
    }
    .xs-float-left{
        float: left !important;
    }
    .xs-fs-16{
        font-size: 16px !important;
    }
    .nopadding-xs {
        padding: 0px !important;
    }
}



.index-mode-button {
    background-color:#fff;
    text-align: center;
    margin-top: 11px;
    padding: 20px 10px;
    /*border-left: 4px solid yellowgreen;*/
    border-radius: 10px;
}
.index-mode-title {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}
.schedule-label{
    padding: 0px;
    /*text-align: center;*/
    /*font-size: 14px !important;*/
}
.form-control {
    text-align: center;
    height:50px !important;
}
.mainNavigationBar {
    background-color: white;
    color: black;
    height: 90px;
}
.mainNavigationBar.with-msg {
    height: 125px;
}

#app-container {
    width:100%;
    min-height: 100vh;
    padding: 69px 0px 0px 0px;
    background-color: #f7f7f7d1;
    /*background-image: linear-gradient(#fff, #f7f7f7d1);*/
}
    .top-bar-logo  {
    padding: 23px 0px;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 768px) {
    
    .mainNavigationBar {
        background-color: white;
        color: black;
        height: 56px;
    }
    .mainNavigationBar.with-msg {
        height: 115px;
    }

    #app-container {
        width:100%;
        min-height: 100vh;
        padding: 25px 0px 0px 0px;
        /*background-color: #f7f7f7d1;*/
        /*background-image: linear-gradient(#fff, #f7f7f7d1);*/
    }
    
    .top-bar-logo  {
    padding: 16px 0px;
    text-align: center;
    cursor: pointer;
}
}
.cart-icon {
    float: right;
    padding-right: 6px;
}
.th-icon {
    float: left;
    padding-left: 4px;
}

.orderReceipt {
    background-color: #000000;
    color: white;
    font-size: 15px;
    padding: 30px;
    cursor: pointer;
}

/*ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}*/

ul li { 
    text-align: center;
    cursor: pointer;



}

/*ul li a {
    padding: 30px; 
    min-width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
}*/


.sellingPointList {
    margin: 0;
    padding: 0;
}

.sellingPointListItem {
    margin: 0px;
    /*padding-bottom: 8px;*/
    margin-bottom: 10px;
    /*padding: 0px 10px;*/
    border: 1px solid #ccc;
    /*border-top: none;*/
    background-color: white;
    cursor: pointer;
}


.sp-av-label{
    /*width: 45px;*/
    position: absolute;
    bottom: -16px;
    background-color: white;
    /*color: white;*/
    height: 30px;
    border-radius: 8px;
    right: 7px;
    text-align: right;
    font-size: 15px;
    /*font-weight: 500;*/
    padding: 5px 7px;
    border: 1px solid #808080;
}
.sp-av-label.up{
    top: 0px;
    font-size: 14px !important;
}
.sp-av-label span{
    width: 100%;
    font-size: 14px !important;
    text-align: center;
    display: block;
    margin-top: -6px;
    color: #808080;
}

.sp-list-info-box{
    /*border: 1px solid #808080;*/
    /*border-top: none;*/
    padding: 5px 15px 15px;
}
.sp-list-info-box .sp-name-list{
    font-weight: 400;
    font-size: 18px;
}
.sp-list-info-box .sp-dist-list{
    color: #808080;
    font-size: 14px !important;
}
.sp-list-info-box .sp-type-list{
    color: #808080
}

.sp-dist-box{
    position: absolute;
    bottom: 5px;
    right: 8px;
    color: #808080;
    font-size: 14px !important;
    width: 35px;
    text-align: center;
}
.sp-dist-box span{
    display: block;
    font-size: 14px !important;
    margin-top: -4px;
}
.sp-dist-icon{
    right: 45px;
    bottom: 10px;
    position: absolute;
    color: #808080;
}
.title{
    cursor: default;
}
.searchConfig {
    background-color: black;
    color: white;
    width: 100%;
}
.sellingPointListItem-infobox {
    padding: 10px;
}

.sellingPointInfoHeader {

    /*    color: #FFF;
        background: url(..//app/img/background.jpg) no-repeat center center;
        background-size: cover;*/
    /*cursor: pointer;*/
    text-align: center;
    padding: 20px 20px 0px 20px;
    border-bottom: 3px solid black;
    /*margin-bottom: 10px;*/
    /*padding-bottom: 20px;*/
}
.sellingPointInfoTitle {
    text-align: center;
    margin-bottom: 10px;
    /*font-weight: 500;*/
    font-size: 20px;
    margin-top:14px;
}
.sellingPointInfoAddress {
    font-size: 15px;
    text-align: center;
}

.sellingPointListItem.disabled{
    opacity: 0.4;
}

.menuItem {
    /*padding-left: 20px;*/

}

.menuItemHeading {
    /*padding-left: 20px;*/
    /*background-color: black;*/
    /*color: white;*/
    padding: 10px;
    font-weight: 500;
    /********** text-transform: uppercase; *******/
    text-align: center;
}
.menuSectionItem {

    /*padding-left: 30px;*/
}
.menuSectionItemHeading {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    font-weight: 500;
    /*padding-left: 30px;*/
}

.menuSectionSetMenuHeading {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    font-weight: 500;
    /*padding-left: 30px;*/
    cursor: pointer;
}

.menuSectionProductItem {
    padding:10px;
    cursor: pointer;
    /*padding-left: 40px;*/
}

.menuSectionProductItemName {

    /*padding-left: 40px;*/
}
.menuSectionProductItemDescription {
    font-size: 15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    /*padding-left: 40px;*/
}

.menuModalProductItem{
    padding:0 10px;
    cursor: pointer;
}
.menuModalProductItemDescription{
    color: #808080;
    font-size: 15px;
    font-style: normal;
    margin-top: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productPrice {
    font-size: 15px;
    float: right;
}


.productInfoHeader {

    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    /*margin-bottom: 10px;*/
    padding-bottom: 20px;
}
.productInfoTitle {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}
.productInfoDescription {
    font-size: 15px;
    text-align: center;
}

.select-mode {
    margin-bottom: 10px;
}
.select-mode-option {
    font-size: 11px;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #EDE7F6;
    cursor: pointer;
}
.select-mode-option.active {
    border-bottom: 1px solid black;
}

.select-mode-selectpicker {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}
.select-mode-selectpicker-title {
    font-size: 15px;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    font-weight: 500;
    text-align: center;
    text-transform:capitalize;
    cursor: pointer;
}
.select-mode-selectpicker-options {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 1999;
    width: 100%;
}
.select-mode-selectpicker-option {
    z-index: 1999;font-size: 15px;
    padding: 10px;
    cursor: pointer;
    color: white;
}

.select-mode-selectpicker-option.active {
    /*border-bottom: 1px solid black;*/
    text-decoration: underline;
}

/*.productInfoLayer {
        text-align: center;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    position:
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
background-color: black;
opacity: 0.8;
    z-index: 1998;
    width: 100%;
}*/

.productPrice {

    border-radius: 5px;
    background-color: white;
    border: 1px solid black;
    color: black;
    padding: 5px 10px;
    margin-left: 20px;
}

/*.cartProductModal {
    height: 500px;
}

.modal-content {
    height: 500px;
}*/

.menu-option-button {
    margin-bottom: 10px;
}

/*.productOption{
    float: left;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    width: 50%;
}*/

/*.productOption .productOptionCheckbox{
*//*float:left;*//*
}
.productOption .productOptionName{
*//*float:left;*//*
*//*margin-left: 3px;*//*
}
.productOption .productOptionDesc{
*//*clear:both;*//*
font-style: normal;
color: #808080;
}*/
.categoryTitle {

    font-weight: 500;

    margin-top: 3px;
}
.categoryDesc {
    border-bottom: 1px solid;
    color: #808080;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.btn.btn-add{
    padding: 10px 15px;
    width: 100%;
}

.poPrice{
    font-size: 14px;
}

/**************/
/** Checkout **/
.itemComment {
    color: gray;
    font-size: 17px;
    font-style: normal;
    line-height: 14px;
}
.itemCheckoutRow{
    padding-bottom: 5px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #F7F7F7;*/
    border-bottom: 1px dashed #ccc;

}
.itemCheckoutRow .itemQty{
    text-align: center;
}
/*.productOptionRow{
    font-style: normal;
    color: #808080;
}*/

.checkoutAddressesContainer{
    margin-top: 15px;
}
.checkoutTitleItem{
    text-align: center;
    font-size: 17px;
    /********** text-transform: uppercase; *******/
    padding: 0px 7px 7px 7px;
}

.payment-amount-input {
    font-size: 20px;
    font-weight: bold;
    /*width: 120px !important;*/
}

.payment-amount-input-parent {
    padding: 0px 100px;
}

.totalCheckoutContainer{
    border-top: 1px solid #000000;
    margin-top:10px;
}
.totalCheckoutContainer div{
    margin-top:5px;
    font-weight: 500;
}
.totalCheckoutLabel{
    text-align: center;
}

.deliveryItemLabel{
    text-align: center;
}

#newAddressBtnForm{
    width: 100%;

}
.customErrorForm{
    font-size: 14px !important;
}

.checkout-info-time{
    width: 100%;
    height: 30px;
    font-size: 15px;
    margin: 10px 0;
}

.square-info{
    width: 32%;
    border: 1px solid #2196F3 !important;
    float:left;
    margin-right: 5px;
    padding: 3%;
    text-align: center;
    opacity: 1 !important;

}

#squareBoxesContent[data-square-number="2"] .square-info, #squareBoxesContent[data-square-number="4"] .square-info {
    width: 48%;

}
#squareBoxesContent[data-square-number="3"] .square-info {
    width: 30%;
}
#squareBoxesContent .square-info {
    text-align: center;
    height: 60px;
    margin-right: 5px;
    margin-top:5px;
}

.currentAddressBox{
    background-color: #f2f2f2;
    float: left;
    padding: 10px;
    color: #2196F3;
    text-align: center;
    height: 85px;
    width: 100%;
}

.btn-sq {
    min-width: 100px !important;
    width: 30%;
    font-size: 14px !important;
    /*height: 70px !important;*/
}

/*.orderTypeContainer{
    font-size: 15px;
}*/
/*.orderTypeContainer button{
    font-size: 14px !important;
}*/
.orderTypeContainer button i{
    font-size: 40px;
}

.errorDiv{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.couponBox{
    margin-top: 10px;
}
.couponCodeSelector{
    font-weight: 500;
    font-size: 20px;
}
.couponDescription {
    color: #808080;
    float: left;
    font-style: normal;
    width: 100%;
}
.btn-market.active .couponDescription{
    color: #ffffff;
}

.removeDiscount{
    color: #909090;
    margin-top: -7px;
    position: absolute;
    right: 19px;
    cursor:pointer;
}
.removeDiscount .glyphicon.glyphicon-remove-circle{
    font-size: 20px !important;
}

.cuponCodeBox{
    float:left;
    color:#555;
    border-radius:10px;
    padding:10px 10px 10px 10px;
    margin-bottom:5px;
    border:1px solid #f5aca6;
    width: 100%;
    height: 45px;
    background-color: #ffecec;
    text-align: center;
}

.cuponCodeBox.isValid{
    border:1px solid #a6ca8a;
    background-color:#e9ffd9;
}

/**********************/
/*** Order payment ***/
.availableWalletAmount{
    font-size: 17px;
    font-style: normal;
    color: #808080;
    clear: both;
}
.btn-market.active .availableWalletAmount{
    color:#ffffff;
}

/******************/
/**** Register ****/
.conditionCheckbox {
    float: left;
    text-align: left;
    width: 8%;
}
.conditionsSpan{
    line-height: 40px;
    margin-left: 0px;
}

.btn-cancel-policy{
    margin: 0 auto;
    float: left;
    margin-left: 40%;
    margin-top: 10px;
}

/********************/
/****** Login *******/
.recoveryPasswordDiv{
    font-style: normal;
    color: slategray;
    cursor: pointer;
}
.recoveryPasswordDiv:hover{
    text-decoration: underline;
}

.menu-items{
    margin-top:20px;
    padding: 0px;
}
.menuBox{
    /*    margin-bottom: 20px;
        float: left;
        width: 100%;*/
}


.order-section-products{
    display:table;
    /*background-color: red;*/
    width: 100%;
    height: 100%;
    table-layout: fixed;
    box-sizing: border-box;
    /*padding: 25px 20px 10px 20px;*/
    padding: 0px;
    /*background-color: #f9f9f9;*/
    /*border-radius: 2px;*/
}

.order-section-product-container{
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    display:inline-table;
    /*display:table-cell;*/
    /*background-color: yellow;*/
    vertical-align: top;
    /*height: 100%;*/
}


.pvariant {
    padding: 0px 5px;
}

@media (max-width: 768px) {
    
    .pvariant {
        padding: 0px;
    }
}

.pvariant.odd{
    padding-left: 0px;
}
.pvariant.even{
    padding-right: 0px;
}
.order-section-product{
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
 /* margin-bottom: 10px; */
    cursor: pointer;
    padding-top: 0px;
    background-color: white;
    padding-bottom: 0px;
    /*border-left: 2px solid rgb(224, 224, 224);*/
    
    border-radius: 5px;
    overflow: hidden;
    padding-right: 0px;
    /*border-radius: 2px;*/
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    /*height: 100%;*/
}

@media (max-width: 768px) {

    .order-section-products{
        padding: 0px;
        /*background-color: white;*/
    }
    
    #menus-container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .order-section-product-container{
        padding: 0px;
        width: 100%;
    }
    .order-section-product-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .order-section-product{
        margin-bottom: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: auto;
    }

    .order-section-product-container.product-variant{
        /*padding-left: 30px;*/
    }
}
    
.two-lines-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.one-line-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.three-lines-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.four-lines-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.five-lines-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.order-section-product-price {
    /*color: yellowgreen;*/
    /*font-weight: 400;*/
    margin-top: 11px;
}

.pvariant-price {
    /*color: yellowgreen;*/
    /*font-weight: 400;*/
    /*margin-top: 11px;*/
    position: absolute;
    top: 0;
    right: 0;
}


.order-section-product-image-container {
    overflow: hidden;
    height: 100%;
    padding: 12px; 
    
    /*max-height: -webkit-fill-available;*/
    /*max-width: -webkit-fill-available;*/
    /*max-height: -webkit-fill-available;*/
    /*width: -webkit-fill-available;*/
    vertical-align: middle;

    /*            max-width:100%;
                max-height:100%;
                vertical-align: middle;
                width: 100%;
                height: 100%;*/

}  
.order-section-product-image {   
    border-radius: 5px;
    max-height: 170px;
    display:block;
    margin:auto;

}
.order-section-product-text-box {
    padding: 15px;
    min-height: 50px;
}

.order-section-product.product-variant{
    padding-left: 30px;
}
.order-section-product.unavailable {
    cursor:not-allowed;
    opacity: 0.75;
    color: #717171;
}
.order-section-product.unavailable .order-section-product-name,
.order-section-product.unavailable .order-section-product-description{
    color: #ccc !important;
}

.order-section-product-setmenu {
    /*margin-bottom: 10px;*/
    padding: 10px;
    border-top: 1px solid #F7F7F7;
    cursor: pointer;
    /*min-height: 85px;*/
}



.order-section-product-name{
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.order-section-product:hover{
    box-shadow: 0px 22px 24px 0px rgba(46,51,51,0.07);
}

.order-section-product-description{ 
    /*font-style: italic;*/
    color: #757575;
    font-size: 14px !important;
}
.menu-section-1{}
.menu-section-2 {}

.setMenuButton{
    float: right;
    position: absolute;
    right: 10px;
}
.unavailable-selection-message{
    /*/********** text-transform: uppercase; *******/*/

    line-height: 30px;
    font-weight: normal;
    font-family: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 15px;
}
.unavailable-selection-question{
    /*/********** text-transform: uppercase; *******/*/

    padding: 15px;
    line-height: 30px;
    font-weight: normal;
    font-family: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight:bold;
}

.unavailable-order-type{
    margin-top:40px;
}
.unavailable-order-type span{
    font-size: 18px;
}




/********************
/** MENU MODAL *****/

.modal-default-content-box{
    float: left;
    width: 100%;
    margin-top: 15px;
}


/********************/
/** Product Modal ***/

.label-styled::before.two-lines-option{
    bottom: 15px;
}

.modal-comments{
    margin-top: 15px;
}

.mfp-close{
    color: white;
    text-shadow: 2px 2px #333;
}


.item-overlay-menu{
    height: 100%;
    position: absolute;
    background-color: #222128;
    /*opacity: 0.95;*/
    right: 0;
    top: 0;
    width: 0px;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.item-overlay-menu div{
    height: 100%;
}
.item-overlay-menu div i{
    font-size: 25px;
    color: white;
    line-height: 85px;
    height: 100%;
}
/** SellingPoint Menus List **/

.sellingpoint-page-content{
    margin-top: 15px;
    margin-bottom: 15px;
}

.menu-product-span span{
    font-size: 17px;
    color: #808080;
}
.btn-sidebar span{
    font-size: 15px;
}

/* Position the close button (top right corner) */
.overlay-screen .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
#user-actions-overlay{
    z-index: 1505;
    color:#fff;
}
/*#main-menu-overlay{
    z-index: 1502;
    max-width: 420px;
}*/
#user-actions-overlay .overlay-screen-content,
#main-menu-overlay .overlay-screen-content
{
    color:#fff;
    background-color: #222128;
}
.overlay-cart{
    top: 0px;
    left: 3000px;
}

.add-to-cart-content{
    line-height: 48px;
    height: 61px;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #b9b9b9;

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
#cart-bottom .add-to-cart-content{
    height: 40px;
    line-height: 40px;
}

.close-product{
    text-align: left;
    cursor: pointer;
    font-size: 14px !important;
    padding-left: 15px;
}



.categoryTitle{
    text-align: left;
    /********** text-transform: uppercase; *******/
    font-weight: 400;
}
.categoryDesc{
    text-align: left;
    border-bottom: none;
}
.productOption label span,
.menuSectionProduct label span{
    /*font-size: 17px;*/
}
.c-default{
    cursor: default;
}
.pointer{
    cursor: pointer !important;
}
.pdb-20{
    padding-bottom: 20px !important;
}
.pdb-10{
    padding-bottom: 10px !important;
}
.pdb-5{
    padding-bottom: 5px !important;
}
.mt-5{
    margin-top:5px !important;
}
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-25{
    margin-top:25px !important;
}
.mt-45{
    margin-top:45px !important;
}
.mt-50{
    margin-top:50px !important;
}
.mt-55{
    margin-top:55px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mt-120{
    margin-top: 120px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-45{
    margin-bottom: 45px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-120{
    margin-bottom: 120px !important;
}
.mb-125{
    margin-bottom: 125px !important;
}
.fs-13{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.text-right{
    text-align: right !important;
}
.fw-500{
    font-weight: 500 !important;
}
.product-title{
    /********** text-transform: uppercase; *******/
    text-align: center;
    /*padding-top: 18px;*/
}
.product-title span{
    font-weight: 500 !important;
    font-size: 22px;
    color: black;
}
.product-description{
    text-align: center;
    font-size: 14px !important;
    padding-bottom: 20px;
    color:#808080;
}
.cart-item-counter{
    font-size: 17px !important;
    padding: 8px 5px;
}
.cart-item-counter-bottom{
    font-size: 22px !important;
    padding: 8px 10px;
}
.cart-item-counter-add-item{
    font-size: 22px !important;
    padding: 8px 10px;
}

.cart-icons{
    padding: 5px;
    border: 1px solid black;
    border-radius: 15px;
}
.cart-qty-box{
    padding-left: 12px;
    padding-right: 13px;
}

.input-product-comments input{
    height:45px;
}
.productOptionCategoryBox{
    margin-top: 10px;
}


.global-overlay-screen {
    height: 100vh;
    width: 100vw;
    padding: 100px;
    position: fixed; /* Stay in place */
    z-index: 1501; /* Sit on top */
    top: 0;
    left: 0;
    display: none;
    background: rgba(38, 38, 38, 0.8);
    overflow: hidden; /* Disable horizontal scroll */
}

.overlay-screen {
    height: 100%;
    width: 100%;
    padding: 100px;
    position: fixed; /* Stay in place */
    z-index: 1501; /* Sit on top */
    left: 0;
    top: 3000px;
    background: transparent;
    overflow-x: hidden; /* Disable horizontal scroll */
    /*transition: 0.5s;*/ 
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    transform: translateZ(0);
}

/* Position the content inside the overlay */
.overlay-screen-content {
    height: 80%;
    position: fixed;
    width: 550px;max-width: 100vw;
    right: 0;
    border-radius: 5px;
    /*height: 100%;*/
    overflow-x: hidden;
    background-color: white;

    left: 50%;top: 50%;transform: translate(-50%, -50%);
}


.top-content {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    
    width: 100%;
    height: 50px;
    padding-top:13px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    z-index: 1000;
}

.middle-content{
    /*height: 100%;*/
    height: calc( 100% - 140px );
    padding-top: 15px;
    padding-bottom: 30px;
    /*background-color: blue;*/
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 15px;
}
.middle-content.double {
    /*height: 100%;*/
    height: calc( 100% - 200px );
}

.bottom-content{
    
    position: absolute;
    bottom: 0;
    background-color: white;
    
    height: 84px;
    width: 550px;max-width: 100%;
    z-index: 1501;
    color: yellowgreen;
    
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.bottom-content.double{
    height: 150px;
}

.bottom-content.dark{

    width: 550px;max-width: 100%;right: 0;
    background-color: black;
    color: white;

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.view-cart-button-container {
    
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -25px 25px -25px;
    background-color: #fff;
    /*right: 0;*/
    z-index: 500;
    padding: 17px 24px;
  width: 100%;
}
/*#product-bottom,
#menu-bottom{
    position: absolute;
    bottom: 0;
    height: 61px;
}
#cart-bottom{
    bottom: 0;
    height: 40px;
}*/

@media (max-width: 768px) {
    .overlay-screen-content{
        height: 100%;
        border-radius: 0px;
    }
    
    .middle-content{
        height: calc( 100% - 140px );
        padding-left: 0px;
        padding-right: 0px;
    }
    .middle-content.double {
        height: calc( 100% - 200px );
    }
}

.overlay-content {
    /*margin-top: 80px;*/
}

/*.overlay-content {
    margin-top: 65px !important;
}
.overlay-content.mt-10{
    margin-top:10px !important;
}*/
/*#checkout-actions-top,
#checkout-actions-address-top,
#checkout-actions-datetime-top,
#checkout-actions-coupon-top{
    position: fixed;
}
#checkout-actions-content{
    margin-bottom: 70px;
}*/

/*#product-top div,
#menu-top div,
#cart-top div{
    font-size: 17px !important;
}*/

.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before{
    background-color: #000000;
    /*content: '';*/
    padding-top: 3px;
    padding-left: 3px;
}
.product-info-top{
    margin-top:10px;
}

.product-modal-image{
    
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-modal-image-container{
    height: 200px;
}
@media (min-width: 768px) {
    .product-modal-image-container{
        height: 160px;
    }
}
.order-menu-name{
    text-align: center;
    text-transform: uppercase;
    padding-top:15px;
    /*background-color: #fff !important;*/
    z-index: 15;
    font-size: 22px !important;
    font-weight: 500 !important;
}

.order-menu-name-sticky{
    height: 40px;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 2px solid #F7F7F7;

    /*left: 0;*/
    /*width: 100% !important;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/

}

.order-menu-name-sticky span{
    font-size: 16px !important;
}
.sp-name{
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.sp-description{
    font-size: 15px;
    color: #808080;
    margin-top: 5px;
}
.order-menu-name,
.order-menu-name span{
    /********** text-transform: uppercase; *******/
    /*text-align: center;*/
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}

.order-menu-description{

    text-align: center;
    /*font-weight: lighter;*/
    /********** text-transform: uppercase; *******/
    /*text-align: center;*/
    font-size: 17px;
    margin-bottom: 0px;
    color: #808080;
}

.order-section-title {
    /********** text-transform: uppercase; *******/
    font-weight: 600;
    /*text-align: center;*/
    /*padding-top: 20px;*/
    padding-top:15px;
    padding-bottom:15px;
    font-size: 16px !important;
    margin-bottom: 0px;
    border-radius: 5px;
}

.nopadding-right{
    padding-right: 0px !important;
}
.nopadding-left{
    padding-left: 0px !important;
}
.noborder{
    border: none !important;
}


/*** Show cart button ***/
.bottom-fixed-button-box{
    line-height: 1;
    /*position: fixed;*/
    /*bottom: 0;*/
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -25px 25px -25px;
    background-color: #fff;
    width: 550px;max-width: 100%;
    /*right: 0;*/
    z-index: 500;
    padding: 17px 24px;

}

.cart-item-counter .counter-box{
    padding:3px 12px;
    background-color: #5d5d5d;
    border-radius: 3px;
}

.cart-list.list-group{
    border: none;
    padding: 0px;
    margin-bottom: 10px;
}

/********************/
/******* Cart *******/
.cart-item{
    text-align: left;
    font-size: 17px;
    cursor: default;
}
#cartItems{
    font-size: 17px;
    float: left;
    width: 100%;
}
#cartItems .itemTotalPrice,
.itemCheckoutRow .itemTotalPrice{
    text-align: right;
}
#cartItems .itemQty{
    /*text-align: center;*/
}
#cartItems .itemQtyBox{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
#cartItems .itemName{
    padding-left: 0px;
    font-weight: 400;
    font-size: 14px !important;
}
#cartItems .itemTotalPrice{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px !important;
}

#cartItems .itemComment,
.itemCheckoutRow .itemComment,
.productOptionRow .itemOptions,
.productOptionRow .itemOptions span,
.item-menu-name,
.item-menu-name span,
.itemOptions {
    font-size: 14px;
    font-weight: 300;
}
.itemComment{
    margin-bottom: 10px;
}

.cartLoaderMessage{
    float: left;
    width: 100%;
    color:#808080;
}
.emptyCartMessage{
    float: left;
    width: 100%;
    text-align: center;
    color: #808080;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .itemTotalPrice{
        margin-top:10px;
    }
}
@media (max-width: 350px) {
    .mobile-left{
        float: left;
    }
}
/******* End Cart *******/


.checkout-action{
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /*border-left: 3px solid #ccc;*/
    border: none;
    border-radius: 10px;
    background-color: #fcfcfc;
}

.overlay-checkout-actions{
    top: 0px;
    left: 3000px;
}
.overlay-main-menu{
    top: 0px;
    left: -3000px;
}

.overlay-main-menu-content {
    
    height: 100vh;
    position: fixed;
    top: 0;
    width: 400px;max-width: 100vw;
    right: 0;
    color: white;
    /*border-radius: 5px;*/
    /*height: 100%;*/
    overflow-y: scroll;
    background-color: black;

    /*left: 50%;top: 50%;transform: translate(-50%, -50%);*/
}

.danger-border{
    border-color: #b32828 !important;
}
.valid-border{
    border-color: #238600 !important;
}

.no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

.no-scroll-mobile {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    position: fixed;
}

.checkout-actions-bottom{
    position: fixed;
    /** Safari fixes **/
    /*bottom: 0px;*/
}

.desc-checkout-action,
.desc-checkout-action span{
    font-size: 14px !important;
}

.address-checkout-info div{
    font-size: 15px;
}

.selected-day-message{
    font-size: 17px;
    font-weight: 400;
}


@media (max-width: 768px) {
    .checkout-datepicker .ui-datepicker .ui-datepicker-calendar thead tr th span,
    .checkout-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span,
    .checkout-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a{
        font-size: 14px !important;
    }
    .ui-datepicker{
        min-width: 260px;
    }

    .mt-15-xs{
        margin-top: 15px !important;
    }
    
    
    .nopadding-top-xs{
        padding-top: 0px !important;
    }
}

.datepicker table tr td span{
    padding: 5px 10px;
    width: 100%;
}

.errors-container{
    margin-bottom: 10px;
    text-align: center;
}
.errors-container .error-msg{
    font-size: 14px !important;
}

.order-type-selected{
    border-color: #000;
}

.sp-filter-box{
    cursor: pointer;
}
.content-sp-filter-box{
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    padding:10px 15px;
}
.content-sp-filter-box span{
    font-size: 15px;
}

.order-type-buttons button{
    
    margin-bottom: 10px;
}
.order-type-buttons button.order-type-selected{
    border-color: #000;
}

.noborder-select,
.noborder-select:focus,
.noborder-select:active {
    outline: none !important;
    border-radius: 5px;
    border: none !important;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    margin-left: -3px;
    height: 42px;
    -webkit-appearance: none;
    padding: 0px 15px;
}

.user-menu-button-line{
    border:1px solid #000000;
    padding:15px;
    margin-bottom: 15px;
}
.user-menu-i-content i{
    font-size: 25px;
}
.lh-28{
    line-height: 28px !important;
}

.consumer-search-filter-box > button,
.consumer-search-filter-box > button span{
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
}


.indexController {
    text-align: center;
    padding: 15px;
}

.yourLocationInput {
    text-align: center;
    padding: 10px;
    width: 100%;
}

.searchOption {

}

.modeHow-options {
    width: 100%;
    margin-bottom: 15px;

}
.modeHow-option {
    width: 100%;
    padding: 15px;
}
.modeWhere-options {
    width: 100%;
    margin-bottom: 15px;

}
.modeWhere-option {
    /*width: 100%;*/
    padding: 15px;
    /*width: 50%;*/
}

.modeWhere-input {
    padding: 15px;
    height: 60px;
}
.modeWhen-options {
    width: 80%;
    width: 100%;
    margin-bottom: 15px;

}
.modeWhen-option {
    width: 100%;
    padding: 15px;
    width: 50%;
}
.modeHow-title,.modeWhen-title,.modeWhere-title, .modeHowMany-title {
    /********** text-transform: uppercase; *******/
    text-spacing: normal;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 10px;
}



.btn-market, .btn-market:hover, .btn-market:active, .btn-market:active:hover {
    border: 1px solid yellowgreen;
    background-color: yellowgreen;
    font-weight: 500;
    /*padding:10px 15px;*/
    text-align: center;
    width: 100%;
    color:#fff;
    height: 50px;
}

.btn-market span{
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.btn-market:focus {
    color:#fff;
    outline: none;
}

.btn-market-inversed:focus{
    color:black;
    outline: none;
}

.btn-market-inversed{
    border: 1px solid #000000;
    background-color: #fff;
    padding:10px 15px;
    text-align: center;
    width: 100%;
    color:#000;
    height: 50px;
}

.btn-market:disabled,
.btn-market-inversed:disabled,
.btn-market:disabled:hover,
.btn-market-inversed:disabled:hover{
    background-color: #ccc !important;
    color: white !important;
    border-color: #ccc !important;
}

.btn-market .left{
    float: left;
    padding-left: 15px;
}
.btn-market .right{
    float: right;
    padding-right: 15px;
}
.btn-market.danger{
    border-color: #b80000;
    color: #b80000;
    background-color:#fff;
}
.btn-market.danger:active,
.btn-market.danger:focus,
.btn-market.danger:hover{
    color: #b80000 !important;
}

.login-screen-input{
    height: 40px;
    text-align: center;
    margin-bottom:10px;
}
.fg-pwd-text{
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    color: #808080;
}
.user-section-title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top:15px;
}
.order-sp-logo img{
    width: 50px;
}
.order-info-box{
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc
}
.order-list-box.with-border{
    padding-top:10px !important;
    border-top: 1px solid #808080;
}
.order-info-box .order-status{
    /********** text-transform: uppercase; *******/
    font-size: 14px !important;
    color: #808080;
}
.order-info-box .order-sp-name{
    font-size: 18px;
    font-weight: 400;
}
.order-info-box .order-type{
    font-size: 14px !important;
    color: #808080;
    font-weight: 500;
}
.order-info-box .order-total-date span{
    font-size: 14px !important;
    color: #808080;
}
.empty-text{
    text-align: center;
    /********** text-transform: uppercase; *******/
    color: #808080;
}

.orderResume.title{
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000000;
    margin: 5px 0;
}
.itemOrderRow .itemComment {
    color: gray;
    font-size: 17px;
    font-style: normal;
    line-height: 10px;
}
.itemOrderRow{
    margin-bottom: 5px;
}
.itemOrderRow .itemQty{
    text-align: center;
}
.itemOrderRow .productOptionRow{
    font-style: normal;
    color: #808080;
}
.top-info-order{
    /*border-bottom:1px solid #000000;*/
    border-right: 0;
    text-align: center;

}
.top-info-box{
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #000000;
    height: 40px;
}
.top-info-box span{
    font-weight: 500;
}
.top-info-box{
    padding-left: 5px;
    padding-right: 5px;
}
.noborder{
    border: 0 !important;
}
.top-order-buttons{
    margin-top: 5px;
    margin-bottom: 20px;
}
.orderLine{
    margin-bottom: 5px;
    /*border-bottom: 1px solid #c7c7c7;*/
    padding:5px 0px;
}
.resume-totalRow{
    margin-top:15px;

}
.orderTotalAmountLabel,
.orderTotalAmountValue{
    font-weight: 500;
}
.orderSummarySectionTitle span{
    font-weight: 500;
}
.orderSummaryAttrTitle{
    font-weight: 400;
}
.orderLineComment{
    font-weight: lighter;
    color: #808080;
    font-style: normal;
}

.incidentButton{
    border-left: none !important;
    border-radius: 0px 2px 2px 0px;
}
.printButton{
    border-radius: 2px 0px 0px 2px;
}
.no-printers-msg-btn-box{
    padding-right: 5px;
}
.lighter{
    font-weight: lighter;
}
.resume-section-box{
    padding:15px 0px 15px 0px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}
.orderLine{
    /*border-bottom: 1px solid #c7c7c7;*/
    padding:5px 0px;

}
.resumeTitle{
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0px 10px 15px;
}
.resumeChildLine{
    /*font-style: italic;*/
    font-weight: 300;
}
.orderSummaryAttrTitle{
    font-weight: 500;
    margin-top:10px;
}


.order-button{
    border:1px solid var(--theme-color);
    font-size: 15px;
    text-align: center;
    height: 40px;
    line-height: 36px;
    cursor: pointer;
    color: var(--theme-color);
}

.order-button.right{
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.order-button.left{
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.order-button.active{
    border-width: 2px;
    /*font-weight: 500;*/
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: white;
}
.order-button.left.active{
    border-right: 2px solid var(--theme-color);
}
.order-button.right.active{
    border-left: 2px solid var(--theme-color);
}

.cc-holder-span{
    display: block;
}
.cc-holder-number{
    display: block;
    color: #808080;
    font-size: 14px !important;
}
.creditcard-list-menu{
    /*margin-top:10px;*/
}
.creditcard-list-menu span{
    /********** text-transform: uppercase; *******/
    font-size: 14px !important;
    color: #808080;
}

.list-item-title{
    display: block;
    text-align: left;
}
.list-item-details{
    display: block;
    color: #808080;
    font-size: 14px !important;
    text-align: left;
}

.content-sp-filter-box.disabled,
.content-sp-filter-box.disabled span{
    color: #bababa !important;
}

.available-menu-message {
    text-align: center;
    color: #1E88E5;
    font-size: 14px !important;
    font-weight: 400;
    padding-top: 5px;
}
.unavailable-menu-message {
    text-align: center;
    color: #9c1f1f;
    font-size: 14px !important;
    font-weight: 400;
    padding-top: 5px;
}

/********************************************/
/** checkbox Style ***/

/* Style-1 + Style-2 */
.checkbox-style,
.radio-style {
    opacity: 0;
    position: absolute;
}

.checkbox-style, .radio-style,
.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-style-1-label, .radio-style-1-label,
.checkbox-style-2-label, .radio-style-2-label,
.checkbox-style-3-label, .radio-style-3-label { position: relative; }

.checkbox-style-1-label:before, .radio-style-1-label:before,
.checkbox-style-2-label:before, .radio-style-2-label:before,
.checkbox-style-3-label:before, .radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.radio-style-1-label:before,
.radio-style-2-label:before,
.radio-style-3-label:before { border-radius: 50%; }

.checkbox-style:checked + .checkbox-style-1-label:before { background: #1ABC9C; }
.radio-style:checked + .radio-style-1-label:before { background: #CCC; }

/* Checkbox-small + Radio-small */
.checkbox-style-1-label.checkbox-small:before,
.radio-style-1-label.radio-small:before,
.checkbox-style-2-label.checkbox-small:before,
.radio-style-2-label.radio-small:before,
.checkbox-style-3-label.checkbox-small:before,
.radio-style-3-label.radio-small:before {
    border: 2px solid #DDD;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
}

/* Style-2 */
.checkbox-style:checked + .checkbox-style-2-label:before {
    background: #000;
    /*box-shadow: inset 0px 0px 0px 4px #fff;*/
    content: "\e372";
    font-family: 'icomoon';
    color: #BBB;
}
.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before {
    box-shadow: inset 0px 0px 0px 4px #fff;
    content: "";
    background: #000;
}

.radio-style:checked + .radio-style-2-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }
.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; }

/* style-3 */
.checkbox-style:checked + .checkbox-style-3-label:before,
.radio-style:checked + .radio-style-3-label:before {
    content: "\e372";
    font-family: 'icomoon';
    /*background: #1ABC9C;*/
    color: #FFF;
}
.radio-style:checked + .radio-style-3-label:before {
    color: #BBB;
    background-color: #000;
}

/* style-3 - Small */
.checkbox-style + .checkbox-style-3-label.checkbox-small:before,
.radio-style + .radio-style-3-label.radio-small:before {
    border: 1px solid #BBB;
    width: 16px;
    height: 16px;
    margin: 0 8px 1px 0;
    font-size: 7px;
    line-height: .8;
}

/********************************************/
/** New checkbox Style without data-togle ***/

.checkbox-styled input[type=checkbox],
.checkbox-styled input[type=radio] {
    display: none;
}
.checkbox-styled .label-styled:before{
    border-radius: 3px;
}
.checkbox-styled input[type=checkbox]:checked + .label-styled:before,
.checkbox-styled input[type=radio]:checked + .label-styled:before{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 24px;
    color: #77a82a;
    text-align: center;
    line-height: 15px;
}
.label-styled{
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*padding-left: 25px;*/
    padding: 5px 0 5px 25px;
    margin-right: 15px;
    /*font-size: 15px;*/
}
.label-styled:before {
    content: "";
    display: inline-block;

    width: 20px;
    height: 20px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 6px;
    /*background-color: #aaa;*/
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.checkbox-styled input[type=checkbox]:checked ~ .label-styled,
.checkbox-styled input[type=radio]:checked ~ .label-styled{
    color:#77a82a;
}

.label-styled span{
    font-weight: normal;
    float:left;
    width: 100%;
}
.poPrice{
    color: #808080;
}

/************** END STYLED CHECKBOX ******************/



/************** CHECKBOX LIST ******************/

.market-checkbox-button{
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /*border-left: 3px solid #ccc;*/
    border: none;
    border-radius: 10px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #f1f1f1;
    /*margin-bottom: 10px;*/
}

.market-checkbox-button label {
    margin: 0 !important;
    padding:0 !important;
    font-weight: 400 !important;
    cursor: pointer;
}
.market-checkbox-button label.full-width{
    width: 100%;
}

.market-checkbox-button label div {
    display:block;
    padding: 10px 15px;
}

.market-checkbox-button label input {
    display: none;
}

.market-checkbox-button input:hover + div {}

.market-checkbox-button input:checked + div,
.market-checkbox-button input:checked + div div{
    /*color: #226997;*/
    color: #000;
    font-weight: 400;
}

.market-checkbox-list-text{
    color: #707070;
}
.market-checkbox-list-text .title{
    margin-bottom: 5px;
}
.market-checkbox-list-text.po-box{
    padding-left: 30px;
}
@media (max-width: 768px) {
    .market-checkbox-list-text.po-box{
        padding-left: 15px;
    }
}
.market-checkbox-button input:checked ~ div i,
.market-checkbox-button input:checked ~ div span.hidden-qty{
    display: block !important;
}

.market-checkbox-button input:disabled ~ div{
    opacity: 0.6;
}

.market-checkbox-button input:checked:hover + div {}


/*.apt-checkbox-list-container{
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.apt-checkbox-list-container .apt-checkbox-list-title{
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    padding: 15px;
}*/
/*.market-checkbox-button.market-checkbox-button-last{
    border-bottom: none;
}
.market-checkbox-button.last{
    border-bottom: none;
}

.market-list-item{
    border-bottom: 1px solid #ccc;
}*/

.market-list-item.market-list-item-last{
    border-bottom: none !important;
}


.small-info{
    font-size: 14px !important;
    color: #a0a0a0;
}

/************** END CHECKBOX LIST ******************/


.icon-svg-cart {
    height: 26px;
    cursor: pointer;
}
.icon-svg-cart-add-item {
    height: 35px;
    cursor: pointer;
}

.ui-datepicker table td.ui-datepicker-current-day .ui-state-active{background-color:#000;color:#fff}
.ui-datepicker table td.ui-datepicker-today .ui-state-highlight{background-color:#666;color:#fff}

.user-item-list-button{
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding:10px 15px;
    text-align: center;
    width: 100%;
    color:#000;
}
.user-item-list-box{
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    padding:15px 15px;
    text-align: center;
    width: 100%;
    color:#000;
}

.delete-item-cross{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.delete-item-message-content{
    color:#808080;
    font-size: 14px;
}

.delete-item-message-content .no,
.delete-item-message-content .yes{
    margin-top:10px;
    font-weight: 500;
    cursor: pointer;
}

.delete-item-message-content .no:hover,
.delete-item-message-content .yes:hover{
    text-decoration: underline;
}

.delete-item-message-content .yes{
    color: #b50000;
}


.poRight {
    position: absolute;
    right: 0px;
    padding: 10px 14px;
    cursor: pointer;
}
/*.no-fixed .bottom-fixed-button-box{
    position: relative;
    height: auto;
}*/
/*.no-fixed .bottom-fixed-button-box.double{
    height: auto;
}*/

.no-fixed-bottom-fixed-button-box{
    /*position: fixed;*/
    /*bottom: 0;*/
    /*height: 61px;*/
    background-color: #fff;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #b9b9b9;
}

/** LEFT MENU BAR ***/

.left-menu {
    /*background-color: #f1f1f1;*/
    padding: 15px;
}

.left-menu-bar .menu-name{
    font-weight: 500;
    padding:15px;
    font-size: 18px;
    cursor: pointer;
}
.left-menu-bar .menu-section-name{
    padding: 5px;
    padding-left: 30px;
    cursor: pointer;
}
.left-menu-bar .menu-section-name.first{
    padding-top:0px
}
.left-menu-bar .menu-name:hover,
.left-menu-bar .menu-section-name:hover{
    text-decoration: underline;
}
.text-left{
    text-align: left !important;
}

/** CheckoutActions discount **/
.coupon-box{
    text-align: center;
    padding: 15px;
}

.coupon-box .coupon-code{
    font-weight: 500;
}

.coupon-box .coupon-code .coupon-code-sign {
    top: -2px;
    position: absolute;
    margin-left: 10px;
}

.coupon-box.valid{
    border: 1px solid #25a300;
}
.coupon-box.valid .coupon-code{
    color: #25a300;
}

.coupon-box.invalid{
    border: 1px solid #b32828;
}
.coupon-box.invalid .coupon-code{
    color: #b32828;
}
/** End CheckoutActions discount **/

.checkout-action{
    /*color: yellowgreen;*/
}


.full-width {
    width: 100% !important;
}


.modal-product-option-category {
    padding:10px 15px !important; background-color: #f7f7f7; font-size: 16px; font-weight: 500;
    margin-bottom: 10px;
}
.modal-product-option-category-conditions {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.ui-datepicker {
    border: none;
}

.modal-content {
    border-radius: 0px;
}


.st-title,
.st-title span{
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}


#sinqro-market-app {
    padding-bottom: 30px;
}


.footer-app {
    background-color: yellowgreen;
    /*background-color: #f9f9f9;*/
    position: fixed;
    width: 100vw;
    height: 20vh;
    max-height: 300px;
    z-index: -1;
    bottom: -10vh;
    left: -5%;
    width: 110%;
    border-radius: 100% 100% 0% 0%;
}

.btn-account-index {
    border: 1px solid #f9f9f9d1;
    margin-bottom: 10px;
    background-color: #fff;    
    padding: 20px 20px;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    display: block;
    font-weight: 500;
}
.btn-account-index:hover {
    margin-bottom: 10px;background-color: #fff;
    
}

button {
    border-radius: 6px;
} 

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

/*! Loaders */

.appLoader {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	border: .2rem solid;
	border-color: #ccc;
	border-top-color: #f4f4f4;
	border-left-color: #f4f4f4;
	display: inline-block;
	-webkit-animation: appLoader .75s linear infinite;
	animation: appLoader .75s linear infinite;
	margin: 0 .5em;
	vertical-align: middle;
}

.appLoader.appLoader-xs {
	width: 1.25rem;
	height: 1.25rem;
	border-width: .1rem
}

.appLoader.appLoader-sm {
	width: 1.75rem;
	height: 1.75rem;
	border-width: .13333rem
}

.appLoader.appLoader-lg {
	width: 2.75rem;
	height: 2.75rem;
	border-width: .3rem
}

.appLoader.appLoader-xl {
	width: 3.25rem;
	height: 3.25rem;
	border-width: .4rem
}

.appLoader.appLoader-secondary {
	border-color: #e6e6e6;
	border-top-color: #aaa;
	border-left-color: #aaa
}

.appLoader.appLoader-success {
	border-color: #d5f6d9;
	border-top-color: #2ecc40;
	border-left-color: #2ecc40
}

.appLoader.appLoader-info {
	border-color: #d6f5f5;
	border-top-color: #39cccc;
	border-left-color: #39cccc
}

.appLoader.appLoader-warning {
	border-color: #ffe4cc;
	border-top-color: #ff851b;
	border-left-color: #ff851b
}

.appLoader.appLoader-danger {
	border-color: #ffcfcc;
	border-top-color: #ff4136;
	border-left-color: #ff4136
}

.appLoader.appLoader-light {
	border-color: #e6e6e6;
	border-top-color: #fff;
	border-left-color: #fff
}

.appLoader.appLoader-dark {
	border-color: #e6e6e6;
	border-top-color: #111;
	border-left-color: #111
}

.appLoader-bg {
	position: relative
}

.appLoader-bg:after {
	content: "";
	position: absolute;
	top: calc(50% - 1.125rem);
	left: calc(50% - 1.125rem);
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	border: .2rem solid #cce7ff;
	border-top-color: #0074d9;
	border-left-color: #0074d9;
	-webkit-animation: appLoader .75s linear infinite;
	animation: appLoader .75s linear infinite
}

.appLoader-bg.appLoader-bg-xs:after {
	top: calc(50% - .625rem);
	left: calc(50% - .625rem);
	width: 1.25rem;
	height: 1.25rem;
	border-width: .1rem
}

.appLoader-bg.appLoader-bg-sm:after {
	top: calc(50% - .875rem);
	left: calc(50% - .875rem);
	width: 1.75rem;
	height: 1.75rem;
	border-width: .13333rem
}

.appLoader-bg.appLoader-bg-lg:after {
	top: calc(50% - 1.375rem);
	left: calc(50% - 1.375rem);
	width: 2.75rem;
	height: 2.75rem;
	border-width: .3rem
}

.appLoader-bg.appLoader-bg-xl:after {
	top: calc(50% - 1.625rem);
	left: calc(50% - 1.625rem);
	width: 3.25rem;
	height: 3.25rem;
	border-width: .4rem
}

.appLoader-bg.appLoader-bg-secondary:after {
	border-color: #e6e6e6;
	border-top-color: #aaa;
	border-left-color: #aaa
}

.appLoader-bg.appLoader-bg-success:after {
	border-color: #d5f6d9;
	border-top-color: #2ecc40;
	border-left-color: #2ecc40
}

.appLoader-bg.appLoader-bg-info:after {
	border-color: #d6f5f5;
	border-top-color: #39cccc;
	border-left-color: #39cccc
}

.appLoader-bg.appLoader-bg-warning:after {
	border-color: #ffe4cc;
	border-top-color: #ff851b;
	border-left-color: #ff851b
}

.appLoader-bg.appLoader-bg-danger:after {
	border-color: #ffcfcc;
	border-top-color: #ff4136;
	border-left-color: #ff4136
}

.appLoader-bg.appLoader-bg-light:after {
	border-color: #e6e6e6;
	border-top-color: #fff;
	border-left-color: #fff
}

.appLoader-bg.appLoader-bg-dark:after {
	border-color: #e6e6e6;
	border-top-color: #111;
	border-left-color: #111
}

@-webkit-keyframes appLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes appLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.paymentMethodRow {
    padding: 6px;
}

.creditCardBox {
    padding: 5px;
}


.cc_banner-wrapper {
    z-index: 1 !important;
}

.checkout-headline{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    /*background-color: #fff;*/
    /*border-radius: 10px;*/
}
.top-icons-message{
    font-weight: 400;
}
.top-icons-message.msg-right{
    padding-right: 10px;
}
.top-icons-message.msg-left{
    padding-left: 5px;
}


.prevent-top-message{
    margin-top:0px;
    /*margin-top:40px;*/
}
.market-alert{
    background-color: #FF0000;
    height: auto;
    min-height: 45px;
    /*position: fixed;*/
    /*top: 0px;*/
    /*z-index: 990;*/
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 18px;
    /*font-weight: 500;*/
    padding: 8px;
}

.market-alert.warning{
    background-color: #ff9719;
}

.market-alert.checkout-mode{
    margin-top:21px;
}

@media(max-width:767px) {
    .market-alert{
        font-size: 16px;
    }

    .market-alert.checkout-mode{
        min-height: 45px;
        margin-top: 32px;
    }
}

@media(max-width:400px) {
    .market-alert{
        font-size: 14px;
    }
    .market-alert.checkout-mode{
        min-height: 45px;
        margin-top: 32px;
    }
}

.clickable-order-section-title{
    background-color: white;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    padding-left: 15px !important;
    margin-top: 10px;
    margin-bottom: 5px;
}
.clickable-order-section-title span{

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.clickable-order-section-title.order-menu-name,
.clickable-order-section-title .order-menu-name{
    padding-top: 5px;
    padding-bottom: 2px;
}
.clickable-order-section-products{
    margin-top:10px;
    transition: width 600ms ease-out, height 600ms ease-out;
    padding-top:10px;
}
.menu-section-sd{
    /*float: left;*/
    /*max-width: 60%;*/
    /*margin-left: 15px;*/
    font-weight: normal;

}

.clickable-titles-padding-box{
    padding-left: 5px;
    padding-right: 5px
}



@media (max-width: 768px) {

    .clickable-titles-padding-box{
        padding-left: 0px;
        padding-right: 0px
    }

}

.btn-app-light {
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    padding:10px 15px;
}


#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}


h5,
.h5 {
	font-size: 14px;
}

.btn {
    font-size: 15px;
}

.yellowgreen {
    color: yellowgreen;
}

.orange {
    color: orange;
}

.order-pages-title {
    margin-top: 0px;margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.price {
    font-size: 16px;
}

.unavailable-text {
    text-decoration:line-through;
}

.alert-danger {
    padding: 12px;
    color: #ffffff;;
    border-radius: 5px;
    background-color:#C41200;
    margin-bottom: 5px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
    color: black;
    
}

.addressLabel {
  font-size: 14px !important;
  margin-top: 10px;
  font-weight: 500;
  text-transform: none;
}

.header-logo {
    max-height: 36px;
    max-width: 189px;
    width: auto !important;
    height: auto !important;
}


@media (max-width: 400px) {
    .header-logo {
        max-height: 30px;
        max-width: 189px;
        width: auto !important;
        height: auto !important;
    }
}

.mb-20 {
    margin-bottom: 20px !important;
}