html{
    background-color: snow;
    scroll-behavior: smooth;
}
a{
    text-decoration: none !important;
}
.text-purple{
    color: #9561e2;
}
.bg-yellow{
    background-color: #ffc600 !important;
}
.padding-5{
    padding: 5px !important;
}
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
.pt-20{
    padding-top: 20px;
}
.bottom-border-green{
    border-bottom: 3px solid #0A5424;
}
.border-bottom-light-green{
    border-bottom: 3px solid #8CC61F;
}
.bb-r2{
    border-bottom: 2px solid red;
    width: fit-content;
}
.border-bottom-red{
    border-bottom: 3px solid #802C0A !important;
}
.color-green{
    color: #13342c;
}
.f-size-10{
    font-size: 10px !important;
}
.f-size-13{
    font-size: 13px !important;
}
.f-size-17{
    font-size: 17px !important;
}
.f-size-23{
    font-size: 23px !important;
}
.f-size-brand-val,.f-size-brand-info{
    font-size: 30px !important;
}
.f-size-brand{
    font-size: 50px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.v-align-sup{
    vertical-align: super;
}
.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mh-500{
    min-height: 500px;
}
#quick-order{
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 0;
    right: 0;
}
#quick-order > a > img{
    width: 70px;
    height: 70px;
}
#menu-brand{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
#loginmenu > a{
    color: #0A5424 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
}
.active:hover{
    border-bottom: none !important;
}
.navbar-toggler{
    margin-left: 10px !important;
}
#cart{
    padding-right: 10px !important;
}
.nav-item{
    width: fit-content;
}
.nav-link{
    color: #0A5424 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 20px !important;
    font-weight: bold !important;
}
.active, .nav-item:hover{
    border-bottom: 3px solid #802C0A !important;
}

.navbar{
    height: 90px !important;
    align-items: baseline !important;
}
.navbar-collapse{
    background:  #ffc600;
    padding-left: 10px;
}
#menu-button{
    width: 0;
}
.cart-items{
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1px;
    margin-left: 19px;
    color: #802C0A;
}
.order-button > a{
    color: #fff;
}
#banner{
    background-color: #ffc600;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    padding-top: 20px;
}
#hfp_home_video_inner{
    height: 410px;
    border: 5px solid #000;
    border-radius: 5px;
    margin: auto;
}
#hfp_home_video_inner > video{
    width: 100%;
    height: 400px;
}
#about{
    display: flex;
    justify-content: space-evenly;
    height: 300px;
    border-bottom: 2px solid #000;
    padding: 20px;
}

