/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --orange: #F67A00;
    --yellow: #F1E51F;
    --gray: #595758;
    --black: #221602;
    --ap: 'Asap';
    --ms: 'MerriweatherSans';
    --rnc: 'Rancho';
    --ub: 'Ubuntu';
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    outline: 0px;
    text-decoration: none;
    color: var(--black);
}

input,
input:hover,
input:focus,
button,
button:hover,
button:focus {
    border-radius: 0;
    outline: 0px;
    border: 0px;
    box-shadow: none;
}

body {
    color: var(--black);
}

a {
    display: inline-block;
    font-family: var(--ap);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: var(--rnc);
}

h2 {
    font-size: 55px;
    line-height: 68px;
    margin-bottom: 0px;
}

h2 span {
    color: var(--orange);
}

.section-head p {
    margin-bottom: 0px;
    margin-top: 15px;
}

p {
    font-family: var(--ms);
    font-weight: 300;
    line-height: 24px;
    color: var(--gray);
    font-size: 18px;
}

#top .topbutton {
    background: var(--orange);
    padding: 7px 10px;
}

#top {
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
    position: fixed;
    width: 0px;
    height: 45px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -25px;
    margin: 0;
    z-index: 10000;
    background: var(--orange);
}

#top svg {
    width: 28px;
    fill: #fff;
    height: 28px;
}

.site-buttons {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--ap);
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
    border-radius: 6px;
    text-align: center;
    padding: 9px 12px;
    transition: all 0.3s ease;
}

.site-buttons:hover {
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0 0 0/16%);
    color: var(--orange);
}

.site-buttons2:hover {
    background: var(--orange);
    color: #fff;
    box-shadow: none;
}

.site-buttons2 {
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--ap);
    background: #fff;
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 6px;
    text-align: center;
    padding: 9px 12px;
    box-shadow: 0px 3px 15px rgba(0 0 0/16%);
}

.left-product .first-child a:hover {
    background: var(--orange);
    color: #fff;
}

.left-product .first-child a {
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--ap);
    background: #fff;
    color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 6px;
    text-align: center;
    padding: 9px 12px;
    box-shadow: 0px 3px 15px rgba(0 0 0/16%);
}


/*header-start*/


/*topbar-open*/

.topbar {
    padding: 15.5px 0px;
    background: var(--orange);
}

.topbar a,
.topbar svg {
    transition: all 0.3s ease;
}

.topbar a:hover,
.topbar svg:hover {
    color: var(--black);
    fill: var(--black);
}

.topbar a:hover svg {
    fill: var(--black);
}

.topbar-left {
    align-items: center;
    display: flex;
}

.topbar-left a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.topbar-left .topcall svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 11.6px;
}

.topbar-left .topmail {
    margin-left: 45.4px;
}

.topbar-left .topmail svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 11.9px;
}

.top-right {
    text-align: right;
}

.top-right a {
    margin-left: 14.8px;
}

.top-right a.facebook {
    margin-left: 0px;
}

.top-right a.facebook svg {
    width: 11.11px;
    height: 22.22px;
}

.top-right svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}


/*topbar-close*/


/*homebanner-open*/

.homebanner {
    background: url('../img/homebanner.png') no-repeat center;
    background-size: cover;
    padding-top: 251px;
    position: relative;
    padding-bottom: 376px;
    margin-top: -251px;
    z-index: -1;
}


/*navbar-open*/

.nav-menus .nav-link {
    overflow: hidden;
    transition: all 1s ease-in-out;
    font-size: 17px;
    position: relative;
    line-height: 20px;
    color: #FFFFFF;
    padding: 14px 10px 14px 7px !important;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
}

.nav-menus .nav-link:hover,
.nav-menus li a.is-active {
    color: var(--yellow);
}

.nav-menus .nav-link:after {
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 85%;
    right: 115%;
    height: 2px;
    background: var(--yellow);
    bottom: 7px;
    content: '';
}

.nav-menus .nav-link:hover:after,
.nav-menus li a.is-active:after {
    right: 30px;
}

.nav-menus .nav-link:hover:before,
.nav-menus li a.is-active:before {
    -webkit-animation: fadeInUp 0.5s linear;
    -moz-animation: fadeInUp 0.5s linear;
    -ms-animation: fadeInUp 0.5s linear;
    position: absolute;
    bottom: 0px;
    content: url('../img/mirch.png');
    right: 0px;
    bottom: -7px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.nav-menus .nav-item {
    margin-left: 3px;
}

.nav-menus li:first-child {
    margin: 0px;
}


/*navbar-close*/

.order-button {
    margin-left: 30px;
}

.order-button a {
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 21px;
    color: #222;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 13px;
}

.order-button a:hover {
    color: #fff;
    background: var(--orange);
}

.user-links {
    margin-left: 26px;
    align-items: center;
    display: flex;
}

.user-links svg {
    width: 43.37px;
    height: 41px;
    fill: #fff;
}

.user-links:hover span {
    transform: translateX(30px);
}

.user-links a {
    font-size: 18px;
    transition: all 0.3s ease;
    line-height: 21px;
    font-weight: 500;
    color: #FFFFFF;
    background: var(--orange);
    border-radius: 6px;
    padding: 10px 15px;
    position: relative;
    margin-right: 24.5px;
}

.user-links:hover a {
    background: #fff;
    color: #222;
}

.user-links:hover a:After {
    border-left-color: #fff;
}

.user-links span {
    transition: all 1s ease-in-out;
}

.user-links a:after {
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    position: absolute;
    right: -8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--orange);
    content: '';
}

.homebanner-content {
    margin-top: 177px;
    text-align: center;
}

.homebanner-content .banner-subtitel {
    font-size: 38px;
    line-height: 47px;
    font-weight: 400;
    font-family: var(--ms);
    color: #fff;
}

.homebanner-content h1 {
    font-size: 135px;
    line-height: 167px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.homebanner-content .contactusfor {
    font-size: 37px;
    line-height: 50px;
    font-weight: 400;
    font-family: var(--ms);
    color: #fff;
}

.homebanner-content .contactusfor a {
    font-size: 42px;
    font-weight: 400;
    font-family: var(--ms);
    line-height: 50px;
    transition: all 0.3s ease;
    color: var(--yellow);
}

.homebanner-content .contactusfor a:hover {
    color: var(--orange);
}

.homebanner-content .contactusfor span {
    color: #fff !important;
}

.homebanner .banner-scotter {
    position: absolute;
    left: 26px;
}


/*homebanner-close*/


/*header-close*/


/*main-menu-open*/

.main-menu {
    margin-top: 125px;
}

.main-menu .section-head {
    max-width: 721px;
    margin: auto;
}

.main-menu ul {
    display: flex;
    padding: 0px;
    padding-top: 24px;
    margin: 0px -15px;
}

.main-menu ul li:hover h3 {
    color: #f67a00;
}

.main-menu ul li {
    margin-top: 50px;
    text-align: center;
    padding: 0px 15px;
}

.main-menu ul li a {
    /* display:block; */
}

.main-menu ul li .menu-img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    border: 8px solid white;
    box-shadow: 0px 3px 9px rgba(0 0 0/16%);
}

.main-menu ul li .menu-img img {
    transition: all 0.5s ease;
}

.main-menu ul li:hover img {
    transform: scale(1.1);
}

.main-menu ul li:hover h3 a {
    color: var(--orange);
}

.main-menu ul li h3 a {
    transition: all 0.3s ease;
    margin: 0px;
    font-size: 28px;
    line-height: 35px;
}

.main-menu ul li h3 {
    transition: all 0.3s ease;
    margin: 0px;
    font-size: 28px;
    line-height: 35px;
}


/*main-menu-close*/


/*how-order-open*/

.how-order {
    margin-top: 125px;
    background: #FFF8F1;
    /* min-height:1077px; */
    padding: 88px 0px;
}

.how-order-right-image {
    margin-left: -15px;
}

.how-order h2 {
    margin-bottom: 60px;
}

.how-order img {
    height: auto;
    width: 100%;
}

.how-order-left-content,
.how-order-right-content {
    /* display:flex; */
    padding-top: 12%;
    width: 82%;
}

.how-order img {
    filter: drop-shadow(0px 0px 6px rgba(0 0 0/39%));
}

.how-order-right-content {
    padding-right: 0px;
    padding-left: 33px;
}

.how-order-left-content .how-order-inner:first-child {
    flex: 0 0 40%;
}

.how-order-inner svg {
    width: 56.06px;
    height: 47.3px;
    fill: var(--orange);
    opacity: 80%;
}

.how-order-content {
    margin-top: 28px;
    display: flex;
}

.how-order-content .order-step-no {
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--ap);
    color: var(--orange);
    opacity: 80%;
    margin-right: 14px;
}

.how-order-content h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 16px;
    font-family: var(--ap);
    font-weight: 500;
}

.how-order-content p {
    margin-bottom: 0px;
}

.how-order-joiner {
    padding-top: 75px;
}

.how-order-joiner div {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 62px;
}

.how-order-joiner svg {
    width: 44.74px;
    height: 30.74px;
    fill: #C7C8CC;
}

.middle-step-joiner {
    padding: 7px 0px;
    margin: 65px 0px;
    text-align: center;
}

.responsivejoiner {
    margin: 0px;
    margin-top: 50px;
}

.middle-step-joiner svg {
    width: 44.74px;
    height: 30.74px;
    fill: #C7C8CC;
    transform: rotate(90deg);
}

.how-order-left-image {
    margin-right: -15px;
}


/*how-order-close*/


/*menu-open*/

.menus-wrp {
    margin-top: 125px;
    position: relative;
}

