body {
    background-color: #F4F5F7;
    font-family: 'basic-sans', serif;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #login {
        padding-top: 80px;
    }

    .btn-scan {
        margin-top: 30px !important;
    }
}

/*
* Google Pay button
*/
.btn-service-google {
    background-color: #000;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    min-height: 40px;
    padding: 12px 24px 10px;
    width: 100%;
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/dark-8191afec51483e108a2dc5f17fb0efd0.svg");
    min-width: 150px;
}

/*
* Apple Pay button
*/
.btn-service-apple {
    background-color: #000;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    min-height: 40px;
    padding: 12px 24px 10px;
    width: 100%;
    background-image: url("/img/apple_pay_icon.svg");
    min-width: 150px;
}


.dropdown-item,
.dropdown-menu-item {
    color: white !important;
    background-color: transparent !important;
    border-bottom: 2px solid rgb(91, 186, 71);
}

.order-here {
    max-width: 195px;
    margin: 10px auto !important;
}

.dropdown-item:hover,
.dropdown-menu-item:hover {
    color: #5bba47 !important;
    border-bottom: 2px solid rgb(91, 186, 71);
}


.blitz-shadow {
    -webkit-box-shadow: 1px 1px 5px rgb(230, 231, 233);
    box-shadow: 1px 1px 5px rgb(230, 231, 233);
}

.carts-header {
    position: sticky;
    /* max-width: 344px; */
    background: #fff;
    right: inherit;
    /* left: -13px; */
    top: 66px;
    margin: 0 auto 30px;
    z-index: 999;
    width: calc(100% + 0px);
    padding: 20px 0px;
    box-shadow: 1px 1px 5px rgb(230 231 233);
}

.order h1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    background-color: #fff !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.sign-up {
    color: #5bb947 !important;
}

.btn-facebook {
    background-color: #3b5998 !important;
    color: #ffffff !important;
}

.pre-order-time.color-orange {
    color: #F8973F !important;
    font-size: 14px !important;
    margin: 0px 0px 0px 10px;
    padding: 0;
    text-align: center;
}

.pre-order-time.text-danger {
    text-align: center;
}

.color-green {
    color: #5bba47 !important;
}

.table>thead {
    background-color: #fff !important;
    color: #243447 !important;
}

.event-item {
    height: 100px;
    border: 1px solid #5bba47;
    border-radius: 5px;
}

.event-item>h1 {
    vertical-align: middle;
    line-height: 90px;
}

.btn-primary {
    background-color: #263447 !important;
    border-color: #263447 !important;
}

.btn-danger {
    background-color: #ef3d31 !important;
    border-color: #ef3d31 !important;
}

.dropdown-menu-item {
    color: #ffffff !important;
}

/* .dropdown-menu-item:hover {
    color: #263447 !important;
} */

body.login {
    margin: 0 !important;
}

body.login .masterhead {
    background: url('../img/login.jpg') center center no-repeat !important;
    background-size: cover !important;
    height: 100vh !important;
}

.navbar {
    background: #ffffff !important;
}

.modal-footer {
    border-top: 1px solid #c5d1de;
}

/*.img-container {
    min-height: 250px !important;
}*/

.small,
small {
    font-size: 90%;
    font-weight: 400;
}



.btn {
    font-weight: 400;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    font-family: 'basic-sans', serif;
    font-weight: 500;
}
.custom-btn{
    padding: .375rem .60rem;
}
.align-center{
    align-items: center;
}
/*.navbar-expand-lg .navbar-nav {
    min-height: 42px;
}*/

a {
    color: #5db74b;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f3f6f8;
}


.table td,
.table th {
    border-top: 0px solid #dee2e6;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    min-height: 42px;
}

.btn-success:hover {
    color: #fff;
    background-color: #263447;
    border-color: #263447;
}

.btn-success {
    margin-bottom: 0px !important;
}

.dropdown-menu {
    padding: .5rem;
    background-color: #263447 !important;
    border-radius: .425rem !important;
}