#left-section{
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: 50%;
    justify-content: center;
}
#about #left-section > span{
    font-family: 'Pacifico', cursive;
    font-size: 50px !important;
    font-weight: bold !important;
}
.vl{
    border-left: 1px dotted #000;
    height: 50%;
    display: flex;
    align-self: center;
}
#right-section{
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    
}
#order-journey{
    height: auto;
    background-color: snow;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    flex-wrap: wrap;
}
#htext{
    font-size: 50px;
}
#journey-steps{
    display: flex;
    padding: 20px;
}
.journey-cards{
    width: 33.33%;
    border: 4px solid #0A5424;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: monospace;
    text-align: center;
}
#journey-steps > .journey-cards{
    margin: 6px;
}
.journey-cards-r1{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 25px;
    display: flex;
    align-items: center;
    background:  #ffc600;
    color: #802C0A;
    text-align: center;
    font-weight: bold !important;
    font: 32px Arial, sans-serif; 
}
.journey-cards-r2{
    margin-top: 20px;
}
#order-now{
    margin-top: 20px;
    padding: 20px;
    width: 25%;
}
.order-button {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  letter-spacing: .3rem;
  font-weight: bold;
}
.order-button:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.order-button:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.order-button:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
footer{
    background-color: #000 !important;
    border-top: 3px solid #8CC61F;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.footer-section{
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-section > h1{
    width: fit-content; 
}
.footer-section  a{
    color: #000 !important;
    text-decoration: none;
}
.section-separator{
    height: 1px;
    width: 100%;
    border: 1px solid #000
}
.pl-mob,.pl-info{
    padding-left: 25px;
}
.pl-wa{
    padding-left: 20px !important;
}
.pl-20{
    padding-left: 20px;
}
.pr-18{
    padding-right: 18px;
}
.pr-20{
    padding-right: 20px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.pb-10{
    padding-bottom: 10px;
}
.counter_span{
    padding: 5px 12px 5px 12px;
    border: 1px solid grey;
    font-weight: bold;
}
.bg-butt{
    background: #0dcaf0;
    cursor: pointer;
}
input[type="text"]:focus,input[type="password"]:focus {
    outline: none;
    box-shadow: none !important;
}
.input-text:focus, .input-text:active, textarea:focus, textarea:active,textarea:focus-visible {
    border: 2px solid #1a73e8 !important;
}
.input-checkbox{
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.input-err{
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
    position: absolute;
    margin-top: 157px;
}
.form-separator{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-separator-border{
    border: 0.5px solid #dadce0;
    width: 100%;
}
.form-separator-text{
    margin: 0 10px 0 10px;
}
.rememberme > span{
    display: flex;
    align-items: center;
}
#fssai-logo{
    height:100px;
    width:200px;
}
#section-three{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
#hfpmenu{
    border: 2px solid rgb(128, 48, 16);
    min-height: 500px;
    border-radius: 6px;
    margin-top: 20px;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#menutitle{
    display: flex;
    justify-content: center;
}
#menutitle > span{
    font-family: "Nunito",sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1.2;
    color: #0F172B;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
/* #menu-items{
    padding: 10px;
} */
.menu-button-text{
    font-weight: bold !important;
    color: #802C0A !important;
    font-size: 1.4rem !important;
    
}
#cutoff > span{
    font-size: 12px;
    font-style: italic;
}
/* .menu-body{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 6px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
    justify-content: space-between;
} */
.daily_lunch_sections{
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
    justify-content: space-between;
}

.menu-body-row{
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.menu-item-column{
    gap: 10px;
    display: flex;
}
.menu-item-desc{
    font-size: 10px;
    font-family: sans-serif;
}
.wh-70{
    width: 70px !important;
    height: 70px !important;
}
.menu-item-curry{
    font-size: 9px !important;
    padding: 4px !important;
    margin-right: 2px !important;
}
#hfpadmin{
    display: flex;
    flex-wrap: wrap;
}
.admin-cards{
    width: 100%;
    padding: 10px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
    margin-right: 17px;
    margin-bottom: 17px
}
.admin-cards > a{
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.hrdark {
    background-color: #ffc600 !important;
    height: 1px;
    opacity: unset !important;
    border-top: none;
}
.admin-buttons{
    background-color: #fff !important;
    border: 1px solid gray !important;
    border-radius: 0.1875rem !important;
    box-shadow: none !important;
    color: #2e475d !important;
    text-shadow: none !important;
    transition: .15s color ease-out,.15s background-color ease-out,.15s border-color ease-out !important;
    font-family: "Lexend Deca","LexendDeca","Helvetica Neue",helvetica,arial,sans-serif !important;
}
.admin-buttons:hover{
    background-color: #0d6efd !important;
    color: #fff !important; 
}
.color-blue{
    background-color: #0d6efd !important;
}
#admin-page-wrapper{
    margin-top: 20px;
    border: 2px solid #000;
    border-radius: 5px;
}
/* .admin-buttons:active{
    background-color: #0d6efd !important;
    transform: translateY(2px);
} */
#admin-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.options-wrapper{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.options-data{
    border-radius: 5px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.menu-data{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.admin-menu-header,.admin-menu-body{
    width: 50%;
}
.admin-menu-row{
    display: flex;
}
.admin-menu-row > span{
    display: flex;
    align-items: center;
}
.bt-g{
    border-top: 1px solid  #0A5424;
}
.bb-g{
    border-bottom: 1px solid  #0A5424;
}
.btl-r{
    border-top-left-radius: 5px;
}
.btlr{
    border-top-left-radius: 0px !important;
}
.btr-r{
    border-top-right-radius: 5px !important;
}
.btrr{
    border-top-right-radius: 0px !important;
}
.bbl-r{
    border-bottom-left-radius: 5px !important;
}
.bblr{
    border-bottom-left-radius: 0px !important;
}
.bbr-r{
    border-bottom-right-radius: 5px !important;
}
.bbrr{
    border-bottom-right-radius: 0px !important;
}
.bl-c{
    border-left: 1px solid  #0A5424;
}
.br-c{
    border-right: 1px solid  #0A5424;
}
.brc{
    border-right: 0px;
}
.bg-gradient1{
    background: linear-gradient(45deg,#1DBFAF 0,#1EAEDB 85%,#1EAEDB 100%);
}
.c-white{
    color: var(--bs-white);
}
.input-text,.input-textarea{
    border: 2px solid gray !important;
}
.input-text{
    height: 60px !important;
    font-size: 0.9rem !important;
}
.input-textarea{
    min-height: 100px;
    box-shadow: none !important;
}
.edit-icon,.save-icon{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.hitext,.hitext:focus{
    border: none !important;
    pointer-events: none !important;
}
.npe{
    pointer-events: none !important;
}
.caret-c{
    caret-color: transparent;
}
.nodisplay{
    display: none !important;
}

.item-counter-wrapper {
    border-radius: 0px !important;
    text-align: center;
}
.item-counter{
    border: 1px solid gainsboro;
    width: 45px;
    text-align: center;
    border-radius: 0px !important;
}
.down_count,.up_count,#loginmenu,#newusersignup,#userlogin,.cp{
    cursor: pointer;
}
.cart-summary{
    display: flex;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #8CC61F;
    border-radius: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.box-shadow-wrapper{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#refund tr th{
    padding: 10px;
    background: cornflowerblue;
}
.topleft{
    border-top-left-radius: 10px;
}
.topright{
    border-top-right-radius: 10px;
}
.bottomleft{
    border-bottom-left-radius: 5px;
}
.bottomright{
    border-bottom-right-radius: 5px;
}
.bottom-border-black{
    border-bottom: 2px solid #000;
}
#refund tr td p{
    padding: 10px;
}
#refund tr td{
    background: antiquewhite;
    border: 1px solid #000;
}
#cooking-instructions{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-top: 10px;
    border: none !important;
    border-radius: 6px;
    padding: 10px;
}
.bill-summary-row{
    display: flex;
    justify-content: space-between;
}
.cart-summary-row{
    font-size: 12px;
    font-weight: normal;
}
#cart-icon{
    cursor: pointer;
}
.place-order-div{
    background-color: #0d6efd;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
#address_added{
    background: lightgreen;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}