.menus-wrp .menu-el-1 {
    max-width: 20%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.menus-wrp .menu-el-2 {
    max-width: 20%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menus-wrp .section-head {
    max-width: 681px;
    margin: auto;
}

.menus-wrp .menus {
    padding-top: 64.5px;
}

.menu-inner-wrp {
    margin-top: 50.5px;
}

.menu-inner-wrp h3 {
    padding-bottom: 3.5px;
    display: inline-block;
    margin-bottom: 5.5px;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    font-family: var(--ap);
    color: var(--orange);
}

.menu-inner-wrp h3:after {
    right: -20%;
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 1.5px;
    background: var(--orange);
    content: '';
}

.menu-left {
    max-width: 526px;
}

.menu-right {
    max-width: 514px;
}

.menu-inner {
    max-width: 526px;
    margin-top: 20px;
}

.menu-inner .menu-info {
    display: flex;
}

.menu-inner .menu-info a {
    transition: all 0.3s ease;
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--ap);
    margin-bottom: 0px;
}

.menu-inner .menu-info span {
    margin: 0px 13px;
    margin-bottom: 3px;
    flex: 1;
    border-bottom: 3px dotted black;
}

.menu-inner {
    position: relative;
    overflow: hidden;
}

.menu-inner .menu-info a:hover {
    color: var(--orange);
}

.menu-cart a {
    position: absolute;
    top: 0px;
    opacity: 0;
    transform: translateX(100%);
    opacity: 0px;
    right: 0px;
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    transition: all .45s ease;
    font-family: var(--ap);
    color: var(--orange);
}

.menu-inner h5 {
    display: flex;
    transition: all .45s ease;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    font-family: var(--ap);
    padding-right: 20px;
}

.menu-price {
    overflow: hidden;
}

.menu-inner:hover h5 {
    opacity: 0;
    transform: translateX(-100%);
}

.menu-inner:hover .menu-cart a {
    opacity: 1;
    transform: translateX(0%);
}

.menu-inner p {
    max-width: 430px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.menu-inner h6,
.recommend-content-inner h6 {
    margin-top: 14px;
    margin-bottom: 0px;
    font-family: var(--ap);
    font-weight: bold;
    line-height: 24px;
    color: #221602b5;
    font-size: 17px;
}

.menu-right .menu-inner-wrp h3:after {
    right: -10%;
}

.menu-button {
    margin-top: 84px;
    text-align: center;
}

.menu-button a {
    margin: 0px 21.5px;
}


/*menu-close*/


/*instagram-open*/

.instagram {
    margin-top: 125px;
}
section.instagram{
	overflow:hidden;
}

.instagram-top-wrp {
    position: relative;
    padding-left: 100px;
}

.left-text {
    position: absolute;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    font-family: var(--rnc);
    color: var(--orange);
    top: 50%;
    left: -1%;
    padding: 29px 0px;
    transform: rotate(270deg) translate(21%, -50%);
}

.instagram-top-wrp-inner {
    display: flex;
    justify-content: space-between;
}

.instagram-inner {
    padding: 0px 10px;
}

.instagram-inner a {
    position: relative;
}

.instagram-inner:hover .insta-overlay {
    opacity: 1;
    visibility: visible;
}

.insta-overlay p {
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
}

.instagram-inner {
    text-align: center;
}

.insta-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0 0 0/47%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    /* display:flex; */
    align-items: center;
    justify-content: center;
    padding-top: 24%;
}

.insta-overlay svg {
    width: 70.37px;
    height: 70.37px;
    fill: #fff;
}

.instagram-top-wrp-inner .insta-04 {
    /* padding-right:0px; */
}

.instagram-top-wrp-inner a {
    display: block;
}

.instagram-top-wrp-inner .insta-01 {
    /* padding-left:0px; */
}

.instagram-bottom-wrp {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.instagram-bottom-wrp-inner {
    justify-content: space-between;
    /* flex: 0 0 71%; */
    /* max-width:71%; */
    display: flex;
}

.instagram-bottom-wrp-inner {
    margin-left: 0px;
    padding: 10px 0px 0px 0px;
}

.instagram-bottom-wrp-inner .insta-07 {
    /* padding-right:0px; */
}

.instagram-bottom-wrp-inner a {
    display: block;
}

.instagram-bottom-wrp-inner .insta-05 {
    /* padding:0px; */
}

.subscribe-us {
    flex: 0 0 29%;
    padding:10px 40px;
    margin: auto;
    padding-top:0;
}

.subscribe-us div:first-child {
    /* max-width:437px; */
    /* padding:0px 15px; */
    /* margin:auto; */
}

.subscribe-us h3 {
    font-size:37px;
    line-height: 52px;
    font-family: var(--ap);
    font-weight: 600;
    margin-bottom:4px;
}

.subscribe-us p {
    max-width: 335px;
    margin-bottom: 0px;
}

.subscribe-us .suscribe-input {
    margin-top: 17px;
    display: flex;
}

.subscribe-us input {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(85 85 85/50%);
    font-family: var(--ms);
    background: white;
    box-shadow: 0 0 6px rgba(0 0 0/16%);
    border-radius: 6px;
    min-height: 50px;
    padding: 16px;
    max-width: 326px;
    width: 100%;
}

.subscribe-us input::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(85 85 85/50%);
    font-family: var(--ms);
}

.subscribe-us button {
    /* border-radius:6px; */
    /* background:var(--orange); */
    /* min-width:70px; */
    /* min-height:50px; */
    /* margin-left:11px; */
    /* padding:9.2px 14px; */
}

.subscribe-us svg {
    width: 42.05px;
    height: 31.54px;
    fill: #fff;
}


/*instagram-close*/


/*recommend-open*/

.recommend-wrp {
    margin-top: 125px;
}

.recommend-wrp .section-head {
    max-width: 504px;
    margin: auto;
    text-align: center;
}

.recommend {
    margin-top: 69px
}

.recommend-img {
    margin-right: -56px;
}

.recommend-content {
    display: flex;
    margin-top: 46px;
    align-items: center;
    justify-content: center;
    background: #FFF8F1;
    padding: 15px 25px;
    min-height: 340px;
}

.recommend-content-inner {
    max-width: 435px;
}

.recommend-content-inner .recommend-item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.recommend-content-inner h3 a .field {
    font-size: 43px;
    margin-bottom: 0px;
    line-height: 53px;
    font-weight: 400;
    font-family: var(--rnc);
}

.recommend-content-inner .recommend-item-name span {
    font-size: 40px;
    font-family: var(--rnc);
    line-height: 49px;
    color: var(--orange);
}

.recommend-content-inner p {
    margin-bottom: 0px;
}

.recommend-content-inner .item-button {
    margin-top: 50px;
    display: flex;
}

.recommend-content-inner .item-button .first-child a {
    background: white;
    min-height: 45px;
    min-width: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 6px rgba(0 0 0/16%);
    padding: 0px 10px;
}

.recommend-content-inner .item-button .first-child svg {
    width: 24.08px;
    height: 20.32px;
    fill: var(--orange);
    transition: all 0.3s ease;
}

.recommend-content-inner .item-button .first-child:hover {
    background: var(--orange);
    box-shadow: none;
    color: #fff;
}

.recommend-content-inner .item-button .first-child a:hover svg {
    fill: #fff;
}

.recommend-content-inner .item-button .last-child a {
    background: var(--orange);
    border-radius: 6px;
    min-height: 45px;
    min-width: 49px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 21px;
}

.recommend-content-inner .item-button .first-child svg {
    width: 24.01px;
    height: 20.32px;
    transition: all 0.3s ease;
    fill: var(--orange);
}

.recommend-content-inner .item-button .last-child svg {
    width: 24.01px;
    height: 20.32px;
    transition: all 0.3s ease;
    fill: #fff;
}

.recommend-content-inner .item-button .last-child a:hover {
    background: white;
    box-shadow: 0px 3px 6px rgba(0 0 0/16%);
}

.recommend-content-inner .item-button .last-child a:hover svg {
    fill: var(--orange);
}
.recommend-content-inner .recommend-item-name{
    min-width:435px;
}

.recommend .slick-dots {
    position: unset;
    margin-top: 57px;
    line-height: 13px;
}

.recommend .slick-dots button {
    display: none
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.recommend .slick-dots li {
    transition: all 0.3s ease;
    width: 12px;
    height: 13px;
    border: 1px solid var(--orange);
    border-radius: 3px;
}

.recommend .slick-dots li.slick-active {
    background: var(--orange);
}


/*recommend-close*/


/*first-order-open*/

.first-order {
    margin-top: 125px;
    position: relative;
}

.first-order-left {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.first-order-left .section-head {
    height: 77.50%;
    display: flex;
    align-items: center;
}

.first-order-left p {
    max-width: 498px;
    margin-bottom: 55px;
}

.first-order-img {
    text-align: right;
}

.first-order-img img {
    filter: drop-shadow(-9px 14px 30px rgba(0 0 0/16%)) !important;
}

.first-order:before {
    position: absolute;
    background: #FFF8F1;
    width: 100%;
    height: 77.50%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    content: '';
}


/*first-order-close*/


/*catering-open*/

.catering {
    margin-top: 125px;
}

.catering-img {
    margin-right: -121px;
}

.catering-img img {
    filter: drop-shadow(0px 0px 6px rgba(0 0 0/20%));
    width: 100%;
}

.catering-content-inner {
    background: #FFF8F1;
    border-top: 31px solid white;
    border-left: 31px solid white;
    padding: 35px;
    margin-left: -79px;
    margin-bottom: -38px;
    transition: all .5s ease;
}

.catering-content-inner h3 {
    font-size: 43px;
    line-height: 54px;
    margin-bottom: 15px;
    transition: all .5s ease;
}

.catering-content-inner p {
    transition: all .5s ease;
    margin-bottom: 35px;
}

.catering-content-inner span {
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: all .5s ease;
    line-height: 21px;
    font-weight: 500;
    color: var(--orange);
}

.catering-content-inner strong {
    color: var(--black);
    font-weight: 700;
    transition: all .5s ease;
}

.catering-content-inner span {
    color: var(--orange);
    transition: all .5s ease;
}

.catering-content-inner span svg {
    width: 15.38px;
    fill: var(--orange);
    transition: all .5s ease;
    height: 9.61px;
    margin-left: 12px;
}

.catering .row {
    padding-bottom: 38px;
}

.catering .row:hover .catering-content-inner {
    background: var(--orange);
}

.catering .row:hover h3,
.catering .row:hover p,
.catering .row:hover span,
.catering .row:hover span svg {
    color: #fff;
    fill: #fff;
}

.catering .row:hover span a,
.catering .row:hover strong {
    color: #fff;
}

.catering-content-inner span:hover svg {
    transform: translateX(10px);
}

.catering .flex-row-reverse {
    margin-top: 100px;
}

.catering .flex-row-reverse .catering-img {
    margin-left: -121px;
    margin-right: 0px;
}

.catering .flex-row-reverse .catering-content-inner {
    border-left: 0px;
    border-right: 31px solid white;
    margin-left: 0px;
    margin-right: -79px;
}


/*catering-close*/


/*News-open*/

.news-blog {
    margin-top: 125px;
}

.home-blog {
    position: relative;
    margin-top: 69px;
    overflow: hidden;
    border-radius: 12px;
}

.home-blog img {
    transition: all 0.4s ease-in;
}

.home-blog:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-blog .section-head {
    max-width: 505px;
    margin: auto;
    text-align: center;
}

.home-news-overlay {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    left: 0px;
    border-radius: 7px;
    background: rgba(255 255 255/92%);
    margin: 10px;
    padding: 20px 0px 5px 15px;
    /* min-height: 135px; */
}

.home-blog-meta {
    display: flex;
}

.home-blog-meta span {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    font-family: var(--ap);
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.home-blog-meta span:first-child {
    margin-right: 18.4px;
}

.home-blog-meta svg {
    width: 12.61px;
    height: 12.61px;
    fill: var(--orange);
    opacity: 80%;
    margin-right: 6px;
}

.home-blog h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--ap);
    margin-bottom: 15.5px;
}

.homeblog-describe {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    margin-bottom: -115px;
}

.homeblog-describe p {
    margin-bottom: 5px;
}

.homeblog-describe a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: var(--orange);
    padding-bottom: 0px;
    position: relative;
    padding-top: 10px;
}

.homeblog-describe a:before {
    content: '';
    width: 0px;
    left: 0px;
    height: 1px;
    background: var(--orange);
    bottom: 0px;
    position: absolute;
    transition: all .3s ease;
}

.homeblog-describe a:hover:before {
    width: 100%;
}

.home-blog:hover .homeblog-describe {
    margin-bottom: 0px;
}


/*News-close*/


/*getintouch-open*/

.getintouch {
    margin-top: 125px;
    background: url('../img/getintouchbg.png') no-repeat center;
    background-size: cover;
    padding: 85.5px 0px;
}

.getintouch-left {
    max-width: 717px;
}

.getintouch-left h2 {
    font-size: 75px;
    line-height: 83px;
    margin-bottom: 15px;
    color: #fff;
}

.getintouch-left p {
    font-size: 22px;
    line-height: 30px;
    max-width: 95%;
    margin-bottom: 0px;
    color: #fff;
}

.getintouch-right {
    display: flex;
    justify-content: flex-end;
}

.getintouch-right a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    padding: 9px 12px;
}