.dropdown-menu-center {
    left: 0% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

.modal-header .modal-title {
    font-size: 1.7rem !important;
    margin: 0 auto !important;
    font-weight: 600;
    text-transform: uppercase;
}

.charge-error .modal-header .modal-title {
    color: #ea4233;
}

.navbar-brand {
    width: 120px;
}

.mb-5,
.my-5 {

    margin-bottom: 2rem !important;

}

.list-group-item.active {

    z-index: 2;
    color: #fff;
    background-color: #58BA47;
    border-color: #58BA47;

}

.dropdown-menu a.nav-link {
    color: #fff !important;
}

.dropdown-menu a.nav-link:hover {
    color: #58BA47 !important;
}

.vdatetime-popup__header {
    background: #5ABB49 !important;
}

.vdatetime-popup__actions__button {
    color: #5ABB49 !important;
}

.vdatetime-time-picker__item--selected {
    color: #5ABB49 !important;
}

.vdatetime-calendar__month__day--selected:hover>span>span,
.vdatetime-calendar__month__day--selected>span>span {
    background: #5ABB49 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #login {
        padding-top: 80px;
    }

    /*.img-container {
        min-height: 185px !important;
    }*/

    section h1 {

        padding: 1.25rem 0 0.25rem;
        font-size: 1.4rem;
        font-weight: 900;
        margin-bottom: 1rem;

    }

    .col-6 {
        padding-bottom: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #login {
        padding-top: 80px;
    }

    /*.img-container {
        min-height: 185px !important;
    }*/

    section h1 {

        padding: 1.25rem 0 0.25rem;
        font-size: 1.4rem;
        font-weight: 900;
        margin-bottom: 1rem;

    }

    .col-6 {
        padding-bottom: 20px;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #login {
        padding-top: 80px;
    }

    /*.img-container {
        min-height: 185px !important;
    }*/

    section h1 {

        padding: 1.25rem 0 0.25rem;
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 1rem;

    }

    .col-6 {
        padding-bottom: 20px;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #login {
        padding-top: 80px;
    }

    .img-container {
        min-height: 185px !important;
    }

    .pre-order-time.color-orange {
        font-size: 16px !important;
    }

    section h1 {

        padding: 1.25rem 0 0.25rem;
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 1rem;

    }

    .col-6 {
        padding-bottom: 20px;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #login {
        padding-top: 80px;
    }

    .img-container {
        min-height: 185px !important;
    }

    section h1 {

        padding: 1.25rem 0 0.25rem;
        font-size: 1.7rem;
        font-weight: 900;
        margin-bottom: 1rem;
    }

    .col-6 {
        padding-bottom: 20px;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }
}

.modal-header .close {
    color: black !important;
    margin: 0 0 0 0 !important;
}

/* .img-pos {
    padding-left: 5px !important;
}

*/
.img-preview {
    height: 100px !important;
}

.img-events {
    height: 230px !important;
}

.img-event {
    height: 300px !important;
    max-width: 100% !important;
    margin-top: 40px !important;
}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.bg-card {
    padding: 10px !important;
    color: #ffffff !important;
    text-align: center;
}

.bg-success {
    background-color: #5bba47 !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    padding: 15px 10px;
    height: 100%;
    min-height: 1px;
}

.img-pos {
    transition: all 300ms ease;
}

