#nestedTabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color-3);
    background-color: var(--color-2);
    border-color: transparent;
}

.nav-tabs .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    color: var(--color-3);
}


.menu-cat {
    color: var(--color-3);
    text-align: center;
    background-image: url(../images/design/bg-line.webp);
    margin: -35px 0px 0px 0px;
    padding: 10px 30px 40px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.97);
    margin-top: 40px;
    font-size: 40px;
}

.item-title h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--color-1);
    letter-spacing: 0;
    font-weight: 800;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.menu-cat-wrapper h4 {
    color: #fff;
}

.price {
    color: var(--color-1);
}

.item-title h5::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 2px dotted var(--color-3);
}

.item-title span {
    background: var(--color-1);
    z-index: 5;
    color: #fff;
    padding-right: 5px;
}

.logo {
    max-width: 350px !important;
}

.title {
    font-family: var(--text-font);
}

.ingredients {
    text-transform: none;
}

.nav-tabs .nav-link.active img {
    box-shadow: 0 0 20px 5px #48abe0;
}

#outerTabsContent {
    background: var(--color-1);
}

.flex-fill.item-title img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin-top: 30px;
}
#mega-menu .nav-link:hover {
    color: var(--color-5);
}
.subscribe-button:hover {
    background-color: var(--color-3);
    color: var(--color-5);
}
#mailingListToast, .reviews-module {
    display: none;
}


#heroCarousel .uk-slideshow-items { height: 100vh; }
#heroCarousel .uk-slideshow-items > li { height: 100%; }
#heroCarousel .uk-slideshow-items > li > img { object-fit: cover; width: 100%; height: 100%; }


@media (max-width: 767px) {
  #heroCarousel .uk-slideshow-items { height: 500px; }
  #heroCarousel .uk-slideshow-items > li { height: 500px; }
}