#thankyou_cart{
    background: antiquewhite;
    border-radius: 5px;
    padding:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success-tick{
    font-size: 50px;
    color: forestgreen;
}
#order_details tr th, #order_details tr td{
    padding: 20px;
}
#order_details tr td{
    color: #fff;
}
.orderthbc{
    background: gainsboro;
}
.ordertdbc{
    background: cadetblue;
}
/* #thankyou_cart h5{
    margin-left: 50%;
    margin-right: 50%;
    width: 100%;
} */
.modal-header {
    border-bottom: none !important;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.login-box h1, .signup-box h1 {
    font-size: 34px;
}
.modal-content{
    padding: 10px;
}
.modal-body{
    border: 2px solid #dadce0;
    border-radius: 10px;
    padding: 0 20px 20px 20px !important;
}
.login-box h1, .signup-box h1, .signup-box h5 {
    background: -webkit-repeating-linear-gradient(-45deg, rgb(18, 83, 93) , rgb(18, 83, 93) 20px, rgb(64, 111, 118) 20px, rgb(64, 111, 118) 40px, rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
    font-weight: bold;
    text-align: center;
}
.login-box h1:after, .signup-box h1:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px 0 20px 0;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}
.input-text-label {
    position: absolute;
    margin-top: 19px;
    margin-left: 14px;
    color: #898c95;
    outline: none;
    padding: 0 6px;
    background-color: #fff;
    transition: 0.15s;
}
.input-text:focus + .input-text-label,
.input-text:active + .input-text-label{
    margin-top: -10px;
    color: #1a73e8 !important;
    background-color: #fff;
    font-size: 12px;
    position:absolute;
    font-style: italic;
    transition: 0.15s;
}
.input-text.hasvalue + .input-text-label{
    color: #5f6368;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
    transition: 0.15s;
}
.modal-row{
    display: flex;
    flex-direction: column;
}
#loginform,#signupform{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.social-login{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abcRioButton{
    border-radius: 5px !important;
}
.abcRioButton:hover, .facebook-login a:hover {
    box-shadow: none !important;
    border: 1px solid #1a73e8 !important;
}
.facebook-login a{
    height: 36px;
    width: 120px;
    background-color: #fff;
    color: #757575;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 5px;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.facebook-login a i{
    color: #0866FF;
    font-size: 20px;
}
.logged-in-options{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    right: 0;
    display: flex;
    width: fit-content;
    position: absolute;
    border-radius: 5px;
    background-color: aliceblue;
    margin-top: -40px;
    z-index: 1;
}
.logged-in-options ul{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 !important;
}
.logged-in-options ul li:hover{
    background-color: #ffc600;
}
.logged-in-options ul li:hover:nth-last-child(1){
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.logged-in-options ul li{
    list-style: none !important;
    display: flex;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
}
.logged-in-options li a{
    color: var(--bs-dark);
}
.invalid-feedback{
    position: absolute !important;
    margin-top: 3.9rem !important;
    display: block !important;
    font-size: 0.775em !important;
}
#spinner {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}
#address-box{
    overflow-y: scroll;
}
#user_address_address:focus{
    box-shadow: none !important;
}
#user_address_pincode:focus{
    border: 2px solid #1a73e8 !important;
}
.displayonlogin{
    display: none !important;
}
.delivery_type,.delivery_address{
    border: 2px solid blue !important;
}
.account-cards{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.account-cards span{
    justify-content: center;
}
#hfpaccount{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#hfp-note{
    gap: 20px;
    font-weight: bold;
    font-style: italic;
}
#account-wrapper{
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

