@import url(https://fonts.bunny.net/css?family=montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i);

:root {
  --color_1: #60B2B0;
  --color_2: #9CAB4E;
  --color_3: #CD9336;
}

button, button:hover {
  color: white !important;
}

.fw600 {
/*  color: var(--color_1);*/
}

.modal {
  height: auto !important;
  max-width: 500px !important;
}

.modal ul {
  list-style-position: outside;
}

@media (max-width: 660px) {
  .modal {
    width: 99% !important;
  }
} 

/* questo è per il modal di privacy e condizioni */
.w-max800 {
    max-width: 800px !important;
}

.b-all {
  border-color: #ddd !important; 
} 

[x-cloak] {
  display: none !important;
}
* {Z
  box-sizing: border-box;
  font-family: Montserrat;
}
body,
html {
  color: #333;
/*  background-color: #fafafa;*/
  background-color: #fff;

  padding: 0 0 10px 0;
}
@media (max-width: 500px) {
  body,
  html {
/*    padding: 1px;*/
  }
}
a {
/*  color: var(--color_2) !important;*/
color: #cc9400;
text-decoration: none;
}

a:hover {
/*  color: var(--color_2) !important;*/
color: #cc9400;
}

strong {
/*  color: var(--color_1) !important;*/
  font-weight: 500;
}
small {
  font-size: 1.3rem;
}
button,
.button,
.button-primary {
  background-image: linear-gradient(90deg, #60B2B0, #CD9336);
  color: white;
}
button:hover,
.button:hover,
.button-primary:hover {
  color: white;
  border-color: transparent;
}
h4 {
/*  font-weight: 500;*/
/*  color: #444;*/
  color: #5eb2b0;
}
input[type=text] {
  background-color: white !important;
}
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  width: 1.6em;
  height: 1.6rem;
  accent-color: #375962;
}

.select2-selection {
  height: 38px !important;
  padding: 6px 10px !important;
  background-color: #fff !important;
  border: 1px solid #D1D1D1 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin-bottom: 18px !important;
}

.select2-selection--single,
.select2-selection__rendered,
.select2-results__option,
.select2-search__field {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
}
 
#area_p_wrapper {
  max-width: 780px;
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 3%;
}

.select2-search__field {
  width: 95% !important;
}

@media (max-width: 660px) {
  #area_p_wrapper {
    border-radius: 0;
    padding-top: 18px;
  }
}

.area_p_top_link img {
  width: 80%;
  max-width: 500px;
  padding: 1%;
  margin-left: -2%;
}

@media (max-width: 500px) {
  .area_p_top_link {
    padding: 8px;
    margin-bottom: -18px;
  }
/*  .area_p_top_link img {
    width: 250px;
    padding-left: 12px;
  }*/
  .area_p_top_link ion-icon {
    font-size: 24px !important;
    padding-right: 8px;
  }
}
@media (max-width: 500px) {
  .area_p_top_link span {
    display: none;
  }
}
#footer {
  font-size: 13px;
}
#footer p {
  margin: 3px 0 0 0;
}
#footer a {
  text-decoration: none;
  font-weight: 500;
}


/********/
/* header */
/********/

.claims_top {
  height: 32px; 
  background-color: #F1F1F1;
/*  border-bottom: 2px solid #ddd;*/
}

.claims_top * {
/*  color: #333 !important;*/
}

/********/
/* home */
/********/


#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  z-index: 100500;
}
#page-preloader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.slider_wrapper {
  width: 95%;
  max-width: 700px;
  height: 300px;
}
@media (max-width: 660px) {
  .slider_wrapper {
    max-width: 400px;
    height: 500px;
  }
}
.slide {
  /* cioè la singola slide */
  width: 100%;
}
.active {
  color: white;
  background-color: #444;
}
#claims,
#marchi,
#esempi {
  width: 95%;
  max-width: 680px;
}

#marchi_2025,
#esempi_2025 {
/*  width: 100%;*/
  max-width: 860px;
/*  background-color: #EAFAFE;*/
/*  background-color: #F7F7F7;*/
  background-color: #F1F1F1;
  padding: 4%;
/*  border: 5px solid white;*/
/*  border: 1px solid #eee;*/
/*  border: 2px solid #ddd;*/
  border-radius: 12px;
}

