.wrapper .main-nav {
    background: #012d1a;
}

.sidebar-logo{
    width: 140px;
    margin-top: -24px;
}

.logo-item{
    width: 220px;
}

.logo-item img{
    width: 100%;
}

.footer{
    background: #05341e!important;
}

.footer_link p{
    color: #fff;
}

.category-image{
    height: 40px;
    border-radius: 5px;
}

.category-large{
    width: 100%;
    height: 90px;
    border-radius: 12px;
}

.menu-image{
    height: 40px;
    border-radius: 5px;
}

.flex-c {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flex-c svg{
    fill: rgb(255 108 47);
}

.main-banner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.banner .banner_text h1, .banner .banner_text h1 span {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    color: #fff;
}

.banner .banner_text p {
    color: #acaabd;
    font-family: var(--headingFont);
    font-size: 16px;
    font-weight: 400;
    max-width: 75%;
    margin-top: 10px;
    margin-bottom: 45px;
    opacity: 0.9;
}

.banner .banner_text h5 {
    color: #08c46f;
    font-family: var(--headingFont);
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.branch-icon{
    height: 60px;
    width: 60px;
}

.navbar-logo{
    width: 185px;
    padding: 7px;
}

.payment-methods{
    cursor: pointer;
}

.payment-method{
    margin-top: 4px;
}

.payment-method img{
    width: 100%;
    height: 70px !important;
    border-radius: 10px;
    background: hsl(0deg 0% 88.63%);
    cursor: pointer;
    border-top: 4px solid hsl(0deg 0% 88.63%);
    border-bottom: 4px solid hsl(0deg 0% 88.63%);
}

.payment-method-name{
    padding: 18px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    border: 4px solid hsl(0deg 0% 88.63%);
    cursor: pointer;
}