#hfpaccount a{
    width: 100%;
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#spinner::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
#getmenufromdb{
    flex-direction: column;
    flex-wrap: wrap;
}
.menu_category_items{
    display: block !important;
}
#menu-bg{
    margin-left: auto;
    margin-right: auto;
}
#menu_bg img{
    /* background-image: url('../css/images/menu_bg.png'); */
    width: 794px;
    height: 1123px;
    background-size: cover;
    
}
#cart_items_count{
    position: absolute;
    margin-top: -15px;
    font-weight: bold;
    color: saddlebrown;
}
@media (min-width: 992px){
    .navbar-collapse{
        justify-content: center;
    }
    #cart{
        order: 1;
    }
    #loginmenu{
        order: 2;
    }
    .journey-steps-line-one,.journey-steps-line-two{
        display: flex;
    }
    .order-button{
        width: 100% !important;
    }
    #hfpaccount{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #hfpaccount a{
        width: 25%;
    }
}
@media (max-width: 991px){
    .navbar-collapse{
        /* margin-top: 39px; */
        z-index: 1;
    }
}
@media (max-width: 992px){
    .navbar-nav{
        padding-bottom: 10px;
    }
    .journey-cards{
        width: 100%;
    }
    #journey-steps{
        flex-direction: column;
    }
    #order-now,.order-button{
        width: 100% !important;
    }
}
@media (min-width:577px) and (max-width: 991px){
    #menu-button{
        width: 80%;
    }
}
@media (max-width: 768px){
    #about{
        flex-direction: column;
        height: fit-content;
    }
    #left-section{
        width: 100% !important;
    }
    #left-section > span{
        border-bottom: 2px solid #802C0A;
    }
    #right-section{
        margin-top: 20px;
        font-size: 25px !important;
    }
    .brand-logo{
        height: 50%;
    }
    .brand-text{
        height: 35%;
    }
    .admin-menu-row{
        flex-direction: column;
    }
    .admin-menu-header,.admin-menu-body{
        width: 100%;
    }
    .btr-r {
        border-top-right-radius: 0px;
    }
    .btrr{
        border-top-right-radius: 5px !important;
    }
    .brc{
        border-right: 1px solid  #0A5424;
    }
    .bbl-r{
        border-bottom-left-radius: 0px;
    }
    .bblr{
        border-bottom-left-radius: 5px;
    }
}
@media (max-width: 576px){
    .f-size-brand-val{
        font-size: 25px !important;
    }
    .f-size-brand-info{
        font-size: 20px !important;
    }
    .pl-mob{
        padding-left: 11px !important;
    }
    #followus{
        display: flex;
    }
    .pl-wa{
        padding-left: 5px !important;
    }
    .pl-info{
        padding-left: 13px !important;
    }
    #section-three{
        flex-direction: column;
    }
    #section-three > h5{
        margin-top: 30px;
    }
    #menu-button{
        width: 65%;
    }
    #master-menu-wrapper{
        flex-direction: column;
    }
}
@media (min-width: 860px){
    #banner{
        background-image: url(images/hfp_home_page_banner.png);
        background-repeat: round;
        background-size: contain;
    }
    #hfp_home_video_inner{
        width: 510px;
    }
    #hfp_home_video_inner > video{
        width: 500px;
        height: 400px;
    }
}