@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Math&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
  }
  body{
    scroll-margin-top: 200px;
  }
  ul.navbar-nav {
    margin: auto;
}
header {
    position: sticky;
    top: 0px;
    z-index: 9;
    box-shadow: 1px 0px 13px #000;
    background-color: #f7f7f7;
    position: sticky;
    top: 0px;
    z-index: 222;
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    scroll-margin-top: 120px;
}
.list-row {
    scroll-margin-top: 210px;
}
ul#mypanel li a:hover {
    color: #dbdbdb;
}
section.write-to-us.section {
    background-color: #cc2129;
    color: #fff;
}
#contact {
    background-color: #008c45;
    color: #fff;
}
footer.section {
    background-color: #f7f7f7;
}
form#contact-form input, form#contact-form textarea {
    width: 100%;
    margin-bottom: 9px;
    padding: 8px;
    border: 1px solid;
    border-radius: 20px;
    padding-left: 20px;
}
a.order-btn {
    background-color: #cc2129;
    color: #fff;
    text-decoration: none;
    padding: 11px 23px;
    border-radius: 34px;
    border: 5px solid #008c45;
    display: inline-block;
    margin: auto;
    text-align: center;
}
ul.navbar-nav li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
#banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('../images/banner_2.jpeg');
    color: #fff;
    position: relative;
    z-index: 1;
}
#banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    z-index: -1;
}
section a {
    color: #fff;
    text-decoration: none;
}
section a:hover {
    color: #000;
}
input.dt-btn.dt-btn-bg {
    background-color: #cc2129;
    color: #fff;
}
p.copyright a {
    text-decoration: none;
    text-transform: uppercase;
}
.products {
    background-color: #f7f7f7;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
ul#mypanel {
    list-style: none;
    background-color: #028b44;
    display: flex;
    gap: 15px;
    padding: 13px;
    border-radius: 8px;
    justify-content: center;
    position: sticky;
    top: 150px;
    z-index: 9;
}
.filter_bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.menu-items-search-box {
    position: relative;
}
.menu-items-search-box i {
    position: absolute;
    left: 7px;
    top: 6px;
    color: #028b44;
}
.menu-items-search-box input {
    padding-left: 27px;
    border-radius: 18px;
    border: 1px solid #cc2129;
    font-size: 15px;
}
h3.menu-cat-title {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    background-color: #cb2226;
    padding: 8px;
    border-radius: 9px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.product-box {
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    outline: 2px solid #f7f7f7;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4rem;
    outline-offset: -5px;
    position: relative;
    z-index: 0;
}
.product-box h3 {
    color: #028b44;
    font-size: 18px;
    margin-bottom: 10px !important;
    font-weight: 700;
}
p.product-description {
    font-size: 14px;
}
.variable-box {
    background-color: red;
    position: absolute;
    left: -9px;
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    display: none;
}
.variable-box a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #f7f7f75c;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
button.btn {
    background-color: #028b44;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
}
section.write-to-us.section a:hover {
    background-color: #008c45;
    color: #fff;
}
@media only screen and (max-width: 600px) {
    ul#mypanel {
        border-radius: 0px;
        overflow-y: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }
.header-box a.order-btn {
    display: none;
}
ul#mypanel li {
    white-space: nowrap;
}
}