.head-search {
  height: 75px;
  /* height: 100px; */
}

.mobile-view-restaurant-name{
  padding: 8px 15px;
  display: none;
  border: 1px solid #e8e8e8;;
}
.mobile-selected-restaurent{
  background-color: #CDA32E;
}
.mobile-selected-restaurent h4 a{
  color: white;
}
.mobile-view-restaurant-name h4 a{
  font-size: 17px;
  font-weight: bold;
}


@media only screen and (max-width: 575px) {
  .head-search .col-sm-2 {
    z-index: 99;
  }
}

@media only screen and (max-width: 575px) {
  .head-search {
    padding: 0;
    height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .head-search .logo-img img {
    height: 46px;
  }
}

@media only screen and (max-width: 575px) {
  .head-search .logo-img {
    min-height: 49px;
    margin-bottom: 0;
  }
}

.head-search .front-search-main:focus,
.head-search .front-search-icon:focus {
  outline: none;
}

@media only screen and (max-width: 575px) {
  .head-search .front-search-icon#search-icon {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .head-search .front-search-icon img {
    width: 16px;
    height: auto;
  }
}

.head-search .front-search-box {
  position: relative;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .head-search .front-search-box {
    margin-top: 0;
    top: -3px;
  }
}

.head-search .front-search-box-input input[type="text"] {
  width: 100%;
  max-width: 100%;
  background-color: #222222;
  border: none;
  border-radius: 5px;
  padding: 10px 10px 10px 34px;
  height: 41px;
}

.head-search .front-search-box button.btn-search,
.head-search .front-search-box button.btn-close {
  position: absolute;
  top: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  line-height: 20px;
  outline: none;
}

.head-search .front-search-box button.btn-search i,
.head-search .front-search-box button.btn-close i {
  font-size: 16px;
  color: #ffffff;
}

.head-search .front-search-box button.btn-search {
  right: auto;
  left: 10px;
}

.head-search .front-search-box button.btn-close {
  right: 10px;
}

.head-search .front-search-box button.btn-close i {
  font-size: 20px;
}

@media only screen and (max-width: 575px) {
  .head-search .back-view {
    margin-top: 5px;
  }

  .head-search .back-view a {
    margin-top: 0;
    padding-top: 14px;
  }

  .head-search .back-view a img {
    width: 16px;
    height: auto;
  }
}

.restaurent-main a.booknoew {
  width: auto;
  margin: 0 auto;
  float: none;
  background-color: #2f70db;
  border-radius: 50px;
}

@media only screen and (max-width: 1199px) {
  .restaurent-main a.booknoew {
    width: 100%;
  }
}

.restaurent-main .selected-restaurent {
  background: #f0e8d3;
}

.restaurent-main .selected-restaurent::before {
  background: #cda32e;
}

.restaurent-main .selected-restaurent .food-caption-static a.booknoew {
  background: #2f70db;
  color: #ffffff;
  font-weight: normal;
  border: none;
}

.restaurent-main a.reservation {
  margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .restaurent-main a.reservation {
    margin-left: 0;
    margin-top: 10px;
  }
}

.restaurent-main .selected-restaurent .food-caption-static > span {
  right: 10px;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 30px;
}

.restaurent-main .selected-restaurent .food-caption-static > span::before,
.restaurent-main .selected-restaurent .food-caption-static > span::after {
  display: none;
}

.restaurent-main .selected-restaurent .food-caption-static h5,
.restaurent-main .selected-restaurent .food-caption-static h6 span {
  color: #000000;
}

.restaurent-main .selected-restaurent .food-caption-static p {
  color: #000000;
}

.restaurent-main .selected-restaurent .food-caption-static p a {
  color: #d40a20;
}

.restaurent-main .selected-restaurent .food-caption-static p.featured-image {
  display: none;
}

.restaurent-main .selected-restaurent .food-caption-static small {
  color: #888888;
}

.restaurent-main .selected-restaurent .food-caption-static span.glyphicon-star {
  color: #d40a20;
}

@media only screen and (max-width: 1199px) {
  .restaurent-main .selected-restaurent .food-caption-static span img {
    margin-top: 60px;
  }
}

.restaurent-main .selected-restaurent .food-caption-static h5,
.restaurent-main .selected-restaurent .food-caption-static h6 span,
.restaurent-main .selected-restaurent .food-caption-static p,
.restaurent-main .selected-restaurent .food-caption-static small {
  font-weight: 600;
}

.restaurent-main .selected-restaurent .food-caption-static small {
  font-weight: 700;
}

