.custom-cont {
  width: 80%;
  margin: 0 10%;
}
.category-bar {
  background: #337ab7;
}
.categories {
  width: 90%;
  margin: 0 8vw;
  padding: 0.2rem;
}
.cat col-sm {
  margin: 0.3rem;
  background: white;
}
.slider-item {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: inline-flex;
  border-radius: 5px;
  margin-right: 15px;
  /* background-color: #0762cc; */
  /* color: white;*/
}
.cat-item span {
  color: white;
}
.cat-wrap {
  background-color: blue;
}
.bevrage {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bevrage h4 {
  background: #337ab7;
  display: inline;
  padding: 0.5rem;
  border-radius: 11px;
}
.food-blog {
  border: 1px solid #efefef;
  box-shadow: 1px 2px 6px #c3c3c3;
  border-radius: 12px;
  padding: 12px;
  margin: 12px;
}
.food-blog img {
  width: 13vw;
}
/* .food-blog span{
    font-size: 1vw;
} */
.time span:last-child {
  /* float:right; */
}
.sitting {
  margin-top: 3rem;
}
.sitting-area {
  margin: 0px;
}
.sitting-area img {
  width: 20vw;
  height: 10vw;
  object-fit: initial;
}
.sitting-data {
  text-align: right;
  margin-bottom: 2rem;
}
.sitting-type span {
  padding: 0 1vw;
}
.sitting-data div,
.blog-desc span,
.time span,
.type span,
.bevrage h4 {
  font-size: 0.9vw;
}
.sitting-area p {
  display: inline-block;
}
.modal-data {
  border-radius: 3px;
}
.rate-status {
  border: solid 1px;
  padding: 0.6rem;
  border-radius: 4px;
}
/* .open-now span:nth-child(2) {
    margin: 0px 4vw
} */
.open-now span:last-child {
  float: right;
}
.enquire {
  margin-top: 1rem;
}
.enquire span:last-child {
  float: right;
}
.category_more {
  display: none;
}
.location_select {
  /* float: right; */
}
.shop_cat {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: solid 1px #efefef;
  padding: 1rem;
  background: #f4f4f4;
}
.slide_auto {
  margin-top: 7rem;
  font-size: 32px;
}

/*Rating*/
.rate_rating {
  float: left;
}
.rating {
  border: none;
}

.rating > input {
  display: none;
}
.rating > label:before {
  margin: 1px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: fixed;
}

.rating > label {
  color: #ddd;
  float: right;
}
.category-box img {
  width: 100%;
  height: 10vw;
  object-fit: initial;
}
.text input {
  border-radius: 7px;
  background: #f4f4f4;
  border: solid 1px #bdb1b1;
}
.rate_range h5 {
  color: black;
}

::marker {
  color: black;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
  .rating:not(:checked) > label:hover, /* hover current star */
  .rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
  .rating > input:checked ~ label:hover,
  .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
  .rating > input:checked ~ label:hover ~ label {
  color: #ffed85;
}

@media only screen and (min-width: 550px) and (max-width: 952) {
  .main_container {
    margin-top: 11rem;
  }
}

@media (max-width: 952px) {
  .sitting-data {
    text-align: left;
    margin-bottom: 0rem;
  }
  .category_show {
    display: none;
  }
  .category_more {
    display: block;
  }
  .food-blog span,
  .sitting-data div,
  .sitting-type div {
    font-size: 0.7rem;
  }
  .modal-data {
    float: right;
    display: inline-block;
  }
  .custom-cont {
    width: 100%;
    margin: auto;
  }
  .sitting-area img {
    width: 100%;
    height: 55vw;
    object-fit: fill;
  }
  .category-box img {
    height: 100%;
    object-fit: contain;
  }
  .food-blog{
    padding: initial;
  }
  
  .bevrage h4 {
    font-size: 4vw;
  }
  .rating > label:before {
    font-size: 0.75em;
  }
  .cat-description a {
    height: 2rem;
    width: 20vw;
    margin: 0.5vw;
  }
}
