$mobile: 480px;

@media only screen and (max-width: $mobile) {
  .main-content {
    padding-top: 18px;
  }

  .section-header {
    margin-bottom: 18px;
    h1 {
      font-size: 22px;
    }
  }

  .chef-block__name{
    font-size:13px !important;
  }
}


@media only screen and (max-width: 350px) {

  .chef-block__title{
      font-size:11px !important;
    }

}
.btn-view {
  min-width: 200px;
}

hr {
  margin: 40px 0;
  &.cheif-nav-border {
    margin: 0;
  }
}

#chef-map {
  height: 550px;
  background: #D5DADC;
  @media only screen and (max-width: $mobile) {
    height: 250px;
  }
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
  background: rgba(0 ,0 ,0 ,0.7);
  box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}

.leaflet-container a.leaflet-popup-close-button {
  top: 15px;
  right: 15px;
}


.leaflet-popup-content {
  margin: 5px;
}

.chef-popup {
  font-size: 15px;
  background: #ffffff;
}

.popup-image {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-header {
  h1{
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.popup-content__name {
  padding-bottom: 8px;
  font-size: 19px;
}

.popup-biography {
  padding: 15px;
  display: none;
  max-height: 300px;
  overflow: auto;
  @media only screen and (max-width: $mobile) {
    max-height: 100px;
  }
}

.popup-content__title {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popup-header {
  position: relative;
  padding-left: 150px;
  height: 150px;
}

.popup-content {
  position: relative;
  height: 150px;
  overflow-y: auto;
  padding: 20px;
  padding-right: 0;
  font-size: 13px;
}

.popup-see-more {
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 5;
  font-size: 13px;
}

// slide block

#chef-nav {
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;

  .slick-dots li button:before{
    background: #dddddd;
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
  }

  .slick-dots li.slick-active button:before {
    background: #aaaaaa
  }

  .slick-dots {
    bottom: -5px;
    right: 0;
    left: 0;
  }
}

.chef-block__title .title-detail{
  display: none;
  @media only screen and (min-width: 330px) {
    display: inline;
  }
}

.chef-block__restaruant {
  display: inline;
}

.chef-block__content {
  height: 130px;
  padding: 5px;
  width: 100%;
  max-width: 330px;
  border: 5px solid transparent;
  position: relative;
}

.chef-slide {
  cursor: pointer;
  padding: 0 5px;

  &.seen,
  &:hover,
  &:focus{
    .chef-block__content {
      background: #F5F5F6
    }
  }

  &.active {
    .chef-block__content {
      border-color: #333333;
      background: #FFFFFF
    }
  }
}

.chef-block__image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}

.chef-block__detail {
  padding: 15px 15px 15px 120px;
  font-size: 13px;
  height: 100px;
}

.chef-block__name {
  margin-bottom: 12px;
  font-size: 15px;
}

.feature-product-title {
  margin: -40px auto 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;

  @media only screen and (min-width: 769px) {
    margin: -60px auto 60px;
    padding-top: 60px;
  }
}

.index-section--featured-product {
  padding-top: 0;
}

.leaflet-bottom.leaflet-right a{
  display: none !important;
}

.grid__item.product-single__photos,
.grid__item.product-single__photos + .grid__item {
  @media only screen and (min-width: 769px) {
    width: 47%;
    vertical-align: top;
  }
}

.michelin-banner {
  padding: 40px 15px;
  background-color: #BD2333;
  background-image: url(//kamikoto.com/cdn/shop/t/74/assets/michelin-banner-bg.png?v=63225852243913325351650136025);
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  margin-bottom: 40px;

  h1 {
    margin: 0;
    margin-top: 20px;
    @media only screen and (max-width: $mobile) {
      font-size: 21px;
    }
  }
}

.michelin-logo {
  width: 150px;
  height: auto;
  margin: auto;
  display: block;
}

.michelin-icon {
  height: auto;
  width: 14px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.michelin-icon-text {
  font-size: 12px;
  color: #BDBDBD;
  display: inline-block;
  vertical-align: middle;
}