@import url("https://fonts.googleapis.com/css2?family=Judson:wght@400;700&family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@100;200;300;400;500;600;700&family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Source+Sans+3:wght@400;500;600;700&display=swap');
/* font-family: 'Josefin Slab', serif; */
:root {
    --green: #0c831f;
}
.tabing-part.listing-screen #myTab{
--offset: var(
    --space);
    /* flex-grow: 1; */
    /* flex-basis: 300px; */
    align-self: start;
    position: sticky;
    top: var(--offset);
    /* border: 1px solid #f5f5f5; */
}

:root {
    --space: 120px;
}


* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
span {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
}

body a,
body button {
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

.green-text {
    color: var(--green);
}

header {
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    place-items: center;
    height: 120px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background:#fff;
}

.logo {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0px 50px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 60px;
}

.ui-state-focus {
    border: 0px !important;
    background-color: rgb(242, 242, 242) !important;
    font-weight: normal !important;
    color: #000 !important;
}
.ui-autocomplete {
    top: 233px !important;
    left: 106px !important;
    /* z-index: 1000; */
}
.ui-widget {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
}

.map_marker{
    position:relative;width:34px;height:48px
}

.my-div-span{
    position: absolute;left:1.5em;right: 1em;top:1.4em;bottom:2.5em;font-size:9px;font-weight:bold;width:1px;color:black;
}

.tab-details{
    width:300px;padding:3px;font-size: 11px;text-align:left
}
.tab-details th{
    white-space:nowrap
}

.details-header{
    padding: 0 12px;color:green;font-size:13px;
}
.details-list{
    list-style-type:decimal;color:green; padding:2px 2px 0 30px;
}
#suggestdetail{
    border-bottom: 1px solid #e9e9e9;display: none
}
#ui-id-1{
    width: 554px !important;
    height: 190px;
    border: none;
    word-wrap: break-word !important;
    background: #FFF 50% bottom repeat-x;
    color: #fff;
    overflow: scroll;
}
.ui-menu .ui-menu-item {
    padding: 7px 20px 7px 20px;
}
.detect-location-dropdown-error {
    font-size: 12px;
    line-height: 170%;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.searchbox-title{
    padding: 5px 0;font-size:13px;color:#222
}
.searchbox-container{
    line-height:20px
}
.txt-search{
    width: 254px;margin-right: 10px;padding:5px;border:1px solid #ddd;color:#555;   
}
#map-container {
    position: absolute;left: 312px; top: 46px;right: 2px; bottom: 2px;border: 1px solid #cccccc; 
}
li{
    padding:0 5px 10px 0;cursor:pointer;color: #333;
}
li:hover{
    color:rgb(242, 242, 242);
    cursor:pointer;
}
.top-div{
    border-bottom: 1px solid #e9e9e9;padding:10px 12px;background:#fff;
}

.final-pay-bnt {
    display: block;
    padding: 6px 130px;
}

.selected-payment-method {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--green);
    font-size: 10px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.add-new-address-heading {
    margin-left: 10px;
    font-weight: 600;
    color: var(--green);
}

.left-search {
    width: inherit;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    align-items: center;
}

.box-message {
    flex-direction: column;
}

.address-part {
    padding-left: 25px;
    width: auto;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-part .vs_mobile_div{
    width: 220px;
}
.address-part h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
}
.address-part h4 i {
    font-style: normal;
}
.address-part h4 i>img {
    max-width: 18px;
}
.address-part span {
    font-weight: 400;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address-part .vs_mobile_head_icons a {
    color: #000;
}
.search-bar {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0%;
    display: none;
}

input.search-input {
    width: 100%;
    border: 0px;
    padding: 15px 50px;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.44);
}

input.search-input:focus {
    border: 0px;
    outline: none;
}

.search-bar i {
    position: absolute;
    top: 15px;
    left: 15px;
}

.search-animation {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0%;
}
.search-animation .search-animation-box {
    background: rgba(217, 217, 217, 0.44);
    width: 100%;
    padding: 0px 15px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}
.search-animation .search-animation-box .animation-search-ico {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .search-animation .search-animation-box .right-search {
    display: flex;
    flex-direction: row;
} */
.search-animation .search-animation-box .search-animate-right {
    width: 100%;
    padding-left: 10px;
}
.right-search{height:100%;overflow:hidden;position:relative;}
.right-search #animationText-1{-webkit-animation-delay:0ms;animation-delay:0ms;}/*!sc*/
.right-search #animationText-2{-webkit-animation-delay:1500ms;animation-delay:1500ms;}/*!sc*/
.right-search #animationText-3{-webkit-animation-delay:3000ms;animation-delay:3000ms;}/*!sc*/
.right-search #animationText-4{-webkit-animation-delay:4500ms;animation-delay:4500ms;}/*!sc*/
.right-search #animationText-5{-webkit-animation-delay:6000ms;animation-delay:6000ms;}/*!sc*/
.right-search #animationText-6{-webkit-animation-delay:7500ms;animation-delay:7500ms;}/*!sc*/
.right-search #animationText-7{-webkit-animation-delay:9000ms;animation-delay:9000ms;}/*!sc*/
.right-search #animationText-8{-webkit-animation-delay:10500ms;animation-delay:10500ms;}/*!sc*/
.right-search #animationText-9{-webkit-animation-delay:12000ms;animation-delay:12000ms;}/*!sc*/
.right-search #animationText-10{-webkit-animation-delay:13500ms;animation-delay:13500ms;}/*!sc*/
data-styled.g684[id="SearchBar__AnimationWrapper-sc-16lps2d-1"]{content:"right-search,"}/*!sc*/
.bdBtSc{position:absolute;top:100%;left:0;-webkit-animation:cbWWSx 15000ms infinite forwards;animation:cbWWSx 15000ms infinite forwards;font-weight:400;font-size:16px;line-height:100%;color:#000;margin-top:19px;}/*!sc*/

@-webkit-keyframes cbWWSx{0%{top:100%;visibility:visible;}10%{top:0;}20%{top:-100%;visibility:hidden;}100%{top:100%;visibility:hidden;}}/*!sc*/
@keyframes cbWWSx{0%{top:100%;visibility:visible;}10%{top:0;}20%{top:-100%;visibility:hidden;}100%{top:100%;visibility:hidden;}}/*!sc*/
data-styled.g1182[id="sc-keyframes-cbWWSx"]{content:"cbWWSx,"}/*!sc*/



header ul {
    display: flex;
    place-content: center flex-end;
    align-items: center;
}

header ul li {
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
}

header ul li a {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

header ul li a:hover {
    color: rgb(251, 119, 45);
}

header ul li.cart-box {
    background-color: rgb(251, 119, 45);
    padding: 10px 15px;
    height: 48px;
    border-radius: 10px;
    margin-left: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    /* margin-top: 30px; */
}

header ul li.cart-box:hover {
    background-color: var(--green);
}

header ul li.cart-box i {
    margin-right: 10px;
}

header ul li.cart-box i img {
    width: 20px;
}

header ul li.cart-box span {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

.no-record {

    text-align: center;
    background: #F5FBFE;
    border: 0.4px solid #AD9F9F;
    padding: 24px;
    border-radius: 8px;
}
.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}
.side_cart .cart_items .show-hide-dishes-btn {
    color: #0C831F;
    background: #F5FBFE;
    border: 1px solid #AD9F9F;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    width: 130px;
    float: none;
    display: block;
    border-radius: 4px;
}
.show-dish-detail #dishFilterUl {
    display: none;
}
.modal-dialog.modal-lg {
    transform: translate(-50%,-50%) !important;
    left: 50%;
    top: 50%;
    margin: 0px;
    height: auto;
}
#UserNewAddressForm .jq_save_address {
    display: flex;
    align-items: center;
    justify-content: center;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0c831f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn:first-child:active{
    background: #0c831f;
}

#updateDeliveryAddressForm .side_cart_head h6 {
    justify-content: flex-start;
}
.common-modal>.side_cart_head{
    display: none;
}
.common-modal .modal-dialog .modal-content .modal-body .mobile-view-login-title {
    margin-bottom: 40px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    display: none;
}
.common-modal-footer span a {
    color: #0c831f;
    font-weight: 500;
}
.food-detail-box .detail-dish-right .dish-box-footer .right-price-detail {
    display: flex;
    align-items: center;
}
.food-detail-box .detail-dish-right .dish-box-footer .right-price-detail .rupee-text {
    margin-right: 40px;
}
.order-details .panel {
    margin-top: 20px;
}
.order-details .panel .order-detail-page .panel-default .panel-heading {
    color: #fff;
    padding: 10px;
    font-weight: 600;
}
.order-details .right-containt {
    padding-top: 1px;
}
#UserUpdateAddressForm .input{
    width: 100%;
}
#UserUpdateAddressForm .input.select .sbHolder {
    width: auto;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
    height: 43px;
    font-size: 16px;
    font-weight: 500;
}
#UserUpdateAddressForm .input.select .sbHolder .sbToggle {
    height: 43px;
    line-height: 43px;
    width: 43px;
    border: 0px;
    outline: 0px;
    background-position: 5px -110px;
}
#UserUpdateAddressForm .input.select .sbHolder .sbSelector {
    height: 43px;
    line-height: 43px;
}
#UserUpdateAddressForm .input.select .sbHolder .sbOptions{
    border: 1px solid rgb(210, 210, 210);
}
.vs_modal_address .vs_modal_form .mb-3 ul li{
    width: 100%;
}
#UserUpdateAddressForm .input.select .sbHolder ul li {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}
#UserUpdateAddressForm .input.select .sbHolder ul li a {
    border-bottom: 1px solid rgb(210 210 210 / 28%);
}
#UserNewAddressForm .jq_save_address:hover, 
.jq_update_address:hover {
    background: #0c831f !important;
    color: #fff !important;
}
.jq_update_address {
    background: #0c831f;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 0px;
    height: 43px;
    padding: 0px;
    font-size: 20px;
    border: 0px;
}


















@media (min-width: 1500px){
    .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1450px;
}
}
section.mid-section{
    padding:30px 0px;
    padding-top:140px;
}

.slider-part ul.slick-dots {
    display: none !important;
}

.slider-part .slick-slide img {
    display: block;
    width: 100%;
}

.slider-part button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url("../../img/new-html/left-arrow.png");
    background-repeat: no-repeat;
    font-size: 0px;
    padding: 25px;
    background-position: center center;
}

.slider-part button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    height: 100%;
    border: 0px;
    /* bottom: 0; */
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    /* right: 12px; */
    /* top: 0px; */
    background-image: url("../../img/new-html/right-arrow.png");
    background-repeat: no-repeat;
    font-size: 0px;
    padding: 25px;
    background-position: center center;
}

.slider-part .slick-slide{
    padding: 0px 3px;
}

.tabing-part {
    padding:10px 0px 30px;
    position: relative;
}

.tabing-part .nav-tabs {
    background-color: rgb(235 248 255);
    padding: 10px;
    border-radius: 7px;
    border: 0px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    --offset: 7.5rem;
    align-self: start;
    position: sticky;
    top: var(--offset);
    z-index: 9;
}
.tabing-part .nav-tabs li.nav-item {
    margin: 0px;
    padding: 0px;
}
.tabing-part .nav-tabs .nav-link {
    background-color: rgb(251, 119, 45);
    border: 0px;
    border-radius: 10px;
    font-weight: 550;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
}

.tabing-part .nav-link.active,
.tabing-part .nav-tabs .nav-link:focus,
.tabing-part .nav-tabs .nav-link:hover {
    isolation: isolate;
    background-color: var(--green) !important;
}

.dish-box {
    border-radius: 9px;
    border: 1px solid rgb(218, 218, 218);
    background: rgb(255, 255, 255);
    padding: 10px 10px 0px 10px;
    margin: 25px 0px 0px;
    height:100%;
    display: flex;
    flex-direction: column;
}

.dish-img {
    margin-bottom: 15px;
}
.dish-box .dish-img>a {
    display: inline-block;
}
.dish-img img {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
}

.dish-box h2,
.dish-box h2 a {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;    
}

.dish-box span,
.dish-box p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.dish-box-footer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 30px;
    position: relative;
    justify-content: space-between;
    margin-top:auto;
}


.dish-box-footer .create_combo .create_combo_btn {
    background: rgb(242, 242, 242);
    border: unset;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
    color: #000;
}

.dish-box-footer .create_combo .create_combo_btn i {
    color: var(--green);
}

.dish-box-footer .create_combo .create_combo_btn i img {
    width: 20px;
}

.dish-box-footer .create_combo ul {
    position: absolute;
    padding: 20px 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
    width: 500px;
    left: 50%;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: unset;
    z-index: 9;
    transform: translate(-195px, -61px);
}
.dish-box-footer .create_combo ul li .add-btn {
    width: 70px;
    font-family: Montserrat, sans-serif;
}
.dish-box-footer .create_combo ul.active {
    padding: 20px 15px;
    height: auto;
    border: 1px solid rgb(210, 210, 210);
}

