@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
*{
    font-family: 'Fira Sans', sans-serif;
    font-size: 1vw;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #fae1c7;
}

/* Google play button*/

.footer .quick_link ul .google_play_link_li a:hover{
    text-decoration: none;
}

.google_play_link{
    text-decoration: none;
    display: block;
    margin-bottom: 1%;
}

.google_play_wrap{
    display: flex;
    align-items: end;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: fit-content;
    text-align: right;
}

.google_play_icon{
    margin-right: 15px;
}

.footer .quick_link ul .google_play_link_li .google_play_icon i{
    font-size: 2vw;
}

.google_play_text_wrap{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.google_play_text{
    font-size: 0.8vw;
    text-transform: uppercase;
}

/* Google play button end*/

/* Nav bar */
.banner{
    width: 100%;
    display: table;
    padding: 1% 0px;
    background-color: #fae1c7;
}

.banner .logo{
    display: table-cell;
}

.banner .logo img{
    height: 100px;
    padding: 0 1vw;
    display: block;
}

.contact{
    color: #8d1a11;
    padding: 10px 1vw;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #8d1a11;
    font-size: 1vw;
}

.contact_mobile{
    display: none;
}

.banner .search{
    padding-right: 1vw;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.banner .search input[type=text]{
    padding: 7px;
    border: 0;
    border-radius: 5px 0 0 5px;
}

.search_form_container form{
    font-size: 0;
}

.social_header{
    display: flex;
    gap: 0.5%;
    justify-content: flex-end;
    padding: 1% 0;
}

.social_header a{
    text-decoration: none;
    color: #8d1a11;
    /*display: inline-block;*/
    /*margin-left: 1%;*/
    font-size: 0;
}

/*.social_header a:last-child{
    margin-left: 0;
}*/

.social_header a:hover{
    color: #000;
}

.menu{
    width: 100%;
    background-color: #8d1a11;
    display: table;
}

.menu ul{
    list-style: none;
    float: right;
    display: table-cell;
}

.menu ul li a{
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    display: block;
}

.menu ul li{
    float: left;
    font-weight: bold;
}

.menu ul li a:hover{
    background-color: #000000;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.hidden div{
    display: none;
}

.cart_count{
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8vw;
}

/* Nav Bar */

/*slider style start*/
.slider_image_box{
    width: 100%;
}

.slider_image_box img{
    width: 100%;
    display: block;
    object-fit: contain;
    height: 550px;
}
/*slider style end*/

/* category box */
.dropdown-menu-li{
    position: relative;
}

.dropdown-menu-li ul{
    list-style: none;
    background-color: #000;
    position: absolute;
    display: none;
    width: 350px;
    z-index: 2;
}

.dropdown-menu-li ul li{
    display: block;
    width: 100%;
}

.dropdown-menu-li ul li a:hover{
    background-color: #8d1a11;
}

#abt_drp_list{
    height: 400px;
    overflow-y: auto;
}
/* category box */


/* Body */
.section_heading{
    display: table;
    width: 100%;
    border-bottom: 1px solid #8d1a11;
    box-sizing: border-box;
}

.view_all_btn{
    /*float: right;*/
    /*display: table-cell;*/
    text-align: right;
    /*display: inline;*/
}

.view_all_btn a{
    text-decoration: none;
    color: #8d1a11;
}

.view_all_btn a:hover{
    text-decoration: underline;
}

.dish_wrap{
    padding: 1%;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}

.dish_heading{
    font-size: 25px;
    padding: 1%;
    display: table-cell;
    color: #8d1a11;
}

.dish_items{
    width: 24.25%;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.dish_items:nth-child(4n){
    margin-right: 0;
}

.dish_item_img{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.dish_item_img .offers{
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: 1;
    background: yellow;
    padding: 5px 10px;
    border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
}

.dish_items img{
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .2s cubic-bezier(.15,.69,.83,.67);
    transform: scale(1);
}

.dish_items img:hover{
    transform: scale(1.1);
}

.dish_items h3{
    color: #8d1a11;
    padding: 15px 0;
}

.dish_items .price{
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.dish_items .price span{
    font-size: 18px;
    font-weight: bold;
}

.dish_items .price_btn_wrap{
    display: table;
    width: 100%;
}

.dish_items .p_m_btn_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.content{
    width: 100%;
    background-color: #fae1c7;
}

.popup_background{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}

.search_by_category_button{
    display: table-cell;
    padding: 10px 15px;
    background-color: #8d1a11;
    margin-right: 15px;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.search_by_category_button:hover{
    cursor: pointer;
}

.all_menu_btn{
    margin: 0px;
    float: left;
    margin: 20px 20px 0 20px;
}

.category_list{
    float: right;
    width: 10%;
    background-color: #fae1c7;
    padding: 10px 20px;
    display: none;
    position: relative;
    top: 20px;
    right: 10px;
}

.close_btn{
    border-radius: 50%;
    background-color: #8d1a11;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: -15px;
    border: 2px solid #fff;
    text-align: center;
}

.close_btn:hover{
    background-color: #000;
    cursor: pointer;
}

.btn,.btn_plus_minus{
    border: 0;
    background-color: #8d1a11;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

.btn:hover,.btn_plus_minus:hover{
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

/* Create a custom checkbox */

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category_list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 10px 20px;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #8d1a11;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #8d1a11;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_details_wrap{
    display: table;
    width: 100%;
}

.menu_details_wrap .menu_img_desc{
    float: left;
    width: 50%;
}


.menu_img_desc > img{
    width: 94%;
    margin: 20px;
    border-radius: 10px;
    height: 500px;
    object-fit: contain;
}

.menu_description{
    margin: 20px 20px 20px 0;
    position: relative;
}

.menu_description h3{
    font-size: 24px;
    color: #8d1a11;
    padding-bottom: 20px;
}

.menu_description .price{
    padding-bottom: 20px;
    font-size: 18px;
}

.floating_cart_heading{
    background-color: #8d1a11;
    padding: 10px 10px;
}

.floating_cart_heading a{
    color: #fff;
    text-decoration: none;
}

.floating_cart_heading a:hover{
    text-decoration: underline;
}

.floating_cart{
    position: absolute;
    right: 0;
    top: 35px;
    width: 250px;
    border: 1px solid #8d1a11;
    height: 130px;
    overflow-y: auto;
}

.floating_cart .cart_details img{
    margin-left: 10px;
    border-radius: 5px;
}

.floating_cart .cart_details a{
    text-decoration: none;
    color: #000;
}

.floating_cart .cart_details a:hover{
    text-decoration: underline;
}

/*number styling*/

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: 3px 10px;
    width: 50px;
    text-align: center;
    border: 1px solid #8d1a11;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
    margin: 0
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.btn_plus_minus:first-child{
    border-radius: 5px 0 0 5px;
    margin: 0
}

.btn_plus_minus:last-child{
    border-radius: 0px 5px 5px 0px;
}

.grand_total_wrap{
    border-top: 1px solid #8d1a11;
    width: 100%;
    display: table;
}

.grand_total{
    float: right;
    display: table-cell;
    padding: 10px 10px 0 0;
}

/* number design*/

#order_btn{
    border-radius: 5px;
}

.cart_details_wrap{
    padding: 10px;
}

.cart_details{
    padding: 10px 0;
    display: table;
    width: 100%;
}

.cart_details img{
    width: 250px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.cart_details h3{
    color: #8d1a11;
}

.checkout_pane{
    float: right;
    margin-top: 7px;

}

.payment_method{
    /*margin: 20px auto;*/
    /*    margin: 0 auto;
        background-color: #fae1c7;
        width: 450px;
        padding: 10px;
        position: relative;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fae1c7;
    width: 450px;
    padding: 10px;
}

.payment_method .textbox{
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    border: 0px;
}

.qr_code{
    width: 300px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.qr_code img{
    width: 100%;
}

.reload_qr{
    color: #0000EE;
    display: none;
    text-decoration: underline;
}

.reload_qr:hover{
    cursor: pointer;
}

/*error icon*/
.error-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #8d1a11;
    position: relative;
    margin: 0 auto;
    animation: pop-in 0.3s ease-out;
}

.error-icon::before,
.error-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background-color: #8d1a11;
    transform-origin: center;
    transform: scaleX(0) translate(-50%, -50%) rotate(45deg);
    animation: draw-line 0.3s ease-out forwards;
}

.error-icon::after {
    transform: scaleX(0) translate(-50%, -50%) rotate(-45deg);
    animation-delay: 0.2s;
}

@keyframes draw-line {
    to {
        transform: scaleX(1) translate(-50%, -50%) rotate(var(--rotate));
    }
}

.error-icon::before {
    --rotate: 45deg;
}

.error-icon::after {
    --rotate: -45deg;
}

@keyframes pop-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}





/* Body */


/*teams page*/
.team_wrap{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.team_grid{
    border: 1px solid #8d1a11;
    height: 500px;
    width: 49.5%;
    float: left;
    display: table-cell;
    margin-top: 8px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
}

.team_grid:nth-child(2n){
    margin-right: 0;
}

.team_grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.team_grid img:hover{
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.team_grid .team_overlay{
    position: absolute;
    right: 0;
    left: 0;
    bottom:  0;
    background-color: rgba(141, 26, 17, 0.7);
    padding: 10px;
    color: #fff;
}

.team_overlay h3{
    font-size: 18px;
}

.team_overlay a{
    color: #F1733A;
    text-decoration: none;
}

.team_overlay a:hover{
    text-decoration: underline;
}
/*teams page*/


/*recipe page*/
.recipe_wrap{
}

.recipe_wrap a{
    text-decoration: none;
    color: #8d1a11;
}

.recipe_wrap a:hover{
    text-decoration: underline;
    color: #fff;
}

.recipe_box{
    margin: 1%;
    padding: 15px;
    border: 1px solid #8d1a11;
    box-sizing: border-box;
}

.recipe_box:hover{
    background-color: #000;
}

.recipe_box_details{
    margin: 10px 0;
    padding: 0 15px;
    float: left;
    width: 70%;
}

.recipe_box_details:last-child{
    float:right;
    width: 25%;
}

/*recipe page*/

/* location style */
.location_container {
    position: relative;
    width: 50%;
    margin: 5px auto;
    height: 65px;
}

.location_dropdown {
    width: 80%;
    padding: 9px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.location_error {
    color: red;
    font-size: 14px;
    margin-top: 0px;
    display: none;
}

.location_container a{
    text-decoration: none;
}

.custom_dropdown {
    position: absolute;
    top: 70%;
    left: 0;
    right: 18%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #000000;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

.dropdown_option {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.dropdown_option:hover {
    background-color: #8d1a11;
}

.dropdown_option:active {
    background-color: #8d1a11;
}

/* location style */

/*Payment confirmation page*/
.message_box{
    margin: 10px auto;
    width: 500px;
    display: table;
    padding: 10px;
}

.message_box .btn{
    display: table-cell;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.payment_info_table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.payment_info_table, th, td{
    border: 1px solid #8d1a11;
    padding: 3px 5px;
}
/*Payment confirmation page*/

.whatsapp{
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 1;
}

.whatsapp a{
    color: #fff;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #8d1a11;
    box-shadow: 0px 0px 12px #000;
}

.whatsapp a:hover{
    background-color: #000;
}

.whatsapp > a > i{
    font-size: 36px;
}

/* Footer */
.footer{
    width: 100%;
    height: 150px;
    background-color: #8d1a11;
    display: table;
}

.footer .quick_link{
    float: left;
    width: 30.36%;
    padding: 20px;
    display: table-cell;
}

.footer .quick_link h3{
    color: #e7963d;
}

.footer .quick_link ul{
    list-style: none;
    float: left;
}


.footer .quick_link ul li{
    padding-top: 10px;
}

.footer .quick_link ul li a{

    text-decoration: none;
    color: #fff;
}

.footer .quick_link ul li a:hover{
    text-decoration: underline;
}

.footer .quick_link ul li i{
    font-size: 20px;
    color: #fff;
}

.location{
    text-align: center;
}

.footer .location > ul{
    width: 100%;
}

.footer .location > ul > li{
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

.social{
    text-align: right;
}

.footer .social > ul{
    float: right;
}

.footer .social > ul > a > li{
    color: #fff;
    padding-top: 10px;
}

.footer .copyright{
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
/* Footer */

.location_error_content{
    padding: 30px 0px;
    font-size: 0.8vw;
}