*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
iconify-icon{
    margin-top: 2px;
}
:root{
    --set-CLR-1:#46BF35;
    --set-CLR-2:#393F44;
    --set-CLR-3:#fff;
    --set-MinW-1:320px;
    --set-TS-1: 0.3s ease-in-out;
}
.info-window{
    max-width:100%;
}
.info-window .info-title{
    margin-bottom: 0px;
    text-align: center;
}
#border-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

body{
    font-family: "Roboto", sans-serif;
}

.ff_cabin{
    font-family: "Cabin", sans-serif !important;
}

.link-1{
    color: #000;
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
.link-2{
    color: #fff;
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
.link-2:hover{
    color: var(--set-CLR-1);
}
.link-1:hover{
    color: var(--set-CLR-1);
}

.btn-1{
    text-decoration: none;
    border: 1px solid #a0a0a0;
    padding: 10px 20px;
    background: #fff;
    color: #393F44;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.btn-3{
    border: 1px solid #a0a0a0;
    padding: 5px 15px;
    background: #fff;
    color: #393F44;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.btn-3:hover{
    background:#f0f0f0;
}
.btn-3.active{
    background: #000;
    color: #fff;
}

.btn-1:hover{
    color: var(--set-CLR-1);
}
.btn-2{
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.btn-2:hover{
    color: var(--set-CLR-1);
}

.row{
    width: 1000px;
    max-width: 100%;
}

.search_box{
    max-width: 100%;
    width:600px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    height: 40px;
    padding: 5px;
}
.search_box input{
    background: transparent;
    border: none;
    outline: none;
    height: 100%;
    padding: 0 10px;
    flex:1;
}
.btn-4{
    border:none;
    outline:none;
    padding: 5px 15px;
    background: #46BF35;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.v_devider{
    height: 100%;
    width: 2px;
   background: #f0f0f0;
}
.h_divider{
    width: 100%;
    height: 2px;
    background: #f0f0f0;
}




.food_list_container{
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.food_content{
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.food_thumbnail{
    height: 100px;
    width: 100px;
}

.food_thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.food_rating{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.select-1{
    border:none;
    border-radius:5px;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 table td{
    padding:0 5px;
}
 table td:first-child{
     padding:0 0;
 }
 table td:last-child{
     padding:0 0;
 }
.food_list_card{
    background: #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    width: 100%;
    container-type: inline-size;
    container-name: food_list_card;
}

@container food_list_card (min-width: 700px) {
    
}




.food_details{
   flex: 1;
    min-width: 120px;
}

.food_title{
    font-size: 18px;
    font-weight: 400;
}

.food_description{
    font-size: 14px;
}
#sm_nav_bar{
    visibility:hidden;
    opacity:0;
    transition:0.3s ease-in-out;
}
#sm_nav_bar.active{
    visibility:visible;
    opacity:1;
}
#map{
    position: sticky !important;
    top: 100px;
    height:800px;
    min-width:400px;
}
.crossBtn{
    position:absolute;
    cursor:pointer;
    right:20px;
    top:20px;
    color:var(--set-CLR-1);
}
.sm-block{
     display:none !important;
}
.sm-db{
     display:none;
}
@media screen and (max-width: 600px) {
    .sm-dn{
        display:none !important;
    }
    .sm-block{
        display:block !important;
    }
    .sm-db{
         display:block;
    }
    #map{
        min-width: 250px;
        max-width:100%
    }
}



.custom_select{
    position: relative;
}
.custom_select .title{
    padding:5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_select .content{
    visibility: hidden;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*transition: 0.3s ease-in-out;*/
    opacity: 0;
    z-index: 10;
    max-height:0;
    overflow:hidden;
}
.custom_select.active .content{
    visibility: visible;
    opacity: 1;
    max-height:200px;
    overflow:auto;
}
.custom_select .title iconify-icon{
    transition: 0.3s ease-in-out;
}
.custom_select.active .title iconify-icon{
    rotate: 180deg;
}
.custom_select .content ul{
    width: max-content;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}
.custom_select .content ul li{
    padding: 5px;
    padding-right: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom_select .content ul li iconify-icon{
    visibility: hidden;
}
.custom_select .content ul li.active iconify-icon{
    visibility: visible;
}
.custom_select .content ul li:hover{
    background: #F5F5F5;
}
.review_container{
    background: #f0f0f0;
    border: 1px solid rgba(200, 201, 202, 1);
    border-radius: 5px;
    padding: 10px;
}

.rating {
    cursor: pointer;
    color: var(--set-CLR-1);
}
.rating [icon="ph:star-fill"] {
    display: none;
}
.rating.active [icon="ph:star-light"] {
    display: none;
}
.rating.active [icon="ph:star-fill"] {
    display: block;
}



