.dish-box-footer .create_combo ul span.combo_li_border {
    border: 1px solid rgb(210, 210, 210);
    padding: 0px 15px;
    display: block;
}

.dish-box-footer .create_combo ul .combo_head {}

.dish-box-footer .create_combo ul .combo_head h4 {
    font-size: 16px;
    margin: 20px 10px;
    font-weight: 600;
}

.dish-box-footer .create_combo ul .combo_head .create_combo_btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dish-box-footer .create_combo ul .combo_head .create_combo_btns button {
    white-space: nowrap;
}

.dish-box-footer .create_combo ul .combo_head .create_combo_btns .create_combo_search_img {
    position: absolute;
    right: 254px;
    z-index: 1;
}

.dish-box-footer .create_combo ul .combo_head .create_combo_btns input {
    border: 1px solid rgb(210, 210, 210);
    padding: 7px 7px 7px 40px;
    border-radius: 5px;
    font-size: 15px;
    width: -webkit-fill-available;
    position: relative;
}
.dish-box-footer .create_combo ul .combo_head .create_combo_btns input:focus-visible, 
.dish-box-footer .create_combo ul .combo_head .create_combo_btns input:focus{
    outline: none;
}

.dish-box-footer .create_combo ul .combo_head .create_combo_btns input::after {}