.getintouch-right a:first-child {
    background: var(--orange);
    margin-right: 36px;
    border-color: var(--orange);
}

.getintouch-right a:first-child:hover {
    background: transparent;
    border-color: #fff;
}

.getintouch-right a:last-child:hover {
    background: var(--orange);
    border-color: var(--orange);
}


/*getintouch-close*/


/*homelocation-open*/

.homelocation {
    margin-top: 125px;
}

.homelocation .map {
    position: relative;
    z-index: 1;
    padding-right: 140px;
    margin-bottom: -287px;
}

.homelocation iframe {
    width: 100%;
    min-height: 400px;
}

.hour-operation {
    max-width: 411px;
    z-index: 2;
    margin-left: auto;
    position: relative;
    background: var(--orange);
    border-left: 25px solid white;
    border-top: 25px solid white;
    padding: 10px;
}

.trayimg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.hour-operation-inner {
    padding: 26px 24px;
    padding-bottom: 45px;
    color: #fff;
    border: 2px solid white;
}

.hour-operation-inner h2 {
    position: relative;
    margin-bottom: 29.5px;
    font-size: 62px;
    line-height: 76px;
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 16.5px;
}

.hour-operation-inner h2:before,
.hour-operation-inner h2:after {
    position: absolute;
    width: 56%;
    content: '';
    height: 1px;
    background: #fff;
    bottom: 5px;
    left: 0px;
}

.hour-operation-inner h2:after {
    bottom: 0px;
    left: 16.5px;
}

.hour-operation-inner h3 {
    font-size: 29px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: var(--ap);
}

.hour-operation-inner h4 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 29px;
    font-family: var(--ap);
}

.hour-operation-inner a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    padding: 9px 12px;
    margin-top: 32px;
}

.hour-operation-inner a:hover {
    color: var(--orange);
    background: #fff;
}

.address-link {
    margin-bottom: 0;
}

.address-link h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 11px;
}

.address-link p {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
}

.address-link a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: var(--orange);
    padding-bottom: 3px;
    position: relative;
}

.address-link a:after {
    transition: all 0.3s ease;
    width: 0px;
    content: '';
    height: 1px;
    background: var(--orange);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.address-link a:hover:after {
    width: 100%;
}

.contact-link {
    margin-top: 25px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}

.contact-link h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 11px;
}

.contact-link a {
    display: block;
    font-size: 22px;
    line-height: 29px;
    color: #595758;
    margin-bottom: 10px;
    font-family: var(--ms);
    transition: all 0.3s ease;
}

.contact-link a:hover {
    color: var(--orange);
}

.contact-link a:last-child {
    font-size: 18px;
    line-height: 21px;
    font-family: var(--ap);
    font-weight: 500;
    color: var(--orange);
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 3px;
    position: relative;
}

.contact-link a:last-child:after {
    transition: all 0.3s ease;
    width: 0px;
    content: '';
    height: 1px;
    background: var(--orange);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.contact-link a:last-child:hover:after {
    width: 100%;
}


/*homelocation-close*/


/*footer-open*/

#footer {
    background: url('../img/veg.png') no-repeat center;
    background-size: cover;
    margin-top: 125px;
    text-align: center;
    padding-top: 93px;
}

.footer-content a {
    margin-bottom: 54px;
    display: block;
}

.footer-content p {
    line-height: 27px;
    color: #fff;
    margin-bottom: 74px;
    max-width: 721px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social {
    display: flex;
    max-width: 145px;
    justify-content: space-between;
    margin: auto;
}

.footer-social a {
    transition: all 0.3s ease;
    margin-bottom: 0px;
}

.footer-social a:hover svg {
    fill: var(--orange);
}

.footer-links a {
    transition: all 0.3s ease;
}

.footer-links a.active {
    color: var(--orange);
}

.footer-links a:hover {
    color: var(--orange);
}

.footer-social svg {
    fill: #fff;
}

.footer-social .footer-facebook svg {
    width: 13.87px;
    height: 27.73px;
}

.footer-social .footer-insta svg {
    width: 27.73px;
    height: 27.73px;
}

.footer-social .footer-pint svg {
    width: 27.68px;
    height: 27.73px;
}

.footer-social .footer-twitter svg {
    width: 34.45px;
    height: 27.73px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 893px;
    margin: auto;
    margin-top: 60px;
}

.footer-links ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer-links ul li {
    /* margin: 0px 15px; */
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 23px;
}

.footer-links a:first-child {
    margin-left: 0px;
}

.footer-links a:last-child {
    margin-right: 0px;
}

.footerbar {
    margin-top: 74px;
    background: var(--orange);
    padding: 14.5px;
}

.footerbar p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 23px;
    font-family: var(--ap);
    color: #fff;
}


/*footer-close*/


/*----------------------------------------------inner-page-open--------------------------------------------*/


/*innerbanner-open*/

.innerbanner-other-page {
    background: url('../img/innerbanner.png') no-repeat left;
    background-size: cover;
}

.innerbanner .navbar {
    background: rgba(0 0 0/70%);
    padding: 51.5px 0px !important;
}

.innerbanner .innerbanner-content-inner {
    padding: 115px 0px;
    text-align: center;
}

.innerbanner .innerbanner-content-inner h1 {
    font-size: 100px;
    line-height: 122px;
}

.breadcrumb {
    align-items: center;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    background: transparent;
}

.breadcrumb a,
.breadcrumb li {
    padding: 0px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--ap);
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: var(--orange);
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-join {
    font-size: 27px !important;
    line-height: 31px !important;
    margin: 0px 10px;
    color: var(--orange);
}


/*innerbanner-close*/

.innerpage {
    margin-top: 125px;
}


/*about-page-open*/

.our-story-content {
    background: white;
    box-shadow: 0 0 12px rgba(0 0 0/16%);
}

.our-story-content {
    padding: 82px 22px;
    padding-right: 52px;
}

.our-story-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
}

.our-story-content p {
    margin-bottom: 15px;
}

.our-story-content p:last-child {
    margin-bottom: 0px;
}

.our-story-content span {
    font-size: 32px;
    line-height: 40px;
    color: var(--orange);
    display: inline-block;
}

.testmonials h2 {
    text-transform: capitalize;
}

.our-story-content {
    margin-right: -15px;
}

.our-story-img {
    margin-left: -45px;
}

.services {
    margin-top: 21px;
}

.services-inner {
    margin-top: 50px;
    display: flex;
    max-width: 336.07px;
}

.services-inner.center-box {
    margin-left: auto;
    margin-right: auto;
}

.services-inner.right-box {
    margin-left: auto;
}

.services-content h4 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--ap);
}

.services-content p {
    margin-bottom: 0px;
    font-size: 15px;
}

.services-icon {
    margin-right: 11.2px;
}

.services-inner svg {
    width: 55.85px;
    height: 45.27px;
    fill: var(--orange);
}

.our-staff {
    margin-top: 125px;
}

.our-staff .staff-left {
    max-width: 238px;
}

.staff-right p {
    margin-bottom: 0px;
}

.staff {
    padding-top: 11px;
}

.staff-inner {
    margin-top: 50px;
    text-align: center;
}

.staff-inner figure {
    margin-bottom: 17px;
}

.staff-inner h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: var(--ap);
    font-weight: 500;
    margin-bottom: 13px;
}

.staff-inner span {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 17.5px;
    font-family: var(--ap);
    color: var(--orange);
    position: relative;
    text-transform: uppercase;
}

.staff-inner span:before,
.staff-inner span:after {
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    position: absolute;
    display: inline-block;
    background: var(--orange);
    content: '';
}

.staff-inner span:before {
    left: 0px;
}

.staff-inner span:after {
    right: 0px;
}

.testmonials {
    text-align: center;
    padding-bottom: 70px;
    margin-top: 125px;
}

.single-testmonials {
    transition: all 0.5s ease;
    transform: scale(0.9);
}

.single-testmonials .testmonials-img {
    transition: all 0.5s ease;
    transform: scale(0.9);
}

.single-testmonials.slick-current .testmonials-img {
    transform: scale(1);
}

.single-testmonials.slick-current {
    transform: scale(1) !important;
}

.single-testmonials.slick-current .single-testmonials-inner {
    background: #FFF8F1;
    border-color: #FFF8F1;
}

.testmonials-slide-wrp {
    position: relative;
}

.testmonials-slide-wrp:before {
    margin-top: 100px;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--orange);
    opacity: 66%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

.testmonials .testmonials-head {
    margin-bottom: 59px;
}

.single-testmonials {
    padding: 0px 14px;
    padding-top: 76px;
}

