@font-face {
    font-family: 'SlateForOnePlus-Regular';
    src: url('../fonts/SlateForOnePlus-Regular/SlateForOnePlus-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SlateForOnePlus-Regular/SlateForOnePlus-Regular.woff') format('woff'), url('../fonts/SlateForOnePlus-Regular/SlateForOnePlus-Regular.ttf')  format('truetype'), url('../fonts/SlateForOnePlus-Regular/SlateForOnePlus-Regular.svg#SlateForOnePlus-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SlateForOnePlusLight';
    src: url('../fonts/SlateForOnePlusLight/SlateForOnePlusLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/SlateForOnePlusLight/SlateForOnePlusLight.woff') format('woff'), url('../fonts/SlateForOnePlusLight/SlateForOnePlusLight.ttf')  format('truetype'), url('../fonts/SlateForOnePlusLight/SlateForOnePlusLight.svg#SlateForOnePlusLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "SlateForOnePlusLight";
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.catheader:not(.collapsed) {
    color: #ce0b10 !important;
}

.catheader .collapsed {
    color: #000000 !important;
}

.with-top-line {
    border-top: 1px solid #eeeeee;
}
.no-line {
    border: 0 !important;
}
.padding-top {
    padding-top: 15px !important;
}
.basketitems li {
    margin: 0 !important;
    padding: 5px !important;
}
.basketitems {
    margin: 0 !important;
    padding: 0 !important;
}

.item-title, .item-price {
    font-weight: 300;
}
.item-title.item-main {
    font-weight: 600;
}
.item-description {
    padding-top: 8px !important;
}

.item-price{
    padding-right: 15px;
}
.item-option {
    margin-top: 15px !important;
}
.multiple-minus, .multiple-minus:hover, .multiple-minus:focus {
    text-decoration: none;
    color: #000000;
}

.multiple-minus:hover, .multiple-minus:focus {
    text-decoration: none;
    color: #000000;
    cursor: hand;
}




.item-add, .multiple-add {
    min-height: 32px !important;
    min-width: 34px !important;
    padding: 8px;
    background-color: #fec752 !important;
    border: 0;
}

/*.multiple-add {*/
    /*height: 32px !important;*/
    /*width: 34px !important;*/
    /*padding-top: 8px;*/
    /*background-color: #fec752 !important;*/
    /*border: 0;*/
/*}*/

.multiple-add.disabled {
    background-color: #e9e9e9 !important;
}

.modal-option-radio:hover {
    background-color: #eeeeee;
}

.button-k, .button-k:hover, .button-k:focus {
    background-color: #fec752 !important;
    border: 0;
    color: #424242;
}

.button-k.disabled {
    background-color: #e9e9e9 !important;
}

.item-right {
    float: right;
}

.item-single {
    border-bottom: 1px #eeeeee dashed;
    margin-bottom: 5px !important;
}
.item-description {
    font-size: 11px;
}

.item-multi {
    border-bottom: 1px #eeeeee dashed;
    padding-bottom: 25px !important;
    margin-bottom: 5px !important;
}

.option-title {
    text-indent: 30px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}
.option-title-main {
    padding-top: 5px;
}

.basket-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-top: 1px #eeeeee solid;
    background-color: #ffffff;
    z-index: 99999;
}

.basket-footer > .basket-button {
    padding: 5px;
    font-weight: 100;
    font-size: 14px;
}
.basket-footer > .basket-button a {
    font-weight: 100;
    font-size: 14px;
    font-family: "SlateForOnePlusLight";
}
.modal-option-radio {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    border-bottom: 1px #eeeeee dashed;
    margin-bottom: 5px !important;
}
.modal-option-multiple {
    padding-top: 7px;
    padding-bottom: 10px;
    padding-right: 15px;
}
.modal-option-multiple-selected {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    background-color: #f5f5f5;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #eeeeee;
    margin-left: 60px;
}
.full-option {
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 5px;
}

.modal-option-selected {
    /*margin-top: -10px;*/
    padding: 8px 15px 8px 30px;
    border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
    .order-body {
        margin-bottom: 100px;
    }
}
.banner {
    padding-top: 2px;
    padding-bottom: 2px;
    max-height: 30px !important;
    margin-bottom: 20px;
    margin-top: -20px;
    border-bottom: 1px solid #ececec;
    background-color: #ffffff;
}
.panel-title {
    font-family: "SlateForOnePlusLight";
    font-size: 20px;
}

.panel-title i {
    color: #bababa;
    font-weight: 100;
}

.categorySection {
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0 !important;
}

.panel-group {
    background-color: #FFFFFF;
    border-bottom: 1px #eeeeee solid;
    border-radius: 5px;
}

.minus-item {
    color: #c1c1c1;
}

.minus-item:hover {
    color: #ce0b10;
}


.restaurant-nav {
    color: #000000;
    font-family: "SlateForOnePlusLight";
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: -6px;
}

.restaurant-nav li {
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
}

.restaurant-nav a {
    color: #000000;
}

.restaurant-nav .active a, .restaurant-nav a:hover  {
    font-family: "SlateForOnePlusLight";
    padding-bottom: 10px;
    border-bottom: 3px solid #ce0b10 !important;
    text-decoration: none;
    cursor: hand;
}
.notify {
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    position: fixed;
    opacity: 0.9;
    display: none;
}
.notify-success {
    background-color: #3acf48;
}

.notify-danger {
    background-color: #cf7c7b;
}
.basket-alert {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: -5px;
    background-color: #f7e1a8;
    border-radius: 2px;
}
.list-group-item {
    font-family: "SlateForOnePlusLight";
}

.basket-alert-text {
    font-size: 12px;
    font-family: "SlateForOnePlusLight";
    padding: 8px;
    text-align: center;

}
.modal-note {
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    color: #ce0b10;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.notify .note-div {
    line-height: 30px !important;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-family: "SlateForOnePlusLight";
    font-size: 12px;
}
.basket-option-span {
    padding-left: 25px;
    font-size: 12px;
    color: #757575;
    font-family: "SlateForOnePlusLight";
}

.basket-item-span {
    padding-left: 5px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline-block;
}
.basket-price-span {
    white-space:nowrap;
}

.footer {
    background-color: #FFFFFF;
    padding-top: 10px;
    border-top: 6px #ffeef5 double;
}
.footer h5 {
    border-bottom: 1px #eeeeee solid;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
}
.footer .btn-link {
    color: #999999;
    font-size: 14px;
}
.footer .footer-list {
    list-style: none;
    padding: 0;
}
.footer .footer-list li {
    padding-bottom: 10px;
}
.footer .footer-cards {
    margin-bottom: 50px;
}
.footer .footer-cards .footer-cards-div {
    text-align: right;
}

.terms .terms-list {
    list-style: none;
    padding: 0;
}
.terms .terms-list li {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .footer .footer-cards {
        margin-bottom: 100px;
    }
}

.modal-footer {
    padding: 0;
}
@media (max-width: 767px) {
    body.modal-open {
        overflow: hidden;
        position: fixed;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.menumodal-selected-item {
    border-bottom: 1px solid #cacaca;
    padding: 12px 16px 12px 60px;
    font-weight: 500;
    position: relative
}
.menumodal-selected-item:before {
    font-family: 'Glyphicons Halflings' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e013";
    color: #FFFFFF;
    left: 16px;
    top: 14px;
    position: absolute;
    z-index: 1
}
.menumodal-selected {
    background-color: #f5f5f5;
}
.menumodal-selected p {
    margin: 0;
    font-weight: 800;
}
.menumodal-selected span {
    font-weight: 100;
}
.hand-cursor:hover, .hand-cursor:focus {
    cursor: hand !important;
}
.menumodal-selected-item:after {
    background: #00ac41;
    width: 46px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: ""
}
.menumodal-options-header {
    background: #edf5ff;
    border-bottom: 1px solid #cacaca;
    min-height: 44px;
    width: 100%;
    overflow: hidden
}

.menumodal-options-header h2 {
    font-size: 16px;
    line-height: 19px;
    padding: 12px 16px;
    float: left;
    margin: 0;
    font-weight: 700;
}

.menumodal-options-header span {
    line-height: 19px;
    padding: 12px 16px;
    float: left;
    margin: 0;
    font-size: 10px;
    color: #ff0000;
}
.modal-footer {
    background-color: #f5f5f5;
}

