:root {
  --fontDefault: "Futura Std Book", sans-serif;
  --fontWeightDefault: 400; /*regular*/
  --fontWeightBold: 700; /*bold*/
  --fontSizeDefault: 15px;
  --fontColorDefault: #000; /*verde*/

  --specialColor1: #000; /*verde*/
  --specialColor2: #c4e2dc; /*verde chiaro*/
  --specialColor3: #f1f1f1; /*grigio chiaro*/
  --specialColor4: #9a9899; /*grigio scuro*/

  --fontSize1: 14px;
  --fontSize2: 14px;
  --fontStoreListName: 14px;

  --MaxWidth: 1250px;
}

@font-face {
  font-family: "Futura Std Book";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Book"), url("./font/FuturaStdBook.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Book Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Book Oblique"), url("./font/FuturaStdBookOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Light Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Light Condensed"),
    url("./font/FuturaStdCondensedLight.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Light";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Light"), url("./font/FuturaStdLight.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Light Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Light Condensed Oblique"),
    url("./font/FuturaStdCondensedLightObl.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Light Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Light Oblique"), url("./font/FuturaStdLightOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Medium Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Medium Condensed"), url("./font/FuturaStdCondensed.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Medium"), url("./font/FuturaStdMedium.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Medium Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Medium Condensed Oblique"),
    url("./font/FuturaStdCondensedOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Medium Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Medium Oblique"), url("./font/FuturaStdMediumOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Heavy"), url("./font/FuturaStdHeavy.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Heavy Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Heavy Oblique"), url("./font/FuturaStdHeavyOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Bold"), url("./font/FuturaStdBold.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Bold Condensed"), url("./font/FuturaStdCondensedBold.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Bold Oblique"), url("./font/FuturaStdBoldOblique.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Bold Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Bold Condensed Oblique"),
    url("./font/FuturaStdCondensedBoldObl.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Extra Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Extra Bold Condensed"),
    url("./font/FuturaStdCondensedExtraBd.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Extra Bold"), url("./font/FuturaStdExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Extra Bold Condensed Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Extra Bold Condensed Oblique"),
    url("./font/FuturaStdCondExtraBoldObl.woff") format("woff");
}
@font-face {
  font-family: "Futura Std Extra Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Futura Std Extra Bold Oblique"),
    url("./font/FuturaStdExtraBoldOblique.woff") format("woff");
}

.DicituraSpecialPrice{
	background-color:#fafafa; padding: 2%; margin-top: -4%;
}
.white-popup2 a {
  font-weight: bold;
  color: #000 !important;
}

.contentDEscProduct .desc {
  margin-top: 20px;
}

.contentDEscProduct .tab {
  cursor: pointer;
  padding: 7px 25px;
  margin: 0px 20px;
  display: inline-block;
  color: #000;
  font-family: "Futura Std Medium";
  font-size: 15px;
  font-weight: bold;
}
.contentDEscProduct .panels {
  width: 100%;

  overflow: hidden;
  padding: 20px;
}
.contentDEscProduct .panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contentDEscProduct .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.contentDEscProduct .radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#four:checked ~ .panels #four-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#four:checked ~ .tabs #four-tab,
#three:checked ~ .tabs #three-tab {
  background: #fffffff6;
  color: #000;
  border-bottom: 1px solid #000;
}

.Showcase span.strike {
  text-decoration: line-through;
  color: #878787;
  font-family: "Futura Std medium";
  font-size: 16px;
}
.infoProdotto span.strike {
  text-decoration: line-through;
  color: #878787;
  font-family: "Futura Std medium";
  font-size: 16px;
}

span.strike {
  text-decoration: line-through;
  color: #878787;
  font-family: "Futura Std medium";
  font-size: 18px;
}

.bannerNodisplay {
  margin-top: 0 !important;
}
.newwording {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.contentDEscProduct {
  width: 80%;
  text-decoration: none;
  text-align: center;
  margin: auto;
  margin-bottom: 12%;
  line-height: 22px;
}
.contentDEscProduct h4 {
  margin-bottom: 10px;
  line-height: 22px;
  margin-top: 20px;
  font-family: "Futura Std medium";
  letter-spacing: 0.02em;
}
.buttonMG {
  background-color: #03afc7;
  border: none;
  margin-top: 20px;
  text-transform: inherit;
  padding: 16px 40px;
  align-content: revert;
  border: 1px solid #03afc7;
  width: 30%;
  margin: auto;
  margin-top: auto;
  margin-top: 30px;
}
.white-popup2 {
  text-align: left !important;
}

.condizioni {
  text-align: left;
  margin-top: 10px;
}
.condizioni a {
  color: black;
  padding-right: 40px;
}
.mfp-content H2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}

.newwording2 {
  padding-top: 7px;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-style: italic;
}
.Showcase .showcasepay {
  padding: 4% 9%;
  background-color: #fafafa;
  text-align: center;
  margin-bottom: 50px;
}

.Showcase .showcasepay h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #03afc7;
  text-transform: uppercase;
  font-family: "Futura Std Medium";
}
.Showcase .showcasepay h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: black;
  margin-top: 40px;
  font-family: "Futura Std Medium";
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.Showcase .showcasepay .grid {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 20px;
  width: 50%;
  margin: auto;
  font-family: "Futura Std Medium";
}
.Showcase .showcasepay .grid img {
  padding-right: 4%;
}

.Showcase .showcasepay .grid .gridColum {
  display: flex;
  align-items: center;
  font-family: "Futura Std Medium";
}

.Showcase .showcasepay .grid .gridColum p {
  font-family: "Futura Std Medium";
  font-size: 15px;
}
.content1 {
  width: 70%;
  margin-top: -15%;
  z-index: 99;
  margin-bottom: 3%;
}
.content2 {
  display: flex;
}

.ConciergeProduct .content2 .Product {
  width: 100%;
  margin-bottom: 5%;
}
.ConciergeProduct .content2 .InfoProduct {
  width: 50%;
}

.content1 .showcasepay {
  padding: 4% 9%;
  background-color: #fafafa;
  text-align: center;
  margin-bottom: 5px;
}
.InfoProduct h3.Price {
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
  margin-top: 0px;
  font-family: "Futura Std Medium";
}
h3.Price {
  font-size: 15px;
  margin-bottom: 20px;
  color: black;
  margin-top: 0px;
  margin-top: 20px;
  font-family: "Futura Std Medium";
}

.fatturacheck {
  margin-top: 20px;
}

.fatturacheck input {
  margin-right: 5px;
  border: 1px solid black;
}

.content1 .showcasepay h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #03afc7;
  text-transform: uppercase;
  font-family: "Futura Std Medium";
  text-align: left;
}

.content1 .showcasepay h4 {
  font-size: 15px;
  margin-bottom: 20px;
  color: black;
  margin-top: 40px;
  font-family: "Futura Std Medium";
  letter-spacing: 0.5px;
  margin-top: 20px;
  text-align: left;
}

.content1 .showcasepay .grid {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 20px;
  width: 65%;
  font-family: "Futura Std Medium";
}
.content1 .showcasepay .grid img {
  padding-right: 4%;
}

.content1 .showcasepay .grid .gridColum {
  display: flex;
  align-items: center;
  font-family: "Futura Std Medium";
}

.content1 .showcasepay .grid .gridColum p {
  font-family: "Futura Std Medium";
}
.pageConcierge {
  background-color: #f6f6f6;
  padding-top: 20px;
  margin-top: -90px;
}

#inline-popups3 button {
  margin-top: -10px;
  margin-bottom: 0%;
}

.txtPay {
  text-align: center;

  width: 50%;
  margin: 4% auto;
  font-size: 17px;
}
.txtPay p {
  text-align: center;
  font-size: 16px;
}

.txtPay a {
  color: #9a9899;
}

.txtPay h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-family: "Futura Std Medium";
  text-transform: uppercase;
}

.txtPay .bottom .footer p.powered {
  text-align: center;
}

.txtPay .bottom .footer {
  margin-top: 90px;
}
.Namestore {
  font-family: "Futura Std Medium";
  margin-bottom: 10px;
  margin-top: 30px;
}
.AddressStore {
}

.Retailpay.wrap.mail .top img {
  width: 145px;
  text-align: center;
  float: none;
  margin-top: 5%;
  margin-bottom: 30px;
}

.Retailpay.wrap.mail .top {
  background-image: url(../img/top-mail.jpg);
  height: auto;
  background-color: white;
}

