:root {
  --primary: #000;
  --secondary: #54595f;
  --accent: #e1bf63;
  --text: #333;
  --heading: #222;
  --roboto: 'Roboto', Sans-serif;
  --arial: 'Arial', Arial, Sans-serif;
  --apple: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif;
  --lh-text: 22px;
  --fs-price: 50px;
  --fs-note: 11.2px;
  --fs-xl: 18px;
  --fs-lg: 16px;
  --fs-md: 15px;
  --fs-sm: 14px;
  --fs-xs: 12px;
  --h1: 45px;
  --h2: 40px;
  --h3: 32px;
  --h4: 24px;
  --h5: 22px;
  --h6: 20px;
}

/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--roboto);
  color: var(--primary);
  font-weight: 400;
  box-sizing: border-box;
  line-height: 22px;
  font-size: var(--fs-lg);
}

h1 {
  font-size: var(--h1);
  font-family: var(--arial);
  font-weight: 600;
}

h2 {
  font-size: var(--h2);
  font-weight: 600;
}

h3 {
  font-size: var(--h3);
  font-weight: 600;
  font-family: var(--arial);
}

h4 {
  font-size: var(--h4);
  font-weight: 600;
}

h5 {
  font-size: var(--h5);
  font-weight: 700;
}

h6 {
  font-size: var(--h6);
  font-weight: 600;
}

p {
  font-size: var(--fs-lg);
  color: var(--text);
  font-weight: 400;
}

main {
  transition: all 0.5s ease-in-out;
}

.paragraph-b-16 {
  font-size: var(--fs-lg) !important;
  color: var(--primary);
}