.single-testmonials-inner {
    padding: 0px 45px;
    padding-bottom: 73px;
    position: relative;
    background: white;
    border: 1px solid rgba(246 122 0/66%);
    min-height: 472px;
}

.single-testmonials-inner .quotetopleft svg,
.single-testmonials-inner .quotebottomright svg {
    width: 36px;
    stroke: #AFAFAF;
    height: 31.5px;
    fill: none;
    transition: all 0.5s ease;
}

.slick-current .single-testmonials-inner .quotetopleft svg,
.slick-current .single-testmonials-inner .quotebottomright svg {
    stroke: var(--orange);
}

.single-testmonials-inner .quotetopleft {
    left: 51px;
    position: absolute;
    top: 42.8px;
}

.single-testmonials-inner .quotebottomright {
    right: 51px;
    position: absolute;
    bottom: 42.8px;
}

.testmonials-content {
    margin: 18px auto 41px auto;
    max-width: 398px;
}

.testmonials-content h3 {
    font-size: 33px;
    line-height: 38px;
    font-family: var(--ap);
    font-weight: 600;
    margin-bottom: 14.3px;
}

.review {
    margin-bottom: 29px;
}

.review .gold {
    fill: #FFD203;
}

.review svg {
    width: 25px;
    height: 25px;
}

.testmonials-content p {
    margin-bottom: 0px;
}

.bottomdot {
    line-height: 7px;
}

.bottomdot span {
    margin: 0px 3.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #AFAFAF;
    display: inline-block;
}

.testmonials-img {
    height: 152px;
    width: 152px;
    margin: 0px auto;
    margin-top: -76px;
    border: 6px solid white;
    box-shadow: 0px 0px 6px rgba(0 0 0/16%);
    border-radius: 50%;
}

.testslider-prevnext {
    width: 100%;
    display: flex;
    margin-top: 100px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding: 0px 16px;
    top: 50%;
    transform: translateY(-50%);
}

.testslider-prevnext i {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(246 122 0/66%);
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testslider-prevnext i:hover {
    background: var(--orange);
}

.testslider-prevnext i:hover svg {
    fill: #fff;
    opacity: 1;
}

.testslider-prevnext i:last-child {
    transform: rotate(180deg);
}

.testslider-prevnext svg {
    fill: #F67A00;
    opacity: 66%;
    transition: all 0.3s ease;
    width: 10.76px;
    height: 18.83px;
}

.testmonials-slide-wrp .slick-dots {
    bottom: -70px;
    line-height: 13px;
}

.testmonials-slide-wrp .slick-dots li button {
    display: none;
}

.testmonials-slide-wrp .slick-dots li {
    transition: all 0.3s ease;
    width: 13px;
    margin: 0px 5px;
    height: 13px;
    border: 1px solid var(--orange);
    border-radius: 3px;
}

.testmonials-slide-wrp .slick-dots li.slick-active {
    background: var(--orange);
}


/*about-page-close*/


/*catering-page-close*/

.customercare-left h2 {
    max-width: 440px;
}

.customercare-left {
    max-width: 525px;
}

.customercare-right {
    margin-left: -15px;
}

.customercare-left p {
    margin-bottom: 0px;
}

.customercare-left p:first-of-type {
    margin-top: 11px;
    margin-bottom: 24px;
}

.customercare-left p {
    margin-bottom: 12px;
}

.fast-service {
    min-height: 434px;
    margin-top: 195px;
    background: url('../img/fastservice.png') no-repeat center;
    background-size: cover;
}

.fast-service-content {
    position: relative;
    top: -70px;
    padding: 114px 51px 36px 51px;
    border: 2px solid var(--orange);
}

.fast-service-content h2 {
    font-size: 70px;
    line-height: 87px;
    color: #fff;
}

.alwaysfresh {
    margin-top: 125px;
}

.alwaysfresh-head {
    max-width: 275px;
    margin-bottom: 97px;
}

.alwaysfresh-content h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
}

.alwaysfresh-content p {
    margin-bottom: 24px;
}

.alwaysfresh-content p:last-of-type {
    margin-bottom: 55px;
}

.alwaysfresh-content a:last-child {
    margin-left: 43px;
}

.alwaysfresh .row {
    padding-left: 100px;
    padding-bottom: 100px;
}

.alwaysfresh-img {
    position: relative;
}

.alwaysfresh .flex-row-reverse {
    padding: 0px;
    padding-right: 100px;
    padding-top: 100px;
}

.customercare-right img {
    filter: drop-shadow(-9px 14px 30px rgba(0 0 0/16%)) !important;
}

.alwaysfresh .alwaysfresh-img:before {
    position: absolute;
    content: '';
    width: 56%;
    height: 90%;
    left: -121px;
    bottom: -134px;
    display: block;
    border: 2px solid var(--orange);
    z-index: -1;
}

.alwaysfresh .flex-row-reverse .alwaysfresh-img:before {
    right: -100px;
    left: unset;
    top: -100px;
    bottom: unset;
}

.alwaysfresh .alwaysfresh-content {
    /* float:right; */
}

.alwaysfresh .flex-row-reverse {
    margin-top: 100px;
}

.alwaysfresh .flex-row-reverse .alwaysfresh-content {
    margin-left: 0px;
    margin-right: -10px;
}

.alwaysfresh .flex-row-reverse .alwaysfresh-img {
    text-align: right;
}


/*catering-page-close*/


/*Contact-open*/

.contact-form {
    text-align: center;
}

.contact-form-head h2 {
    /* margin-bottom:29px; */
}

.contact-form-head h3 {
    font-size: 35px;
    margin-bottom: 0px;
    line-height: 43px;
}

.contact-form-head h3 a {
    color: var(--orange);
    font-weight: 400;
    font-family: var(--rnc);
}

.contact-form form {
    padding-top: 23px;
}

.input-box {
    margin-top: 45px;
    display: flex;
    align-items: center;
    text-align: left;
    min-height: 50px;
    border-radius: 8px;
    padding: 5px 30px!important;
    border: 1px solid rgba(112 112 112/38%);
    margin-right: 40px;
    font-size: 17px!important;
    color: #00000078!important;
}


}
.input-box input {
    display: block;
    font-size: 17px!important;
    line-height: 19px;
    font-family: var(--ub);
    border: none!important;
    font-size: 17px;
}
.message-box {
    /* margin-top: 30px; */
    
    text-align: left;
    /* min-height: 223px; */
    
    border-radius: 8px;
    padding: 0px 16px 0px 0px;
}
.message-box .form-textarea-wrapper textarea {
    padding: 30px;
}
.message-box .form-textarea-wrapper {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.message-box svg {
    margin-top: 3px;
    width: 13.8px;
    height: 13.8px;
    fill: var(--orange);
    margin-right: 7.1px;
}
.message-box textarea,
.message-box textarea:focus,
.message-box textarea:hover {
    box-shadow: none;
    border: none;
    font-size: 17px;
    line-height: 19px;
    font-family: var(--ub);
    display: block;
    height: 192px;
}
.input-box svg {
    fill: var(--orange);
    margin-right: 7.1px;
}
.input-box.left-box svg {
    width: 14.8px;
    height: 14.8px;
}
.input-box.center-box {
    margin-left: auto;
    margin-right: auto;
}
.input-box.center-box svg {
    width: 14.8px;
    height: 14.5px;
}
.input-box.right-box {
    margin-left: auto;
}
.input-box.right-box svg {
    width: 17.9px;
    height: 16.9px;
}
.contact-form form input[type='submit'] {
    font-size: 18px;
    line-height: 21px;
    /* margin-top:72px; */
    
    font-weight: 500;
    font-family: var(--ap);
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
    border-radius: 6px;
    text-align: center;
    padding: 9px 12px;
    transition: all 0.3s ease;
}
.contact-form form input[type='submit']:hover,
.contact-form form input[type='submit']:focus {
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0 0 0/16%);
    color: var(--orange);
}

/*Contact-close*/

/*menu-page-open*/
.menu-head {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.menu-head h3 {
    margin: 0px 39.4px;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0px;
    color: var(--orange);
    text-transform: uppercase;
}
.menu-head span {
    flex: 1;
}
.menu-head span:before {
    width: 100%;
    display: block;
    height: 1px;
    background: var(--orange);
    content: '';
}
.menu-page-head {
    text-align: center;
    margin-bottom: 36px;
}
.menu-page .menu-inner-wrp {
    margin-top: 40px;
}
.menu-page-inner {
    margin-top: 107px;
}

/*menu-page-close*/

/*blog-page-open*/
.blog-img {
    max-width: fit-content;
    overflow: hidden;
}
.blog-img a {
    display: block;
    position: relative;
}
.blog-img a img {
    transition: transform 0.5s;
}
.blog-img a:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.blog-img a:hover:after {
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
}
.blog-img a:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    top: -20px;
    right: -20px;
    border: 20px solid;
    border-color: rgba(246, 122, 0, 47%);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.blog-content .blog-date {
    font-size: 70px;
    line-height: 80px;
    font-family: var(--ap);
    font-weight: 400;
    margin-bottom: 19px;
    font-style: Italic;
}
.blog-content .blog-date small {
    font-size: 30px;
    line-height: 34px;
    font-family: var(--ap);
    font-weight: 400;
    font-style: Italic;
}
.blog-content a {
    transition: all 0.3s ease;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--ap);
    margin-bottom: 15px;
    display: block;
}
.blog-content a:hover {
    color: var(--orange);
}
.blog-content p {
    margin-bottom: 48.5px;
}
.blog-content h6 {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ms);
    margin-bottom: 0px;
    padding-top: 25.5px;
    display: inline-block;
}
.blog-content h6 span {
    color: #F67A00;
    text-transform: capitalize;
}
.blog-content h6:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1.5px;
    width: 86%;
    content: '';
    background: var(--orange);
}
.blog-page .row {
    margin-top: 95px;
}

/*blog-page-close*/

