* {
    margin: 0;
    padding: 0;
}
body {
    max-width: 480px;
    margin: 0 auto;
    width: 100vw;
    padding-bottom: 60px;
}
.btns-primary {
    background-color: #fa9f1e;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    color: #FFF;
    font-family: 'poppins';
    font-weight: 500;
}
.btns-primary:hover,.btns-primary:focus {
    background-color: #fa9f1e;
}
.btns-full {
    width: 100%;
}
/* .rotate-border {
    color: #fa9f1e;
} */
 /* common */
a {
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.button {
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 5px 5px 5px #e8e8e8;
    background-color: #000;
}

.button:hover {
    background-color: #FA9F1E;
}

/* hellobar */
.hellobar {
    background-color: #eee;
    border-radius: 0 0 15px 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 450;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
}

.veg {
    border: 3px solid green;
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.veg .dot {
    border-radius: 100%;
    height: 7px;
    width: 8px;
    min-width: 8px;
    background-color: green;
}

/* Header */
/* nav a {
    font-size: 15px;
    font-weight: 550;
    color: #333;
}
nav a.active {
    color: #FA9F1E;
}
nav a:hover {
    color: #FA9F1E;
} */

.menu-fixed {
    max-width: 480px;
    width: 100vw;
    font-size: 19px;
    z-index: 9;
    background-color: #FFF;
}
.menu-fixed span {
    font-family: 'open sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
.menu-fixed i {
    font-size: 15px;
    color: #666;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #000;
    text-align: center;
}
h2 span {
    color: #fa9f1e;
}
li {
    list-style: none;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.4px;
    color: #000;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 550;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #000;
}
