@media (min-width: 1366px) {
  .container-fluid {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .slide-lg {
    display: none;
  }
  .slide-sm {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .hero-img-wrap {
    padding: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
  .hero-img {
    border-radius: 0;
  }

  .hero-input-wrap {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
  .d-lg {
    display: none;
  }
  .filter-btn-wrap {
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .width-100 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .col-20 {
    width: 100%;
  }
  .col-80 {
    width: 100%;
  }

  .user-plus {
    margin-bottom: 15px;
  }

  .servizio-btn.chat-show {
    margin-right: 10px;
  }

  .servizio-btn {
    margin: 0;
    flex: 1;
  }

  .servizio-attivita {
    flex: 0;
  }

  .show-boutique-mob {
    display: block !important;
  }
  .hide-boutique-mob {
    display: none;
  }
  .chat-show {
    margin-right: 8px !important;
  }
}

@media (max-width: 898px) {
  .nav-input input {
    width: 200px;
  }
}

@media (max-width: 767px) {
  :root {
    --fs-xl: 16px;
    --fs-lg: 14px;
    --fs-sm: 12px;
    --h6: 18px;
  }

  .wrap-logo-boutique .logo-boutique {
    width: 80px;
    height: 80px;
  }
  header {
    box-shadow: none;
  }

  .show-drawer-menu {
    display: flex;
  }

  .show-nav-top {
    display: none;
  }

  
  .main-navbar-nav-mob .nav-link {
    font-size: 14px;
    white-space: nowrap;
  }
  .main-navbar-nav {
    display: none;
  }
  .main-nav-mob {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
  }

  .show-hero {
    display: none;
  }

  .swiper-container-hero {
    display: block !important;
  }
  .link-headings {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .disc-price {
    font-weight: 400;
  }
  .heading-colored h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .heading-colored {
    padding: 12px 16px;
  }
  .side-heading {
    font-size: 20px;
  }

  .d-md-heading {
    display: none;
  }

  .d-lg-heading {
    display: block;
  }

  .map-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 !important;
  }
  .map-info-wrap {
    margin-top: 10px;
  }
  .slide-xs {
    display: flex;
  }
  .slide-sm {
    display: none;
  }
  .hero-input-wrap {
    border-radius: 5px;
    width: 96%;
    padding: 10px;
  }
  .hero-input-wrap h3 {
    font-size: 26px;
    white-space: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
  }

  .hero-input .col-md-8,
  .hero-input .col-md-4 {
    width: 100%;
  }

  .input-icon.first {
    margin-bottom: 20px;
  }

  .slide-risultati-wrap {
    max-width: unset;
  }

  /* .wrap-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  } */

  .place-risultati {
    display: block;
  }

  .p-place-risultati::after {
    width: 0 !important;
  }
  .p-place-risultati {
    margin-right: 0 !important;
  }

  .time-como {
    justify-content: center;
  }
  .footer-logo-wrap img {
    width: 50%;
  }
  #map {
    height: 100px!important;
  }
  .slide-wrap {
    height: 150px;
    overflow: hidden;
  }
  .slide-wrap img{
    height: auto;
  }
}

@media (max-width: 444px ) {
  .main-navbar-nav-mob {
    justify-content: unset
  }
}

@media (max-width: 385px) {
  .servizio-links {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .servizio-btn.chat-show {
    margin-bottom: 8px !important;
  }
}