/*blogdetails-page-open*/
.blog-main-img {
    padding: 17px;
    border: 1.5px solid var(--orange);
}
.blog-meta {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    margin-top: 20.8px;
}
.blog-meta span {
    font-size: 15px;
    line-height: 14px;
    font-weight: 500;
    font-family: var(--ap);
    display: flex;
    align-items: center;
}
.blog-meta .span {
    margin-right: 28px;
}
.blog-meta svg {
    margin-right: 6.7px;
    width: 15px;
    height: 15px;
    fill: var(--orange);
}
.single-blog-wrp {
    padding-bottom: 63.5px;
    border-bottom: 1px solid rgba(112 112 112/32%);
}
.single-blog-wrp h2 {
    max-width: 1050px;
    margin-bottom: 15px;
}
.single-blog-wrp p:first-of-type {
    margin-top: 0px;
}
.single-blog-wrp p:last-child {
    margin-top: 21px;
}
.single-blog-wrp p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-other-img {
    margin-top: 16px;
}
.blog-other-img-inner {
    margin-top: 15px;
    padding: 0px 22px 20px 20px;
    border: 1.5px solid var(--orange);
}
.blog-control-wrp {
    /* justify-content:space-between; */
    /* display:flex; */
}
.blog-control-wrp>div {
    /* max-width:445px; */
    /* margin-top:36px; */
}
.blog-control a.controles {
    max-width: fit-content;
    align-items: center;
    /* display:flex; */
    
    font-size: 22px;
    transition: all 0.3s ease;
    color: #595758;
    /* line-height:24px; */
    
    font-family: var(--ms);
    font-weight: 400;
}
.blog-control a.controles:hover {
    color: var(--orange);
}
.blog-control a.controles:hover svg {
    transform: translateX(-5px);
    fill: var(--orange);
}
.blog-control a.controles svg {
    transition: all 0.3s ease;
    width: 13.45px;
    height: 23.52px;
    fill: #000000;
    margin-right: 7px;
    margin-top: 10px;
}
.blog-control-inner {
    display: flex;
    align-items: center;
    margin-top: 37.5px;
}
.blog-control-inner .blog-control-img {
    min-width: 140px;
}
.blog-control-inner a {
    transition: all 0.3s ease;
    font-size: 35px;
    margin-left: 21px;
    line-height: 43px;
    font-weight: 400;
    font-family: var(--rnc);
}
.blog-control-inner a:hover {
    color: var(--orange);
}
.next-blog a.controles {
    margin-left: auto;
    flex-direction: row-reverse;
}
.next-blog a.controles svg {
    transform: rotate(180deg) translateX(0px);
    margin-right: 12px;
    margin-left: 10px;
    margin-top: 15px;
}
.next-blog a.controles:hover svg {
    transform: rotate(180deg) translateX(-5px);
}
.next-blog .blog-control-inner {
    flex-direction: row-reverse;
}
.next-blog .blog-control-inner a {
    margin-left: 0px;
    margin-right: 21px;
}

/*blogdetails-page-close*/

