.top-bar {
    background-color: #f4df22;
    padding: 8px 0;
}
.top-btn-list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #0e8444;
    border-radius: 50px;
    padding: 4px 20px 6px;
    display: inline-block;
    margin-right: 10px;

}
.top-list li:not(:last-child) {
    margin-right: 18px;
}
.top-list li a {
    color: #0e8444;
    font-size: 14px;
    font-weight: 700;
}
.nav-bar {
    padding: 5px 0;
}
.logo img {
    max-width: 100%;
}
.baba-icon {
    position: absolute;
    top: 0;
    right: -122px;
}
.baba-icon img {
    min-width: 100%;
    max-height: 100%;
}
.left-nav {
    position: relative;
}
.nav-list ul li:not(:last-child) {
    margin-right: 17px;
}
.lucky-list-p{
    font-weight: 700;
}
.nav-list ul li a {
    font-size: 14px;
    color: #595858;
    font-weight: 700;
}
.munchies a.dropdown-toggle {
    background: #fff;
    border-radius: 10px;
    padding: 7px 5px;
    color: #0e8444;
    font-size: 14px;
    padding: 7px 9px 9px;
    display: flex;
    align-items: center;
}
.munchies a.dropdown-toggle img {
    padding-right: 5px;
}
.bottom-bar {
    padding: 15px 0 102px;
    /*background: url(/images/wave-layer.png) no-repeat;
    background-image: url(/images/wave-layer.png);*/
    background-size: 100%;
    background-position: center top;
}
.bottom-bar .container>div {
    position: relative;
}
.bottom-bar .munchies {
    position: absolute;
    left: 0;
    top: 0;
}
.dropdown-toggle::after {
    display: none;
}
.search-content {
    max-width: 537px;
    text-align: center;
    margin: auto;
}
.search-input {
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    height: 50px;
}
.search-input img {
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 100px;
}
.search-bar {
    width: 100%;
}
.search-bar p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    margin-top: -10px;
}
.search-input input {
    border-radius: 50px;
    border: none;
    width: 100%;
    background: transparent;
    padding-right: 60px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 14px;
}
.search-input input:focus-visible {
    outline: none;
}
.search-input input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #a8a8a8;
}
.search-input input:focus {
    box-shadow: none;
}
.mobile-cat .cat-btn {
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    padding: 7px 5px;
    color: #000000;
    font-size: 13px;
    padding: 7px 19px 9px;
}