﻿/* main-body */
.main-body {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding: 0px;
	min-height: 100vh
}
.nearby_sidenav {
  max-width: 383px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  height: 100vh;
  overflow: auto;
}

.wrapper {
  max-width: calc(100% - 383px);
  width: 100%;
  height: 100vh;
  overflow: auto;
  margin-right: -15px;
}
/* Map */
#map {
  height: 100vh;
}
/* Sidebar nav */
.input-group {
 box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
	margin: 0 10px;
	width: calc(100% - 20px);
	border-radius: 10px;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#basic-search {
  background: #fff;
  border: none;
  height: 50px;
  color: #595959;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 14px;
  cursor: pointer;
}
.input-group-text {
	    padding: 0.375rem 1rem;
}

.nav-tabs .nav-link {
	margin: 10px 0;
    width: 100%;
	    padding: 7px 30px;
}
.nearby_sidenav .nav{
	
	justify-content: stretch;
    width: 100%;
    /* justify-content: space-between; */
    gap: 5px;
    flex-wrap: nowrap;
    padding: 0 10px;
	
}
.search-bar input {
    background: #fff;
    border: none;
    height: 50px;
   color: #000000;
    border-radius: 4px;
    padding-left: 14px;
	
}

.search-bar {
	margin-bottom: 10px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000000!important;
  opacity: 1; /* Firefox */
}
.accordion-flush .accordion-button {
	font-size: 1rem;
}
.accordion-button {
  border-radius: 4px !important;
  border: none;
  padding: 1rem 0.85rem;
  text-transform: inherit !important;
  color: #A7A9AB !important;
  font-size: 18px;
}
.accordion-button::after {
  background-image: url(../../assets/images/accordion-open-black.svg);
}
#basic-search img {
  width: 16px;
}
.collapse-text {
  color: #3E342F !important;
  font-size: 16px;
  font-weight: bold;
}
.custom-accodion {
  border-radius: 5px;
  margin: 5px 0px;
  padding: 0px 8px 0px 8px;
}
.accodion-icon {
  position: absolute;
  right: 13px;
}
.custom-accodion .accordion-body {
  padding: 0.6rem 0.45rem;
  background-color: #fff;
	border-radius: 10px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/images/minus.svg");
  transform: rotate(180deg);
}
.main {
  display: flex;
  justify-content: space-between;
}
.main div {
  width: 100%;
  position: relative;
}
select.form-select {
  width: 100%;
  height: 37px;
  background-color: #EDECE8;
  border: none;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 14px;
  color: #595959;
}
/*.accordion-button:focus, .form-select:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    color: black;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}*/





.restaurant-detail {
  background: white;
 
  border-radius: 10px;
  margin: 5px 8px 5px 8px;
/*	 padding: 20px;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);*/
	float: left;
	position: relative;
	 width: calc(100% - 15px);
	margin-bottom: 30px;
}
.accordion-item:last-of-type .accordion-collapse {
	box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
}
.restaurant-detail .title {
  color: #E4002b;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    padding: 5px;
    background: url(../../assets/images/location.svg) no-repeat 0 center / 16px auto;
    padding-left: 30px;
    padding-right: 0;
    float: left;
    padding-top: 4px;
	margin-bottom: 10px;
}
.restaurant-detail-top-bar {
  padding: 3px 0 10px;
  position: relative;
	padding-bottom: 0;
}
.restaurant-detail-top-bar div {
  font-size: 15px;
  color: #000000;
  line-height: 24px;
	float: left;
	width: 100%;
}
.restaurant-detail-top-bar div a {
	 color: #000000;
}
.restaurant-detail-top-bar div a:hover {
	 color: #C63663;
}
.restaurant-detail-top-bar:after {
  content: '';

  bottom: 0;
  position: absolute;
  z-index: 31;
  left: -14px;
  right: -14px;
  opacity: 0.2;
}
.select-restaurant-src {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select-restaurant-src div img {
  width: 12px;
}
.select-restaurant-src div {
  font-size: 13px;
    color: #000000;
    line-height: 2;
    width: 50%;
    padding: 2px;
}
.restaurant-detail-top-bar div img {
  height: 18px;
  margin: 15px 7px;
	margin-left: 0;
}



.action-btns button.btn-primary img {
  width: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.action-btns {
  padding: 20px 0;
	padding-bottom: 0;
	border-top: solid 1px #EDECE8;
	margin-top: 10px;
}
.action-btns button {

  width: 100%;
font-size: .85rem;
  border-radius: 10px;
}
.action-btns button:hover {
  color: #ffffff;
  width: 100%;
  background: #E4002b;

}
.action-btns button.btn-primary {
  background: #C63663;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.action-btns button.btn-primary:hover {
  background: #E4002b;
  color: #ffffff;
  border-color: #E4002b;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.action-btns img {
  width: 10px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.mobile-view {
  display: none;
}
/* The checkbox-design */
.checkbox-design {
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 27px;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}


.checkbox-design input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
.checkbox-design:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-design input:checked ~ .checkmark {
  background-color: #E4002b;
  border: #E4002b !important;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-design input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-design .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.accordion-button.menu-txt {
    color: #FF6E13!important;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
}
.accordion-button.menu-txt:not(.collapsed)::after {
            background-image: url("../../assets/images/right-arrow-acc.svg");
            transform: rotate(90deg);
        }

    .accordion-button.menu-txt::after {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-left: auto;
        content: "";
        background-image: url("../../assets/images/right-arrow-acc.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }


.white-btn-main-bx {
  position: absolute;
  left: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  z-index: 1000;
  top: 60px;
}
.white-btn-bx {
  width: auto;
  min-width: 1045px;
}
.white-btn {
  padding: 6px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  float: left;
  width: auto;
  margin-right: 10px;
  text-align: center;
	cursor: pointer;
	transition: all ease-in .3s;
}
.white-btn img {
  height: 12px;
  margin-right: 5px;
}

.white-btn:hover {
	background-color: #C63663;
	color: #ffffff;
	
}
.white-btn:hover img {
	 -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.responsive-map {
  position: relative;
}

@media (max-width: 1440px) {
.accordion-button.menu-txt {
    
    font-size: 18px;
}
}

@media (max-width:767px) {
	
	.accordion-button.menu-txt {
    
    font-size: 20px;

}
	
  .accordion-item {
    padding-right: 0px;
  }
  .main-body {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	  height: auto;
  }
  .nearby_sidenav {
    max-width: 100%;
    position: relative;
    height: auto;
    overflow: auto;
    order: 2;
  }
  .wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    z-index: 1;
    height: 260px;
  }
  #map {
    height: 260px;
  }
  .mobile-view {
    display: block;
  }
}
.fav-ic-box {
    width: 20px;
    position: absolute;
    top: 9px!important;
    right: 10px!important;
    z-index: 1000;
}