/*productdetails-page-close*/
.productdetils-content h2 {
    font-size: 61px;
    margin-bottom: 22.5px;
}
.productdetils-content-inner>span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 25.5px;
    font-family: var(--ap);
    line-height: 21px;
}
.productdetils-content p {
    margin-bottom: 0px;
}
.productdetils-content-inner {
    padding-bottom: 30.5px;
    border-bottom: 1px solid rgba(112 112 112/30%);
}
.details-price {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    font-size: 31px;
    font-weight: 500;
    font-family: var(--ap);
    color: var(--orange);
    line-height: 36px;
}
.details-price small {
    margin-left: 19px;
    font-size: 23px;
    line-height: 31px;
    color: #898989;
    text-decoration: line-through;
}
.quantity {
    /* display:flex; */
    /* margin-bottom:27px; */
    /* align-items:center; */
    /* font-size:18px; */
    /* max-width:fit-content; */
    /* padding:3px 9px; */
    /* border:1px solid #595758; */
    /* line-height:21px; */
    /* font-weight:500; */
    /* font-family:var(--ap); */
}
.quantity label {
    margin-bottom: 0px;
    margin-right: 16px;
}
.quantity div {
    font-size: 22px;
    cursor: pointer;
    line-height: 26px;
}
.quantity div.add {
    margin-top: -3.5px;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input {
    font-size: 22px;
    line-height: 26px;
    max-width: 33px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-other-detail {
    margin-top: 23.5px;
}
.product-share {
    display: flex;
    align-items: center;
}
.product-share label {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-family: var(--ap);
    margin-right: 6px;
    margin-bottom: 0px;
}
.product-share a {
    margin-right: 12px;
}
.product-share svg {
    height: 15px;
    width: 15px;
}
.product-share svg.topfacebook {
    width: 15px;
    height: 20px;
    fill: #3B5999;
}
.product-share svg.topinstagram {
    fill: #03A9F4;
    width: 22px;
    height: 22px;
}
.product-share svg.toptwitter {
    fill: #E1008E;
    width: 25px;
    height: 25px;
}
.product-share svg.toppinterest {
    fill: #CB1F24;
    width: 22px;
    height: 22px;
}
.product-purchase {
    margin-top: 39px;
}
.product-purchase {
    display: flex;
}
.product-purchase a:last-child {
    margin-left: 25px;
}
.product-purchase .site-buttons {
    margin-right: 40px;
}
.other-button {
    background: white;
    box-shadow: 0px 2px 3px rgba(0 0 0/16%);
    width: 35px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-button .eye2 {
    transition: all 0.3s ease;
    fill: var(--orange);
    width: 22.47px;
    height: 14.98px;
}
.other-button .wish {
    width: 15.51px;
    transition: all 0.3s ease;
    height: 13.53px;
    stroke: #f67a00;
}
.other-button:hover {
    box-shadow: none;
    background: var(--orange);
}
.other-button:hover .eye2 {
    fill: #fff;
}
.other-button:hover .wish {
    stroke: #fff;
}
.related-product {
    margin-top: 125px;
    text-align: center;
}
.related-product h2 {
    margin-bottom: 24px;
}
.related-product-inner {
    max-width: fit-content;
    margin-bottom: 60px;
}
.lunch-buffet img {
    height: auto;
}
.color {
    color: #f67a00;
    font-weight: bold;
}
.productdetils-page img {
    height: auto;
}
.related-product-inner span>divs {
    font-size: 36px;
    line-height: 45px;
    font-family: var(--rnc);
    font-weight: 400;
    color: #282828;
    margin-bottom: 7px;
    margin-top: 23px;
    display: block;
}
.related-product-inner h3 {
    line-height: 49px;
    font-size: 40px;
    color: #282828;
    margin-bottom: 40px;
}
.related-product-inner h3 a>div {
    font-family: var(--rnc);
    line-height: 49px;
    font-size: 40px;
    color: #282828;
    /* margin-bottom:40px; */
}
.related-product-inner.center-product {
    margin-left: auto;
    margin-right: auto;
}
.related-product-inner.right-product {
    margin-left: auto;
}

/*productdetails-page-close*/

/*----------------------------------------------inner-page-close--------------------------------------------*/

/* Dashboard CSs Start*/
.icon-detials {
    margin-bottom: 25px;
    width: 100%;
}
.dashboard {
    margin-top: 15px;
}
.dashboard .heading h3 {
    display: none;
}
.icon-detials .icon-title {
    margin: auto;
    color: #e77200;
    padding-top: 8px;
    font-size: 18px;
}
.icon-detials a:hover .icon-title {
    color: #000;
}
.icon-detials a {
    text-align: center;
    margin-bottom: 25px;
    background: #e772002e;
    border-radius: 10px;
    padding: 30px 0;
    display: block;
    margin: 0px 20px;
    margin-bottom: 0px;
    text-decoration: none;
}
.icon-detials a svg {
    width: 70px;
    height: 70px;
    margin: auto;
    fill: #e77200;
}
.icon-detials a:hover svg {
    fill: #000;
}

/* Dashboard CSs End */

/* fotter logo css Start*/
#footer-fifth,
#footer-fifth a {
    background: #f67a00;
    color: #fff;
}
.fotter-copy {
    float: left;
    margin-top: 13px;
    color: #fff;
    font-size: 14px;
}
.marketing-logo {
    float: right;
}
.marketing-logo-left {
    color: #fff;
    float: left;
    padding-top: 4px;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
}
.marketing-logo-right {
    float: right;
}
.marketing-logo-right img {
    width: 50px;
    top: 0;
}

/* fotter logo css end*/
.navbar-nav li a {
    text-transform: uppercase;
}
.footer-social svg {
    height: 30px;
    width: 30px;
}
ul.menu a.is-active {
    color: #f67a00;
}
.main-menu a {
    font-family: var(--rnc);
}
.main-menu ul li .menu-img img {
    height: auto;
    width: 100%;
}
.how-order .view-content .row .col-lg-4:first-child::after {
    content: "";
    background: url('../icon/arrow-righ-solid.svg');
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 59%;
    background-repeat: no-repeat;
}
.how-order .view-content .row .col-lg-4:nth-child(5):after {
    content: "";
    background: url('../icon/arrow-righ-solid.svg');
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 59%;
    background-repeat: no-repeat;
}
.how-order .view-content .row .col-lg-4:nth-child(3):after {
    content: "";
    background: url('../icon/arrow-righ-solid.svg');
    height: 50px;
    width: 50px;
    position: absolute;
    right: 154%;
    top: 100%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.how-order .view-content .row .col-lg-4:nth-child(1),
.how-order .view-content .row .col-lg-4:nth-child(2),
.how-order .view-content .row .col-lg-4:nth-child(3) {
    margin-bottom: 100px;
}
.how-order .view-content .row .col-lg-4:nth-child(3) .how-order-left-content,
.how-order .view-content .row .col-lg-4:nth-child(4) .how-order-left-content {
    display: none;
}
.catering .view-content .row:nth-child(2n) {
    margin-top: 100px;
    flex-direction: row-reverse;
}
.catering .view-content .row:nth-child(2) .catering-img {
    margin-left: -121px;
    margin-right: 0px;
}
.catering .view-content .row:nth-child(2) .catering-content-inner {
    border-left: 0px;
    border-right: 31px solid white;
    margin-left: 0px;
    margin-right: -79px;
}
.suscribe-input form {
    /* display:flex; */
}
.subscribe-us-first-div {
    max-width: 437px;
    padding: 0px 6px 0px 0px;
    margin: auto;
}
/* .subscribe-us-button {
    border-radius: 6px;
    background: var(--orange);
    min-width: 70px;
    min-height: 50px;
    margin-left: 11px;
    padding: 9.2px 14px;
} */
.subscribe-us-button input{
    /* font-size: 0px; */
    /* content: "";
    background: url('../icon/envolpe.svg'); */
    /* height: 20px;
    width: 45px; */
    /* position: absolute; */
    box-shadow: none;
    background-color:var(--orange);
    font-size:18px;
    text-transform:uppercase;
    color:white;
    border: 1px solid var(--orange) !important;
}
.webform-submission-join-our-mailing-list-form .captcha{
    margin-top:10px;
}
.webform-submission-join-our-mailing-list-form .captcha .g-recaptcha{
    justify-content:flex-start;
}
.subscribe-us-button input:hover{
    color:var(--orange)
}
.subscribe-us-button .btn-primary:hover {
    background-color: transparent;
    border-color: none!important;
}
.menus h3 {
    margin-top: 20px;
    padding-bottom: 3.5px;
    display: inline-block;
    margin-bottom: 5.5px;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    font-family: var(--ap);
    color: var(--orange);
}
.menus h3:after {
    right: -20%;
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 2.5px;
    background: var(--orange);
    content: '';
}
.alwaysfresh .views-row:nth-child(2n) .row:nth-child(1) {
    margin-top: 100px;
    flex-direction: row-reverse;
}
.alwaysfresh .views-row:nth-child(2n) .row:nth-child(1) .alwaysfresh-img:before {
    position: absolute;
    content: '';
    width: 56%;
    height: 90%;
    left: 250px;
    bottom: 180px;
    display: block;
    border: 2px solid var(--orange);
    z-index: -1;
}
.path-frontpage .navbar {
    padding-top: 50px;
    background: none!important;
}
.navbar {
    padding-top: 50px;
    background: rgba(0 0 0/70%);
    padding-bottom: 50px;
}
.badge {
    font-size: 16px;
}
.menu-head-img img {
    width: 1140px;
    height: auto;
}
#captcha {
    text-align: start;
    width: 100%;
}
#captcha .details-description,
#captcha .description {
    display: none;
}
#captcha .details-wrapper {
    padding: 0;
}
#captcha .details-wrapper input {
    width: 15%;
}
#header {
    position: relative;
    z-index: 100;
}
.commerce-wishlist-default-user-form .js-form-wrapper {
    text-align: center;
}
.commerce-wishlist-default-user-form input {
    background: #f67a00;
    border: 1px solid #f67a00;
}
.wishlist-item__actions input[type=submit],
input#edit-header-add-all-to-cart,
.wishlist-button {
    background: #f67a00;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 9px 15px;
    border: 1px solid #f67a00;
    transition: 0.3s all ease;
    font-size: 15px;
    color: #fff;
}
.wishlist-items {
    margin: 50px 0px;
}
.wishlist-items .field--type-entity-reference {
    font-size: 20px;
    margin: 10px 0px;
}
.wishlist-items .wishlist-item__quantity {
    font-size: 20px;
    margin: 10px 0px;
}
.product-image-container .image img {
    width: 200px;
    height: auto;
}
.innerbanner-content-inner span {
    text-transform: capitalize;
}
#page-3 .innerpage,
#page-19 .innerpage {
    margin-top: 0;
}
.productdetils-page img {
    height: ;
}
.quantity form .button--add-to-cart:hover {
    background: #fff;
    color: #f67a00;
}
.quantity form .button--add-to-cart {
    background: #f67a00;
    padding: 5px 128px 10px 19px;
    border: 1px solid #f67a00;
}
.related-product-inner img {
    padding: 50px;
    border-radius: 200px;
}
.Contact-page .form-actions {
    margin: auto;
}
.Contact-page .form-actions input {
    text-transform: capitalize;
}
.book-pager li a {
    transition: all 0.3s ease;
    font-size: 35px;
    margin-left: 21px;
    line-height: 43px;
    font-weight: 400;
    font-family: var(--rnc);
}
.book-pager li a:hover {
    color: var(--orange);
}
.book-pager p {
    margin-top: 20px;
}
.book-pager b {
    font-size: 60px;
    font-weight: 100;
    color: #0000006e;
}
.blog-control .menu {
    display: none;
}
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
    font-family: var(--ms);
    font-size: 21px;
}
.privacy-policy h2 {
    font-size: ;
}
.menu-button a {
    font-family: var(--ap);
}
.first-order-left strong {
    color: var(--orange);
}
.instagram-inner img {
    height: auto;
}
.slick-slide img {
    display: initial;
}
.wpb_wrapper ul.one {
    margin-left: 20px;
}
.wpb_wrapper ul.two {
    margin-left: 30px;
}
.wpb_wrapper .two ul {
    list-style: circle;
    margin-left: 20px;
}
.wpb_wrapper ul li {
    font-family: 'MerriweatherSans';
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}
.wpb_wrapper ul.two li {
    list-style-type: disclosure-closed;
}
.wpb_wrapper ul.one li:before {
    content: ' ';
    background-image: url('../icon/tick.svg');
    position: absolute;
    height: 18px;
    width: 18px;
    margin-top: 8px;
    left: 20px;
    background-repeat: no-repeat;
}
.wpb_wrapper ul.two li:before {
    background: none;
    content: none;
}
.wpb_wrapper span {
    font-weight: 400;
    font-family: 'MerriweatherSans';
}
.section-title span {
    font-size: 50px;
}
.catering-menu-top,
.catering-menu-bottom {
    margin: 50px 20px;
}
.catering-menu-top li,
.catering-menu-bottom li {
    font-size: 20px;
    color: #f67a00;
    font-weight: bold;
}
.catering-menu-bottom li:before {
    content: " ";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    width: 9px;
    height: 3px;
    background-color: #f67a00;
    margin-top: 15px;
}
.alwaysfresh .views-row:nth-child(1) .alwaysfresh-content {
    margin-left: 50px;
}
.alwaysfresh .views-row:nth-child(1) .catering-menu-top li:before {
    content: " ";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 66px;
    width: 9px;
    height: 3px;
    background-color: #f67a00;
    margin-top: 15px;
}
#page-6 .news-blog {
    margin-top: 45px;
}
.messages--error {
    text-align: initial;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid #f67a00;
}
.messages--error {
    color: #f67a00;
    border-color: #f67a00 #f67a00 #f67a00 #f67a00;
    background-color: #f67a0012;
    box-shadow: -8px 0 0 #f67a00;
}
.contact-form-head p {
    margin: auto;
    padding: 5px 0px 20px 0px;
    width: 50%;
}
.sub {
    padding-top: 30px;
}
.Contact-page .col-md-4 {
    padding-left: 0;
}
.view.view-commerce-cart-form form .form-actions {
    font-family: var(--ms);
}
.privacy-policy h1 {
    font-size: 35px;
}
.privacy-policy h2 {
    font-size: 25px;
}
.privacy-policy h2 {
    font-size: 21px;
}
.privacy-policy p {
    font-size: 19px;
    font-family: -webkit-pictograph;
}
.navbar-nav {
    margin-right: -20px;
}
.subscribe-us-first-div input {
    color: #00000070;
}
.instagram-top-wrp-inner {
    max-width: 1815px;
}
.slick-prev:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    top: -50%;
    position: absolute;
    opacity: 1!important;
    color: #f67a00;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -134px;
}
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    top: -50%;
    ;
    position: absolute;
    opacity: 1!important;
    color: #f67a00;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: -134px;
}
.filter-menu .current-menu-item span {
    color: #f67a00;
}
.filter-menu .current-menu-item span svg {
    fill: #f67a00;
    background: #fff;
}
.menu-tab-wrp {
    margin-top: 100px;
}
.category-nav ul li svg {
    background: #f67a00;
    border-radius: 62px;
    padding: 14px;
}
.category-nav ul li span svg {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
    fill: #fff;
    transition: all 500ms ease;
}
.category-nav ul li {
    text-align: center;
}
.category-nav ul li span h5 {
    font-size: 30px;
    cursor: pointer;
}
.category-nav ul li:hover svg {
    fill: #f67a00;
}
.category-nav ul li:hover span h5 {
    color: #f67a00;
}
.category-nav ul li:hover svg {
    fill: #f67a00;
    background: #fff;
}
.product-category {
    margin-top: 100px;
}
.blog-details ul {
    padding-left: 25px;
    list-style: disc;
    /* margin: 15px 0; */
}
.blog-details strong {
    font-size: 20px;
    font-weight: bold;
}
.blog-details ul li {
    font-size: 18px;
    font-family: var(--ms);
    color: var(--gray);
    font-weight: 300;
}
.slick-dots {
    bottom: -50px;
}
.blog-details p strong {
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-details p.first {
    margin-top: 0;
}
.blog-details h3,
.blog-details h2 {
    margin-bottom: 0;
}
.table-responsive input,
.view.view-commerce-cart-form form .form-actions input {
    font-family: var(--ap);
}
.wpb_wrapper ul li span {
    color: #F67A00;
}
.wpb_wrapper {
    margin-left: 3%;
}
.captcha
{
    width: 100%;
}
.captcha .g-recaptcha
{
    display: flex;
    justify-content: center;
}
.contact-page
{
    justify-content: center;	
}
#add-to-cart-overlay .modal-content{
    padding: 30px;
}
#add-to-cart-overlay .modal-content button{
    display: none;
}
#add-to-cart-overlay .modal-content a{
    background: #f67a00;
    transition: 1s;
    border: 1px solid #f67a00;
    width: fit-content;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
#add-to-cart-overlay .modal-content a:hover{
    background: transparent;
    color: #f67a00;
}