.goUpBtn {
  position: fixed;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Futura Std Light";
  font-size: 14px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.galleryServiziContent {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
  padding-bottom: 150px;
  padding-top: 70px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.galleryServiziContent h2 {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-family: "Futura Std Medium";
  font-weight: lighter;
  font-size: 14px;
  padding-left: 3px;
  margin-bottom: 20px;
}
.galleryServizi {
  width: 90%;
  max-width: 1200px;
}

.buttonPrenota {
  display: inline-block;
  text-transform: uppercase;
  background-color: #9a9085;
  color: #fff;
  border: 1px #5b575 solid;
  margin-bottom: 13px;
  padding: 3%;
  max-width: 302px;
  width: 100%;
  min-height: 38px;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  padding-top: 4%;
  font-family: "Futura Std book";
  font-weight: lighter;
}

.buttonPrenota:hover {
  background-color: #9a9085;
  color: #fff;
  border: none;
}

body {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
}
.footer {
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.bottom .footer p.powered {
  float: right;
  letter-spacing: 0;
  text-align: right;
  font-size: 0.7em;
  padding-top: 0;
  font-weight: 300;
  font-family: Helvetica, Sans-Serif;
}

.ConciergeProduct .InfoProduct .Paga button {
  background-color: #02b2ca;
  color: #fff;
  border: none;

  letter-spacing: 0.04em;
  width: 100%;
  font-weight: 700;
  margin-top: 11%;
  margin-bottom: -2% !important;
}
.cond {
  float: left;
  padding-right: 2%;
}
.bottom .footer p.powered a {
  width: 100%;
  float: left;
  text-decoration: none;
  color: #000;
  font-size: 10px;
  font-family: Helvetica, Sans-Serif;
  letter-spacing: 0;
}
.bottom .footer p.powered strong {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
.bottom .footer p.powered span {
  font-family: Arial, Helvetica, sans-serif;
  color: #f0ad4e;
  letter-spacing: 0;
}
.posizione {
  width: 27;
}

.ConciergeProduct .social {
  margin-bottom: 20px;
}
.social {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.social .icon {
  margin-right: 10px;
  width: 7%;
}
.social .icon img {
  width: 100%;
}

.loStafTextUl .bold {
  font-weight: 700;
  font-family: "Futura Std Medium";
}
.bold {
  font-family: "Futura Std Bold";
  font-weight: 200;
}
.boldFont {
  font-weight: 700;
  font-family: "Futura Std Medium";
}
.row {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}
button {
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.onlyPC {
  display: block;
}
header {
  margin: auto;
  display: flex;
  width: 95%;
  justify-content: space-between;
  height: 85px;
  align-items: center;
}
header a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  margin-top: 0px;
  font-weight: 300;
  font-family: "Futura Std Light";
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
header span {
  margin-right: 10px;
}
header .dic {
  margin-top: 5%;
  text-transform: uppercase;
  font-family: "Futura Std Bold";
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: lighter;
  display: none;
}
header .Logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .Logo img {
  width: 120px;
}
.button {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border: 1px #fff solid;
  margin-bottom: 13px;
  padding: 1%;
  max-width: 302px;
  width: 100%;
  min-height: 37px;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  font-family: "Futura Std book";
}
.button.Chiama {
  margin-top: 20px;
}
.centername {
  font-size: 25px !important;
  letter-spacing: 0;
  display: block;
  font-family: "Futura Std light" !important;
}
.TitPopup {
  font-size: 20px;
  padding-bottom: 25px;
  padding-top: 3%;
  font-family: "Futura Std medium";
  display: block;
}
.topContent img {
  width: 100%;
}
.contatti img {
  width: 15px;
}
.orari {
  display: flex;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  padding: 63px 0;
  position: relative;
  bottom: 90px;
  background-color: #2F2420;
  color: #fff;
  z-index: 10;
}
.orari h1 {
  margin-bottom: 25px;
}
.posizione h1 {
  font-family: "Futura Std Light";
  font-weight: 100;
  font-size: 36px;
  letter-spacing: 0.03em;
  margin-top: -10px;
}
.posizione h1 span {
  font-family: "Futura Std Bold";
  font-size: 36px;
}

.posizione h1 span.name {
  font-family: "Futura Std Light";
  font-size: 25px;
  text-transform: uppercase;
}

.posizione p {
  font-size: 14px;
  margin: 14px 0;
  letter-spacing: 0.03em;
}
.posizione button {
  margin: 13px 0;
  background-color: #fff;
  color: #000;
  border: none;
  max-width: 302px;
  min-height: 37px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 15px;
  font-size: 12.5px;
  width: 100%;
}
.posizione button:hover {
  background-color: #3db1cc;
  color: #fff;
}
.posizione .btnSecondary:hover {
  background-color: #363534;
  color: #fff;
  border: none;
}
.posizione .btnSecondary {
  margin: 0;
  background-color: #5b5751;
  color: #fff;
  border: 1px solid #5b5751;
  min-width: 302px;
  min-height: 40px;
}
.contatti li {
  display: flex;
  margin: 24px 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.contatti li.add {
  display: flex;
  margin: -14px 0px 25px 0px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.contatti h2 {
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 200;
  letter-spacing: 0.04em;
  margin-left: -4px;
}
.contatti li img {
  margin-right: 7px;
  margin-left: -26px;
}
.contatti ul {
  margin-left: 35px;
  margin-top: 19%;
  float: left;
}
.special {
  font-family: "Futura Std Medium";
  display: flex;
}

.special p.giorno {
  font-family: "Futura Std Light";
  margin: 5px !important;
  margin-left: 0 !important;
}

.special p.ora {
  font-family: "Futura Std Light";
  margin: 5px !important;
  margin-left: 0 !important;
}

.orario {
  background-color: #9a9085;
  color: #fff;
  padding: 40px;
  padding-right: 0;
  min-width: 320px;
  padding-bottom: 30px;
}
.orario h2 {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 200;
}
.orario p {
  margin-bottom: 11px;
  font-size: 14px;
}
.infoCentro {
  display: flex;
  justify-content: space-between;
}
.ilCentro {
  width: 50%;
}
.ilCentro h2 {
  font-size: 25px;
  font-family: "Futura Std Medium";
  font-weight: lighter;
}
.ilCentro p {
  margin: 35px 0;
  font-size: 14px;
  font-family: "Futura Std Light";
  line-height: 1.6em;
}
.trattamenti {
  background-color: #fafafa;
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
.trattamenti ul {
  width: 90%;
  margin: auto;
}
.trattamenti h3 {
  font-size: 25px;
  font-family: "Futura Std Medium";
  font-weight: lighter;
  width: 90%;
  margin: auto auto 35px !important;
}
.serviziDisponibili h2 {
  font-family: "Futura Std Medium";
  font-weight: lighter;
  font-size: 25px;
  letter-spacing: 0.02em;
}
.trattamenti li {
  margin: 20px 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-bottom: 25px;
}
.serviziDisponibili {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 7%;
}
.serviziDisponibili ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3%;
}
.serviziDisponibili li {
  margin-top: 20px;
  margin-right: 97px;
  min-width: 150px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviziDisponibili li p {
  display: flex;
  align-items: center;
}
.serviziDisponibili li img {
  margin-right: 20px;
  margin-left: -20px;
  width: 28px;
  height: 28px;
}
.loStaf {
  background-color: #f0f5fb;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
  padding-bottom: 150px;
  padding-top: 70px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.serviziOrari.Telefoni summary {
  background-color: transparent;
  color: #000;
  letter-spacing: 0.03em;
  padding: 0.65em 1em;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid white;
  margin-bottom: 14px;
}

.serviziOrari.Telefoni summary h2 {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}

.serviziOrari.Telefoni summary:before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0.85rem;
  content: url(../img/icon/frecciaGiu.svg);
  width: 10px;
  height: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.serviziOrari.Telefoni details[open] summary:before {
  content: url("../img/icon/frecciaSu.svg");
}

.serviziOrari {
  display: none;
}
details {
  max-width: 302px;
  display: inline-block;
  width: 100%;
}
details div > * + * {
  margin-top: 1.5em;
}
details + details {
  margin-top: 0.5rem;
}
summary {
  list-style: none;
}
summary h2 {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Futura Std book";
  font-weight: lighter;
}
summary::-webkit-details-marker {
  display: none;
}
summary {
  background-color: #fff;
  color: #000;
  letter-spacing: 0.03em;
  padding: 0.75em 1em;
  cursor: pointer;
  position: relative;
  text-align: center;
  outline: none;
}
summary:before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0.85rem;
  content: url("../img/icon/frecciaGiu-Nero.svg");
  width: 10px;
  height: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
details[open] summary {
  background-color: #fff;
}
details[open] summary:before {
  content: url("../img/icon/frecciaSu-Nero.svg");
}
summary:hover {
  background-color: #fff;
}

.loStafText {
  display: flex;
  flex-direction: column;
  max-width: 510px;
  margin-left: 100px;
}
.loStafText p {
  font-size: 15px;
  margin-top: 25px;
  line-height: 27px;
}
.loStafText h3 {
  font-size: 25px;
  font-family: "Futura Std Medium";
  font-weight: lighter;
}
.loStaf img {
  float: left;
  width: 16%;
}
.swiper-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  z-index: -5;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper2 {
  padding-bottom: 50px;
}
.effettocolore img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  filter: grayscale(0%);
}
.effettocolore:hover img {
  transform: scale(1.1);
  filter: grayscale(50%);
}
.onlyMobile {
  display: none;
}
.concierge.bgWhite {
  background-color: #fff;
  padding-top: 0;
}
.concierge {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #f6f6f6;
  padding-bottom: 100px;
  margin-top: -1px;
  padding-top: 80px;
}
.concierge h2 {
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-family: "Futura Std Medium";
  font-weight: lighter;
}
.infoConcierge {
  margin: auto;
  margin-bottom: 50px;
  width: 90%;
}
.serviceCard {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}
.card {
  padding: 4%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.card p {
  font-size: 14px;
  line-height: 1.3em;
}
.card .bold {
  font-family: "Futura Std Medium";
  font-weight: lighter;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.card img {
  width: 18%;
  margin-bottom: 5%;
  min-width: 45px;
}
.card button {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  font-family: "Futura Std medium";
  font-weight: lighter;
  font-weight: 800;
  letter-spacing: 0.05em;
}
#bluBtn {
  background-color: #bed9e483;
  font-family: "Futura Std Bold";
  font-weight: lighter;
  font-weight: 300;
  font-size: 11px;
}
#greenBtn {
  background-color: #a3c8a042;
  font-family: "Futura Std Bold";
  font-weight: lighter;
  font-weight: 300;
  font-size: 11px;
}
#greyBtn {
  background-color: #d4d4d470;
  font-family: "Futura Std Bold";
  font-weight: lighter;
  font-weight: 300;
  font-size: 11px;
}
#redBtn {
  background-color: #f9ba9c40;
  font-family: "Futura Std Bold";
  font-weight: lighter;
  font-weight: 300;
  font-size: 11px;
}
.Showcase {
  text-align: center;
  margin-top: 123px;
}
.Showcase h2 {
  margin-bottom: 50px;
  font-size: 25px;
  font-family: "Futura Std medium";
  font-weight: lighter;
}
.prodotto {
  background-image: url(../img/prodottoHover.jpg);
  width: fit-content;
  transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.5s;
  background-size: 100%;
  background-position: top center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}
.prodotto:hover {
  background-size: 110%;
  cursor: pointer;
}
.prodotto:hover .prodottoImg {
  opacity: 0;
}
.prodotto:hover .buttonHidden {
  opacity: 1;
}
.prodotto img {
  transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
  max-width: 320px;
  height: auto;
}
.buttonHidden {
  position: relative;
  padding: 10px;
  bottom: 90px;
  opacity: 0;
  transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
}
.tit {
  font-size: 18px !important;
  margin-bottom: 25px !important;
  text-transform: uppercase;
  font-family: "Futura Std Medium";
  letter-spacing: 0.03em;
}
.prodotto.Grid {
  background-image: url(../img/prodottoHover.jpg);
  width: 25%;
  transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.5s;
  background-size: 100%;
  background-position: top center;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative; margin: 5px;
}
.prodotto.Grid .infoProdotto {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #fff;
  height: 100%;
  margin-top: -5px;
  padding-top: 24px;
}
.prodotto.Grid .buttonHidden {
  position: absolute;
  height: 50px;
  width: 90%;
  left: 5%;
  top: 60%;
}
.prodotto.Grid img {
  transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
  max-width: inherit;
  width: 100%;
}
.card button:hover {
  color: #000;
}
.card:hover {
  background-color: #e6e6e678;
}
.pageConcierge .card:hover {
  background-color: #fff;
}
.pageConcierge .card button:hover {
  background-color: #fff !important;
}
.card button:hover {
  background-color: #fff !important;
  border: 1px solid;
}
.concierge button {
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.infoProdotto {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #fff;
  height: 100%;
  padding-top: 22px;
  margin-top: -4px;
}
.infoProdotto p {
  max-width: 240px;
  margin: auto;
  text-align: center;
}
.infoProdotto .titolo {
  width: 100%;
  font-family: "Futura Std medium";
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 5px;
}
.infoProdotto .desc {
  font-size: 14px;
  font-style: italic;
}
.infoProdotto .price {
  font-family: "Futura Std Bold";
  letter-spacing: 0.03em;
  margin-top: 2%;
  font-weight: 400;
}
.prodotti {
  display: flex;
  margin: auto;
  width: 70%;
  justify-content: space-around;
}
.recensioni {
  margin-top: 10px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  clip-path: polygon(0 150px, 100% 0, 100% 100%, 0% 100%);
  padding-top: 160px;
  padding-bottom: 100px;
}
.comments {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 70%;
}
.comment {
  width: 22%;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  margin-left: 6%;
  margin-right: 5%;
}
.stars {
  margin: 5px 0;
}
.star {
  width: 17px;
  margin: 0;
}
.recensioni .bold {
  font-family: "Futura Std medium";
  font-weight: lighter;
  font-weight: 700;
}
.recensioniTitolo {
  font-size: 25px;
  color: #000;
  font-family: "Futura Std medium";
  font-weight: lighter;
  text-align: center;
}
.recensioniTitoloDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
}

.rt-reviews-disclaimer {
  margin-top: 20px;
}
.rt-reviews-link {
  width: 70%;
  text-align: center;
  margin: 30px auto 0 auto;
}
.rt-reviews-link a {
  color: #02b2ca;
  text-decoration: underline;
  font-family: "Futura Std medium";
}

.comment p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}
.buttonFuori {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
  display: grid;
  background-color: #02b2ca;
  color: #000;
  margin-top: 23px;
  font-weight: 300;
  width: 80%;
  left: 10%;

  font-size: 11px;
  text-transform: uppercase;
}
.buttonFuori a {
  color: #000;
  font-weight: 300;
  font-family: "Futura Std Medium";
  font-weight: lighter;
  font-size: 12px;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  display: grid;
  font-weight: 300;
  color: white;
}
.buttonFuori a:hover {
  background-color: #000;
  color: #fff;
}
.prodotto button {
  background-color: #fff;
  color: #000;
  border: 1px solid #707070;
  margin: auto;
  font-family: "Futura Std Medium";
  font-weight: lighter !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: absolute;
  height: 50px;
  width: 90%;
  left: 5%;
  top: 51%;
  font-size: 13px;
  padding-bottom: 10px;
}
.buttonHidden button:hover .prodottoImg {
  opacity: 0;
}
#swiper3 {
  width: 100%;
}
.cta {
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg, #fff 75%, #fff 5%, #fff 100%, #fff 100%);
}
.recensioni.pageConcierge {
  margin-top: 4%;
  display: flex;
}
.pageConcierge .serviceCard .card button {
  width: 100%;
}
.pageConcierge .serviceCard {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}
.pageConcierge .serviceCard .card {
  max-width: fit-content;
  padding: 4%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#trattamentiList li .imgServizzi img {
  width: 48% !important;
  margin: 10px 0;
  margin-bottom: 20px;
  margin-left: 6%;
}
.trattamenti #trattamentiFirstUl::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.trattamenti #trattamentiFirstUl::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}
.trattamenti #trattamentiFirstUl::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #000 14%, #000 64%);
}
.trattamenti #trattamentiFirstUl::-webkit-scrollbar-track {
  background: #707070;
  border-radius: 15px;
}
.trattamenti #trattamentiFirstUl {
  scrollbar-color: #d2d2d2 #2e3645 !important;
  scrollbar-width: thin !important;
}
#piuSfasato {
  position: relative;
  right: 0 !important;
  top: -15px;
}
.cta .contCtaSmall {
  width: 90%;
  max-width: var(--MaxWidth);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.cta .contCtaSmall .cta1Small {
  width: 49%;
}
.cta .contCtaSmall .cta1Small img,
.cta .contCtaSmall .cta2Small img,
.cta .contCtaBig img {
  width: 100%;
  display: block;
}
.cta .contCtaSmall .cta2Small {
  width: 49%;
}
.cta .contCtaBig {
  width: 90%;
  max-width: var(--MaxWidth);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.cta .contCtaBig img {
  width: 100%;
  height: 100%;
}
.cta .contCtaSmall.conTesto .cta1Small {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), #1f0000),
    url(../img/CTA/sfondoCTA1small.jpg);
}
.cta .contCtaSmall.conTesto .cta2Small {
  background-image: url(../img/CTA/sfondoCTA1.jpg);
}
.cta .contCtaSmall.conTesto .cta1Small,
.cta .contCtaSmall.conTesto .cta2Small,
.cta .contCtaSmall.conTesto .contCtaBig {
  background-size: cover;
  background-position: center;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-position: center;
}
.cta .contCtaSmall.conTesto .cta1Small,
.cta .contCtaSmall.conTesto .cta2Small {
  min-height: 500px;
}
.cta .contCtaSmall.conTesto h3 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Futura Std Bold";
  padding: 0 8%;
}
.cta .contCtaBig.conTesto h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Futura Std Bold";
  padding: 0 8%;
}
.cta .contCtaSmall.conTesto p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.cta .contCtaBig.conTesto p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.cta .contCtaSmall.conTesto a.scopri,
.cta .contCtaBig.conTesto a.scopri {
  background-color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  font-family: "Futura Std Bold";
  margin-top: 10px;
  padding: 25px 50px;
  height: 39px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}
