.headline[data-v-530ad160] {
  font-size: 32px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

hr[data-v-530ad160] {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right[data-v-530ad160] {
    text-align: right !important;
}

.text-center[data-v-530ad160] {
    text-align: center !important;
}

.jumbo[data-v-530ad160] {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert[data-v-530ad160] {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info[data-v-530ad160] {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success[data-v-530ad160] {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger[data-v-530ad160] {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning[data-v-530ad160] {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary[data-v-530ad160] {
    color: #868789;
}

.link--navigation[data-v-530ad160] {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation[data-v-530ad160] {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper[data-v-530ad160] {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container[data-v-530ad160] {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input[data-v-530ad160] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[data-v-530ad160] {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark[data-v-530ad160] {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark[data-v-530ad160] {
    background-color: #2196F3;
}

.checkmark[data-v-530ad160]:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark[data-v-530ad160]:after {
    display: block;
}

.checkbox--container .checkmark[data-v-530ad160]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container[data-v-530ad160] {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark[data-v-530ad160] {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark[data-v-530ad160]:after {
    left: 5px;
    top: 3px;
}

.row[data-v-530ad160] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8[data-v-530ad160] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4[data-v-530ad160] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row[data-v-530ad160] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8[data-v-530ad160] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4[data-v-530ad160] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.brand[data-v-530ad160] {
    color: #202125;
}

.brand[data-v-530ad160]:hover {
    text-decoration: none;
}

.cart[data-v-530ad160] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 5;
}

.cart__info[data-v-530ad160] {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}


.cart__info--right[data-v-530ad160] {
    text-align: right;
    min-width: 200px;
}

.cart__info--left[data-v-530ad160] {
    font-weight: 500;
}

.cart__button[data-v-530ad160] {
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #009de0;
    line-height: 40px;
    font-size: 18px;
    white-space: nowrap;
    min-width: 160px;
    border: 0;
    cursor: pointer;
}

.cart__add-remove{
    display:flex;
    justify-content: center;
    align-items: center;
    column-gap: .2em;
}

.cart__btn-addsub{
    margin: 0 0.3em;
    background: transparent;
    border: 0.01em solid grey;
    /*border: none;*/
    /*width: 2em;*/
    /*height: 1.5em;*/
    text-align: center;
    /*padding: 0.1em 0.1em;*/
    border-radius: 3px;
    font-size: 1em;

}

@media only screen and (max-width: 767px) {
    .cart__info--left[data-v-530ad160] {
        display: none;
    }

    .cart__info--center[data-v-530ad160] select{
        /*display: none;*/
        height: 42px;
    }

    .cart__info[data-v-530ad160] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
.headline[data-v-885df5ca] {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr[data-v-885df5ca] {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right[data-v-885df5ca] {
    text-align: right !important;
}

.text-center[data-v-885df5ca] {
    text-align: center !important;
}

.jumbo[data-v-885df5ca] {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert[data-v-885df5ca] {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info[data-v-885df5ca] {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success[data-v-885df5ca] {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger[data-v-885df5ca] {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning[data-v-885df5ca] {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary[data-v-885df5ca] {
    color: #868789;
}

.link--navigation[data-v-885df5ca] {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation[data-v-885df5ca] {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper[data-v-885df5ca] {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container[data-v-885df5ca] {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input[data-v-885df5ca] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[data-v-885df5ca] {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark[data-v-885df5ca] {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark[data-v-885df5ca] {
    background-color: #2196F3;
}

.checkmark[data-v-885df5ca]:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark[data-v-885df5ca]:after {
    display: block;
}

.checkbox--container .checkmark[data-v-885df5ca]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container[data-v-885df5ca] {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark[data-v-885df5ca] {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark[data-v-885df5ca]:after {
    left: 5px;
    top: 3px;
}

.row[data-v-885df5ca] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8[data-v-885df5ca] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4[data-v-885df5ca] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row[data-v-885df5ca] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8[data-v-885df5ca] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4[data-v-885df5ca] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.overlay[data-v-885df5ca] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 100;
}

@-webkit-keyframes fade-data-v-885df5ca {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-data-v-885df5ca {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.notification-wrapper[data-v-885df5ca] {
    -webkit-animation: .2s linear fade-data-v-885df5ca;
    animation: .2s linear fade-data-v-885df5ca;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 375px;
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    padding: 10px 20px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.notification-wrapper .alert.alert-success[data-v-885df5ca] {
    color: #22bb33;
    background: transparent;
    border: transparent;
}

.notification-wrapper .alert.alert-danger[data-v-885df5ca] {
    color: #cc0000;
    background: transparent;
    border: transparent;
}

.notification-wrapper .alert.alert-info[data-v-885df5ca] {
    color: #868789;
    background: transparent;
    border: transparent;
}

.notification-wrapper .alert.alert-warning[data-v-885df5ca] {
    color: #ffc107;
    background: transparent;
    border: transparent;
}

.btn[data-v-885df5ca] {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 1em 3em;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700;
}

.btn.btn-danger[data-v-885df5ca] {
    border-color: #cc0000;
    color: #cc0000;
}

.btn.btn-danger[data-v-885df5ca]:hover {
    background-color: #cc0000;
    color: #fff;
}

.btn.btn-success[data-v-885df5ca] {
    border-color: #22bb33;
    color: #22bb33;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-success[data-v-885df5ca]:hover {
    background-color: #22bb33;
    color: #fff;
}

.btn.btn-warning[data-v-885df5ca] {
    border-color: #ffc107;
    color: #ffc107;
}

.btn.btn-warning[data-v-885df5ca]:hover {
    background-color: #ffc107;
    color: #fff;
}

.btn.btn-info[data-v-885df5ca] {
    border-color: #868789;
    color: #868789;
}

.btn.btn-info[data-v-885df5ca]:hover {
    background-color: #868789;
    color: #fff;
}

.notification[data-v-885df5ca] {
    position: relative;
}

.notification__remove[data-v-885df5ca] {
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 22px;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.notification__actions[data-v-885df5ca] {
    padding: 2em 0 0;
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #009de0;
}

body {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    margin: 0;
    padding-top: 60px;
    color: #202125;
}

.content {
    max-width: 960px;
    margin: 10px auto 0;
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-sm-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.info {
    padding-left: 5vw;
    padding-right: 5vw;
}

.table tr:last-child th,
.table tr:last-child td {
    border-bottom: 0 !important;
}

.table:hover tr {
    opacity: 0.6;
}

.table:hover tr:hover {
    opacity: 1;
}

@media only screen and (max-width: 990px) {
    .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col-sm-6 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .table {
        width: 100% !important;
    }
}

@media only screen and (min-width: 990px) {
    .info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block.left {
        padding-right: 5vw;
        line-height: 1.6em;
    }

    .block.right {
        padding-left: 5vw;
    }
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.menu__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu__option__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-left: 20px;
    padding-right: 20px;
}

.menu__option__image img {
    width: 100%;
    height: auto;
}

.menu__option__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: right;
    padding-right: 10px;
    color: #009de0;
    font-size: 85%;
}

.menu__option__name {
    margin-top: 0;
    margin-bottom: 0.25em;
}

.menu__option__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu__option__description p {
    margin-bottom: 0;
}

.menu__option__text {
    font-size: 75%;
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 1px solid #bababb;
    position: relative;
}

.menu__item__cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    cursor: pointer;
}

.menu__item__button {
    font-size: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    background: transparent;
}

.menu__item__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
    cursor: pointer;
}

.menu__item__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.menu__item__preview img {
    width: 100%;
    height: auto;
}

.menu__item__text {
    color: #868789;
}

.menu__item__price {
    color: #009de0;
    padding-bottom: 20px;
}

.menu__item__count {
    padding-top: 0.5em;
}

@media only screen and (max-width: 767px) {
    .menu__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-top:0;

    }

    .menu__item__cart {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
    }

    .menu__item__description h4{
        margin-top: 0;
    }

    .menu__item__name,
    .menu__item__text {
        padding-right: 60px;
        z-index: 1;
    }
}
.headline[data-v-8dc7cce2] {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr[data-v-8dc7cce2] {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right[data-v-8dc7cce2] {
    text-align: right !important;
}

.text-center[data-v-8dc7cce2] {
    text-align: center !important;
}

.jumbo[data-v-8dc7cce2] {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert[data-v-8dc7cce2] {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info[data-v-8dc7cce2] {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success[data-v-8dc7cce2] {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger[data-v-8dc7cce2] {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning[data-v-8dc7cce2] {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary[data-v-8dc7cce2] {
    color: #868789;
}

.link--navigation[data-v-8dc7cce2] {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation[data-v-8dc7cce2] {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper[data-v-8dc7cce2] {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container[data-v-8dc7cce2] {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input[data-v-8dc7cce2] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[data-v-8dc7cce2] {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark[data-v-8dc7cce2] {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark[data-v-8dc7cce2] {
    background-color: #2196F3;
}

.checkmark[data-v-8dc7cce2]:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark[data-v-8dc7cce2]:after {
    display: block;
}

.checkbox--container .checkmark[data-v-8dc7cce2]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container[data-v-8dc7cce2] {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark[data-v-8dc7cce2] {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark[data-v-8dc7cce2]:after {
    left: 5px;
    top: 3px;
}

.row[data-v-8dc7cce2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8[data-v-8dc7cce2] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4[data-v-8dc7cce2] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row[data-v-8dc7cce2] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8[data-v-8dc7cce2] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4[data-v-8dc7cce2] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.cart__button[data-v-8dc7cce2],.login__button[data-v-1e8ee170] {
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #009de0;
    line-height: 40px;
    font-size: 18px;
    white-space: nowrap;
    width: 160px;
    border: 0;
    cursor: pointer;
}

.login__button[data-v-1e8ee170]{background-color:transparent;color:#009de0;font-size:14px;padding-right:5px}

@media only screen and (max-width:590px){.login__button[data-v-1e8ee170]{display:none}}


.home__checkout h3[data-v-8dc7cce2] {
    padding-left: 0;
    padding-right: 0;
}

.sticky[data-v-8dc7cce2] {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

@media only screen and (max-width: 991px) {
    .home__checkout[data-v-8dc7cce2] {
        display: none;
    }
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.user {
    padding: 2em 1em;
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0.5em;
}

.form__field #city{
    overflow: hidden;
    text-overflow: ellipsis;
}

.form__label {
    font-weight: 600;
    display: block;
    padding-bottom: 0.25em;
}

.form__input {
    display: block;
    padding: 0.5em 1em;
    width: 100%;
    font-size: 1.25em;
    border-radius: 2px;
    border: 1px solid #bababb;
}

.form__input2 {
    display: block;
    padding: 0.3em 0.6em;
    width: 100%;
    font-size: 1em;
    border-radius: 2px;
    border: 1px solid #bababb;
}



.vue-tel-input {
    border: 1px solid #bababb;
    font-size: 1.25em;
    border-radius: 2px;
    height: 2.5em;
    position: relative;
}

.vue-tel-input .vti__dropdown-list {
    width: 100%;
    min-width: 300px;
    margin-top: 15px;
}

.vue-tel-input .vti__dropdown-item {
    font-size: 0.8em;
}

.vue-tel-input input {
    font-size: 0.9em;
}

.error .form__label {
    color: #cc0000;
}

.error .form__input {
    border-color: #cc0000;
}

.error .vue-tel-input {
    border-color: #cc0000;
}

.form__timeslots {
    border: 1px solid #bababb;
    margin-top: 1em;
    background-color: #ededee;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__timeslots.error {
    border: 1px solid #cc0000;
}

.form__timeslot {
    background-color: #fff;
    border: 1px solid #bababb;
    padding: 1em 0;
    min-width: 40%;
    text-align: center;
    margin: 1em 5%;
    cursor: pointer;
}

.form__timeslot:hover {
    border: 1px solid #009de0;
}

.form__timeslot.selected {
    border: 1px solid #009de0;
    color: #009de0;
}

.form__well {
    padding-top: 10px;
    padding-bottom: 20px;
}

.vue-tel-input {
    border-radius: 3px;
    display: flex;
    border: 1px solid #bbb;
    text-align: left
}

.vue-tel-input.disabled .dropdown,
.vue-tel-input.disabled .selection,
.vue-tel-input.disabled input {
    cursor: no-drop
}

.vue-tel-input:focus-within {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.vti__dropdown {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.vti__dropdown.show {
    max-height: 300px;
    overflow: scroll
}

.vti__dropdown.open {
    background-color: #f3f3f3
}

.vti__dropdown:hover {
    background-color: #f3f3f3
}

.vti__selection {
    font-size: .8em;
    display: flex;
    align-items: center
}

.vti__selection .vti__country-code {
    color: #666
}

.vti__flag {
    margin-right: 5px;
    margin-left: 5px
}

.vti__dropdown-list {
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 390px
}

.vti__dropdown-list.below {
    top: 33px
}

.vti__dropdown-list.above {
    top: auto;
    bottom: 100%
}

.vti__dropdown-arrow {
    transform: scaleY(.5);
    display: inline-block;
    color: #666
}

.vti__dropdown-item {
    cursor: pointer;
    padding: 4px 15px
}

.vti__dropdown-item.highlighted {
    background-color: #f3f3f3
}

.vti__dropdown-item.last-preferred {
    border-bottom: 1px solid #cacaca
}

.vti__dropdown-item .vti__flag {
    display: inline-block;
    margin-right: 5px
}

.vti__input {
    border: none;
    border-radius: 0 2px 2px 0;
    width: 100%;
    outline: 0;
    padding-left: 7px
}


@media only screen and (min-width: 768px) {
    .form__timeslot {
        min-width: 20%;
        margin: 1em 2.5%;
    }
}
.headline {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.jumbo {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary {
    color: #868789;
}

.link--navigation {
    display: inline-block;
    padding: 1em 0 1em 1em;

}

@media only screen and (max-width: 767px) {
    .link--navigation {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark:after {
    display: block;
}

.checkbox--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark:after {
    left: 5px;
    top: 3px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;

}

@media only screen and (max-width: 991px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.checkout__table {
    width: 85%;
    border-spacing: 0;
    margin: 0;
}

.checkout__table th{
    letter-spacing: .7px;
    /*min-width: 85px;*/
}

.checkout__table th:first-child,
.checkout__table th:nth-last-child(2){
    min-width: 110px;
}

.checkout__table th,
.checkout__table td {
    padding: 1.5em 0;
}

.checkout__table th,
.checkout__table td {
    text-align: left;
    border-bottom: 1.5px solid #000000;

}

.checkout__table th:last-child,
.checkout__table td:last-child {
min-width: 50px;
}

.checkout__button {
    font-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #cc0000;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    padding: 0;
    line-height: 20px;
}

.checkout__button-option {
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #cc0000;
}

.checkout__actions {
    padding-top: 0em;
    padding-bottom: 1em;
    padding-right: 1em;
}

.checkout__button--order {
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #009de0;
    line-height: 40px;
    font-size: 18px;
    white-space: nowrap;
    width: 160px;
    border: 0;
}

.checkout__note {
    margin-bottom: 0;
}

.link--navigation+.checkout__button--order {
    margin-left: 2em;
}

@media only screen and (max-width: 767px) {
    .link--navigation+.checkout__button--order {
        margin-left: 0.5em;
    }
}

@media screen and (max-width: 767px){
    .user{
        min-width: 90%;
    }

    .checkout__table{
        table-layout: fixed;
        width: 100%;
    }

    .checkout__table th{
        width: 35px;
    }
    .checkout__table th:nth-last-child(2){
    padding-right: 10px;
    }

    .checkout__table th:first-child,
    .checkout__table th:nth-last-child(2){
        width: 110px;
    }

}

@media screen and (max-width: 380px){
    .user{
        min-width: 90%;
    }

    .checkout__table{
        table-layout: fixed;
        width: 100%;
        padding: 0;
    }

    .checkout__table th{
    width: 102px;
    }

    .checkout__table th:nth-last-child(2){
        width: 96px;
    }

    .checkout__table th:last-child{
        width: 30px;
    }

    .mobile-wrapper{
        padding:0;
    }

    .alert-info{
        margin: 0 1em;
    }

}

.headline[data-v-648a0436] {
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

hr[data-v-648a0436] {
    margin: 0;
    border-top: 1px solid #bababb;
}

.text-right[data-v-648a0436] {
    text-align: right !important;
}

.text-center[data-v-648a0436] {
    text-align: center !important;
}

.jumbo[data-v-648a0436] {
    font-size: 1.25em;
}

/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.alert[data-v-648a0436] {
    margin-top: 1em;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-info[data-v-648a0436] {
    border: 1px solid #868789;
    background-color: #ededee;
}

.alert.alert-success[data-v-648a0436] {
    border: 1px solid #22bb33;
    background-color: #b7f2be;
}

.alert.alert-danger[data-v-648a0436] {
    border: 1px solid #cc0000;
    background-color: #ff9999;
}

.alert.alert-warning[data-v-648a0436] {
    border: 1px solid #ffc107;
    background-color: #fff4d3;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/
.link--secondary[data-v-648a0436] {
    color: #868789;
}

.link--navigation[data-v-648a0436] {
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .link--navigation[data-v-648a0436] {
        font-size: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrapper[data-v-648a0436] {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*
|--------------------------------------------------------------------------
| Checkbox
|--------------------------------------------------------------------------
*/
.checkbox--container[data-v-648a0436] {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox--container input[data-v-648a0436] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark[data-v-648a0436] {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #ededee;
    border: 1px solid #bababb;
}

.checkbox--container:hover input~.checkmark[data-v-648a0436] {
    background-color: #ccc;
}

.checkbox--container input:checked~.checkmark[data-v-648a0436] {
    background-color: #2196F3;
}

.checkmark[data-v-648a0436]:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox--container input:checked~.checkmark[data-v-648a0436]:after {
    display: block;
}

.checkbox--container .checkmark[data-v-648a0436]:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.user .checkbox--container[data-v-648a0436] {
    font-size: 15px;
    padding-left: 25px;
}

.user .checkmark[data-v-648a0436] {
    height: 22px;
    width: 22px;
}

.user .checkbox--container .checkmark[data-v-648a0436]:after {
    left: 5px;
    top: 3px;
}

.row[data-v-648a0436] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-8[data-v-648a0436] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    padding-right: 20px;
}

.col-4[data-v-648a0436] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding-left: 20px;
}

@media only screen and (max-width: 991px) {
    .row[data-v-648a0436] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-8[data-v-648a0436] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .col-4[data-v-648a0436] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.form-code[data-v-648a0436] {
    padding: 1em 2em;
    font-size: 22px;
    letter-spacing: 1em;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #aaa;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 700;
}

.form-code.error[data-v-648a0436] {
    border-color: #cc0000;
    -webkit-box-shadow: inset 0 0 6px rgba(204, 0, 0, 0.15);
    box-shadow: inset 0 0 6px rgba(204, 0, 0, 0.15);
}

.confirmation__button[data-v-648a0436] {
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #22bb33;
    line-height: 50px;
    font-size: 22px;
    white-space: nowrap;
    width: 160px;
    border: 0;
    cursor: pointer;
}

.confirmation__button[disabled][data-v-648a0436] {
    pointer-events: none;
    background-color: #999;
    opacity: 0.5;
}

.resend__button[data-v-648a0436] {
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    background-color: #009de0;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    width: 160px;
    border: 0;
    cursor: pointer;
    float: right;
    margin-top: -8px;
}

.resend__button[disabled][data-v-648a0436] {
    background-color: #999;
    pointer-events: none;
    opacity: 0.5;
}

.jumbo[data-v-648a0436] {
    padding-left: 25%;
    padding-right: 25%;
}

@media only screen and (max-width: 768px) {
    .jumbo[data-v-648a0436] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*
|--------------------------------------------------------------------------
| Customer CSS
|--------------------------------------------------------------------------
*/

.error{
       display: none;
       margin-left: 10px;
}

.error_show{
    color: red;
    margin-left: 10px;
}

input.invalid, textarea.invalid, div.invalid{
    border: 2px solid red;
}

input.valid, textarea.valid{
    border: 2px solid green;
}

#modal {
    left: 50%;
    margin: -250px 0 0 -32%;
    opacity: 0;
    position: absolute;
    top: -50%;
    visibility: hidden;
    display: none;
    width: 65%;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

#modal:target {
    opacity: 1;
    top: 50%;
    display: block;
    visibility: visible
}

#modal .header, #modal .footer {
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0
}

#modal .footer {
    border: none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px
}

#modal h2 {
    margin: 0;
    color: #000
}

#modal .btn { float: right }

#modal .copy, #modal .header, #modal .footer {
    padding: 10px;
    color: #000
}

.modal-content {
    background: #fff;
    position: relative;
    z-index: 20;
    border-radius: 5px;
    color: #000
}

#modal .copy { background: #fff }

#modal .overlay {
    background-color: #000;
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.copy a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #E74C3C;
}

/* Tables */

@media screen and (min-width: 600px) and (max-width: 991px){
    .table__opening-hours{
        max-width: 500px;
        padding: 0 40px;
    }
}