.slick-center .img-pos {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide a:focus {
    outline: none;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-list>div {
    margin-left: 0;
}


/* vue select */


.v-select>.dropdown-menu {
    background-color: #ffffff !important;
    border-radius: 0 !important;
}

.v-select .dropdown-toggle {
    display: flex !important;
    border: 3px solid #e2e4ef !important;
    border-radius: 0 !important;
    font-weight: 900 !important;
    color: #6c757d !important;
}

.v-select input[type=search],
.v-select input[type=search]:focus {
    flex-basis: 20px !important;
    flex-grow: 1 !important;
    height: 24px !important;
    padding: 0 20px 0 10px !important;
    width: 100% !important;
}

/* helpers */

.ml-5px {
    margin-left: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

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

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

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

.pr-20 {
    padding-right: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pre-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.pre-order-wrapper .card.card-blitz {
    max-width: 24%;
    width: 100%;
    margin-right: 13px;
}

.pre-order-wrapper .card.card-blitz:nth-child(4n+0) {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .pre-order-wrapper .card.card-blitz {
        max-width: 32%;
    }

    .pre-order-wrapper .card.card-blitz:nth-child(3n+0) {
        margin-right: 0;
    }

    .pre-order-wrapper .card.card-blitz:nth-child(4n+0) {
        margin-right: 13px;
    }
}

@media (max-width: 991px) {
    .pre-order-wrapper .card.card-blitz {
        max-width: 31%;
    }
}

@media (max-width: 767px) {
    .pre-order-wrapper .card.card-blitz {
        max-width: 48%;
    }

    .pre-order-wrapper .card.card-blitz:nth-child(2n+0) {
        margin-right: 0;
    }

    .pre-order-wrapper .card.card-blitz:nth-child(3n+0) {
        margin-right: 13px;
    }

    .pre-order-wrapper .card.card-blitz:last-child {
        margin-right: 0;
    }
}

@media (max-width: 481px) {
    .pre-order-wrapper .card.card-blitz {
        max-width: 100%;
    }

    .pre-order-wrapper .card.card-blitz {
        margin-right: 0 !important;
    }

    .pre-order-wrapper .card.card-blitz img {
        width: 100%;
    }
}

.card-blitz .card-body {
    padding: 1rem .50rem 1.25rem !important;
}




.card-blitz .card-title {
    margin-bottom: .25rem;
}

.card-blitz .inner {
    overflow: hidden;
}

.card-blitz .inner img {
    transition: all 1.4s ease;
    min-height: 195px;
}



.card-blitz:hover .inner img {
    transform: scale(1.5)
}

.card-blitz .card-body p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.input-group-append-v-select {
    height: 38px;
}

a .card-blitz h5 {
    color: black !important
}

.event-card {
    text-align: center;
}

.event-card h5.card-title {
    margin-bottom: .5rem;
    font-size: 1.45rem;
}

.card-blitz .card-body p.event-details {
    margin: 0px auto 12px !important;
    font-size: 17px !important;
    max-width: 180px;
}

.card-text.event-details {
    color: black;
}

@media (max-width: 575.98px) {
    body.login .masterhead {
        height: 100vh !important;
    }

}

@media (min-width: 575.98px) {

    .card-blitz .inner img {
        min-height: 229px;
    }
}

.icon-badge {
    position: relative;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: -20px;
    top: -6px;
    background: #5bba47;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 2px 6px;
    line-height: normal;
    font-size: 10px;
}

.navbar-nav .dropdown-menu.user {
    position: absolute !important;
    float: left !important;
}

.v-select .dropdown-toggle {
    display: flex !important;
    border: 3px solid #e2e4ef;
    border-radius: 0;
    font-weight: 900;
    color: #6c757d;
}

.v-select input[type=search],
.v-select input[type=search]:focus {
    width: 100% !important;
}

.v-select .vs__selected-options {
    /* height: calc(1em + .75rem + 0px); */
    min-height: 28px;
    max-height: 46px;
}

.v-select {
    width: 100% !important;
}

.search-group .btn.last {
    margin-right: 5px;
}

.read-more p {
    margin-bottom: 0px !important;
}


.mr-2 {
    margin-right: 2px !important;
}
.topnavbar{
    color: #fff;
    padding: 10px 19px !important;
    border-radius: 0.5rem;
    max-width: 1110px;
    margin: 0 auto  15px;
}
.bg-green{
    /* background-color: #28a745; */
    background-color: #FF7900;
}
.qr-code{
    max-width: 110px;
    margin:0 auto;
}
@media only screen and (min-width: 768px) {
    .search-group .v-select .dropdown-toggle {
        /* border-left: 0px !important; */
    }

    .search-group .btn {
        height: 38px;
        border-radius: 0;
    }

    .search-group .btn.last {
        height: 38px;
        border-radius: 0 5px 5px 0;
    }

}
@media only screen and (max-width: 768px) {
    
    .card-block .cart-card{
        /*background: aliceblue;*/
        padding: 15px;
    }
}
.card.product-blitz .card-title {
    margin-bottom: 1px;
    margin-top: 1px;
}
.card.product-blitz .card-body {
    padding: 0 5px;
}

.card.product-blitz p {
    margin-bottom: 2px;
}



/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 36%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #5bba47;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -60px;
}

[dir='rtl'] .slick-prev {
    right: -22px;
    left: auto;
}

.slick-prev:before {
    /* content: "\f359"; */
    content: "";
    background-image: url(../img/left-arrow.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
}

[dir='rtl'] .slick-prev:before {
    content: "\f35a";
}

.slick-next {
    right: -30px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
}

.slick-next:before {
    /* content: "\f35a"; */
    content: "";
    background-image: url(../img/right-arrow.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
}

[dir='rtl'] .slick-next:before {
    content: "\f359";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.pre-order-time {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-bottom: 16px !important;
}


/* #event_1 {
    display: none;
} */

@media (max-width: 767px) {
    .order-here {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon-badge {
        display: flex;
        align-items: center;
    }

    .card-blitz .card-title {
        font-size: 12px;
    }

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
    }

    .topnavbar {
        margin: 0 15px;
    }


    .card-blitz .card-body {
        padding-bottom: 0px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 35px;
        height: 35px;
    }

    .slick-slider {
        padding-bottom: 35px;
        position: relative;
        margin-bottom: 50px;
    }

    .slick-next {
        right: 50%;
        bottom: 0px;
        top: inherit;
        transform: translate(50px, 0px);
    }

    .slick-prev {
        left: 50%;
        top: inherit;
        bottom: 0px;
        transform: translate(-50px, 0);
    }
}

 @media (max-width: 1465px) {
    /* scrollable container */
    .mobile-scrollable {
        display: flex;
        width: 100%;
        overflow-x: auto;
    }
    .mobile-scrollable::-webkit-scrollbar {
        display: none;
    }

    .mobile-scrollable .card.card-blitz {
        padding: 15px 10px;
        min-width: 30%;
        max-width: 30%;
    }

}
@media (max-width: 481px) {
    .mobile-scrollable .card.card-blitz {
        min-width: 75%;
        max-width: 75%;
    }
}