@media (max-width: 660px) {
  #marchi_2025,
  #esempi_2025 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5% 6%;
  }
} 

@media (max-width: 360px) {
  #marchi_2025,
  #esempi_2025 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5% 3.5%;
  }
} 

.img_cat:hover {
  transform: scale(1.075) !important;
}

#claims_2025 {
  width: 100%;
  max-width: 860px;
  padding: 1%;
}

#claims_2025 img {
  width: 100%;
}

#esempi_2025 strong {
  color: #cc9400 !important;
}

@media (max-width: 660px) {
  #claims,
  #marchi {
    max-width: 400px;
  }
}
#top_slogan img {
  width: 100%;
  max-width: 316px;
}

.loghi > div {
  display: inline-block;
  margin: 16px 6px 32px 6px;
  width: 168px;
/*  width: 150px;*/
  font-size: 1.7rem;
  line-height: 3.5rem;
  font-weight: 500;
/*  color: var(--color_3);*/
  cursor: pointer;
}

@media (max-width: 400px) {
  .loghi > div {
    width: 148px;
  }
}


.loghi img {
  cursor: pointer;
/*  width: 130px;*/
  width: 130px;
}

.esempio {
    margin-bottom: 12px;
    
}
 
.esempio > strong {
    font-weight: 500; 
    font-size: 2rem;"
 }

.esempio span {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

/*********/
/* selezione prodotto e form */
/*********/

.model_photo {
  width: 100%; 
  border-radius: 12px;
  border: 1px solid #d9d9d9;
}

 .brand_sel {
  width: 75px;
  cursor: pointer;
 }

#mess_pre_quest {
  max-width: 360px;
  text-align: left;
}

@media (max-width: 660px) {
  #mess_pre_quest {
    text-align: center;
  }
}

.questionario label,
.questionario button {
  text-align: left;
}

.questionario form label {
  font-weight: 500;
}


.procedi {
  height: auto;
  background-color: white;
  background-image: none;
  border: 2px solid var(--color_1);
  color: #444;
  padding-top: 12px;
  line-height: 2.8rem;
 }

.procedi span {
  font-weight: 500;
  font-size: 2.6rem;
  color: var(--color_1);
}

.procedi:hover {
  box-shadow: 0 0 4px #ccc;
  background-color: var(--color_1);
}

.procedi:hover * {
  color: white;
}

/*@media (max-width: 660px) {
  .questionario label {
    text-align: center;
  }
}*/
 
.radio_button_group {
  text-align: left;
  margin-bottom: 16px;
  padding-left: 26px;
}

.radio_button_group input[type=radio] {
  margin: 5px 0 0 -28px;
}

form label a {
  color: #333;
}

form label a:hover {
  color: #333;
}


.radio_btn {
    margin: 36px 4px 24px -26px;
    display: inline;
    text-align:center;
}
.radio_btn span {
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    padding: 8px 18px;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: 1px solid transparent;
    color: #444;
}

.radio_btn span:first-of-type {
  margin-right: 26px;
}

.radio_btn span:hover {
  outline: 2px solid var(--color_1);
  font-weight: 500;
  color: #222;
}

.radio_btn_active {
  outline: 2px solid var(--color_1) !important;
  font-weight: 500;
  color: #222 !important;
/*  color: white;*/
/*  background-color: var(--color_1) !important;*/
}

.radio_btn input[type="radio"] {
    display: none;
    width: 100%;
    appearance: none;
} 



/*********/
/* registrati, login e forms in generale */
/*********/


.reg_wrapper {
  margin-top: 0;
}

.reg_wrapper .flex-row {
  margin-top: 0;
}

.reminder_pw input {
  width: 95%;
  max-width: 450px;
}

.header_reg{
  background-color: #F1F1F1;
  border-radius: 12px;
  padding: 24px 2% 4px 2%;
}

