.line-dec {
    width: 120px;
    height: 3px;
    margin-bottom: 20px;
    background: rgb(0, 150, 203);
    border-radius: 30px;
}

.team-img {
    border-radius: 40% 5px 60% 60%;
}

.primary-break {

    height: 3px;
    margin-bottom: 20px;
    background: rgb(0, 150, 203);
}

.pl-1 {
    padding-left: 0.6rem;
}

.pl-2 {
    padding-left: 1.2rem;
}

.pl-3 {
    padding-left: 1.8rem;
}

.pl-4 {
    padding-left: 2.4rem;
}

.pl-5 {
    padding-left: 3rem;
}

.pr-1 {
    padding-right: 0.6rem;
}

.pr-2 {
    padding-right: 1.2rem;
}

.pr-3 {
    padding-right: 1.8rem;
}

.pr-4 {
    padding-right: 2.4rem;
}

.pr-5 {
    padding-right: 3rem;
}

.pt-1 {
    padding-top: 0.6rem;
}

.pt-2 {
    padding-top: 1.2rem;
}

.pt-3 {
    padding-top: 1.8rem;
}

.pt-4 {
    padding-top: 2.4rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: 0.6rem;
}

.pb-2 {
    padding-bottom: 1.2rem;
}

.pb-3 {
    padding-bottom: 1.8rem;
}

.pb-4 {
    padding-bottom: 2.4rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pt-nav {
    padding-top: 75px;
}

.text-right {
    text-align-last: end;
}

.header-text {
    font-size: 12px;
    font-weight: 400;
    color: #101114;
    line-height: 15px;
}

.justify-space-between {
    justify-content: space-between;
}


.rounded-sec {
    border-radius: 8px !important;
}

.rounded-circle {
    width: 40px;
    height: 40px;
}

.d-grid {
    display: grid;
}

.bg-gray {
    background-color: #e2e1e1;
}

.bg-gray-dark {
    background-color: #bfbfbf;
}

.bg-blue {
    background-color: #4ec4e9;
}

.fs-12 {
    font-size: 12px;
    line-height: 14px;
}

.fs-14 {
    font-size: 14px;
    line-height: 14px;
}

.fs-15 {
    font-size: 15px;
    line-height: 14px;
}

.fs-16 {
    font-size: 16px;
    line-height: 14px;
}

.fs-16 {
    font-size: 16px;
    line-height: 18px;
}


.fsc-13 {
    font-size: 13px;
    line-height: 14px;
}

.location {
    max-width: 200px;
    font-size: 14px;
    line-height: 10px;
    padding-inline: 20px;
}

.mr-2 {
    margin-right: 10px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-1 {
    margin-left: 5px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.food-name {
    font-size: 13px;
    line-height: 12px;
}

.card-img-top {
    border-radius: 12px;
}

.rounded-card {
    border-radius: 15px;
}

.card {
    border: none !important;
}

.shadow {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.07) !important;
}

.bg-sub {
    background: rgb(209, 239, 251);
    background: linear-gradient(-90deg, rgba(209, 239, 251, 1) 0%, rgba(77, 196, 233, 1) 47%, rgba(77, 196, 233, 1) 100%);
}

.img-fluid {
    max-height: 100vh;
}

.nav-dark {
    background-color: var(--dark);
}

.deco-none {
    text-decoration: none;
    color: #939393 !important;

    a {
        color: #939393 !important;
    }

    /* CSS link color (red) */
    a:hover {
        color: #939393 !important;
    }
}

.form-control {
    color: #101114;
    border-color: #9f9f9f;
}

.form-label {
    font-weight: 500;
    color: #101114;
}

@media only screen and (max-width:767px) {
    .owl-carousel .owl-item .header-img {
        width: initial !important;
    }

    .header-img {
        max-height: 100vh !important;
        height: auto;
        max-width: none;
    }
}

html {
    scroll-behavior: smooth;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    z-index: 999;
    border-top: solid 0.5px #1011145b;
}

.bottom-bar-order {
    position: fixed;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    z-index: 999;
    border-radius:  15px 15px 0 0 !important;
}

.bnav-item {
    text-decoration: none;
    color: #101114b3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bnav-item:hover {

    .fab .fabimg {
        opacity: 1;
        max-height: 22px;
        margin-bottom: 4px;
    }
}

.bnav-item {
    font-size: 13px;
    margin-bottom: 5px;
}

.fab img {
    opacity: 0.5;
    max-height: 22px;
    margin-bottom: 4px;
}

.bnav-item.active {
    color: var(--dark);

    .fab .fabimg {
        opacity: 1;
        max-height: 22px;
        margin-bottom: 4px;
    }
}



.product-card {
    box-shadow: 0px 0px 5px #0000001f;
    border-radius: 4px
}

.p-trunc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.product-card:hover {
    box-shadow: 0px 5px 20px rgb(214, 213, 213);
}


.sticky-top {
    top: 74px !important;
}

.sticky-top-cus {
    top: 250px !important;
    z-index: 1000 !important;
}

@media only screen and (max-width: 767px) {
    .sticky-top {
        top: 0px !important;
    }

}

/* .bottom-bar-order:active {
    background-color: red !important;
   } */