.dish-box-footer .create_combo ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.dish-box-footer .create_combo ul li p {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

.dish-box-footer .create_combo ul li span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.dish-box p {
    margin: 15px 0px 0px;
}

span.rupee-text {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.add-btn {
    border-radius: 2px;
    background: var(--green);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0px;
    padding: 3px 10px;
}

.add-btn:hover {
    background: rgb(251, 119, 45);
}

.whatsapp {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}

footer.footer-part {
    background-color: rgb(255, 255, 255);
    padding-bottom: 50px;
}

a.back-to-top {
    background: rgba(217, 217, 217, 0.62);
    width: 100%;
    display: block;
    line-height: 50px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

footer.footer-part h2 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

footer.footer-part h2.green-color {
    color: var(--green);
}

.footer-box {
    margin-bottom: 75px;
}

.footer-box ul li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.footer-box ul li a:hover {
    color: rgb(251, 119, 45);
}

footer.footer-part p.text-footer,
footer.footer-part p a {
    font-size: 14px;
    color: rgb(173, 159, 159);
}

footer.footer-part p {
    color: rgb(173, 159, 159);
    font-size: 14px;
}

footer.footer-part p a {
    text-decoration: underline !important;
}

footer.footer-part p a:hover {
    color: rgb(251, 119, 45);
}

button.gift-btn,
a.gift-btn {
    background-color: rgb(251, 119, 45);
    border: 0px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 7px;
    font-size: 20px;
}

button.gift-btn:hover,
a.gift-btn:hover {
    background-color: var(--green);
}

.common-modal .modal-dialog {
    padding: 80px 100px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.common-modal .modal-dialog .modal-content {
    border: 0px;
    color: var(--green);
}

.common-modal .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

.common-modal .modal-dialog .modal-content .modal-body .modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.common-modal .modal-dialog .modal-content .modal-body .form-group {
    margin-top: 40px;
    position: relative;
}

.form-control {
    border: 1px solid rgb(0, 0, 0);
    height: 43px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

input::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

input::placeholder {
    color: rgb(0, 0, 0);
}

.common-modal .modal-dialog .modal-content .modal-body .form-group .input-icon {
    position: absolute;
    top: 6px;
    left: 6px;
}

.common-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    padding-left: 50px;
}

.btn.btn-primary {
    width: 100%;
    background: var(--green);
    color: rgb(255, 255, 255);
    border-radius: 0px;
    height: 43px;
    font-size: 20px;
    outline: none;
    border: 0px;
}

.disable-btn {
    width: 100%;
    background: rgb(218, 218, 218);
    color: rgb(0, 0, 0);
    border-radius: 0px;
    height: 43px;
    font-size: 20px;
    outline: none;
    margin: 0px;
    transition: all 0.3s ease 0s;
    border: 0px;
}

.disable-btn:hover {
    background: rgb(218, 218, 218);
    color: rgb(0, 0, 0);
}

.common-modal-footer {
    padding: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    border: 0px;
}

.common-modal-footer .span-txt {
    font-size: 16px;
    color: #000;
}

.common-modal-footer span {
    font-size: 13px;
}

.common-modal-footer .link-menus {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}

.common-modal-footer .link-menus li {
    margin: 0px 10px;
}

.common-modal-footer .link-menus li a {
    color: var(--green);
    font-size: 12px;
}

header ul li .account-login {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header ul li:hover{
    color: #333;
}
header ul li .account-login.show:after {
    position: absolute;
    right: 0px;
    content: '';
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100vh;
    top: 120px;
}

.dropdown-menu-inner ul {
    flex-direction: column;
    align-items: baseline;
}

.dropdown-menu-inner {
    width: 100%;
    background: rgb(255, 255, 255);
    border: 0px;
}

header ul li .dropdown-menu {
    border: 0px;
    padding: 30px;
    border-radius: 0px 0px 30px 30px;
    width: 300px;
    transform: translate3d(-210px, 43px, 0px) !important;
}

.dropdown-menu-inner h3 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.dropdown-menu-inner ul li .dropdown-item {
    padding: 5px 0px;
    color: rgb(118, 104, 104);
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
}

.dropdown-menu-inner ul li .dropdown-item:hover {
    background: rgb(255, 255, 255);
}

.dropdown-menu-inner .botttom-scanner {
    margin-top: 15px;
}

.dropdown-menu-inner .botttom-scanner strong {
    color: var(--green);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
header ul li .account-login>img {
    max-width: 16px;
}
.dropdown-menu-inner .botttom-scanner figure {
    margin-bottom: 0px;
}
.dropdown-menu-inner .botttom-scanner figure img {
    max-width: 100px;
}

.tabing-part.listing-screen {
    display: flex;
    padding: 0px;
}

.listing-screen .nav-tabs {
    width: 16%;
    flex-direction: column;
    padding: 0px;
    border-width: 0px 0.5px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: rgb(218, 218, 218);
    border-left-color: rgb(218, 218, 218);
    border-image: initial;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    border-top-style: initial;
    border-top-color: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    justify-content: flex-start;
}
.listing-screen .tab-content {
    width: 84%;
    padding-left: 20px;
}

.food-item-box {
    width: 20%;
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.top-filter-sec {
    display: flex;
    margin-top: 30px;
    align-items: center;
    border: 0.5px solid #d2d2d2;
    justify-content: flex-end;
    height: 73px;
    margin-top: 140px;
}

.top-filter-sec select.form-select {
    width: 250px;
    border: 0.5px solid rgb(218, 218, 218);
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

.listing-screen .nav-tabs li.nav-item button {
    height: 60px;
    border-bottom: 0.5px solid rgb(218, 218, 218);
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    padding: 0px 30px !important;
    color: rgb(0, 0, 0) !important;
}

.listing-screen .nav-tabs li.nav-item button:hover {
    background: transparent !important;
}

.listing-screen .nav-tabs li.nav-item button.active {
    border-left: 3px solid rgb(251, 119, 45);
    background: rgb(254, 237, 228) !important;
}

.food-detail-box .food-item-box {
    width: 100% !important;
}

.food-detail-box .food-item-box .dish-box {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}

.food-detail-box .food-item-box .dish-box .dish-img {
    margin: 0px;
}

.food-detail-box .food-item-box .dish-box .dish-img img {
    width: 380px;
}

.food-detail-box .detail-dish-right .dish-box-footer {
    justify-content: flex-start;
    margin-top:40px;
}

.food-detail-box .detail-dish-right {
    padding: 30px 0px 30px 50px;
}

.food-detail-box .detail-dish-right .ingredients-sec {
    margin: 40px 0px;
}

.food-detail-box .detail-dish-right .ingredients-sec {}

.otp-input .digit-group {
    text-align: center;
}

.otp-input .digit-group input {
    width: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: Raleway, sans-serif;
    font-weight: 200;
    color: rgb(0, 0, 0);
    margin: 0px 2px;
}

.otp-input .digit-group .splitter {
    padding: 0px 5px;
    color: white;
    font-size: 24px;
}

.otp-input .prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.list-filter ul {
    background: white;
    list-style: none;
    padding: 0;
    position: absolute;
    height: 52px;
    margin-top: -25px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: black;
    border: 1px solid #DADADA;
    width: 300px;
    z-index: 1;
    border-left: 0px;
    border-right: 0px;
}
.list-filter ul li a {
    display: flex;
    align-items: center;
}
.list-filter ul li.active {
    /* padding: 19px 20px; */
    z-index: 2;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgb(210, 210, 210);
    background: rgb(255, 255, 255);
    display: flex !important;
}
.list-filter ul li:not(.init):hover,
.list-filter ul li.selected:not(.init) {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.list-filter li.init {
    cursor: pointer;
    height: 52px;
    padding: 19px 20px;
    border-bottom: unset;
    gap: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.list-filter li.init i::before{
    display: none;
}
.list-filter li.init:after {
    background: url(https://www.misrii.com/website_dev/img/new-html/ic-blank-arrow-green.svg);
    width: 20px;
    height: 11px;
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(0%,-50%);
    right: 15px;
}

.list-filter li.init:hover{
    color: #000;
}
.list-filter li.init:focus{
    color: #000;
}
.list-filter li.init i {
    color: var(--green);
}

.circle-1 {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--green);
}

.circle-1 i {
    color: var(--green);
    font-size: 10px;
}

.fas, .fa-check {
    color: var(--green);
    font-size: 10px;
}

.list-filter ul li {
    height: auto;
    display: none;
    overflow: hidden;
    padding: 0px;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.list-filter ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    gap: 10px;
}

.side_cart {
    position: fixed;
    height: 100%;
    top: 0px;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 380px;
    right: -380px;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    padding-bottom: 100px;
}

.side_cart.active {
    right: 0px;
}

.side_cart .side_cart_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 9px;
}
.side_cart.address .cart_address-part a {
    height: 20px;
    margin-top: -8px;
}
.side_cart.main .side_cart_head {
    padding: 20px;
}

.side_cart .side_cart_head h6 {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 350px;
    justify-content: space-between;
}

.side_cart .side_cart_head i {
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

/* body.overlay::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    top: 0;
} */

body.overlay {
    overflow: hidden;
}

.cart_address-part {
    display: flex;
    gap: 15px;
    padding: 0px 20px;
    align-items: center;
    justify-content: flex-start;
}

.cart_address-part i {
    font-size: 20px;
    color: var(--green);
}

.cart_address-part .time {}

.cart_address-part .time h4 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}

.cart_address-part .time p {
    margin: 0px;
    font-size: 14px;
}

.side_cart .cart_items {
    margin: 10px;
    padding: 10px;
    background: rgb(245, 251, 254);
    border-radius: 8px;
    border: 1px solid rgb(210, 210, 210);
}
.side_cart .modal-body-cart{
    position: relative;
    top: 130px;
    padding-bottom: 100px;
}
.side_cart .modal-header {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 99;
    width: 100%;
    padding-bottom: 15px;
}
.side_cart .cart_items .cart_item {
    padding: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(210, 210, 210);
    margin-bottom: 10px;
}

.side_cart .cart_items .cart_item:last-child {
    margin-bottom: 0px;
}

.side_cart .cart_items .cart_item .item {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.side_cart .cart_items .cart_item .item .item_box {
    display: flex;
    gap: 12px;
}

.side_cart .cart_items .cart_item .item img {
    height: 70px;
    min-width: 80px;
    object-fit: cover;
}

.side_cart .cart_items .cart_item .item .content {
    padding: 0px 80px 0px 0px;
}

.side_cart .cart_items .cart_item .item .content h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.side_cart.address .cart_address-part a i {
    font-size: inherit;
}

.side_cart .cart_items .cart_item .item .content p {
    margin-bottom: 5px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.side_cart .cart_items .cart_item .item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    height: fit-content;
    border-radius: 5px;
    min-width: 68px;
    position: absolute;
    right: 0px;
}
.side_cart .food-item-box .dish-box h2 {
    font-size: 13px;
}
.side_cart .food-item-box .dish-box span {
    line-height: 140%;
}
.side_cart .cart_items .cart_item .item .minus,
.side_cart .cart_items .cart_item .item .plus {
    height: 30px;
    border: unset;
    width: 25px;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
}
.side_cart .cart_items .cart_item .item .minus .btn,
.side_cart .cart_items .cart_item .item .plus .btn{
    border:0;padding:0;margin-top:0px; background: transparent;
    width: 100%;
}
.side_cart .cart_items .cart_item .item input {
    height: 30px;
    width: 20px;
    text-align: center;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    border: unset;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: rgb(255, 255, 255);
}
.side_cart .cart_items .cart_item .item span {
    font-weight: 600;
    font-size: 12px;
}
.side_cart .food-item-box {
    width: 100%;
}

.side_cart .food-item-box .dish-box {
    margin: 0px;
}

.side_cart .vs_cart_slider {
    margin: 0px 15px;
}

.side_cart .vs_cart_slider .slick-next {
    right: 1px;
}

.side_cart .vs_cart_slider .slick-prev {
    z-index: 1;
    left: -10px;
}

.side_cart .vs_cart_slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    background: #fff;
    font-weight: 600;
    color: #000;
    padding: 5px 10px;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
}

.side_cart .vs_cart_slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    background: #fff;
    font-weight: 600;
    color: #000;
    padding: 5px 10px;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
}

.side_cart .vs_cart_slider_section {
    background: #f5fbfe;
    margin: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 10px 0;
}

.side_cart .vs_cart_slider_section h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 15px;
}

.side_cart .vs_cart_slider .item {
    margin: 5px;
}

.vs_bill_details {
    margin: 10px;
    border: 1px solid rgb(210, 210, 210);
    padding: 10px;
    background: rgb(245, 251, 254);
    border-radius: 4px;
}

.vs_bill_details h4 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
}
.vs_bill_details p {
    font-size: 14px;
}
.vs_bill_details h4.green {
    color: var(--green);
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 14px;
}

.vs_bill_details ul {}

.vs_bill_details ul li {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.vs_bill_details ul li span:last-child{
    font-family: 'Roboto', sans-serif;
}
.vs_bill_details ul li:hover{
    color: #333;
}

.vs_bill_details ul li.green {
    color: var(--green);
}

.vs_bill_details ul li span {}

.vs_bill_details .vs_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px 10px;
}

.vs_bill_details .vs_bottom .vs_bottom_flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vs_bill_details .vs_bottom p {
    margin: 0px;
    font-weight: 600;
}

.vs_bill_details .vs_bottom i {
    color: var(--green);
}

.cart_address-part.bottom {
    background: rgb(245, 251, 254);
    margin: 10px;
    padding: 10px;
    border: 1px solid rgb(210, 210, 210);
}

.cart_address-part .cart_address-part_left {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cart_address-part.bottom h4.green {
    color: var(--green);
    font-size: 17px;
    font-weight: 400;
}
.side_cart .food-item-box .dish-box .dish-box-footer .rupee-text {
    font-size: 13px;
}
.side_cart .food-item-box .dish-box .dish-box-footer .add-btn {
    padding: 3px 7px;
}
.vs_proceed_review {
    display: flex;
    gap: 15px;
    align-items: center;
    background: var(--green);
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    justify-content: space-between;
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.vs_proceed {
    display: flex;
    align-items: center;
    background: var(--green);
    color: rgb(255, 255, 255);
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 380px;
    z-index: 1;
}
.vs_proceed .modal-footer{
    display: contents;
}
.vs_proceed i {
    font-size: 22px;
    color: #fff;
}

.vs_proceed .time {}

.vs_proceed .time h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.alert {
    font-size: 13px;
    text-align: center;
    padding: 15px 15px;
    margin-top: 15px;
}
.vs_proceed h4 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.vs_proceed h4 a {
    color: #fff;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

.vs_proceed .time p {
    margin: 0px;
}
.side_cart .modal-body-cart .vs_proceed {
    padding: 20px 30px;
}

.side_cart .vs_choose_add .cart_address-part {
    margin-bottom: 40px;
    align-items: center;
}

.side_cart .vs_choose_add .cart_address-part.active i {
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    outline: 5px solid #fff;
    outline-offset: -1px;
}

.side_cart .vs_choose_add .heading p {
    padding: 20px 30px;
    background: rgb(245, 251, 254);
    margin: 20px 0px;
    border: 1px solid rgb(210, 210, 210);
}

.vs_modal_address .vs_map {
    height: 100%;
}

.vs_modal_address .vs_modal_form {}

.vs_modal_address .vs_modal_form .vs_modal_form_heading {}

.vs_modal_address .vs_modal_form .vs_modal_form_heading h4 {
    font-size: 16px;
    font-weight: 600;

}

.vs_modal_address .vs_modal_form .vs_modal_form_heading p {
    font-size: 14px;
    margin: 10px 0 20px;
    color: #AD9F9F;
}

.vs_modal_address .vs_modal_form .has-select {
    display: flex;
    gap: 10px;
}

.vs_modal_address .vs_modal_form .has-select select {
    width: auto;
    color: #AD9F9F;
    font-size: 15px;
}

.vs_modal_address .vs_modal_form .has-select input {}

.vs_modal_address .vs_modal_form input::placeholder {
    color: #AD9F9F;
    font-size: 15px;
}

.vs_modal_address .vs_modal_form input {
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
}
.vs_modal_address .vs_modal_form input:focus{
    box-shadow: none;
}

.vs_modal_address .vs_modal_form .mb-3 p {
    margin-bottom: 10px;
    color: #AD9F9F;
}

.vs_modal_address .vs_modal_form .mb-3 ul {
    margin-bottom: 90px;
}

.vs_modal_address .vs_modal_form .mb-3 ul li {
    display: inline-block;
    border: 1px solid rgb(210, 210, 210);
    padding: 2px 6px;
    font-size: 15px;
    border-radius: 4px;
}

.vs_payment_method {}

.vs_payment_method .heading {}

.vs_payment_method .heading h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.vs_payment_method ul {}

.vs_payment_method ul li {
    background: rgb(245, 251, 254);
    border: 1px solid rgb(210, 210, 210);
    padding: 10px;
    font-size: 14px;
}

.side_cart.payment {
    position: unset;
    width: 100%;
    border: 1px solid rgb(210, 210, 210);
    padding-bottom: 0px;
}

.side_cart.payment .vs_proceed {
    position: unset;
    width: 100%;
    padding: 0px;
    justify-content: center;
    max-width: 100%;
}

.modal.fade .modal-dialog.payment {
    max-width: 60%;
}

.side_cart.payment .cart_items .cart_item .item .content h6 {
    font-size: 14px;
}

.side_cart.payment .cart_items .cart_item .item .content p {
    font-size: 12px;
}

.side_cart.payment .cart_address-part.bottom h4.green {
    font-size: 14px;
}

.side_cart.payment .time h4 {
    font-size: 14px;
}

.side_cart.payment .time p {
    font-size: 14px;
}

.vs_payment_method ul li img {
    width: 50px;
    margin: 0px 10px;
}

.modal-content.congrats {
    text-align: center;
}

.modal-content.congrats h4 {
    font-weight: 700;
}

.modal-content.congrats p {
    margin: 15px 0px;
    font-size: 20px;
}

.modal-content.congrats p.mini {
    font-size: 16px;
}

.modal-content.congrats .order_update {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: end;
    position: absolute;
    right: -50px;
}

.modal-content.congrats .order_update img {
    width: 50px;
}

.modal-content.congrats .order_update p {
    margin: 0px;
    font-size: 12px;
}

.product-part .col-lg-2.col-md-2.col-4 {
    width: 20%;
}

.product-part {
    margin-bottom: 40px;
}

.congrats {
    text-align: center;
    padding: 120px 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
}

.congrats figure {}

.congrats figure img {
    width: 100px;
}

.congrats h4 {
    font-size: 30px;
    color: var(--green);
    font-weight: 900;
}

.congrats p {
    margin: 20px 0;
    color: var(--green);
    font-size: 25px;
}

.congrats p.mini {
    font-size: 18px;
    margin: 0;
}

.congrats .failed-order {
    color: #F10000;
}

.failed-msg-convery {
    font-size: 18px !important;
}

.congrats .order_update {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    right: 7%;
    bottom: 6%;
}

.congrats .order_update p {
    font-size: 14px;
}

.congrats .order_update img {
    width: 60px;
}
.congrats {
    height: calc(100vh - 120px);
    padding: 0px;
}
.payment .container {
    max-width: 60%;
}

.payment .vs_modal_address {
    padding: 40px 0;
}

.payment .vs_payment_method ul {
    margin-right: 30px;
}
.review-logo {
    margin-top: 30px;
}
.review-logo>img {
    max-width: 120px;
}
.payment a.back_icon {
    color: #000;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 19px;
}

.vs_modal_address .vs_modal_form button {
    background: #fff;
    border: 1px solid #AD9F9F;
    border-radius: 5px;
    color: #AD9F9F;
    font-size: 15px;
}

.vs_modal_address .vs_modal_form button:hover {
    background: var(--green);
    color: #fff;
}

.vs_modal_address .vs_modal_form .close {
    text-align: right;
}

.vs_modal_address .vs_modal_form i.close {

    background: #AD9F9F;

    color: #fff;

    padding: 5px 6px;

    font-size: 10px;

    border-radius: 100%;

    cursor: pointer;
}

.td-address-body {}

.td-address-body .paymentform-heading {
    text-align: left;
}

.td-address-body .paymentform-heading h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.td-address-body .paymentform-heading p {
    color: #AD9F9F;
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-body.td-address-body {
    padding: 0;
}

.td-address-body .vs_modal_form {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.td-address-body .vs_modal_form {}


#exampleModalToggle4 .btn-close {
    border: unset;
    float: right;
    top: -25px;
    position: relative;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#exampleModalToggle4 .modal-dialog {
    width: 1000px;
    max-width: 1000px;
}

.detect_location_dropdown {
    padding: 20px 20px;
    width: max-content;
    max-width: 567px;
}
.detect_location_dropdown .close_location_window{
    display: none;
}

.detect_location_dropdown h4 {
    margin-bottom: 10px;
}

.detect_location_dropdown .d_location_box {
    display: flex;
    align-items: center;
    gap: 15px;   
    border-bottom:1px solid rgb(210, 210, 210);
    padding-bottom:20px;
}

.detect_location_dropdown .d_location_box button {
    background: var(--green);
    color: #fff;
    border: unset;
    padding: 5px 20px;
}

.detect_location_dropdown .d_location_box span {
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    border-radius: 100%;
    position: relative;
    background: #fff;
    width: auto;
}

.detect_location_dropdown .d_location_box span::after {
    content: '';
    background: #AD9F9F;
    height: 1px;
    position: absolute;
    right: -50%;
    width: 200%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.detect_location_dropdown .d_location_box form {}

.detect_location_dropdown .d_location_box form input {
    border: 1px solid rgb(210, 210, 210);
    /* border-radius: 5px; */
    /* width: 120%; */
}
.detect_location_dropdown .d_location_box form input:focus{
    box-shadow: none;
}

.detect_location_dropdown .d_location_box form input::placeholder {
    color: #AD9F9F;
    font-size: 15px;
}

.detect_location_dropdown h5 {
    font-size: 16px;
    color: #161616;
    margin: 20px 0 15px;
    font-weight: 500;
}

.detect_location_dropdown .d_saved_add {}

.detect_location_dropdown .d_saved_add .saved_add {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.detect_location_dropdown .d_saved_add .saved_add i {
    width: 30px;
}

.detect_location_dropdown .d_saved_add .saved_add i img {}

.detect_location_dropdown .d_saved_add .saved_add .time {}

.detect_location_dropdown .d_saved_add .saved_add .time h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.detect_location_dropdown .d_saved_add .saved_add .time p {
    font-weight: 400;
    font-size: 14px;
    color: #AD9F9F;
}

.slider-part button.slick-arrow::before {
    content: unset;
}

.vs_mobile_head_icons {}

.address-part .vs_mobile_head_icons,
.vs_cart_view_mobile .vs_proceed,
.address-part .vs_mobile_back,
.common-modal .modal-dialog .side_cart_head,
.tabing-part .nav-tabs .heading {
    display: none;
}

.desktop-list-view {
    display: block;
}

.mobile-list-view {
    display: none;
}

.top-coupon-search {
    display: flex;
    justify-content: space-around;
}

.top-coupon-search .left-search {
    width: 75%;
    padding: 0px;
}

.top-coupon-search .left-search .form-control {
    background: #F5FBFE;
    border: 0.5px solid #AD9F9F;
    color: #797980;
    font-weight: 500;
    height: 48px;
    font-size: 13px;
}

.top-coupon-search .coupon-button {
    width: 25%;
}

.top-coupon-search .coupon-button .gift-btn {
    width: 100%;
    border-radius: 0px;
    height: 48px;
    font-size: 14px;
}

.coupon-lists .content {
    padding: 0px 24px;
    min-height: 100vh;
}

.available-coupons {
    margin-top: 20px;
}

.available-coupons {
    margin-top: 20px;
    padding: 20px 15px;
    border: 0.5px solid #AD9F9F;
    background: #F5FBFE;
}

.available-coupons h4 {
    color: #797980;
    font-size: 12px;
}

.coupon-item-list {
    margin-top: 20px;
    border-bottom: #797980 dashed 0.5px;
    padding-bottom: 20px;
}

.coupon-item-list .coupon-badge {
    background: url("../../img/new-html/coupon-bg.svg");

    width: 187px;
    height: 39px;
    text-align: center;
}

.coupon-item-list .coupon-badge>span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 9px;
    display: inline-block;
}

.coupon-item-list .coupon-list-data {
    margin-top: 16px;
}

.coupon-item-list .coupon-list-data h3 {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}

.coupon-item-list .coupon-list-data p {
    font-size: 14px;
    color: #393943;
    font-weight: 500;
    display: block;
    margin: 10px 0px;
}
.coupon-item-list .coupon-list-data .coupon-terms .term-content {
    display: block;
    color: #797980;
    font-weight: 500;
    font-size: 12px;
}

.coupon-item-list .coupon-list-data .coupon-terms .expand-term {
    color: #FB772D;
    font-weight: 700;
    margin-top: 10px;
    font-size: 13px;
    display: inline-block;
}

.coupon-item-list .coupon-list-data .apply-coupon-btn {
    margin-top: 20px;
    border: 0.5px solid #FB772D;
    font-size: 14px;
    font-weight: 600;
    color: #FB772D;
    background: #fff;
    padding: 12px 15px;
    display: inline-block;
}

.coupon-item-list .coupon-list-data .coupon-terms-box {
    display: none;
}

.coupon-item-list .coupon-list-data .coupon-terms-box.active {
    display: block;
}

.coupon-item-list .coupon-list-data .coupon-terms-box li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.coupon-item-list .coupon-list-data .coupon-terms-box li:hover{
    color: #333;
}

.coupon-item-list .coupon-list-data .coupon-terms-box li::before {
    position: absolute;
    left: 0px;
    width: 3px;
    height: 3px;
    background: #797980;
    border-radius: 5px;
    content: '';
    top: 11px;
}

.error-msg:before {
    content:"\f071";
    font-family:FontAwesome;
    position:absolute;
    top:5px;
    left:6px;
    height:18px;
    width:18px;
    background:#a51616;
    color:#fff;
    border-radius:100%;
    text-align:center;
    line-height:18px;
    font-size:10px;
    display:none;
}

.error-message {
    color:#ff273d;
    float:left;
    font-size:11px;
    margin-top:0px;
    width:100%;
}

.error-msg {
    background:transparent;
    border:1px solid #a51616;
    color:#6f0000;
    font-size:12px;
    margin:15px auto 0;
    padding:5px;
    width:90%;
    display:block;
    padding-left:25px;
    font-family: 'Source Sans 3', sans-serif;
}

.success-msg{
    background:transparent;
    border:1px solid #64a96e;
    color:#64a96e;
    font-size:12px;
    margin:15px auto 0;
    padding:5px;
    padding-left:25px;
    width:90%;
    font-family: 'Source Sans 3', sans-serif;
}

.error-msg, .success-msg {
    position:relative;
    clear: both;
}
.bhoechie-tab-content center .panel-group .payment-box p, 
.bhoechie-tab-content center .panel-group .payment-box span {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
}

.success-msg:before {
    content:"\f00c";
    font-family:FontAwesome;
    position:absolute;
    top:5px;
    left:6px;
    height:18px;
    width:18px;
    background:#64a96e;
    color:#fff;
    border-radius:100%;
    text-align:center;
    line-height:18px;
}

.position-error-msg {
    position:absolute;
    border:1px solid #f67625;
    border-radius:3px;
    background:#f67625;
    min-height:34px;
    top:0px;
    z-index:9;
    width:70px;
    right:-77px;
    padding:4px 4px;
    line-height:11px;
    font-size:13px !important;
    color:#ffffff;
}

.position-error-msg:before {
    content:"";
    position:absolute;
    border-bottom:6px solid transparent;
    border-top:6px solid transparent;
    border-right:6px solid;
    left:-6px;
    top:50%;
    margin-top:-6px;
    border-right-color:#f67625;
}

.cart_empty_box {
    padding: 0px 20px;
    position: relative;
    top: 100px;
}

.cart_empty_box .inner-empty-box {
    text-align: center;
    background: #F5FBFE;
    border: 0.4px solid #AD9F9F;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.cart_empty_box .inner-empty-box h3 {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}

.cart_empty_box .inner-empty-box span {
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.cart_empty_box .inner-empty-box .add-btn {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 20px;
}

.error-page .gift-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.error-page.congrats figure img {
    width: 100%;
    max-width: 444px;
}

.vs_mobile_back {
    display: none;
}

.available-coupons .coupon-item-list:last-child {
    border: 0px;
}

.dish-box-footer .extra-price {
    color: #797980;
    font-weight: 500;
    text-decoration: line-through;
}

.dish-box-footer .add-btn {
    border: 1px solid var(--green);
    background: #fff;
}

.dish-box-footer .add-btn {
    border: 1px solid #0c831f;
    background: rgb(12 131 31 / 4%);
    color: #0c831f;
    border-radius: 4px;
    display: flex;
    height: 33px;
    align-items: center;
    justify-content: center;
}

.overlay-loader {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

.loader img {
    width: 100%;
}

.loader-small {
    text-align: center;
    padding-bottom: 15px;
}

.right-containt .overlay-loader {
    background: rgba(0, 0, 0, 0.00);
    position: absolute;
}

.food-listing-slider-section .overlay-loader {
    position: absolute;
    background-color: transparent;
}

.right-containt .overlay-loader {
    background: rgba(0, 0, 0, 0.00);
    position: absolute;
}

.right-containt .loader {
    width: 40px;
    height: 40px;
}

.right-containt .loader img {
    width: 100%;
}

.food-listing-slider-section .loader {
    width: 60px;
    height: 60px;
}

.food-listing-slider-section .overlay-loader {
    position: absolute;
    background-color: transparent;
}

/*--------------------------*/
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C831F;
    border-radius: 4px;
    height: 33px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 0px;
    border-radius: 4px;
    color: #fff;
    border: 0px;
    height: 33px;
    background: #0C831F;
    max-width: 80px;
    width: 24px;
    font-size: 14px;
    font-weight: 600;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 0px;
    padding: 10px 0px;
    background: #0C831F;
    color: #fff;
    border-radius: 4px;
    font-size: 8px;
    height: 33px;
    width: 24px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.order-heading {
    display: block;
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

div.bhoechie-tab-container {
    z-index: 4;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    float: left;
    width: 100%;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.payment-method .list-group a{min-height:120px;font-weight:bold;}
.payment-method .bhoechie-tab-content{padding:20px !important;}
.pay-method{margin-top:80px;}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #ff781c;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #ff781c;
    background-image: #ff781c;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active {
    z-index: 1;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #ff781c;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    padding: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.theme-default a.list-group-item.active {
    background: #ff781c !important;
    border-color: #ff781c !important;
}

.bhoechie-tab-content center .panel-group {
    text-align: left !important;
}

.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}

.clsError {
    color: #ed0011;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    border: #ed0011 solid 1px;
    clear: both;
    margin-bottom: 15px;
}

.clsSuccess {
    color: #20a947;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    border: #20a947 solid 1px;
    clear: both;
    margin-bottom: 15px;
}

.general {
    background: url('../../img/general.png') no-repeat 50% 0;
    height: 17px;
    float: left;
    width: 100%;
}

div.bhoechie-tab-menu div.list-group>a.active .general {
    background: url('../../img/general_White.png') no-repeat 50% 0 !important;
    height: 17px;
    float: left;
    width: 100%;
}

.chef_Orange {
    background: url('../../img/chef_Orange.png') no-repeat 50% 0;
    height: 17px;
    float: left;
    width: 100%;
}

div.bhoechie-tab-menu div.list-group>a.active .chef_Orange {
    background: url('../../img/chef_White.png') no-repeat 50% 0 !important;
    height: 17px;
    float: left;
    width: 100%;
}

.about-heading {
    position: relative;
}

.about-heading span {
    float: left;
    width: 40px;
    position: absolute;
    height: 2px;
    background: #ff781c;
    left: 0;
    margin-left: 0;
    top: 100%;
}

.terms-section {
    width: 100%;
}

.terms-section .t-top-heading {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

.terms-section .t-top-heading span {
    float: left;
    width: 40px;
    position: absolute;
    height: 2px;
    background: #ff781c;
    left: 0;
    margin-left: 0;
    top: 100%;
}

.terms-section .top-description {
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    color: #303030;
    text-align: justify;
    margin-bottom: 20px;
}

.terms-section .t-sub-heading {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.terms-section .t-sub-heading:before {
    content: "\f192";
    font-size: 14px !important;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff781c;
}

.terms-section .description {
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: justify;
    margin-bottom: 10px;
}

.terms-section .description .d-number {
    float: left;
    margin-right: 5px;
}

.terms-section .description .d-detail {
    display: block;
    overflow: hidden;
    text-align: justify;
}

.terms-section .top-description a {
    color: #ff781c;
}

.terms-section .top-description a:hover {
    color: #666666;
}

.terms-section .description a {
    color: #ff781c;
}

.terms-section .description a:hover {
    color: #666666;
}

/* misrii mitra */
.volunteer-top-section {
    float: left;
    width: 100%;
    background: url(./../img/volunteer-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 330px;
    position: relative;
    background-position: 100% 0%;
}

.ngo-top-section {
    background: url(../../img/ngo-banner.jpg) no-repeat 100% 0% !important;
    float: left;
    width: 100%;
    background-size: cover !important;
    height: 330px;
    position: relative;
}

.franchise-top-section {
    background: url(../../img/franchise_banner.jpg) no-repeat 100% 0% !important;
    float: left;
    width: 100%;
    background-size: cover !important;
    height: 330px;
    position: relative;
    background-position: 100% 35% !important;
}

.misii-mitra-banner-sec {
    background: #ff8000;
    padding: 15px 50px;
}

.misii-mitra-banner-sec>span {
    font-size: 30px;
    color: #000;
}

.misii-mitra-banner-sec>h3 {
    font-size: 60px;
    margin-top: -5px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 700;
}

.misii-mitra-banner-sec>p {
    font-size: 34px;
    color: #000;
    font-weight: 500;
}

.misii-mitra-banner-sec a {
    padding: 0px 5px;
}

.misii-mitra-banner-sec a img {
    width: 140px;
}

.misrii-mitr-top-section {
    background: url(../../img/misrii_mitr_banner.jpg) no-repeat 100% 0% !important;
    width: 100%;
    background-size: cover !important;
    height: 330px;
    position: relative;
}

.misrii-mitr-top-section .d-table {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
}

.volunteer-top-section .d-table {
    vertical-align: middle;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    position: absolute;
    top: 23%;
    line-height: 60px;
}

.misrii-initative {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 60px;
}

.register-as-volunteer {
    width: 100%;
    position: relative;
}

.register-as-volunteer:before {
    content: "";
    position: absolute;
    background: url(../../img/volunteer-left-img.png) no-repeat;
    height: 599px;
    width: 381px;
    top: 110px;
    left: 0;
    background-size: 300px;
}

.register-as-volunteer:after {
    content: "";
    position: absolute;
    background: url(../../img/volunteer-right-img.png) no-repeat 100% 0;
    height: 599px;
    width: 381px;
    top: 200px;
    right: 0;
    background-size: 300px;
}

.r-as-vol-heading {
    float: left;
    width: 100%;
    font-size: 26px;
    color: #ff781c;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Source Sans 3', sans-serif;
    text-align: center;
    margin-top: 20px;
}

.about-volunteer {
    float: left;
    width: 100%;
    padding: 15px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    color: #555555;
}

.volunteer-content strong {
    color: #252525;
    font-size: 20px;
    margin-top: 20px;
    float: left;
}

.vol-text-l li {
    font-family: 'SourceSansPro-Regular' !important;
    font-size: 17px;
}

.volunteer-form-sec {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    padding: 20px 0;
}

.volunteer-form-sec .form-group {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.custom-width {
    width: 80% !important;
}

.volunteer-form-submit {
    margin: 0 auto;
    display: block;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: bold;
}

.register-as-ngo {
    background: #fff;
}

.volunteer-form-sec {
    margin-top: 0;
}

.volunteer-form-sec.wholesale-form .form-group {
    padding: 0px !important;
    margin-bottom: 15px;
}
.volunteer-form-sec.wholesale-form .order-img-max {
    height: 100%;
    object-fit: contain;
}

.register-as-ngo:after {
    display: none !important;
}

.register-as-ngo:before {
    display: none !important;
}

.ngo-select-box select {
    border-color: #d6d6d6 !important;
}

.pixel-file-input .btn-primary:focus {
    color: #555 !important;
}

.ngo-top-section .d-table {
    vertical-align: middle;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    position: absolute;
    top: 23%;
    line-height: 60px;
}

.register-as-ngo-content {
    background: #F8F8F8;
    padding-bottom: 20px;
    padding-top: 20px;
}

.register-as-ngo-content:before,
.register-as-ngo-content:after {
    display: none;
}

.register-as-ngo-content .volunteer-content strong {
    margin-top: 0;
}

.register-as-ngo-content .r-as-vol-heading {
    margin-bottom: 10px;
}

.faq-refer-earn .r-as-vol-heading {
    color: #303030;
}

.register-as-ngo-content .about-volunteer strong {
    color: #000;
}

.franchise-volunteer {
    padding: 0 30px;
}

.mitra-mitra-benefit {
    padding: 0 0 0 22px;
    margin: 0 0 25px;
}

.mitra-mitra-benefit li {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}

.orange-link,
.orange-link:hover,
.orange-link:focus {
    color: #fc802f;

}

.order-img-max {
    max-width: 100%;
}

.custom-order-success-msg {
    background: #fff !important;
    text-align: center;
    margin-top: 25px;
    padding: 20px;
    color: #2c9d5f;
}

.custom-order-success-msg strong i {
    background: #2c9d5f;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.form-horizontal .control-label {
    font-size: 13px;
}
.custom-order-success-msg strong {
    display: none;
    margin-right: 5px;
}

.custom-order-success-msg .message {
    display: inline-block;
}

.orange-btn {
    background: #ff781c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    border-color: #ff781c;
}

.orange-btn:hover,
.orange-btn:focus {
    background: #cc6520 !important;
    color: #ffffff !important;
    border-color: #e6640c !important;
}

.get-app .get-app-right .orange-btn {
    border-radius: 0;
    border-color: #ff781c;
    cursor: pointer;
    background-color: #ff781c;
    color: #fff;
}

.top-main-header .m-input-group .orange-btn {
    padding: 7px 25px;
}

.order-success-sec .orange-btn {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
}

.donation-dish .orange-btn {
    display: block;
    font-family: 'Josefin Slab', serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.promo-heading .orange-btn {
    float: right;
    margin-left: 10px;
}

.orange-btn.banner-btn {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #fff;
    padding: 4px 15px;
    font-weight: 600;
    background: #fff;
    font-size: 17px;
    transition: background-color 0.5s ease;
    float: left;
    background: #ff781c;
    text-decoration: none;
    margin-top: 5px;
}

.position-center-top .orange-btn {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 153px;
}

.tab-content.review_order_gift_section .donation-dish .orange-btn {
    font-family: 'Source Sans 3', sans-serif;
    margin-top: 0px;
    font-weight: normal;
}

.home-banner-table .btn-block .orange-btn.banner-btn {
    margin-top: 0px;
    margin-right: 15px;
}

.no-margin-b {
    margin-bottom: 0px !important;
}

.margin_top10 {
    margin-top: 5px !important;
}

.margin_top10 {
    margin-top: 10px !important;
}

.margin_top15 {
    margin-top: 15px !important;
}

.margin_top30 {
    margin-top: 30px !important;
}

.margin_top50 {
    margin-top: 50px !important;
}

.no-padding-l-r{padding-left:0px !important;padding-right:0px !important;}
.no-padding-t{padding-top:0px !important}
.no-padding-b{padding-bottom:0px !important}
.no-padding-l{padding-left:0px !important}
.no-padding-r{padding-right:0px !important}
.no-margin-t{margin-top:0px !important;}
.no-margin-b{margin-bottom:0px !important;}
.no-margin-l{margin-left:0px !important;}
.no-margin-r{margin-right:0px !important;}

/* career page */
.career-top-section {
    float: left;
    width: 100%;
    background: url(../../img/career-bg.png) no-repeat 100% 100%;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 330px;
    position: relative;
}

.career-top-section .d-table {
    vertical-align: middle;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    position: absolute;
    top: 23%;
    line-height: 60px;
}

.career-top-section .misrii-initative {
    color: #303030;
    text-transform: uppercase;
}

.career-top-section .d-table {
    top: 50%;
}

.career-box {
    width: 100%;
    float: left;
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px 15px 30px;
    min-height: 365px;
}

.career-box-heading {
    font-size: 20px;
    color: #303030;
    font-weight: 600;
    padding: 8px 0;
}

.career-box p {
    font-size: 16px;
    color: #303030;

}

.career-apply {
    width: 100px;
    margin-top: 10px;
}

.main-outer-career,
.main-outer-sugg-rec {
    background: #fff;
}

.career-form-sec {
    background: #f7f7f7;
    margin-top: 50px;
}

.refer_n_earn {
    float: left;
    width: 100%;
    position: relative;
}

/* Donation */
.board-inner .nav-tabs {
    display: inline-block;
    margin-bottom: 40px;
}

.board-inner .nav-tabs li {
    display: inline-block;
    margin: 0 auto;
    padding-right: 0px;
}

.board-inner .nav-tabs li a {
    background: transparent ! important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Josefin Slab', serif;
    text-align: center;
    border: 0;
    height: 130px;
    width: 130px;
    border-bottom: none !important;
    display: block;
    position: relative;
    color: #333;
}

.board-inner .nav-tabs li.active a {
    background: #f67625 !important;
    border-radius: 100%;
    color: #fff;
    border-bottom: none !important;
}

.radio-btn-lbl .lbl {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.donation-dish .orange-btn {
    display: block;
    font-family: 'Josefin Slab', serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.cause-donation {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
}

span.round-tabs {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
}

.donation_food_section .form-group {
    position: relative;
}

.donation-dish.donation_select_btn .btn {
    width: 100%;
}

.donation-dish.donation_select_btn .btn.active {
    background: #cc6520 !important;
    color: #ffffff !important;
    border-color: #e6640c !important;
}

.donation_food_section.food-section .list-detail li.active {
    border: solid 1px #cc6520!important;
}

.input-custom-donation.has-error input.form-control {
    border-color: #d38e99 !important;
}

.input-custom-donation.has-error .pixel-file-input {
    border-color: #d38e99 !important;
}

.input-custom-donation.has-error textarea {
    border-color: #d38e99 !important;
}
.occasion-select.has-error select{border-color:#d38e99 !important;}
.has-error .help-block{z-index:2;}
.form-group.has-error #bs-datepicker-component .form-control{border-color:#d38e99 !important;}
.has-error .help-block{font-size:13px;}
.wrapperappDownload .has-error .help-block{
    margin-top: -9px !important;
}
.donation-payment-tbl thead tr th {
    color: #333 !important;
    border-bottom: 2px solid #e4e4e4;
    background: transparent;
}
.donation-payment-tbl tbody tr td, 
#review-order table tbody tr td{
    background: transparent;
    border-top: 1px solid #e4e4e4;
    box-shadow: none;
    font-size: 14px;
    color: #555;
}
.footer-donate-img{height:58px;width:58px;}
.donate-to-misrii{position:relative;padding-left:38px !important;margin-top:13px;}
.donate-to-misrii:before{content:url('../../img/donate-icn.png');position:absolute;left:9px;top:5px;margin-right:10px;}
.donation-btn {
    padding: 15px 25px;
    font-size: 20px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
    width: 174px;
    border-radius: 5px;
}

.donation-b-btn,
.donation-b-btn:hover,
.donation-b-btn:focus {
    background: transparent !important;
    border: 2px solid #333;
    border-radius: 5px;
}

.input-custom-donation .pfi-choose {
    margin-right: 3px;
}

.input-custom-donation .pixel-file-input {
    line-height: 26px;
}

.input-custom-donation input,
.input-custom-donation .pixel-file-input {
    border-color: #333 !important;
    font-size: 16px !important;
    height: 40px !important;
}

.input-custom-donation textarea {
    border-color: #333 !important;
    font-size: 18px !important;
}

.input-custom-donation label {
    font-size: 16px !important;
    text-align: left;
}

.detail-btn {
    width: 400px !important;
    margin: 0 auto !important;
}

.donation-dish .orange-btn {
    display: block;
    font-family: 'Josefin Slab', serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

span.round-tabs {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
}

.tab-content>.tab-pane {
    /*padding: 0 10px;*/
    overflow: hidden;
}

.your-detail{float:left;width:100%;}
.your-detail .detail-inner{float:left;width:100%;background:#ffffff;-webkit-box-shadow:0 1px 5px 1px rgba(0, 0, 0, 0.1);box-shadow:0 1px 5px 1px rgba(0, 0, 0, 0.1);padding:50px 0;margin-top:80px;border-radius:3px;-webkit-border-radius:3px;}
.your-detail .detail-inner .yd-input{float:left;width:100%;border-top:0px;border-left:0px;border-right:0px;border-bottom:2px solid #e0e0e0;padding:10px 0;text-align:center;font-size:22px;color:#303030;font-weight:600;outline:none;margin-bottom:20px;}
.your-detail .detail-inner .yd-input::-webkit-input-placeholder{text-align:center;font-size:24px;color:#303030;font-weight:600;outline:none;font-family: 'Source Sans 3', sans-serif;}
.your-detail .detail-inner .yd-input:focus::-webkit-input-placeholder{color:transparent;}
.your-detail .detail-inner .verification-msg{font-size:17px;color:#7f7f7f;display:block;text-align:center;margin-bottom:0;}

.donation_food_section .form-group {
    position: relative;
}

.donate-footer-bg {
    background: #fff !important;
}

.donate-footer-bg .get-started-now {
    background: #ff781c !important;
    border: 2px solid #ff781c !important;
}

.donate-to-sec .lbl {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.donner-name {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding-left: 22px;
}

.carousel-seeker ul {
    padding-left: 0;
}

.carousel-seeker ul li {
    display: inline-block;
    width: 24.5%;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
}

.donate-boxs {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, .2);
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding: 10px;
    height: 120px;
}

.carousel-seeker .owl-controls .owl-buttons div {
    background: #fff !important;
    color: #ff781c !important;
    opacity: inherit !important;
}

.donate-to-sec ul {
    padding-left: 0;
    padding: 10px;
    padding-left: 0 !important;
}

.donate-to-sec ul li {
    list-style: none;
    width: 100%;
    float: left;
    width: 50%;
    padding: 10px;
}

.donate-top-section {
    width: 100%;
    background: url('../../img/donate-bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    height: 400px;
}
.external-pages {
    margin-top: 120px;
}

.donate-top-section .d-table {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 400px;
    position: inherit !important;
    font-weight: inherit;
}

.donate-top-section .d-table .t-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.donate-top-section .donate-logo {
    float: left;
    width: 100%;
    text-align: center;
}

.donate-top-section .donate-logo a {
    display: none;
}

.donate-top-section .feels-great {
    float: left;
    width: 100%;
    font-size: 100px;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    font-family: 'Sacramento', cursive;
}

.donate-top-section .feels-detail {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    margin-top: 5px;
}

.donate-memory {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 80px 0;
}

.donate-main-heading {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #303030;
    font-family: 'Josefin Slab', serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.donate-main-heading .d-heading-line {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../../img/d-heading-line.png) no-repeat 50% 0;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.donate-main-heading.white-line-text {
    color: #ffffff;
}

.donate-main-heading.white-line-text .d-heading-line {
    background: url(../../img/d-heading-line-white.png) no-repeat 50% 0;
}

.content-wrapper {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 30px 0px 30px 30px;
    min-height: 650px;
}
#AccountInfo .right-containt .form-control {
    margin-bottom: 15px;
}
.content-wrapper.mh-520 {
    min-height: 520px;
}

.rows {
    width: 100% !important;
}

.tab-heading {
    font-family: 'Josefin Slab', serif !important;
    font-size: 24px;
    float: left;
    color: #555;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.donation-payment-tbl {
    width: 100%;
    background: transparent;
    border: 1px solid #e4e4e4;
    max-width: 100%;
    font-family: 'Source Sans 3', sans-serif;
}
.include-info {
    font-size: 12px;
    color: #ff781c;
    margin-bottom: 10px;
}

.info-box {
	position: relative;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 5px;
}

.info-box .info-icon {
	    background: transparent;
    color: #303030;
    padding: 0;
    display: inline-block;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); */
    font-size: 11px;
    border: solid 1px #303030;
}

.info-box .info-content {
	font-size: 14px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 160px;
    padding: 7px 6px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 34px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-align: left;
}
.info-box .info-content ul{
	padding: 0px;
	width: 100%;
	float: left;
}
.info-box .info-content ul li{
	width: 100%;
	float: left;
	list-style: none;
	font-weight: 300;
}
.info-box .info-content ul li .pull-right{
	text-align: left;
	width: 35%;
}
.info-box .info-content ul li .pull-left{
	width: 65%;
}
.info-box .info-content ul li.total-dish-amount{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px
}
.info-box .info-icon:hover+.info-content {
	opacity: 1;
	visibility: visible;
}
.info-box .info-content:before {
      width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.pagination>li>span:last-child{margin-right:0 !important;}
.pegination_part{padding:12px 10px 10px 10px;background:#f3f3f3;border:1px solid #e2e2e2;margin-top:5px;}
.pagination li .jq_prev,
.pagination li .jq_next{background:#ff781c;color:#fff !important;}
.pagination li .jq_next a{color:#fff;}
.pagination li .jq_prev a{color:#fff !important;}
.pagination li .jq_prev:hover{color:#fff !important;background:#ff781c;}
.pagination li span:hover{background:#ff781c;}
.pagination li .fg-button a:hover{}
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.pull-right-trial{float:right !important;margin-top: 15px;}



/*9/nov*/

.faq-page {
    padding: 60px 0;
}

.faq-page .bhoechie-tab-container {
    display: flex;
}

div.bhoechie-tab-menu div.list-group>a {
    padding: 20px 0px;
}

.list-group-item.active {
    border-color: transparent !important;
}

.faq-page .panel-default>.panel-heading {
    border: 1px solid #eee;
}

.faq-page .panel-title>a {
    color: #555;
    font-size: 15px;
    position: relative;
    padding-right: 35px;
}

.faq-page .panel,
.panel-default {
    margin-bottom: 10px;
}

.faq-page .panel-title>a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-page .panel-title>a.active:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-page .panel-body {
    border: 1px solid #eee;
    border-top: 0;
}

.footer.footer-part {
    margin-top: 15px;
}

.fade.in {
    opacity: 1 !important;
}

#DonationStep1Form .col-sm-offset-3 {
    margin: 0px auto;
}

.cause-donation {
    display: flex;
}

.cause-donation .tab-heading.text-left {
    text-align: left !important;
    font-weight: 400 !important;
}

.donate-boxs .radio label .lbl {
    padding-left: 25px;
    /* font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif; */
    color: #535353;
}

.donate-boxs .radio label .lbl:before,
.donate-boxs .radio label .lbl:after {
    margin: 0px !important;
}

.donate-boxs .radio label .lbl:after {
    background: #ff781c;
}

.donate-boxs .donner-name {
    color: #535353;
    /* font-family: Montserrat, sans-serif; */
    /* font-weight: 400; */
    margin-top: 5px;
    display: block;
}

.donate-boxs .donner-name i {
    margin-right: 10px;

}
.checkbox, .radio {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding-left: 20px; */
}

.continue-button {
    background: #20ac76;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    border: 0px;
    outline: none;
}

footer.footer-part {
    margin-top: 15px;
}

.board-inner .nav-tabs li a {
    font-weight: 700;
}
.food-section {
    float: left;
    width: 100%;
    margin-top:30px;
}
.food-section .list-detail {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.food-section .list-detail li {
    float: left;
    width: 31.3%;
    margin: 0 1% 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    list-style: none;
    min-height: 162px;
    max-height: 162px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.food-section .list-detail .img-left {
    float: left;
    width: 150px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.food-section .list-detail .img-left img {
    width: auto;
    vertical-align: middle;
}
.food-section .list-detail .right-detail {
    display: block;
    position: relative;
    padding: 10px;
    overflow: hidden;
    min-height: 140px;
}
.food-section .list-detail .right-detail .food-name {
    display: block;
    font-size: 18px;
    color: #303030;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.food-disk-detail {
    display: block;
    font-size: 13px;
    font-family: 'Source Sans 3', sans-serif;
    color: #606060;
    text-decoration: none;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    white-space: nowrap;
}
.food-section .list-detail .right-detail .food-name {
    display: block;
    font-size: 18px;
    color: #303030;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
}
.per-meal {
    color: #ff781c;
}
.font-11 {
    font-size: 11px !important;
}
.donation-dish.donation_select_btn .btn {
    width: 100%;
}
#DonationStep1Form .submit {
    padding: 0px 10px;
}
.delivery-selectbox select {
    border: 1px solid #111;
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #303030;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 13px;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #303030, #303030);
    background-position: calc(100% - 15px) calc(1em + 0px), calc(100% - 10px) calc(1em + 0px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}
.food-section .row{
    justify-content: center;
}
#detail .row{
    justify-content:center;
}
#detail .input-custom-donation{
    margin-bottom:20px;
}
.input-custom-donation label{
    margin-bottom: 8px;
}
.payment-heading {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 20px;
    color: #303030;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0;
    font-family: 'Source Sans 3', sans-serif;
    padding: 15px 0 15px 20px;
}
.pay-method .col-md-8{
    margin:0px auto;
}
div.bhoechie-tab-content{
    padding:10px 20px;
    font-size:12px;
}
.green-btn {
    background: #20ac76;
    color: #fff;
    border: 1px solid #20ac76;
}
.btn-home-chef:hover, .green-btn:hover {
    background: #1e8c61 !important;
    color:#fff;
}
.paytm-btn {
    background: #01b9f5 !important;
    border: solid 1px #01b9f5 !important;
}
div.bhoechie-tab-content .paytm-btn ,div.bhoechie-tab-content .green-btn {
    font-size:12px;
    margin:0px 5px;
}
.payment-action{
    display:flex;justify-content: center;
}
.like-heading {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #606060;
    margin: 15px 0 15px 0;
    font-family: 'Source Sans 3', sans-serif;
}
.helpline {
    background: #8c8c8c;
    text-align: center;
    padding: 8px 30px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.call-contact span {
    width: 190px !important;
    font-weight: 600;
    font-family: 'Source Sans 3', sans-serif;
}
.call-contact i {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-right: 7px;
    transform: rotate(92deg);
}
.helpline .cake-error{
    margin-bottom: 0;
}
.side_cart .dish-box {
    height:100%;
    min-height:305px;
    display: flex;
    flex-direction: column;
}
.side_cart::-webkit-scrollbar{
    width:4px;
}
header .address-part .dropdown-menu{
    transform:translate3d(-171px, 59px, 0px) !important;
    max-width: 560px;

}
.change-password .panel-heading {
    background: #ff781c !important;
    border: none;
}
.change-password .panel-heading span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.add-new-btn {
    margin-top: -4px;
    background: #fff !important;
    border-radius: 12px;
}
.address-list {
    padding-left: 0;
    float: left;
    width: 100%;
    background: #fff;
}
.address-list li {
    list-style: none;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.address-list li .panel-body-book {
    padding-right: 0px;
}
.address-list li:hover{
    color: #333;
}
.address-sub-head, .panel-body-book {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
}
.address-sub-head, .panel-body-book {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
}
.address-sub-head {
    margin: 0;
    padding: 15px;
    border: 1px solid #e2e2e2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.address-sub-head:hover{
    color: #333;
}
.edit-remove-sec {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 25px;
    border-radius: 3px;
    background: #ff781c;
    display: block;
}
.edit-remove-sec a {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    float: none;
    line-height: 24px;
    cursor: pointer;
    padding: 0 5px;
    border-left: 1px solid #fff;
}
.panel-body-book {
    position: relative;
}
.font-weight600 {
    font-weight: 600 !important;
}
table.table.tbl-address {
    font-size: 14px;
}
.address-book {
    padding-top: 50px;
    display: flow-root;
}
#maintain_popup {
background:rgba(0,0,0,0.5);
    margin: 0 auto !important;
    transform: translate(-50%,-50%) !important;
    left: 50%;
    top: 50%;
    height: 100%;
}
#maintain_popup .modal-dialog {
    max-width: 70%;
padding:0px;
    transform: translate(0%,0%) !important;
    position: initial;
}
#maintain_popup .modal-dialog .modal-header{
    background: none;
    position: absolute;
    z-index: 9;
    right: 0;
}
#maintain_popup .modal-dialog .modal-header .jq_franchise_box_close {
background:none;
border:none;
}
#jqAddUserAddressModal {
    background: #fff;
    max-width: 70%;
    margin: 0 auto !important;
    transform: translate(-50%,-50%) !important;
    left: 50%;
    top: 50%;
    height: auto;
}
#jqAddUserAddressModal .modal-dialog {
    max-width: 100%;
    transform: translate(0%,0%) !important;
    position: initial;
}
#UserNewAddressForm .mb-3, 
#UserUpdateAddressForm .mb-3 {
    margin-bottom: 25px !important;
}
.modal-overlay-cart {
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    top: 0px;
    right: 0;
    border: 0;
    left: 0;
    height: 100vh;
    cursor: pointer;
    z-index: 99;
    display: none;
}
body.overlay .modal-overlay-cart{
    display: block;
}
body.overlay.cart-aside-open::before{
    display: none;
}
.vs_payment_method ul li .selectPaymentType {
    display: flex;
}
.vs_payment_method ul li .selectPaymentType i {
    margin-right: 10px;
}
.vs_payment_method ul li:first-child {
    border-radius: 10px 10px 0px 0px;
}
.vs_payment_method ul li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.confirmation-modal .modal-header button.close {
    position: absolute;
    right: 15px;
    box-shadow: none;
    border: 0px;
    font-size: 35px;
    background: transparent;
    color: #000;
    opacity: 1;
}
.confirmation-modal .modal-title {
    font-size: 18px;
}
.confirmation-modal .modal-footer button {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}











/* html,
body {
    overflow-x: hidden;
} */
@media (min-width:1500px){
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns .create_combo_search_img {
        right: 260px;
    }
    .dish-box-footer .create_combo ul{
        width: 500px;
        transform: translate(-108px, -61px);
    }
    .dish-box-footer .create_combo ul li span, 
    .dish-box-footer .create_combo ul li p{
        font-size: 13px;
    }
}
@media (max-width:1499px){
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns .create_combo_search_img {
        right: inherit;
        left: 220px;
    }
    .dish-box-footer .create_combo ul{
        width: 440px;
        transform: translate(-110px, -61px);
    }
}
@media (max-width:1399px){
    .dish-box-footer .create_combo ul{
        width: 500px;
        transform: translate(-265px, -61px);
    }
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns {
        flex-direction: column;
        align-items: start;
    }
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns button {
        /* width: 100%; */
        justify-content: space-between;
        font-size: 14px;
    }
    .dish-box-footer .create_combo .create_combo_btn {
        font-size: 14px;
    }
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns input{
        padding: 7px;
        font-size: 14px;
    }
    .dish-box-footer .create_combo ul .combo_head h4 {
        font-size: 14px;
    }
    .dish-box-footer .create_combo ul li p, 
    .dish-box-footer .create_combo ul li span{
        font-size: 13px;
    }
    .dish-box-footer .create_combo ul li .add-btn{
        font-size: 12px;
    }
    .dish-box-footer .create_combo ul li span .qty-container, 
    .dish-box-footer .create_combo ul li .add-btn{
        width: 60px;
    }
    .dish-box-footer .create_combo ul .combo_head .create_combo_btns .create_combo_search_img {
        right: 30px;
        top: 80px;
    }
}
@media (max-width:1366px){
    .ui-autocomplete {
        left: 24px !important;
    }
    #ui-id-1{
        width: 557px !important;
    }
    .logo{padding: 0px 10px;}
    header ul li.cart-box{ margin-left:10px;}
    .header-middle{padding-right:14px;}
    .search-bar{ width:40%;}
    .address-part h4{white-space:nowrap; line-height: 100%; margin-top: 10px;}
}
@media (max-width: 1199px){
    .payment .container{
        max-width: 960px;
    }
    .dish-box-footer .create_combo ul {
        transform: translate(-215px, -61px);
        width: 410px;
    }
}
@media (max-width:1020px){
    .address-part .vs_mobile_head_icons {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .address-part .vs_mobile_head_icons img {
        width: 32px;
    }
    .address-part .vs_mobile_head_icons a:last-child img {
        width: 28px;
    }

    .whatsapp {
        display: none;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
    section.mid-section{
        padding-top: 150px;
    }
    .header-middle{
        padding-right: 0px;
    }
    .top-filter-sec{
        margin-top: 180px;
    }
    header{
        height: 150px;
        padding: 15px 15px;
        border: 0px;
    }
    .search-bar {
        width: 100%;
    }
    header ul {
        display: none;
    }
    .logo{
        display:none;
    }
    .left-search{
        display:block;
        padding-right:0px;
    }
    .address-part{
        padding-left: 0;
        padding-right: 0px;
        margin-bottom:10px;
        justify-content: space-between;
        width: 100%;
    }
    .address-part .vs_mobile_div {
        width: calc(100% - 40%);
    }
}
@media (max-width: 1280px){
    .dish-details .food-item-box {
        width: 100% !important;
    }
    .product-part .food-item-box{
        width: 25%;
    }
    .donation-dish li { width:48%!important;}
    /* .side_cart{ width:30%; right:-30%;} */
}
@media (min-width: 621px) and (max-width: 1199px){
    /* .side_cart{width:60%; right:-60%;} */
    .vs_proceed{width:60%;}
}
@media only screen and (max-width:991px) {
    /* .side_cart .cart_items .cart_item .item .content{
        padding-right: 0px;
    } */
    body.location-window {
        overflow: hidden;
    }
    .side_cart.payment .cart_items .cart_item .item .content h6{
        font-size: 13px;
    }
    .side_cart .cart_items .cart_item .item span{
        font-size: 10px;
    }
    .side_cart .cart_items .cart_item .item input{
        font-size: 12px;
    }
    .side_cart .cart_items .cart_item .item img{
        min-width: 70px
    }
    .payment .container{
        max-width: 768px;
    }
    .dish-box-footer .create_combo ul span.combo_li_border{
        padding: 0px 10px;
    }
    .food-detail-box .detail-dish-right>.add-btn, 
    .food-detail-box .detail-dish-right>.qty-container {
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .food-detail-box .detail-dish-right .dish-box-footer{
        position: static;
    }
    .dish-box-footer .create_combo ul {
        width: 100%;
        transform: translate(-50%, 0%);
        left: 50%;
        top: 0px;
    }
    .food-detail-box .detail-dish-right h2 {
        min-height: inherit;
        overflow: inherit;
    }
    .food-detail-box .detail-dish-right .ingredients-sec{
        margin: 15px 0px;
    }
    .dish-box-footer .create_combo .create_combo_btn {
        font-size: 13px;
    }
    .dish-box-footer .create_combo .create_combo_btn i img {
        width: 16px;
    }
    .show-dish-detail .listing-screen .nav-tabs{
        display: none;
    }
    .detect_location_dropdown .close_location_window {
        width: 45px;
        height: 45px;
        background: #010101;
        position: absolute;
        top: -60px;
        border-radius: 50px;
        left: 50%;
        transform: translate(-50%,0%);
        color: #fff;
        line-height: 45px;
        display: block;
        text-align: center;
        padding: 0px;
    }
    .detect_location_dropdown .close_location_window i {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .detect_location_dropdown .d_location_box form input{
        width: 100%;
    }
    #ui-id-1{
        width: 100% !important;
        left: 0px !important;
        height: auto;
        top: 60% !important;
    }
    header .address-part .dropdown-menu {
        position: fixed !important;
        left: 0px !important;
        right: 0px !important;
        width: 100%;
        bottom: 0px !important;
        height: 60vh;
        max-width: 100%;
        top: 40% !important;
        padding: 0px;
        border: 0px;
        transform: inherit !important;
    }
    .detect_location_dropdown {
        width: 100%;
        max-width: 100%;
        background: #fff;
        z-index: 999;
        position: relative;
        height: 100%;
        border: 0px;
    }
    header .address-part .dropdown-menu.show:after {
        position: fixed;
        content: '';
        background: #00000050;
        height: 100vh;
        top: 0px;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .detect_location_dropdown .d_location_box{
        flex-direction: column;
    }
    .detect_location_dropdown .d_location_box button, 
    .detect_location_dropdown .d_location_box form{
        width: 100%;
    }
    .detect_location_dropdown .d_location_box button{
        padding: 15px;
    }
    .detect_location_dropdown .d_location_box span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        text-align: center;
        display: none;
    }
    .food-detail-box .food-item-box .dish-box {
        flex-direction: column;
    }
    .food-detail-box .food-item-box .dish-box .dish-img img{
        width: 300px;
        max-width: 100%;
    }
    .food-detail-box .detail-dish-right {
        padding: 20px 0px 0px 10px;
        position: relative;
    }
    /* .tabing-part.listing-screen .product-part .food-item-box {
        width: 50%;
    } */
    .listing-screen .nav-tabs li.nav-item button:first-child {
        border-top: 0.5px solid rgb(218, 218, 218);
    }
    .product-part .food-item-box{
        width: 33.33%;
	height:-webkit-fill-available;
    }
    .listing-screen .nav-tabs {
        width: 70px;
    }
    .listing-screen .nav-tabs li.nav-item button {
        padding: 10px 7px !important;
        height: auto;
        word-wrap: break-word;
        text-align: left;
        font-size: 10px !important;
        line-height: 150%;
    }
    .listing-screen .tab-content {
        width: auto;
        flex: 1 1 0%;
    }
    .listing-screen .tab-content .product-part .food-item-box.w-25 .dish-box {
        margin-top: 0px;
    }    
    #main_internal_page.listing-screen .tab-content .product-part{
        margin-top: 0px;
    }
    /* .listing-screen .tab-content .product-part {
        margin-top: 20px;
    } */
    .listing-screen .tab-content .product-part .food-item-box.w-25 {
        width: 50% !important;
    }
    .donate-top-section .feels-great {
        font-size: 45px;
    }
    .donate-top-section .feels-detail {
        font-size: 18px;
    }

    .board-inner .nav-tabs li a {
        height: 85px;
        width: 85px;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span.round-tabs {
        position:unset;
    }
    #DonationStep1Form .col-sm-offset-3 {
        width: 100%;
    }
    .board-inner .nav-tabs {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .donate-boxs .radio label .lbl,
    .donate-boxs .donner-name{
        font-size:12px;
    }
    .food-item-box{
        width:49%;height:100%;
    }
    .dish-box h2, .dish-box h2 a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;      
        min-height: 38px;
    }
}
@media (max-width: 767px){
    .order-details .right-containt{
        padding-top: 0px;
    }
    .common-modal .modal-dialog .modal-content .modal-body .form-group{
        margin-top: 20px;
    }
    .common-modal .modal-dialog .modal-content .modal-body .mobile-view-login-title {
        display: block;
    }
    .common-modal .side_cart_head h6 {
        color: #0C831F;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
    .error-page.congrats .order_update{
        width: 100%;
        position: inherit;
        transform: inherit;
    }
    .error-page.congrats .order_update br {
        display: block;
    }
    .congrats p br {
        display: none;
    }
    .common-modal>.side_cart_head{
        display: block;
    }
    footer.footer-part p.text-footer,
    footer.footer-part p a, 
    footer.footer-part p {
        font-size: 12px;
        text-align: center;
    }
    footer.footer-part p {
        margin-bottom: 15px;
    }
    .list-filter li.init:first-child {
        padding: 15px 15px;
        height: 40px;
        font-size: 13px;
        position: relative;
    }
    .list-filter li.init:after {
        background-repeat: no-repeat;
        background-size: 14px;
    }
    .list-filter ul li a {
        font-size: 13px;
    }
    .list-filter ul li a i {
        width: 20px;
        height: 20px;
    }
    #ui-id-1{
        top: 64% !important;
        overflow-y: scroll !important;
        height: 36vh;
    }
    .side_cart .food-item-box .dish-box .dish-box-footer .add-btn{
        width: 70px;
        font-size: 13px;
    }
    .side_cart .food-item-box #list_update_dish_qnt button, .side_cart .food-item-box #list_update_dish_qnt input {
        width: 24px !important;
    }
    .vs_cart_slider_section .vs_cart_slider.slick-slider {
        margin: 0px;
    }
    .common-modal-footer .link-menus {
        gap: 0px;
    }
    .search-animation .search-animation-box, 
    .search-animation .search-animation-box .animation-search-ico{
        height: 51px;
    }
    .search-animation .search-animation-box .animation-search-ico img {
        width: 20px;
    }
    a.back-to-top{
        margin-bottom: 30px;
        line-height: 40px;
        font-size: 14px;
    }
    footer.footer-part{
        padding-bottom: 110px;
    }
    .side_cart.main .side_cart_head{
        width: 100%;
    }
    .side_cart .side_cart_head h6{
        width: 100%;
    }
    .change-password .panel-heading span, 
    .change-password .panel-heading .add-new-btn{
        font-size: 14px !important;
    }
    .delivery-add-header, .yol-heading{
        text-align: left !important;
    }
    .address-sub-head, 
    table.table.tbl-address{
        font-size: 13px !important;
    }
    .edit-remove-sec{
        position: inherit;
    }
    #jqAddUserAddressModal{
        max-width: 100%;
        transform: translate(-50%,0%) !important;
        top: 10%;
        height: 100%;
    }
    .vs_modal_address .vs_modal_form .has-select {
        flex-direction: column;
    }
    .vs_modal_address .vs_modal_form .has-select .input.select {
        width: 100%;
    }
    .vs_modal_address .vs_modal_form .has-select select{
        width: 100%;
    }
    #UserNewAddressForm .mb-3{
        margin-bottom: 10px !important;
    }
    .vs_modal_address .vs_modal_form {
        margin-top: 15px;
    }
    .vs_modal_address .vs_map{
        display: none;
    }
    .vs_modal_address .vs_modal_form .has-select .jq_location_id {
        margin-top: 5px;
    }
    #UserNewAddressForm .jq_save_address {
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 100%;
    }
    .vs_modal_address .vs_modal_form .close .close {
        opacity: 1;
        background: #000;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 100%;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }
    .vs_modal_address .vs_modal_form .close {
        position: absolute;
        top: 20px;
        right: 10px;
        background: #000;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #jqAddUserAddressModal .vs_modal_address{
        margin-top: 60px;
    }
    #jqAddUserAddressModal{
        overflow: inherit;
    }
    .payment .review-logo {
        display: flex;
        flex-direction: column-reverse;
        margin: 0px;
        display: none;
    }
    .review-logo img {
        margin-top: 20px;
    }
    .payment .vs_modal_address {
        padding: 30px 0 0;
    }
    .payment .vs_payment_method ul{
        margin-right: 0px;
    }
    .vs_payment_method{
        margin-bottom: 15px;
    }
    .slider-part button.slick-prev.slick-arrow, 
    .slider-part button.slick-next.slick-arrow{
        background-size: 12px;
        padding: 25px 20px;
    }
    #jqviewuserlogin .modal-dialog.modal-lg {
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
        margin: 0px;
        height: auto;
    }
    #jqviewuserlogin {
        background: #fff;
    }
    :root {
        --space: 155px;
    }
    .listing-screen .tab-content .product-part .food-item-box{
        width: 50%;
    }
    .show-dish-detail .listing-screen .tab-content .product-part .food-item-box{
        width: 33.33%;
    }
    .product-part .food-item-box{
        padding-left: 5px;
        padding-right: 5px;
	position:relative;
	flex-direction:column;
    }
    .mid-section .product-part #best_seller_tab_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .dish-box h2, .dish-box h2 a, 
    span.rupee-text{
        font-size: 13px;
    }
    .dish-box>span {
        min-height: 33px;
        margin-top: 5px;
    }
    .dish-box-footer, 
    .dish-box p{
        margin-top: 10px;
    }
    .dish-box-footer {
        margin-top: auto;
	padding-top:10px;
    }

    .common-modal-footer a {
        font-size: 16px;
        line-height: 29px;
    }
    .common-modal .modal-dialog .modal-content .modal-body .form-group .input-icon img {
        max-width: 26px;
    }
    .common-modal .modal-dialog .modal-content .modal-body .form-group .input-icon{
        top: 13px;
    }
    .common-modal .modal-dialog .modal-content .modal-body .form-group .form-control{
        padding-left: 40px;
    }
    .has-error .help-block{
        margin-top: 7px;
    }
    .btn.btn-primary{
        font-size: 16px;
    }
    .otp-input .digit-group input{
        font-size: 20px;
    }
.donation-dish li {
    min-height: 170px !important;
    max-height: 170px !important;
}

    .food-section .donation-dish li {
        width: 100% !important;
    }
    .food-section .list-detail{
        margin:0px!important;
    }
}
@media screen and (max-width:620px) {
    .header-middle .left-search .vs_mobile_back {
        position: inherit;
    }
    .header-middle .left-search .address-part .vs_mobile_div h4 {
        margin-top: 0px;
        font-size: 13px;
    }
    .header-middle .left-search .address-part .vs_mobile_div h4:nth-child(2) {
        margin-top: 7px;
    }
    /* .show-dish-detail .dish-box-footer .qty-container {
        width: 48px;
    }
    .show-dish-detail .dish-box-footer .qty-container .input-qty {
        width: 16px;
    }
    .show-dish-detail .dish-box-footer .qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
        width: 16px;
    } */
    .show-dish-detail .top-filter-sec.detail {
        margin-top: 90px;
    }
    .show-dish-detail .dish-details .food-detail-box {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 15px;
    }
    .mid-section .tabing-part ul.nav {
        gap: 10px;
        justify-content: center;
    }
    .mid-section .tabing-part ul.nav li.nav-item button {
        font-size: 11px !important;
    }
    .food-detail-box .food-item-box .dish-box .dish-img img{
        width: 100%;
    }
    /* .tabing-part .nav-tabs li.nav-item{
        margin: 0px;
        padding: 0px;
        width: 100%;
    } */
    .dish-box h2, .dish-box h2 a, span.rupee-text {
        min-height: 30px;
        font-size: 12px;
    }
    .product-part .food-item-box{
        margin-bottom: 5px;
    }
    /* .detect_location_dropdown .d_location_box button {
        padding: 10px 10px;
        font-size: 13px;
        width: 100%;
    }
    .detect_location_dropdown .d_location_box span{
        display: none;
    }
    .detect_location_dropdown .d_location_box form{
        width: 100%;
    } */
    .detect_location_dropdown .d_location_box form input{
        font-size: 13px;
    }
    .detect_location_dropdown h5{
        font-size: 14px;
        margin-top: 15px;
    }
    .detect_location_dropdown .d_saved_add .saved_add{
        margin-bottom: 15px;
    }
    .detect_location_dropdown .d_saved_add .saved_add i {
        width: 10%;
    }
    .detect_location_dropdown .d_saved_add .saved_add .time {
        width: 90%;
    }
    .detect_location_dropdown .d_saved_add .saved_add .time p {
        width: 100%;
        white-space: initial;
        line-height: 140%;
    }
    .address-part h4 i>img {
        max-width: 14px;
    }
    .detect_location_dropdown .d_location_box {
        flex-direction: column;
    }
    .vs_proceed{
        max-width: 100%;
        width: 100%;
    }
    .top-coupon-search .left-search .form-control {
        font-size: 12px;
    }

    .top-coupon-search .coupon-button .gift-btn {
        font-size: 13px;
    }

    .coupon-item-list .coupon-list-data h3 {
        font-size: 13px;
    }

    .coupon-item-list .coupon-list-data p {
        font-size: 12px;
    }

    .coupon-item-list .coupon-badge>span {
        font-size: 12px;
        margin-top: 11px;
    }

    .coupon-item-list .coupon-list-data .coupon-terms .expand-term {
        font-size: 12px;
    }

    .coupon-item-list .coupon-list-data .apply-coupon-btn {
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 10px;
    }

    .cart_empty_box .inner-empty-box>figure img {
        max-width: 70px;
    }

    .cart_empty_box .inner-empty-box .add-btn {
        font-size: 12px;
    }

    .cart_empty_box .inner-empty-box span {
        font-size: 12px;
        margin-top: 10px;
    }

    .error-page.congrats figure img {
        max-width: 200px;
    }

    .error-page .gift-btn {
        margin-top: 30px;
    }

    .error-page .failed-msg-convery {
        display: none;
    }

    .common-modal-footer span {
        font-size: 18px;
        color: #000;
    }

    .mobile-list-view {
        display: block;
    }

    .desktop-list-view {
        display: none;
    }

    .food-detail-box .food-item-box .dish-box .dish-img img {
        height: 180px;
        object-fit: cover;
    }

    .footer-part ul li {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 25px;
    }

    .header-middle .left-search .address-part .back-btn-mobile img {
        width: 30px
    }

    .vs_mobile_user ul li a {
        display: flex;
    }

    .vs_mobile_user ul li a img {
        width: 20px;
        margin-right: 20px;
    }

    h2 {
        font-size: 14px !important;
    }

    .dish-box span,
    .dish-box p {
        font-size: 11px;
        line-height: unset;
        display: block;
    }

    .logo {
        display: none;
    }

    header {
        height: auto;
        padding: 20px 15px;
    }

    .header-middle {
        display: block;
        padding: 0;
    }

    .left-search {
        /* display: block; */
        padding: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .address-part {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header ul {
        display: none;
    }
/* 
    .search-bar {
        width: 100%!important;
    } */

    /* .product-part .row {
        gap: 5px;
        overflow-x: auto;
        margin: 0;
        padding: 5px 5px;
    } */

    .product-part .col-lg-2.col-md-2.col-4 {
        width: 48.9%;
        padding: 0;
    }

    .vs_cart_view_mobile .vs_proceed {
        width: 94%;
        left: 3%;
        bottom: 4%;
        padding: 10px;
        border-radius: 10px;
        z-index: 99;
        display: flex;
    }
    .vs_cart_view_mobile .vs_proceed .jqCartSideView {
        color: #fff;
    }

    .vs_cart_view_mobile .vs_proceed .time h4 span {
        text-decoration: line-through;
    }

    /* .tabing-part .nav-tabs {
        gap: 10px;
        justify-content: center;
         
    } */

    .tabing-part .nav-tabs .heading {
        position: absolute;
        top: 0;
        left: 0px;
        display: none;
    }

    .tabing-part .nav-tabs .heading h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .tabing-part .nav-tabs button {
        font-size: 13px !important;
    }
    /* .mid-section .product-part{
        margin-top: 15px;
    } */
    .product-part{
        margin-bottom: 0px;
    }

    .dish-box-footer {
        gap: unset;
        justify-content: space-between;
    }

    .add-btn {
        font-size: 10px;
    }

    /* h4 {
        font-size: 13px !important;
    } */

    .congrats p {
        font-size: 16px !important;
    }
    .congrats .order_update p br{
        display: none;
    }
    .congrats{
        height: 100vh;
    }
    .congrats .order_update p{
        color: #000;
    }

    .side_cart {
        width: 100%;
        right: -100%;
    }

    .side_cart.active {
        z-index: 999;
    }
    #jq_cart_side.side_cart.active{
        z-index: 999;
    }

    .vs_proceed {
        width: 100%;
    }

    /*.tabing-part {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0px;
    }*/
	.tab-content{
		margin-top:30px;
	}
    .dish-box {
        margin: 0px 0px 5px;
        padding: 5px 5px 0px 5px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    }

    footer.footer-part .row {
        flex-wrap: unset;
        gap: 10px;
        margin: 0;
        justify-content: space-between;
    }

    footer.footer-part .row .col-lg-3.col-md-3.col-12:last-child {
        display: none;
    }

    footer.footer-part .row .col-lg-3.col-md-3.col-12 {
        width: auto;
        padding: 0;
    }

    .footer-box ul li a {
        font-size: 12px;
        margin-bottom: 0px;
    }

    footer.footer-part h2 {
        font-size: 12px !important;
        margin-bottom: 0px;
    }

    .footer-box {
        margin-bottom: 30px;
    }

    .detect_location_dropdown {
        max-width: 355px;
    }
    header .address-part .dropdown-menu .detect_location_dropdown{
        max-width: 100%;
    }

    .detect_location_dropdown .d_location_box form input {
        width: 100%;
        padding: 15px;
    }

    .payment .vs_modal_address .logo {
        display: block;
        border: unset;
    }

    /* .side_cart.payment .vs_bill_details{
        display: none;
    } */

    .payment .container {
        max-width: 100%;
        padding: 0px;
    }

    .payment .vs_payment_method ul {
        margin: 0;
    }

    .payment .vs_mobile_back {
        position: inherit;
    }

    /* .payment a.back_icon {
        margin: 0px;
    } */

    .payment .vs_mobile_back a {
        color: var(--green);
        flex-direction: row;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    /* .side_cart.payment .vs_proceed {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 20px;
    } */

    .vs_mobile_back a {
        color: var(--green);
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
    .error-page.congrats .order_update p {
        color: var(--green);
    }
    .vs_mobile_back a img {
        height: 32px;
    }
    .vs_mobile_back {
        position: absolute;
        top: 2%;
        left: 3%;
        font-size: 20px;
        display: block !important;
    }

    .congrats .order_update {
        right: 50%;
        flex-direction: column;
        transform: translateX(50%);
        gap: 0px;
    }

    .tabing-part.listing-screen {
        flex-direction: row;
        gap: 15px;
    }

    .listing-screen .tab-content {
        width: 100%;
        padding-left: 0;
    }
    .address-part .vs_mobile_back {
        color: var(--green);
        font-size: 20px;
        display: block;
    }

    .top-filter-sec {
        margin-top: 140px;
        border: unset;
    }

    .list-filter ul {
        width: 200px;
        height: auto;
        /* z-index: 9; */
    }

    .list-filter li.init {
        padding: 15px 20px;
        color: #000;
    }

    .dish-box h2, .dish-box h2 a {
        font-size: 13px;
        min-height: 32px;
    }
    .food-detail-box .food-item-box .dish-box {
        flex-direction: column;
    }

    /* .listing-section.detail .tabing-part.listing-screen {

        flex-direction: column-reverse;
    } */

    /* .top-filter-sec.detail {
        display: none;
    } */

    .food-detail-box .detail-dish-right {
        padding: 20px 10px;
    }

    .food-detail-box {
        padding: 0;
    }

    /* .product-part .col-sm-12 {
        padding: 0;
    } */

    .food-detail-box .detail-dish-right .dish-box-footer {
        justify-content: space-between;
    }
    .dish-box-footer .create_combo ul {
        top: 100%;
        transform: translate(0%,0%);
        left: -6px;
        position: absolute;
        width: calc(100% - -12px);
    }

    /* .dish-box-footer .create_combo ul {
        width: -webkit-fill-available;
    } */

    .dish-box-footer .create_combo ul .combo_head .create_combo_btns .create_combo_search_img {
        top: 56px;
        right: 15px !important;
        left: inherit;
    }

    .dish-box-footer .create_combo ul .combo_head .create_combo_btns input {
        width: 100%;
    }

    /* .listing-section.detail .tabing-part.listing-screen .nav-tabs {

        width: 100%;
    } */
    /* .listing-section {
        margin-top: 120px;
    } */
    .common-modal .modal-dialog {
        padding: 80px 30px;
        position: fixed;
        width: 100%;
        left: 0;
        max-width: 100%;
        height: 100%;
        margin: 0;
        border-radius: unset;
    }

    .common-modal .modal-dialog .side_cart_head h6 {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .common-modal .side_cart_head i.fa-times {
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }
    .common-modal .side_cart_head h6>img {
        width: 32px;
    }
    .common-modal .side_cart_head .close-modal>img {
        width: 14px;
    }
    .common-modal .side_cart_head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px 0px 15px;
    }

    .common-modal .modal-dialog .modal-content .modal-body .modal-title.successfully {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, 200%);

        width: 100%;
    }

    .dropdown-menu-inner.vs_mobile_user .botttom-scanner {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .dropdown-menu-inner.vs_mobile_user {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .food-detail-box .detail-dish-right .dish-box-footer .right-price-detail {
        position: absolute;
        right: 20px;
        /*top: 220px;*/
        flex-direction: column;
        align-items: flex-end;
    }
    .food-detail-box .detail-dish-right .dish-box-footer .right-price-detail .rupee-text {
        font-size: 16px;
        margin-right: 0px;
    }
    .food-detail-box .detail-dish-right .dish-box-footer .right-price-detail .add-btn {
        width: auto;
        font-size: 13px;
        background: #0c831f;
        color: #fff;
        border: 0px;
        font-weight: 700;
    }
    .dish-detail-create-combo .create_combo {
        position: absolute;
        top: -26px;
        right: 0px;
    }
    .dish-detail-create-combo .food-detail-box {
        margin-top: 24px;
    }
    .dish-detail-create-combo .create_combo #create.active {
        position: absolute;
        top: 0px;
        width: calc(100% - 0px);
        left: 0px;
        border: 0px;
        padding: 0px;
    }
    .dish-detail-create-combo .create_combo {
        position: absolute;
        top: -26px;
        right: 0px;
        width: 100%;
    }
    .dish-detail-create-combo .create_combo>.create_combo_btn {
        position: absolute;
        right: 0px;
    }
    .dish-detail-create-combo .detail-dish-right {
        position: inherit;
    }
    span.rupee-text {
        font-size: 12px;
        /* letter-spacing: -.4px; */
        display: flex;
        align-items: center;
    }
    .bdBtSc{
        font-size: 14px;
    }
    .qty-container .input-qty,
    .qty-container .qty-btn-plus,
    .qty-container .qty-btn-minus {
        width: 18px !important;
    }
    .dish-box-footer .add-btn{
        width: 52px;
    }
    .external-pages {
        margin-top: 150px;
    }
    .address-part h4 {
        line-height: 110%;
    }
    /* .tabing-part.listing-screen .product-part .food-item-box {
        width: 50% !important;
        padding: 0px 5px;
    } */
    .top-filter-sec {
        margin-top: 143px;
    }
    .search-bar input {
        font-size: 14px;
    }
    .search-bar i img {
        width: 20px;
    }
    .search-bar i {
        top: 12px;
        left: 12px;
    }
    input.search-input{
        padding: 15px 40px;
    }
    .container{
        max-width: 100%;
    }
    .product-part .row{
        gap: 0px;
        padding: 0px;
        margin: 0px -5px;
    }
    .food-item-box{
        width: 50%;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /* .product-part .food-item-box{
        width: 50%;
    } */
    .faq-page {
        padding: 20px 0;
    }

    .faq-page .bhoechie-tab-container {
        display: block;
    }

    .faq-page .list-group {
        flex-direction: unset;
        flex-wrap: wrap;
        display: inline-flex;
    }

    .faq-page .list-group-item {
        width: 33.3%;
        float: left;
        padding: 5px;
        font-size: 12px;
        min-height: 82px;
        border-left: none;
        display: inline-block;
        border-radius: 0 !important;
    }

    .faq-page .list-group-item:after {
        display: none;
    }

    .faq-page .row {
        margin: 0px;
    }

    .board-inner .nav-tabs li a {
        height: 52px;
        width: 52px;
        font-size: 14px;
    }
    .payment-method .list-group{    display: flex;
        flex-direction: row;}
    .payment-method .list-group a{
        width:100%;
    }
    .payment-method .list-group a:before{
        display:none;
    }
}
@media (max-width: 375px){
    .qty-container .input-qty, .qty-container .qty-btn-plus, .qty-container .qty-btn-minus {
        width: 15px !important;
    }
    .qty-container .input-qty {
        font-size: 11px;
    }
    .dish-box-footer .add-btn {
        width: 40px;
    }
    .food-detail-box .qty-container .input-qty,
    .food-detail-box .qty-container .qty-btn-plus,
    .food-detail-box .qty-container .qty-btn-minus {
        width: 18px !important;
    }
    .food-detail-box .dish-box-footer .add-btn {
        width: 40px;
    }
}
.backbtn  {
    position: absolute;
    top: 2%;
    left: 3%;
    font-size: 20px;
    display: block !important;
}
.backbtn a {
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.backbtn a img {
    height: 32px;
}