/* ----------------------------------------------- */
/* HOME PAGE */
/* ----------------------------------------------- */
.hero-img-wrap {
  padding: 60px 0 120px 0;
  background-image: linear-gradient(180deg, white 0%, #f5f6f7 100%);
}
.hero-img {
  background-image: url('../assets/img/hero-bg-no-blur.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  border-radius: 60px;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 40%);
  position: relative;
}

.hero-input-wrap h3 {
  font-family: var(--roboto);
  font-weight: 800;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
  color: white;
  white-space: nowrap;
  margin-bottom: 20px;
}

.hero-input-wrap {
  background-color: var(--accent);
  position: absolute;
  bottom: -11.5%;
  border-radius: 48px;
  padding: 48px;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 40%);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
}

.hero-input {
  display: flex;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
  border-radius: 12px 12px 12px 12px;
  background-color: white;
  height: 74px;
  width: 100%;
  align-items: center;
}

.input-icon {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.input-icon input {
  border: none;
  width: 100%;
  padding-left: 15px;
}
.input-icon input:focus {
  outline: none;
}

.search-home {
  font-size: 20px;
}

.map-marker-home {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-optical-sizing: ;
  color: #7a7a7a;
}

.home-divider-wrap {
  padding-top: 200px;
}
.home-divider {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-divider::before,
.home-divider::after {
  display: block;
  content: '';
  border-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px solid var(--text);
}

.title-divider {
  font-size: var(--h3);
  color: var(--primary);
  font-weight: 700;
  margin: 0 10px;
}

.swiper-container-home-cita,
.swiper-container-home-recente,
.swiper-container-home-lasciato {
  overflow: hidden;
}

.swiper-button-prev.swiper-btn-home-prev {
  left: -1.2%;
}
.swiper-button-next.swiper-btn-home-next {
  right: -1.2%;
}
.caret {
  font-size: 25px;
}

.p-relative {
  position: relative;
}

.slide-p {
  padding: 0 6px;
}

.title-slider {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

.subtitle-slider {
  font-size: var(--fs-xl);
  margin-bottom: 30px;
}

/* ----------------------------------------------- */
/* ATTIVITA PAGE */
/* ----------------------------------------------- */
.wrapper {
  min-height: 70px;
}

.wraper-nav {
  border-bottom: 0.5px solid #dbdbdb;
  background-color: white;
}

.wrapper-container {
  max-width: 1232px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-menu-container {
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-nav-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper .wrapper-nav-container {
  min-height: 70px;
  display: flex;
  align-items: center;
}

body {
  background-color: #f5f6f7;
}

header {
  background-color: white;
  box-shadow: rgb(219 219 219) 0px 2px 2px;
  transition: all 0.5s ease-in-out;
}

.logo-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-image {
  margin-right: 30px;
  width: 170px;
}

.logo {
  display: block;
  height: 50px;
}

.logo img {
  height: 100%;
}

.nav-input {
  white-space: nowrap;
}

.nav-input input {
  font-weight: 400;
  font-family: var(--arial);
  font-size: var(--fs-md);
  line-height: 40px;
  border: 0;
  border-bottom: 0.5px solid #dbdbdb;
  width: 300px;
}

.nav-input input::placeholder {
  color: black;
  font-size: var(--fs-md);
}

.nav-input input:focus {
  outline: none;
}

.icon-wrap {
  margin: 10px;
  display: inline-block;
}

.nav-links-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}

.direction {
  flex-direction: column;
  margin: 10px;
}

.submenu {
  list-style: none;
  padding-left: 15px;
}
.submenu-item a {
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
}

.submenu-item a:hover {
  color: var(--primary);
  background-color: #f2f2f2;
}

.side-drawer-nav .nav-link-drawer:hover {
  background-color: #f2f2f2;
}

.side-drawer-nav .nav-link-drawer.active {
  background-color: #f2f2f2;
}

.nav-link-drawer {
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
}

.nav-links-bnt-wrap {
  display: flex;
}

a {
  text-decoration: none;
  color: var(--primary);
  font-size: var(--fs-sm);
  display: block;
}

.nav-links-top a:hover {
  color: var(--primary);
}

.nav-links-top a,
.nav-links-top i {
  padding: 10px 15px;
  line-height: 14px;
}

.nav-links-top a:last-of-type {
  padding: 10px 15px;
  background-color: black;
  color: white;
  border-radius: 2px;
}

.drawer-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-drawer-menu {
  width: 100%;
  display: none;
}

.drawer-toggle {
  width: 30px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.drawer-toggle div {
  width: 90%;
  height: 3px;
  background-color: var(--primary);
  margin: 2.5px;
}

.drawer-toggle:hover div {
  background-color: var(--accent);
}

.close-times {
  display: block;
  text-align: right;
}

.fa-times {
  font-size: 28px;
  padding: 15px;
  cursor: pointer;
}

.backdrop,
.backdrop-cookie {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}

.backdrop-cookie {
  background-color: rgba(0, 0, 0, 0.4);
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.side-drawer {
  position: fixed;
  z-index: 99999;
  background: white;
  height: 100vh;
  width: 80%;
  color: var(--primary);
  transition: all 0.5s ease-in-out;
  transform: translateX(-100%);
}

.side-drawer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.side-drawer-nav .nav-link-drawer {
  color: var(--primary);
}

.main-navbar-nav,
.main-navbar-nav-mob {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.main-navbar-nav {
  position: relative;
  margin-bottom: -1px;
}

.main-navbar-nav-mob {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.main-nav .nav-link {
  color: var(--secondary);
  font-family: var(--arial);
  padding: 5px 20px;
  line-height: 22px;
  border-bottom: 2px solid transparent;
}

.show-boutique-mob {
  padding-bottom: 1px;
}

.main-nav-mob {
  background: white;
  top: 70px;
  width: 100%;
  display: none;
  z-index: 99;
  height: 54px;
  box-shadow: 0 2px 2px #dbdbdb;
}

.main-nav-mob .nav-link.active,
.main-nav .nav-link.active,
.main-nav .nav-link:hover,
.main-nav-mob .nav-link:hover {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  transition: all 0.4s ease-in-out;
}

.main-nav-mob .nav-link {
  color: var(--primary);
  padding: 15px 20px;
  line-height: 22px;
  font-weight: 600;
  font-size: var(--fs-xl);
  border-bottom: 2px solid transparent;
}

.dropdown-menu-container {
  width: 100%;
  background-color: white;
  border: 1px solid #dadde1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-top: 0;
  height: 350px;
  position: absolute;
  z-index: 99;
  padding: 50px 30px 0 50px;
  left: 0;
}

.dropdown-links {
  display: flex;
  flex-direction: column;
}
.dropdown-links a {
  padding: 6px;
}
.dropdown-links a:hover {
  color: var(--accent);
}
.btn-dropdown {
  text-align: center;
}

.btn-dropdown a {
  display: inline-block;
}

.btn-categorie {
  background-color: #d9d9d9;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: var(--fs-lg);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--text);
}
.btn-categorie:hover {
  background-color: #ededed;
  color: var(--text);
}

.link-underline {
  text-decoration: underline;
}

.logo-boutique-container {
  display: flex;
  justify-content: start;
  align-items: center;
}

.wrap-logo-boutique {
  display: flex;
  justify-content: center;
  padding: 12px;
}

.logo-boutique {
  width: 172px;
  max-width: 172px;
  height: 172px;
  object-fit: contain;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #dadde1;
  border-radius: 50% 50% 50% 50%;
}

hr {
  border-bottom: 1px solid #7a7979;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.show-hero {
  margin-top: 5px;
}

.swiper-container-hero {
  position: relative;
}

.swiper-button-prev.swiper-btn-hero-prev,
.swiper-button-next.swiper-btn-hero-next {
  top: 50%;
  margin: 0 10px;
  transform: translateY(-50%);
}

.swiper-button-prev.swiper-btn-hero-prev i,
.swiper-button-next.swiper-btn-hero-next i {
  color: white;
  font-size: 24px;
}

.row-hero {
  padding: 0;
  margin: 0;
}

.slide-wrap {
  width: 100%;
  height: 300px;
}

.slide-wrap img {
  width: 100%;
  height: 100%;
}

.icon-camera-wrap {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  width: 100%;
    padding: 10px;
  background-image: linear-gradient(
180deg
, #00000000 0%, var( --primary) 100%);
}

.icon-camera-wrap i {
  font-size: 16px;
  color: white;
}

.camera-text {
  color: white;
  font-size: 16px;
}

.nome-icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.nome-icon a:hover {
  text-decoration: underline;
  color: black;
}

.nome-icon i {
  margin: 0 5px;
  font-size: 20px;
}

.setore {
  font-size: var(--fs-sm);
  margin-bottom: 0.2rem;
  color: #454545;
}

.place-como {
  display: flex;
}

.place-como p,
.p-place-risultati {
  font-size: var(--fs-xs);
  font-style: italic;
  color: #454545;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
}

.place-como p::after,
.p-place-risultati::after {
  content: '';
  background: #dadde1;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 1px;
  margin: 0 13px;
}

.side-heading {
  font-weight: 700;
}

.time-como {
  display: flex;
  align-items: center;
}

.time-como span:first-of-type {
  font-weight: 600;
}

.time-como:hover {
  color: black;
}

.time:hover {
  color: black;
  text-decoration: underline;
}

.time-como i {
  padding: 5px;
}

.wrap-time {
  padding: 12px 0 12px 12px;
  font-family: var(--roboto);
}

.col-20 {
  width: 20%;
}

.col-80 {
  width: 80%;
}

.servizio {
  color: #454545;
  font-size: var(--fs-sm);
  margin-bottom: 0.7rem;
}

.user-plus {
  background-color: #ededed;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.user-plus span {
  font-weight: 700;
  font-size: 14px;
  padding: 0 5px;
  margin: 0 auto;
}

.user-plus:hover {
  color: black;
  background-color: #d9d9d9;
}

.servizio-btn {
  background-color: var(--accent);
  margin: 0 10px;
  padding: 5px 30px;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
}

.servizio-btn:hover {
  color: white;
  background-color: #d4b45d;
}

.wrap-servizio {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.chat-icon {
  width: 14px;
  height: 14px;
  fill: white;
  margin-right: 5px;
}

.servizio-links {
  display: flex;
  align-items: flex-end;
}

.fa-ticket-alt {
  margin-right: 5px;
}

.box {
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);
  background-color: white;
  border-radius: 4px;
  display: block;
  position: relative;
}

.space-bg {
  padding-top: 30px;
  padding-bottom: 10px;
  padding: 30px 16px 10px 16px;
}

.time-select {
  font-size: var(--fs-xs);
  color: #222222;
  font-weight: 400;
}

.city-select {
  font-size: var(--fs-sm);
  color: #222222;
  font-weight: 500;
}

.fa-caret-down {
  font-size: 12px;
}

.orari {
  font-family: var(--arial);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
}

.orari-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.orari-time p:first-of-type {
  font-family: var(--arial);
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
}
.orari-time p:last-of-type {
  font-family: var(--arial);
  font-size: var(--fs-xs);
  color: var(--heading);
}

.orari-time span:first-of-type {
  font-size: var(--fs-lg);
  font-weight: 600;
  padding: 0 3px;
  color: var(--text);
}

.orari-time span:last-of-type {
  font-size: var(--fs-sm);
  font-weight: 400;
  padding: 0 3px;
  color: var(--heading);
}

.active-city {
  background-color: var(--accent);
  padding: 5px 0;
}

.active-city .colored {
  color: white !important;
  font-weight: 600 !important;
  padding: 0 3px;
}
.map-text {
  font-family: var(--arial);
}

.map-display {
  display: block;
}

.map-info {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.map-info:not(:last-of-type) {
  padding: 5px 0;
}

.map-info i {
  margin-right: 10px;
}

.map-info:hover {
  color: black;
}

.map-img {
  padding-top: 12px;
}

.accordion-button {
  display: flex;
  align-items: center;
  border: 1px solid black;
}

.accordion-title {
  font-size: var(--fs-xl);
  font-family: var(--arial);
  color: var(--primary);
  font-weight: 600;
}

.accordion-body {
  font-size: var(--fs-lg);
  font-family: var(--arial);
  color: var(--text);
  font-weight: 400;
  line-height: 27.2px;
}

.accordion-link {
  font-size: var(--fs-lg);
  font-family: var(--arial);
  color: var(--primary);
  text-decoration: underline;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  padding-right: 1.25rem;
}

.accordion-link:hover {
  color: black;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
}

.accordion-button:focus {
  border-color: black;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../assets/icons/arrowup.svg');
  transform: rotate(360deg);
}

.accordion-button::after {
  transform: rotate(270deg);
}

.heading {
  display: flex;
  align-items: center;
  color: white;
}

.heading-colored {
  background-color: var(--accent);
  margin: -16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 12px;
}

.heading-colored h4 {
  font-family: var(--arial);
}

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

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

.punto {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.punto i {
  padding: 10px;
  font-size: 12px;
}

.punto-body .title {
  font-size: var(--fs-xl);
  color: var(--text);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.punto-body p:last-of-type {
  font-size: var(--fs-sm);
  font-family: var(--arial);
  margin-bottom: 0;
}

.text-justify {
  text-align: justify;
  font-family: var(--arial);
}

.bout-sm {
  height: 45px;
  padding: 0;
  margin-right: 12px;
}

.logo-bout {
  height: 100%;
  object-fit: contain;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #dadde1;
  border-radius: 50% 50% 50% 50%;
}

.blog-wrap {
  border: 1px solid #dadde1;
  padding: 12px;
  position: relative;
  background-color: white;
}

.blog-wrap a:hover {
  color: var(--primary);
}

.blog-title {
  line-height: 16px;
}

.blog-title a {
  font-size: var(--fs-xl);
  font-weight: 600;
  font-family: var(--arial);
}

.blog-title a:hover {
  color: black;
}

.blog-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-place {
  position: relative;
  display: flex;
}

.blog-place:hover {
  text-decoration: underline;
}

.blog-place p,
.blog-place span {
  font-size: var(--fs-xs);
  font-style: italic;
  color: #454545;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.blog-place p::after {
  content: '';
  background: #dadde1;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 1px;
  margin: 0 5px;
}

.blog-p {
  font-size: var(--fs-sm);
  color: var(--primary);
  font-family: var(--arial);
  line-height: 16px;
  margin-bottom: 0.5rem;
}

.blog-a {
  font-weight: 600;
  font-family: var(--arial);
  margin-bottom: 32px;
}

.blog-a:hover {
  color: black;
  text-decoration: underline;
}

.blog-btn {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  margin: 13px 0 2px 0;
}

.offerte-p {
  font-size: var(--fs-xl);
  font-family: var(--arial);
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0.2rem;
  padding-top: 10px;
}

.offerte-price span:first-of-type {
  font-family: var(--arial);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #707174;
  text-decoration: line-through;
}

.offerte-price span:last-of-type {
  font-family: var(--arial);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #e1bf63;
}

.img-tag {
  position: absolute;
  background-color: white;
  padding: 2px 8px;
  font-family: var(--arial);
  top: 11%;
  left: 5%;
  font-weight: 600;
  font-size: 14px;
}

.offerte-img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  height: 200px;
}

.img-attivita {
  height: 120px;
}

.team {
  position: relative;
}

.box-heading {
  font-weight: 700;
  font-size: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  position: absolute;
  top: 55%;
  color: var(--primary);
}

.swiper-button-prev {
  left: -0.2%;
}

.swiper-button-next {
  right: -0.4%;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.marchi-logo {
  width: 50%;
  opacity: 0.5;
}

.marchi-logo:hover {
  opacity: 1;
}

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */
.copyright {
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 40px;
  color: var(--primary);
}

.accent-colored-hr {
  border-bottom: 1px solid var(--accent);
  opacity: 1;
}

.footer {
  margin-top: 40px;
  transition: all 0.5s ease-in-out;
}

.footer .footer-spacing {
  padding-top: 60px;
}
.footer-logo-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-wrap img {
  width: 250px;
   margin-bottom: 20px;
}

.btn-footer {
  display: block;
  text-align: right;
}

.link-headings {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0;
}

.links-list-icons {
  list-style: none;
  padding-left: 20px;
}

.links-list-icons li:not(:last-child) {
  padding: 1px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.links-list-icons a:hover {
  color: var(--accent);
}

.links-list-icons a {
  display: flex;
  align-items: center;
}

.links-list-icons a i {
  color: var(--accent);
  margin-right: 6px;
  width: 17.5px;
}

.links-list-icons a span {
  font-size: var(--fs-xs);
  font-weight: 400;
}

.links-list-cities {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.links-list-cities li {
  margin: 0 2.5px;
}

.links-list-cities a {
  font-size: 13px;
  text-decoration: underline;
  line-height: 26px;
}

.links-list-cities a:hover {
  color: var(--accent);
}

.label {
  position: relative;
}

.input-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.input-wrap input {
  border: 1px solid rgb(129, 138, 145);
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
}
.input-wrap input:focus {
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  border-color: #333;
  outline: 0;
}

.input-wrap input::placeholder {
  font-size: var(--fs-xs);
}

.input-note {
  font-size: 11.2px;
  color: var(--text);
  line-height: 11.2px;
  padding-top: 8px;
}

.checkbox-wrap {
  display: flex;
  align-items: baseline;
  padding: 5px 0;
}
.checkbox-wrap label {
  font-size: 12.8px;
  color: var(--text);
}

[type='checkbox'] {
  margin-right: 5px;
}

/* ----------------------------------------------- */
/* CHAT */
/* ----------------------------------------------- */
.chat-btn {
  position: fixed;
  bottom: 5%;
  right: 2%;
  display: block;
  z-index: 111;
  background-color: white;
  transition: 0.3s ease-in-out;
}

.chat-btn:hover {
  transform: scale(1.1);
}

.chat-btn a {
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--primary);
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
  padding: 11px 20px;
  display: flex;
  align-items: center;
  line-height: 1px;
}

.msg-icon {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.chat-wrapper {
  height: 500px;
  width: 330px;
  background-color: #f5f6f7;
  border-radius: 12px;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  position: fixed;
  right: 2.2%;
  bottom: 13%;
  z-index: 9999;
}

.chat-heading-colored {
  background-color: var(--primary);
  border-radius: 12px 12px 0px 0px;
  height: 40px;
  display: flex;
  align-items: center;
}

.chat-heading-colored p {
  color: white;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3%;
  cursor: pointer;
}
.chat-heading-white,
.chat-footer {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.chat-heading-white-content {
  display: flex;
  align-items: center;
  padding: 6px 15px;
}

.chat-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-signal {
  line-height: 16px;
}

.chat-signal p {
  margin-bottom: 0;
  font-family: var(--arial);
  font-size: var(--fs-lg);
  font-weight: 500;
  line-height: 16px;
}
.chat-signal span {
  font-size: var(--fs-xs);
  color: var(--text);
  font-family: var(--arial);
}
.chat-wrap-logo {
  height: 50px;
  margin-right: 10px;
}

.w-20 {
  width: 20%;
}

.w-80 {
  width: 80%;
}

.chat-logo-img {
  width: 50px;
  max-width: 50px;
  height: 50px;
  object-fit: contain;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dadde1;
  border-radius: 50% 50% 50% 50%;
}

.ellipsis {
  font-size: 12px;
  padding: 0 10px;
  position: relative;
}

.chat-elipsis-choice {
  background-color: white;
  position: absolute;
  z-index: 20;
  width: 170px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 12px;
}
.chat-elipsis-choice p {
  font-family: var(--roboto);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  padding: 8px 10px;
  margin-bottom: 0;
}
.chat-elipsis-choice p:hover {
  background-color: #f0f0f0;
}

.chat-footer {
  width: 100%;
  height: 102px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 24px;
  border-radius: 0px 0px 12px 12px;
}

.chat-footer textarea {
  background-color: #ffffff;
  border: 1px solid #7a7a7a;
  border-radius: 6px 6px 6px 6px;
  font-family: var(--roboto);
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 22px;
  padding: 10px;
  height: 78px;
  width: 267px;
  color: var(--text);
}

.chat-footer textarea:focus {
  outline: none;
}

.chat-body {
  padding: 15px 25px;
  max-height: 297px;
  overflow: auto;
}

.chat-wrap-response-left {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.chat-response {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.chat-wrap-logo-response {
  height: 45px;
  margin-right: 8px;
}

.chat-response p {
  margin-bottom: 0;
  font-family: var(--arial);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 10px;
}

.chat-response-text {
  font-family: var(--arial);
  font-size: 14px;
  font-weight: 400;
  background-color: white;
  border-radius: 20px;
  padding: 5px 10px;
}

.chat-logo-response-img {
  width: 40px;
  max-width: 40px;
  height: 40px;
  object-fit: contain;
  border: 1px solid #dadde1;
  border-radius: 50% 50% 50% 50%;
}

.chat-time {
  font-family: var(--arial);
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: #868686;
  margin: 0 10px;
}

.chat-white-btn,
.chat-black-btn {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  margin-bottom: 13px;
}
.chat-white-btn {
  background-color: white;
}
.chat-black-btn {
  background-color: var(--primary);
  color: white;
}
.chat-white-btn:hover {
  color: white;
  background-color: var(--primary);
}

.chat-black-btn:hover {
  color: white;
}
.chat-wrap-response-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}

.generals {
  text-align: center;
  padding-top: 17px;
}

.generals .name {
  font-size: var(--fs-xl);
  font-weight: 600;
  margin-bottom: 0;
}
.generals .role {
  font-size: var(--fs-md);
  font-weight: 300;
  margin-bottom: 0;
}

/* ----------------------------------------------- */
/* GALLERIA */
/* ----------------------------------------------- */
.back-link {
  display: block;
  padding: 30px 0;
}
.back-text {
  color: var(--primary);
  font-size: var(--fs-lg);
  font-weight: 600;
  font-family: var(--arial);
}

.back-link:hover {
  color: var(--primary);
}

.title-site {
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--arial);
  font-size: var(--h5);
}

.page-wrapper {
  padding: 40px 0;
}

.overlay {
  transition: all 0.2s ease-in-out;
}

.overlay:hover {
  filter: brightness(70%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.page-item .page-link {
  color: var(--primary);
  font-family: var(--arial);
  font-size: var(--fs--md);
}

.page-item.active .page-link {
  background-color: #f5f6f7;
  color: var(--primary);
  border-color: #dee2e6;
}

.page-item.disabled .page-link {
  background-color: #f5f6f7;
}

.left-arrow {
  color: #dadde1;
}

.nome {
  font-family: var(--arial);
  font-size: var(--h6);
  font-weight: 600;
  margin-bottom: 0;
}

.nome-link-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.nome-link-wrap:hover {
  color: var(--primary);
}

.description-text {
  padding: 15px 0;
  margin-bottom: 0;
}

.check-circle {
  color: #0dad56;
  padding-left: 0px;
  z-index: 1;
  font-size: 20px;
}

.disc-price {
  font-family: var(--arial);
  color: #7a7a7a;
  position: relative;
  display: inline-block;
  margin: 20px 0 10px 0;
  white-space: nowrap;
}

.disc-price:before {
  content: ' ';
  display: block;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-7deg);
}

.rel-price {
  color: #e1bf63;
  font-family: arial;
  font-size: var(--fs-price);
  font-weight: 600;
  white-space: nowrap;
}

.price-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.circle-price {
  min-height: 100px;
  min-width: 100px;
  text-align: center;
  background-color: var(--accent);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-price-wrap {
  margin-left: auto;
  padding: 10px 15px;
}

.circle-price-text {
  color: white;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 0;
}

.disconto {
  color: white;
  font-size: var(--fs-lg);
  margin-bottom: 0;
}

.btn-prenota {
  background-color: var(--accent);
  display: block;
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-size: var(--fs-xl);
  font-weight: 600;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 15px;
}

.btn-prenota:hover {
  color: var(--accent);
  background-color: white;
}

.social-links-wrap {
  display: flex;
}

.social-links {
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.social-icons {
  margin: 0 auto;
}
.social-icon {
  color: #7a7a7a;
  font-size: var(--lh-text);
  padding: 0 5px;
}

.check-circle-accent {
  color: #d4b45d;
  padding-left: 0px;
  z-index: 1;
}

.time-place {
  display: flex;
  color: #454545;
  font-size: 16px;
}
.time-place p {
  color: #454545;
  font-size: 16px;
}

.clock,
.calendar {
  color: #454545;
  display: inline-block;
}

.time-place p:first-of-type {
  position: relative;
}

.time-place p:first-of-type::after {
  content: '';
  background: #454545;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 1px;
  margin-left: 6px;
}

.aricoli-heading {
  font-weight: 600;
  font-family: var(--arial);
  margin-bottom: 0;
}

.text-box > p {
  text-align: justify;
}

.text-box {
  margin-bottom: 30px;
}

.titolo-social {
  font-size: var(--fs-lg);
  font-weight: 600;
  font-family: var(--arial);
  margin-bottom: 0;
  color: var(--primary);
}

.spacing {
  margin-bottom: 80px;
}

.titolo-heading {
  font-family: var(--arial);
}

.titolo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.titolo-social-links {
  display: flex;
}

.titolo-social-link {
  color: white;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}

.titolo-social-link.facebook {
  background-color: #3b5998;
}

.titolo-social-link.twiter {
  background-color: #1da1f2;
}

.titolo-social-link.pintrest {
  background-color: #bd081c;
}

.titolo-social-link.whatsup {
  background-color: #25d366;
}

.titolo-social-link.telegram {
  background-color: #2ca5e0;
}

.titolo-social-link:hover {
  filter: saturate(1.2) brightness(1.1);
}

.descrizione-text {
  font-family: var(--arial);
}

/* ----------------------------------------------- */
/* COKIE POLICY*/
/* ----------------------------------------------- */
.cookie-policy p {
  line-height: 24px;
}

/* ----------------------------------------------- */
/* PRIVACY POLICY*/
/* ----------------------------------------------- */
.wrapper-privacy-policy {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy-content {
  margin-top: 10px;
}
.wrapper-privacy-policy h2 {
  color: var(--text);
  font-weight: 500;
  margin-bottom: 15px;
}

/* ----------------------------------------------- */
/* CERVEZA ATTIVITA
/* ----------------------------------------------- */

.slide-sm,
.slide-xs {
  display: none;
}
.title-label {
  font-weight: 500;
}
.cerca-title {
  font-family: var(--roboto);
  font-weight: 700;
  margin: 20px 0 30px 0;
}

.checkbox-cerca {
  display: flex;
  flex-direction: column;
}

.checkbox-cerca-single label,
.radio-wrap-single label {
  font-size: 14px;
}

.mostradipiu {
  color: var(--text);
  font-size: 14px;
  padding: 10px 0;
}
.mostradipiu span {
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.radio-wrap {
  display: flex;
}

.radio-wrap-single {
  margin-right: 10px;
}
.btn-submit {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--accent);
  margin: 10px 0;
  padding: 5px 15px;
  color: white;
  border: none;
  border-radius: 3px;
}

.range-wrap {
  width: 100%;
  max-width: 335px;
}

.range-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-input input {
  margin-right: 15px;
}

.range-value {
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
}

.custom-range::-webkit-slider-thumb {
  background: var(--accent);
}

.custom-range::-moz-range-thumb {
  background: var(--accent);
}

.custom-range::-ms-thumb {
  background: var(--accent);
}

.recent-title {
  font-size: 26px;
  font-weight: 500;
}

.swiper-container-recent {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-10 {
  padding: 12px;
}

.place-recent p,
.place-recent a {
  font-size: var(--fs-xs);
  font-style: italic;
  color: #454545;
  margin-bottom: 0;
}

.wrap-recent-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-recent-btn .servizio-btn {
  padding: 5px 15px;
}

.visual {
  white-space: nowrap;
}

.swiper-btn-recent-prev,
.swiper-btn-recent-next {
  color: white;
}
.swiper-btn-recent-prev i,
.swiper-btn-recent-next i {
  font-size: 25px;
}

.swiper-btn-recent-prev {
  left: 2%;
}
.swiper-btn-recent-next {
  right: 2%;
}

.swiper-user {
  position: absolute;
  color: white;
  font-size: 20px;
  top: 6%;
  right: 7%;
  z-index: 999;
}

/* ----------------------------------------------- */
/* CERCA OFFERTE*/
/* ----------------------------------------------- */
.cerca-recent-offerte {
  position: relative;
}

.nome-cerca {
  font-size: 22px;
  font-weight: 700;
}

.cerca-recent-offerte .img-tag {
  left: 0;
  top: 4%;
}
.cerca-recent-offerte a {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 20px;
}

.cross-price {
  font-size: 18.2px;
  margin-right: 5px;
}

.offerte-price .real-price {
  font-size: 26px !important ;
}

.main-wrapper {
  max-width: 1256px;
  margin: 0 auto;
}

/* ----------------------------------------------- */
/* CERCA CERCA*/
/* ----------------------------------------------- */
.servizio-cerca {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.servizio-link {
  display: flex;
}
.servizio-link .cogs {
  font-size: 50px;
  color: black;
  margin: 0 8px;
  display: inline-block;
}

.cerca-servizi {
  font-size: 14px;
  font-weight: 300;
}

/* ----------------------------------------------- */
/* SERVIZIO */
/* ----------------------------------------------- */
.servizio-title {
  font-weight: 700;
}

.service-cogs {
  font-size: 48px;
  color: white;
  display: block;
}

.service-icon-background {
  background-color: var(--primary);
  padding: 24px;
  border-radius: 50%;
  max-width: 96px;
  width: 96px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.service-content {
  padding: 5px;
}

.service-text-wrap {
  display: flex;
}

.service-content {
  display: flex;
  align-items: center;
}

.service-text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.service-title-sm {
  margin-bottom: 2px;
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--primary);
}

.service-subtitle-sm {
  margin-bottom: 0;
  font-size: 14px;
  color: #54595f;
}

#check-service {
  margin-right: 25px;
}

.service-tag {
  background-color: var(--accent);
  padding: 2px 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-service {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}

.btn-prenota-wrap {
  height: 32px;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
.btn-prenota-wrap .btn-prenota {
  padding: 0 30px;
}

.link-prenota {
  font-weight: 700;
  font-size: 14px;
}

.servizio-main-title-wrap {
  margin: 30px 0 30px 0;
}
.servizio-main-title {
  font-weight: 700;
}

/* ----------------------------------------------- */
/* RISULTATI-DI-RICERA-OFFERTE */
/* ----------------------------------------------- */
.risultati-title {
  margin-bottom: 30px;
}

.btn-map-wrap {
  height: 44px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
}

.title-label-risultati {
  font-weight: 600;
  font-size: var(--fs-xl);
}

.dotted-divider {
  border-bottom: 1px dotted var(--primary);
  padding: 20px 0 10px 0;
}

.sconto-wrap {
  padding-top: 20px;
}

.select-mostra {
  display: flex;
  flex-direction: column;
}

.swiper-container-risultati {
  overflow: hidden;
}

.slide-risultati-wrap {
  max-width: 285px;
  width: 100%;
}

.slide-risultati-wrap .swiper-user {
  top: 4%;
  right: 3%;
}

.display-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.image-slider {
  height: 100%;
  width: 100%;
}

.swiper-btn-res-prev,
.swiper-btn-res-next {
  color: white;
  font-size: 25px;
}

.swiper-btn-res-prev {
  left: 2%;
}
.swiper-btn-res-next {
  right: 2%;
}

.sequi-risultati {
  display: flex;
  justify-content: flex-end;
}

.filter-btn-wrap {
  visibility: hidden;
}

.d-lg {
  display: block;
}
.filter-btn-wrap.sticky-filter-btn {
  position: fixed;
  bottom: -1%;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%);
}

.filter-btn-wrap,
.applica-btn-wrap {
  margin: 20px 0;
  padding: 0 12px;
}

.filter-btn,
.applica-btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 12px 24px;
  border: 1px solid #dadde1;
  border-radius: 4px;
}

.filter-btn {
  font-size: 15px;
  font-weight: 700;
  background-color: white;
}

.applica-btn {
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f6f7;
}

.applica-btn-wrap {
  display: none;
}

.filter-btn i {
  margin-right: 5px;
}

.risultati-inputs {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 99999;
  overflow-y: auto;
  left: 0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}

.risultati-inputs .box {
  padding: 50px 50px 30px 50px !important;
}
.risultati-inputs .img-fluid {
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.risultati-close-icon {
  display: none;
}
.risultati-inputs .p-relative {
  margin-top: 50px;
}

.risultati-inputs .risultati-close-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

.select-mostradipiu {
  display: none;
}
.risultati-inputs .select-mostradipiu,
.risultati-inputs .applica-btn-wrap {
  display: block;
}

/* ----------------------------------------------- */
/* SIDEBAR-RIGHT */
/* ----------------------------------------------- */
.sidebar-right-wrapper {
  max-width: 400px;
  width: 100%;
  background: #f2f2f2;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateX(400px);
}

.times-sidebar-right {
  font-size: 20px;
  color: var(--text);
  display: block !important;
  text-align: right;
  padding: 20px 5px;
}

.sidebar-content {
  padding: 0 40px;
}

.sidebar-content h5 {
  color: var(--accent);
  display: block;
  text-align: center;
}
.sidebar-content hr {
  border-width: 2px;
  margin: 15px 0;
}

.vogilo {
  padding: 8px 0;
  background-color: var(--accent);
  color: white;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.radio-sidebar-right {
  padding: 15px;
}

.radio-sidebar-right label {
  margin-bottom: 2px;
  font-size: 16px;
  color: var(--text);
}

.textarea-wrap label {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

#textarea {
  width: 100%;
  height: 100px;
}

.btn-sidebar-wrap {
  display: block;
  text-align: right;
  padding: 15px 0;
}

.invia {
  cursor: pointer;
  border: 1px solid var(--accent);
  padding: 5px 15px;
  color: var(--accent);
  font-family: var(--arial);
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
}

.invia:hover {
  background-color: var(--accent);
  color: white;
}

.sidebar-accordion .accordion-title {
  font-size: 18px;
  color: var(--text);
  font-weight: 600;
}

.sidebar-accordion-wrap {
  background-color: white;
  padding: 10px 12px;
  margin-bottom: 20px;
  cursor: pointer;
}

.sidebar-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-icon {
  font-size: 16px;
  color: var(--text);
}

.accordion-p {
  font-size: 16px;
  color: var(--text);
  padding-top: 20px;
  margin-bottom: 0;
}

.feedback {
  position: fixed;
  z-index: 9998;
  width: 44px;
  height: auto;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background-color: white;
  writing-mode: vertical-rl;
  text-align: center;
  border: 2px solid var(--accent);
  border-right: none;
  cursor: pointer;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-text {
  transform: rotate(-180deg);
  color: var(--accent);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 25px 0;
}

.rotate-chevron {
  transform: rotate(90deg);
}

.cookie {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  position: fixed;
  font-family: var(--arial);
  width: auto;
  left: 100px;
  z-index: 99999;
  bottom: 0;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  box-shadow: #161616 2px 2px 5px 2px;
}

.cookie-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0;
}

.cookie-wrap,
.impostazioni-cookie {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text);
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.cookie-wrap {
  z-index: 99999;
  max-height: 283px;
  height: auto;
  display: none;
  padding: 32px 45px;
  width: 500px;
}

.impostazioni-cookie {
  z-index: 999999;
  height: auto;
  padding: 32px 20px 15px 20px;
  max-width: 645px;
  width: auto;
  display: none;
}

.close-icon-imp {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.cookie-links {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.impostazioni {
  margin-right: 10px;
  color: var(--text);
  font-family: var(--arial);
  font-size: 14px;
  text-decoration: underline;
  padding: 5px;
  cursor: pointer;
}

.impostazioni:hover {
  color: var(--text);
}

.acceta {
  background-color: var(--accent);
  padding: 9px 12px;
  color: white;
  font-family: var(--arial);
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
}

.acceta:hover {
  background-color: #d4b45d;
  color: white;
}

/* ----------------------------------------------- */
/* IMPOZATIONI */
/* ----------------------------------------------- */
.impostazioni-accordion {
  height: auto;
}

.ipostazioni-title {
  font-weight: 500;
  font-size: 16px;
  color: rgb(33, 37, 41);
}
.impostazioni-text {
  color: var(--primary);
}

.impostazioni-altro {
  font-size: 12px;
  color: rgb(33, 37, 41);
}

.accordion-btn-wrap {
  position: relative;
}
.accordion-btn-impo {
  border: none;
  background: #f2f2f2;
  margin-bottom: 5px;
  padding: 12px 15px;
  font-size: 14px;
  color: var(--primary);
  width: 100%;
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  background: #f2f2f2;
}

.accordion-collapse {
  border: none;
}

.accordion-content-imp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button:focus {
  outline: none !important;
}

.conten-btn-imp {
  color: var(--primary);
  font-size: 14px;
}

.sempre-imp {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--primary);
  margin-right: 10px;
  font-weight: 400;
  cursor: pointer;
}
.chevron-right-imp {
  font-size: 12px;
  margin-right: 3px;
  color: rgb(104, 104, 104);
}

.form-switch-imp {
  display: flex;
  align-items: center;
  position: absolute;
  top: 19px;
  right: 14px;
}

.form-check-imp {
  margin: 0 !important;
  height: 20px;
  width: 35px !important;
  position: relative;
  z-index: 99999999;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.form-check-input {
  background-color: #e3e1e8;
  border-color: #e3e1e8;
  background-image: url(../assets/img/circule.png) !important;
}
.form-check-input:focus {
  box-shadow: none;
  background-color: #e3e1e8;
  border-color: #e3e1e8;
}

.form-check-input:checked:focus {
  box-shadow: none;
  background-color: #28a745;
  border-color: #28a745;
}

.form-switch {
  padding: 0;
}