.cta .contCtaSmall.conTesto a.scopri:hover,
.cta .contCtaBig.conTesto a.scopri:hover {
  background-color: var(--specialColor3);
}
.cta .contCtaSmall.conTesto .cta2Small {
  background-image: none;
  padding: 0;
}
.cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta {
  flex-direction: column;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), #1f0000);
}
.cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta.foto1 {
  background-image: url(../img/CTA/sfondoCTA1.jpg);
}
.cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta.foto2 {
  background-image: url(../img/CTA/sfondoCTA1small.jpg);
}
.cta .contCtaSmall.conTesto .paddingSlide {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #8a837a;
  width: 85%;
}
.cta .contCtaBig.conTesto {
  background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0.37), rgba(12, 10, 12, 0.48)),
    url(../img/CTA/sfondoCTA2.jpg);
  min-height: 370px;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta .flexslider {
  width: 100%;
}
.cta .flexslider > .slides {
  overflow: hidden;
}
.cta .flex-control-nav {
  width: 30px;
  position: absolute;
  text-align: center;
  z-index: 9;
  display: flex;
  justify-content: end;
  flex-direction: row;
  right: 0;
  bottom: -50px;
  transform: translateY(-50%);
}
.cta .flex-control-paging li a.flex-active {
  background: var(--specialColor1);
}
.cta .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 1px solid var(--specialColor1);
  width: 8px;
  height: 8px;
}
.cta .flex-control-paging li a:hover {
  background: var(--specialColor2);
}
.recensioni form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5%;
}
.recensioni form .wrapSelect {
  width: 38%;
  max-width: 500px;
  position: relative;
}
.recensioni form .wrapSelect img {
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 10px;
  right: 11px;
  top: 22px;
  cursor: pointer;
}
.recensioni form select {
  width: 100%;
  height: 50px;
  border: 1px solid #cdcdcd;
  padding-left: 20px;
  padding-right: 60px;
  text-align: left;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #000;
}

