body {
    color: #161616;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 20px;

    font-weight: 300;
    line-height: 1.65;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus {
    outline: none;
}

h1 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;

    letter-spacing: -0.84px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.36px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 118.75% */
    letter-spacing: -0.64px;
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

small {
    color: #696e73;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    max-width: 1580px;
}

.tooltip-inner {
    background-color: #fff;
    color: #161616;
    padding: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

.relative {
    position: relative;
}

.text_right {
    text-align: right;
}

.flex {
    display: flex;
}

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

.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #696e73;
    position: relative;
    margin-right: 5px;
}

.item_icon::before {
    width: 7px;
    height: 7px;
    content: "";
    background: #696e73;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item_icon.icon_veg {
    border-color: #1ea91e;
}

.item_icon.icon_veg::before {
    background: #1ea91e;
}

.item_icon.icon_non_veg {
    border-color: #e34234;
}

.item_icon.icon_non_veg::before {
    background: #e34234;
}

.mb_show {
    display: none;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1380px;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 850px) {
    .mb_hide {
        display: none !important;
    }

    .mb_show {
        display: block;
    }
}