@media (max-width: 660px) {
  .header_reg{
    border-radius: 0;
  }
  .reg_wrapper {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.header_reg p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.reg_label_group {
  font-size: 1.55rem;
  font-weight: 500;
  border-bottom: 0.5px solid #444;
  margin-bottom: 1.6rem;
}
.reg_field > p {
  margin-bottom: 0.2rem;
  margin-top: 0;
  padding-left: 3px;
  font-size: 1.45rem;
  font-weight: 400;
  color: #444;
  /*font-family: "Montserrat";*/
}
.reg_field > p > span {
  color: red;
}
.reg_field > input,
.reg_field > select {
  width: 100%;
  border-radius: 5px;
}
.reg_field > input[type="text"],
.reg_field > select {
  background-color: white;
  color: #777;
  font-weight: 300;
}
.reg_field > input[placeholder] {
  color: #333;
  font-weight: 400;
}
#reg_vantaggi p {
  max-width: 400px;
  padding-left: 2.5%;
  padding-right: 5%;
}
.reg_pw > span {
  cursor: pointer;
  float: right;
  margin: -42px 12px 0 0;
}
.consenso p {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 1rem;
}
@media (max-width: 500px) {
  .consenso .button {
    display: block;
  }
}
 
.reminder_wrapper {
  max-width: 840px;
}

.reminder {
/*  padding: 18px 3%;*/
}
.reminder span {
  font-weight: 500;
  color: var(--color_1);
}

@media (max-width: 660px) {
  .reminder {
    text-align: center;
    padding: 12px;
    border-radius: 0;
  }
  .reminder_wrapper {
    padding: 0 !important;
  }
}


.recup_pratica_wrapper {
  margin-left: -3.5%;
  margin-top: 1rem;
}

.recup_pratica li {
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: outside;
}

@media (max-width: 660px) {
  .recup_pratica_wrapper {
      margin: auto 0 auto 7%;
      padding: 0  5%;
  }
}

@media (max-width: 360px) {
  .recup_pratica_wrapper {
      margin: auto 0 auto 3%;
  }
}

.recup_pratica strong{
  color: var(--color_1);
}


 .log_input {
  width: 100%;
  max-width: 450px;
}

 .log_input input {
  width: 100%;
 }

.login_pw span {
  cursor: pointer;
/*  margin: -30px 12px 0 0;*/

}
.login_pw form {
  margin-bottom: 0;
}


/*********/
/* condizioni/cookie template */
/*********/


.condizioni p,
.condizioni ul,
.condizioni li {
  text-align: left;
}
.condizioni ul {
  list-style-position: inside !important;
}
.condizioni h6 {
  font-weight: 500;
  margin: 3.2rem auto;
}


/*********/
/* pagina della pratica */
/*********/


#offusca-bg-vendi,
#offusca-bg-annulla {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  z-index: 100500;
}
#offusca-bg-vendi .box-conferma,
#offusca-bg-annulla .box-conferma {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #444;
  transform: translate(-50%, -50%);
  width: 350px;
}

.passo {
  max-width: 780px;
}

@media (max-width: 660px) {
  .passo {
    width: 90%;
  }
}

.passo p {
  margin: 0 0.5% 24px 0.5%;
}
.passo p:first-of-type {
  border-bottom: 1px solid #999;
  font-weight: 500;
}
.passo button {
  min-width: 166px;
}
#address_iban input,
#address_iban select {
  width: 49.4%;
}
@media (max-width: 660px) {
  #address_iban input,
  #address_iban select {
    width: 99%;
  }
}
#address_iban div {
  height: 12px;
}
/*
#vendi {
  width: 100%;
  padding: 0;
  text-align: center;
}
*/
@media (min-width: 501px) {
  #vendi {
    max-width: 350px;
  }
}
#soldi_buono {
  border-top: 1px dotted #999; 
  border-bottom: 1px dotted #999;
  padding: 18px 0;
  font-size: 1.45rem;
}
#soldi_buono input[type="radio"] {
  margin-bottom: 1.4rem;
}
#soldi_buono button {
  margin-top: 12px;
}

.comunicazioni strong {
  color: var(--color_1); 
  font-weight: 500;
}

.comunicazioni h4 {
  font-weight: 500;
}

.comunicazioni button {
  width: 100%;
  max-width: 200px;
} 

@media (max-width: 660px) {
  .comunicazioni button {
    max-width: 600px;
  } 
}

@media (min-width: 980px) {
  .comunicazioni {
    box-sizing: border-box;
    padding-right: 15px;
  }
}


/*********/
/* area personale */
/*********/