.restaurent-detail .location-text {
  position: relative;
  top: 1px;
  font-size: 15px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .filters-topbar-style {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .food-title-rightside h6 {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .food-title-rightside h6 i {
    position: relatieve;
    top: -5px;
  }
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .food-right-sidebar form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .food-pager-slider {
    height: 373px;
  }
}

@media only screen and (max-width: 575px) {
  .restaurent-detail .food-pager-slider {
    height: 250px;
  }
}

@media only screen and (max-width: 1199px) {
  .restaurent-detail .food-pager-slider iframe {
    height: 100%;
    display: inline-block;
  }
}

@media only screen and (max-width: 575px) {
  .restaurent-detail {
    padding-top: 10px;
  }
}

.restaurent-detail .dorchester-grill-section .food-contact li {
  /* &:nth-child(3), &:nth-child(5), &:nth-child(7) {
                        a {
                            img {
                                height: 35px;
                                @media only screen and (max-width: 767px) {
                                    height: 28px;
                                }
                                @media only screen and (max-width: 575px) {
                                    height: auto;
                                }
                            }
                        }
                    }
                    &:nth-child(6) {
                        a {
                            img {
                                height: 28px;
                                @media only screen and (max-width: 767px) {
                                    height: 28px;
                                    @media only screen and (max-width: 575px) {
                                        height: auto;
                                    }
                                }
                            }
                        }
                    } */
}

.restaurent-detail .dorchester-grill-section .food-contact li a {
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  .restaurent-detail .dorchester-grill-section .food-contact li a {
    line-height: 35px;
  }

  .food-restaurent-cols{
    margin-bottom: 10px;
  }

  .mobile-view-restaurant-name{
    display: flex;
  }

  .restaurent-main .selected-restaurent::before{
    display: none;
  }

  .food-section-1 h4{
    display: none;
  }
  
  .selected-restaurent .food-caption-static > span {
    margin-top: -65px !important;
  }
}

@media only screen and (max-width: 575px) {
  .restaurent-detail .dorchester-grill-section .food-contact li a {
    width: 40px;
    height: 40px;
    line-height: 23px;
    font-size: 8px;
  }

  .restaurent-detail .dorchester-grill-section .food-contact li a img {
    width: 36px;
  }
}

.restaurent-detail .dorchester-grill-section .food-contact li .photo-icons img {
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .restaurent-detail .dorchester-grill-section .food-contact li .photo-icons img {
    height: 28px;
    margin-top: -3px;
  }
}

@media only screen and (max-width: 575px) {
  .restaurent-detail .dorchester-grill-section .food-contact li .photo-icons img {
    height: 28px;
    width: 28px;
    margin-top: 4px;
  }
}

.restaurent-detail .dorchester-grill-section .food-contact li .zoom-icons img {
  height: 28px;
}

@media only screen and (max-width: 767px) {
  .restaurent-detail .dorchester-grill-section .food-contact li .zoom-icons img {
    height: 28px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 575px) {
  .restaurent-detail .dorchester-grill-section .food-contact li .zoom-icons img {
    height: 28px;
    width: 28px;
    margin-top: 2px;
  }
}

.postcodetown .slider-range {
  margin-bottom: 0;
}

.postcodetown .slider-range input#slider {
  width: 32px;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.postcodetown .slider-range span.irs-with-grid {
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 575px) {
  .postcodetown .slider-range span.irs-with-grid {
    width: 100%;
    max-width: 205px;
  }
}

.postcodetown .slider-range .search-radius {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  .postcodetown .slider-range .search-radius {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .slider-range .search-radius {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.postcodetown .slider-range .search-radius img {
  position: relative;
  top: -2px;
  height: 25px;
}

@media only screen and (max-width: 575px) {
  .postcodetown .slider-range .search-radius img {
    display: none;
  }
}

.postcodetown .slider-range .search-radius-mob {
  display: none;
}

@media only screen and (max-width: 575px) {
  .postcodetown .slider-range .search-radius-mob {
    display: block;
    position: relative;
    top: 6px;
    width: 25px;
    height: auto;
    float: left;
  }
}

.postcodetown a.booknoew {
  background-color: #2f70db;
  border-radius: 50px;
}

@media only screen and (max-width: 1199px) {
  .postcodetown .food-restaurent-cols .food-caption-static {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-restaurent-cols .food-caption-static {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .postcodetown .food-restaurent-cols .food-caption-static h4,
  .postcodetown .food-restaurent-cols .food-caption-static h5,
  .postcodetown .food-restaurent-cols .food-caption-static h6,
  .postcodetown .food-restaurent-cols .food-caption-static small,
  .postcodetown .food-restaurent-cols .food-caption-static p {
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-restaurent-cols .food-caption-static h5 {
    position: absolute;
    top: 16px;
    right: 10px;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-restaurent-cols .food-caption-static h6 {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-restaurent-cols .food-caption-static small {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
}

.postcodetown .food-restaurent-cols .food-caption-static a.booknoew {
  width: auto;
  margin: 0 auto;
  float: none;
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-restaurent-cols .food-caption-static a.booknoew {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .postcodetown .food-restaurent-cols .food-caption-static p {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-grid-view {
    position: relative;
    width: 100%;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .postcodetown .food-grid-view label.result-text {
    font-size: 15px;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 991px) {
  .postcodetown .food-grid-view label.result-text {
    font-size: 14px;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postcodetown .food-grid-view label.result-text {
    position: absolute;
    top: 32px;
    right: 16px;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-grid-view label.result-text {
    position: absolute;
    top: 13px;
    right: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
}

.postcodetown .food-column-grid-05 .food-caption-static {
  position: relative;
}

.postcodetown .food-column-grid-05 .food-caption-static .center-eliments-food {
  position: absolute;
  top: 23px;
  right: 20px;
  padding: 0;
  margin: 0;
  border: none;
  width: auto;
  float: none;
}

.postcodetown .food-column-grid-05 .food-caption-static .center-eliments-food h5 {
  padding: 0;
}

.postcodetown .food-column-grid-05 .food-caption-static small {
  margin-bottom: 10px;
}

.postcodetown .food-column-grid-05 .food-caption-static p {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

.postcodetown .food-column-grid-05 .food-caption-static a.booknoew {
  width: auto;
  border: none;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .postcodetown .food-column-grid-05 .food-caption-static a.booknoew {
    width: 100%;
  }
}

.postcodetown .filters-topbar-style {
  margin-bottom: 20px;
}

.postcodetown .filters-topbar-style ul li select {
  height: 35px;
}

.postcodetown .filters-topbar-style ul li:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .postcodetown .filters-topbar-style ul li {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .postcodetown .filters-topbar-style ul li {
    margin-bottom: 10px !important;
  }
}

.globlesearch button.hsearch-btn:focus,
.globlesearch button i:focus {
  outline: none;
}

@media only screen and (max-width: 1199px) {
  .globlesearch h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .globlesearch .services-options {
    width: 100%;
    max-width: 450px;
    float: none;
  }
}

@media only screen and (max-width: 1199px) {
  .globlesearch .services-options .food-textfelid {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 1199px) {
  .globlesearch .services-options .food-textfelid select {
    background-color: transparent;
    border: 0;
    min-height: 71px;
  }
}

.venue-closed-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.venue-closed-popup .venue-closed-section {
    max-width: 370px;
    width: 100%;
    height: 470px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 10px;
    background-color: #000000d1;
}

.venue-closed-popup .venue-closed-icon {
    background-image: url(/assets/img/decline_icon.png);
    background-size: contain;
    width: 189px; 
    background-repeat: no-repeat;
    background-position: center;
    height: 165px;
    display: inline-flex;
    margin-bottom: 40px;
}

.venue-closed-popup .venue-closed-sorry {
    font-weight: 900;
    margin-bottom: 20px;
}

.venue-closed-popup .header-title {
    font-weight: 600;
}

.venue-closed-popup .venue-closed-btn {
  margin-top: 30px;
}

.venue-closed-popup .btn-no-thank {
  padding: 3px 10px;
  border-radius: 12px;
}

.venue-closed-popup .btn-no-thank img {
  height: 30px;
}

@media only screen and (max-width: 575px) {
    .venue-closed-popup {
        top: 10%;
    }
}

/* NAVBAR CSS START */
.venue-header_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f0e9d5;
  scroll-behavior: smooth;
}

a.venue-header_item {
  color: #000;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
  margin: 5px 0;
}
a.venue-header_item:last-child, a.venue-header_item:nth-last-child(2) {
  border-right: none;
}

a.venue-header_item.active {
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  a.venue-header_item.mobile-next_arrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .venue-header_menu {
    justify-content: start;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    padding-right: 30px;
  }
  a.venue-header_item.mobile-next_arrow {
    position: absolute;
    right: 0;
    background: #f0e9d5;
  }
}
/* NAVBAR CSS END */