/* -----------simple-pop-up-box-css--------------start----- */
.popbox {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
  }
  
  .popbox-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 45px;
  }
  .popbox-content p img{
    margin-bottom: 20px;
    filter: drop-shadow(3px 3px 5px #00000090);
  }
  .popbox-content p{
	font-size: 30px;
	font-weight: bold;
    color:#0b4f28;
    text-align: center;
    line-height: 35px;
  }
  .close-btn {
    font-size: 20px;
	display: block;
	margin-top: 20px;
	color: #fff;
	border: 1px solid#f67a00!important;
    width: 100px;
    margin: 30px auto 0;
    padding: 4px 20px 7px 20px;
    background: #f67a00;
  }
  .close-btn:hover{
	background: transparent;
    color: #f67a00;
  }

  /* -----------simple-pop-up-box----------------end--- */


.path-checkout .breadcrumb li:nth-child(3) {
    display: none;
}
.path-checkout .breadcrumb li:last-child {
    display: none;
}
.view-first-order.view-id-first_order.view-display-id-block_1 .first-order::before{
    content:unset
}
.view-first-order.view-id-first_order.view-display-id-block_1 .first-order{
    background-color:#FFF8F1;
    padding:40px 0px;
}
.view-first-order.view-id-first_order.view-display-id-block_1 .first-order .first-order-left p{
  margin-bottom:0;
}
@media(max-width:1500px) {
    .menus-wrp .menu-el-2 {
        display: none;
    }
    .menus-wrp .menu-el-1 {
        top: -92px;
    }
   
}

@media(max-width:1400px) {
    .left-text {
        font-size: 30px;
        left: 0%;
        transform: rotate(270deg) translate(23%, -50%);
    }
    .subscribe-us h3 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .navbar .container {
        flex-wrap: wrap;
    }
    .navbar .navbar-brand {
        text-align: center;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .navbar-collapse {
        justify-content: flex-start !important;
        flex: 0 0 70%;
    }
    .user-links {
        flex: 0 0 26%;
    }
    .recommend-content-inner .recommend-item-name{
        min-width:unset;
    }
}

@media(max-width:1199px) {
    .popbox-content p{
        font-size: 25px;
    }
    .catering .view-content .row:nth-child(2) .catering-content-inner {
        margin: 0;
        min-height: 448px;
    }
    .innerbanner .innerbanner-content-inner {
        padding: 90px 0px;
    }
    .subscribe-us {
        padding: 14px 20px;
    }
    .subscribe-us p {
        font-size: 15px;
    }
    .subscribe-us-first-div input {
        font-size: 12px;
    }
    .subscribe-us-first-div input {
        font-size: 10px;
    }
    .main-menu {
        margin-top: 50px;
    }
    .homebanner-content {
        margin-top: 60px;
    }
    .order-button {
        margin-left: 40px;
    }
    .contact-link {
        margin-bottom: 70px;
    }
    .how-order-left-content,
    .how-order-right-content {
        padding-top: 0;
    }
    .homebanner {
        padding-bottom: 320px;
    }
    .left-text {
        font-size: 25px;
        left: 1%;
        transform: rotate(270deg) translate(27%, -50%);
    }
    .subscribe-us h3 {
        font-size: 27px;
        line-height: 25px;
    }
    .testslider-prevnext i {
        background: var(--orange);
    }
    .testslider-prevnext i svg {
        fill: #fff;
        opacity: 1;
    }
    .alwaysfresh .alwaysfresh-content,
    .alwaysfresh .flex-row-reverse .alwaysfresh-content {
        margin: 0px;
    }
    .fast-service-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .productdetils-content h2 {
        font-size: 56px;
        line-height: 65px;
    }
    .productdetils-content {
        margin-top: 50px;
    }
    .how-order-joiner div {
        padding: 0px 50px;
    }
}

@media(max-width:1024px) {
    .alwaysfresh .row {
        padding-left: 0;
    }
    .main-menu ul li a {
        display: block;
    }
}

@media(max-width:991px) {
    .innerbanner .innerbanner-content-inner h1 {
        font-size: 60px;
        line-height: 85px;
    }
    .news-blog,
    .recommend-wrp,
    .instagram,
    .menus-wrp {
        margin-top: 45px;
    }
    .contact-form-head p {
        width: auto;
    }
    #footer {
        margin-top: 25px;
    }
    .section-title span {
        font-size: 35px;
    }
    .section-title {
        margin-top: 20px;
    }
    .innerbanner .innerbanner-content-inner {
        padding: 60px 0px;
    }
    .subscribe-us {
        flex: auto;
    }
    .homebanner-content .contactusfor a {
        font-size: 30px;
    }
    .homebanner-content h1 {
        font-size: 90px;
        line-height: 110px;
    }
    .subscribe-us-first-div input {
        font-size: 15px;
    }
    .blog-other-img-inner {
        margin-top: 50px;
        padding: 20px 40px 40px 80px;
    }
    .homebanner {
        margin-top: -300px;
    }
    .subscribe-us .suscribe-input {
        margin-top: 27px;
    }
    .subscribe-us h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .how-order .view-content .row .col-lg-4:nth-child(5):after {
        transform: rotate(90deg);
        right: -14px;
        top: -14%;
    }
    .how-order .view-content .row .col-lg-4:first-child::after {
        transform: rotate(90deg);
        right: -14px;
        top: 90%;
    }
    .how-order .view-content .row .col-lg-4:nth-child(1),
    .how-order .view-content .row .col-lg-4:nth-child(2),
    .how-order .view-content .row .col-lg-4:nth-child(3) {
        margin-bottom: 50px;
    }
    .how-order-left-content {
        width: 100%;
        margin: 20px 0px;
    }
    .our-story-img {
        margin-top: 50px;
        margin-left: 0px;
    }
    .related-product-inner.right-product {
        margin-top: 50px;
    }
    .innerbanner {
        background-position: center;
    }
    .innerbanner .navbar {
        padding-bottom: 21px !important;
    }
    .services-inner {
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .testmonials-content h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .our-staff .staff-left {
        max-width: unset;
        margin-bottom: 15px;
    }
    .our-story-content {
        box-shadow: none;
        padding: 0px;
    }
    .navbar-toggler {
        background: var(--orange);
        order: 3;
    }
    .navbar-toggler svg {
        width: 31px;
        height: 31px;
        fill: #fff;
    }
    .navbar .container {
        position: relative;
        padding-bottom: 30px;
        justify-content: unset !important;
    }
    .nav-menus .nav-link {
        transition: all 0.5s ease;
        color: var(--black);
        padding: 0px!important;
    }
    .nav-menus .nav-link:hover,
    .nav-menus .nav-link:focus,
    .nav-menus .nav-link.active {
        padding-left: 10px !important;
        border-left: 2px solid var(--orange);
        color: var(--orange);
    }
    .nav-menus .nav-item {
        margin-left: 0px;
        margin-top: 20px;
    }
    .nav-menus .nav-link:before,
    .nav-menus .nav-link:after {
        display: none !important;
    }
    .navbar-collapse {
        box-shadow: 0 0 6px rgba(0 0 0/16%);
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: white;
    }
    .navbar-collapse ul {
        padding: 20px;
    }
    .order-button {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .order-button a {
        background: var(--orange);
        color: #fff;
        border: 1px solid var(--orange);
        padding: 9px 12px;
    }
    .order-button a:hover,
    .order-button a:focus,
    .order-button.active a {
        background: transparent;
        color: var(--orange);
    }
    .menu-el-1 {
        display: none;
    }
    .user-cart {
        margin-right: 25px;
        margin-left: auto;
    }
    .user-cart a {
        position: relative;
        padding-right: 10px;
        padding-top: 6px;
    }
    .user-cart svg {
        fill: #fff;
        width: 35px;
        height: 35px;
    }
    .user-cart .badge {
        right: 0px;
        top: 0px;
        border-radius: 6px;
        position: absolute;
        background: var(--orange);
        color: #fff;
    }
    .homebanner-content h1 {
        font-size: 115px;
        line-height: 135px;
    }
    .homebanner-content .contactusfor {
        font-size: 32px;
        line-height: 40px;
    }
    .homebanner-content .contactusfor a {
        line-height: 46px;
    }
    .homebanner-content {
        margin-top: 100px;
    }
    .main-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-menu ul li {
        flex: 0 0 33.33%;
    }
    .how-order .col-12 {
        /* display:none; */
    }
    .how-order-left-image {
        margin-right: 0px;
        margin-top: 50px;
    }
    .how-order-right-image {
        margin-left: 0px;
        margin-top: 50px;
    }
    .how-order-left-content,
    .how-order-right-content {
        padding: 0px;
    }
    .menu-inner {
        max-width: 100%;
    }
    .menu-inner p {
        max-width: 90%;
    }
    .how-order-right-content {
        margin-top: 50px;
    }
    .instagram-top-wrp {
        padding-top: 130px;
        padding-left: 0px;
    }
    .left-text {
        width: 100%;
        text-align: center;
        color: var(--black);
        top: 0px;
        left: 0%;
        font-size: 50px;
        line-height: 58px;
        padding: 21px 0px;
        transform: rotate(0deg) translate(0%);
    }
    .left-text span {
        color: var(--orange);
    }
    .subscribe-us input {
        max-width: unset;
    }
    .recommend-img {
        margin-right: 0px;
    }
    .recommend-content {
        margin-top: -50px;
        margin-left: 50px;
    }
    .instagram-top-wrp-inner {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .instagram-inner {
        padding: 5px!important;
        margin: auto;
    }
    .instagram-inner img {
        width: 100%;
        display: block;
    }
    .instagram-bottom-wrp-inner {
        flex-wrap: wrap;
    }
    .instagram-bottom-wrp-inner .insta-07 {
        display: none;
    }
    .instagram-bottom-wrp {
        margin-top: 0px;
        display: block;
    }
    .instagram-bottom-wrp-inner {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .subscribe-us {
        max-width: 62%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    .subscribe-us div:first-child,
    .subscribe-us p {
        max-width: 100%;
    }
    .menus-wrp .section-head h2 {
        font-size: 45px;
    }
    .section-head h2 {
        font-size: 35px;
        line-height: 38px;
    }
    .first-order-left p {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .first-order:before {
        height: 100%;
    }
    .first-order-left .section-head {
        height: 85.5%;
    }
    .catering-img {
        margin: 0px !important;
    }
    .catering .flex-row-reverse .catering-content-inner {
        margin-right: 0px;
        border-right: 0px;
        border-left: 31px solid white;
        margin-left: 50px;
        margin-top: -50px;
    }
    .getintouch-right {
        justify-content: flex-start;
        margin-top: 50px;
    }
    .catering-content-inner {
        margin-left: 0px;
        /* margin-top: -50px;
        margin-right: 50px; */
        border-left: 0px;
        /* border-right: 31px solid white; */
    }
    .homelocation .map {
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .hour-operation {
        border: none;
        max-width: 100%;
    }
    .address-link,
    .contact-link {
        margin-top: 50px;
        margin-bottom: 59px;
    }
    .footer-links a {
        margin: 0px 10px;
        margin-bottom: 20px;
        font-size: 17px;
    }
    .getintouch-left h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .contact-link {
        margin-bottom: 128px;
    }
    .alwaysfresh .row {
        padding: 0px;
    }
    .alwaysfresh .views-row:nth-child(2n) .row:nth-child(1) .alwaysfresh-img:before {
        display: none;
    }
    .alwaysfresh .alwaysfresh-img:before {
        display: none;
    }
    .alwaysfresh-img {
        margin: 50px 0;
    }
    .alwaysfresh .flex-row-reverse .alwaysfresh-img {
        text-align: left;
    }
    .customercare-left {
        max-width: unset;
        margin-bottom: 50px;
    }
    .menu-left,
    .menu-right {
        max-width: unset;
    }
    .blog-control-wrp {
        display: block;
    }
    .next-blog {
        margin-left: auto;
    }
    .blog-content {
        margin-top: 18px;
    }
    .catering .view-content .row:nth-child(2) .catering-content-inner {
        border-right: 0;
    }
    .innerpage {
        margin-top: 50px;
    }
    .blog-page .row {
        margin-top: 55px;
    }
    .blog-content p {
        margin-bottom: 28.5px;
    }
}

@media(max-width:767px) {
    .blog-other-img-inner {
        padding: 20px 40px 40px 40px;
    }
    .alwaysfresh .views-row:nth-child(2n) .row:nth-child(1) {
        margin-top: 50px;
    }
    .alwaysfresh {
        margin-top: 50px;
    }
    .alwaysfresh-head {
        margin-bottom: 37px;
    }
    .catering .view-content .row:nth-child(2) .catering-content-inner {
        min-height: auto;
    }
    .inner-page-banner {
        background-image: none!important;
    }
    .menus .menu-button {
        margin-top: 10px;
    }
    #footer {
        margin-top: 25px;
    }
    .our-staff,
    .testmonials,
    .news-blog,
    .getintouch,
    .homelocation,
    .news-blog {
        margin-top: 85px;
    }
    .inner-page-banner {
        background: #f7f7f7;
    }
    .subscribe-us {
        max-width: 82%;
    }
    .contact-link {
        margin-bottom: 124px;
    }
    .Contact-page {
        margin: 0px 20px;
    }
    .alwaysfresh-content a:last-child {
        margin-left: 15px;
    }
    .lunch-buffet img {
        margin-bottom: 30px;
    }
    /* .footer-links ul li a{ */
    /* font-size:15px; */
    /* } */
    .footer-links ul li {
        margin: 0px;
    }
    .how-order h2 {
        margin-bottom: 30px;
    }
    .how-order .view-content .row .col-lg-4:nth-child(3) {
        order: 7;
    }
    .how-order .view-content .row .col-lg-4:nth-child(4) {
        order: 8;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .how-order .view-content .row .col-lg-4:nth-child(1),
    .how-order .view-content .row .col-lg-4:nth-child(2),
    .how-order .view-content .row .col-lg-4:nth-child(3) {
        margin-bottom: 10px;
    }
    .how-order .view-content .row .col-lg-4:after {
        display: none;
    }
    .fast-service-content h2 {
        font-size: 55px;
        line-height: 70px;
    }
    .related-product-inner {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .related-product-inner.center-product {
        margin-top: 50px;
    }
    .related-product-inner.right-product {
        margin-top: 50px;
    }
    .productdetils-content h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .input-box {
        max-width: 100%;
        width: 100%;
    }
    .contact-form-head h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .blog-control-inner a {
        font-size: 33px;
        line-height: 38px;
    }
    .topbar-left {
        justify-content: center;
    }
    .innerbanner .innerbanner-content-inner h1 {
        font-size: 85px;
        line-height: 110px;
    }
    .single-testmonials {
        padding-left: 40px;
        padding-right: 40px;
    }
    .top-right {
        text-align: center;
        margin-top: 15px;
    }
    .homebanner-content {
        margin-top: 70px;
    }
    .homebanner-content .banner-subtitel {
        font-size: 30px;
        line-height: 38px;
    }
    .homebanner-content .contactusfor {
        font-size: 23px;
        line-height: 35px;
    }
    .homebanner-content .contactusfor a {
        font-size: 28px;
        line-height: 35px;
    }
    h2,
    .left-text {
        font-size: 45px;
        line-height: 52px;
    }
    .main-menu ul li {
        flex: 0 0 50%;
    }
    .main-menu ul li .menu-img {
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .main-menu ul li h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .how-order-joiner div {
        padding: 0px 35px;
    }
    .menu-inner-wrp h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .first-order {
        padding-top: 70px;
    }
    .first-order:before {
        height: 100%;
    }
    .recommend-content-inner h3 {
        font-size: 35px;
        line-height: 43px;
    }
    .recommend-content-inner .recommend-item-name span {
        font-size: 30px;
        line-height: 37px;
    }
    .first-order-left p {
        margin-bottom: 40px;
    }
    .first-order-left .section-head {
        height: unset;
        margin-bottom: 50px;
    }
    .home-blog {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-news-overlay {
        margin: 0px;
        position: unset;
        width: 100%;
        padding: 25px 20px;
        background: #FFF8F1;
    }
    .homeblog-describe {
        margin-bottom: 0px;
    }
    .getintouch-left h2 {
        font-size: 53px;
        line-height: 65px;
    }
    .hour-operation-inner h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .getintouch-left p {
        font-size: 19px;
        line-height: 26px;
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .alwaysfresh-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .blog-content .blog-date {
        font-size: 55px;
        line-height: 65px;
    }
    .blog-content .blog-date small {
        font-size: 25px;
        line-height: 32px;
    }
    .menu-head h3 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media(max-width:575px) {
    .popbox-content p img{
        margin-bottom: 0;
    }
    .popbox-content p:first-child{
        margin-bottom: 0;
    }
    .popbox-content p {
        font-size: 20px;
        line-height: 25px;
    }
    .alwaysfresh-content a:last-child {
        margin-left: 50px;
    }
    .menu-page .row .col-lg-6:nth-child(1) .menu-inner {
        margin-top: 0;
    }
    .innerbanner .innerbanner-content-inner {
        padding: 20px 0px;
    }
    .contact-link {
        margin: 0;
    }
    .alwaysfresh-content h3 {
        font-size: 38px;
        line-height: 45px;
    }
    .productdetils-content h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .homebanner {
        background: url('../img/responsivehombanner.png') no-repeat center;
        background-size: cover;
        padding-bottom: 130px;
    }
    .blog-content .blog-date {
        font-size: 50px;
        line-height: 60px;
    }
    .blog-content .blog-date small {
        font-size: 22px;
        line-height: 28px;
    }
    .blog-content a {
        font-size: 22px;
        line-height: 30px;
    }
    .fast-service-content {
        max-width: 350px;
    }
    .fast-service-content h2 {
        font-size: 50px;
        line-height: 63px;
    }
    .innerbanner .innerbanner-content-inner h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .menu-head {
        margin-bottom: 25px;
    }
    .navbar .container {
        padding: 0px 15px;
        padding-bottom: 20px;
    }
    .testslider-prevnext {
        display: none;
    }
    .single-testmonials {
        padding-left: 0px;
        padding-right: 0px;
    }
    .testmonials-slide-wrp:before {
        display: none;
    }
    .single-testmonials-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .catering-content-inner h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .homebanner .banner-scotter {
        display: none;
    }
    h2,
    .left-text {
        font-size: 40px;
        line-height: 48px;
    }
    .homebanner-content .banner-subtitel {
        font-size: 25px;
        line-height: 33px;
    }
    .homebanner-content h1 {
        font-size: 80px;
        line-height: 100px;
    }
    .how-order-left-content,
    .how-order-right-content {
        display: block;
    }
    .how-order-joiner {
        padding: 35px 0px;
    }
    .how-order-joiner div {
        justify-content: center;
        padding: 7px 0px;
    }
    .how-order-joiner div svg {
        transform: rotate(90deg);
    }
    .how-order-right-image {
        margin-top: 0px;
    }
    .blog-control-inner a {
        font-size: 28px;
        line-height: 35px;
    }
    .responsivejoiner {
        display: none !important;
    }
}

@media(max-width:500px) {
    .getintouch-left h2 {
        font-size: 45px;
        line-height: 52px;
    }
    .hour-operation-inner h2 {
        font-size: 42px;
        line-height: 49px;
    }
    .homebanner-content h1 {
        font-size: 68px;
        line-height: 85px;
    }
    .homebanner-content .contactusfor {
        min-height: 71px;
    }
    .homebanner {
        padding-bottom: 100px;
    }
    .catering-content-inner,
    .catering .flex-row-reverse .catering-content-inner {
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
    }
    .navbar-brand {
        max-width: 50%;
    }
    .topbar-left {
        display: block;
        justify-content: center;
    }
    .topbar-left a {
        justify-content: center;
    }
    .topbar-left .topmail {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media(max-width:450px) {
    .news-blog,
    .recommend-wrp,
    .instagram,
    .menus-wrp,
    .main-menu {
        margin-top: 80px;
    }
    ..menu-button {
        margin-top: 0;
    }
    .main-menu ul li {
        flex: 0 0 100%;
    }
    .menu-inner p {
        max-width: unset;
    }
    .our-story-content h3 {
        font-size: 35px;
        line-height: 48px;
    }
    .menu-head h3 {
        font-size: 35px;
        line-height: 42px;
        margin: 0px 22px;
    }
    .single-testmonials-inner .quotetopleft {
        left: 30px;
    }
    .single-testmonials-inner .quotebottomright {
        right: 30px;
    }
    .instagram-inner {
        flex: 0 0 100%;
    }
    .subscribe-us h3,
    .address-link h3,
    .contact-link h3 {
        font-size: 30px;
        line-height: 37px;
    }
    .recommend-content {
        margin-left: 20px;
    }
    .homebanner-content h1 {
        font-size: 60px;
        line-height: 75px;
    }
    .menu-inner .menu-info a,
    .menu-inner h5,
    .menu-cart a {
        font-size: 20px;
        line-height: 24px;
    }
    .menu-button a {
        display: block;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .trayimg {
        display: none;
    }
    .single-blog-wrp h2 {
        font-size: 32px;
        line-height: 45px;
    }
    .blog-control-inner .blog-control-img {
        min-width: 100px;
    }
    .blog-control a.controles {
        font-size: 18px;
        line-height: 20px;
    }
    .blog-control a.controles svg {
        width: 10.45px;
        height: 17.52px;
    }
}

@media(max-width:380px) {
    .menu-inner .menu-info span {
        min-width: 25px;
    }
    .homebanner-content .banner-subtitel {
        font-size: 20px;
        line-height: 25px;
    }
    .blog-control-inner .blog-control-img {
        min-width: 70px;
    }
    .blog-control-inner a {
        font-size: 23px;
        line-height: 30px;
    }
    .homebanner-content h1 {
        font-size: 55px;
        line-height: 70px;
    }
    .getintouch-left h2 {
        font-size: 40px;
        line-height: 47px;
    }
    .hour-operation-inner h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .menu-inner .menu-info a,
    .menu-inner h5,
    .menu-cart a {
        font-size: 17px;
        line-height: 22px;
    }
    .menu-inner p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media(max-width:350px) {
    .homebanner-content .contactusfor {
        font-size: 21px;
        line-height: 30px;
    }
    .homebanner-content .contactusfor a {
        font-size: 25px;
        line-height: 30px;
    }
    .homebanner-content h1 {
        font-size: 50px;
        line-height: 65px;
    }
}