#area_p_wrapper .flex-row {
  margin-top: 0;
}
#area_p_wrapper small {
  font-size: 1.35rem;
  margin-left: 4px;
  display: block;
}
#area_p_wrapper ul {
  list-style: none;
  line-height: 2rem;
  font-weight: 500;
}
#area_p_wrapper li {
  margin-bottom: 16px;
}
#area_p_wrapper li > a {
  text-decoration: none;
  letter-spacing: 0.3px;
}
@media (max-width: 500px) {
  #area_p_wrapper li > a {
    font-size: 1.4rem;
    letter-spacing: 0.1px;
  }
}
/*@media (max-width: 660px) {
  #p_chiuse button {
    width: 100%;
  }
}
*/
/*********/
/* faq */
/*********/

.faq_container > strong {
  margin: 24px 0 18px 0;
  letter-spacing: 0.6px;
  cursor: pointer;
  line-height: 1rem;
}
.faq_container > strong:hover {
  border-bottom: 1px solid var(--color_1);
}
.faq_container > strong > span {
  font-size: 20px;
}
.faq_answer {
  margin-bottom: 24px;
  font-size: 1.45rem;
}



/* aggiunto 9-5-23 */

/*********/
/* modal privacy policy */
/*********/

/*.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
  padding-left: 1rem;
}*/

/*.model-inner {
  box-sizing: border-box;
  background-color: white;
  border-radius: 0.5em;
  padding: 2em;
  margin: auto;
  max-width: 750px;
  max-height: 600px;
  overflow: scroll;
}*/

/*.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid black;
}*/

/*.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.75;
}*/

/************/
/* Quesiti */
/************/

.foto { 
  background-size: contain; 
  min-height: 200px; 
  background-color: white;
}

.photo img {
  box-shadow: 0 0 1px #ccc;
  padding: 0 18px;
  background-color: white;
}

#quesiti button {
  background-color: white;
  background-image: none;
  color: #555;
  padding: 3px 12px;
  height: 44px;
}

#quesiti button:hover {
  border-color: #60B2B0;
  color: #60B2B0;
}

@media (max-width: 660px) {
  #quesiti .foto {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 660px) {
  #quesiti .photo {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#quesiti .tip {
  background-color: #eee;
  padding: 8px 5px 8px 24px;
  margin: 32px;
  border-left: 4px solid #999;
  max-width: 300px;
}

.home_button {
  margin: 10px auto;
  padding: 8px 12px 8px 12px;
  border: 1px solid #999;
  background-color: white;
  line-height: 18px;
  width: 95%;
  font-size: 1.375rem;
}

.home_button:hover {
   border-color: #60B2B0;
  color: #60B2B0 !important;
}

/**************/
/* riepilogo */
/*************/


.riepilogo_wrapper {
  padding: 0 8px 0 18px;
  text-align: center;
}

@media (max-width: 660px) {
  .riepilogo_wrapper {
    text-align: center;
  }
}

.riepilogo {
  margin-top: 9px; 
}

.riepilogo p:first-of-type {
  margin-bottom: 8px;
}

.riepilogo a {
  text-decoration: none;
  color: #60B2B0 !important;
  font-weight: 500;
}

.riepilogo strong {
  color: #333 !important;
  font-size: 1.6rem;
  font-weight: 600;
}

.riepilogo small {
  font-size: 1.35rem;
}

.riepilogo ion-icon {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: -12%;
  --ionicon-stroke-width: 64px;
}

.separatore_riepilogo {
  width: 40px;
  border-bottom: 3px dotted #ccc;
  height: 8px; 
  margin-bottom: 22px;
}

@media (max-width: 660px) {
  .separatore_riepilogo {
    margin-left: auto;
    margin-right: auto;
  }
}


/***********/
/*contatti*/
/***********/

.mod_contatto {
  background-color: #F1F1F1;
  border-radius: 12px;
  padding: calc(3% + 10px);
}

.mod_contatto .flex-row {
  margin-top: 0;
}

@media (max-width: 660px) {
  .mod_contatto {
  border-radius: 0;
  margin: 0;
}

}

/***********/
/*seriali/IMEI*/
/***********/


.serial_IMEI {
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 8px;
  padding-top:0;
  margin-top: -10px;
  margin-bottom: 15px;
  font-style: italic;
}

[id$="imei_check"] {
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 8px;
  padding-top:0;
  margin-top: -10px;
  margin-bottom: 15px;
  font-style: italic;
}
