.meal_tab_section .filter-button {
    margin-bottom: 30px;
	/* background:#3ecf8e !important; */
}

.meal_tab_section  .filter-button.active {
    background-color: #ff3008!important;
    color:#fff;
}
.fixed-section{
	position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    z-index: 100;
	background:#f3f7f8;
    left: 0;
	text-align:center;
	border:2px solid #d4dee0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.fixed-section .fixed-border-area{
	border-right:2px solid #d4dee0;
	padding:5px;
}
.fixed-section .fixed-border-area:last-child{
	border-right:none;
	padding:5px;
}
p{
	font-size:12px;
}
.fixed-section .fixed-link{
	font-size: 1.25rem;
}
.hm_category .osahan-category-item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 2px 0 8px 0;
}
.hm_category .osahan-category-item p {
    margin: 0px;
    font-size: 12px;
    margin-top: -30px;
    margin-bottom: 15px;
    color: #fff;
}
.hm_category .osahan-category-item h6{
    color: #000000;
}
.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 15px;
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 575.98px) {
    .fixed-section{
        display: block;
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff3008;
    background-color: #ff3008;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bac8f3;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #858796;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #eaecf4;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff3008;
    background-color: #ff3008;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff3008;
    background-color: #ff3008;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff3008;
    background-color: #ff3008;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bac8f3;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #858796;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #eaecf4;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #b7b9cc solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.35rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff3008 ;
    background-color: #ff3008 ;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(78, 115, 223, 0.5);
}


/* index custom css */

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus{
    box-shadow: none;
}

.custom-control-input:radio~.custom-control-label::before {
    color: #fff;
    border-color: none;
    background-color: none;
}


 /*Gufran Css*/
.bg-gradient-primary-1{

    background-color: rgb(255, 123, 0) !important;
}
.sidebar-after{

    z-index: -1;
}
.sidebar-after::after{

    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ff3008 ;
    top: 3%;
    left: -5px;
    border-bottom-right-radius: 30px;

}
.sidebar-hover-effect li:hover{

    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}
 .sidebar-hover-effect .nav-item .nav-link:hover{

    color: #ff3008!important;
}
.sidebar-hover-effect .nav-item .nav-link:hover i{

    color: #ff3008!important;
}
.btn-primary-cstm .btn{

   padding: 10px 20px!important;
   background: #ff3008!important;
   color: #fff!important;
}
.btn-edit-cstm .btn-success{

   margin-top: 5px!important;

}
.btn-edit-cstm .btn-success i{

    /* font-size: 18px;
   margin-left: 14px; */
}
.btn-edit-cstm .btn-danger{

   margin-top: 5px!important;

}
.btn-edit-cstm .btn-danger i{

    /* font-size: 15px;
   margin-top: 4px; */
}
.rounded-table{

   /* background-color:#cfc9c9!important;*/
    padding: 10px;
    border-radius: 20px;
  /* box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3); */
}

.btn-danger-2{

    padding: 8px 30px!important;
    background-color:#ff3008 ;
   color: #fff;
}
.btn-danger-2:hover{

    color: #fff;
}
.btn-book:hover{

  background-color: transparent!important;
  color: #3ecf8e!important;
  font-size: 18px;
}
.modal-header-2{

    border-bottom: 2px solid #3ecf8e!important;
}
.exit-btn button{

    border: none;
    background-color: #ff3008;
    border-radius: 3px;
}
.exit-btn button i{

    font-size: 13px;
    color: #fff;
}

@media(min-width: 925px){

  .padding-left-table{

    padding-left: 0px!important;
  }
}

.toast{
    margin-top: 50px;
    position: absolute;
    right: 5%;
}

.homepage-ad .item img{
    height: 400px;
    padding-right: 2px;
}

@media (max-width: 575.98px){
    .homepage-ad .item img{
        height: 200px;
        width: 100%;
    }
   .rate {
        float: left;
        height: 25px;
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .osahan-nav {
        padding: 5px 15px;
    }
}


/* range slider */
@media (max-width: 575.98px) {
    .toast1 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .range-slider-meal {
        width: 100%;
    }
}
.logo{
    height: 100px;
}
.img-home{
    width: 100%;
    height: 200px;
}
.select-text {
    margin-top: -20px;
}
@media (max-width: 575.98px) {
    .select-text {
        margin-top: 0px;
    }
    /*.custom-select, .select2, .select2 span{
    	width:170px !important;
    	
    }*/
}

@media (max-width: 575.98px){
	.img-home{
		height: auto!important;
	}
	.desktop_btn_veg{
        display:none;    
    }
    .mobile_btn_veg {
        display: block!important;
        visibility: inherit;
        float: right;
        /*margin-right: 20px; */
    }
}
.mobile_btn_veg{
    display:none;
}

.vegonly {
    border: 1px solid rgb(42, 109, 201);
    background-color: white !important;
    color: #3ecf8e !important;
}
.vegonly.active{
    background-color: #3ecf8e !important;
    border-color: #3ecf8e !important;
    color: #fff !important;
}

.brand-box {
    position: relative;
    padding: 2.3em 0.1em 0.3em 4.5em;
    margin: -2em 0 0 0.1em;
    line-height: 1.4;
    margin-bottom: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-image-box {
    padding: 2px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #fff;
}
.brand-box .brand-image-box .brand_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.list-card .favourite-heart1 {
    background: #3ecf8e !important;
    width: 60px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 0 0.5em;
    border-bottom-left-radius: 0.6666667em;
}
.list-card .heart2 {
    width: 120px !important;
}
.list-card .favourite-heart {
    top: 0;
    right: 0;
}
.list-card .badge-orders {
    background: #ff3008 !important;
    width: 98px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    top: 0;
    left: 0;
    padding: 0 0.5em;
    border-bottom-right-radius: 0.6666667em;
}
.list-card .member-plan {
    right: 0px!important;
    top: 0px;
    left:inherit;
}

.cat-names{
    font-size: 75%;
    font-weight: 700;
    background-color: white !important;
    color: #000 !important;
    border-radius: 10px;
    height: 30px;
    line-height: 15px;
    padding: 5px;
}

.tag_badge{
    background-color: #fff !important;
    border:1px solid #3ecf8e !important;   
    border-radius: 0.25rem!important;
    margin-top: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{
    display: initial!important;
}
.select2-container--classic .select2-selection--multiple{
    margin-top:-29px;
    padding: 4px 10px;
    border: 1px solid #ced4da!important;
    font-weight: bold;
    height: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.select2-container--classic .select2-search--inline .select2-search__field{
	width:100%!important;
	color: #495057;
	
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #495057 !important;
    font-weight: bold!important;
    font-size:1rem!important;
}
.custom-select{
    height: 40px; 
    width:200px; 
    font-weight: bold; 
    margin-top: -29px;
}
.select2, .select2 span{
    width:200px!important;
}
.rating-card-section .card-body.show{
    padding:10px 0px;
}
.rating-card-section .card-block {
    /*width: 140px; */
    border-radius: 5px !important;
    /*margin: 0px 5px; */
}
.rating-card-section .radio{
    width: auto;
}
.rating_txt_area textarea{
    border-bottom: 2px solid #545454;
    border-top: none;
    border-left: none;
    border-right: none;
    padding:0px;
}
.rating_txt_area textarea:focus {
    color: #545454;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #545454;
}
.seller-grid-section{
    padding:45px 0px;
}
.seller-grid-section .seller-grid-box {
    background-color: #f8f8f8;
    padding: calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 14px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgb(34 34 34 / 5%);
    box-shadow: 0 0 10px rgb(34 34 34 / 5%);
    display: block;
    height: 350px;
}
.seller-grid-section .brand-box{
    padding: 2.3em 0.1em 4.3em 4.5em;
    margin: 0em 0 0 0.1em;
}
.seller-grid-section .brand-image-box {
    padding: 2px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background: #fff;
}
.seller-grid-box .grid-image .contain-name .since-number {
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.seller-grid-box h6 {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.seller-grid-box .grid-image .contain-name .since-number .product-rating {
    margin-left: auto;
}
.seller-grid-box .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.seller-grid-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.seller-grid-box ul {
    padding-left: 0;
    margin-bottom: 0;
}
.seller-grid-box ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 0;
}
.seller-grid-box .ms-2 {
    margin-left: 0.5rem !important;
}
.seller-grid-box  .since-number {
    display: flex;
    justify-content: space-between;
}
.seller-grid-box .grid-contain{
    padding:20px;
}
.seller-grid-box .grid-contain .seller-contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 25px;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: var(--theme-color);
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 {
    line-height: 1.6;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    color: #222;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .contact-detail h5 span {
    color: #4a5568;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.seller-grid-box .grid-contain .seller-contact-details .saller-contact .seller-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: var(--theme-color);
}
.seller-grid-box .grid-contain .seller-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.seller-grid-box .grid-contain .seller-category .product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.seller-grid-box .grid-contain .seller-category .product-image li {
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    -webkit-box-shadow: 0 0 2px rgb(34 34 34 / 20%);
    box-shadow: 0 0 2px rgb(34 34 34 / 20%);
    color: #4a5568;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.seller-grid-box .grid-contain .seller-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.seller-grid-box .grid-contain .seller-category .product-image li:last-child {
    padding-top: 5px;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
.seller-grid-box .grid-contain .seller-category .btn-success{
   box-shadow: inset 0 -3px 0 rgba(0,0,0,.15); 
}
.vender_list_details .imx_bx{
   
    padding:10px;
}

.vender_list_details .restaurant-detailed-header-left img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit: contain;
    background: #fff;
}
.vender_list_details_card{
    padding:45px 0px;
}
.add-new-address {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.plan-menu-area {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    padding-top:10px;
    padding-bottom:10px;
}
.plan-menu-area .btn {
    font-size: 12px;
    font-weight: bold;
}


.myaccordion .card .card-header {
  border: none;
  padding: 0px;
  background:#fff;
  border-radius:10px;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  padding: 0px;
}
.myaccordion .fa-stack {
    font-size: 12px;
    color: #fff;
    background: #3ecf8e;
    position: relative;
    width:50px;
    border-radius: 10px;
}
.myaccordion .btn {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 2px 5px;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li + li {
  margin-top: 10px;
}
.btn-danger, .badge-danger{
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.15);
}

.vender_pg_before::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 1;
}
.vender_pg_before h1, .vender_pg_before h6{
       color: #fff!important;
    position: inherit;
}
a.custom_bl_time:hover, a.custom_bl_time:focus{
    color:#3ecf8e !important;
    cursor: default;
}
a.custom_bl_non:hover, a.custom_bl_non:focus{
    color:#ff3008 !important;
    cursor: default;
}


.sidebar .sidebar-widget {
    margin: 0 0 30px;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 5px;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 22px;
    position: relative;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff3008;
}
.category-box li {
    position: relative;
}
.category-box li a {
    color: #666666;
    font-weight: 500;
    padding: 8px 10px 8px 25px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}
.category-box li:first-child a {
    padding-top: 0;
}
.pp-post-item {
    margin: 0 0 20px;
}
.pp-post-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-box li:first-child a i {
    top: 5px;
}
.category-box li a i {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    color: #ff3008;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
}
.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-top: -3px;
}

.pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
}
.pp-post-item .pp-post-info h6 a {
    color: #000;
}
.pp-post-item .pp-post-info .pp-post-date {
    font-size: 14px;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 22px;
    color: #666666;
}
.pp-post-item .pp-post-info .pp-post-date i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #ff3008;
}
#invitebox-href{
    display:none;
}

.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input {
    position: relative;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input .form-control {
    padding-left: 45px;
}   
.location-modal .modal-dialog .modal-content .modal-body .location-list .search-input i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 17px;
    color: #4a5568;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid #ececec;
    margin-top: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .disabled-box h6 {
    color: #4a5568;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-height, .pac-container {
    max-height: 115px;
    overflow-y: auto;
    height: 100%;
}
.hdpi.pac-logo:after{
    display:none;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li {
    display: block;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a , #editModal li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(10px + (10 - 10) * ((100vw - 320px) / (1920 - 320))) calc(7px + (14 - 7) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a h6 {
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a span , #u_m_address{
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    font-weight: 500;
    /*border: 1px solid #e2e2ec;*/
    color: #9b9bb4;
    padding: 3px 10px;
    border-radius: 30px;
    display: block;
    padding-left:30px;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li{
    border-bottom: 1px solid #e2e2ec;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#9b9bb4;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.location-modal .modal-dialog .modal-content .modal-body .location-list .location-select li a:hover h6 {
    color: #9b9bb4;
}
.current-location a img{
    margin-top: -5px;
}
.location-modal .modal-dialog .modal-content .modal-header {
    display: block;
    padding: calc(13px + (30 - 13) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: 0;
    border-bottom: none;
}
.location-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px;
    width: 95%;
    margin-top: -4px;
}
.location-modal .modal-dialog .modal-content .modal-header p {
    margin-bottom: 0;
    line-height: 1.6;
}
.location-modal .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color:#9b9bb4;
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin: 0;
    padding: 8px;
    z-index: 1;
}
.current-location{
    margin-top: 15px;
}
.current-location a > span{
    margin-left: 10px;
    color:#000000;
    font-size: 18px;
}
.current-location a{
   
    color:#000000;
}
.location-select{
    padding: 0px;
    position: relative;
}

.location-select i , #editModal .d_flex_new a i{
    position: absolute;
    top: -12px;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    color: #4a5568;
}
.custom_fll_modal .modal-dialog {
    margin:auto!important;
    left: auto;
   
}

/* width */
.location-select::-webkit-scrollbar, .pac-container::-webkit-scrollbar, .saved_add::-webkit-scrollbar{
    width: 5px;
}
/* Track */
.location-select::-webkit-scrollbar-track, .pac-container::-webkit-scrollbar-track, .saved_add::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
/* Handle */
.location-select::-webkit-scrollbar-thumb, .pac-container::-webkit-scrollbar-thumb, .saved_add::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.location-select::-webkit-scrollbar-thumb:hover, .pac-container::-webkit-scrollbar-thumb:hover, .saved_add::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.cl_border{
    border: 1px solid #ececec;
}
.d_flex_new {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
}

.my_loc_content .modal-header {
    display: block;
    padding: 0px!important;
    padding-bottom: 0;
    border-bottom: none;
}

.my_loc_content .modal-header .btn-close {
    position: absolute;
    top:0px!important;
    right:0px!important;
    background-color: #bf1212!important;
    padding:3px!important;
    opacity: 1;
    background-image: none;
    border-radius: 4px;
    font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    margin: 0;
    padding: 4px;
    z-index: 1;
}

#editModal .modal-content, #addressModal .modal-content, #locationModal .modal-content{
    border-radius: 0.4rem!important;
    border: none;
    overflow: inherit;
}
#editModal .modal-dialog , #addressModal .modal-dialog, #locationModal .modal-dialog{
    max-width: 500px!important;
    margin: 1.75rem auto!important;
}

@media (min-width: 576px){
    #editModal .modal-dialog , #addressModal .modal-dialog , #locationModal .modal-dialog {
        max-width: 500px!important;
        margin: 1.75rem auto!important;
    }
   #filter_data h1{
       font-size:14px!important;
   }
}