.recensioni form button {
  font-family: "Futura Std Medium";
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  line-height: 1;
  border-radius: 0;
  border: 0;
  width: 18%;
  cursor: pointer;
  height: 50px;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ConciergeProduct {
  width: 100%;
  max-width: 1255px;
  margin: 3% auto;
  display: flex;
  margin-bottom: 0;
}
.ConciergeProduct.thanks {
  width: 100%;
  max-width: 1280px;
  margin: 3% auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.ConciergeProduct .orari {
  width: 30%;
  background-color: #8a837a;
  display: flex;
  margin-top: -20%;
  padding: 3%;
  z-index: 9;
  flex-wrap: wrap;
  align-content: start;
  bottom: 0;
}
.ConciergeProduct .orari .contatti ul {
  margin-left: 27px;
  margin-top: 0;
  float: left;
}
.ConciergeProduct .orari .contatti li {
  display: flex;
  margin: 18px 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .orari .orario p {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .orari .oggiAperto {
  margin-top: 7px;
}
.ConciergeProduct .orari .posizione p {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .orari .posizione button {
  margin: 13px 0;
  background-color: #fff;
  color: #000;
  border: none;
  min-width: fit-content;
  min-height: 37px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0px;
  width: 100%;
  font-size: 12.5px;
  max-width: 302px;
  font-family: "Futura Std book";
  font-weight: lighter;
}
.ConciergeProduct .orari .posizione button:hover {
  background-color: #3db1cc;
  color: #fff;
  border: 1px solid #3db1cc;
}
.ConciergeProduct .orari .posizione .btnSecondary:hover {
  background-color: #363534;
  color: #fff;
  border: 1px solid #363534;
}

.ConciergeProduct .orari .posizione .btnSecondary {
  margin: 0;
  background-color: #5b5751;
  color: #fff;
  border: none;
  min-width: fit-content;
  min-height: 40px;
}
.ConciergeProduct .orari .contatti h2 {
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 4%;
  margin-left: -12%;
}
.ConciergeProduct .orari .orario h2 {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 500;
  margin-top: 16px;
}

.ConciergeProduct .orari .contatti {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.ConciergeProduct .infoCentro {
  width: 30%;
  background-color: #8a837a;
  display: flex;
  margin-top: -20%;
  padding: 3%;
  z-index: 9;
  flex-wrap: wrap;
  align-content: start;
}
.ConciergeProduct .Product {
  width: 43%;
  justify-items: center;
  display: grid;
  margin-top: 0%;
}
.ConciergeProduct .Product img {
  width: 62%;
  height: auto;
}
.ConciergeProduct .InfoProduct {
  width: 27%;
  margin-top: 5%;
  line-height: 21px;
}
.ConciergeProduct .InfoProduct p {
  color: #000;
}
.ConciergeProduct .InfoProduct h2 {
  font-size: 25px;
  font-family: "Futura Std Medium";
  margin-bottom: 4%;
  margin-bottom: 5%;
  line-height: 31px;
  font-weight: lighter;
}
.ConciergeProduct .infoCentro .contatti ul {
  margin-left: 27px;
  margin-top: 0;
  float: left;
}
.ConciergeProduct .infoCentro .contatti li {
  display: flex;
  margin: 18px 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .infoCentro .orario p {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .infoCentro .oggiAperto {
  margin-top: 7px;
}
.ConciergeProduct .infoCentro .posizione p {
  font-size: 14px;
  margin: 9px;
  letter-spacing: 0.03em;
}
.ConciergeProduct .infoCentro .posizione button {
  margin: 13px 0;
  background-color: #fff;
  color: #000;
  border: none;
  min-width: fit-content;
  min-height: 37px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 12px;
  width: 100%;
  font-size: 12.5px;
}
.ConciergeProduct .infoCentro .posizione button:hover {
  background-color: #3db1cc;
  color: #fff;
  border: 1px solid #3db1cc;
}
.ConciergeProduct .infoCentro .posizione .btnSecondary:hover {
  background-color: #363534;
  color: #fff;
  border: 1px solid #363534;
}
.ConciergeProduct .InfoProduct button:hover {
  background-color: #8a837a;
}
.ConciergeProduct .infoCentro .posizione .btnSecondary {
  margin: 0;
  background-color: #5b5751;
  color: #fff;
  border: none;
  min-width: fit-content;
  min-height: 40px;
}
.ConciergeProduct .infoCentro .contatti h2 {
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 16%;
}
.ConciergeProduct .infoCentro .orario h2 {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Futura Std Bold";
  font-weight: 500;
  margin-top: 16px;
}
.ConciergeProduct .InfoProduct strong {
  font-family: "Futura Std Medium";
  display: inherit;
  margin-bottom: 5%;
}
.ConciergeProduct .InfoProduct button {
  margin: 13px 0;
  margin-top: 13px;
  background-color: #02b2ca;
  color: #fff;
  border: none;
  min-height: 53px;
  letter-spacing: 0.04em;
  width: 100%;
  font-weight: 700;
  margin-top: 11%;
  margin-bottom: 9%;
  font-size: 13px;
  font-family: "Futura Std book";
  font-weight: lighter;
}
.ConciergeProduct .orario {
  color: #fff;
  background-color: transparent;
  width: 100%;
  display: flex;
  padding: 0;
  margin-top: 3%;
  min-width: auto;
}
.ConciergeProduct .posizione {
  width: 100%;
  color: #fff;
  margin-top: 7%;
}
.ConciergeProduct .posizione h1 span {
  font-family: "Futura Std Bold";
  font-size: 30px;
}
.ConciergeProduct .posizione h1 span.name {
  font-family: "Futura Std Light";
  font-size: 20px;
  text-transform: uppercase;
}

.ConciergeProduct .posizione h1 {
  font-family: "Futura Std Light";
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 0.03em;
  margin-top: -5px;
  margin-bottom: 16px;
}
.pageConcierge .concierge {
  width: 100%;
  margin: auto;
  margin-top: auto;
  text-align: center;
  background-color: #ebf3fb6e;
  padding-bottom: 130px;
  margin-top: 7%;
  padding-top: 3%;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
  padding-bottom: 250px;
}
.pageConcierge .cta {
  width: 100%;
  margin: auto;
  background: none;
  margin-top: -7%;
  z-index: 999;
  position: relative;
}
.storeCatalog {
  width: 100%;
  max-width: 1250px;
  margin: 10% auto;
}
.storeCatalog h2 {
  margin-bottom: 70px;
  font-size: 25px;
  font-family: "Futura Std medium";
  text-align: center;
  letter-spacing: 0.02em;
  width: 100%;
  font-weight: lighter;
}
.storeCatalog .contentCatalog {
  display: flex;
  width: 100%;
  background-color: red;
}
.storeCatalog .contentCatalog .category {
  display: flex;
  width: 30%;
  position: relative;
}
.storeCatalog .contentCatalog img {
  width: 100%;
}
.storeCatalog .contentCatalog .titleSection {
  width: 90%;
  position: absolute;
  border: 30px;
  text-align: center;
  margin-left: 5%;
  bottom: 10%;
  background-color: #fff;
}
.prodottiStoreCatalog {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 72%;
  margin-bottom: 10%;
}
.grid-item .titleSection {
  position: absolute;
  bottom: 40px;
  text-align: center;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5%;
  left: 10%;
  width: 80%;
  letter-spacing: 0.05em;
  font-family: "Futura Std Medium";
  color: #000;
  z-index: 9;
}
.grid-container {
  display: grid;
  grid-template-columns: 32.25% 32.25% 32.25%;
  grid-gap: 20px;
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
.grid-item {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.grid-item img {
  width: 100%;
}
.TitleLine {
  font-family: "Futura Std Medium";
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2%;
}
.LineDescription {
  margin-top: 2%;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 20%;
  line-height: 24px;
  margin-bottom: 4%;
}
.cont-form {
  text-align: left;
  max-width: 550px;
  display: inline-block;
  float: none;
}
.cont-form h2 {
  width: 100%;
  float: left;
  letter-spacing: 1px;
  font-size: 2.4em;
  font-weight: 200;
  margin: 0 0 15px;
  font-family: "Futura Std Medium";
}
.cont-form span.product-id {
  width: 100%;
  float: left;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1em;
  color: #4c4c4c;
  font-weight: 400;
  margin-top: 40px;
  padding-bottom: 10px;
}
.cont-form h3 {
  width: 100%;
  float: left;
  font-family: "Futura Std Book";
  letter-spacing: 0.02em;
  font-size: 1.5em;
  font-weight: 200;
  margin: 0 0 15px;
}
.cont-form ul.form input {
  width: 100%;
  float: left;
  height: 50px;
  border: 1px solid #d0cece;
  padding: 10px 20px;
  font-size: 14px;
}
.cont-form ul.form textarea {
  width: 100%;
  float: left;
  border: 1px solid #d0cece;
  padding: 10px 20px;
  font-size: 14px;
}
.cont-form ul.form li {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.cont-form ul.form li p {
  font-size: 12px;
  line-height: 18px;
}
.cont-form ul.form .informativa p a {
  font-weight: 600;
  color: #000;
  font-family: "Futura Std Medium";
  font-size: 12px;
}
.cont-form ul.form .inputlittle input {
  float: left;
  height: 13px;
  width: 13px;
  border: 1px solid #d0cece;
  padding: 0;
  margin: 5px 10px 0 0;
}
.cont-form ul.form .inputlittle span {
  float: left;
  width: auto;
  margin-top: 3px;
}
.cont-form button {
  display: inline-block;
  font-family: Futura Std Medium;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  padding: 1.28571rem 1.07143rem;
  line-height: 1;
  border: 0;
  width: 100%;
  margin: 20px 0;
  letter-spacing: 0.03em;
}
.top-panel {
  background: #39464e;
  position: absolute;
  z-index: 9;
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: top 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.message {
  color: #fff;
  font-weight: 300;
  position: relative;
  padding: 3em 2em;
  margin: 0 auto;
  max-width: 980px;
}
.message h1 {
  color: #fff;
}
.message h2 {
  color: #888;
}
.message p {
  margin: 1em 0;
}
.message a {
  text-decoration: none;
  color: #748b74;
}
.message a:hover {
  color: #95984b;
}
label.btn {
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  cursor: pointer;
  background: #2bbbad;
  width: 50px;
  border-radius: 0 0 5px 5px;
  padding: 8px 5px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
}
label.btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
label.btn:after {
  content: "\f078";
  font: normal 18px/1 FontAwesome;
  text-decoration: inherit;
}
.open:checked ~ .top-panel {
  top: 0;
}
.open:checked ~ label.btn {
  top: 250px;
}
.open:checked ~ .container {
  margin-top: 300px;
}
.open:checked + label.btn {
  background: #dd6149;
}
.open:checked + label.btn:after {
  content: "\f077";
  font: normal 18px/1 FontAwesome;
}
.container {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  transition: margin 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding: 5em 3em;
}

.risultati {
  margin-top: 5%;
}
.risultati ul.risultati-store {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
  width: 100%;
}
.risultati ul.risultati-store li {
  width: 47%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #00000040;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 4%;
  margin-bottom: 4%;
}

.risultati ul.risultati-store li h3 {
  width: 100%;
  float: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  font-family: "Futura Std Medium";
}
.risultati ul.risultati-store li p {
  margin: 8px 0 18px;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  float: left;
  padding: 0;
  font-weight: 300;
}
.risultati ul.risultati-store li .telefono {
  font-size: 14px;
  font-family: "Futura Std Book" !important;
  background-image: url(../img/icon/phone2.svg);
  background-repeat: no-repeat;
  padding-left: 4%;
  background-size: 14px;
  background-position: left center;
  display: block;
}
.risultati ul.risultati-store li .orarioo {
  font-family: "Futura Std Medium" !important;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
}
.risultati ul.risultati-store li a {
  width: 35%;
  float: left;
  text-align: center;
  background: #8a837a;
  padding: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  font-family: "Futura Std Medium";
}
.risultati ul.risultati-store li a:hover {
  background-color: #d0cfd1;
  transition: 0.25s ease-in-out;
}
.risultati ul.risultati-store li .cont-wa {
  float: left;
  background-color: #f5f4f3;
  margin: 0;
  padding: 10px 15px;
  width: 85%;
  margin-bottom: 15px;
}
.risultati ul.risultati-store li .cont-wa a {
  width: 100%;
  text-align: left;
  background: none;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #000;
  margin: 0;
}
.risultati ul.risultati-store li .cont-wa p {
  width: 100%;
  float: left;
  text-transform: uppercase;
  color: #b29c77;
  font-weight: 600;
  font-size: 0.7em;
  margin: 0;
}
.risultati ul.risultati-store li .cont-wa p img {
  width: 24px;
  margin-right: 5px;
  display: none;
}
.risultati r ul.risultati-store li h3.wa {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: uppercase;
  margin: 0;
}
.risultati ul.risultati-store li h3.wa img {
  width: 24px;
  margin-right: 5px;
}
.risultati ul.risultati-store li h3.wa a:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
}
.risultati ul.risultati-store li p a {
  text-align: left;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  float: none;
  font-size: 1em;
  color: #000;
  font-weight: 200;
}

/*  booking*/

input {
  height: 15px;
}
label {
  vertical-align: middle;
}
input,
textarea,
select {
  padding: 1%;
  background: #000;
  border: 0;
  border-radius: 0;
  background-color: #ecebe8;
  vertical-align: middle;
  font-family: "Futura Std Light", sans-serif;
  color: #000;
}
input:focus,
select:focus,
textarea:focus {
  color: #000;
  outline: none;
  background-color: #f5f4f3;
  font-family: "Futura Std Light", sans-serif;
  color: #000;
}

#signupForm label.error {
  display: inline-block;
  color: #d50000;
  text-align: left;
}
.Formsearch {
  margin-top: 5%;
  margin-bottom: 2%;
  padding: 0px 11% 0% 11%;
}
.risultati-store {
  margin-top: 5%;
}
.Formsearch select {
  padding: 1%;
  background: #000;
  background-color: #000;
  border: 0;
  border-radius: 0;
  background-color: #ecebe8;
  vertical-align: middle;
  font-family: "Futura Std Book", sans-serif;
  float: left;
  margin-right: 20px;
  width: 36%;
  text-transform: uppercase;
  height: 43px;
}
.Formsearch button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  width: 20%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  float: left;
  font-size: 13px;
  letter-spacing: 0.7px;
  font-family: "Futura Std Book", sans-serif;
  height: 43px;
}
.Formsearch li select.search {
  background-image: url(../img/booking/freccia.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h4 {
  width: 100%;
  margin-bottom: 15%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  color: #02b0c9;
  font-family: "Futura Std Bold";
}

.booking .foto-store {
  width: 100%;
  float: left;
  min-height: 340px;
  background-image: url(../img/booking/top.jpg);
  background-size: cover;
  background-position: center;
}
.booking .foto-store h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 1px;
  margin: 90px;
  font-family: "Futura Std Book";
}
.booking .foto-store h2 span {
  font-weight: 600;
}

.bookingLink {
  color: black;
  text-decoration: underline;
}
.wrapperBooking .info {
  padding-bottom: 50px;
}
.wrapperBooking .info .contatti {
  width: 27%;
  float: left;
}
.wrapperBooking .info p {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 0;
}
.wrapperBooking .info h2 {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}
.wrapperBooking .info h3 {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: uppercase;
  margin: 0;
}
.wrapperBooking .info h3.wa img {
  width: 30px;
  padding-top: 7px;
}
.wrapperBooking .info h3.wa a:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
}
.wrapperBooking .servizi {
  width: 100%;
  float: left;
  border-top: 1px solid #000;
  padding: 50px 0;
}
.wrapperBooking .servizi h3 {
  width: 100%;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin: 0 0 30px;
}
.wrapperBooking .servizi ul.icone-serivizi {
  width: 100%;
  float: left;
  margin-top: 0;
}
.wrapperBooking .servizi ul.icone-serivizi li {
  width: 20%;
  float: left;
  margin-bottom: 20px;
}
.wrapperBooking .servizi ul.icone-serivizi li .circle {
  width: 41px;
  float: left;
  background-color: #f5f4f3;
  border-radius: 20px;
  padding: 4px;
  margin-right: 10px;
}
.wrapperBooking .servizi ul.icone-serivizi li h4 {
  float: left;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: 0;
  padding-top: 10px;
}
.cwrapperBooking .richiedi {
  width: 100%;
  float: left;
  margin-top: 5%;
}
.wrapperBooking .richiedi h2 {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 3%;
  font-family: "Futura Std medium";
}

.wrapperBooking .row {
  width: 90%;
  max-width: 1250px;
  margin: auto;
}
.SelectBooking {
  background-color: #fff; /*margin-top: -5%;*/
  float: left;
  width: 70%;
  margin-left: 15%;
}
.wrapperBooking .richiedi p {
  width: 60%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  font-family: "Futura Std Light";
  margin-left: 20%;
}
.wrapperBooking .richiedi ul.form {
  width: 100%;
  float: left;
  margin-top: 6%;
}
.wrapperBooking .richiedi ul.form .col-sx {
  width: 50%;
  float: left;
  padding-right: 3%;
}
.wrapperBooking .richiedi ul.form .col-dx {
  width: 50%;
  float: left;
  padding-left: 3%;
}
.wrapperBooking .richiedi ul.form li {
  width: 100%;
  float: left;
  margin-bottom: 4%;
}
.wrapperBooking .richiedi ul.form li.required {
  font-size: 12px;
  margin-bottom: 2%;
  text-align: right;
  font-weight: 200;
}
.wrapperBooking .richiedi ul.form li label {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 2.5em;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.wrapperBooking .richiedi ul.form li input {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 17px;
  background: #f5f4f3;
  font-weight: 300;
  font-size: 0.9em;
  height: 40px;
}
.wrapperBooking .richiedi ul.form li select {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 17px;
  background: #f5f4f3;
  font-weight: 300;
  font-size: 0.9em;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
}
.wrapperBooking .richiedi ul.form li input.data {
  background-image: url(../img/booking/calendar.jpg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right;
}
.wrapperBooking .richiedi ul.form li select.ora {
  background-image: url(../img/booking/clock.jpg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right;
  color: #000;
}
.wrapperBooking .richiedi ul.form li select.scopo {
  background-image: url(../img/booking/freccia.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right;
  color: #000;
}
.wrapperBooking .richiedi ul.form li textarea {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #f5f4f3;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1;
  padding: 17px;
}
.wrapperBooking .richiedi ul.form li.informativa a {
  width: 100%;
  float: right;
  font-size: 13px;
  margin-bottom: 4.5%;
  text-align: left;
  color: #000;
  text-decoration: underline;
}
.wrapperBooking .richiedi ul.form li.informativa input {
  width: auto;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  height: auto;
}
.wrapperBooking .richiedi ul.form li.informativa span {
  width: auto;
  float: left;
  font-size: 13px;
  margin-bottom: 1.5%;
}
.wrapperBooking .richiedi form button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 1% 8%;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 2.2em;
  font-weight: 400;
  float: none;
  font-size: 1em;
  letter-spacing: 0.7px;
  margin-top: 5%;
  font-family: "Futura Std Book", sans-serif;
  margin-bottom: 8%;
}
.wrapperBooking .richiedi form button:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.8;
  cursor: pointer;
}
.contatti .inline-nascondi {
  display: none;
}
.privacy {
  padding: 5%;
  float: left;
}
.privacy p {
  font-size: 0.9em;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.privacy h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 5% 0 1%;
}
.AlignCenter {
  text-align: center;
}
.wrapperBooking {
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
}
.wrapperBookingh1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin: 0 0 20px;
  width: 100%;
  float: left;
  line-height: 1em;
  font-family: Barlow, sans-serif;
}
.wrapperBooking p.intro {
  float: left;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 5%;
  font-size: 16px;
  /*margin-bottom: 4%;*/
}
.SelectBooking p.intro {
  float: left;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.01em; /*margin-top:5%*/
  font-size: 16px;
  margin-bottom: 4%;
}

.cwrapperBooking .info {
  padding-bottom: 50px;
}
.wrapperBooking .info .indirizzo {
  width: 40%;
  margin-right: 3%;
  float: left;
}
.wrapperBooking .info .indirizzo a.portami {
  float: left;
  padding: 5px 22px;
  border: 1px solid #000;
  margin-top: 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 0.64em;
  font-weight: 500;
  letter-spacing: 1px;
}
.wrapperBooking .info .indirizzo a.portami:hover {
  background-color: #fff;
  color: #ac936e;
  border: 1px solid #ac936e;
  -moz-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.wrapperBooking .info .orari {
  width: 27%;
  margin-right: 3%;
  float: left;
}
.wrapperBooking .info .contatti {
  width: 27%;
  float: left;
}
.wrapperBooking .info p {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 0;
}
.wrapperBooking .info h2 {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  font-family: "Barlow", sans-serif;
}
.wrapperBooking .info h3 {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: uppercase;
  margin: 0;
}

.wrapperBooking ul.risultati-store li {
  width: 29.7%;
  float: left;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  margin: 1.8%;
  border-top: 1px solid #000000c4;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.wrapperBooking ul.risultati-store li h3 {
  width: 100%;
  float: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-align: left;
  color: #000;
  font-family: "Futura Std Medium";
}
.wrapperBooking ul.risultati-store li p {
  margin: 8px 0 18px;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  float: left;
  padding: 0;
  font-weight: 300;
}
.wrapperBooking ul.risultati-store li .telefono {
  font-size: 14px;
  font-family: "Futura Std Book" !important;
  background-image: url(../img/icon/phone2.svg);
  background-repeat: no-repeat;
  padding-left: 7%;
  background-size: 14px;
  background-position: left center;
  display: block;
}
.wrapperBooking ul.risultati-store li .orarioo {
  font-family: "Futura Std Medium" !important;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
}
.wrapperBooking ul.risultati-store li a {
  width: auto;
  float: left;
  text-align: center;
  background: #8a837a;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}
.wrapperBooking ul.risultati-store li a:hover {
  background-color: #d0cfd1;
  transition: 0.25s ease-in-out;
}
.wrapperBooking ul.risultati-store li .cont-wa {
  float: left;
  background-color: #f5f4f3;
  margin: 0;
  padding: 10px 15px;
  width: 85%;
  margin-bottom: 15px;
}
.wrapperBooking ul.risultati-store li .cont-wa a {
  width: 100%;
  text-align: left;
  background: none;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #000;
  margin: 0;
}
.wrapperBooking ul.risultati-store li .cont-wa p {
  width: 100%;
  float: left;
  text-transform: uppercase;
  color: #b29c77;
  font-weight: 600;
  font-size: 0.7em;
  margin: 0;
}
.wrapperBookingul.risultati-store li .cont-wa p img {
  width: 24px;
  margin-right: 5px;
  display: none;
}
.wrapperBooking ul.risultati-store li h3.wa {
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: uppercase;
  margin: 0;
}
.wrapperBooking ul.risultati-store li h3.wa img {
  width: 24px;
  margin-right: 5px;
}
.wrapperBooking ul.risultati-store li h3.wa a:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
}
.wrapperBooking ul.risultati-store li p a {
  text-align: left;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0;
  float: none;
  font-size: 1em;
  color: #000;
  font-weight: 200;
}
.wrap.mail {
  background-color: #fff;
  padding: 0 10px 70px;
}
.wrap.mail .top {
  background-image: url(../img/top-mail.jpg);
  height: 130px;
}
.wrap.mail .top img {
  width: 200px;
  text-align: center;
  float: none;
}
.wrap.mail .content {
  padding: 7% 5%;
}
.wrap.mail .content p {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.5em;
  color: #4c4b4b;
  padding: 0;
}
.wrap.mail .content p span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 7px;
}
.wrap.mail .content .box-appuntamento {
  float: left;
  width: 100%;
  margin: 30px 0;
  padding: 15px;
  background-color: #8a837a;
}
.wrap.mail .content .box-appuntamento p {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff;
}
.wrap.mail .content .box-appuntamento p strong {
  text-transform: none;
}
.gestisci {
  background-color: #8a837a;
  padding: 4%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
}
.gestisci a {
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .ConciergeProduct {
    width: 90%;
  }
  .card {
    padding: 4%;
    width: 30%;
    max-width: fit-content;
  }
  .pageConcierge .serviceCard .card {
    width: 30%;
  }
  .SelectBooking {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1250px) {
  .storeCatalog {
    width: 90%;
    max-width: 1250px;
    margin: 8% auto;
  }
  .risultati ul.risultati-store li a {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .storeCatalog {
    width: 90%;
    max-width: 1250px;
    margin: 8% auto;
  }
  .orario {
    padding: 40px;
    padding-right: 0;

    padding-bottom: 30px;
  }
  .serviceCard {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .prodotto.Grid {
    width: 33%; margin: 5px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 47.5%;
    width: 100%;
  }
  .card img {
    width: 18%;
    margin-bottom: 5%;
  }
  .comments {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
  }

  .booking .foto-store {
    min-height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .SelectBooking .row {
    width: 100%;
    margin-top: 4%;
  }

  .row {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    margin-top: 5%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0 !important;
    width: 100%;
  }
  .serviziDisponibili li {
    margin-top: 20px;
    margin-right: 71px;
    min-width: 150px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card {
    max-width: 278px;
  }
  header .Logo img {
    width: 115px;
  }
  .orari {
    display: flex;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 63px 0;
    position: relative;
    bottom: 0px;
    color: #fff;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .content1 .showcasepay .grid .gridColum {
    display: flex;
    align-items: center;
    font-family: "Futura Std Medium";
    text-align: left;
  }
  .content1 .showcasepay .grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 20px;
    width: 80%;
    font-family: "Futura Std Medium";
  }

  .Showcase .showcasepay .grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 20px;
    width: 60%;
    margin: auto;
    font-family: "Futura Std Medium";
  }

  .Showcase .showcasepay h3 {
    font-size: 25px;
  }

  .ConciergeProduct .orari .contatti h2 {
    margin-top: 5%;
  }
  .pageConcierge {
    margin-top: -80px;
  }
  .ConciergeProduct .posizione h1 span {
    font-size: 25px;
  }
  .ConciergeProduct .posizione h1 {
    font-size: 25px;
  }

  .serviceCard {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .pageConcierge .serviceCard {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
  }
  .ConciergeProduct {
    width: 100%;
  }
  .ConciergeProduct .InfoProduct {
    width: 33%;
    margin-top: 10%;
    line-height: 21px;
    margin-right: 5%;
  }
  .ConciergeProduct .infoCentro {
    width: 37%;
    background-color: #8a837a;
    display: flex;
    margin-top: -25%;
    padding: 3%;
    z-index: 9;
  }
  .ConciergeProduct .Product img {
    width: 100%;
    height: auto;
  }
  .ConciergeProduct .orari {
    width: 37%;
    background-color: #8a837a;
    display: flex;
    margin-top: -15%;
    padding: 2%;
    z-index: 9;
  }
  .ConciergeProduct .infoCentro {
    width: 37%;
    background-color: #8a837a;
    display: flex;
    margin-top: -15%;
    padding: 2%;
    z-index: 9;
  }
  .ConciergeProduct .Product {
    width: 40%;
    justify-items: center;
    display: grid;
  }
  .ConciergeProduct .infoCentro .contatti h2 {
    margin-top: 10%;
  }
  .ConciergeProduct .infoCentro .orario h2 {
    margin-top: 8px;
  }
  .card button {
    width: 100%;
  }
  .pageConcierge .serviceCard .card {
    max-width: fit-content;
    padding: 4%;
    width: 50%;
  }
  .card {
    margin: 0;
    width: 50%;
    padding: 4%;
    max-width: unset;
  }
  .LineDescription {
    padding: 0 10%;
  }
  .prodottiStoreCatalog {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    margin-bottom: 10%;
  }
  .recensioni.pageConcierge {
    margin-top: 80px;
    margin-bottom: 0;
    background-color: #f6f6f6;
    clip-path: polygon(0 105px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .recensioni {
    margin-top: -48px;
    margin-bottom: 0;
    background-color: #f6f6f6;
    clip-path: polygon(0 105px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .pageConcierge .concierge {
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    padding-bottom: 130px;
    margin-top: 7%;
    padding-top: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
    padding-bottom: 150px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 31.78% 31.78% 31.78%;
    grid-gap: 20px;
    width: 100%;
    max-width: 1250px;
    margin: auto;
  }
  .row {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .ilCentro {
    width: 50%;
    margin-left: 0;
  }
  .orari {
    padding: 34px 0;
    width: 100%;
    margin-top: 0;
  }
  .infoConcierge {
    margin: auto;
    margin-bottom: 8%;
    width: 90%;
  }
  .serviziDisponibili {
    margin-top: 0;
  }
  .serviziDisponibili h2 {
    font-family: "Futura Std Medium";
    font-size: 25px;
    margin-top: 0;
  }
}
@media screen and (max-width: 950px) {
  .content1 .showcasepay .grid {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 20px;
    width: 100%;
    font-family: "Futura Std Medium";
    justify-content: center;
  }

  .ConciergeProduct .content2 .InfoProduct h2 {
    width: 100%;
  }

  .ConciergeProduct .content2 .InfoProduct {
    width: 70%;
    align-content: center;
  }

  .content1 .showcasepay .grid img {
    padding-right: 4%;
    width: 20%;
  }
  .content1 .showcasepay h4 {
    text-align: center;
  }
  .content1 {
    width: 100%;
    margin-top: 0;
    z-index: 99;
    margin-bottom: 10%;
  }
  .content1 .showcasepay h3 {
    text-align: center;
  }

  .Showcase .showcasepay .grid img {
    padding-right: 4%;
    width: 20%;
  }

  .rt-reviews-link {
    width: 85%;
    text-align: left;
    margin-top: 50px;
    line-height: 20px;
  }

  .special {
    font-family: "Futura Std Medium";
    display: flex;
    justify-content: center;
  }

  .social .icon {
    margin-right: 10px;
    width: 2%;
  }
  .social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .serviziOrari.Telefoni .summary h2 {
    color: white !important;
  }

  .telefoni {
    margin-bottom: 20px;
    background-color: transparent;
    color: #817f79;
    padding: 0;
    padding-right: 0;
    min-width: 250px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -15px;
    border: 1px solid white;
  }

  .galleryServiziContent {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: none;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .buttonPrenota {
    display: inline-block;
    text-transform: uppercase;
    background-color: #474440;
    color: #fff;
    border: 1px #474440 solid;
    margin-bottom: 13px;
    padding: 1.2%;
    max-width: 302px;
    width: 100%;
    min-height: 37px;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 0.05em;
    margin-top: 12px;
    padding-top: 1.2%;
  }

  .ConciergeProduct .buttonPrenota {
    display: inline-block;
    text-transform: uppercase;
    background-color: #474440;
    color: #fff;
    border: 1px #474440 solid;
    margin-bottom: 13px;
    padding: 1.2%;
    max-width: 302px;
    width: 100%;
    min-height: 37px;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 0.05em;

    margin-top: -3px;
    padding-top: 2.6%;
  }

  .buttonPrenota:hover {
    background-color: #474440;
    color: #fff;
    border: none;
  }
  .ConciergeProduct .orari .posizione button {
    background-color: #5b5751;
    color: #fff;
  }
  .ConciergeProduct .orari .posizione .btnSecondary {
    background-color: #47443d;
    color: #fff;
  }

  .serviziOrari {
    display: block;
  }
  .footer {
    padding-right: 20px;
  }
  .booking details {
    margin-top: 15px;
  }
  .ConciergeProduct .orari .serviziOrari {
    display: block;
    margin-top: 4%;
  }
  .recensioni.pageConcierge .row {
    width: 90%;
    margin-left: 5%;
  }
  .ConciergeProduct .orario {
    color: #000;
    background-color: #fff;
    width: 100%;
    display: flex;
    margin-top: 0;
    text-align: center;
    justify-content: center;
    padding: 3%;
  }
  .ConciergeProduct .orari {
    margin-top: -9%;
  }
  .ConciergeProduct .Product {
    margin-top: 0;
  }
  .ConciergeProduct .InfoProduct {
    margin-top: 2%;
  }
  .ConciergeProduct .orari .button {
    padding: 3%;
  }
  .risultati ul.risultati-store li a {
    width: 59%;
  }
  .pageConcierge .serviceCard .card {
    max-width: fit-content;
    padding: 4%;
    width: 80%;
  }
  .ConciergeProduct .infoCentro .posizione .onlyMobile button {
    display: unset;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
    margin: 13px 0;
    margin-bottom: 5px;
  }
  .ConciergeProduct .infoCentro .posizione button {
    margin: 13px 0;
    background-color: #fff;
    color: #000;
    border: none;
    min-width: fit-content;
    min-height: 37px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 12px;
    width: 100%;
    font-size: 12.5px;
    border: 1px solid #fff;
  }
  .posizione {
    width: 100%;
  }
  .pageConcierge .card button:hover {
    background-color: #141313 !important;
  }
  .pageConcierge .concierge {
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 130px;
    margin-top: 7%;
    padding-top: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 250px;
  }
  .ConciergeProduct .infoCentro .posizione p {
    font-size: 14px;
    margin: 10px;
    letter-spacing: 0.03em;
  }
  .ConciergeProduct .infoCentro .posizione p.special {
    padding-bottom: 3%;
    padding-top: 3.5%;
  }
  .card button:hover {
    background-color: #2a2124 !important;
    border: 1px solid;
  }
  .cta {
    width: 100%;
    margin: auto;
    background: linear-gradient(180deg, #fff 75%, #fff 5%, #fff 100%, #fff 100%);
    margin-top: 50px;
  }
  .recensioniTitoloDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .NoMobile {
    display: none !important;
  }
  .onlyMobile {
    display: block;
  }
  .posizione h1 span {
    font-family: "Futura Std Bold";
    font-size: 25px;
  }
  .ConciergeProduct .posizione h1 span {
    font-family: "Futura Std Bold";
    font-size: 25px;
  }
  .ConciergeProduct .posizione h1 {
    font-family: "Futura Std Light";
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 0.03em;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .negozioInner {
    width: 100%;
  }
  .orari {
    display: flex;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 35px 0;
    position: relative;
    bottom: 38px;
    color: #fff;
    flex-direction: column;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
  }
  .posizione p {
    font-size: 14px;
    margin: 10px 0;
  }
  header {
    margin: auto;
    display: flex;
    width: 95%;
    justify-content: space-between;
    height: 72px;
    align-items: center;
  }
  header .Logo img {
    width: 80px;
  }
  header .dic {
    margin-top: 5%;
    text-transform: uppercase;
    font-family: "Futura Std Bold";
    font-size: 9px;
    letter-spacing: 0.03em;
    font-weight: lighter;
  }
  header .Logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 29px;
  }
  header a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
  }
  .orario {
    background-color: #fff;
    color: #817f79;
    padding: 0;
    padding-right: 0;
    min-width: 250px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .contatti li {
    display: flex;
    margin: 25px 0;
    font-size: 15px;
    justify-content: center;
  }
  .contatti ul {
    margin-left: 0;
  }
  .infoCentro {
    flex-direction: column;
  }
  .loStaf {
    margin-top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    flex-direction: column-reverse;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .loStaf img {
    float: left;
    width: 55%;
  }
  .ilCentro {
    width: 100%;
  }
  .trattamenti {
    background-color: #fafafa;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .swiper-container {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    margin-top: -38px;
  }
  #pagination1 {
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    display: none;
  }
  #pagination2 {
    left: 0 !important;
  }
  .serviceCard {
    flex-direction: column;
    align-items: center;
  }
  .prodotti {
    display: flex;
    margin: auto;
    width: 248px;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .ilCentro h2 {
    height: 47px;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #939292;
    width: 90%;
    margin-left: 5%;
  }
  .ilCentro img {
    width: 12px;
  }
  .ilCentro span {
    display: flex;
    align-items: center;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .ilCentro p {
    margin: 35px 0;
    margin: auto;
    font-size: 16px;
    font-family: "Futura Std Light";
    width: 85%;
    margin-top: 10px;
  }
  .serviziDisponibili h2 {
    height: 47px;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #939292;
    width: 90%;
    margin-left: 5%;
  }
  .serviziDisponibili img {
    width: 12px;
  }
  .serviziDisponibili h2 span {
    display: flex;
    align-items: center;
  }
  .serviziDisponibili li p {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: start;
    margin-left: 40px;
    font-family: Futura Std Light;
    color: #151515;
  }
  .serviziDisponibili li {
    margin-top: 20px;
    margin-right: 0;
    min-width: 150px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 10px;
  }
  .loStafText {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    max-width: none;
  }
  .ilCentroText {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 14px;
  }
  .ilCentroText p {
    font-size: 14px;
  }
  .orario p {
    margin-bottom: 11px;
    font-size: 14px;
    color: #000;
  }
  .ConciergeProduct .infoCentro .orario p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .loStafText h3 {
    height: 47px;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #939292;
    width: 90%;
    margin-left: 5%;
  }
  .loStafText img {
    width: 12px;
  }
  .loStafText p {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;
  }
  .swiper2 {
    padding-bottom: 35px;
    width: 100%;
  }
  .lostaffImg {
    margin-bottom: 20px;
  }
  .hiddenMobile {
    display: none !important;
  }
  .ctaLunga picture {
    width: 90%;
    z-index: 9;
  }
  .posizione img {
    width: 15px;
    position: relative;
    right: 5px;
  }
  .posizione .onlyMobile button {
    display: unset;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
    margin: 13px 0;
  }

  .posizione button {
    margin: 0;
    background-color: #5b5751;
    color: #fff;
    border: none;
    min-width: 302px;
    min-height: 37px;
  }

  .posizione .btnSecondary {
    margin: 13px 0;
    color: #fff;
    min-width: 302px;
    min-height: 37px;
    background-color: #474440;
    border: 1px solid #474440;
  }
  .posizione .oggiAperto {
    margin-bottom: 20px;
  }
  .card img {
    width: 16%;
    margin-bottom: 5%;
    margin-top: 10px;
  }
  .card button {
    color: #000;
    margin-top: 23px;
    margin-bottom: 20px;
  }
  .tit {
    font-size: 20px !important;
    margin-bottom: 11px !important;
    text-transform: uppercase;
    font-family: "Futura Std medium";
  }
  .posizione {
    margin-bottom: 45px;
  }
  .posizione h1 {
    font-size: 25px;
  }
  .orari h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .onlyPC {
    display: none;
  }
  .card {
    max-width: inherit;
    margin: 15px 0;
    width: 80%;
    background: #f3f3f3;
    padding: 5%;
  }
  .infoConcierge {
    margin-bottom: 30px;
  }
  .Showcase {
    text-align: center;
    margin-top: 60px;
  }
  #bluBtn,
  #greenBtn,
  #greyBtn,
  #redBtn {
    background-color: #8a837a;
    font-family: "Futura Std Medium";
    font-weight: 300;
    font-size: 12.5px;
    border: 1px solid #8a837a;
    color: #fff;
  }
  .card button {
    height: 46px;
  }
  .card button {
    width: 80%;
  }
  .pageConcierge .serviceCard .card button {
    width: 80%;
  }
  .prodotto {
    background-image: url(../img/prodottoHover.jpg);
    width: fit-content;
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.5s;
    background-size: 110%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
    position: relative;
  }
  .bullet {
    width: 8px;
    height: 8px;
    background-color: #464646;
    border: 1px solid #464646;
    margin: 0 4px;
    border-radius: 50%;
  }
  .Showcase .active {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #999795;
    margin: 0 4px;
    border-radius: 50%;
  }
  .bullets {
    display: flex;
    justify-content: center;
  }
  .prodotti {
    justify-content: start;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-bottom: 7%;
  }
  .prodotti > div {
    scroll-snap-align: start;
  }
  .prodotti::-webkit-scrollbar {
    display: none;
  }
  .concierge {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #f6f9fc;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 130px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  .recensioni {
    margin-top: 6px;
    margin-bottom: 0;
    background-color: #efefef;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 120px;
  }
  .comment {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .comments {
    overflow-y: scroll;
    width: 85%;
    padding-left: 0;
    padding-right: 5%;
  }
  .comments::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .comments::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  .comments::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #000 14%, #000 64%);
  }
  .comments::-webkit-scrollbar-track {
    background: #707070;
    border-radius: 15px;
  }
  .ctaLunga {
    width: 100%;
  }
  .row {
    width: 100%;
    max-width: 1250px;
    margin: auto;
  }
  .prodotto img {
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
    max-width: 250px;
    height: auto;
  }
  .goUpBtn {
    position: fixed;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .trattamenti h3 {
    height: 47px;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #939292;
    width: 90%;
    margin-left: 5%;
  }
  .trattamenti ul {
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
  }
  #trattamentiList {
    width: 85%;
    margin: auto;
    max-height: 392px;
    padding-right: 5px;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 8%;
  }
  .trattamenti li {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0;
  }
  .trattamenti {
    height: auto;
    padding: 0;
  }
  .trattamenti img {
    width: 12px;
  }
  #trattamentiTitle {
    margin-bottom: 0;
  }
  .trattamenti h3 {
    margin-bottom: 5px !important;
  }
  .serviziDisponibili ul {
    margin-left: 2%;
    margin-bottom: 5%;
  }
  #trattamentiList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  #trattamentiList::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
  }
  #trattamentiList::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #000 14%, #000 64%);
  }
  #trattamentiList::-webkit-scrollbar-track {
    background: #707070;
    border-radius: 15px;
  }
  .popUp {
    position: fixed !important;
    z-index: 99 !important;
    width: 80% !important;
    padding: 20px !important;
    background-color: #fff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    top: 3% !important;
    backdrop-filter: opacity(0.2);
  }
  .exit {
    position: absolute;
    top: 13px;
    left: 87% !important;
    font-size: 30px;
  }
  .ConciergeProduct .posizione {
    width: 100%;
    color: #fff;
    margin-top: 7%;
    text-align: left;
  }
}

.trattamenti #trattamentiFirstUl {
  overflow-y: auto !important;
}
.hidden {
  display: none;
}
@media screen and (max-width: 950px) {
  .special {
    font-family: "Futura Std Medium";
    display: flex;
    justify-content: center;
  }
  .social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .ConciergeProduct .social .icon {
    margin-right: 10px;
    width: 5%;
  }

  .risultati ul.risultati-store li a {
    width: 70%;
  }
  .booking details {
    margin-top: 1.5%;
  }
  .ConciergeProduct .orari .button {
    padding: 2%;
  }
  .ConciergeProduct .orari .serviziOrari {
    display: block;
    margin-top: 0%;
  }
  .risultati ul.risultati-store li .telefono {
    padding-left: 7%;
  }
  .button {
    margin-bottom: 12px;
  }
  .pageConcierge {
    margin-top: 0;
  }

  #trattamentiList li .imgServizzi img {
    width: 100% !important;
    margin: 10px 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    grid-gap: 20px;
    width: 100%;
    max-width: 1250px;
    margin: auto;
  }
  .prodotto.Grid {
    background-image: url(../img/prodottoHover.jpg);
    width: fit-content;
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.5s;
    background-size: 110%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 32%;
    height: 100%;
  }
  .prodottiStoreCatalog {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    margin-bottom: 10%;
  }
  .LineDescription {
    margin-top: 2%;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 10%;
    line-height: 24px;
    margin-bottom: 4%;
  }
  .exit {
    position: absolute;
    top: 5px !important;
    left: 95% !important;
    font-size: 20px !important;
  }
  .cta .contCtaSmall.conTesto .cta1Small,
  .cta .contCtaSmall.conTesto .cta2Small {
    min-height: 400px;
  }
  .cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta {
    min-height: 400px;
  }
  .concierge.bgWhite {
    padding-top: 50px;
  }
  .recensioni {
    margin-top: -48px;
  }
  .ConciergeProduct {
    width: 100%;
    flex-wrap: wrap;
  }
  .cta .contCtaBig.conTesto h3 {
    font-size: 25px;
  }
  .ConciergeProduct .orari {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -5%;
    padding: 0%;
    z-index: 9;
    flex-direction: initial;
    flex-wrap: wrap;
    text-align: center;
  }

  .ConciergeProduct .infoCentro {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -9%;
    padding: 5%;
    z-index: 9;
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .ConciergeProduct .Product {
    width: 50%;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .invia {
    width: 100%;
  }
  .ConciergeProduct .posizione {
    width: 48%;
    color: #fff;
    margin-top: 6%;
    text-align: center;
  }

  .ConciergeProduct .infoCentro .orario p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .ConciergeProduct .InfoProduct {
    width: 42%;
    margin-top: 10%;
    line-height: 21px;
    margin-right: 5%;
    flex-wrap: wrap;
    display: flex;
  }
  .ConciergeProduct .infoCentro .posizione .btnSecondary {
    margin: 0;
    background-color: #5b5751;
    color: #fff;
    border: none;
    min-width: 302px;
    min-height: 40px;
    margin-top: 4px;
  }
  .pageConcierge .concierge {
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 130px;
    margin-top: 7%;
    padding-top: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 250px;
  }
  .recensioni.pageConcierge {
    margin-top: 60px;
    background-color: #efefef;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 85px;
    border-bottom: 0 solid #0000002e;
  }
  .recensioni.pageConcierge .row {
    width: 85%;
  }
  .pageConcierge .cta {
    margin-top: -24%;
  }
  .serviceCard {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    column-gap: 20px;
    flex-direction: initial;
  }
  .pageConcierge .serviceCard {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    column-gap: 20px;
    flex-direction: initial;
  }
  .pageConcierge .serviceCard .card {
    max-width: fit-content;
    padding: 4%;
    width: 44%;
    align-items: center;
    min-height: 350px;
  }
  .card {
    max-width: inherit;
    margin: 15px 0;
    width: 44%;
    background: #f3f3f3;
    padding: 5%;
    min-height: 350px;
  }
  .pageConcierge .card {
    max-width: inherit;
    margin: 30px 0;
    background: #f3f3f3;
    width: 44%;
    align-items: center;
  }
  .ConciergeProduct .infoCentro .posizione button {
    margin: 13px 0;
    background-color: #fff;
    color: #000;
    border: none;
    min-width: fit-content;
    min-height: 37px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 12px;
    width: 100%;
    font-size: 12.5px;
    border: 1px solid #fff;
  }
  .ConciergeProduct .infoCentro .posizione .onlyMobile button {
    display: unset;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
    margin: 13px 0;
    margin-bottom: 5px;
  }
  .ConciergeProduct .orari .posizione button {
    width: 82%;
  }
  .SelectBooking {
    width: 100%;
    margin-left: 0;
  }
  .wrapperBooking ul.risultati-store li {
    width: 46%;
    float: left;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    margin: 1.8%;
    border-top: 1px solid #000000c4;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
  .ConciergeProduct {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ConciergeProduct .content2 .InfoProduct {
    width: 78%;
    align-content: center;
  }
  .ConciergeProduct .content2 .InfoProduct h2 {
    width: 100%;
  }

  .content1 .showcasepay .grid {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 20px;
    width: 100%;
    font-family: "Futura Std Medium";
    justify-content: center;
  }

  .content1 {
    width: 100%;
    margin-top: 0;
    z-index: 99;
    margin-bottom: 10%;
  }
  .content1 .showcasepay .grid img {
    padding-right: 4%;
    width: 16%;
  }
  .content1 .showcasepay h3 {
    text-align: center;
  }

  .content1 .showcasepay h4 {
    text-align: center;
  }
  .Showcase .showcasepay h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #03afc7;
    text-transform: uppercase;
    font-family: "Futura Std Medium";
  }

  .Showcase .showcasepay .grid img {
    padding-right: 4%;
    width: 35px;
  }

  .Showcase .showcasepay h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: black;
    margin-top: 40px;
    font-family: "Futura Std Medium";
    letter-spacing: 0.5px;
    margin-top: 30px;
  }

  .Showcase .showcasepay .grid .gridColum p {
    font-family: "Futura Std Medium";
    font-size: 14px;
    text-align: left;
  }
  .Showcase .showcasepay .grid img {
    padding-right: 4%;
    width: 35px;
  }

  .special {
    font-family: "Futura Std Medium";
    display: flex;
    justify-content: center;
  }
  .social {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .ConciergeProduct .social {
    margin-bottom: 0px;
  }
  .social .icon {
    margin-right: 10px;
    width: 5%;
  }

  .risultati ul.risultati-store li a {
    width: 70%;
  }
  .booking details {
    margin-top: 1.5%;
  }
  .ConciergeProduct .orari .button {
    padding: 2%;
  }
  .ConciergeProduct .orari .serviziOrari {
    display: block;
    margin-top: 0%;
  }
  .risultati ul.risultati-store li .telefono {
    padding-left: 7%;
  }
  .button {
    margin-bottom: 12px;
  }

  #trattamentiList li .imgServizzi img {
    width: 100% !important;
    margin: 10px 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    grid-gap: 20px;
    width: 100%;
    max-width: 1250px;
    margin: auto;
  }
  .prodotto.Grid {
    background-image: url(../img/prodottoHover.jpg);
    width: fit-content;
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.5s;
    background-size: 110%;
    background-position: top center;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 32%;
    height: 100%;
  }
  .prodottiStoreCatalog {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    margin-bottom: 10%;
  }
  .LineDescription {
    margin-top: 2%;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 10%;
    line-height: 24px;
    margin-bottom: 4%;
  }
  .exit {
    position: absolute;
    top: 5px !important;
    left: 95% !important;
    font-size: 20px !important;
  }
  .cta .contCtaSmall.conTesto .cta1Small,
  .cta .contCtaSmall.conTesto .cta2Small {
    min-height: 400px;
  }
  .cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta {
    min-height: 400px;
  }
  .concierge.bgWhite {
    padding-top: 50px;
  }
  .recensioni {
    margin-top: -48px;
  }
  .ConciergeProduct {
    width: 100%;
    flex-wrap: wrap;
  }
  .cta .contCtaBig.conTesto h3 {
    font-size: 25px;
  }
  .ConciergeProduct .orari {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -5%;
    padding: 0%;
    z-index: 9;
    flex-direction: initial;
    flex-wrap: wrap;
    text-align: center;
  }

  .ConciergeProduct .infoCentro {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -9%;
    padding: 5%;
    z-index: 9;
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .ConciergeProduct .Product {
    width: 50%;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .invia {
    width: 100%;
  }
  .ConciergeProduct .posizione {
    width: 48%;
    color: #fff;
    margin-top: 6%;
    text-align: center;
  }

  .ConciergeProduct .infoCentro .orario p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .ConciergeProduct .InfoProduct {
    width: 42%;
    margin-top: 10%;
    line-height: 21px;
    margin-right: 5%;
    flex-wrap: wrap;
    display: flex;
  }
  .ConciergeProduct .infoCentro .posizione .btnSecondary {
    margin: 0;
    background-color: #5b5751;
    color: #fff;
    border: none;
    min-width: 302px;
    min-height: 40px;
    margin-top: 4px;
  }
  .pageConcierge .concierge {
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 130px;
    margin-top: 7%;
    padding-top: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 250px;
  }
  .recensioni.pageConcierge {
    margin-top: 60px;
    background-color: #efefef;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 85px;
    border-bottom: 0 solid #0000002e;
  }
  .recensioni.pageConcierge .row {
    width: 85%;
  }
  .pageConcierge .cta {
    margin-top: -24%;
  }
  .serviceCard {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    column-gap: 20px;
    flex-direction: initial;
  }
  .pageConcierge .serviceCard {
    justify-content: space-between;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    column-gap: 20px;
    flex-direction: initial;
  }
  .pageConcierge .serviceCard .card {
    max-width: fit-content;
    padding: 4%;
    width: 44%;
    align-items: center;
    min-height: 350px;
  }
  .card {
    max-width: inherit;
    margin: 15px 0;
    width: 44%;
    background: #f3f3f3;
    padding: 5%;
    min-height: 350px;
  }
  .pageConcierge .card {
    max-width: inherit;
    margin: 30px 0;
    background: #f3f3f3;
    width: 44%;
    align-items: center;
  }
  .ConciergeProduct .infoCentro .posizione button {
    margin: 13px 0;
    background-color: #fff;
    color: #000;
    border: none;
    min-width: fit-content;
    min-height: 37px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 12px;
    width: 100%;
    font-size: 12.5px;
    border: 1px solid #fff;
  }
  .ConciergeProduct .infoCentro .posizione .onlyMobile button {
    display: unset;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
    margin: 13px 0;
    margin-bottom: 5px;
  }
  .ConciergeProduct .orari .posizione button {
    width: 82%;
  }
  .SelectBooking {
    width: 100%;
    margin-left: 0;
  }
  .wrapperBooking ul.risultati-store li {
    width: 46%;
    float: left;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    margin: 1.8%;
    border-top: 1px solid #000000c4;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
  }
  .ConciergeProduct {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .contentDEscProduct .tab {
    cursor: pointer;
    padding: 7px 25px;
    /* margin: 0px 20px; */
    display: inline-block;
    color: #000000;
    font-family: "Futura Std Medium";
    font-size: 15px;
    font-weight: bold;
    background-color: #f2f2f2;
    width: 90%;
    margin-top: 3px;
  }
  .footer {
    padding-left: 20px;
  }
  .cond {
    float: left;
    padding-right: 2%;
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
  }
  .content1 .showcasepay h4 {
    font-size: 14px;
  }
  .content2 {
    display: flex;
    flex-wrap: wrap;
  }
  .content1 .showcasepay .grid {
    display: flex;
    grid-template-columns: 100% auto;
    grid-gap: 20px;
    width: 100%;
    margin: auto;
    font-family: "Futura Std Medium";
    flex-wrap: wrap;
    justify-content: center;
  }

  .ConciergeProduct .content2 .InfoProduct {
    width: 70%;
    align-content: center;
    margin-left: 15%;
  }
  .content1 .showcasepay {
    padding: 10% 9%;
  }

  .Showcase .showcasepay .grid {
    display: flex;
    grid-template-columns: 100% auto;
    grid-gap: 20px;
    width: 100%;
    margin: auto;
    font-family: "Futura Std Medium";
    flex-wrap: wrap;
    justify-content: center;
  }

  .content1 .showcasepay h3 {
    text-align: center;
    font-size: 18px;
  }

  .Showcase .showcasepay h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: black;
    margin-top: 40px;
    font-family: "Futura Std Medium";
    letter-spacing: 0.5px;
    margin-top: 20px;
  }

  .social .icon {
    margin-right: 10px;
    width: 5%;
  }
  .bottom .footer p.powered {
    text-align: center;
  }
  .wrapperBooking .row {
    width: 95%;
  }
  .button {
    margin-bottom: 15px;
    padding-top: 2%;
  }
  .SelectBooking {
    width: 95%;
    margin-left: 2.5%;
    margin-top: -9%;
  }
  .Formsearch select {
    width: 100%;
    padding-left: 5%;
    margin-bottom: 6%;
  }
  .Formsearch button {
    width: 100%;
  }
  .SelectBooking p.intro {
    float: left;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 16px;
    margin-bottom: 5%;
    margin-top: 2%;
  }
  .wrapperBooking p.intro {
    padding: 9%;
    margin-bottom: 5%;
  }
  .wrapperBooking ul.risultati-store li {
    width: 90%;
    float: left;
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    margin: 1.8%;
    border-top: 1px solid #000000c4;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 5%;
  }
  .button.Chiama {
    margin-top: 20px;
  }
  .risultati ul.risultati-store li {
    width: 100%;
    padding-top: 10%;
    margin-bottom: 10%;
  }
  .infoProdotto .desc {
    margin-top: 5px;
  }
  .pageConcierge .serviceCard .card {
    max-width: fit-content;
    padding: 4%;
    width: 90%;
    min-height: auto;
  }
  #trattamentiList {
    width: 87%;
    margin-top: 10%;
  }
  .serviceCard {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .cta {
    margin-top: 55px;
  }
  .recensioni.pageConcierge .row {
    width: 80%;
    margin-left: 10%;
  }
  .prodotto.Grid img {
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
    max-width: inherit;
    width: 100%;
    height: 100%;
  }
  .ConciergeProduct .infoCentro .posizione .btnSecondary {
    min-width: auto;
  }
  .recensioni form .wrapSelect {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin-bottom: 7%;
  }
  .recensioni form button {
    width: 100%;
  }
  .recensioni form {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 13%;
  }
  .recensioniTitolo {
    font-size: 25px;
    color: #000;
    font-family: "Futura Std medium";
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .ConciergeProduct .infoCentro {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -5.6%;
    padding: 5%;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: column;
    order: 1;
  }
  .ConciergeProduct .orari {
    width: 100%;
    background-color: #8a837a;
    display: flex;
    margin-top: -10%;
    padding: 5%;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: column;
    order: 1;
    padding-bottom: 0;
  }
  .ConciergeProduct .posizione {
    width: 100%;
    color: #fff;
    margin-top: 7%;
    text-align: center;
  }
  .ConciergeProduct {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ConciergeProduct .Product {
    width: 100%;
    justify-items: center;
    display: grid;
  }
  .ConciergeProduct .infoCentro .orario p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fff;
  }
  .ConciergeProduct .InfoProduct {
    width: 80%;
    justify-content: center;
    text-align: center;
    margin-left: 10%;
  }
  .pageConcierge .card {
    max-width: inherit;
    margin: 15px 0;
    width: 100%;
    background: #f3f3f3;
    padding: 5%;
  }
  .ConciergeProduct .Product img {
    width: 70%;
    height: auto;
    margin-top: 0;
  }
  .pageConcierge .concierge {
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 130px;
    margin-top: 7%;
    padding-top: 3%;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    padding-bottom: 120px;
  }
  .ConciergeProduct .infoCentro .posizione button:hover {
    background-color: #3db1cc;
    color: #fff;
    border: 1px solid #3db1cc;
  }
  .ConciergeProduct .infoCentro .posizione button {
    margin: 13px 0;
    background-color: #fff;
    color: #000;
    border: none;
    min-width: fit-content;
    min-height: 37px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 10px;
    width: 80%;
    font-size: 12.5px;
    border: 1px solid #fff;
  }
  .ConciergeProduct .infoCentro .posizione .onlyMobile button {
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
  }
  .cta .contCtaSmall.conTesto h3 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
  }
  .infoProdotto .titolo {
    width: 100%;
    font-family: "Futura Std medium";
    letter-spacing: 0.03em;
    font-size: 14px;
    line-height: 19px;
    padding: 0 3%;
  }
  .prodotto.Grid .buttonHidden {
    position: absolute;
    height: 50px;
    width: 90%;
    left: 5%;
    top: 51%;
    font-size: 12px;
  }
  .concierge.bgWhite {
    padding-top: 0;
  }
  .LineDescription {
    margin-top: 2%;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 5%;
    line-height: 23px;
    margin-bottom: 4%;
  }
  .storeCatalog {
    margin: 24% auto;
  }
  .prodottiStoreCatalog {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 98%;
    margin-bottom: 10%;
  }
  .prodotto.Grid {
    width: 50%;
  }
  .cta .contCtaBig.conTesto h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cta .contCtaBig.conTesto p {
    font-size: 14px;
  }
  .grid-container {
    grid-template-columns: 100%;
  }
  .prodotto button {
    position: absolute;
    height: 50px;
    width: 90%;
    left: 5%;
    top: 51%;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .infoProdotto {
    margin-top: -5px;
  }
  .buttonFuori {
    width: 100%;
    left: 0;
  }
  .cta .contCtaSmall {
    flex-direction: column;
  }
  .cta .contCtaSmall .cta1Small {
    width: 100%;
    margin-bottom: 25px;
  }
  .cta .contCtaSmall .cta2Small {
    width: 100%;
    margin-bottom: 25px;
  }
  .cta .contCtaSmall.conTesto .cta1Small,
  .cta .contCtaSmall.conTesto .cta2Small {
    min-height: 350px;
  }
  .cta .contCtaSmall.conTesto .cta2Small .flexslider li.slideCta {
    min-height: 350px;
  }
  .cta .contCtaSmall.conTesto .paddingSlide {
    padding: 20px;
  }
  .cta .contCtaSmall.conTesto .cta1Small,
  .cta .contCtaBig.conTesto {
    padding: 20px;
    justify-content: flex-end;
  }
  .cta .contCtaSmall.conTesto a.scopri,
  .cta .contCtaBig.conTesto a.scopri {
    width: 100%;
  }
  .cta .contCtaSmall.conTesto p {
    font-size: 14px;
  }
  .cta .contCtaSmall.conTesto a.scopri,
  .cta .contCtaBig.conTesto a.scopri {
    padding: 25px 10px;
  }
  .flex-control-nav li {
    height: 15px;
  }
  .footer {
    margin-top: 40px;
    margin-bottom: 90px;
    width: 100%;
    float: left;
  }
  .concierge {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #f6f9fc;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  .recensioni {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 0;
    border-bottom: 1px solid #0000002e;
  }
  .exit {
    position: absolute;
    top: 3px !important;
    left: 91% !important;
    font-size: 21px !important;
  }
  #trattamentiList li .imgServizzi img {
    width: 100% !important;
    margin: 10px 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .TitleLine {
    font-family: "Futura Std Medium";
    display: flex;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2%;
    text-align: center;
  }
  .Showcase h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-family: "Futura Std medium";
  }
  .orari h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .special {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Futura Std Medium Oblique";
  }
  .posizione button {
    margin: 0;
    background-color: #5b5751;
    color: #fff;
    border: none;
    min-width: 302px;
    min-height: 37px;
  }
  .posizione .onlyMobile button {
    display: unset;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: 1px #fff solid;
    margin: 13px 0;
    margin-bottom: 5px;
  }
  .posizione .btnSecondary {
    margin: 13px 0;
    color: #fff;
    min-width: 302px;
    min-height: 37px;
    margin-top: 13px;
    background-color: #474440;
    color: #fff;
    border: 1px solid #474440;
  }
  .storeCatalog h2 {
    margin-bottom: 40px;
    font-size: 25px;
    font-family: "Futura Std medium";
    text-align: center;
    letter-spacing: 0;
    width: 80%;
    margin-left: 10%;
  }
  .cta .flex-control-nav {
    width: 30px;
    position: absolute;
    text-align: center;
    z-index: 9;
    display: flex;
    justify-content: end;
    flex-direction: row;
    right: 12px;
    bottom: -50px;
    transform: translateY(-50%);
  }
  .card p {
    margin-top: 20px;
  }
  .cta {
    width: 100%;
    background: linear-gradient(180deg, #fff 75%, #fff 5%, #fff 100%, #fff 100%);
  }
  .prodotto img {
    transition: cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
    max-width: none;
    height: auto;
    width: 250px;
  }
  .card {
    max-width: inherit;
    margin: 15px 0;
    width: 100%;
    background: #f3f3f3;
    padding: 5%;
    min-height: auto;
  }
  .option {
    display: none;
  }
  .ConciergeProduct .InfoProduct button {
    font-size: 12.5px;
  }
  .ConciergeProduct .orari .posizione button {
    width: 90%;
  }
  .booking .foto-store h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin: 40px;
    font-family: "Futura Std Book";
  }
  .booking .foto-store {
    min-height: 150px;
  }
  .wrapperBooking .richiedi p {
    width: 80%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    font-family: "Futura Std Light";
    margin-left: 10%;
  }
  .wrapperBooking .richiedi ul.form .col-sx {
    width: 100%;
    padding-right: 0;
  }
  .wrapperBooking .richiedi ul.form .col-dx {
    width: 100%;
    padding-left: 0;
  }
  .wrapperBooking .richiedi h2 {
    width: 70%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.7px;
    margin-left: 15%;
    margin-bottom: 6%;
  }
  .wrapperBooking .richiedi ul.form li input {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 17px;
    background: #f1f1f1;
    font-weight: 300;
    font-size: 0.9em;
    height: 50px;
    margin-bottom: 3%;
  }
  .wrapperBooking .richiedi ul.form li select {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 17px;
    background: #f1f1f1;
    font-weight: 300;
    font-size: 0.9em;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 50px;
    color: #000;
    margin-bottom: 3%;
  }
  .wrapperBooking .richiedi form button {
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    padding: 1% 8%;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    line-height: 2.6em;
    font-weight: 400;
    float: none;
    font-size: 1em;
    letter-spacing: 0.7px;
    margin-top: 5%;
    font-family: "Futura Std Book", sans-serif;
    margin-bottom: 8%;
  }
  .wrapperBooking .richiedi ul.form {
    width: 100%;
    float: left;
    margin-top: 15%;
  }
  .booking details {
    max-width: 302px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  form#ricerca.row {
    display: flex;
    margin: 0;
    padding: 0;
    width: 90%;
    margin-left: 5%;
  }
  .SelectBooking .row {
    width: 100%;
    padding: 0;
  }
  .buttonPrenota {
    padding-top: 2.5%;
    margin-top: 12px;
  }
  .pageConcierge .buttonPrenota {
    padding-top: 2.5%;
  }

  .pageConcierge {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .ConciergeProduct .InfoProduct button {
    min-height: 43px;
  }
}

@media screen and (max-width: 350px) {
  .Showcase .showcasepay .grid {
    display: flex;
    grid-template-columns: 100% auto;
    grid-gap: 20px;
    width: 100%;
    margin: auto;
    font-family: "Futura Std Medium";
    flex-wrap: wrap;
    justify-content: center;
  }
  .prodotto img {
    width: 100%;
  }
  .prodotti {
    width: 70%;
  }
  .infoProdotto {
    margin-top: -52px;
  }
  .recensioni h2 {
    font-size: 25px;
    margin-bottom: 35px;
    text-align: center;
  }
  .ConciergeProduct .orari .posizione button {
    width: 100%;
  }
}

/* toggle list */

#trattamentiList li span img {
  right: 180px;
  width: 10px;
  float: right;
}
#trattamentiList li p {
  margin-top: 10px;
  line-height: 22px;
}

/* popUp */

.popUp {
  box-shadow: 3px 3px 75px #000000cf;
  position: fixed;
  z-index: 99;
  width: 50%;
  padding: 40px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 200px;
  backdrop-filter: opacity(0.2);
  /* animation: fadeUp 1s; */
}

@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
}

#backDropp {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(198, 197, 197, 0.3);
  z-index: 98;
}
.exit {
  position: absolute;
  top: 13px;
  left: 95%;
  font-size: 23px;
}

/* <a> links are white, but since .ilCentro also has a white background, links inside this div are not visible  */
/* We can fix this by making these links black  */
.ilCentro a {
  color: black;
}

/* proximity engagement */
.rt-proximity-modal * {
  font-family: Futura;
  font-size: 16px;
}

.rt-proximity-modal input {
  height: revert;
}

.rt-proximity-banner {
  background-color: #9a9085;
  padding-block: 2.5em;
  text-align: center;
  color: #fff;
}

.rt-proximity-banner .rt-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;

  width: min(90%, 600px);
  margin-inline: auto;
}

.rt-proximity-banner p {
  font-family: "Futura Std Light";
  font-size: 24px;
}

.rt-proximity-banner h2 {
  font-family: "Futura Std Bold";
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.03em;
}

.rt-proximity-banner .rt-btn {
  display: inline-flex;
  justify-content: center;
  padding: 1em 1.25em;
  border: none;
  background-color: #fff;
  width: min(100%, 300px);

  font-family: "Futura Std Book";
  font-size: 14px;
  color: #222121;
  text-align: center;
}
