@charset "UTF-8";

/*colori

*/
/*font

*/
/*variabili    		es.	color:var(--varA);*/
:root {
  --specialColor: #000;
  --fontDefautl: "Jost", sans-serif;
  --specialFont: "Oswald", sans-serif;
  --specialFont2: "Will&Grace";
}



html {
  font-size: 14px;
  text-rendering: optimizeSpeed;
}
html * {
  box-sizing: border-box;
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #1d1d1b;
  background-color: #fff;
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  font-stretch: unset;
  font-weight: 400;
  letter-spacing: initial;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
a {
  border: 0;
}
a {
  color: #040404;
  text-decoration: underline;
}
a:hover,
a:hover * {
  transition: all 0.3s linear;
  transform: translateY(1) scale(1);
  -webkit-transform: translateY(1) scale(1);
}
a:hover {
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
  float: left;
}
a,
img {
  outline: none;
}
p {
  padding-bottom: 2%;
  margin: 0;
}
b {
  font-weight: bold;
}
ul {
  margin-bottom: 2%;
}
ol li {
  display: inline-block;
  width: 100%;
}
input {
  height: 20px;
}
select {
  height: 30px;
}
label {
  vertical-align: middle;
}
input,
select {
  height: 22px;
}
input,
textarea,
select {
  border: none;
  line-height: 1;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: middle;
  color: #000;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  letter-spacing: 0.04em;
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #000;
  font-family: "Jost", sans-serif;;
  letter-spacing: 0.04em;
  font-weight: 400;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
  font-family: "Jost", sans-serif;;
  letter-spacing: 0.04em;
  font-weight: 400;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-family: "Jost", sans-serif;;
  letter-spacing: 0.04em;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #000;
  font-family: "Jost", sans-serif;;
  letter-spacing: 0.04em;
  font-weight: 400;
}

body * {
  scrollbar-color: #000 #f0f1f2;
  scrollbar-width: thin;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body *::-webkit-scrollbar {
  width: 3px;
}
body *::-webkit-scrollbar-track {
  background: #f0f1f2;
}
body *::-webkit-scrollbar-thumb {
  background: #000;
}
body *::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

#scelta_colore {gap: 1em;}

.bottom .footer {
  width: 100%;
    padding: 0 5% 10px 5%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
}

.bottom .footer a.cookies{flex-grow: 1;}
.bottom .footer a.cookies:hover {transition: opacity .25s ease-in-out;opacity: .6}

.bottom .footer p.powered {
  float: left;
  letter-spacing: 0px;
  text-align: right;
  font-size: 0.9em;
  padding-top: 0;
  font-weight: 400;
flex-grow: 1;
}
.bottom .footer p.powered a {
  width: 100%;
  float: left;
  text-decoration: none;
  color: #000;
}
.bottom .footer p.powered strong {
  font-family: Arial, Helvetica, sans-serif;font-size: 12px;
}
.bottom .footer p.powered span {
  font-family: Arial, Helvetica, sans-serif;font-size: 12px;
  color: #f0ad4e;
}

/* preset */
.displayNo {
  display: none;
}
.row {
  width: 100%;
  float: left;
}
.rowMin {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
}
.rowMaxW {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
}
.mobileOnly {
  display: none;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.bold {
  font-weight: 700;
}
/* generale ************************************************************************************************************************************************/
html,
body,
.search0,
.search0 .wrap,
.search0 .formBg {
  min-height: 100%;
  height: 100%;
}
.search0 .wrap {
  background-image: url("../img/bgPinko.jpg");
  background-size: cover;
  background-position: center;
}
.search0 .formBg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  flex-flow: column;
}
.search0 .formBg .backBtn {
  margin-bottom: 50px;
  margin-right: 60px;
  margin-left: auto;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.search0 .formBg .blockForm {
  background: #fff;
  width: 555px;
  max-width: 95%;
  padding: 70px 80px;
  text-align: center;
  margin-bottom: 50px;
}
.search0 .formBg .blockForm h1 {
  margin: 0 auto;
}
.search0 .formBg .blockForm h1 img {
  width: 180px;
  float: none;
  margin: 0 auto;
}
.search0 .formBg .blockForm h2 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  letter-spacing: 0.03571rem;
}
.search0 .formBg .blockForm form {
  font-size: 18px;
}
.search0 .formBg .blockForm form ul {
  margin: 40px 0 0 0;
}
.search0 .formBg .blockForm form ul ul {
  margin: 0;
  font-size: 16px;
}
.search0 .formBg .blockForm form ul li {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 30px 0 14px 0;
  cursor: pointer;
  font-size: 1.07143rem;
  letter-spacing: 0.03571rem;
}
.search0 .formBg .blockForm form ul li input {
  border: none;
  font-weight: 400;
  font-size: 1.07143rem;
  letter-spacing: 0.03571rem;
}
.search0 .formBg .blockForm form ul li img {
  position: absolute;
  width: 16px;
  right: 0;
  top: 40px;
  cursor: default;
}
.search0 .formBg .blockForm form ul li li,
.search0 .formBg .blockForm form ul li:last-child {
  border: none;
  padding: 0;
}
.search0 .formBg .blockForm form ul li li,
.search0 .formBg .blockForm form ul li li:last-child {
  padding: 7px 0;
}
.search0 .formBg .blockForm form ul li button {
  width: 100%;
  border: 0;
  background: var(--specialColor);
  font-family: var(--fontDefautl);
  height: 50px;
  font-size: 14px;
  color: #fff;
  margin-top: 75px;
  font-size: 1.07143rem;
  letter-spacing: 0.03571rem;
}

.searchPage .topArea a {
  position: absolute;
  right: 5%;
  top: 65px;
}

.topArea {
  position: relative;
  z-index: 9999;
}
.searchPage .topArea {
  -moz-box-shadow: 0 -3px 11px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 -3px 11px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -3px 11px rgba(0, 0, 0, 0.6);
}
.topArea a {
  text-decoration: none;
  margin: 0 0 0 auto;
  font-size: 0.75rem;
  font-weight: 400;
}
.topArea a.backBtn {
  margin: 0 auto 0 0;
}
.topArea .logo {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.topArea .logo .contLogo{margin: 20px 0 0 0;display: inline-block;width: 100%;}
.topArea .logo .contLogo img{width: 100%;float: left;max-width: 180px;}

.topArea .logo h1 {
  margin: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}
.topArea .logo h1 img {
  width: 100%;
  float: left;
  max-width: 180px;
}
.topArea .logo h2 {
  font-weight: 400;
  margin: 3px 0 0 0;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.topArea .searchForm ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topArea .searchForm ul li {
  width: 18%;
  position: relative;
  border-top: 1px solid #000;
  cursor: pointer;
  font-size: 1.07143rem;
}
.topArea .searchForm ul li.liBtn {
  width: 12.5%;
}
.topArea .searchForm ul li.liBtn.btnCerca button {
  background: #000;
}
.topArea .searchForm ul li span.openSub {
  width: 100%;
  display: inline-block;
  padding: 16px 0;
  letter-spacing: 0.03571rem;
}
.topArea .searchForm ul li:last-child {
  border: none;
}
.topArea .searchForm ul li .openSub:after {
  top: 21px;
}
.topArea .searchForm ul li img {
  position: absolute;
  width: 16px;
  right: 0;
  top: 20px;
}
.topArea .searchForm ul li input {
  width: 100%;
  padding-right: 20px;
  height: 54px;
  border: none;
  font-weight: 700;
  font-size: 1.07143rem;
}
.topArea .searchForm ul li button {
  cursor: pointer;
  width: 100%;
  border: 0;
  background: var(--specialColor);
  font-family: var(--fontDefautl);
  height: 50px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03571rem;
  font-size: 1.07143rem;
}

.bannerTop.rowMaxW {
  flex-direction: column;
}

.topArea .searchForm ul li .subMenu {
  top: 0;
}
.topArea .searchForm ul ul {
  display: block;
}
.topArea .searchForm ul ul li {
  width: 100%;
  border: none;
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
}
.mapArea {
  position: relative;
}
.mapArea .mappaDiv {
  width: 50%;
  float: right;
  height: 100%;
}
.mapArea .mappaDiv iframe {
  width: 100%;
  height: 100%;
}
.mapArea .resultArea {
  width: 48%;
  float: left;
  padding-left: 5%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 2%;
}
.mapArea .resultArea .selectRaggio {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .selectRaggio span {
  width: 55px;
  margin-right: 25px;
}
.mapArea .resultArea .selectRaggio ul {
  display: flex;
  margin: 0;
}
.mapArea .resultArea .selectRaggio ul li {
  margin: 0 15px;
  padding: 2px 10px 0 10px;
  cursor: pointer;
}
.mapArea .resultArea .selectRaggio ul li.sel {
  font-weight: 600;
  border-top: 1px solid #000;
}
.mapArea .resultArea .nRis {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: block;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .resultList ul {
  margin: 0;
}
.mapArea .resultArea .resultList ul li {
  margin-top: 70px;
}
.mapArea .resultArea .resultList ul li section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mapArea .resultArea .resultList ul li section .textBox {
  width: 41%;
}
.mapArea .resultArea .resultList ul li section .textBox h3 {
  margin: 0 0 10px 0;
  font-size: 1.28571rem;
  font-weight: 600;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .resultList ul li section .textBox span {
  display: block;
  font-size: 1.07143rem;
  margin-bottom: 5px;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .resultList ul li section .textBox .groupBtn {
  margin-top: 45px;
}
.mapArea .resultArea .resultList ul li section .textBox .groupBtn a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background: var(--specialColor);
  padding: 4px 10px;
  border: 1px solid var(--specialColor);
  margin-right: 10px;
  margin-top: 7px;
  display: inline-block;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .resultList ul li section .textBox .groupBtn button {
  font-size: 1rem;
  border: 1px solid #000;
  background: #fff;
  padding: 7px 10px;
  cursor: pointer;
  margin-top: 7px;
  display: inline-block;
  font-family: var(--fontDefautl);
  font-weight: 400;
  letter-spacing: 0.03571rem;
}
.mapArea .resultArea .resultList ul li section img {
  width: 39%;
  height: auto;
}
.mapArea .resultArea .resultList ul li section img.icon {
  width: 27px;
  height: auto;
}

.mapArea .directions_pane {
  float: left;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 50%;
  height: 100%;
  padding: 30px;
  z-index: 99;
  position: absolute;
  visibility: visible;
  overflow-y: scroll;
  display: block;
  transition: all 0.5s ease;
}
.mapArea .directions-pane--hidden {
  left: -100%;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mapArea .directions_pane .wrapperPane {
  position: relative;
  padding-right: 5%;
}
.mapArea .directions_pane .wrapperPane .chiudiPanel {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  width: 23px;
}
.mapArea .directions_pane .wrapperPane .directionsRow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapArea .directions_pane .wrapperPane .directionsRow button {
  opacity: 0.25;
  border: 0;
  background: #fff;
  width: 50px;
  text-align: center;
  margin: 0 20px;
}
.mapArea .directions_pane .wrapperPane .directionsRow button img {
  width: auto;
  height: 39px;
  cursor: pointer;
  float: none;
  margin: 0 auto;
}
.mapArea .directions_pane .wrapperPane .directionsRow button.sel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  opacity: 1;
}
.mapArea .directions_pane .wrapperPane .inputGroup {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.mapArea .directions_pane .wrapperPane .inputGroup div {
  width: 49%;
  position: relative;
}
.mapArea .directions_pane .wrapperPane .inputGroup div input {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  padding: 0 45px;
  height: 40px;
  background: #ededed;
  border: none;
}
.mapArea .directions_pane .wrapperPane .inputGroup div img {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 20px;
}

.bannerTop img {
  margin-top: 35px;
  display: inline-block;
  z-index: 9999;
}
.grayBanner {
  background: #f1f1f1;
  padding: 13% 0 0 0;
  margin-top: -13%;
}
.mainSection {
  display: flex;
  max-width: 1350px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5%;
}
.mainSection h4 {
  text-transform: uppercase;
  margin: 0 0 25px 0;
  min-width: 180px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
}

.mainSection .titleContacts{
  text-transform: uppercase;
  margin: 0 0 25px 0;
  min-width: 180px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.5rem;}

.mainSection .titleHours{
  text-transform: uppercase;
  margin: 0 0 25px 0;
  min-width: 180px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.5rem;}

.mainSection .description {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mainSection .description h1 {
  font-weight: 500;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  letter-spacing: 0;
  width: 48%;
  font-size: 2rem;
  line-height: 2.2rem;
}
.mainSection .description .textArea {
  width: 48%;
  font-stretch: unset;
  font-weight: 400;
  letter-spacing: initial;
  font-size: 0.82rem;
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.mainSection .description .textArea span {
  display: block;
}
.mainSection .description .textArea span img {
  height: 19px;
  width: 19px;
  margin-right: 6px;
}
.mainSection .description .textArea span.wa {
  text-decoration: none;
}
.mainSection .description .textArea span.wa a {
}
.mainSection .description .textArea span.wa a img {
  height: 19px;
  width: 19px;
  margin-right: 6px;
}
.mainSection .description button {
  margin: auto 0 0 0;
  border: 1px solid #000;
  background: transparent;
  width: 172px;
  cursor: pointer;
  padding: .75rem 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-stretch: condensed;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1rem;
  font-family: "Clan Pro", sans-serif;
  color: black;
}
.mainSection .orariBox {
  width: 36%;
  padding: 40px;
  font-stretch: unset;
  font-weight: 400;
  letter-spacing: initial;
  font-size: 0.82rem;
  line-height: 2;
}
.mainSection .orariBox ul {
  margin: 0;
}
.mainSection .serviziBox {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainSection .serviziBox h2 {
  text-transform: uppercase;
    margin: 0;
    min-width: 180px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.5rem;
}
.mainSection .serviziBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.mainSection .serviziBox ul li {
  display: flex;
  align-items: center;
  margin: 9px;
}
.mainSection .serviziBox ul li img {
  width: 49px;
  display: inline;
}
.mainSection .serviziBox ul li h5 {
  display: inline;
  margin: 0;
  font-size: 1.05em;
  font-weight: 400;
}
.mainCta {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 70px;
}
.mainCta .cta {
  display: inline;
  width: 48.5%;
  color: #fff;
  text-decoration: none;
  text-align: left;
  height: max-content;
  margin-bottom: 55px;

}
.mainCta .cta section {
  padding: 35px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
min-height: 600px;
min-width: 600px;
    background-size: cover;
    background-color: #9b9b9b;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
}
.mainCta .cta section h3 {
  line-height: 20px;
  font-family: var(--specialFont);
  display: block;
  padding: 3px 12px;
  margin: 0 auto 80px 0;
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
}
.mainCta .cta section h4 {
  font-family: var(--specialFont);
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  line-height: 1em;
}
.mainCta .cta section span {
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  max-width: 60%;
  margin: 0 auto 0 0;
}
.mainCta .cta section span.asBtn {
  font-weight: 500;
  width: auto;
  text-transform: none;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin: 40px auto 15px 0;
}
/*.mainCta .cta:last-child {margin-top: 13%}*/
.mainCta .cta:last-child section {
  padding-top: 70px;
}
.storeProposal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 70px;
  margin-bottom: 70px;
}
.storeProposal .textArea {
  width: 27%;
  margin: 30px 4%;
  font-size: 1.07143rem;
  letter-spacing: 0.03571rem;
}
.storeProposal .textArea h3 {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0px;
}
.storeProposal .textArea .titleProposal{
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0px;
}
.storeProposal .proposalArea {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.storeProposal .proposalArea .proposalEl {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
.storeProposal .proposalArea .proposalEl h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 12px 0 10px 0;
  display: inline-block;
  width: 100%;
}
.storeProposal .proposalArea .proposalEl span {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.storeProposal .proposalArea .proposalEl a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #1d1d1b;
  cursor: pointer;
  padding: .75rem 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-stretch: condensed;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1rem;
  font-family: "Clan Pro", sans-serif;
  text-align: center;
}
.storeProposal .proposalArea .proposalEl a:hover {
  background-color: var(--specialColor);
}
.storeProposal .proposalArea .proposalEl a.colorami {
  background-color: var(--specialColor);
  font-weight: 400;
}
.pinkoConcierge {
  background: #f1f1f1;
  padding: 70px 0;
  text-align: center;
}
.pinkoConcierge h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.pinkoConcierge h3 img {
  display: inline-block;
  margin: 0 auto;
  float: none;
  max-width: 330px;
  width: 70%;
}
.pinkoConcierge .conciergeServices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.pinkoConcierge .conciergeServices .servicesEl {
  width: 31%;
  margin: 11px 1%;
  background: #fff;
  min-width: 290px;
}
.pinkoConcierge .conciergeServices .servicesEl a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.pinkoConcierge .conciergeServices .servicesEl a:hover {
  background-color: var(--specialColor);
}
.pinkoConcierge .conciergeServices .servicesEl a:hover h4 {
  color: #fff;
}
.pinkoConcierge .conciergeServices .servicesEl a:hover span {
  color: #fff;
}
.pinkoConcierge .conciergeServices .servicesEl a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(42deg) brightness(150%) contrast(104%);
}
.pinkoConcierge .conciergeServices .servicesEl a:hover p {
  color: #fff;
}
.pinkoConcierge .conciergeServices .servicesEl .textArea {
  padding: 0 30px 44px 25px;
  font-size: 1.07143rem;
  letter-spacing: 0.03571rem;
}
.pinkoConcierge .conciergeServices .servicesEl .textArea img {
  width: 80%;
  max-width: 150px;
  float: none;
  margin: 0 auto;
}
.pinkoConcierge .conciergeServices .servicesEl .textArea span {
  margin: 5px 0 15px 0;
  font-family: var(--specialFont2);
  display: block;
  width: 100%;
  color: var(--specialColor);
  font-size: 32px;
  line-height: 28px;
}
.pinkoConcierge .conciergeServices .servicesEl .textArea h4 {
  margin: 0 0 25px 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-stretch: condensed;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  font-family: "Clan Pro", sans-serif;
}
.pinkoConcierge .conciergeServices .servicesEl .textArea p {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  font-size: 0.8rem;
  font-family: "Clan Pro", sans-serif;
  text-decoration: underline;
}

.reviewsBlock h3 {
  text-transform: uppercase;
  margin: 90px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.5rem;
}
.reviewsBlock .reviewGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: initial;
  margin-top: 40px;
  margin-bottom: 100px;
  max-height: 350px;
  overflow-y: auto;
}
.reviewsBlock .reviewGroup .reviewItem {
  width: 30%;
  margin: 0 0 30px 0;
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
}
.reviewsBlock .reviewGroup .reviewItem .starsReview li {
  display: inline-block;
  width: 14px;
  margin-right: 2px;
}
.reviewsBlock .reviewGroup .reviewItem span {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.reviewsBlock .reviewGroup .reviewItem p {
  font-weight: 400;
  letter-spacing: initial;
  font-size: 0.82rem;
  line-height: 2;
}
.reviewsBlock .reviewGroup .reviewItem:nth-child(3n + 2) {
  margin: 0 5% 30px 5%;
}

/** subMenu **/
.openSub {
  display: block;
}
.openSub:after {
  transition: 0.2s ease;
  content: "";
  background-image: url("../img/tool/freccia.png");
  width: 11px;
  height: 10px;
  background-repeat: no-repeat;
  right: 0;
  top: 38px;
  position: absolute;
}
.openSub.sel:after {
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.subMenu {
  visibility: hidden;
  opacity: 0;
  max-height: 215px;
  overflow-y: auto;
  background-color: #f0f1f2;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 20px 20px;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
  width: 100%;
}
.subMenu.opened {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  z-index: 99999999;
}
.title-sect {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0px;
  color: black;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#estore .filteredList {
  border-top: 1px solid black;
}

.widget-collection .category-products-list .category-products-header .category-breadcrumbs .category-secondary {
  font-size: 23px !important;
}

@media only screen and (min-width: 0) and (max-width: 1280px) {
  .topArea .searchForm ul li,
  .topArea .searchForm ul li input,
  .topArea .searchForm ul li button {
    font-size: 16px;
  }
  .mapArea .resultArea {
    padding-right: 5%;
    width: 45%;
  }
  .mapArea .resultArea .selectRaggio ul li {
    margin: 0 5px;
  }
  .mapArea .resultArea .selectRaggio span {
    margin-right: 0;
  }
  .mapArea .resultArea .resultList ul li section {
    flex-wrap: wrap;
  }
  .mapArea .resultArea .resultList ul li section .textBox {
    width: 90%;
  }
  .mapArea .resultArea .resultList ul li section img {
    width: 100%;
    margin-top: 40px;
  }
  .mapArea .resultArea .resultList ul li section img.icon {
    width: 27px;
    margin: 0;
  }

  .topArea .searchForm ul li {
    width: 20%;
  }
  .topArea .searchForm ul li.liBtn {
    width: 49%;
    text-align: center;
  }
  .topArea .searchForm ul li.liBtn button {
    width: 100%;
  }
}

@media only screen and (min-width: 0) and (max-width: 990px) {
  .searchPage .topArea a {
    width: auto;
  }
  .mapArea .mappaDiv {
    width: 100%;
    height: 400px;
  }
  .mapArea .resultArea {
    width: 100%;
    height: auto;
  }
  .topArea .searchForm ul {
    margin: 30px 0 40px 0;
  }
  .topArea .searchForm ul li {
    width: 100%;
  }
  .topArea .searchForm ul li:last-child {
    width: 100%;
  }
  .topArea .searchForm ul li .subMenu {
    width: 100%;
    top: 22px;
  }
  .topArea .searchForm ul li.liBtn,
  .topArea .searchForm ul li.liBtn.btnCerca {
    width: 49% !important;
  }
  .topArea .searchForm ul li.liBtn button {
    width: 100%;
  }
  .mapArea .resultArea .resultList ul li section .textBox .groupBtn {
    margin-top: 20px;
  }
  .directions_pane {
    display: none !important;
  }

  .mainSection .description {
    width: 100%;
  }
  .mainSection .orariBox {
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
    border: 1px solid #000;
  }
  .mainCta .cta {
    width: 100%;
  }
  .storeProposal {
    margin-top: 60px;
  }
  .storeProposal .textArea {
    width: 100%;
    margin: 0;
  }
  .storeProposal .proposalArea {
    width: 100%;
  }
  .topArea .searchForm ul li,
  .topArea .searchForm ul li input,
  .mapArea .resultArea .resultList ul li section .textBox span,
  .mainSection .description .textArea,
  .mainSection .orariBox,
  .storeProposal .textArea,
  .pinkoConcierge .conciergeServices .servicesEl .textArea {
    font-size: 0.92857rem;
  }

  .storeProposal .textArea h3 {
    text-align: center;
  }
	.storeProposal .textArea .titleProposal{text-align: center;}
}
.bottom .footer {width: 100%;padding: 0 5% 25px 5%}

@media only screen and (min-width: 0) and (max-width: 767px) {
  /*smartphone fino a ipad*/
  .search0 .formBg .backBtn {
    margin: 30px auto;
  }
  .search0 .formBg .blockForm {
    margin-bottom: 30px;
  }
  .search0 .formBg .blockForm h1 img {
    width: 155px;
  }
  .search0 .formBg .blockForm {
    padding: 40px 30px;
  }
  .search0 .formBg .blockForm form,
  .search0 .formBg .blockForm form ul li input,
  .search0 .formBg .blockForm form ul li button {
    font-size: 16px;
  }
  .search0 .formBg .blockForm form ul {
    margin: 0;
  }

  .topArea a {
    width: 50%;
    display: block;
    right: inherit;
    top: inherit;
    margin-top: 4px;
    text-align: right;
    position: relative;
    float: left;
  }
  .topArea a.backBtn {
    text-align: left;
    left: inherit;
  }
  .searchPage .topArea a {
    text-align: center;
    width: 100%;
    right: 0;
    top: 0;
  }
  .topArea .logo {
    width: 180px;
    margin-top: 10px;
  }
  .topArea .logo h2 {
    margin: 0;
  }
  .bannerTop img {
    margin-top: 15px;
  }
  .mainSection .orariBox {
    padding: 30px;
  }
  .mainSection .description h1 {
    font-size: 27px;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .mainSection .description .textArea {
    width: 100%;
  }
  .mainSection .description button {
    width: 100%;
    margin: 20px 0;
  }
  .mainSection .serviziBox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainSection .serviziBox {
    justify-content: flex-start;
    margin-top: 50px;
  }
  .mainSection .serviziBox ul {
    margin-top: 10px;
  }
  .mainSection .serviziBox ul li {
    width: 100%;
    margin-left: 0;
    margin: 10px 0 0 0;
  }
  .mainSection .serviziBox ul li img {
    width: 40px;
  }
  .mainCta .cta section h4 {
    font-size: 20px;
  }
  .reviewsBlock .reviewGroup {
    justify-content: space-between;
    max-height: inherit;
    height: auto;
  }
  .reviewsBlock .reviewGroup .reviewItem,
  .reviewsBlock .reviewGroup .reviewItem:nth-child(3n + 2) {
    width: 45%;
    margin: 0 0 30px 0;
  }
  .mainSection .orariBox {
    text-align: left;
  }
  .pinkoConcierge {
    padding: 40px 0;
  }
  .pinkoConcierge .conciergeServices .servicesEl {
    width: 100%;
  }
  .reviewsBlock h3 {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .storeProposal .proposalArea .proposalEl {
    width: 100%;
    margin: 30px 0;
  }
  .topArea .searchForm ul li.liBtn,
  .topArea .searchForm ul li.liBtn.btnCerca {
    width: 100% !important;
    margin-top: 5px;
  }
  .reviewsBlock .reviewGroup .reviewItem,
  .reviewsBlock .reviewGroup .reviewItem:nth-child(3n + 2) {
    width: 100%;
  }

  .storeProposal .textArea h3, .storeProposal .textArea .titleProposal, .title-sect .widget-collection .line .line-detail .line-title {
    font-size: 27px !important;
  }

  .widget-collection .category-products-list .category-products-header .close-product-list{
    display: none;
  }

  .widget-collection .category-products-list .category-products-header .go-back span {
    display: block;
  }

}