.my_mb_bn{
     display:block;
}
.my_loc_list{
    display:none;
}
@media (min-width: 576px){ 
    .my_mb_bn{
        display:none;
    }
    .my_loc_list{
        display:block;
    }
   
}

.my_tool_area {
    position: absolute;
    z-index: 250;
    background-color:rgb(230, 65, 37);
    border-radius: 6px;
    top:90px;
    padding: 16px;
    width: 240px;
    margin-left: 24px;
}
.txt_tool{
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: left;
    line-height: normal;
}
.btn_tl{
    color:#000;
    padding:5px;
    font-size:11px;
    background:white;
    border-radius:2px;
}
.arl{
        width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(230, 65, 37);
    position: absolute;
    top: -10px;
    left: 50px;
}

.saved_add{
    padding: 0px;
    position: relative;
    
}
.saved_add li {
    display: block;
    border-bottom: 1px solid #e2e2ec;
    padding: 10px;
}
.saved_add li a i {
    position: absolute;
    margin-top: 5px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    color: #4a5568;
}
.saved_add li a span {
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    font-weight: 500;
    /* border: 1px solid #e2e2ec; */
    color: #9b9bb4;
    padding: 3px 10px;
    border-radius: 30px;
    display: block;
    padding-left: 30px;
}
.saved_add li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #9b9bb4;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.saved_add li a h6 {
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
}
.my_h5{
    margin-bottom:20px;
}
.my_cart_check{
    
    border-radius: 5px;
    margin-bottom: 15px;
    
}
.selected.osahan-category-item{
    border: 1px solid #ff3008!important;
}

.my_cpn{
    position: relative;
}
#rateFood{
    margin-top:30px;
}