.avail-btn-time {
    overflow-x: auto;
    cursor: pointer;
}
.avail-btn-time::-webkit-scrollbar {
    display: none;
}
a.salon_store {
    text-decoration: none;
    color: unset;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.listing-left-sec.shfull-ltbar {
    width: 100%;
    padding-right: 0;
}
.saloon-listing-card {
    gap: 20px;
}
.listing-right-sec.hd-rtbar {
    display: none;
}
select#categrys {
    border: 2px solid #563c3b;
    height: 61px; 
}
div#discountfrom .modal-dialog {
max-width: 85%;
    }
    .card {
    word-wrap: break-word;
    background-clip: initial;
    background-color: #fff;
    border: 1px solid #d1d7d7;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

.avail-btn-time {
    display: flex;
    gap: 6px;
}
.timevail {
    width: 30.957px;
    height: 20.517px;
    background: #563C3B;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avail-txt {
    color: rgb(34 34 34);
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.saloon-price p {
    margin-bottom: 0;
    color: #000;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.saloon-rate-price {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.listing-othr-cont {
    padding-bottom: 15px;
}
.saloon-avail {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 3%;
    align-items: center;
}
  @media (max-width:767px)
  {
	  body.saloon-map .listing-locmap-cont {
    padding: 50px;
    display: flex;
    flex-direction: column-reverse;
}
div#discountfrom .modal-dialog {
    margin: 0.5rem auto;
}
.listing-left-sec
{
	width:100%;
}
  }
  .saloon-listing-card .list-card {
    width: 30%;
    max-width: 526px;
}
.listing-locmap-cont {
    padding: 150px 0px 0px 0px;
    max-width: 1080px;
    margin: auto;
}
@media (max-width:767px)
{
	/* .listing-locmap-cont
{
	padding:115px 14px 0px 14px ;
} */
}
.mapboxgl-map {
    overflow: inherit !important;
    height: 528px !important;
    border-radius: 20px;
    filter: grayscale(1);
}
@media (min-width:1600px){
.shfull-ltbar .saloon-listing-card
{
	gap: 31px !important;
}
}

.saloon-rate-price .rating .review-box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px 10px; */
    border-radius: 5px;
    color: #333; /* Ensure text is visible against the background */
    font-size: 14px;
    /* margin-top: 10px; Adjust as needed */
}

.saloon-rate-price .rating .review-box span {
    margin-right: 5px; /* Adjust space between text and star */
}

@media (max-width: 500px) {
    .saloon-listing-card .list-card {
        width: 100%;
        max-width: 100%;
    }
    body.saloon-map .listing-locmap-cont{
        padding: 20px;
    }
}
@media (max-width: 480px) {
   .mapboxgl-map {
        height: auto !important;
        margin-bottom: 35px;
        margin-top: 24px;
    }
    .saloon-price p {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
    margin-top: 0;
}
.rating span {
    font-weight: 700;
}
.avail-btn-time {
    font-size: 12px;
    color: #00000080;
}
}