@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Fraunces:wght@300;600;900&display=swap");
html {
  font-size: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #3E4265;
  background-color: #FFFFFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height: 1.1; }

@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem; } }

h1.item-title {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    h1.item-title {
      font-size: 1.5rem; } }

ul {
  list-style: disc;
  margin: 0;
  padding: 0; }

ol {
  list-style: numbers;
  margin: 0 0 20px 15px;
  padding: 0; }

a {
  color: #3E4265; }

a:not([href]), a:not([href]):hover {
  text-decoration: underline;
  cursor: pointer;
  color: #3E4265; }

a:hover, a:focus {
  color: #14142B;
  text-decoration: underline; }

a[target="_blank"]:after {
  content: " (opens in new window)";
  font-size: 0; }

.active a {
  color: #3E4265; }

.description-wrapper a {
  text-decoration: underline !important; }

p {
  margin-top: 0;
  margin-bottom: 5px; }

.small-dida {
  font-size: 0.875rem; }

.flex {
  display: flex; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.list-visual, .variant-list {
  list-style: none; }

section {
  margin-bottom: 20px; }
  section:after {
    clear: both;
    content: '';
    display: block; }

.row {
  margin-right: 0;
  margin-left: 0; }

.redactional-wrapper, .banner-list li img, .category-highlight .category-text, .category-highlight .category-img img, .shop-item, .shop-img img, .choice {
  border-radius: 9px; }

.no-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .no-scrollbars::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */ }

.strikethrough {
  position: relative; }

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #B50404;
  border-color: #B50404;
  -webkit-transform: rotate(-175deg);
  -moz-transform: rotate(-175deg);
  -ms-transform: rotate(-175deg);
  -o-transform: rotate(-175deg);
  transform: rotate(-175deg); }

/* Works on Firefox */
* {
  scrollbar-width: 2px;
  scrollbar-color: #183A65 #C2C2C2; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 20px; }

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); }

*::-webkit-scrollbar-thumb {
  background-color: #183A65;
  border-radius: 20px;
  border: 1px solid #183A65; }

/* ellipsis styles ... */
.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 15px; }

/* end ellipsis styles ... */
.home h1, .category h1 {
  font-size: 1.25rem;
  margin: 30px auto;
  position: relative;
  padding: 0 20px;
  max-width: 1400px;
  width: 100%;
  text-align: center;
  color: #585C7B; }
  @media (max-width: 768px) {
    .home h1, .category h1 {
      margin: 20px auto;
      padding: 0 15px; } }
  @media (max-width: 576px) {
    .home h1, .category h1 {
      margin: 20px auto;
      font-size: .875rem;
      line-height: 1.4;
      padding: 0 15px; } }

.hero-base-wrapper h1 {
  padding: 0;
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1; }

.hero-base-wrapper h1.favs::before {
  content: '';
  background: url(../icons/ico-favs-red.svg) no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  margin-right: 5px; }

.hero-base-wrapper .counter {
  text-align: right;
  margin-bottom: 0;
  align-self: flex-end; }

.topmargin {
  margin-top: 20px; }

.category h1.heading, .ar h1, .base h1, .login h1, .conferma-dati h1, .login-registrazione h1, .base-content h1, .shop h1, .estero.home h1 {
  font-weight: 700;
  color: #3E4265;
  font-size: 1.625rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 30px auto 10px;
  width: 100%;
  padding: 0 20px;
  text-align: center; }
  .category h1.heading::after, .ar h1::after, .base h1::after, .login h1::after, .conferma-dati h1::after, .login-registrazione h1::after, .base-content h1::after, .shop h1::after, .estero.home h1::after {
    content: url("../icons/deco-lines.svg");
    display: flex;
    line-height: 3px;
    margin: 15px auto; }

.shop.scheda .title-small-wrapper h2::after {
  content: url("../icons/deco-lines.svg");
  display: flex;
  line-height: 3px;
  margin: 15px auto;
  padding-right: 0;
  justify-content: center; }

.shop.scheda h1 {
  text-align: left;
  padding: 0; }
  .shop.scheda h1::after {
    display: none; }

h2.heading {
  font-weight: 700;
  color: #3E4265;
  font-size: 1.625rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  text-align: center; }

h5.heading, h4.heading {
  font-weight: 800;
  color: #3E4265;
  font-size: 1.25rem;
  line-height: 1.75; }

.category .tophero-wrapper {
  margin: 0 auto 50px;
  max-width: 1400px;
  text-align: center; }
  @media (max-width: 576px) {
    .category .tophero-wrapper {
      margin: 0 auto 20px; } }
  .category .tophero-wrapper .headline {
    display: block;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }

.genere-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: center;
  padding: 0; }
  .genere-grid-wrapper .card-medium {
    max-width: 256px;
    position: relative;
    margin-left: 0; }
    .genere-grid-wrapper .card-medium h2 {
      height: 80px;
      min-height: 30px;
      line-height: 1.2; }
    .genere-grid-wrapper .card-medium .discount-wrapper {
      top: 166px; }
      @media (max-width: 375px) {
        .genere-grid-wrapper .card-medium .discount-wrapper {
          top: 166px; } }
  @media (max-width: 576px) {
    .genere-grid-wrapper {
      gap: 10px; } }

.subcategory-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: center;
  padding: 0; }
  .subcategory-grid-wrapper .card-medium h2 {
    height: 80px;
    min-height: 30px;
    line-height: 1.2; }
  @media (max-width: 576px) {
    .subcategory-grid-wrapper {
      gap: 10px; } }
  .subcategory-grid-wrapper .card-medium {
    max-width: 256px;
    position: relative;
    margin-left: 0; }
    @media (max-width: 576px) {
      .subcategory-grid-wrapper .card-medium {
        max-width: 170px; } }
    @media (max-width: 389px) {
      .subcategory-grid-wrapper .card-medium {
        max-width: 100%; } }
  .subcategory-grid-wrapper .subcategory-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none; }
    @media (max-width: 576px) {
      .subcategory-grid-wrapper .subcategory-grid {
        gap: 10px; } }
    .subcategory-grid-wrapper .subcategory-grid li {
      display: flex;
      flex: 1; }
      @media (max-width: 374px) {
        .subcategory-grid-wrapper .subcategory-grid li {
          flex: 1 0 100%; } }
    .subcategory-grid-wrapper .subcategory-grid img {
      width: 100%;
      border-radius: 10px; }
  .subcategory-grid-wrapper li {
    display: flex;
    flex: 1; }

.tophero-wrapper .subcategory-grid {
  padding: 0 20px; }

.category .container.wide {
  width: 100%;
  padding: 30px 20px;
  background: #F9FAFF;
  display: flex;
  max-width: 100%; }

.category-advantages-wrapper {
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .category-advantages-wrapper {
      padding: 0; } }
  .category-advantages-wrapper .category-advantages-img {
    flex: 1 0 40%; }
    @media (max-width: 576px) {
      .category-advantages-wrapper .category-advantages-img {
        flex: 1 0 100%; } }
  .category-advantages-wrapper .category-advantages-list {
    flex: 1 0 60%;
    list-style: none;
    padding: 0 0 0 20px; }
    @media (max-width: 576px) {
      .category-advantages-wrapper .category-advantages-list {
        flex: 1 0 100%;
        padding: 20px 0 0 0; } }
  .category-advantages-wrapper img {
    width: 100%;
    border-radius: 10px; }
  .category-advantages-wrapper .category-advantages-list {
    list-style: none; }
    .category-advantages-wrapper .category-advantages-list li {
      font-size: 1.125rem;
      line-height: 1.2;
      padding: 10px 0;
      display: flex;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .category-advantages-wrapper .category-advantages-list li {
          font-size: 1rem; } }
      @media (max-width: 576px) {
        .category-advantages-wrapper .category-advantages-list li {
          font-size: .875rem; } }
      .category-advantages-wrapper .category-advantages-list li:before {
        content: url("../icons/ico-checked-green.svg");
        display: inline-flex;
        margin-right: 10px; }

.category.genere .tophero-wrapper {
  margin: 0 auto 20px;
  max-width: 1400px;
  text-align: center; }

.category .cta-list-wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px; }
  .category .cta-list-wrapper .cta-list {
    justify-content: center;
    border: 0;
    gap: 20px; }
    @media (max-width: 576px) {
      .category .cta-list-wrapper .cta-list {
        gap: 10px; } }
    @media (max-width: 375px) {
      .category .cta-list-wrapper .cta-list {
        flex-direction: column; } }
    .category .cta-list-wrapper .cta-list li {
      display: flex;
      flex: 1;
      max-width: 50%; }
      @media (max-width: 767px) {
        .category .cta-list-wrapper .cta-list li {
          display: flex;
          flex: 1 0 calc(50% - 10px);
          max-width: 50%; } }
      @media (max-width: 375px) {
        .category .cta-list-wrapper .cta-list li {
          display: flex;
          flex: 1 0 100%;
          max-width: 100%; } }
    .category .cta-list-wrapper .cta-list a {
      width: 100%; }

.due-terzi {
  flex: 1 0 66% !important;
  max-width: calc(66% - 20px); }
  @media (max-width: 757px) {
    .due-terzi {
      flex: 1 0 50% !important;
      max-width: calc(50% - 20px); } }
  @media (max-width: 576px) {
    .due-terzi {
      flex: 1 0 100%;
      max-width: 100%; } }

.un-terzo {
  flex: 1 0 33% !important;
  max-width: 33%; }
  @media (max-width: 757px) {
    .un-terzo {
      flex: 1 0 50% !important;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .un-terzo {
      flex: 1 0 100%;
      max-width: 100%; } }

.un-quarto {
  flex: 1 0 25% !important;
  max-width: 25%; }
  @media (max-width: 757px) {
    .un-quarto {
      flex: 1 0 33% !important;
      max-width: 33%; } }
  @media (max-width: 576px) {
    .un-quarto {
      flex: 1 0 100%;
      max-width: 100%; } }

.tre-quarti {
  flex: 1 0 75% !important;
  max-width: calc(75% - 20px); }
  @media (max-width: 757px) {
    .tre-quarti {
      flex: 1 0 66% !important;
      max-width: calc(66% - 20px); } }
  @media (max-width: 576px) {
    .tre-quarti {
      flex: 1 0 100%;
      max-width: 100%; } }

.long-description-content .description-text.full-width {
  display: flex;
  width: 100%;
  flex: 1 0 100%;
  flex-direction: column; }

.baselist {
  list-style: disc;
  margin: 0 0 15px 15px;
  padding: 0; }
  .baselist li {
    padding-left: 5px; }

h2.no-results {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  text-transform: uppercase; }

.container.content-main {
  width: 100%;
  max-width: 960px; }
  .container.content-main .wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .container.content-main .cta {
    display: flex;
    justify-content: center;
    margin: 20px; }
    .container.content-main .cta button {
      width: max-content; }
      @media (max-width: 576px) {
        .container.content-main .cta button {
          width: 80%; } }

.contacts-wrapper, .basic-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  color: #3E4265;
  padding: 30px;
  display: flex;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  display: flex;
  padding: 30px;
  flex-direction: column;
  flex: 1 0 100%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .contacts-wrapper .flexbox.group-form, .basic-wrapper .flexbox.group-form {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px; }
    .contacts-wrapper .flexbox.group-form .addressBox, .basic-wrapper .flexbox.group-form .addressBox {
      padding: 20px;
      background: #F9FAFF;
      border-radius: 9px; }
      .contacts-wrapper .flexbox.group-form .addressBox ul, .basic-wrapper .flexbox.group-form .addressBox ul {
        list-style: none; }
    @media (max-width: 576px) {
      .contacts-wrapper .flexbox.group-form, .basic-wrapper .flexbox.group-form {
        width: 100%; } }
  .contacts-wrapper .box-contact-wrapper h2, .basic-wrapper .box-contact-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    color: #14142B;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .contacts-wrapper, .basic-wrapper {
      max-width: 100%; } }

.error404.base-content h1 {
  font-size: 2em;
  margin: 0 auto; }

.error404 h2.heading {
  font-weight: 700;
  color: #3E4265;
  font-size: 1.625rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  margin-top: 30px; }

.alphabetic-list {
  display: flex;
  list-style: none;
  gap: 20;
  margin: 20px 0; }

.segnalazione-dsa .base-content-wrapper {
  max-width: 960px;
  margin: 0 auto; }

.segnalazione-dsa .registration-form-wrapper {
  margin: 30px 0 50px; }

table.simple-table td, table.simple-table th {
  border: 1px solid #e6e6e6;
  text-align: left;
  padding: 5px 10px; }

.title-small-wrapper {
  display: block;
  margin-bottom: 30px; }

.title-small-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #14142B;
  background-color: #FFFFFF;
  padding-right: 10px;
  width: auto;
  display: inline-block; }
  .title-small-wrapper h2:before {
    content: url("../icons/ico-deco.svg");
    display: inline-block;
    margin-right: 10px; }
  @media (max-width: 768px) {
    .title-small-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  @media (max-width: 576px) {
    .title-small-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9; } }

.title-small-wrapper::after {
  content: " ";
  background-color: #653CBD;
  display: block;
  height: 1px;
  margin: -1rem 0 10px; }
  @media (max-width: 768px) {
    .title-small-wrapper::after {
      margin: -2rem -20px 10px 0; } }

.small-dida {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  line-height: 1.1; }

.small-dida.note {
  font-weight: 700; }

.small-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .small-text a {
    text-decoration: underline; }

.gift-address .small-dida {
  padding-top: 38px;
  text-align: left; }
  @media (max-width: 576px) {
    .gift-address .small-dida {
      padding-top: 10px; } }

.detail-toggler {
  color: #000000;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-decoration: underline; }
  .detail-toggler:after {
    content: '';
    background: url("../icons/ico-arrow-down-grey.svg") no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 7px;
    display: inline-block;
    margin-left: 5px; }

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 30px; }
  @media (max-width: 1160px) {
    .container {
      padding: 0 20px;
      margin: 0 auto 30px; } }

.container .row {
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 768px) {
  .home .content-wrapper {
    margin-top: 0; } }

@media (max-width: 768px) {
  .content-wrapper {
    margin-top: 10px; } }

.white-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  border-radius: 8px;
  padding: 20px; }

.hero-content-wrapper {
  display: flex;
  margin: 0 auto; }
  .hero-content-wrapper h1 {
    padding: 0;
    color: #FF9432;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.94;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .hero-content-wrapper h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.875rem;
        line-height: 0.94; } }
  .hero-content-wrapper p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    align-self: flex-end; }
    @media (max-width: 768px) {
      .hero-content-wrapper p {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1;
        padding: 10px 0; } }
    @media (max-width: 576px) {
      .hero-content-wrapper p {
        display: none; } }
  @media (max-width: 768px) {
    .hero-content-wrapper {
      margin-bottom: 0; } }

.hero-image {
  min-height: 400px;
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (max-width: 768px) {
    .hero-image {
      min-height: 280px; } }

.captcha {
  width: auto;
  max-width: 100%;
  height: auto;
  align-self: flex-start; }

.forgot-pwd {
  margin: 10px 0; }

.error404-wrapper {
  padding-top: 30px;
  max-width: 840px;
  align-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 0; }
  .error404-wrapper h1 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 4.6875rem;
    line-height: 0.92;
    color: #653CBD;
    text-align: center; }
    @media (max-width: 1200px) {
      .error404-wrapper h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 3rem;
        line-height: 0.94; } }
    @media (max-width: 768px) {
      .error404-wrapper h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 3rem;
        line-height: 0.94; } }
    @media (max-width: 576px) {
      .error404-wrapper h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.875rem;
        line-height: 0.94; } }
  .error404-wrapper p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    text-align: center; }
    @media (max-width: 768px) {
      .error404-wrapper p {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.22; } }
    @media (max-width: 576px) {
      .error404-wrapper p {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1; } }

.error404-hero.row {
  flex-direction: row; }
  @media (max-width: 576px) {
    .error404-hero.row {
      flex-direction: column; } }

.error404-img-wrapper {
  display: flex;
  flex: 1; }
  .error404-img-wrapper img {
    width: 100%; }

.error404-title-wrapper {
  flex: 1;
  display: flex;
  align-items: center; }
  @media (max-width: 576px) {
    .error404-title-wrapper {
      margin-top: 30px; } }

.error404-related-wrapper {
  border-top: 0;
  background: #FFFEFA;
  padding-top: 30px; }
  @media (max-width: 768px) {
    .error404-related-wrapper {
      border-top: 0; } }

.scheda.offer .offer-body .actions-wrapper, .choices-wrapper h2, .choices-wrapper h3, .choices-wrapper .gift-option, .recap-amount, .recap-cta, .item-title-wrapper, .item-duration-wrapper, .item-upselling-wrapper, .item-gift-wrapper, .promo-totals, .riepilogo .promo-totals, .hero-workflow, .cart-list-wrapper li, .cart-list-wrapper li > div, .addresses-list, .edicola-list, .payment-list {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: block; }

.favs-icon, .favs-icon.active {
  background: #FFFFFF url("../icons/ico-favs.svg") no-repeat center center;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 16px;
  z-index: 999;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  top: 10px;
  right: 10px; }
  @media (max-width: 576px) {
    .favs-icon, .favs-icon.active {
      width: 44px;
      height: 44px; } }

.trash-icon {
  background: #FFFFFF url("../icons/ico-trash-blue.svg") no-repeat center center;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 16px;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  top: 10px;
  right: 10px; }

.trash-icon {
  cursor: pointer; }

.checkmark, .vinc.riepilogo .checkmark {
  background: url("../icons/ico-checkmark.svg") no-repeat center center;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-left: 3px; }

.favs-icon {
  cursor: pointer; }

.favs-icon.active {
  background: #FFFFFF url("../icons/ico-favs-active.svg") no-repeat center center;
  background-size: 16px; }

.eye {
  background: url("../icons/ico-eye.svg") no-repeat center center;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: 24px; }

.eye-slash {
  background: url("../icons/ico-eye-slash.svg") no-repeat center center;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: 22px; }

.location-badge {
  background: #FFFFFF url("../icons/ico-location-blue.svg") no-repeat 5px center;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  height: 20px;
  background-size: 10px;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  top: 10px;
  left: 10px;
  padding: 0 5px 0 20px; }

.location-badge {
  z-index: 3; }
  .location-badge a {
    vertical-align: middle;
    font-size: 0.75rem; }

.share-icon {
  background: #FFFFFF url("../icons/ico-share-blue.svg") no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 16px;
  margin-right: 5px; }

.find-more {
  text-align: right;
  min-width: 110px;
  display: inline-block;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }

.find-more::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../icons/ico-arrow-down.svg") no-repeat center bottom;
  background-size: contain;
  margin-right: 5px; }

a.cvv-toggle, a.cvv-toggle:hover {
  color: #0A70F5;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1; }

.cvv {
  width: 100%; }

/* custom styling form 
.field-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.base-form label {
  position: absolute;
  top: -10px;
  left: 15px;
  @include textSmall;
  color: $baselightgrey;
  transition: all 0.2s linear;
  opacity: 1;
  text-transform: uppercase;
}
.base-form label.on {
  color: $baselightgrey;
}
.base-form label.show {
  top: -7px;
  opacity: 1;
  font-size: .75rem;
  padding-left: 0;
  width: auto;
  color: $baselightgrey;
}
.base-form option {
  color: black;
}
.base-form .watermark {
  color: #000;
}
body {
//
  -webkit-backface-visibility: hidden;
}
.form-control {
  padding: 5px;
  border-radius: 0;
   background-color: transparent;
    border: 1px solid $basepurple;
 @include textSmall;
}
end custom styling form */
/* additional styling forms */
/* custom form styles */
.form-control:focus, .custom-select:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  border: 1px solid #653CBD; }

.form-control:focus, .custom-select:focus {
  box-shadow: 0; }

.form-control:disabled, .form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 0.5 !important; }

.styled-select.custom-select {
  background: #FFF url("../icons/icon-select-arrow-down.svg") no-repeat right center;
  background-position-x: right;
  background-position-x: calc(100% - 5px);
  border: 1px solid #D4D7E5;
  border-radius: 0;
  padding: 8px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  line-height: 1.4;
  min-height: 52px;
  border-radius: 8px; }

.multi-field-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between; }
  .multi-field-wrapper .day, .multi-field-wrapper .month, .multi-field-wrapper .year {
    flex: 1; }

.checkbox-text {
  display: flex;
  padding: 0 0 0 20px; }

.styled-select.custom-select:disabled {
  background-color: #f9f9f9;
  opacity: 0.6;
  pointer-events: none; }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 180px;
  height: 180px;
  margin: 10px; }

.control {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: transparent;
  border: 2px solid #C2C2C2; }
  @media screen and (max-width: 576px) {
    .control__indicator {
      height: 24px;
      width: 24px;
      top: -3px; } }

.recurring .control--checkbox .control__indicator {
  top: -3px !important; }

.checkbox-inline.recurring label {
  display: inline-flex; }

.choice .control__indicator {
  top: 10px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
  background: #fff; }

.control input:checked ~ .control__indicator {
  background: #653CBD;
  border: 2px solid #653CBD; }

.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
  background: #653CBD;
  color: #FFFFFF; }

.control input:disabled ~ .control__indicator {
  background: #FFF;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 576px) {
    .control--checkbox .control__indicator:after {
      left: 6px;
      top: 2px; } }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #C2C2C2; }

.control--radio .control__indicator::after {
  left: 6px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #FFFFFF; }
  @media screen and (max-width: 576px) {
    .control--radio .control__indicator::after {
      left: 6px;
      top: 6px; } }

.control--radio input:disabled ~ .control__indicator:after {
  background: #C2C2C2; }

.addresses-list label.add .control__indicator {
  content: '';
  background: url("../icons/icon-plus-purple.svg") no-repeat center center;
  background-size: 10px; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select:hover, .select select:focus {
  color: #000;
  background: #ccc; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }

.radio-group {
  padding: 10px 0; }

.radio-group .control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0 20px 10px 0;
  cursor: pointer;
  font-size: .875rem;
  vertical-align: text-top; }

.form-dida {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  margin-left: 10px; }

#no-account-content img {
  width: 100%;
  max-width: 230px;
  margin: 20px 0; }

.field-wrapper {
  display: flex;
  flex-direction: column; }

.field-wrapper.linear {
  flex-direction: row;
  gap: 5px;
  margin: 20px 0; }

.field-wrapper.login {
  flex-direction: row;
  gap: 5px;
  justify-content: space-between;
  align-items: center; }

.form-control {
  border: 1px solid #131022;
  border-radius: 8px;
  transition: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  padding: 20px;
  color: #000000;
  min-height: 52px; }

.form-control.error {
  border: 1px solid #B50404;
  transition: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 20px; }

input:focus, .form-control:focus, .styled-select.custom-select:focus {
  border: 1px solid #131022;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  background: #FFFFFF;
  outline: 1px solid #131022; }

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.base-form label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  color: #777777;
  opacity: 1;
  margin: 15px 0 10px; }

.field-wrapper label, .field-linear-wrapper label {
  text-transform: uppercase;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }

.multi-label {
  display: flex;
  align-items: center;
  gap: 10px; }

.item-label {
  padding: 0 0 0 20px;
  align-items: flex-start;
  display: flex;
  gap: 5px; }

/* plus-minus counter */
.plusminus-wrapper {
  text-align: center;
  padding: 0; }
  .plusminus-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active, .plusminus-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active, .plusminus-wrapper .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none; }
  .plusminus-wrapper .btn-outline-secondary.focus, .plusminus-wrapper .btn-outline-secondary:focus {
    box-shadow: none; }

.plusminus-wrapper .input-group {
  width: 80px;
  align-self: center;
  display: inline-flex;
  background: #F9FAFF;
  border-radius: 20px; }

.plusminus .form-control.input-number, .plusminus .form-control.input-number:focus {
  width: 40px;
  border: 0;
  background: none;
  padding: 5px 10px 0;
  height: 20px;
  outline: 0;
  box-shadow: none;
  text-align: center; }

.plusminus-wrapper .btn-number, .plusminus-wrapper .btn-number:hover, .plusminus-wrapper .btn-number:focus, .plusminus-wrapper .btn-number:active {
  border: 0;
  padding: 0;
  background: none; }

.plusminus-wrapper .input-group-append::before {
  background: none; }

/* end custom form styles */
/* end additional styling forms */
.error {
  font-size: .75rem;
  color: #B50404;
  padding: 5px 0;
  line-height: 1; }

.search-form {
  position: relative;
  margin-right: 10px; }
  @media (max-width: 900px) {
    .search-form {
      margin-right: 0; } }

.form-item.search, .form-item.enter, .form-item.cap {
  background: #FFFFFF;
  border: 1px solid;
  color: #000000;
  padding: 5px;
  font-size: 0.875rem; }

.form-item.search {
  background: #FFFFFF;
  border: 1px solid #131022;
  border-right: 0;
  padding: 12px 21px;
  border-radius: 8px 0 0 8px;
  width: 100%; }

@media (max-width: 767px) {
  .form-item.search.open {
    opacity: 1;
    transition: opacity 0.3s; } }

.form-item.enter {
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  padding: 3px 30px 3px 20px;
  border-radius: 20px;
  width: 100%;
  font-size: 0.875rem; }

.form-item.cap {
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  padding: 3px 10px 3px 10px;
  border-radius: 20px;
  width: 100%;
  font-size: 0.875rem;
  text-align: center; }

input:focus, textarea:focus {
  outline: none;
  border-color: #653CBD !important;
  box-shadow: 0 !important; }

.progress {
  border: 1px solid #653CBD;
  background-color: #FFFFFF; }
  @media (max-width: 767px) {
    .progress {
      display: none; } }
  .progress .progress-bar {
    background-color: #653CBD; }

.datepicker-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.form-check-input {
  margin-top: 0;
  margin-left: 0;
  width: 22px;
  height: 22px; }

.radio-group-inline, .checkbox-inline {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
  margin-top: 15px; }
  @media (max-width: 576px) {
    .radio-group-inline, .checkbox-inline {
      flex-direction: column;
      gap: 0; } }
  .radio-group-inline label, .checkbox-inline label {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    color: #000000;
    margin-bottom: 0;
    min-height: 24px;
    align-items: center; }
  .radio-group-inline input, .checkbox-inline input {
    position: relative; }

.payment .checkbox-inline {
  gap: 10px; }
  .payment .checkbox-inline label {
    margin: 5px 0; }

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

.overflox-box {
  border: 1px solid #C2C2C2;
  padding: 16px;
  height: 100px;
  overflow-y: scroll;
  margin-top: 10px; }

.info-box {
  display: inline-flex;
  color: #FFFFFF;
  background: #B50404;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  justify-content: center;
  align-items: center; }

.checkbox-inline.recurring .recurring-label {
  text-transform: none;
  font-weight: 400;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center; }
.checkbox-inline.recurring .icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../icons/ico-info-purple.svg") no-repeat center center;
  background-size: contain;
  margin: 5px 0 0 -10px;
  align-self: center; }

.form-check {
  padding-left: 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C2C2C2;
  -webkit-transition: .4s;
  transition: .4s; }

.toggle:before {
  position: absolute;
  content: "NO";
  text-align: center;
  font-weight: 700;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  padding-top: 3px;
  font-size: .875rem; }

input:checked + .toggle {
  background-color: #0A70F5; }

input:focus + .toggle {
  box-shadow: 0 0 1px #0A70F5; }

input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  content: "SI"; }

.toggle.round {
  border-radius: 34px; }

.toggle.round:before {
  border-radius: 50%; }

.line-form label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #0A70F5; }
@media (max-width: 576px) {
  .line-form .input-group-addon {
    position: absolute;
    margin-left: auto;
    bottom: 90px;
    right: 0; } }
.line-form .form-control, .line-form .form-control:focus {
  border: 1px solid #0A70F5 !important;
  background: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  @media (max-width: 576px) {
    .line-form .form-control, .line-form .form-control:focus {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }
.line-form .styled-select.custom-select, .line-form .styled-select.custom-select:focus {
  border: 1px solid #0A70F5 !important;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  @media (max-width: 576px) {
    .line-form .styled-select.custom-select, .line-form .styled-select.custom-select:focus {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }
.line-form .form-control[readonly], .line-form .form-control[readonly]:focus, .line-form .styled-select.custom-select, .line-form .styled-select.custom-select:focus {
  background-color: transparent;
  opacity: 1 !important;
  outline: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #14142B !important;
  color: #14142B !important; }
.line-form .styled-select.custom-select[disabled] {
  background: none; }
.line-form .date-fields-wrapper {
  display: flex;
  justify-content: space-around;
  width: calc(100% - 160px);
  gap: 20px; }
  @media (max-width: 576px) {
    .line-form .date-fields-wrapper {
      width: 100%; } }
.line-form .input-group {
  align-items: center; }
  @media (max-width: 576px) {
    .line-form .input-group {
      flex-direction: column; } }
.line-form .btn.btn-outline-primary.btn-toggle {
  position: absolute;
  right: 10px;
  margin-top: 10px;
  z-index: 30; }
  @media (max-width: 576px) {
    .line-form .btn.btn-outline-primary.btn-toggle {
      position: relative;
      margin: 10px -10px 0 auto; } }
.line-form .btn.btn-outline-primary.btn-toggle.privacy {
  position: absolute;
  right: 20px;
  margin-top: 0;
  z-index: 30;
  bottom: 0; }
  @media (max-width: 576px) {
    .line-form .btn.btn-outline-primary.btn-toggle.privacy {
      position: relative;
      margin: 10px -10px 0 auto;
      right: 0; } }
.line-form .line-form .input-group-addon a i {
  right: 0;
  top: 0;
  z-index: 33; }

.line-form .input-group {
  align-items: flex-start; }

@media (max-width: 576px) {
  .line-form .error {
    max-width: 50%;
    margin-top: -40px; } }

.line-form .field-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #131022;
  background-color: #D4D7E5;
  border-color: #D4D7E5; }

.btn-primary, .cta-trova, .cta-scelta, .btn-pdf, .btn-pdf:hover, .btn-pdf:focus, a.btn-pdf:not([href]), a.btn-pdf:not([href]):hover, .btn-email, .btn-email:hover, .btn-email:focus, a.btn-email:not([href]), a.btn-email:not([href]):hover, .btn-primary:hover, .btn-primary:focus, a.btn-primary:not([href]), a.btn-primary:not([href]):hover, a.btn-primary:not([href]):focus,
.cta-scelta:hover, .cta-scelta:focus, a.cta-scelta:not([href]), a.cta-scelta:not([href]):hover, a.cta-scelta:not([href]):focus, .cta-trova:hover, .cta-trov:focus, a.cta-trovy:not([href]), a.cta-trov:not([href]):hover, a.cta-trov:not([href]):focus, .btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-inverse, .btn-inverse:hover, .btn-inverse:focus, a.btn-inverse:not([href]), a.btn-inverse:not([href]):hover, a.btn-inverse:not([href]):focus, .recap-cta .btn-primary, .recap-cta .btn-primary:hover, .recap-cta .btn-primary:focus, .btn-thankyou, .btn-error404, .btn-thankyou:hover, .btn-thankyou:focus, .recap-cta .btn-primary.disabled, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus, .btn-primary.btn-config.disabled, .btn-primary.btn-config.disabled:hover, .btn-primary.btn-config.disabled:focus, .configurator-cta-wrapper .btn-primary.disabled, .configurator-cta-wrapper .btn-primary.disabled:hover, .configurator-cta-wrapper .btn-primary.disabled:focus, .btn-primary.vinc-cta:disabled, .btn-primary-dark, .btn-primary-dark:hover, .btn-primary-dark:focus, .btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-thankyou, .btn-outline-thankyou:hover, .btn-outline-thankyou:focus, .btn-outline-append, .btn-outline-append:hover, .btn-link, .btn-outline-append.disabled, .btn-outline-append.disabled:hover, .btn-footer, .higllight-box .btn, .highlight-box .btn, .redactional-cta, .topic-cta, .category-highlight .category-text .cta, .shop-item .shop-cta, .logged-cta .btn-primary, .logged-cta .btn-primary:hover, .logged-cta .btn-primary:focus, .logged-cta a.btn-primary:not([href]), .logged-cta a.btn-primary:not([href]):hover, .logged-cta a.btn-primary:not([href]):focus {
  border: 1px solid;
  border-radius: 8px;
  padding: 13px 32px;
  font-size: 1rem;
  background: none;
  text-align: center;
  font-weight: 600; }
  .btn-primary:hover, .cta-trova:hover, .cta-scelta:hover, .btn-pdf:hover, a.btn-pdf:hover:not([href]), .btn-email:hover, a.btn-email:hover:not([href]), a.btn-primary:hover:not([href]), a.cta-scelta:hover:not([href]), .cta-trov:hover:focus, a.cta-trovy:hover:not([href]), a.cta-trov:hover:not([href]), .btn-primary.active:hover:not(:disabled):not(.disabled), .btn-primary:hover:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle:hover, .btn-inverse:hover, a.btn-inverse:hover:not([href]), .recap-cta .btn-primary:hover:focus, .btn-thankyou:hover, .btn-error404:hover, .recap-cta .btn-primary.disabled:hover, .btn-primary.btn-config.disabled:hover, .configurator-cta-wrapper .btn-primary.disabled:hover, .btn-primary.vinc-cta:hover:disabled, .btn-primary-dark:hover, .btn-outline-dark:hover, .btn-outline-primary:hover, .btn-outline-thankyou:hover, .btn-outline-append:hover, .btn-link:hover, .btn-footer:hover, .higllight-box .btn:hover, .highlight-box .btn:hover, .redactional-cta:hover, .topic-cta:hover, .category-highlight .category-text .cta:hover, .shop-item .shop-cta:hover, .logged-cta .btn-primary:hover:focus, .logged-cta a.btn-primary:hover:not([href]):focus {
    text-decoration: none; }
  @media (max-width: 1200px) {
    .btn-primary, .cta-trova, .cta-scelta, .btn-pdf, .btn-pdf:hover, .btn-pdf:focus, a.btn-pdf:not([href]), a.btn-pdf:not([href]):hover, .btn-email, .btn-email:hover, .btn-email:focus, a.btn-email:not([href]), a.btn-email:not([href]):hover, .btn-primary:hover, .btn-primary:focus, a.btn-primary:not([href]), a.btn-primary:not([href]):hover, a.btn-primary:not([href]):focus,
    .cta-scelta:hover, .cta-scelta:focus, a.cta-scelta:not([href]), a.cta-scelta:not([href]):hover, a.cta-scelta:not([href]):focus, .cta-trova:hover, .cta-trov:focus, a.cta-trovy:not([href]), a.cta-trov:not([href]):hover, a.cta-trov:not([href]):focus, .btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-inverse, .btn-inverse:hover, .btn-inverse:focus, a.btn-inverse:not([href]), a.btn-inverse:not([href]):hover, a.btn-inverse:not([href]):focus, .recap-cta .btn-primary, .recap-cta .btn-primary:hover, .recap-cta .btn-primary:focus, .btn-thankyou, .btn-error404, .btn-thankyou:hover, .btn-thankyou:focus, .recap-cta .btn-primary.disabled, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus, .btn-primary.btn-config.disabled, .btn-primary.btn-config.disabled:hover, .btn-primary.btn-config.disabled:focus, .configurator-cta-wrapper .btn-primary.disabled, .configurator-cta-wrapper .btn-primary.disabled:hover, .configurator-cta-wrapper .btn-primary.disabled:focus, .btn-primary.vinc-cta:disabled, .btn-primary-dark, .btn-primary-dark:hover, .btn-primary-dark:focus, .btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-thankyou, .btn-outline-thankyou:hover, .btn-outline-thankyou:focus, .btn-outline-append, .btn-outline-append:hover, .btn-link, .btn-outline-append.disabled, .btn-outline-append.disabled:hover, .btn-footer, .higllight-box .btn, .highlight-box .btn, .redactional-cta, .topic-cta, .category-highlight .category-text .cta, .shop-item .shop-cta, .logged-cta .btn-primary, .logged-cta .btn-primary:hover, .logged-cta .btn-primary:focus, .logged-cta a.btn-primary:not([href]), .logged-cta a.btn-primary:not([href]):hover, .logged-cta a.btn-primary:not([href]):focus {
      padding: 9px 20px;
      font-size: 1rem;
      font-weight: 600; } }
  @media (max-width: 576px) {
    .btn-primary, .cta-trova, .cta-scelta, .btn-pdf, .btn-pdf:hover, .btn-pdf:focus, a.btn-pdf:not([href]), a.btn-pdf:not([href]):hover, .btn-email, .btn-email:hover, .btn-email:focus, a.btn-email:not([href]), a.btn-email:not([href]):hover, .btn-primary:hover, .btn-primary:focus, a.btn-primary:not([href]), a.btn-primary:not([href]):hover, a.btn-primary:not([href]):focus,
    .cta-scelta:hover, .cta-scelta:focus, a.cta-scelta:not([href]), a.cta-scelta:not([href]):hover, a.cta-scelta:not([href]):focus, .cta-trova:hover, .cta-trov:focus, a.cta-trovy:not([href]), a.cta-trov:not([href]):hover, a.cta-trov:not([href]):focus, .btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-inverse, .btn-inverse:hover, .btn-inverse:focus, a.btn-inverse:not([href]), a.btn-inverse:not([href]):hover, a.btn-inverse:not([href]):focus, .recap-cta .btn-primary, .recap-cta .btn-primary:hover, .recap-cta .btn-primary:focus, .btn-thankyou, .btn-error404, .btn-thankyou:hover, .btn-thankyou:focus, .recap-cta .btn-primary.disabled, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus, .btn-primary.btn-config.disabled, .btn-primary.btn-config.disabled:hover, .btn-primary.btn-config.disabled:focus, .configurator-cta-wrapper .btn-primary.disabled, .configurator-cta-wrapper .btn-primary.disabled:hover, .configurator-cta-wrapper .btn-primary.disabled:focus, .btn-primary.vinc-cta:disabled, .btn-primary-dark, .btn-primary-dark:hover, .btn-primary-dark:focus, .btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-thankyou, .btn-outline-thankyou:hover, .btn-outline-thankyou:focus, .btn-outline-append, .btn-outline-append:hover, .btn-link, .btn-outline-append.disabled, .btn-outline-append.disabled:hover, .btn-footer, .higllight-box .btn, .highlight-box .btn, .redactional-cta, .topic-cta, .category-highlight .category-text .cta, .shop-item .shop-cta, .logged-cta .btn-primary, .logged-cta .btn-primary:hover, .logged-cta .btn-primary:focus, .logged-cta a.btn-primary:not([href]), .logged-cta a.btn-primary:not([href]):hover, .logged-cta a.btn-primary:not([href]):focus {
      padding: 11px 20px;
      font-size: 1rem;
      font-weight: 600; } }

.btn-primary, .cta-trova, .cta-scelta {
  color: #000000;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none; }

.btn-pdf, .btn-pdf:hover, .btn-pdf:focus, a.btn-pdf:not([href]), a.btn-pdf:not([href]):hover {
  color: #000000;
  border-color: #FF9432;
  background: #FF9432;
  text-decoration: none; }

.btn-email, .btn-email:hover, .btn-email:focus, a.btn-email:not([href]), a.btn-email:not([href]):hover {
  color: #FFFFFF;
  border-color: #653CBD;
  background: #653CBD;
  text-decoration: none; }

.btn-primary:hover, .btn-primary:focus, a.btn-primary:not([href]), a.btn-primary:not([href]):hover, a.btn-primary:not([href]):focus,
.cta-scelta:hover, .cta-scelta:focus, a.cta-scelta:not([href]), a.cta-scelta:not([href]):hover, a.cta-scelta:not([href]):focus {
  color: #000000;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none; }

.cta-trova:hover, .cta-trov:focus, a.cta-trovy:not([href]), a.cta-trov:not([href]):hover, a.cta-trov:not([href]):focus {
  color: #000000;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none; }

.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, a.btn-inverse:not([href]), a.btn-inverse:not([href]):hover, a.btn-inverse:not([href]):focus {
  color: #000000;
  border-color: #FFFFFF;
  background: #FFFFFF;
  text-decoration: none; }

.recap-cta .btn-primary, .recap-cta .btn-primary:hover, .recap-cta .btn-primary:focus, .btn-thankyou, .btn-error404, .btn-thankyou:hover, .btn-thankyou:focus {
  color: #000000;
  border-color: #24CE85;
  background: #24CE85; }

.recap-cta .btn-primary.disabled, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus, .btn-primary.btn-config.disabled, .btn-primary.btn-config.disabled:hover, .btn-primary.btn-config.disabled:focus, .configurator-cta-wrapper .btn-primary.disabled, .configurator-cta-wrapper .btn-primary.disabled:hover, .configurator-cta-wrapper .btn-primary.disabled:focus {
  color: #000000;
  border-color: #C2C2C2;
  background: #C2C2C2;
  opacity: .5; }

.btn-primary.vinc-cta:disabled {
  color: #000000;
  border-color: #C2C2C2;
  background: #C2C2C2;
  opacity: .5; }

.btn-primary-dark, .btn-primary-dark:hover, .btn-primary-dark:focus {
  color: #FFFFFF;
  border-color: #000000;
  background: #000000;
  text-decoration: none; }
  .btn-primary-dark:not([href]), .btn-primary-dark:hover:not([href]), .btn-primary-dark:focus:not([href]) {
    color: #FFFFFF;
    text-decoration: none; }

.btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:focus {
  color: #000000;
  border-color: #000000;
  background: none;
  text-decoration: none; }
  .btn-outline-dark:not([href]), .btn-outline-dark:hover:not([href]), .btn-outline-dark:focus:not([href]) {
    color: #000000;
    text-decoration: none; }

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #0A70F5;
  border-color: #0A70F5;
  box-shadow: none; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
  border-color: #0A70F5 !important; }

.btn-outline-thankyou, .btn-outline-thankyou:hover, .btn-outline-thankyou:focus {
  color: #24CE85;
  border-color: #24CE85;
  background: #FFFEFA; }

.btn-thankyou-wrapper {
  display: flex;
  gap: 20px; }
  @media (max-width: 576px) {
    .btn-thankyou-wrapper {
      flex-direction: column; } }

.btn-blue {
  border: 1px solid #0A70F5;
  background: #0A70F5;
  color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none; }
  .btn-blue:hover {
    background-color: #0751B0;
    border: 1px solid #0751B0;
    color: #FFFFFF;
    text-decoration: none; }

.btn-text {
  border: 1px solid #3DC5FF;
  padding: 5px 10px;
  margin: 10px 0;
  display: flex;
  border-radius: 8px;
  text-decoration: none; }
  .btn-text:hover {
    background-color: #0A70F5;
    border: 1px solid #0A70F5;
    color: #FFFFFF;
    text-decoration: none; }

.btn-search {
  background: #653CBD url("../icons/ico-search.svg") no-repeat center center;
  background-size: auto;
  background-size: auto;
  border: 1px solid #131022;
  border-left: 0;
  padding: 0;
  margin-left: 0;
  z-index: 3;
  position: relative;
  width: 45px;
  height: 47px;
  display: inline-flex;
  border-radius: 0 8px 8px 0; }
  @media (max-width: 576px) {
    .btn-search {
      width: 65px; } }

.btn-search.mobile {
  display: none;
  background: url("../icons/ico-search.svg") no-repeat center center;
  position: absolute;
  right: 15px; }
  @media (max-width: 768px) {
    .btn-search.mobile {
      display: block; } }

.close-search {
  font-size: .875rem;
  text-transform: uppercase;
  color: #0A70F5;
  display: none;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  width: 100%;
  background: #fffefa;
  position: fixed;
  top: 60px;
  left: 0;
  padding: 5px 50px 5px 30px;
  text-align: right;
  border-bottom: 1px solid #777777; }

.btn-filter {
  background: #653CBD;
  color: #FFFFFF;
  font-size: .875rem;
  padding: 8px 20px; }

.btn-filter-disabled {
  background: #EFF2FC;
  color: #585C7B;
  font-size: .875rem;
  padding: 8px 20px; }

.btn-cap {
  background: url("../icons/ico-go.svg") no-repeat center center;
  background-size: cover;
  border: 0;
  padding: 0;
  margin: 0 0 0 -25px;
  z-index: 3;
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }

button:focus, a:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color; }

.btn-outline-append, .btn-outline-append:hover {
  color: #FFFFFF;
  border-color: #653CBD;
  background: #653CBD;
  border-radius: 0 50px 50px 0;
  border: 1px solid #000000;
  font-size: .875rem;
  line-height: 1;
  font-weight: 400; }

.btn-link {
  color: #0A70F5;
  border-color: transparent;
  background: none;
  border-radius: 0 50px 50px 0;
  border: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }

.btn-outline-append.disabled, .btn-outline-append.disabled:hover {
  color: #777777;
  border-color: #f9f9f9;
  background: #f9f9f9;
  border-radius: 0 50px 50px 0;
  border: 1px solid #C2C2C2;
  font-size: .875rem;
  line-height: 1;
  font-weight: 400;
  border-left: 0; }
  @media screen and (max-width: 576px) {
    .btn-outline-append.disabled, .btn-outline-append.disabled:hover {
      padding: 7px 15px; } }

.input-group-append.on::before {
  content: '';
  background: none; }

.input-group-append::before {
  content: '';
  background: url("../icons/ico-line-vert.svg") no-repeat center center;
  background-size: cover;
  width: 2px;
  height: 50%;
  display: inline-block;
  align-self: center; }

.btn-primary.btn-purple, .btn-primary.btn-purple:hover, .btn-primary.btn-purple:focus {
  color: #FFFFFF;
  border-color: #653CBD;
  background: #653CBD;
  text-decoration: none; }

.btn-primary.btn-blue, .btn-primary.btn-blue:hover, .btn-primary.btn-blue:focus {
  color: #000000;
  border-color: #3DC5FF;
  background: #3DC5FF;
  text-decoration: none; }

.btn-primary.btn-orange, .btn-primary.btn-orange:hover, .btn-primary.btn-orange:focus {
  color: #000000;
  border-color: #FF9432;
  background: #FF9432;
  text-decoration: none; }

.cap-wrapper.container p {
  margin-bottom: 0; }

.cap-wrapper.container {
  display: flex;
  justify-content: flex-end;
  z-index: 50;
  position: relative; }
  @media (max-width: 768px) {
    .cap-wrapper.container {
      margin-bottom: 50px; } }

.cap-copy {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .cap-copy {
      flex-direction: column; } }

.cap-enter {
  width: 100%;
  max-width: 240px;
  position: relative; }

.cap-copy p, .cap-enter-wrapper form, .cap-enter-wrapper a {
  display: inline-block;
  margin-right: 10px; }
  @media (max-width: 576px) {
    .cap-copy p, .cap-enter-wrapper form, .cap-enter-wrapper a {
      font-size: 0.875rem; } }

.cap-copy p, .cap-enter-wrapper .cap-enter, .cap-enter-wrapper a {
  display: inline-block;
  margin-right: 10px;
  width: max-content; }
  @media (max-width: 768px) {
    .cap-copy p, .cap-enter-wrapper .cap-enter, .cap-enter-wrapper a {
      margin-right: 0; } }

.cap-form {
  display: flex;
  flex-direction: row; }

.form-item.cap {
  width: 80px; }

.yescap p {
  color: #FFFFFF;
  margin-right: 10px; }

.nocap {
  display: flex;
  background: #FF9432;
  padding: 10px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .nocap {
      flex-direction: row;
      align-items: center; } }

.yescap {
  display: flex;
  background: #24CE85;
  padding: 10px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  width: 240px;
  justify-content: space-between;
  align-items: center;
  max-width: 240px; }
  .yescap .form-item.cap {
    text-align: left;
    background: #FFFFFF url("../icons/ico-edit.svg") no-repeat center right;
    background-size: 14px;
    background-position-x: 90%; }

.nocap.off, .yescap.off {
  display: none; }

.nocap a, .nocap a:hover, .nocap a:focus {
  color: #14142B;
  font-size: 0.875rem;
  text-decoration: underline; }

@media (max-width: 576px) {
  .nocap a span {
    display: none; } }

.cap-copy img {
  width: 16px;
  height: 16px; }

.cap-copy p:first-child {
  font-family: "Manrope", Arial, Helvetica, sans-serif; }
  @media (max-width: 768px) {
    .cap-copy p:first-child {
      color: #FFFFFF; } }

.panelcap, .panelcap.open, .modal-panelcap, .modal-panelcap.open {
  background: #3E4265;
  color: #FFFFFF;
  width: 100%;
  display: block; }

.panelcap {
  height: 0;
  transition: 0.6s;
  padding: 0 10px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  width: 100%; }
  .panelcap h2, .panelcap p {
    font-size: 1rem;
    font-family: "Manrope", Arial, Helvetica, sans-serif; }
  .panelcap h2 {
    font-weight: 700; }

.panelcap.open {
  top: 40px;
  left: 0;
  right: 0;
  max-height: 600px;
  height: auto;
  padding: 30px 10px 10px; }
  @media (max-width: 768px) {
    .panelcap.open {
      padding: 50px 10px 10px; } }

.panel-cap-opener img {
  margin-left: 5px; }

.ico-up {
  position: absolute;
  top: 30px;
  right: 20px; }
  @media (max-width: 768px) {
    .ico-up {
      top: 50px; } }

.share-icon {
  position: relative;
  justify-content: center; }

.share-wrapper {
  position: absolute;
  width: 182px;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  padding: 10px;
  top: -70px;
  background: #FFFFFF;
  opacity: 1;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -40px;
  border-right: 0; }
  @media (max-width: 576px) {
    .share-wrapper {
      left: -210px;
      top: -20px; } }

.share-wrapper.on, .close-share.on {
  display: none; }

.close-share {
  display: flex;
  width: 30px;
  height: 30px;
  background: #FFFFFF url("../icons/ico-close-base.svg") no-repeat center center;
  background-size: auto;
  background-size: 12px;
  border: 1px solid #C2C2C2;
  border-left-color: #c2c2c2;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 5px;
  position: absolute;
  top: -70px;
  right: -70px;
  height: 62px;
  border-left: 0; }
  @media (max-width: 576px) {
    .close-share {
      right: 40px;
      top: -20px; } }

.ar .address-choice {
  color: #0A70F5;
  display: flex;
  gap: 5px; }

.new-address .small-dida {
  margin-top: 26px;
  text-align: left; }

.messaggio, .autore {
  border-radius: 9px; }

.checkbox-inline.recurring .control__indicator {
  border-radius: 0 !important; }
  .checkbox-inline.recurring .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #3B8DF7;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none !important;
    border-radius: 0 !important;
    /*left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #3B8DF7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
        background: none;*/ }

.faq.accordion {
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }

.accordion {
  gap: 20px;
  display: flex;
  flex-direction: column; }
  .accordion .card-header {
    padding: 15px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0; }
  .accordion .card {
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 8px !important;
    color: #14142B;
    width: 100%;
    height: auto;
    max-width: 100%;
    font-size: inherit;
    border: 0;
    padding: 0 20px; }
  .accordion .btn.btn-link {
    padding: 0;
    text-align: left;
    color: #14142B;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.22; }
    .accordion .btn.btn-link::before {
      content: '';
      width: 36px;
      margin-right: 5px;
      background: url(../icons/icon-accordion-up.svg) no-repeat center center;
      background-size: cover;
      height: 36px;
      display: inline-block;
      transition: .5s;
      margin-left: -22px; }
    .accordion .btn.btn-link.collapsed::before {
      content: '';
      width: 36px;
      margin-right: 5px;
      background: url("../icons/icon-accordion-down.svg") no-repeat center center;
      background-size: cover;
      height: 36px;
      display: inline-block;
      transition: .5s;
      margin-left: -22px; }
    @media (max-width: 576px) {
      .accordion .btn.btn-link {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.14; } }
  .accordion .card-body {
    background: none;
    border-radius: 0;
    margin-top: 0;
    z-index: 2;
    position: relative;
    min-height: unset;
    padding: 0 0 15px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    line-height: 1.4; }
    @media (max-width: 576px) {
      .accordion .card-body {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265;
        line-height: 1.2; } }

.pagination-wrapper {
  margin: 30px auto; }

.pagination {
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px; }
  .pagination .page-item {
    min-width: 40px;
    text-align: center;
    font-size: .75rem;
    color: #14142B; }
  .pagination .page-item.active, .pagination .page-item.active .page-link {
    background-color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #653CBD;
    border-radius: 100px;
    color: #14142B; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 100px;
    background: #EFF2FC;
    padding: 14px 10px; }
  .pagination .page-link {
    line-height: 1;
    padding: 12px 10px;
    color: #14142B;
    border: 0;
    margin-left: 0; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: #EFF2FC;
      border-radius: 100px;
      padding: 12px 10px; }

.search-hero {
  margin-bottom: 20px; }

.search-results .featured-wrapper, .no-results .related-wrapper, .genere .featured-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: unset;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px; }

.search-anchors {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.search-anchors a, .search-anchors a:hover, .search-anchors a:focus {
  text-decoration: none;
  border: 1px solid #4090f7;
  border-radius: 9px;
  padding: 7px 20px;
  margin: 0 10px 10px 0; }

.search-results .content-wrapper section > h2 {
  border-top: 0.5px solid #777777;
  border-bottom: 0.5px solid #777777;
  padding: 10px 0;
  margin-bottom: 20px; }

.search-results .prodotti-grid {
  max-width: 1160px;
  padding: 0;
  margin: 0 auto 30px; }
  @media (max-width: 1200px) {
    .search-results .prodotti-grid {
      padding: 0 20px; } }

.search-results .filter-wrapper, .genere .filter-wrapper {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  align-items: center; }
  @media (max-width: 576px) {
    .search-results .filter-wrapper, .genere .filter-wrapper {
      justify-content: center; } }
  .search-results .filter-wrapper .field-wrapper, .genere .filter-wrapper .field-wrapper {
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center; }
    @media (max-width: 576px) {
      .search-results .filter-wrapper .field-wrapper, .genere .filter-wrapper .field-wrapper {
        flex-wrap: wrap;
        gap: 10px; } }
  .search-results .filter-wrapper label, .genere .filter-wrapper label {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    min-width: max-content;
    margin: 0 7px 0 0; }
  .search-results .filter-wrapper .form-check, .genere .filter-wrapper .form-check {
    width: max-content;
    display: flex;
    align-items: center;
    margin-right: 20px; }
  @media (max-width: 1200px) {
    .search-results .filter-wrapper .field-wrapper, .search-results .filter-wrapper .toggle-gift, .search-results .filter-wrapper .toggle-digital, .genere .filter-wrapper .field-wrapper, .genere .filter-wrapper .toggle-gift, .genere .filter-wrapper .toggle-digital {
      margin-bottom: 15px; } }

.search-results .filter-order .styled-select.custom-select, .search-results .filter-order .styled-select.custom-select:focus, .genere .filter-order .styled-select.custom-select, .genere .filter-order .styled-select.custom-select:focus {
  background: #FFFFFF url("../icons/icon-arrow-select.svg") no-repeat right center;
  background-position-x: right;
  background-position-x: calc(100% - 10px);
  border: 1px solid #131022;
  border-radius: 0;
  padding: 5px 20px;
  -moz-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  outline: 0;
  font-size: 1rem;
  line-height: 1.1;
  min-height: 44px;
  border-radius: 6px;
  min-width: 180px;
  color: #585C7B; }
  .search-results .filter-order .styled-select.custom-select option, .search-results .filter-order .styled-select.custom-select:focus option, .genere .filter-order .styled-select.custom-select option, .genere .filter-order .styled-select.custom-select:focus option {
    color: #585C7B; }

.search-results, .genere {
   /* .card-body {
    min-height: 240px;
		@media (max-width: 576px) {
  min-height: max-content;
  margin-bottom: 10px;
		}
}*/ }
  .search-results .featured-item, .genere .featured-item {
    min-height: 400px;
    height: auto; }
    @media (max-width: 576px) {
      .search-results .featured-item, .genere .featured-item {
        display: flex;
        justify-content: center; } }

.genere-hero {
  margin-bottom: 20px; }
  .genere-hero .big-title {
    margin-bottom: 0; }

.hero-banner img {
  width: 100%;
  margin-bottom: 20px; }

.vinc.riepilogo .checkmark {
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-left: 3px; }

.button-list-wrapper {
  display: flex;
  gap: 15px; }

.top-banner-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }
  .top-banner-wrapper img {
    width: 100%; }

.cta-wrapper {
  display: flex;
  width: 100%;
  justify-content: center; }

.cta-btn {
  width: 100%;
  max-width: 50%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .cta-btn {
      max-width: 70%; } }
  @media (max-width: 576px) {
    .cta-btn {
      max-width: 100%; } }

.container.thankyou-heading {
  max-width: unset;
  display: flex;
  background-color: #24CE85;
  min-height: 390px;
  padding: 0;
  justify-content: center;
  text-align: center; }
  .container.thankyou-heading .thankyou-heading-left {
    background: url("../img/deco-thankyou-left.svg") no-repeat right bottom;
    background-size: cover;
    display: flex;
    flex: 1; }
    @media (max-width: 576px) {
      .container.thankyou-heading .thankyou-heading-left {
        display: none; } }
  .container.thankyou-heading .thankyou-heading-right {
    background: url("../img/deco-thankyou-right.svg") no-repeat left bottom;
    background-size: cover;
    display: flex;
    flex: 1; }
    @media (max-width: 576px) {
      .container.thankyou-heading .thankyou-heading-right {
        display: none; } }
  .container.thankyou-heading .thankyou-heading-center {
    padding: 30px 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 576px) {
      .container.thankyou-heading .thankyou-heading-center {
        background: url("../img/bkg-thankyou-mobile.svg") no-repeat center center;
        background-size: cover; } }
    .container.thankyou-heading .thankyou-heading-center img {
      width: 64px;
      margin: 0 auto; }
    .container.thankyou-heading .thankyou-heading-center h1 {
      font-weight: 800;
      font-size: 40px;
      line-height: 1.2;
      color: #FFFFFF; }
      @media (max-width: 576px) {
        .container.thankyou-heading .thankyou-heading-center h1 {
          font-size: 40px; } }
    .container.thankyou-heading .thankyou-heading-center p {
      font-size: 18px;
      color: #FFFFFF;
      line-height: 1.4; }
    .container.thankyou-heading .thankyou-heading-center .btn-thankyou {
      background: #653CBD;
      color: #FFFFFF;
      width: max-content;
      margin: 10px auto; }
      @media (max-width: 576px) {
        .container.thankyou-heading .thankyou-heading-center .btn-thankyou {
          width: calc(100% - 40px); } }

.multiple-radio {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap; }

.accedi01 .pwd-recall {
  padding: 0; }
.accedi01 .login-field {
  margin-bottom: 10px; }
.accedi01 .login-panel .field-linear-wrapper {
  margin: 10px 0 0; }

.login-registrazione, .base-content {
  background: #F9FAFF; }

.tophero-wrapper {
  margin: 0 auto 20px;
  max-width: 1400px;
  text-align: center;
  padding: 0 20px; }

.base-content .accordion .btn.btn-link {
  padding-right: 30px; }
.base-content .accordion .btn.btn-link::before {
  margin-right: -32px;
  min-width: 36px; }
.base-content .faq-list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.base-content .faq.accordion {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
.base-content .accordion .btn.btn-link {
  gap: 20px; }
.base-content h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700; }

.error404-hero.row {
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center; }
  .error404-hero.row img {
    width: 100%;
    height: auto; }
  @media (max-width: 576px) {
    .error404-hero.row {
      flex-direction: column; } }

#fdt_product_tabrecensioni-verticale-30x70_widget_product_tab {
  width: 100% !important;
  max-width: 1400px !important; }

footer {
  background: #3E4265;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 30px 0 0; }
  footer a, footer a:hover {
    color: #FFFFFF; }

.footer-logo {
  width: 260px; }

@media (max-width: 768px) {
  .workflow.steps footer {
    padding-bottom: 0; } }

footer h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4; }
  footer h2:after {
    content: '';
    display: block;
    width: 26px;
    height: 5px;
    background: #FF9432;
    margin-top: 3px; }

.footer-bottom h2 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4; }
  .footer-bottom h2:after {
    content: none; }

.footer-top, .footer-middle, .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .footer-top, .footer-middle, .footer-bottom {
      flex-direction: column; } }

.footer-bottom {
  border-top: 1px solid #585C7B; }

@media (max-width: 767px) {
  .footer-top .footer-logo {
    max-width: 180px; } }
@media (max-width: 576px) {
  .footer-top {
    flex-direction: column;
    padding: 0; }
    .footer-top .footer-logo {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .footer-middle .footer-col-left, .footer-middle .footer-col-right {
    display: none;
    width: 100%; } }

@media (max-width: 767px) {
  .footer-middle .footer-col-right {
    justify-content: center;
    padding-top: 20px; } }

.footer-top, .footer-middle {
  border-bottom: 0; }

.footer-col-left {
  width: 50%;
  display: flex;
  justify-content: space-between; }

.footer-col-right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end; }
  @media (max-width: 576px) {
    .footer-col-right {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      margin: 20px 0; } }

.footer-middle ul, .footer-col-left ul {
  width: 33.33%;
  display: flex; }
.footer-middle .about-menu, .footer-middle .servizi-menu, .footer-col-left .about-menu, .footer-col-left .servizi-menu {
  display: flex;
  flex-direction: column; }
@media (max-width: 576px) {
  .footer-middle, .footer-col-left {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 20px 0; } }

.safe-payments {
  color: #FFFFFF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  display: flex;
  align-items: center; }
  .safe-payments:before {
    content: '';
    background: url("../icons/ico-lock.svg") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block; }

.payment-methods {
  display: flex;
  justify-content: flex-end;
  width: auto;
  flex-wrap: wrap; }

.payment-methods li {
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  height: 35px;
  width: 75px;
  margin: 0 5px 5px; }
  @media (max-width: 576px) {
    .payment-methods li {
      margin: 0 5px 10px; } }

.payment-methods li:last-child {
  margin: 0 0 5px; }
  @media (max-width: 576px) {
    .payment-methods li:last-child {
      margin: 0 5px 10px; } }

.servizi-menu {
  font-family: "Manrope", Arial, Helvetica, sans-serif; }

.btn-footer {
  font-weight: 700;
  white-space: nowrap;
  font-size: 1rem;
  border: 0.5px solid #FFFEFA; }
  .btn-footer a, .btn-footer:hover {
    color: #FFFFFF; }
  @media (max-width: 376px) {
    .btn-footer {
      font-size: 0.875rem; } }

.social li {
  margin-right: 20px; }

.trustpilot-widget {
  margin: 0;
  max-width: 180px; }
  @media (max-width: 768px) {
    .trustpilot-widget {
      margin: 0 auto; } }

.thankyou footer {
  padding: 30px 0 20px; }

.thankyou .footer-wrapper {
  margin: 0 auto;
  width: 100%; }

.footer-col-wrapper {
  display: flex;
  width: 100%; }
  @media (max-width: 576px) {
    .footer-col-wrapper {
      flex-direction: column;
      gap: 20px; } }
  .footer-col-wrapper a, .footer-col-wrapper a:hover, .footer-col-wrapper a:focus {
    color: #FFFFFF;
    line-height: 2; }
  .footer-col-wrapper li {
    width: 100%; }
  .footer-col-wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
    flex: 1; }
  .footer-col-wrapper .footer-col01, .footer-col-wrapper .footer-col03 {
    display: flex;
    flex: 1;
    flex-direction: column; }
  .footer-col-wrapper .footer-col02 {
    display: flex;
    flex: 2;
    flex-direction: row;
    flex-wrap: wrap; }
    .footer-col-wrapper .footer-col02 h2 {
      width: 100%;
      margin-left: auto; }
  @media (max-width: 576px) {
    .footer-col-wrapper .footer-col01, .footer-col-wrapper .footer-col02, .footer-col-wrapper .footer-col03 {
      flex: 1; } }

ul.social-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  width: max-content; }

.footer-bottom .footer-col-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px; }

.footer-copyright {
  width: 100%;
  background: #363855;
  max-width: none;
  display: flex;
  padding: 20px 20px 50px;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .footer-copyright .footer-copy-wrapper {
    font-size: .875rem;
    color: #D4D7E5; }
  .footer-copyright .footer-copy-wrapper a, .footer-copyright .footer-copy-wrapper a:hover, .footer-copyright .footer-copy-wrapper a:focus {
    font-size: .875rem;
    color: #D4D7E5;
    text-decoration: underline; }

/* styles 202507 */
.base-content footer h2 {
  color: #FFFFFF; }

/* styles 2025-12 accessibllity */
footer span {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4; }

footer span::after {
  content: '';
  display: block;
  width: 26px;
  height: 5px;
  background: #FF9432;
  margin-top: 3px; }

.modal {
  z-index: 3000; }

.modal-image img {
  width: 100%;
  height: auto; }

.btn-modal {
  font-size: 0.75rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 3px 5px;
  margin-right: 10px; }
  .btn-modal:hover {
    padding: 3px 5px;
    color: #FFFFFF;
    font-size: 0.75rem;
    border: 1px solid #FFFFFF; }

.modal-backdrop {
  background-color: #14142B;
  z-index: 2999; }

.modal-backdrop.show {
  opacity: .7; }

.modal.fade.show {
  margin-top: 50px; }

.modal-content h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98; }
  @media (max-width: 768px) {
    .modal-content h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9; } }
.modal-content .close {
  font-size: 0.875rem;
  color: #000000;
  text-shadow: none;
  opacity: 1;
  font-weight: 400;
  display: flex;
  justify-content: space-between; }

.modal-content .close img {
  margin-left: 10px; }

.modal-content .modal-header {
  padding: 20px 20px 0;
  border-bottom: 0; }
.modal-content .modal-body {
  padding: 20px 20px 0; }

#giftModal .modal-image img {
  max-width: 100%; }

.modal-copy {
  padding: 30px 0; }

#capModal.fade.show, #capnoModal.fade.show {
  margin-top: 100px; }

#capModal .modal-content {
  background: #FF9432;
  border: 0; }
  #capModal .modal-content h2 {
    font-size: 1.875rem;
    line-height: 1.1; }
    @media (max-width: 768px) {
      #capModal .modal-content h2 {
        font-size: 1rem; } }
  #capModal .modal-content .close {
    font-size: 0.875rem;
    color: #000000;
    text-shadow: none;
    opacity: 1;
    font-weight: 400;
    display: flex;
    justify-content: space-between; }

#capnoModal .modal-content {
  background: #B50404;
  border: 0; }
  #capnoModal .modal-content h2 {
    font-size: 1.875rem;
    line-height: 1.1; }
    @media (max-width: 768px) {
      #capnoModal .modal-content h2 {
        font-size: 1rem; } }
  #capnoModal .modal-content .close {
    font-size: 0.875rem;
    color: #000000;
    text-shadow: none;
    opacity: 1;
    font-weight: 400;
    display: flex;
    justify-content: space-between; }

#capModal .modal-content .close img, #capnoModal .modal-content .close img {
  margin-left: 10px; }

#capModal .modal-content .modal-header, #capnoModal .modal-content .modal-header {
  padding: 20px 20px 0;
  border-bottom: 0; }
#capModal .modal-content .modal-body, #capnoModal .modal-content .modal-body {
  padding: 20px 20px 0; }

.modal-login {
  margin: 20px 0;
  display: flex;
  flex-direction: column; }

.modal-panelcap {
  height: 0;
  transition: 0.6s;
  padding: 0 20px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  width: 100%; }
  .modal-panelcap h2, .modal-panelcap p {
    font-size: 1rem;
    font-family: "Manrope", Arial, Helvetica, sans-serif; }
  .modal-panelcap h2 {
    font-weight: 700; }

.modal-panelcap.open {
  top: 0;
  left: 0;
  right: 0;
  max-height: 600px;
  height: auto;
  padding: 30px 20px 20px; }
  @media (max-width: 768px) {
    .modal-panelcap.open {
      padding: 50px 20px 10px; } }

.modal-panel-cap-opener img {
  margin-left: 5px; }

a.modal-panel-cap-opener, a:hover.modal-panel-cap-opener, .modal-panel-cap-opener span {
  color: #FF9432; }

a.register-cta, a:hover.register-cta {
  color: #14142B; }

.modal-ico-up {
  position: absolute;
  top: 30px;
  right: 20px; }
  @media (max-width: 768px) {
    .modal-ico-up {
      top: 50px; } }

.modal-cap-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; }

.modal-cap-panel {
  position: relative;
  margin: 0 -20px 0;
  border-radius: 0 0 15px 15px;
  z-index: 2; }

.modal .cap-copy {
  padding: 15px 0;
  color: azure;
  background: #14142B;
  margin: 20px -20px 0;
  padding: 10px 20px;
  color: #FF9432;
  border-radius: 15px 15px 0 0;
  font-size: 0.875rem; }

.form-cap-modal {
  max-width: 240px; }

.modal-login-cta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  align-items: center; }

.modal-login-cta .btn-outline-dark {
  min-width: 100px;
  text-align: center; }

.modal .cta-list, .new-address .cta-list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 0;
  margin-top: 20px;
  align-items: center; }
  @media (max-width: 576px) {
    .modal .cta-list, .new-address .cta-list {
      flex-direction: row;
      width: 100%;
      padding: 10px;
      gap: 10px; }
      .modal .cta-list li, .new-address .cta-list li {
        flex: 1; }
        .modal .cta-list li button, .new-address .cta-list li button {
          width: 100%; } }

#capModal .modal-content .modal-cap-panel h2, #capnoModal .modal-content .modal-cap-panel h2 {
  font-size: 1.2rem; }

.modal.wide .modal-dialog {
  max-width: 800px;
  width: 100%; }
  @media (max-width: 768px) {
    .modal.wide .modal-dialog {
      max-width: 96%;
      width: 96%; } }

.modal.small .modal-dialog {
  max-width: 600px;
  width: 100%; }
  @media (max-width: 768px) {
    .modal.small .modal-dialog {
      max-width: 96%;
      width: 96%; } }

.cap-new {
  line-height: 1.2;
  margin: 20px 0;
  color: #FFFFFF; }
  .cap-new a {
    color: #FFFFFF;
    text-decoration: underline; }

.modal-dialog {
  padding-bottom: 30px; }

#renewModal h2, #informativaModal h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98; }
#renewModal h3, #informativaModal h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9; }
#renewModal p, #renewModal li, #informativaModal p, #informativaModal li {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  line-height: 1.2; }
#renewModal .modal-content .modal-body, #informativaModal .modal-content .modal-body {
  padding: 20px; }
  #renewModal .modal-content .modal-body h2, #renewModal .modal-content .modal-body h3, #informativaModal .modal-content .modal-body h2, #informativaModal .modal-content .modal-body h3 {
    margin: 20px 0; }

/* info modal */
.infomodal .modal-body {
  padding: 20px; }
  .infomodal .modal-body .choice {
    background-color: #FFFFFF;
    border: 0;
    width: 100%;
    color: #000000; }
  .infomodal .modal-body .choice-title {
    padding: 20px 0 0; }
  .infomodal .modal-body .choice .data-wrapper {
    padding: 0 0 20px; }
  .infomodal .modal-body h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    color: #0A70F5;
    margin: 10px auto 0;
    text-align: center; }
  .infomodal .modal-body ul {
    width: 100%;
    padding: 10px 0; }
  .infomodal .modal-body li {
    border-bottom: 1px solid #C2C2C2; }
  .infomodal .modal-body .plusminus {
    margin: 10px 0 20px; }
  .infomodal .modal-body .form-check {
    padding-left: 0;
    margin: 0 auto; }
  .infomodal .modal-body .infomodal .modal-body .plusminus {
    margin: 10px auto 20px; }
  .infomodal .modal-body .price-wrapper {
    margin: 0 auto; }

/* ar modals */
.ar .modal-body {
  padding: 20px; }
  .ar .modal-body .form-control {
    border: 1px solid #777777;
    padding: .375rem .75rem;
    font-size: 1rem; }
  .ar .modal-body .styled-select.custom-select {
    border: 1px solid #777777;
    background: #FFFFFF url("../icons/ico-arrow-down-grey.svg") no-repeat right center;
    background-position-x: calc(100% - 10px);
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem; }
  .ar .modal-body .base-form label {
    color: #14142B; }
  .ar .modal-body .ar-cta-list {
    display: flex;
    gap: 10px; }
    @media (max-width: 576px) {
      .ar .modal-body .ar-cta-list {
        padding-bottom: 50px; } }
  .ar .modal-body .btn.btn-delete {
    margin: 15px 0;
    background: #777777;
    border-radius: 50px;
    padding: 5px 20px;
    color: #FFFFFF; }
  .ar .modal-body .btn.btn-confirm {
    margin: 15px 0;
    background: #0A70F5;
    border-radius: 50px;
    padding: 5px 20px;
    color: #FFFFFF; }

.ar.profilo .modal-backdrop {
  background-color: #000;
  z-index: 2999; }

.shipping-details-form-wrapper {
  margin-bottom: 30px; }

.shipping-details-list {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.shipping-details-list li {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #C2C2C2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }

.shipping-details-list h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #0A70F5; }

.pack-items-list li {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  display: flex;
  flex-direction: row;
  line-height: 1.1;
  border-bottom: 0;
  padding-bottom: 5px; }

.pack-items-list strong {
  min-width: 20px; }

.add-pause-form-wrapper .row {
  margin-right: -10px;
  margin-left: -10px; }
.add-pause-form-wrapper p {
  margin-top: 20px;
  line-height: 1.4; }

#changeAvatar h2 {
  font-size: 1.875rem;
  line-height: 1.1; }
  @media (max-width: 768px) {
    #changeAvatar h2 {
      font-size: 1rem; } }

#changeAddress h2, #changeAddressMain h2 {
  font-size: 1.875rem;
  line-height: 1.1; }
  @media (max-width: 768px) {
    #changeAddress h2, #changeAddressMain h2 {
      font-size: 1rem; } }
#changeAddress label, #changeAddressMain label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #777777; }
#changeAddress .form-control, #changeAddress .styled-select.custom-select, #changeAddressMain .form-control, #changeAddressMain .styled-select.custom-select {
  border: 1px solid #0A70F5; }
#changeAddress .form-wrapper, #changeAddressMain .form-wrapper {
  margin-bottom: 20px; }

.cvv-tooltip {
  display: none; }
  .cvv-tooltip img {
    width: 100%;
    cursor: pointer; }

.rinnovi #changeAddress h2, #changeAddressMain h2, #changeAddressGift h2 {
  font-size: 1.875rem;
  line-height: 1.1; }
  @media (max-width: 768px) {
    .rinnovi #changeAddress h2, #changeAddressMain h2, #changeAddressGift h2 {
      font-size: 1rem; } }
.rinnovi #changeAddress label, #changeAddressMain label, #changeAddressGift label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #777777; }
.rinnovi #changeAddress .form-control, .rinnovi #changeAddress .styled-select.custom-select, #changeAddressMain .form-control, #changeAddressMain .styled-select.custom-select, #changeAddressGift .form-control, #changeAddressGift .styled-select.custom-select {
  border: 1px solid #653CBD; }
.rinnovi #changeAddress .readonly .form-control, .rinnovi #changeAddress .styled-select.custom-select, #changeAddressMain .readonly .form-control, #changeAddressMain .styled-select.custom-select, #changeAddressGift .readonly .form-control, #changeAddressGift .styled-select.custom-select {
  border: 0;
  border-bottom: 1px solid #653CBD; }
.rinnovi #changeAddress .form-wrapper, #changeAddressMain .form-wrapper, #changeAddressGift .form-wrapper {
  margin-bottom: 20px; }

.cvv-tooltip {
  display: none; }
  .cvv-tooltip img {
    width: 100%;
    cursor: pointer; }

.contest-detail {
  width: 100%; }

#previewEmailModal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto; }
#previewEmailModal .modal-content .modal-body {
  padding: 20px 0; }
#previewEmailModal .email-body {
  padding: 20px; }
#previewEmailModal .buono-preview-img img {
  width: 100%;
  margin: 20px 0; }
#previewEmailModal .pop-up-logo {
  text-align: center; }
#previewEmailModal .email-body .title {
  font-weight: 700;
  font-size: 1.2rem; }
#previewEmailModal .email-body .small {
  font-size: .875rem; }

#previewPdfModal .modal-dialog {
  max-width: 1000px;
  margin: 1.75rem auto; }
#previewPdfModal .modal-content .modal-body {
  padding: 20px 0; }
#previewPdfModal .email-body {
  padding: 20px; }
#previewPdfModal .buono-preview-img img {
  width: 100%;
  margin: 20px 0; }
#previewPdfModal .pop-up-logo {
  text-align: center; }
#previewPdfModal .email-body .title {
  font-weight: 700;
  font-size: 1.2rem; }
#previewPdfModal .email-body .small {
  font-size: .875rem; }

#sharingModal .col-sm-12 {
  text-align: center;
  margin-bottom: 30px; }

.modal .deactivate {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap; }
  .modal .deactivate button {
    margin: 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots li:only-child {
  display: none; }

/* Slider 

.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}*/
/* Icons */
@font-face {
  font-family: "slick";
  src: url("font/slick.eot");
  src: url("font/slick.eot?#iefix") format("embedded-opentype"), url("font/slick.woff") format("woff"), url("font/slick.ttf") format("truetype"), url("font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 5;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 44px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: url(../icons/icon-circle-arrow-left-blue.svg); }
    [dir="rtl"] .slick-prev:before {
      content: url(../icons/icon-circle-arrow-right-blue.svg); }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: url(../icons/icon-circle-arrow-right-blue.svg); }
    [dir="rtl"] .slick-next:before {
      content: url(../icons/icon-circle-arrow-left-blue.svg); }

.navbar-themes .slick-prev {
  left: -5px; }
  [dir="rtl"] .navbar-themes .slick-prev {
    left: auto;
    right: 25px; }
  .navbar-themes .slick-prev:before {
    background: url(../icons/icon-circle-arrow-left.svg) no-repeat center center;
    height: 44px;
    display: inline-block;
    content: " ";
    background-size: cover;
    width: 44px; }
    [dir="rtl"] .navbar-themes .slick-prev:before {
      background: url(../icons/icon-circle-arrow-left.svg) no-repeat center center; }

.navbar-themes .slick-next {
  right: 0; }
  [dir="rtl"] .navbar-themes .slick-next {
    left: -25px;
    right: auto; }
  .navbar-themes .slick-next:before {
    background: url(../icons/icon-circle-arrow-right.svg) no-repeat center center;
    height: 44px;
    display: inline-block;
    content: " ";
    background-size: cover;
    width: 44px; }
    [dir="rtl"] .navbar-themes .slick-next:before {
      background: url(../icons/icon-circle-arrow-right.svg) no-repeat center center; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: none;
        border-radius: 100px;
        border: 1px solid #FFFFFF; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1;
      background: #FFFFFF; }

.header-wrapper {
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #FFFFFF;
  position: relative;
  z-index: 51; }
  @media (max-width: 1160px) {
    .header-wrapper {
      padding: 0; } }
  @media (max-width: 768px) {
    .header-wrapper {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 0; } }

header nav .container.flex {
  justify-content: space-between;
  padding: 0 20px;
  margin: 20px auto;
  border-bottom: 0; }
  @media (max-width: 768px) {
    header nav .container.flex {
      justify-content: center;
      padding: 0;
      margin: 20px auto 0;
      border-bottom: 0;
      flex-direction: column; } }

header nav .container.flex.main-nav, .rinnovi.workflow.steps header nav .container.flex.main-nav {
  margin: 0 auto !important;
  border-bottom: 0;
  align-items: center;
  padding: 0 !important; }
  @media (max-width: 768px) {
    header nav .container.flex.main-nav, .rinnovi.workflow.steps header nav .container.flex.main-nav {
      margin: 20px !important;
      border-bottom: 0;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      padding: 30px 0 0 20px;
      width: auto; } }

.nav-link {
  display: block;
  padding: 0 15px; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px; }

.sidenav .nav-link {
  padding: 0;
  color: #0A70F5; }

.sidenav .main-nav-wrapper {
  color: #3E4265; }

.navbar-top.flex {
  flex-direction: column; }
  @media (max-width: 768px) {
    .navbar-top.flex {
      background: #FFFFFF;
      z-index: 2000;
      position: relative;
      -webkit-box-shadow: 0 3px 6px rgba(19, 16, 34, 0.1);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0 3px 6px rgba(19, 16, 34, 0.1);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0 3px 6px rgba(19, 16, 34, 0.1);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ } }

.sticky-top {
  z-index: 2000; }

.logo {
  margin: 0; }

.nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    .nav-wrapper {
      flex-direction: column-reverse; } }

.navbar-account {
  padding: 0;
  margin-right: 0; }
  @media (max-width: 768px) {
    .navbar-account {
      align-self: flex-end;
      width: max-content;
      margin-top: -30px;
      padding-right: 20px; } }
  @media (max-width: 576px) {
    .navbar-account {
      padding-right: 0; } }
  @media (max-width: 480px) {
    .navbar-account {
      margin-top: -23px; } }

@media (max-width: 768px) {
  .navbar-nav .nav-link {
    font-size: 0; } }

.navbar-account ul {
  flex-direction: row;
  gap: 10px; }
  @media (max-width: 576px) {
    .navbar-account ul {
      gap: 0; } }
  .navbar-account ul li {
    padding-right: 10px;
    font-size: 0.75rem;
    text-align: center;
    border-right: 1px solid #D4D7E5; }
    .navbar-account ul li:last-child {
      border-right: 0; }
    .navbar-account ul li a {
      color: #14142B;
      padding: 0;
      line-height: 1; }
    .navbar-account ul li a:hover {
      color: #0A70F5; }
    @media (max-width: 880px) {
      .navbar-account ul li {
        margin-left: 30px; } }
    @media (max-width: 880px) {
      .navbar-account ul li {
        margin-left: 5px;
        padding-right: 10px; } }
    @media (max-width: 576px) {
      .navbar-account ul li {
        margin-left: 5px;
        padding-right: 10px; } }
    @media (max-width: 375px) {
      .navbar-account ul li {
        margin-left: 0;
        padding-right: 0; } }
  .navbar-account ul li.active a {
    color: #0A70F5; }

.navbar-themes {
  overflow: hidden;
  width: calc(100% - 30px); }
  @media (max-width: 768px) {
    .navbar-themes {
      display: none; } }

.main-nav-container .navbar-themes .slick-list.draggable {
  margin: 0 auto; }

.navbar-themes .slick-list.draggable {
  margin: 0 60px 0 40px; }

.navbar-scroll {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.navbar-scroll::-webkit-scrollbar {
  display: none; }

.nav-search {
  width: 100%;
  max-width: calc(100% - 330px);
  position: relative; }
  @media (max-width: 880px) {
    .nav-search {
      width: 100%;
      max-width: 320px;
      position: relative;
      margin: 0 0 20px 0;
      align-self: flex-end; } }
  @media (max-width: 768px) {
    .nav-search {
      width: 100%;
      max-width: 100%;
      position: relative;
      margin: 0;
      align-self: flex-end; } }

.nav-search .search-form {
  z-index: 40;
  display: flex; }
  @media (max-width: 768px) {
    .nav-search .search-form {
      background: #3E4265;
      width: 100%;
      margin: 10px 0 0;
      padding: 10px 20px; } }

@media (max-width: 768px) {
  .cart .nav-search {
    display: none; } }

.nav-item.notif a::before, .nav-item.notif.active a::before, .nav-item.notif a:hover::before, .nav-item.cart a::before, .nav-item.cart.active a::before, .nav-item.cart a:hover::before, .nav-item.favs a::before, .nav-item.favs.active a::before, .nav-item.favs a:hover::before, .nav-item.user a::before, .nav-item.profile a::before, .nav-item.user.active a::before, .nav-item.user a:hover::before, .nav-item.profile.active a::before, .nav-item.profile a:hover::before, .nav-item.wishlist a::before, .nav-item.logout a::before, .nav-item.wishlist.active a::before, .nav-item.wishlist a:hover::before, .nav-item.ar a::after, .nav-item.ar a::before, .nav-item.highlight a::before, .nav-item.highlight.active a::before, .nav-item.highlight a:hover::before, .nav-item.notif button::before, .nav-item.notif.active button::before, .nav-item.notif button:hover::before, .nav-item.cart button::before, .nav-item.cart.active button::before, .nav-item.cart button:hover::before, .nav-item.favs button::before, .nav-item.favs.active button::before, .nav-item.favs button:hover::before, .nav-item.user button::before, .nav-item.profile button::before, .nav-item.user.active button::before, .nav-item.user button:hover::before, .nav-item.profile.active button::before, .nav-item.profile button:hover::before, .nav-item.wishlist button::before, .nav-item.logout button::before, .nav-item.wishlist.active button::before, .nav-item.wishlist button:hover::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain !important;
  background-position: center center !important;
  margin: 0 auto;
  background-repeat: no-repeat !important; }

.nav-item {
  position: relative; }

@media (max-width: 768px) {
  .nav-item a::before {
    margin: 0 auto 5px !important;
    display: block; } }

.nav-item.notif a::before {
  background: url("../icons/ico-notification.svg"); }

.nav-item.notif.active a::before, .nav-item.notif a:hover::before {
  background: url("../icons/ico-notification-active.svg"); }

.nav-item.cart a::before {
  background: url("../icons/ico-cart.svg"); }

.nav-item.cart.active a::before, .nav-item.cart a:hover::before {
  background: url("../icons/ico-cart-active.svg"); }

.nav-item.favs a::before {
  background: url("../icons/ico-favs.svg"); }

.nav-item.favs.active a::before, .nav-item.favs a:hover::before {
  background: url("../icons/ico-favs-active.svg"); }

.nav-item.user a::before, .nav-item.profile a::before {
  background: url("../icons/ico-user.svg"); }

.nav-item.user.active a::before, .nav-item.user a:hover::before, .nav-item.profile.active a::before, .nav-item.profile a:hover::before {
  background: url("../icons/ico-user-active.svg"); }

.nav-item.wishlist a::before {
  background: url("../icons/ico-heart.svg"); }

.nav-item.logout a::before {
  background: url("../icons/icon-logout.svg"); }

.nav-item.wishlist.active a::before, .nav-item.wishlist a:hover::before {
  background: url("../icons/ico-heart-active.svg"); }

/*.nav-item.profile .nav-link, .nav-item.profile .nav-link:hover, .nav-item.ar .nav-link, .nav-item.ar .nav-link:hover {
    @media (min-width: 769px) {
    background: $fullblue;
    color: $fullwhite;
    min-width: 110px;
    padding: 8px 15px 5px;
    border-radius: 30px;
    font-size: 1rem;
    line-height: 1;
    }
}*/
.nav-item.ar a {
  display: flex;
  width: max-content;
  align-items: flex-end;
  padding: 8px 15px !important;
  text-decoration: none; }
  @media (max-width: 769px) {
    .nav-item.ar a {
      display: block;
      padding: 0 !important;
      width: auto; } }

.nav-item.ar a::after {
  background: url("../icons/ico-arrow-down-white.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px; }
  @media (max-width: 769px) {
    .nav-item.ar a::after {
      display: none; } }

.nav-item.ar a::before {
  display: none; }
  @media (max-width: 769px) {
    .nav-item.ar a::before {
      background: url("../icons/ico-user-blue.svg");
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 5px; } }

/*.nav-item.profile.nologged .nav-link, .nav-item.profile.nologged .nav-link:hover {
    @media (min-width: 769px) {
    background: none;
    color: $fulldarkblue;
    min-width: 200px;
    padding: 8px 15px 5px;
    border-radius: 30px;
    border: 1px solid $fulldarkblue;
    font-size: 1rem;
    line-height: 1;
    }
    
}
.nav-item.profile a::before {
    @extend %nav-ico;
    background: url("../icons/ico-profile.svg");
    @media (min-width: 769px) {
    background: url("../icons/ico-profile-white.svg");
    display: inline-block;
    width: 16px; height: 16px;
    margin-right: 5px;
    }
}
.nav-item.profile.nologged a::before {
    @extend %nav-ico;
    background: url("../icons/ico-user.svg");
    @media (min-width: 769px) {
    background: url("../icons/ico-user-blue.svg");
    display: inline-block;
    width: 16px; height: 16px;
    margin-right: 5px;
    }
}
.nav-item.profile.nologged a:hover::before {
    @extend %nav-ico;
    background: url("../icons/ico-user-blue.svg");
    @media (min-width: 769px) {
    background: url("../icons/ico-user-blue.svg");
    display: inline-block;
    width: 16px; height: 16px;
    margin-right: 5px;
    }
}
.nav-item.profile.active a::before, .nav-item.profile a:hover::before {
    @extend %nav-ico;
    background: url("../icons/ico-profile-active.svg");
    @media (min-width: 769px) {
    background: url("../icons/ico-profile-white.svg");
    display: inline-block;
    width: 16px; height: 16px;
    margin-right: 5px;
    }
}*/
.nav-item.highlight {
  margin-left: 0; }
  @media (min-width: 769px) {
    .nav-item.highlight {
      display: none; } }

.nav-item.highlight a::before {
  background: url("../icons/ico-cat.svg"); }

.nav-item.highlight.active a::before, .nav-item.highlight a:hover::before {
  background: url("../icons/ico-cat-active.svg"); }

#nav-icon {
  width: 16px;
  height: 12px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  @media (max-width: 768px) {
    #nav-icon span {
      background: #14142B; } }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2) {
  top: 5px; }

#nav-icon span:nth-child(3) {
  top: 10px; }

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px; }

.main-nav-toggler, .logo {
  position: relative;
  z-index: 100; }
  @media (max-width: 1140px) {
    .main-nav-toggler, .logo {
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .main-nav-toggler, .logo {
      margin: 0 auto;
      padding: 0 30px; } }

.main-nav-toggler {
  margin-top: -3px; }
  @media (max-width: 768px) {
    .main-nav-toggler {
      padding-left: 0; } }

.sidenav {
  height: 100%;
  width: calc(50% - 200px);
  position: fixed;
  z-index: 50;
  top: 0;
  left: -70%;
  overflow-x: hidden;
  transition: 0.6s;
  padding-top: 170px;
  color: #FFF;
  background: #FFFFFF;
  min-height: 100vh; }
  @media (max-width: 768px) {
    .sidenav {
      padding-top: 170px; } }

.sidenav.open {
  height: auto;
  width: calc((100vw - 1160px) / 2 + 380px);
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  transition: 0.6s;
  padding-top: 170px;
  color: #FFF;
  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  flex-direction: row; }
  @media (max-width: 1160px) {
    .sidenav.open {
      width: 400px; } }
  @media (max-width: 768px) {
    .sidenav.open {
      width: 80%;
      justify-content: flex-start;
      padding-left: 30px;
      padding-top: 170px; } }
  @media (max-width: 576px) {
    .sidenav.open {
      width: 100%;
      overflow-y: scroll; } }

.sidenav.highlights img {
  display: inline-block;
  margin-right: 25px; }
  @media (max-width: 374px) {
    .sidenav.highlights img {
      fmargin-right: 15px; } }

.sidenav.highlights .main-nav-wrapper li {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #000000;
  border-bottom: 0;
  text-transform: uppercase; }
  @media (max-width: 374px) {
    .sidenav.highlights .main-nav-wrapper li {
      font-size: 1rem;
      font-weight: 400; } }

@media (max-width: 480px) {
  .logo {
    margin: 0 0 0 30px;
    width: max-content; } }

@media (max-width: 990px) {
  .logo img {
    max-width: 220px; } }
@media (max-width: 768px) {
  .logo img {
    max-width: 160px; } }
@media (max-width: 480px) {
  .logo img {
    max-width: 130px; } }

.submenu {
  margin-top: 5px;
  list-style: none; }

.main-overlay, .recap-overlay {
  background: rgba(0, 0, 0, 0.25);
  display: none;
  width: 100vw;
  height: 300vh;
  transition: 0.6s;
  z-index: 40;
  position: absolute;
  top: 0; }

.main-overlay.open {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  transition: 0.6s;
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 767px) {
  .recap-overlay.open {
    background: rgba(0, 0, 0, 0.25);
    display: block;
    transition: 0.6s;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; } }

@media (max-width: 767px) {
  .recap-overlay.initial, .recap-overlay.initial.open {
    background: rgba(0, 0, 0, 0.25);
    display: block;
    transition: 0.6s;
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0; } }

@media (max-width: 768px) {
  .main-menu-wrapper {
    width: 100%;
    padding: 0 30px 0 0;
    overflow-y: scroll;
    height: calc(100vh - 230px); } }

.main-nav-wrapper {
  color: #777777;
  list-style: none;
  margin: 20px 50px 0 0;
  width: 330px;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  height: calc(100vh - 230px); }
  .main-nav-wrapper li {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #D4D7E5;
    font-weight: 700;
    color: #0A70F5; }
  .main-nav-wrapper li ul {
    display: none; }
  .main-nav-wrapper li ul li {
    font-weight: 700; }
  @media (max-width: 768px) {
    .main-nav-wrapper {
      width: 100%;
      padding: 0;
      margin: 12px 50px 0 0;
      height: auto; } }
  @media (max-width: 576px) {
    .main-nav-wrapper {
      font-size: 1.25rem;
      line-height: 1.6; } }

.main-menu-wrapper {
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: scroll; }

.main-wrapper-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0 20px 0;
  font-size: 0.75rem;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 330px;
  background: linear-gradient(rgba(255, 254, 250, 0) 0, #FFFFFF 30px); }
  @media (max-width: 768px) {
    .main-wrapper-footer {
      width: auto;
      bottom: 120px;
      padding: 10px 0 20px 0; } }
  @media (max-width: 576px) {
    .main-wrapper-footer {
      position: relative;
      bottom: unset; } }

.main-wrapper-footer a {
  color: #777777; }

.social-items a {
  margin-right: 10px; }

.privacy-items a {
  margin-left: 10px; }

#nav-icon.open span {
  background: #000000; }

.submenu .nav-item.themes a::before {
  content: "";
  width: 35px;
  height: 30px;
  display: block;
  background-size: contain !important;
  background-position: center center !important;
  margin: 0 auto;
  background-repeat: no-repeat !important; }

.navbar-themes {
  opacity: 0;
  transform: opacity 0.6s; }

.navbar-themes.slick-initialized {
  opacity: 1;
  transform: opacity 0.6s; }

.navbar-themes .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-themes .nav-link, .navbar-themes .nav-link:hover {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  padding: 8px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.nav-link::after {
  content: " ";
  display: block;
  height: 5px;
  background-color: transparent; }

.navbar-themes .nav-link:hover::after, .navbar-themes .nav-link.active:hover::after {
  content: " ";
  display: none;
  height: 5px;
  background-color: #0A70F5; }

.navbar-themes img {
  height: 30px;
  transition: .5s;
  margin: 0 auto; }

.navbar-themes.stretch img {
  height: 0;
  transition: .5s;
  margin: 0 auto; }

.nav-item.themes.slick-slide {
  float: none; }

.nav-item.themes.slick-slide {
  width: auto;
  display: inline-block; }

.navbar-themes .slick-arrow {
  top: 50%; }

.navbar-themes.stretch .slick-arrow {
  top: 50%; }

.submenu .nav-item.themes .nav-link {
  font-size: 0.875rem;
  color: #000000;
  text-align: left;
  padding: 0; }

.submenu .nav-item.themes .nav-link::after {
  content: none; }

.main-nav-wrapper .submenu li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0; }

.submenu .nav-item.themes a::before {
  background: none;
  content: none; }

.dropdown::after {
  content: url("../icons/ico-arrow.svg");
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.6s; }

.dropdown.open::after {
  content: url("../icons/ico-arrow.svg");
  transform: rotate(180deg);
  transition: 0.6s; }

.close-cart, .close-login, .close-account, .close-cart:hover, .close-login:hover, .close-account:hover, .close-cart:focus, .close-login:focus, .close-account:focus {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 0;
  padding: 15px 0 0; }
  .close-cart:before, .close-login:before, .close-account:before, .close-cart:hover:before, .close-login:hover:before, .close-account:hover:before, .close-cart:focus:before, .close-login:focus:before, .close-account:focus:before {
    content: '';
    background: url("../icons/ico-close.svg") no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    display: inline-flex; }

.close-logout, .close-logout:hover, .close-logout:focus {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 0;
  padding: 15px 0 0; }
  .close-logout:before, .close-logout:hover:before, .close-logout:focus:before {
    content: '';
    background: url("../icons/icon-logout.svg") no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    display: inline-flex; }

.cart-panel a, .login-panel a {
  text-decoration: underline; }

.login-panel .field-linear-wrapper {
  margin: 20px 0 20px; }

.cart-number {
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #B50404;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  justify-content: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .cart-number {
      right: 10px; } }

.container.cart-panel, .container.login-panel, .container.account-panel {
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  z-index: 90; }
  .container.cart-panel h2, .container.cart-panel h3, .container.login-panel h2, .container.login-panel h3, .container.account-panel h2, .container.account-panel h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    line-height: 1.1; }
  .container.cart-panel h2, .container.login-panel h2, .container.account-panel h2 {
    font-size: 1rem; }
  @media (max-width: 767px) {
    .container.cart-panel, .container.login-panel, .container.account-panel {
      top: 97px; } }

.container.cart-panel.open, .container.login-panel.open, .container.account-panel.open {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Manrope", Arial, Helvetica, sans-serif; }
  .container.cart-panel.open h2, .container.cart-panel.open h3, .container.login-panel.open h2, .container.login-panel.open h3, .container.account-panel.open h2, .container.account-panel.open h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    line-height: 1.1; }
  .container.cart-panel.open h2, .container.login-panel.open h2, .container.account-panel.open h2 {
    font-size: 1rem; }

.cart-panel-wrapper, .login-panel-wrapper, .account-panel-wrapper {
  position: absolute;
  z-index: 60;
  margin: auto;
  left: auto;
  right: 0;
  max-width: 500px;
  background: #F9FAFF;
  padding: 22px 30px;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 17px; }
  @media (max-width: 767px) {
    .cart-panel-wrapper, .login-panel-wrapper, .account-panel-wrapper {
      max-width: calc(100% - 30px);
      left: 0;
      right: 0; } }
  .cart-panel-wrapper .row.offer, .login-panel-wrapper .row.offer, .account-panel-wrapper .row.offer {
    border-bottom: 1px solid #D4D7E5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0; }
    .cart-panel-wrapper .row.offer:last-child, .login-panel-wrapper .row.offer:last-child, .account-panel-wrapper .row.offer:last-child {
      border-bottom: 0 !important; }

.cart-panel .offer-visual {
  background: none;
  max-width: 100px;
  margin: 0;
  padding: 0;
  flex: 1 0 100%;
  display: flex; }

.cart-panel .col-7.offer-data {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 100px);
  padding-right: 0; }

.cart-panel-wrapper ul {
  display: flex;
  max-height: calc(80vh - 160px);
  overflow-x: scroll;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  flex-direction: column; }

.cart-panel-wrapper ul.cta-list {
  display: flex;
  max-height: unset;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  flex-direction: row;
  justify-content: space-between;
  background: #F9FAFF;
  border-top: 1px solid #C2C2C2; }

.cart-panel .cart-action {
  font-size: 0.875rem; }

.cart-panel .cart-action.remove::before {
  content: "";
  display: inline-block;
  background: url("../icons/ico-trash.svg") no-repeat center center;
  background-size: contain;
  border: 0;
  padding: 0;
  margin: -2px 5px 0 0;
  width: 12px;
  height: 12px;
  vertical-align: middle; }

.cart-panel .basis {
  margin-top: 15px;
  color: #14142B; }

.cart-action {
  width: 100%;
  display: block;
  text-align: right; }

.cta-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.cart-panel .offer-visual {
  background: none;
  max-width: 100px;
  margin: 0;
  padding: 0; }

.cart-panel .list-visual {
  margin: 0;
  display: flex;
  height: max-content;
  padding: 0;
  overflow-x: unset;
  list-style: none; }

.cart-panel .list-visual li {
  position: relative; }

.cart-panel .cart-action.remove {
  margin-top: 10px; }

.higllight-box .btn {
  background: #FF9432;
  color: #FFFFFF; }

.closeBtn {
  cursor: pointer; }

.closeBtn img {
  margin: 20px 0 0 0;
  width: 30px;
  height: auto;
  background: #FFFFFF;
  padding: 7px;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 30px; }

.link-all {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #D4D7E5;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem; }

.link-all a::before {
  content: url("../icons/ico-arrow-double-right.svg");
  display: inline-block;
  margin-right: 5px; }

.close-all {
  display: block;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0;
  border-top: 1px solid #D4D7E5;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem; }

.close-all a::before {
  content: url("../icons/ico-close-blue.svg");
  display: inline-block;
  margin-right: 5px; }

.link-all a:hover, .close-all a:hover {
  text-decoration: none; }

.btn-dropdown span {
  background: url("../icons/ico-arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px; }

.btn-dropdown.open span {
  background: url("../icons/ico-arrow-double-right.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px; }

.nav-item.themes a, .nav-item.themes span {
  display: inline-block;
  text-decoration: none; }
  .nav-item.themes a:hover, .nav-item.themes span:hover {
    text-decoration: underline; }

.nav-item.themes span.open img {
  transform: rotate(180deg);
  width: 16px;
  margin: 0 10px 0 -10px; }

.nav-item.themes span img {
  transform: rotate(0deg);
  width: 16px;
  margin: 0 10px 0 -10px; }

.highlight-panel-wrapper {
  position: fixed;
  top: 155px;
  display: block;
  width: 100%;
  z-index: 35;
  background: #FFFFFF;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  @media (max-width: 768px) {
    .highlight-panel-wrapper {
      display: none; } }

.highlight-panel-wrapper.scroll {
  position: fixed;
  top: 150px;
  display: block;
  width: 100%;
  z-index: 40; }

.highlight-panel {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  padding: 20px;
  display: none; }
  @media (max-width: 1160px) {
    .highlight-panel {
      padding: 0 20px; } }

.list-items {
  display: flex;
  flex-wrap: wrap; }

.list-items li {
  display: inline-block;
  padding: 5px 10px 5px 0;
  float: left;
  margin: 0;
  width: 33%;
  line-height: 1.1; }
  @media (max-width: 768px) {
    .list-items li {
      width: 50%; } }
  @media (max-width: 576px) {
    .list-items li {
      width: 100%; } }

.highlight-panel .list-items a, .highlight-panel .list-items a:hover {
  color: #14142B;
  font-size: .875rem;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  padding: 0; }

.highlight-panel img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.highlight-box {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .highlight-box {
      padding-bottom: 10px;
      border-bottom: 0.5px solid #777777; }
      .highlight-box h2 {
        text-transform: none; } }

@media (max-width: 767px) {
  .link-all {
    text-transform: none; } }

.highlight-box h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem; }

.highlight-box .btn {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85; }

.sidenav.notifications .main-nav-wrapper li {
  border-top: 1px solid #000000;
  border-bottom: 0;
  padding: 10px 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #14142B; }
  .sidenav.notifications .main-nav-wrapper li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #14142B; }
    .sidenav.notifications .main-nav-wrapper li a img {
      height: 100%;
      width: 80px;
      display: inline-block;
      margin-right: 10px; }

.notification-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.notification-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.notification-time p {
  color: #777777;
  font-size: 0.875rem;
  margin-bottom: 0; }

.notification-ico {
  background: #777777;
  width: 14px;
  height: 14px;
  display: flex;
  border-radius: 10px; }

.notification-ico.active {
  background: #3DC5FF;
  width: 14px;
  height: 14px;
  display: flex; }

.breadcrumb-wrapper {
  margin: 0 auto;
  background: #EFF2FC;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  max-width: 100%; }

.breadcrumb-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #585C7B;
  font-size: .75rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb a, .breadcrumb:hover {
    color: #585C7B; }
  @media (max-width: 768px) {
    .breadcrumb {
      padding: 30px 0 0;
      font-size: 0.875rem;
      line-height: 1; } }
  @media (max-width: 576px) {
    .breadcrumb {
      padding: 10px 0;
      display: flex;
      flex-direction: revert;
      width: 100%;
      margin: 0; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }

.breadcrumb-item {
  font-weight: 700; }
  @media (max-width: 576px) {
    .breadcrumb-item {
      margin-bottom: 10px; } }
  .breadcrumb-item a {
    display: inline-block;
    margin-right: 5px; }
  .breadcrumb-item.active {
    color: #131022; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  margin: 0px 8px 0 0;
  content: '';
  background: url("../icons/icon-breadcrumb.svg") no-repeat center center;
  background-size: auto;
  background-size: contain;
  width: 6px;
  height: 9px; }

.langs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700; }
  .langs a, .langs a:hover, .langs a:focus {
    font-weight: 400;
    color: #0A70F5;
    text-decoration: underline; }
  @media (max-width: 768px) {
    .langs {
      position: absolute;
      right: 20px;
      top: 2px; } }

.ar-menu-wrapper {
  display: none; }

.ar-menu-wrapper.open {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #FFFFFF;
  text-align: left;
  z-index: 100; }
  .ar-menu-wrapper.open li {
    padding: 5px 0;
    text-align: left !important;
    margin-left: 0 !important;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22; }
  .ar-menu-wrapper.open .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #3DC5FF;
    margin: 5px 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  .ar-menu-wrapper.open {
    position: absolute;
    top: unset;
    bottom: 80px;
    right: 0;
    left: 30px;
    width: max-content;
    display: flex;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    background: #FFFFFF;
    text-align: left;
    z-index: 100; }
    .ar-menu-wrapper.open li {
      padding: 5px 0;
      text-align: left !important;
      margin-left: 0 !important;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }
/* logout on reserved area */
@media screen and (max-width: 768px) {
  .ar header nav .container.flex {
    justify-content: space-between;
    padding: 0 20px !important;
    margin: 20px 0;
    border-bottom: 0; } }

@media screen and (max-width: 768px) {
  .ar .nav-item.logout .nav-link, .ar .nav-item.logout .nav-link:hover {
    padding: 0;
    font-size: .875rem;
    line-height: 1;
    display: flex;
    justify-content: flex-end; } }

@media screen and (max-width: 768px) {
  .ar .nav-item.logout .nav-link::before {
    margin: 0 !important;
    margin-right: 5px !important;
    display: block; } }

/* STYLES 2025 */
/* header strip styles */
.strip-bar-wrapper {
  background: #3DC5FF;
  color: #000000;
  font-size: .75rem;
  display: flex;
  justify-content: center; }
  .strip-bar-wrapper .strip-bar {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center; }
  .strip-bar-wrapper a, .strip-bar-wrapper a:hover, .strip-bar-wrapper a:focus {
    color: #000000;
    font-size: .75rem; }
  .strip-bar-wrapper a.btn-neg, .strip-bar-wrapper a:hover.btn-neg, .strip-bar-wrapper a:focus.btn-neg {
    background-color: #FFFFFF;
    color: #3E4265;
    border-radius: 5px;
    font-size: .75rem;
    padding: 2px 6px; }
  .strip-bar-wrapper .contacts-link a {
    display: flex;
    align-items: center;
    column-gap: 5px; }
    .strip-bar-wrapper .contacts-link a:before {
      content: '';
      background: url("../icons/icon-assistenza.svg") no-repeat;
      background-size: cover;
      width: 28px;
      height: 20px;
      display: inline-flex; }
  .strip-bar-wrapper .bollettini-link a {
    display: flex;
    align-items: center;
    column-gap: 5px; }
    .strip-bar-wrapper .bollettini-link a:before {
      content: '';
      background: url("../icons/icon-bollettini.svg") no-repeat;
      background-size: cover;
      width: 28px;
      height: 20px;
      display: inline-flex; }

.strip-links-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px; }
  @media (max-width: 576px) {
    .strip-links-wrapper {
      gap: 10px; } }

.main-nav-container {
  background: #3E4265;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px 0 7px; }
  @media (max-width: 768px) {
    .main-nav-container {
      background: none;
      padding: 0; } }

.nav-link img {
  display: none; }

.highlight-panel .nav-item {
  display: flex; }

.heading.product-category {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #FF9432;
  margin-bottom: 3px; }

.category-list .heading.product-category {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.list-items .category-list-item, .subcategory-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none; }
  .list-items .category-list-item li, .subcategory-list li {
    width: 100%; }

.subcategory-list a.nav-link, .subcategory-list a:hover.nav-link {
  font-size: .875rem; }

.category-list.list-items {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  width: 100%; }

.sidenav .subcategory-list li {
  border-bottom: 0;
  font-weight: 400;
  display: flex;
  align-items: center; }
  .sidenav .subcategory-list li::before {
    content: '';
    display: inline-block;
    background: url("../icons/ico-arrow-menu.svg") no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 8px;
    margin-right: 3px; }

.heading-seemore {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start; }

.account-panel .account-panel-wrapper {
  width: 270px; }
  @media (max-width: 576px) {
    .account-panel .account-panel-wrapper {
      width: 100%; } }
.account-panel .profile-list {
  list-style: none; }
  .account-panel .profile-list li {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #D4D7E5; }
    .account-panel .profile-list li a {
      padding: 10px 0;
      display: flex; }

/* accessiblity styles 2025 */
.nav-item.notif button::before {
  background: url("../icons/ico-notification.svg"); }

.nav-item.notif.active button::before, .nav-item.notif button:hover::before {
  background: url("../icons/ico-notification-active.svg"); }

.nav-item.cart button::before {
  background: url("../icons/ico-cart.svg"); }

.nav-item.cart.active button::before, .nav-item.cart button:hover::before {
  background: url("../icons/ico-cart-active.svg"); }

.nav-item.favs button::before {
  background: url("../icons/ico-favs.svg"); }

.nav-item.favs.active button::before, .nav-item.favs button:hover::before {
  background: url("../icons/ico-favs-active.svg"); }

.nav-item.user button::before, .nav-item.profile button::before {
  background: url("../icons/ico-user.svg"); }

.nav-item.user.active button::before, .nav-item.user button:hover::before, .nav-item.profile.active button::before, .nav-item.profile button:hover::before {
  background: url("../icons/ico-user-active.svg"); }

.nav-item.wishlist button::before {
  background: url("../icons/ico-heart.svg"); }

.nav-item.logout button::before {
  background: url("../icons/icon-logout.svg"); }

.nav-item.wishlist.active button::before, .nav-item.wishlist button:hover::before {
  background: url("../icons/ico-heart-active.svg"); }

.close-all button::before {
  content: url("../icons/ico-close-blue.svg");
  display: inline-block;
  margin-right: 5px; }

.main-nav-wrapper li {
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #D4D7E5;
  font-weight: 700;
  color: #183A65; }

.sidenav .nav-link {
  padding: 0;
  color: #183A65; }

.navbar-nav .nav-link {
  font-size: .75rem; }

@media (max-width: 576px) {
  .navbar-account ul {
    margin-right: 20px; } }

@media (max-width: 480px) {
  .logo img {
    max-width: 160px;
    margin: 1px 0 -16px; } }

.cart-panel .cart-action.remove {
  background: none;
  border: none;
  color: #14142B; }

#hp-slideshow {
  padding: 0;
  margin-top: -50px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    #hp-slideshow {
      margin-top: 20px; } }

#hp-slideshow a {
  display: flex !important;
  width: 100%;
  justify-content: center;
  overflow: hidden; }

.slick-slide img {
  max-width: 1160px; }
  @media (max-width: 768px) {
    .slick-slide img {
      width: 100%; } }

/* ---- grid ---- */
.featured, .top-offers, .redactional-offers, .favs-offers, .flash {
  max-width: 1160px;
  margin: 30px auto 50px;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #c2c2c2; }
  @media (max-width: 1160px) {
    .featured, .top-offers, .redactional-offers, .favs-offers, .flash {
      padding: 0 20px;
      margin-bottom: 50px;
      border-bottom: 0; } }
  @media (max-width: 767px) {
    .featured, .top-offers, .redactional-offers, .favs-offers, .flash {
      padding: 0 20px;
      margin-bottom: 20px;
      border-bottom: 0; } }

.featured-wrapper {
  margin: 0 -10px;
  position: relative; }
  @media (max-width: 768px) {
    .featured-wrapper {
      display: flex;
      flex-direction: row;
      overflow-x: scroll; } }
  @media (max-width: 768px) {
    .featured-wrapper {
      height: auto !important; } }

/* clear fix */
.featured:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.featured-item {
  float: left;
  width: 24.5%;
  margin: 0 0 20px;
  padding: 0 10px;
  min-height: 450px;
  height: auto; }
  @media (max-width: 768px) {
    .featured-item {
      min-height: 460px;
      position: relative !important;
      left: auto !important;
      top: auto !important;
      min-width: 275px; }
      .featured-item .card-big h2 {
        font-size: 1.2rem; }
      .featured-item .card-big .price, .featured-item .card-big .unit, .featured-item .price, .featured-item .unit {
        font-size: 1.25rem; }
      .featured-item .timeframe {
        font-size: 0.625rem; }
      .featured-item p {
        font-size: 0.875rem; } }
  @media (max-width: 576px) {
    .featured-item {
      min-height: 390px; } }

.featured-item--width2 {
  width: 49%; }

.featured-item--height2 {
  height: auto; }

@media (max-width: 767px) {
  .featured-item, .featured-item--width2 {
    width: 48%;
    min-width: 275px; } }
@media (max-width: 576px) {
  .featured-item, .featured-item--width2 {
    width: 100%;
    min-width: 275px; } }

/* featured categories styles  2024 */
.card-category-title {
  font-size: 1.25rem; }
  @media (max-width: 576px) {
    .card-category-title {
      font-size: 1.125rem; } }
  @media (max-width: 376px) {
    .card-category-title {
      font-size: 1.25rem; } }

.featured-categories-container {
  background: #F9FAFF;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center; }
  .featured-categories-container .featured-categories-wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; }
  .featured-categories-container h2::after {
    content: url("../icons/deco-lines.svg");
    display: flex; }
  .featured-categories-container .featured-categories-list {
    list-style: none;
    display: flex;
    width: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
    gap: 20px; }
    .featured-categories-container .featured-categories-list li {
      display: flex;
      flex: 1 0 calc(25% - 20px); }
      @media (max-width: 880px) {
        .featured-categories-container .featured-categories-list li {
          flex: 1 0 calc(50% - 10px); }
          .featured-categories-container .featured-categories-list li h5.heading {
            font-size: 1.25rem; } }
    @media (max-width: 880px) and (max-width: 576px) {
      .featured-categories-container .featured-categories-list li h5.heading {
        font-size: 1rem; } }

      @media (min-width: 881px) and (max-width: 990px) {
        .featured-categories-container .featured-categories-list li h5.heading {
          font-size: 1rem; } }
      @media (max-width: 575px) {
        .featured-categories-container .featured-categories-list li {
          flex: 1 0 calc(50% - 10px);
          font-size: 1rem; } }
      @media (max-width: 375px) {
        .featured-categories-container .featured-categories-list li {
          flex: 1 0 100%;
          font-size: 1rem; } }
    .featured-categories-container .featured-categories-list img {
      width: 100%; }
    .featured-categories-container .featured-categories-list .card-category {
      border-radius: 8px;
      box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.06);
      background: #FFFFFF;
      overflow: hidden; }
      .featured-categories-container .featured-categories-list .card-category .card-category-data {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .featured-categories-container .featured-categories-list .card-category .card-category-data img {
          max-width: 36px;
          border: 1px solid #653CBD;
          padding: 5px 8px;
          border-radius: 6px; }
  @media (max-width: 880px) {
    .featured-categories-container h5 {
      font-size: 1rem;
      line-height: 1.1; } }

.feed-widget-wrapper {
  max-width: 1400px;
  margin: 20px auto;
  padding: 0 20px; }

.feedaty_widget > div {
  flex-wrap: wrap !important; }

/*.cart-panel .offer.abb .list-visual li:nth-child(1) img, .cart-panel .offer.carta .list-visual li:nth-child(1) img {
    padding: 0;
    width: 80px;
    margin: 0;
    height: auto;
}
.cart-panel .offer.digitale .bkg {
    display: none;
}
.cart-panel .offer.digitale .list-visual li:nth-child(1) img {
    padding: 4px 4px 7px;
    width: 80px;
    margin: 0;
    height: auto;
    background: url("../img/img-cover-digitale.png") no-repeat;
    background-size: contain;
}*/
.offer .price, .offer .unit {
  color: #653CBD;
  line-height: 1.1; }
.offer .timeframe {
  color: #3E4265;
  line-height: 1.1;
  display: inline-flex;
  padding-left: 3px;
  font-weight: 600;
  font-size: .8125rem; }
.offer .delivery-charge, .offer .basis h3, .offer .cart-action, .offer .cart-action:hover {
  color: #777777;
  line-height: 1.1; }
.offer .basis h3, .offer .cart-action {
  font-size: 0.875rem; }

.cart-panel-wrapper .price, .cart-panel-wrapper .unit, .cart-panel-wrapper .timeframe {
  font-weight: 700; }

.cart-panel-wrapper .delivery-charge, .cart-panel-wrapper .basis {
  font-size: .75rem; }

.cart-panel-wrapper .data-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.cart-panel .list-visual li, .cart-panel .offer.digitale .bkg, .cart-panel .offer.carta .bkg.offer.all, .cart-panel .bkg.offer.cc .bkg {
  top: 0; }
.cart-panel .offer.digitale .bkg {
  top: -4px; }

.cart-panel .offer.all .bkg {
  margin: 0; }

.cart-panel .offer.all .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto; }

.cart-panel .offer.all .list-visual li:nth-child(2) img {
  position: absolute;
  padding: 61% 2.8% 4.3% 46.8%;
  width: 100%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0; }

.discount-wrapper {
  background: #FF9432;
  display: flex;
  color: #000000;
  flex-direction: row;
  padding: 0 8px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 4px;
  width: max-content; }
  .discount-wrapper .discount-label {
    margin-right: 3px; }

.discount-wrapper.text {
  justify-content: center;
  align-items: flex-start; }

.list-visual li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.abb .list-visual li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.list-visual img {
  width: 100%;
  height: auto; }

.offer.carta .bkg, .offer.all .bkg {
  display: block;
  margin: 0 auto;
  background: none;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }

.offer.abb .list-visual li:nth-child(1) img, .offer.coll .list-visual li:nth-child(1) img {
  border-radius: 9px; }

.offer.carta .bkg, .offer.all .bkg {
  margin: 4% auto 0; }

.offer.carta .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 75%; }

.scheda.offer.carta .bkg, .cart-panel .offer.carta .bkg {
  margin: 0; }
.scheda.offer.carta .list-visual li:nth-child(1) img, .cart-panel .offer.carta .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto; }
.scheda.offer.carta .list-visual li:nth-child(2) img, .cart-panel .offer.carta .list-visual li:nth-child(2) img {
  display: none; }

.offer.digitale .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/bkg-tablet-digitale.svg") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; }

.offer.digitale .list-visual li:nth-child(1) img {
  padding: 4% 4.8% 7%; }

.card.offer.digitale .list-visual li:nth-child(1) img {
  padding: 4% 4.8% 7%;
  width: 48%;
  margin: 1.9% auto 0; }

.scheda.offer.digitale .bkg {
  margin: 0; }
.scheda.offer.digitale .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 3.5635% 4.7059% 6.2361%; }
.scheda.offer.digitale .list-visual li:nth-child(2) img {
  display: none; }

.scheda .visual-wrapper .covers {
  display: flex;
  justify-content: center; }

.offer.all .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/bkg-tablet-all.svg") no-repeat top center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 340px;
  z-index: 2; }

.offer.all .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 75%; }

.offer.all .list-visual li:nth-child(2) img {
  position: relative;
  padding: 28.1% 4% 0.30% 22.6%;
  width: 48%;
  margin: 2% auto 0;
  z-index: 3; }

.scheda.offer.all .bkg, .cart-panel .offer.all .bkg {
  margin: auto;
  top: 0; }
.scheda.offer.all .list-visual li:nth-child(1) img, .cart-panel .offer.all .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto; }
.scheda.offer.all .list-visual li:nth-child(2) img, .cart-panel .offer.all .list-visual li:nth-child(2) img {
  position: absolute;
  padding: 46% 2.8% 4.3% 46.8%;
  width: 100%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0; }

.offer.cc .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/bkg-cover-cc.svg") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  max-width: 340px;
  padding-bottom: 132%;
  margin: 0 auto; }

.card.offer.cc .offer-visual .bkg::after {
  width: 29%;
  left: 13.6%;
  right: 0;
  margin: auto; }

.offer.cc .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 0;
  width: 80%; }

.offer.cc .list-visual li:nth-child(2) {
  position: absolute; }

.offer.cc .list-visual li:nth-child(2) img {
  position: relative;
  padding: 20.0445% 0 0 20%;
  width: 100%;
  margin: 0 auto;
  z-index: 3; }

.scheda.offer.cc .list-visual li:nth-child(1) img {
  padding: 0 32.3529% 32.2940% 0;
  margin: 0;
  width: 100%; }

.card.offer.cc .list-visual li:nth-child(2) img {
  padding: 0 0 0 13.6%;
  width: auto;
  margin: 22% auto 0;
  height: 51%; }

.scheda.offer.cc .list-visual li:nth-child(2) img {
  padding: 32.294% 0 0 32.3529%;
  margin: 0;
  width: 100%; }

.scheda.offer.cc .list-visual li:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.scheda.offer.cc .list-visual {
  position: relative; }

.cart-panel .offer.cc .bkg {
  margin: 0; }
.cart-panel .offer.cc .list-visual li:nth-child(2) img {
  position: relative;
  padding: 42.1% 0 0 32%;
  width: 100%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0; }

.cart-panel .offer.cc .bkg {
  display: block;
  margin: 0;
  height: 132px;
  position: relative; }
.cart-panel .offer.cc .list-visual li {
  position: absolute; }
.cart-panel .offer.cc li:nth-child(1) img {
  margin: 0;
  width: 86%;
  height: auto; }
.cart-panel .offer.cc li:nth-child(2) img {
  position: absolute;
  padding: 0;
  width: 70%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0; }

.card.offer.cc .list-visual li:nth-child(1) img {
  padding: 0 13.6% 0 0;
  width: auto;
  margin: 4% auto 0;
  height: 51%; }

.offer.cd .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/bkg-tablet-all.svg") no-repeat top center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 340px;
  z-index: 2; }

.offer.cd .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 75%; }

.offer.cd .list-visual li:nth-child(2) img {
  position: relative;
  padding: 28.1% 4% 0.30% 22.6%;
  width: 48%;
  margin: 2% auto 0;
  z-index: 3; }

.scheda.offer.cd .bkg, .cart-panel .offer.cd .bkg {
  margin: auto;
  top: 0; }
.scheda.offer.cd .list-visual li:nth-child(1) img, .cart-panel .offer.cd .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto; }
.scheda.offer.cd .list-visual li:nth-child(2) img, .cart-panel .offer.cd .list-visual li:nth-child(2) img {
  position: absolute;
  padding: 46% 2.8% 4.3% 46.8%;
  width: 100%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0; }

/*.offer.cd {
    .bkg {
    display: block;
    margin: 4% auto 0;
    background: url("../img/img-cover-cd.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
    max-width: 100%;
    z-index: 2;
    }
}*/
/*.ar .offer.cd {
    .bkg {
    margin: 0 auto;
    }
}*/
/*
.offer.cd .list-visual li:nth-child(1) img {
    padding: 0;
    width: auto;
    margin: 4% auto 0;
    height: 75%;
}
.offer.cd .list-visual li:nth-child(2)  {
    position: absolute;
}
.offer.cd .list-visual li:nth-child(2) img {
    position: relative;
    padding: 28.1% 4% 0.30% 22.6%;
    width: 48%;
    margin: 2% auto 0;
    z-index: 3;
}
.scheda.offer.cd, .cart-panel .offer.cd {
    .bkg {
    margin: 0;
    }
    .list-visual li:nth-child(1) img {
    margin: 0;
width: 68%;
height: auto;
}
    .list-visual li:nth-child(2) img {
    position: relative;
padding: 44.5% 2.4% 3.63% 34.8%;
width: 100%;
margin: 0;
z-index: 3;
bottom: 0;
right: 0;
}
}
*/
.offer.dd .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/img-cover-dd.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 2; }

.card.offer.dd .offer-visual .bkg::after {
  width: 29%;
  left: 13.6%;
  right: 0;
  margin: auto; }

.ar .offer.dd .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 75%; }

.offer.dd .list-visual li:nth-child(1) img {
  padding: 1.2% 13.6% 2.5% 0;
  width: auto;
  margin: 4% auto 0;
  height: 51%; }

.offer.dd .list-visual li:nth-child(2) {
  position: absolute; }

.ar .offer.dd .list-visual li:nth-child(2) img {
  position: relative;
  padding: 28.1% 4% 0.30% 22.6%;
  width: 48%;
  margin: 2% auto 0;
  z-index: 3; }

.card.offer.dd .list-visual li:nth-child(2) img {
  padding: 1.2% 0 2.5% 13.6%;
  width: auto;
  margin: 22% auto 0;
  height: 51%;
  position: relative;
  z-index: 3; }

.scheda.offer.dd .bkg, .cart-panel .offer.dd .bkg {
  margin: 0; }
.scheda.offer.dd .list-visual li:nth-child(1) img, .cart-panel .offer.dd .list-visual li:nth-child(1) img {
  margin: 2.2% 0 0 2.8%;
  width: 63%;
  height: auto; }
.scheda.offer.dd .list-visual li:nth-child(2) img, .cart-panel .offer.dd .list-visual li:nth-child(2) img {
  position: relative;
  padding: 45% 2.5% 2.63% 35.5%;
  width: 100%;
  margin: 0;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 100%; }

.card, .choices-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  color: #15006B;
  width: 100%;
  height: auto;
  max-width: 100%;
  font-size: 0.875rem;
  overflow: hidden; }

.card h3 {
  text-transform: uppercase;
  min-height: 24px;
  line-height: 1; }
.card h2 a, .card h2 a:hover {
  color: #0A70F5; }
.card h3 a, .card h3 a:hover {
  color: #15006B; }
.card .merchant {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4; }

.card .item-line {
  min-height: 63px;
  display: block; }

.card-title {
  margin-bottom: 0; }

.card-body {
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 0;
  z-index: 2;
  position: relative;
  padding: 10px 20px; }

.card-big h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  min-height: 90px;
  height: 12px;
  overflow: hidden; }
  .card-big h2 a {
    height: 120px;
    display: inline-block;
    white-space: normal;
    width: 100%; }
  @media (max-width: 1160px) {
    .card-big h2 {
      font-size: 2rem; } }
.card-big h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 0.99; }
.card-big .price, .card-big .unit {
  font-size: 2.125rem;
  font-weight: 700; }

.card-small {
  max-width: 275px;
  margin-right: 10px; }
  .card-small h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    min-height: 75px; }
  .card-small h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 0.99; }
  .card-small .price, .card-small .unit {
    font-size: 1.5rem;
    font-weight: 700; }
  @media (max-width: 900px) {
    .card-small h2 {
      font-size: 1.2rem;
      line-height: 0.9;
      min-height: 75px; } }

.card-smaller, .card-medium {
  max-width: 266px;
  position: relative;
  margin-left: 20px; }
  .card-smaller .discount-wrapper, .card-medium .discount-wrapper {
    position: absolute;
    z-index: 5;
    top: 166px;
    left: 5px; }
  .card-smaller h2, .card-medium h2 {
    font-size: 1.2rem;
    line-height: 0.9;
    min-height: 60px; }
  .card-smaller h3, .card-medium h3 {
    font-size: 1rem;
    font-family: "Manrope", Arial, Helvetica, sans-serif; }
  .card-smaller .price, .card-smaller .unit, .card-medium .price, .card-medium .unit {
    font-size: 1.25rem;
    font-weight: 700; }
  @media (max-width: 900px) {
    .card-smaller h2, .card-medium h2 {
      font-size: 1.2rem;
      line-height: 0.9;
      min-height: 75px; } }

.card .list-visual {
  margin: 0;
  padding: 0 0 75% 0;
  height: 0;
  list-style: none; }

.card .list-visual li {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

.card.card-big.offer.abb .offer-visual .bkg {
  margin: 0; }
  @media (max-width: 768px) {
    .card.card-big.offer.abb .offer-visual .bkg {
      margin: 0; } }

.card.card-big.offer.abb .list-visual li:nth-child(1) img {
  padding: 0; }
  @media (max-width: 768px) {
    .card.card-big.offer.abb .list-visual li:nth-child(1) img {
      padding: 0; } }

.card-big .card-text {
  min-height: 40px; }
  @media (max-width: 768px) {
    .card-big .card-text {
      min-height: 60px; } }

@media (max-width: 768px) {
  .card-medium .card-text {
    min-height: 60px; } }

.card.offer .offer-visual .bkg {
  height: 75%; }

.card.offer.abb .offer-visual .bkg {
  margin: 0;
  height: 100%; }

@media (max-width: 768px) {
  .card-title, .card-big h2 {
    min-height: 70px; } }

.card-text {
  min-height: 60px; }
  @media (max-width: 900px) {
    .card-text {
      line-height: 1.2; } }
  @media (max-width: 576px) {
    .card-text {
      display: none; } }

.rating-wrapper {
  display: flex;
  align-items: baseline;
  font-weight: 700; }
  .rating-wrapper img {
    width: 13px;
    margin-right: 3px; }

.rating-max-value, .total-ratings {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400; }

.merchant-wrapper {
  display: none;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0;
  line-height: 1;
  min-height: 30px; }
  .merchant-wrapper a {
    color: #14142B; }

.data-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; }

.offer-visual {
  position: relative;
  background: #F3F6FF; }

.card.offer.abb .offer-visual {
  position: relative; }

.card.offer .offer-visual .bkg::after {
  content: none; }

.card .small-cta {
  margin: 10px auto 0;
  display: flex; }
  .card .small-cta .btn-primary, .card .small-cta .btn-primary:hover, .card .small-cta .btn-primary:focus, .card .small-cta a.btn-primary:not([href]), .card .small-cta a.btn-primary:not([href]):hover, .card .small-cta a.btn-primary:not([href]):focus {
    padding: 8px 10px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14; }

.search-results .card-small h2, .genere .card-small h2 {
  font-size: 1.25rem;
  min-height: 45px; }
@media (max-width: 900px) {
  .search-results .card-small h2, .genere .card-small h2 {
    font-size: 1.2rem;
    line-height: 0.9;
    min-height: 45px; } }

.cta-wrapper {
  padding: 0 20px 20px; }
  @media (max-width: 576px) {
    .cta-wrapper {
      text-align: center; } }

.container.redactional {
  margin-bottom: 50px; }

.redactional offers {
  padding-top: 30px;
  border-top: 1px solid #C2C2C2; }

.banner-wrapper img {
  width: auto;
  height: 100%;
  max-width: 100%; }

.redactional-wrapper {
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 10px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 10px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 10px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #653CBD;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  grid-template-areas: "heading thumb" "abstract thumb";
  gap: 20px; }
  .redactional-wrapper .heading a {
    color: #653CBD; }
  @media (max-width: 767px) {
    .redactional-wrapper {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .redactional-wrapper {
      grid-template-columns: auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: "heading" "thumb" "abstract"; } }

.redactional-wrapper.toptext {
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "heading" "abstract" "thumb";
  gap: 20px; }
  .redactional-wrapper.toptext .heading h2 {
    font-size: 2.5rem; }
  .redactional-wrapper.toptext .heading a {
    color: #653CBD; }
  @media (max-width: 767px) {
    .redactional-wrapper.toptext {
      height: 100%;
      min-height: 460px;
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .redactional-wrapper.toptext {
      grid-template-columns: auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: "heading" "abstract" "thumb"; } }

.redactional-wrapper.toptext .abstract {
  display: flex;
  align-items: center; }
  .redactional-wrapper.toptext .abstract p {
    margin-bottom: 0; }

.redactional-wrapper.toptext .redactional-thumb {
  border-top: 1px solid #8850FF;
  border-left: 0;
  padding-left: 0;
  padding-top: 20px; }

@media (max-width: 768px) {
  .redactional-item {
    min-width: 360px !important; } }

.banner-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

@media (max-width: 767px) {
  .banner-list li {
    margin: 0 20px 20px 0;
    display: inline-block; } }
@media (max-width: 576px) {
  .banner-list li {
    margin: 0 auto 20px;
    display: block; } }

.redactional-cta {
  background-color: #653CBD;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #FFFFFF;
  min-width: 140px;
  display: inline-block; }
  .redactional-cta:hover {
    text-decoration: none;
    color: #FFFFFF; }

.redactional-wrapper .heading {
  line-height: 1; }
  @media (max-width: 576px) {
    .redactional-wrapper .heading {
      border-bottom: 1px solid #653CBD; } }
  .redactional-wrapper .heading h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem; }
  .redactional-wrapper .heading h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 1160px) {
      .redactional-wrapper .heading h2 {
        font-size: 2rem; } }
    @media (max-width: 576px) {
      .redactional-wrapper .heading h2 {
        font-size: 1.75rem; } }

.redactional-wrapper p {
  margin-left: 30px; }
  @media (max-width: 576px) {
    .redactional-wrapper p {
      margin-bottom: 20px; } }
  .redactional-wrapper p:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #653CBD;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: -30px; }

.redactional-thumb {
  grid-area: thumb;
  width: auto;
  height: auto;
  max-width: 100%;
  border-left: 1px solid #653CBD;
  padding-left: 20px; }
  .redactional-thumb img {
    width: 100%;
    border-radius: 9px; }
  @media (max-width: 576px) {
    .redactional-thumb {
      border-left: 0;
      padding-left: 0; } }

.redactional-wrapper .heading {
  grid-area: heading; }

.redactional-wrapper .abstract {
  grid-area: abstract; }

body.redactional h1 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  line-height: 1.13;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #653CBD;
  text-transform: none; }
body.redactional .hero-content-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  width: 100%;
  text-align: center;
  color: #653CBD;
  text-transform: none;
  margin: 25px auto; }

.container.redactional.main .redactional-thumb {
  grid-area: thumb;
  border-top: 0;
  border-left: 1px solid #8850FF;
  border-top: 0;
  padding: 0 0 0 20px; }
  @media (max-width: 576px) {
    .container.redactional.main .redactional-thumb {
      border-top: 0;
      border-left: 0;
      padding: 0; } }
.container.redactional .redactional-wrapper-bigright {
  flex-direction: row-reverse; }
.container.redactional .redactional-wrapper.column, .container.redactional .redactional-wrapper.small {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "heading" "abstract" "thumb";
  margin-bottom: 20px; }
.container.redactional .redactional-column {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between; }
.container.redactional .redactional-wrapper .abstract {
  grid-area: abstract;
  flex-direction: row;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .container.redactional .redactional-wrapper .abstract {
      flex-direction: column; } }
.container.redactional .redactional-thumb {
  grid-area: thumb;
  border-top: 1px solid #8850FF;
  border-left: 0;
  padding: 20px 0 0 0; }
@media (max-width: 576px) {
  .container.redactional .redactional-wrapper .heading {
    border-bottom: 0; } }

body.articolo .hero-category {
  margin-bottom: 20px; }
  body.articolo .hero-category h2 {
    margin: 0 auto; }
body.articolo .redactional-article, body.articolo .product-article {
  margin: 0 auto 10px; }
body.articolo .card-body {
  min-height: 210px; }
  body.articolo .card-body h2 {
    min-height: 45px; }
body.articolo .hero-content-wrapper h1 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3.375rem;
  line-height: 1.13;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  margin: 20px 0; }
  @media (max-width: 576px) {
    body.articolo .hero-content-wrapper h1 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 2.25rem;
      line-height: 1.28;
      line-height: 1.2; } }
body.articolo .hero-content-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.1;
  text-align: left; }
body.articolo .meta-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  align-items: flex-end; }
  body.articolo .meta-wrapper .article-meta {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.1;
    line-height: 1.2;
    color: #653CBD;
    padding: 0; }
  body.articolo .meta-wrapper .share-icon {
    min-width: max-content;
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    background-position: left;
    padding-left: 25px;
    margin-right: 20px;
    cursor: pointer; }
  body.articolo .meta-wrapper .share-wrapper {
    left: -110px;
    top: -70px; }
    @media (max-width: 576px) {
      body.articolo .meta-wrapper .share-wrapper {
        left: -110px;
        top: -70px; } }
  body.articolo .meta-wrapper .close-share {
    right: 0;
    top: -70px; }
    @media (max-width: 576px) {
      body.articolo .meta-wrapper .close-share {
        right: 0;
        top: -70px; } }
body.articolo .article-text-wrapper, body.articolo .article-image, body.articolo .article-item-wrapper {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  align-items: flex-start; }
  @media (max-width: 576px) {
    body.articolo .article-text-wrapper, body.articolo .article-image, body.articolo .article-item-wrapper {
      justify-content: center; } }
body.articolo .article-text-wrapper {
  padding-right: 20px;
  flex-direction: column; }
  body.articolo .article-text-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px; }
  body.articolo .article-text-wrapper p {
    margin-bottom: 15px; }
    @media (max-width: 576px) {
      body.articolo .article-text-wrapper p {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1;
        line-height: 1.30; } }
body.articolo .redactional-article-wrapper, body.articolo .product-article-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #653CBD;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    body.articolo .redactional-article-wrapper, body.articolo .product-article-wrapper {
      flex-direction: column; } }
body.articolo .redactional-article-wrapper.img-right {
  display: flex;
  margin-bottom: 30px;
  padding: 0; }
  @media (max-width: 576px) {
    body.articolo .redactional-article-wrapper.img-right {
      margin-bottom: 10px; } }
  body.articolo .redactional-article-wrapper.img-right .article-image {
    flex-direction: column; }
    body.articolo .redactional-article-wrapper.img-right .article-image figcaption {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.1;
      padding: 10px 0; }
  body.articolo .redactional-article-wrapper.img-right .article-image img {
    width: auto;
    max-width: 100%; }
body.articolo .product-article-wrapper.img-right {
  display: flex;
  padding: 0 0 30px; }

.article-sharing h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  color: #14142B; }
.article-sharing .sharing-wrapper {
  display: flex;
  margin: 5px 0; }
  .article-sharing .sharing-wrapper li {
    margin-right: 10px; }
  .article-sharing .sharing-wrapper .fb-share a {
    background: url("../icons/ico-fb-share.svg") no-repeat center center;
    display: flex;
    background-size: cover;
    width: 30px;
    height: 30px; }
  .article-sharing .sharing-wrapper .tw-share a {
    background: url("../icons/ico-tw-share.svg") no-repeat center center;
    display: flex;
    background-size: cover;
    width: 30px;
    height: 30px; }
  .article-sharing .sharing-wrapper .link-share a {
    background: url("../icons/ico-link-share.svg") no-repeat center center;
    display: flex;
    background-size: cover;
    width: 30px;
    height: 30px; }

.article-categories h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  color: #14142B; }
.article-categories .categories-wrapper {
  display: flex;
  margin: 5px 0; }
  .article-categories .categories-wrapper li {
    margin-right: 10px; }
  .article-categories .categories-wrapper .category-link a, .article-categories .categories-wrapper .category-link a:hover, .article-categories .categories-wrapper .category-link a:focus {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
    color: #14142B;
    text-decoration: underline; }

body.articolo .article-item-wrapper {
  flex-basis: auto;
  min-width: 275px;
  align-items: flex-start; }
  @media (max-width: 576px) {
    body.articolo .article-item-wrapper {
      justify-content: center;
      margin-bottom: 20px; } }

body.articolo .article-text-wrapper, body.articolo .article-image {
  flex-basis: 50%;
  align-items: flex-start; }
  @media (max-width: 767px) {
    body.articolo .article-text-wrapper, body.articolo .article-image {
      flex-basis: 100%; } }
  @media (max-width: 576px) {
    body.articolo .article-text-wrapper, body.articolo .article-image {
      justify-content: center; } }

@media (max-width: 767px) {
  body.articolo .product-article-wrapper.img-right, body.articolo .product-article-wrapper.img-left, body.articolo .redactional-article-wrapper.img-right, body.articolo .redactional-article-wrapper.img-left {
    flex-wrap: wrap; } }
@media (max-width: 576px) {
  body.articolo .product-article-wrapper.img-right, body.articolo .product-article-wrapper.img-left, body.articolo .redactional-article-wrapper.img-right, body.articolo .redactional-article-wrapper.img-left {
    flex-wrap: nowrap; } }

.btn-primary.btn-nl:hover, .btn-primary.btn-nl:focus, a.btn-primary.btn-nl, a.btn-primary.btn-nl:not([href]), a.btn-primary.btn-nl:hover, a.btn-primary.btn-nl:focus {
  color: #000000;
  border-color: #FF9432;
  background: #FF9432;
  text-decoration: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px; }

.newsletter.wide {
  color: #FFFFFF;
  background: #653CBD; }
  .newsletter.wide h2 {
    font-size: 3rem;
    line-height: 0.95;
    font-weight: 400; }

.newsletter .form-control {
  border-bottom: 1px solid #FFF;
  color: #FFFFFF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  font-size: 1rem;
  height: auto !important;
  padding: 14px;
  border: 0; }
.newsletter .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(19, 16, 34, 0.7);
  opacity: 0.7;
  /* Firefox */ }
.newsletter .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(19, 16, 34, 0.7); }
.newsletter .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(19, 16, 34, 0.7); }

.newsletter.wide .input-group-prepend {
  background: #FFFFFF;
  border-radius: 8px 0 0 8px; }
.newsletter.wide .input-group-text {
  background: #FFFFFF;
  border: 0; }
  .newsletter.wide .input-group-text span img {
    width: 24px !important;
    height: 24px !important; }

.newsletter-wrapper.wide {
  padding: 30px 0;
  background: #653CBD;
  max-width: 1140px; }
  @media (max-width: 768px) {
    .newsletter-wrapper.wide {
      padding: 20px; } }
  .newsletter-wrapper.wide h2 {
    font-size: 1.625rem; }
  @media (max-width: 576px) {
    .newsletter-wrapper.wide {
      padding: 20px; }
      .newsletter-wrapper.wide h2 {
        font-size: 1.5rem; } }

.newsletter-wrapper.small {
  font-size: 1rem;
  padding: 25px;
  background: #653CBD url("../img/ico-box-newsletter.png") no-repeat center right;
  background-position: calc(100% - 15px) 15px;
  background-size: 120px;
  border-radius: 5px; }
  .newsletter-wrapper.small h2 {
    font-size: 1.5rem; }
  .newsletter-wrapper.small p {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.2; }
  .newsletter-wrapper.small .newsletter-form-content {
    border-bottom: 0;
    margin-top: 30px;
    align-items: baseline; }
    .newsletter-wrapper.small .newsletter-form-content .newsletter-form {
      -ms-flex: 0 0 calc(100% - 120px);
      flex: 0 0 calc(100% - 120px);
      max-width: calc(100% - 120px); }
  .newsletter-wrapper.small .form-control {
    border-bottom: 1px solid #FFF;
    color: #FFFFFF;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem; }
    @media (max-width: 576px) {
      .newsletter-wrapper.small .form-control {
        font-size: 1rem; } }
  @media (max-width: 768px) {
    .newsletter-wrapper.small {
      padding-left: 30px;
      background-size: 120px; }
      .newsletter-wrapper.small h2 {
        font-size: 1.2rem; }
      .newsletter-wrapper.small p {
        font-size: .875rem; } }
  @media (max-width: 576px) {
    .newsletter-wrapper.small {
      padding: 14px 11px; } }

@media (max-width: 576px) {
  .newsletter-form {
    padding-left: 0;
    background-size: 50%; }
    .newsletter-form h2 {
      font-size: 1.5rem; } }

.newsletter-form-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px; }

.newsletter.wide .form-control {
  max-width: calc(100% - 120px);
  border-bottom: 0; }
  @media (max-width: 576px) {
    .newsletter.wide .form-control {
      max-width: 100%; } }

.newsletter-form-content .nl-email {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF !important; }

.newsletter.wide .btn-outline-primary {
  width: 100px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 7px;
  text-align: center;
  align-self: flex-start;
  margin-top: 5px; }

.newsletter-wrapper.small .btn-footer {
  color: #FFFFFF;
  min-width: 120px; }

.newsletter-wrapper .nl-form {
  display: flex;
  flex-direction: column; }
.newsletter-wrapper .newsletter-label {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.4; }
.newsletter-wrapper .newsletter-label a, .newsletter-wrapper .newsletter-label a:hover, .newsletter-wrapper .newsletter-label a:focus {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 400; }
.newsletter-wrapper .form-check {
  margin-top: 15px; }

.newsletter-wrapper.wide .newsletter-form, .newsletter-wrapper.wide .newsletter-advantages {
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .newsletter-wrapper.wide .newsletter-form, .newsletter-wrapper.wide .newsletter-advantages {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

@media (max-width: 576px) {
  .newsletter-wrapper.wide .newsletter-advantages {
    display: none; } }

.newsletter-wrapper.small .newsletter-form {
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px); }
  @media (max-width: 576px) {
    .newsletter-wrapper.small .newsletter-form {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

/*.col-md-6.col-sm-12.newsletter-form {
     @media (max-width: 768px) {
    max-width: 50%;
    }
    @media (max-width: 576px) {
    max-width: 100%;
    }
}*/
/* codici sconto styles */
.codici-sconto .newsletter-wrapper.wide {
  padding: 40px 0;
  /*background: $basepurple url("../img/deco-newsletter.svg") no-repeat top right;*/
  background: #FF9432 url("../img/ico-box-newsletter.png") no-repeat center right;
  background-size: 160px;
  max-width: 960px; }
  @media (max-width: 768px) {
    .codici-sconto .newsletter-wrapper.wide {
      padding-left: 30px;
      background-size: 160px;
      background-position-x: calc(100% - 30px); } }
  .codici-sconto .newsletter-wrapper.wide h2 {
    font-size: 2rem;
    color: #14142B; }
  @media (max-width: 576px) {
    .codici-sconto .newsletter-wrapper.wide {
      background-size: 80px;
      background-position: 30px 20px;
      padding: 120px 20px 30px; } }
  .codici-sconto .newsletter-wrapper.wide p {
    color: #14142B; }

.codici-sconto .newsletter.wide {
  background: #FF9432; }

.codici-sconto .newsletter-wrapper.small {
  font-size: 1rem;
  padding: 25px;
  background: #653CBD url("../img/ico-box-newsletter.png") no-repeat center right;
  background-position: calc(100% - 15px) 15px;
  background-size: 120px;
  border-radius: 5px;
  color: #FFFFFF; }

.codici-sconto .btn-primary.btn-nl:hover, .codici-sconto .btn-primary.btn-nl:focus, .codici-sconto a.btn-primary.btn-nl, .codici-sconto a.btn-primary.btn-nl:not([href]), .codici-sconto a.btn-primary.btn-nl:hover, .codici-sconto a.btn-primary.btn-nl:focus {
  color: #FFFFFF;
  border-color: #653CBD;
  background: #653CBD; }

.codici-sconto .newsletter-wrapper.small .btn-primary.btn-nl:hover, .codici-sconto .newsletter-wrapper.small .btn-primary.btn-nl:focus, .codici-sconto .newsletter-wrapper.small a.btn-primary.btn-nl, .codici-sconto .newsletter-wrapper.small a.btn-primary.btn-nl:not([href]), .codici-sconto .newsletter-wrapper.small a.btn-primary.btn-nl:hover, .codici-sconto .newsletter-wrapper.small a.btn-primary.btn-nl:focus {
  color: #FFFFFF;
  border-color: #FF9432;
  background: #FF9432; }

.nl-heading {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center; }

.nl-advantages-list {
  list-style: none; }
  .nl-advantages-list li {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 10px 0;
    display: flex;
    align-items: flex-start; }
    .nl-advantages-list li:before {
      content: url("../icons/ico-checked-white.svg");
      display: inline-flex;
      margin-right: 10px; }

.topic-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  grid-template-areas: "heading thumb" "abstract thumb";
  gap: 20px;
  margin-bottom: 50px; }
  @media (max-width: 1160px) {
    .topic-wrapper {
      padding: 0 0 0 20px; } }
  @media (max-width: 768px) {
    .topic-wrapper {
      margin-bottom: 20px;
      font-size: 0.875rem; } }
  @media (max-width: 576px) {
    .topic-wrapper {
      margin-bottom: 20px;
      grid-template-columns: auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: "heading" "thumb" "abstract"; } }

.topic-wrapper.noimg {
  grid-template-rows: auto auto;
  grid-template-areas: "heading abstract" "cta abstract"; }
  @media (max-width: 576px) {
    .topic-wrapper.noimg {
      grid-template-areas: "heading" "abstract" "cta"; } }

.topic-wrapper.noimg .abstract {
  margin-top: 15px; }
  @media (max-width: 576px) {
    .topic-wrapper.noimg .abstract {
      margin-top: -10px; } }

.topic.collezione {
  background: #3DC5FF;
  /* The Fallback */
  background: rgba(61, 197, 255, 0.2);
  padding: 30px 0;
  color: #14142B; }
  .topic.collezione h2 a, .topic.collezione h3 a {
    color: #14142B; }

.topic.location {
  background: #24CE85;
  /* The Fallback */
  background: rgba(36, 206, 133, 0.2);
  padding: 30px 0;
  color: #14142B; }
  .topic.location h2 a, .topic.location h3 a {
    color: #14142B; }

.topic.location .label-location {
  text-transform: none;
  display: inline-block; }
  .topic.location .label-location::before {
    content: " ";
    background: url("../icons/ico-location-blue.svg") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 0 3px 0 6px; }

.topic-cta {
  background-color: #0A70F5;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #FFFFFF;
  min-width: 140px;
  display: inline-block; }
  .topic-cta:hover {
    text-decoration: none;
    color: #FFFFFF; }
  .topic-cta:hover {
    color: #FFFFFF; }

.topic-wrapper .heading {
  line-height: 1; }
  .topic-wrapper .heading h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .topic-wrapper .heading h3 {
        font-size: 0.75rem; } }
  .topic-wrapper .heading h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 576px) {
      .topic-wrapper .heading h2 {
        font-size: 1.75rem; } }

.topic-thumb {
  grid-area: thumb;
  width: auto;
  height: auto;
  max-width: 100%; }
  .topic-thumb img {
    width: 100%;
    border-radius: 15px; }
    @media (max-width: 768px) {
      .topic-thumb img {
        border-radius: 9px; } }
  @media (max-width: 576px) {
    .topic-thumb {
      border-left: 0;
      padding-left: 0; } }

.topic-wrapper .heading {
  grid-area: heading; }
  @media (max-width: 768px) {
    .topic-wrapper .heading {
      padding-right: 20px; } }

.topic-wrapper .abstract {
  grid-area: abstract; }
  @media (max-width: 768px) {
    .topic-wrapper .abstract {
      padding-right: 20px; } }

.topic-carousel {
  max-width: 1160px;
  margin: 0 auto; }
  .topic-carousel .slick-arrow {
    background: #0A70F5;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    padding: 10px;
    margin-top: -80px; }
  .topic-carousel .slick-prev {
    background: #0A70F5 url(../icons/ico-arrow-left.svg) no-repeat center center;
    background-size: 30%; }
    .topic-carousel .slick-prev:before {
      content: none; }
  .topic-carousel .slick-next {
    background: #0A70F5 url(../icons/ico-arrow-right.svg) no-repeat center center;
    background-size: 30%; }
    .topic-carousel .slick-next:before {
      content: none; }

.container.related, .container.recent, .container.flash {
  margin-bottom: 30px; }

.container.related {
  margin-bottom: 0; }

.related-carousel .slick-arrow, .recent-carousel .slick-arrow, .flash-carousel .slick-arrow {
  margin-top: -95px; }

.carousel .card-body {
  min-height: 230px; }
  .carousel .card-body h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 0.99;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .carousel .card-body h3 {
        font-size: 0.75rem; } }
  .carousel .card-body h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    margin-bottom: 0; }
    .carousel .card-body h2 a {
      color: #0A70F5; }
  @media (max-width: 576px) {
    .carousel .card-body {
      min-height: 220px; } }

.carousel .card-small .card-body h2 {
  height: 75px;
  overflow: hidden; }
  .carousel .card-small .card-body h2 a {
    height: 75px;
    display: inline-block;
    white-space: normal;
    width: 100%; }

.carousel .card-smaller .card-body, .carousel .card-medium .card-body {
  min-height: 170px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between; }
  .carousel .card-smaller .card-body h2, .carousel .card-medium .card-body h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    min-height: 85px; }
    .carousel .card-smaller .card-body h2 a, .carousel .card-medium .card-body h2 a {
      color: #131022;
      display: inline-block;
      white-space: normal;
      width: 100%; }

.slider-scheda, .slider-nav {
  margin: 10px 0; }

.slider-scheda img {
  border-radius: 9px;
  width: 100%; }

.slider-nav img {
  width: 100%;
  padding: 0 5px; }

.carousel .offer.carta .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 75%; }

/* styles 2025-12 accessibility */
.carousel .card-smaller .card-body h3, .carousel .card-medium .card-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  min-height: 85px;
  font-weight: 600;
  text-transform: none;
  color: #15006B; }

.container.categories-highlight {
  margin-bottom: 50px; }

.category-highlight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }
  @media (max-width: 767px) {
    .category-highlight {
      margin-bottom: 20px; } }
  @media (max-width: 376px) {
    .category-highlight {
      flex-direction: column-reverse;
      align-items: center; } }

.category-highlight .category-text {
  width: calc(50% + 20px);
  position: relative;
  z-index: 3;
  background: #FF9432;
  padding: 20px;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #FFFFFF;
  font-size: 0.876rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .category-highlight .category-text a {
    color: #FFFFFF; }
  .category-highlight .category-text h2 {
    font-size: 1.876rem;
    text-transform: uppercase;
    line-height: 0.9;
    font-family: "Manrope", Arial, Helvetica, sans-serif; }
  @media (max-width: 376px) {
    .category-highlight .category-text {
      width: 100%; } }

.categories-highlights-wrapper.noimg .category-highlight .category-text {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .categories-highlights-wrapper.noimg .category-highlight .category-text {
      flex-direction: column;
      justify-content: flex-start; } }

.noimg .category-highlight .category-text .abstract {
  margin: 10px 0;
  align-self: flex-end; }
  @media (max-width: 767px) {
    .noimg .category-highlight .category-text .abstract {
      align-self: flex-start; } }

.category-highlight .category-text .abstract p {
  margin-bottom: 20px; }

.categories-highlights-wrapper.noimg .category-highlight {
  margin-bottom: 20px; }

.noimg .category-highlight .category-text h2 {
  font-size: 3rem;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 1; }
  @media (max-width: 767px) {
    .noimg .category-highlight .category-text h2 {
      font-size: 1.875rem; } }

.category-highlight .category-text .cta {
  font-weight: 700;
  white-space: nowrap;
  border: 0.5px solid #FFFEFA; }
  @media (max-width: 576px) {
    .category-highlight .category-text .cta {
      font-size: 0.875rem;
      display: inline-block;
      line-height: 1; } }

.category-highlight .category-img {
  display: flex;
  width: calc(50% + 20px);
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  z-index: 2;
  margin-left: -20px;
  height: 100%;
  justify-content: flex-end; }
  .category-highlight .category-img img {
    height: 100%; }
    @media (max-width: 376px) {
      .category-highlight .category-img img {
        width: 100%;
        height: auto; } }
  @media (max-width: 376px) {
    .category-highlight .category-img {
      width: 100%;
      margin-bottom: -20px;
      margin-left: 0; } }

.container.shops {
  margin-bottom: 30px; }
  @media (max-width: 576px) {
    .container.shops {
      margin-bottom: 0; } }

.shop-item {
  background: #3E4265;
  color: #FFFFFF;
  font-size: 0.875rem; }
  .shop-item a {
    color: #FFFFFF;
    font-weight: 700; }

.shops-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px; }
  @media (max-width: 768px) {
    .shops-wrapper {
      flex-direction: column;
      gap: 0; } }
  .shops-wrapper .shops-left {
    flex: 1; }
    @media (max-width: 1160px) {
      .shops-wrapper .shops-left {
        flex: 1; } }
    @media (max-width: 768px) {
      .shops-wrapper .shops-left {
        flex: 1; } }
  .shops-wrapper .shops-right {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .shops-wrapper .shops-right {
        flex-direction: row;
        flex-grow: 1;
        gap: 20px; } }
    @media (max-width: 576px) {
      .shops-wrapper .shops-right {
        flex-direction: column;
        flex-grow: 1; } }
  .shops-wrapper .shop-right .shop-item {
    flex-direction: row; }

.small-small .shop-item.small .shop-logo {
  width: auto;
  max-width: 100%; }

.shops-wrapper.small-small .shops-left, .shops-wrapper.small-small .shops-right {
  flex: 1;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .shops-wrapper.small-small .shops-left, .shops-wrapper.small-small .shops-right {
      flex-direction: row;
      gap: 20px; } }
  @media (max-width: 576px) {
    .shops-wrapper.small-small .shops-left, .shops-wrapper.small-small .shops-right {
      flex-direction: column; } }

.shop-item.small {
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .shop-item.small {
      flex-direction: column;
      flex-grow: 1;
      max-width: calc(33% - 10px); } }
  @media (max-width: 576px) {
    .shop-item.small {
      flex-direction: column;
      flex-grow: 1;
      gap: 10px;
      align-items: center;
      padding: 10px 20px 20px;
      margin: 0;
      max-width: 100%; } }
  .shop-item.small .shop-logo {
    width: auto;
    max-width: 100%; }
    @media (max-width: 768px) {
      .shop-item.small .shop-logo {
        margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .shop-item.small .shop-logo {
        margin-bottom: 0; } }

.shops-wrapper.small-small {
  gap: 20px; }

.shops-wrapper.big-small .shops-left .shop-text {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px; }
  @media (max-width: 768px) {
    .shops-wrapper.big-small .shops-left .shop-text {
      flex: 1; } }
  @media (max-width: 576px) {
    .shops-wrapper.big-small .shops-left .shop-text {
      justify-content: center;
      align-items: center; } }

.shops-wrapper.small-small .shop-text {
  flex: 1;
  font-size: 1.125rem; }
  @media (max-width: 768px) {
    .shops-wrapper.small-small .shop-text {
      text-align: left;
      flex-wrap: wrap;
      width: 100%; } }
  @media (max-width: 768px) {
    .shops-wrapper.small-small .shop-text {
      flex: 1;
      text-align: left; } }

.shop-item.big .shop-text {
  flex: 1;
  font-size: 1.125rem; }

.shop-item.big .shop-img img {
  max-height: 220px; }

.shop-item {
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 20px; }

.shop-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
  width: 100%; }
  @media (max-width: 768px) {
    .shop-item {
      margin-bottom: 20px; } }
  .shop-item .shop-cta {
    display: inline-block;
    white-space: nowrap; }
    .shop-item .shop-cta .shop-item .shop-cta {
      display: inline-block;
      white-space: nowrap;
      background: none;
      border: 1px solid #FFFFFF;
      font-size: 1rem; }

@media (max-width: 576px) {
  .shop-item.big .shop-abstract {
    display: none; } }

.small-small .shop-item {
  margin-bottom: 20px; }

.shop-img img {
  width: 100%;
  height: auto; }
  @media (max-width: 576px) {
    .shop-img img {
      display: none; } }

.shop .shop-hero p, .codici-sconto .shop-hero p {
  margin-bottom: 20px;
  border-bottom: 0.5px solid #653CBD;
  padding-bottom: 20px; }
.shop .shop-search-wrapper h3, .codici-sconto .shop-search-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5; }
.shop .shop-search-list, .codici-sconto .shop-search-list {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap; }
  .shop .shop-search-list a, .shop .shop-search-list a:hover, .shop .shop-search-list a:focus, .codici-sconto .shop-search-list a, .codici-sconto .shop-search-list a:hover, .codici-sconto .shop-search-list a:focus {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    color: #777777;
    font-size: 1.25rem;
    line-height: 1.2;
    padding-top: 10px;
    display: inline-block;
    margin: 0 15px 5px 0;
    color: #14142B;
    text-decoration: underline; }
.shop .shop-items-wrapper, .codici-sconto .shop-items-wrapper {
  display: flex;
  margin-right: -20px;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .shop .shop-items-wrapper, .codici-sconto .shop-items-wrapper {
      flex-direction: column;
      margin-right: 0; } }
  .shop .shop-items-wrapper .shop-item, .codici-sconto .shop-items-wrapper .shop-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin: 0 20px 20px 0;
    width: calc(50% - 20px); }
    @media (max-width: 576px) {
      .shop .shop-items-wrapper .shop-item, .codici-sconto .shop-items-wrapper .shop-item {
        width: 100%;
        flex-direction: column; } }
.shop .wide-banner-search-wrapper, .codici-sconto .wide-banner-search-wrapper {
  background: #653CBD;
  padding: 20px 0; }
  .shop .wide-banner-search-wrapper .banner-search-wrapper, .codici-sconto .wide-banner-search-wrapper .banner-search-wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .shop .wide-banner-search-wrapper .banner-search-wrapper, .codici-sconto .wide-banner-search-wrapper .banner-search-wrapper {
        margin: 0 auto; }
        .shop .wide-banner-search-wrapper .banner-search-wrapper img, .codici-sconto .wide-banner-search-wrapper .banner-search-wrapper img {
          max-width: 30%; } }
  .shop .wide-banner-search-wrapper h2, .codici-sconto .wide-banner-search-wrapper h2 {
    color: #FFFFFF;
    padding: 0 50px; }
    @media (max-width: 768px) {
      .shop .wide-banner-search-wrapper h2, .codici-sconto .wide-banner-search-wrapper h2 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04;
        padding: 0 20px; } }

.shop.scheda .shop-hero-wrapper {
  background: #14142B;
  padding: 30px 0;
  margin-bottom: 30px; }
.shop.scheda .breadcrumb {
  color: #FFFFFF; }
  .shop.scheda .breadcrumb a {
    color: #FFFFFF; }
.shop.scheda .breadcrumb-item.active {
  color: #FFFEFA; }
.shop.scheda .shop-hero-desc {
  background: #653CBD;
  border-radius: 9px;
  padding: 50px 160px 80px 100px;
  position: relative;
  z-index: 2;
  margin-right: -120px;
  color: #FFFFFF; }
  @media (max-width: 990px) {
    .shop.scheda .shop-hero-desc h1 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98;
      line-height: 1.1; } }
  @media (max-width: 576px) {
    .shop.scheda .shop-hero-desc h1 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04;
      line-height: 1.1; } }
  @media (max-width: 1200px) {
    .shop.scheda .shop-hero-desc {
      padding: 30px 160px 60px 60px; } }
  @media (max-width: 900px) {
    .shop.scheda .shop-hero-desc {
      padding: 30px 60px 60px 60px; } }
  @media (max-width: 576px) {
    .shop.scheda .shop-hero-desc {
      padding: 10px 30px 30px 30px;
      margin-right: 0; } }
.shop.scheda .shop-hero-image {
  position: relative;
  z-index: 3;
  margin-right: 0; }
  @media (max-width: 576px) {
    .shop.scheda .shop-hero-image {
      margin: -20px auto 0; } }
  .shop.scheda .shop-hero-image img {
    border-radius: 9px;
    height: auto !important; }
    @media (max-width: 990px) {
      .shop.scheda .shop-hero-image img {
        max-width: 280px; } }
    @media (max-width: 768px) {
      .shop.scheda .shop-hero-image img {
        max-width: 240px; } }
    @media (max-width: 576px) {
      .shop.scheda .shop-hero-image img {
        max-width: 160px; } }
.shop.scheda .shop-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px; }
  @media (max-width: 576px) {
    .shop.scheda .shop-hero-content {
      flex-direction: column;
      align-items: flex-start; } }
.shop.scheda .logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 20px 20px 0; }
  @media (max-width: 576px) {
    .shop.scheda .logo-wrapper {
      margin: 10px 0 10px 0; } }
.shop.scheda .hero-id {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (max-width: 576px) {
    .shop.scheda .hero-id {
      flex-wrap: wrap; } }
.shop.scheda .shop-logo {
  width: 100%;
  height: auto; }
.shop.scheda .hero-desc-wrapper {
  display: flex; }
  @media (max-width: 900px) {
    .shop.scheda .hero-desc-wrapper {
      flex-direction: column; } }
.shop.scheda .hero-desc {
  margin-right: 20px; }
  .shop.scheda .hero-desc h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.22;
    margin-bottom: 20px; }
    @media (max-width: 990px) {
      .shop.scheda .hero-desc h2 {
        padding: 0 60px 0 0; } }
    @media (max-width: 576px) {
      .shop.scheda .hero-desc h2 {
        padding: 0;
        margin-right: 0; } }
  .shop.scheda .hero-desc p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media (max-width: 990px) {
      .shop.scheda .hero-desc p {
        padding: 0 60px 0 0; } }
    @media (max-width: 576px) {
      .shop.scheda .hero-desc p {
        padding: 0; } }
.shop.scheda .hero-address {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  opacity: .7;
  margin-top: 39px; }
  @media (max-width: 900px) {
    .shop.scheda .hero-address {
      margin-top: 20px; } }
  .shop.scheda .hero-address li {
    margin-bottom: 10px; }
.shop.scheda .address, .shop.scheda .email, .shop.scheda .phone {
  display: flex; }
.shop.scheda .address::before {
  content: '';
  display: inline-block;
  background: url(../icons/ico-location-white.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-right: 5px; }
.shop.scheda .email::before {
  content: '';
  display: inline-block;
  background: url(../icons/ico-email-white.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-right: 5px; }
.shop.scheda .phone::before {
  content: '';
  display: inline-block;
  background: url(../icons/ico-phone-white.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-right: 5px; }

a.linkdown {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  color: #FF9432 !important;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none !important; }
  a.linkdown::before {
    content: '';
    display: block;
    background: url(../icons/ico-arrow-down-orange.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin: 0 auto 5px; }

.shop-img {
  max-width: 170px;
  width: 100%;
  min-width: 170px; }

.shop.scheda h1 {
  margin: 0 0 20px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04; }

.shop-item.small:nth-child(1) {
  background: #653CBD; }

.shop-item.small:nth-child(2) {
  background: #FF9432; }
  .shop-item.small:nth-child(2) .shop-cta {
    color: #000000;
    border-color: #000000; }

.shop-item.small:nth-child(3) {
  background: #3DC5FF; }
  .shop-item.small:nth-child(3) .shop-cta {
    color: #000000;
    border-color: #000000; }

/* styles 2025 */
.shop .shop-search-list {
  list-style: none;
  gap: 20px;
  margin: 20px 0; }

.shop .shop-items-wrapper, .codici-sconto .shop-items-wrapper {
  margin-right: 0;
  gap: 20px; }

.shop .shop-items-wrapper .shop-item {
  margin: 0;
  flex-wrap: wrap;
  align-items: stretch; }

.shop-item.big .shop-text {
  flex: 1 0 60%;
  max-width: 60%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .shop-item.big .shop-text {
      flex: 1 0 100%;
      max-width: 100%; } }

.shop-logo {
  width: 100%;
  margin-bottom: 10px; }

.shop-img {
  max-width: calc(40% - 20px);
  display: flex;
  flex: 1 0 calc(40% - 20px);
  min-width: unset; }
  @media (max-width: 767px) {
    .shop-img {
      flex: 1 0 100%;
      max-width: 100%; } }

.shop-item .shop-cta, .shop-item .shop-cta:hover {
  display: flex;
  white-space: nowrap;
  background: #FFFFFF;
  color: #14142B; }

.shop .shop-search-list li a {
  display: flex;
  background-color: #FFFFFF;
  font-weight: 700;
  border: 1px solid #653CBD;
  border-radius: 100px;
  color: #14142B;
  width: 40px;
  text-decoration: none;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
  margin: 0; }

.shop .shop-letter:hover {
  background-color: #14142B !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  margin: 0 !important; }

.shop.scheda .breadcrumb-item.active, .shop.scheda .breadcrumb a {
  color: #14142B; }

.shop.scheda .shop-hero-wrapper {
  background: #F9FAFF;
  padding: 30px 0;
  margin-bottom: 30px; }

.shop.scheda .shop-hero-desc {
  background: #3E4265;
  border-radius: 9px;
  padding: 50px 160px 80px 100px;
  position: relative;
  z-index: 2;
  margin-right: -120px;
  color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .shop.scheda .shop-hero-desc {
      padding: 30px 90px 50px 30px;
      margin-right: -70px; } }
  @media screen and (max-width: 576px) {
    .shop.scheda .shop-hero-desc {
      padding: 30px 30px 50px;
      margin-right: 0; } }

.shop.scheda .logo-wrapper {
  margin: 20px auto; }

.shop.scheda h1 {
  color: #FFFFFF; }

.shop.scheda .hero-desc-wrapper {
  flex-direction: column;
  gap: 30px; }

.shop.scheda .hero-address {
  opacity: 1;
  margin-top: unset;
  border: 0.5px solid #FFFFFF;
  padding: 20px;
  width: 100%; }

.shop .title-small-wrapper::after {
  display: none; }

.shop .title-small-wrapper h2::before {
  display: none; }

.shop .title-small-wrapper {
  display: flex;
  margin-bottom: 30px;
  justify-content: center; }

.shop .shop-items-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3E4265;
  color: #FFFFFF; }
.shop .shop-items-wrapper .shop-cta {
  margin-top: auto; }
@media (max-width: 576px) {
  .shop .shop-items-wrapper .shop-item.big .shop-abstract {
    display: flex; } }
.shop .shop-items-wrapper .shop-item a {
  align-items: flex-start; }

.shop.scheda .hero-address {
  line-height: 1.4; }
  .shop.scheda .hero-address a {
    color: #FFFFFF; }

.shop .title-small-wrapper h2 {
  text-align: center;
  line-height: 1.2; }

@media (max-width: 768px) {
  .scheda-wrapper {
    flex-direction: column; } }

.scheda-main {
  padding: 0; }
  @media (max-width: 768px) {
    .scheda-main {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 576px) {
    .scheda-main {
      padding: 0; } }

.scheda.offer {
  display: grid;
  grid-template-areas: "visual title" "visual dati" "advantages dati";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 20px; }
  @media (max-width: 576px) {
    .scheda.offer {
      display: grid;
      grid-template-areas: "title"  "visual"   "dati" "advantages";
      margin-bottom: 0;
      grid-template-columns: 1fr;
      gap: 5px 0; } }
  .scheda.offer .scheda-title {
    grid-area: title; }
    @media (max-width: 576px) {
      .scheda.offer .scheda-title {
        max-width: calc(100% - 80px); } }
  .scheda.offer .main-visual-wrapper {
    grid-area: visual; }
  .scheda.offer .scheda-dati {
    grid-area: dati; }
    .scheda.offer .scheda-dati .choice .control__indicator {
      top: 0;
      bottom: 0;
      margin: auto; }
    .scheda.offer .scheda-dati .choice-title {
      margin-top: 0;
      align-items: center;
      align-content: center; }
    .scheda.offer .scheda-dati .cta-cart .btn-primary {
      display: flex;
      width: 50%;
      text-align: center;
      justify-content: center; }
  .scheda.offer .advantages-list-wrapper {
    grid-area: advantages; }
  .scheda.offer .additional-notes {
    grid-area: notes;
    margin: 20px 0 0; }
    @media (max-width: 576px) {
      .scheda.offer .additional-notes {
        margin: 0; } }
  .scheda.offer .offer-visual {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    margin-top: 15px;
    background: #F9FAFF; }
    @media (max-width: 576px) {
      .scheda.offer .offer-visual {
        width: 100%;
        align-self: center; } }
  .scheda.offer .list-visual li {
    position: relative; }
  .scheda.offer .visual-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 576px) {
      .scheda.offer .visual-wrapper {
        max-width: 200px;
        margin: 0 auto; } }
  .scheda.offer .offer-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1; }
    .scheda.offer .offer-body .merchant {
      font-weight: 400;
      text-decoration: underline;
      font-size: .875rem;
      text-transform: uppercase;
      color: #3E4265; }
    .scheda.offer .offer-body .merchant-wrapper {
      display: block;
      border-bottom: none; }
    .scheda.offer .offer-body .rating-wrapper {
      display: flex; }
    .scheda.offer .offer-body .favs-icon {
      display: flex;
      padding-left: 25px;
      width: max-content;
      background-position: center left;
      position: relative;
      border-radius: 0;
      -webkit-box-shadow: none;
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: none;
      /* Firefox 3.5 - 3.6 */
      box-shadow: none;
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
      align-items: center;
      top: unset;
      right: unset;
      background-size: 20px;
      cursor: pointer; }
    .scheda.offer .offer-body .share-icon {
      display: flex;
      align-items: center;
      padding-left: 25px;
      width: max-content;
      background-position: center left;
      cursor: pointer; }
    .scheda.offer .offer-body .actions-wrapper {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      z-index: 1200;
      gap: 20px; }
    .scheda.offer .offer-body .action-wrapper {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      column-gap: 20px;
      z-index: 200; }
    @media (max-width: 576px) {
      .scheda.offer .offer-body .action-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        column-gap: 10px;
        width: max-content;
        position: absolute;
        top: 0;
        right: 40px; }
      .scheda.offer .offer-body .favs-icon {
        position: absolute;
        top: 0;
        right: 70px;
        display: flex;
        font-size: 0;
        width: 36px;
        height: 36px;
        background-position: center center;
        background-size: 20px;
        -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Firefox 3.5 - 3.6 */
        box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        align-items: center;
        top: unset;
        right: unset;
        border-radius: 40px;
        margin: 0 0 0 10px; }
      .scheda.offer .offer-body .share-icon {
        position: absolute;
        font-size: 0;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        border-radius: 40px;
        background-position: center center;
        background-size: 18px;
        -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Firefox 3.5 - 3.6 */
        box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
        /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        margin: 0 0 0 20px; } }
    .scheda.offer .offer-body .actions-wrapper {
      border: 0;
      margin: 0;
      padding: 0; }
    .scheda.offer .offer-body .additional-notes .editions {
      font-size: 1rem; }
  @media (max-width: 576px) {
    .scheda.offer {
      flex-direction: column; } }

.scheda.offer h1 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3E4265;
  margin: 10px 0; }

.cta-list {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  align-items: center;
  align-self: flex-start; }
  .cta-list h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 0; }
  .cta-list ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    padding: 0; }
  .cta-list a {
    min-width: 120px; }
  @media (max-width: 576px) {
    .cta-list {
      flex-direction: row; } }

.additional-notes .editions {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2; }
.additional-notes .validity {
  font-size: 0.75rem;
  line-height: 1; }

.demo-link {
  font-size: 0.875rem; }
  .demo-link:before {
    content: '';
    background: url("../icons/ico-demo-blue.svg") no-repeat center center;
    width: 15px;
    height: 13px;
    background-size: contain;
    display: inline-block;
    margin-right: 5px; }

.contest-content-wrapper {
  display: flex;
  gap: 20px; }
  @media (max-width: 767px) {
    .contest-content-wrapper {
      flex-direction: column; } }

.contest-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 20px 0;
  flex-direction: column; }
  .contest-wrapper.description-item-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    color: #3E4265;
    margin: 0 0 20px; }
  .contest-wrapper.description-item-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .contest-wrapper.description-item-wrapper .description-text, .contest-wrapper.description-item-wrapper .samall-dida {
    margin: 0; }
  .contest-wrapper.description-item-wrapper p {
    margin-bottom: 10px; }
  @media (max-width: 576px) {
    .contest-wrapper {
      padding: 0 0 5px;
      margin: 10px 0;
      flex-direction: column; } }
  .contest-wrapper .description-item-visual {
    width: 100%; }
  .contest-wrapper .description-text, .contest-wrapper .description-item-visual {
    flex: 1; }
    @media (max-width: 767px) {
      .contest-wrapper .description-text, .contest-wrapper .description-item-visual {
        flex: 1 0 100%; } }
  .contest-wrapper .contest-titles {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .contest-wrapper .contest-icon-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between; }

.choices-wrapper {
  padding: 30px 16px; }
  .choices-wrapper h2 {
    font-size: 1.875rem; }
    @media (max-width: 576px) {
      .choices-wrapper h2 {
        font-size: 1.5rem; } }
  .choices-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
    font-weight: 400; }
    @media (max-width: 576px) {
      .choices-wrapper h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1; } }
  .choices-wrapper .gift-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px; }
  .choices-wrapper .gift-label {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    display: flex;
    align-items: center; }
    .choices-wrapper .gift-label:before {
      content: '';
      display: inline-block;
      height: 22px;
      width: 22px;
      background: url("../icons/ico-gift-blue.svg") no-repeat center top;
      background-size: 20px;
      margin-right: 5px; }

.choices {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column; }
  @media (max-width: 576px) {
    .choices {
      justify-content: flex-start; } }
  .choices .form-check {
    padding: 10px; }
  .choices .form-check-input {
    margin-top: 0;
    margin-left: 0;
    width: 22px;
    height: 22px; }

.scheda-dati .choices .choice .form-check {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .scheda-dati .choices .choice .form-check {
      flex-direction: column; }
      .scheda-dati .choices .choice .form-check .control {
        padding-left: 0; }
      .scheda-dati .choices .choice .form-check .control__indicator {
        top: 7px;
        bottom: 0;
        margin: 0; } }

@media (max-width: 900px) {
  .scheda-dati .choices .choice .control {
    padding-left: 0; } }

.choice {
  background-color: #F9FAFF;
  border: 1px solid #F9FAFF;
  width: 100%;
  color: #000000;
  padding: 10px; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .choice {
      width: 100%; } }
  .choice .control {
    margin-bottom: 0; }
  .choice .data-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex: 1; }
    @media (max-width: 576px) {
      .choice .data-wrapper {
        flex-wrap: wrap;
        flex-direction: row-reverse;
        gap: 10px;
        width: 100%;
        padding-left: 25px; } }
    @media (max-width: 370px) {
      .choice .data-wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start; } }
    .choice .data-wrapper .price, .choice .data-wrapper .unit {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #3E4265;
      color: #653CBD;
      font-weight: 700; }
      @media (max-width: 576px) {
        .choice .data-wrapper .price, .choice .data-wrapper .unit {
          font-size: 1.875rem; } }
    .choice .data-wrapper .fullprice {
      display: flex;
      gap: 3px;
      text-decoration: line-through;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265; }
    .choice .data-wrapper .fullprice-label, .choice .data-wrapper .fullprice .price, .choice .data-wrapper .fullprice .unit {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      line-height: 1; }
    .choice .data-wrapper .price-wrapper {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 10px; }

.choice.active {
  background: #3DC5FF;
  /* The Fallback */
  background: rgba(61, 197, 255, 0.2); }

.choice-title {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  padding-left: 25px;
  line-height: 1.1;
  margin-top: 3px;
  gap: 3px; }
  @media (max-width: 576px) {
    .choice-title {
      flex: 1 0 100%; } }

.gift-wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px; }
  .gift-wrapper .smooth-scroll {
    display: flex;
    flex: 1 0 100%;
    margin-left: auto;
    width: max-content;
    justify-content: flex-end;
    text-decoration: underline; }
  .gift-wrapper .gift-titles {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end; }
  .gift-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    color: #653CBD;
    line-height: 1;
    text-align: right; }
  .gift-wrapper p {
    font-size: 1rem;
    font-weight: 700; }

.gift-thumb-wrapper {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
  flex-direction: column; }
  .gift-thumb-wrapper span {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }

.gift-thumb {
  width: 80px;
  height: auto; }

.description-wrapper {
  margin: 30px 0; }

.description-wrapper h2, .collection-description-wrapper h2, .coll-desc-wrapper h2, .scheda-coll #advantages-list.description-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3E4265;
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .description-wrapper h2, .collection-description-wrapper h2, .coll-desc-wrapper h2, .scheda-coll #advantages-list.description-wrapper h2 {
      font-size: 1.5rem;
      padding-bottom: 0;
      border-bottom: 0;
      line-height: 1; } }

.collection-description-wrapper h2, .coll-desc-wrapper h2 {
  margin-bottom: 20px; }

.description-item-wrapper {
  margin: 0; }
  .description-item-wrapper h2 {
    margin-bottom: 20px; }
  .description-item-wrapper img {
    width: 100%;
    margin: 0 auto 20px; }
  .description-item-wrapper .double-col img {
    width: calc(50% - 10px);
    margin: 0 auto 20px; }
  .description-item-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    text-transform: uppercase; }
  .description-item-wrapper h4 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
    padding-bottom: 10px;
    font-weight: 700; }
  .description-item-wrapper .chapter-title {
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #653CBD; }
  .description-item-wrapper p {
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px; }
  .description-item-wrapper .description-text {
    margin: 0 0 20px;
    padding: 0; }
  .description-item-wrapper .head-text {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    color: #C2C2C2;
    font-weight: 400; }
    @media (max-width: 576px) {
      .description-item-wrapper .head-text {
        font-size: 1.25rem; } }

.appstores-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }
  .appstores-list img {
    width: auto;
    margin: 0 auto 10px; }
  .appstores-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.info-list {
  list-style: none; }

.info-list li {
  font-weight: 700;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .info-list li:last-child {
    paddingg-bottom: 0; }
  .info-list li a {
    color: #000000; }
  .info-list li span {
    font-weight: 400;
    text-transform: uppercase; }
  .info-list li p {
    font-weight: 400; }

.ratings-detail-wrapper {
  max-width: 1160px;
  margin: 0 auto 50px;
  padding: 20px; }
  .ratings-detail-wrapper img {
    width: auto;
    max-width: 100%; }

.term-header .btn-link, .term-header .btn-link:hover, .term-body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #777777;
  text-decoration: none; }
  @media (max-width: 576px) {
    .term-header .btn-link, .term-header .btn-link:hover, .term-body {
      font-size: 0.875rem; } }

.term-header .btn-link {
  padding: 0 0 10px;
  font-weight: 400; }

.term {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #653CBD; }

.term-header .btn-link::after {
  padding: 0;
  content: url(../icons/ico-arrow-up-grey.svg);
  width: 16px;
  display: inline-block;
  height: 9px; }

.term-header .btn-link.collapsed::after {
  padding: 0;
  content: url(../icons/ico-arrow-down-grey.svg);
  width: 16px;
  display: inline-block;
  height: 9px; }

.term-header button {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.banner-nocap, .banner-yescap {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  background: #B50404;
  padding: 8px 16px;
  color: #fff;
  border-radius: 9px;
  display: flex;
  gap: 10px; }
  .banner-nocap span, .banner-yescap span {
    max-width: 70%; }
  .banner-nocap .cap-form, .banner-yescap .cap-form {
    margin-left: auto; }
  .banner-nocap .form-item.cap, .banner-yescap .form-item.cap {
    width: 80px;
    text-align: left;
    padding-left: 15px; }

.banner-yescap {
  background: #24CE85; }

.attivazione-wrapper {
  flex-direction: column; }
  .attivazione-wrapper h1 {
    margin: 0 0 30px; }
  .attivazione-wrapper .section-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    color: #0A70F5;
    margin: 0 0 20px; }
  .attivazione-wrapper .section-title.new {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    color: #24CE85;
    margin: 0 0 20px; }
  .attivazione-wrapper .login-content {
    padding-left: 30px; }
  .attivazione-wrapper .login-content {
    flex-direction: column;
    margin: 0;
    padding: 0; }
    .attivazione-wrapper .login-content .login-item {
      width: 100%;
      border-bottom: 0.5px solid #C2C2C2;
      margin-bottom: 10px;
      padding-bottom: 10px;
      display: block; }
  .attivazione-wrapper .section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer; }
  .attivazione-wrapper .section-title::after {
    content: '';
    width: 30px;
    height: 15px;
    background: url("../icons/ico-arrow-down-blue-big.svg") no-repeat center center;
    background-size: cover;
    margin-left: 10px;
    transition: .5s; }
  .attivazione-wrapper .section-title.new::after {
    content: '';
    width: 30px;
    height: 15px;
    background: url("../icons/ico-arrow-down-green-big.svg") no-repeat center center;
    background-size: cover;
    margin-left: 10px;
    transition: .5s; }
  .attivazione-wrapper .section-title.open::after {
    transform: rotate(180deg);
    transition: .5s; }
  .attivazione-wrapper .login-form-wrapper, .attivazione-wrapper .registration-form-wrapper {
    display: none; }
  .attivazione-wrapper .field-wrapper.cta-login, .attivazione-wrapper .field-wrapper.cta-register {
    align-items: center;
    width: 100%;
    margin-top: 20px; }
    .attivazione-wrapper .field-wrapper.cta-login .btn-primary, .attivazione-wrapper .field-wrapper.cta-login .btn-register-big, .attivazione-wrapper .field-wrapper.cta-register .btn-primary, .attivazione-wrapper .field-wrapper.cta-register .btn-register-big {
      padding: 10px 15px;
      font-size: 1.2rem;
      line-height: 1;
      width: auto;
      font-weight: 700; }
  .attivazione-wrapper .field-wrapper.cta-register {
    margin-top: 0; }
  @media (max-width: 576px) {
    .attivazione-wrapper .section-title, .attivazione-wrapper .section-title.new {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9; }
    .attivazione-wrapper .login-content, .attivazione-wrapper .registration-content {
      padding: 0; } }

.director-letter {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 30px;
  border-radius: 20px 0 20px 20px;
  background-color: #FFFFFF; }
  .director-letter .signature-block {
    text-align: right;
    margin-top: 30px;
    font-style: italic; }
  .director-letter h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px; }
  .director-letter p {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Manrope", Arial, Helvetica, sans-serif; }
  @media (max-width: 576px) {
    .director-letter {
      padding: 20px; }
      .director-letter h3 {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 20px; }
      .director-letter p {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.4; } }

.container-base.carta-docente-wrapper {
  gap: 0; }

.carta-docente-box {
  margin: 0;
  background-color: #fec901;
  padding: 30px 0 0 20px; }
  .carta-docente-box h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    margin-bottom: 20px;
    color: #0751B0; }
  .carta-docente-box p {
    font-size: 1.2rem;
    line-height: 1.4;
    flex: 1; }
  .carta-docente-box .carta-docente-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .carta-docente-box .carta-docente-img {
    flex: 1;
    display: flex;
    align-self: flex-end;
    max-width: 420px; }
  @media (max-width: 576px) {
    .carta-docente-box {
      padding: 20px 20px 0 20px; }
      .carta-docente-box .carta-docente-content-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .carta-docente-box h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04;
        margin-bottom: 20px; }
      .carta-docente-box p {
        font-size: 1rem;
        line-height: 1.4; }
      .carta-docente-box .carta-docente-img {
        max-width: 320px;
        margin-right: -20px; } }

.offer-intro p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  line-height: 1.2; }

.cta-cart {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .cta-cart {
      justify-content: center; } }

.advantages-list-wrapper ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 10px; }
  @media (max-width: 576px) {
    .advantages-list-wrapper ul {
      gap: 10px; } }
  .advantages-list-wrapper ul li {
    display: flex;
    gap: 5px;
    flex: 1 0 calc(33% - 10px);
    align-items: flex-start; }
    @media (max-width: 767px) {
      .advantages-list-wrapper ul li {
        flex: 1 0 calc(33% - 10px); } }
    @media (max-width: 576px) {
      .advantages-list-wrapper ul li {
        flex: 1 0 100%; } }
.advantages-list-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin-top: 20px; }
.advantages-list-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  line-height: 1.1;
  font-weight: 700; }
.advantages-list-wrapper span {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 400;
  line-height: 1.1; }
.advantages-list-wrapper .advantages-icon {
  width: 44px;
  height: 44px;
  max-width: 44px;
  display: flex;
  background: #FF9432;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-radius: 60px; }

.advantages-list.outline li {
  align-items: center;
  border-right: 1px solid #D4D7E5;
  padding-right: 5px; }
  .advantages-list.outline li:last-child {
    border-right: 0; }
  @media (max-width: 576px) {
    .advantages-list.outline li {
      flex: 1;
      padding-right: 5px; } }
  @media (max-width: 375px) {
    .advantages-list.outline li .advantages-list-wrapper ul li {
      flex: 1 0 100%; } }
.advantages-list.outline .advantages-icon-outline {
  width: 44px;
  height: 44px;
  max-width: 44px;
  display: flex;
  background: none;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex: 1; }

.devices-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap; }
  .devices-list li {
    display: flex;
    align-items: center;
    gap: 5px; }
    .devices-list li h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      line-height: 0.98;
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
      text-transform: uppercase; }
  .devices-list .device-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    display: flex;
    background: #FF9432;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 60px; }
    .devices-list .device-icon img {
      width: 100%;
      margin: 0;
      padding: 2px; }

.delivery-terms {
  display: flex;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  line-height: 1.2; }

.gift-details-wrapper .description-item-wrapper .description-text {
  margin: 0;
  padding: 0;
  background: #F9FAFF;
  border-radius: 0; }
  .gift-details-wrapper .description-item-wrapper .description-text ul {
    list-style: none; }
    .gift-details-wrapper .description-item-wrapper .description-text ul li {
      border-bottom: 1px solid #D4D7E5;
      padding-bottom: 5px;
      margin-bottom: 5px; }
.gift-details-wrapper .small-dida {
  margin-bottom: 0; }
.gift-details-wrapper .gift-description {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #F9FAFF;
  margin: 20px 0 0;
  border-radius: 8px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .gift-details-wrapper .gift-description {
      flex-direction: column;
      gap: 10px; } }

.long-description-content {
  display: flex;
  gap: 20px;
  padding: 0;
  background: #FFFFFF;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%; }
  .long-description-content .description-item-visual, .long-description-content .description-text {
    flex: 1;
    margin: 0;
    padding: 0; }
  @media (max-width: 576px) {
    .long-description-content {
      flex-direction: column;
      gap: 10px; } }

.min-price {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }
  .min-price span {
    font-size: 1.25rem;
    color: #653CBD;
    font-weight: 700;
    display: inline-flex;
    margin-left: 3px; }

.payment-list-wrapper {
  display: flex;
  padding: 10px;
  background: #F9FAFF;
  border-radius: 10px;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .payment-list-wrapper {
      flex-direction: column;
      gap: 0;
      justify-content: center;
      margin-top: 20px; } }
  .payment-list-wrapper .payments-intro {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px; }
    @media (max-width: 576px) {
      .payment-list-wrapper .payments-intro {
        justify-content: center; } }
  .payment-list-wrapper ul.payment-methods-list {
    list-style: none;
    display: flex;
    flex: 1;
    align-items: center;
    gap: 20px;
    justify-content: flex-end; }
    @media (max-width: 576px) {
      .payment-list-wrapper ul.payment-methods-list {
        justify-content: center; } }
    .payment-list-wrapper ul.payment-methods-list li {
      flex: unset; }
  .payment-list-wrapper .payment-claim {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }

.scheda.offer.abb {
  display: grid;
  grid-template-areas: "visual title" "visual dati" "advantages dati";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 20px; }
  @media (max-width: 576px) {
    .scheda.offer.abb {
      display: grid;
      grid-template-areas: "title"  "visual"  "notes" "cta" "dati" "advantages";
      margin-bottom: 0;
      grid-template-columns: 1fr;
      gap: 5px 0; } }
  .scheda.offer.abb .visual-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0; }
    @media (max-width: 576px) {
      .scheda.offer.abb .visual-wrapper {
        max-width: 100%;
        margin: 0 auto; } }

.image-gallery {
  max-width: var(--main-image-width);
  text-align: center; }

.main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 8px;
  box-shadow: none; }

.thumbnail-container {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem; }

.thumbnail-container button {
  flex: 1;
  max-width: 25%;
  aspect-ratio: 4 / 3;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0;
  background-color: transparent;
  cursor: pointer; }

.thumbnail-container button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px; }

.thumbnail-container button:focus {
  outline: 1px solid #0A70F5;
  outline-offset: 1px; }

.thumbnail-container button[aria-current="true"] {
  border-color: transparent; }

.upselling-items-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap; }
  .upselling-items-wrapper .card.offer .offer-visual .bkg {
    height: auto;
    padding: 0; }
  .upselling-items-wrapper .control {
    padding-left: 0;
    margin-bottom: 0; }
  .upselling-items-wrapper .card-smaller, .upselling-items-wrapper .card-medium {
    margin-left: 0; }
  .upselling-items-wrapper .plus-icon {
    font-size: 50px;
    color: #3E4265;
    margin: 10px;
    position: absolute;
    top: 20%;
    z-index: 999;
    margin: 0; }
    @media (max-width: 767px) {
      .upselling-items-wrapper .plus-icon {
        font-size: 32px; } }
  .upselling-items-wrapper .product {
    flex: 1;
    position: relative;
    max-width: 325px; }
    @media (max-width: 767px) {
      .upselling-items-wrapper .product {
        flex: 1 0 calc(50% - 20px); } }
    @media (max-width: 375px) {
      .upselling-items-wrapper .product {
        flex: 1 0 100%; } }
  .upselling-items-wrapper .offer-visual {
    background: none; }
  .upselling-items-wrapper .card, .upselling-items-wrapper .choices-wrapper {
    background: none;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-radius: 9px;
    color: #14142B;
    width: 100%;
    height: auto;
    max-width: 100%;
    font-size: 0.875rem;
    border: 0;
    max-height: 210px; }
  .upselling-items-wrapper .offer.abb .list-visual li:nth-child(1) img, .upselling-items-wrapper .offer.coll .list-visual li:nth-child(1) img {
    border-radius: 9px;
    width: 81%;
    align-self: flex-end;
    display: flex;
    margin: auto; }
  .upselling-items-wrapper .product-details {
    text-align: center;
    margin-bottom: 20px; }

.total-wrapper {
  display: flex;
  gap: 20px;
  align-items: center; }

.product-details h3 {
  margin: 0;
  font-size: 1rem; }

.product-details p {
  margin: 5px 0;
  font-size: .875rem; }

.price {
  font-weight: bold; }

.plus-icon {
  font-size: 54px;
  color: #3E4265;
  margin: 10px; }
  @media (max-width: 576px) {
    .plus-icon {
      font-size: 32px; } }

.total {
  text-align: center;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }
  @media (max-width: 576px) {
    .total {
      flex-direction: column;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; } }

.total span {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  color: #653CBD; }

.total-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: -20px;
  background: #F9FAFF;
  border-top: 2px solid #FFFFFF;
  padding: 20px;
  justify-content: center; }

#productConfig h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin-bottom: 10px; }
#productConfig label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  text-transform: uppercase; }
#productConfig .price-wrapper {
  font-size: 2.25rem;
  font-weight: 700;
  color: #653CBD; }
#productConfig .final-price-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 767px) {
    #productConfig .final-price-wrapper {
      gap: 0;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 20px; } }
#productConfig .fullprice {
  display: flex;
  gap: 3px;
  text-decoration: line-through;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  color: #3E4265;
  font-weight: 400; }
  #productConfig .fullprice .price, #productConfig .fullprice .unit {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    line-height: 1;
    color: #585C7B;
    font-weight: 400; }
#productConfig .fullprice-wrapper {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 1; }
#productConfig .cta-cart {
  flex: 1;
  width: 100%; }
  #productConfig .cta-cart button {
    width: 100%; }
    @media (max-width: 767px) {
      #productConfig .cta-cart button {
        margin: 0 auto; } }
    @media (max-width: 576px) {
      #productConfig .cta-cart button {
        margin: 0 auto;
        width: max-content; } }

.description-item-wrapper.devices {
  display: flex;
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(180deg, rgba(255, 148, 50, 0.1) 0%, rgba(226, 108, 136, 0.1) 49.96%, rgba(136, 80, 255, 0.1) 100%); }
  .description-item-wrapper.devices .devices-content-wrapper {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column; }
  .description-item-wrapper.devices .devices-list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .description-item-wrapper.devices h4 {
    font-weight: 400; }
  .description-item-wrapper.devices p {
    text-align: center; }
  .description-item-wrapper.devices .appstores-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; }

.grid-items-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .grid-items-wrapper ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    .grid-items-wrapper ul li {
      display: flex;
      flex-direction: column;
      flex: 1 0 33%;
      max-width: calc(33% - 20px);
      border-radius: 10px;
      background: #F9FAFF;
      overflow: hidden; }
      .grid-items-wrapper ul li .related-content-wrapper {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 10px; }
      @media (max-width: 767px) {
        .grid-items-wrapper ul li {
          flex: 1 0 50%;
          max-width: calc(50% - 10px); } }
      @media (max-width: 576px) {
        .grid-items-wrapper ul li {
          flex: 1 0 100%;
          max-width: 100%; } }
      .grid-items-wrapper ul li img {
        width: 100%; }

@media (max-width: 576px) {
  .scheda .choice .discount-wrapper {
    padding: 8px;
    max-width: 50%;
    text-align: center;
    line-height: 1.1;
    flex: 1;
    justify-content: center; } }
@media (max-width: 480px) {
  .scheda .choice .discount-wrapper {
    max-width: max-content;
    text-align: center;
    flex: 1; } }

.gifts-list.one-item .related-item-wrapper {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .gifts-list.one-item .related-item-wrapper {
      flex-direction: column; } }
.gifts-list.one-item img, .gifts-list.one-item .related-content-wrapper {
  display: flex;
  flex: 1; }
.gifts-list.one-item li {
  flex: 1;
  max-width: 50%; }
  @media (max-width: 1024px) {
    .gifts-list.one-item li {
      max-width: 100%; } }

@media (max-width: 576px) {
  .container-base.related-grid-container {
    padding: 0;
    margin-bottom: 0; } }

.attivazione-digitale .scheda.offer {
  display: flex; }
.attivazione-digitale .scheda-main {
  display: flex;
  flex-wrap: wrap; }
.attivazione-digitale .activation-form-wrapper {
  background: #F9FAFF;
  margin: 15px 0 0;
  padding: 20px; }
  .attivazione-digitale .activation-form-wrapper .cta-wrapper {
    margin-top: 20px; }
.attivazione-digitale .attivazione-wrapper .section-title {
  color: #14142B; }
.attivazione-digitale .cta-wrapper {
  max-width: max-content;
  margin: 0 auto; }
@media (max-width: 767px) {
  .attivazione-digitale header nav .container.flex {
    padding: 0 0 20px; }
  .attivazione-digitale .breadcrumb {
    padding: 10px 0; }
  .attivazione-digitale .main-visual-wrapper {
    max-width: 200px;
    margin: 0 auto; }
  .attivazione-digitale .scheda.offer {
    background: #F9FAFF; }
  .attivazione-digitale .cta-wrapper {
    max-width: 80%;
    margin: 0 auto; } }
@media (max-width: 576px) {
  .attivazione-digitale .main-visual-wrapper {
    display: flex !important; }
  .attivazione-digitale .section-title, .attivazione-digitale .section-title.new {
    font-size: 1.125rem;
    line-height: 1.1; } }

/* styles 2025-07 */
.description-item-visual, .description-content {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .description-item-visual .magazine-detail, .description-content .magazine-detail {
    width: 100%; }

.description-wrapper-2col {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0 0 30px 0;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  .description-wrapper-2col.img-right {
    flex-direction: row-reverse; }
    @media (max-width: 576px) {
      .description-wrapper-2col.img-right {
        flex-direction: column; } }
  @media (max-width: 576px) {
    .description-wrapper-2col {
      flex-direction: column; } }

.description-text.full-width {
  width: 100%; }

.piano-opera-wrapper {
  padding: 20px;
  background: #EFF2FC;
  border-radius: 8px; }

/* styles 2025-07 */
.gifts-list.one-item .related-item-wrapper {
  padding: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column; }

.carta-docente-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px; }

/* styles 2025-08 */
.scheda .container-base.description-wrapper {
  margin: 0 auto 10px; }
.scheda .devices-content-wrapper h2 {
  border-bottom: 0;
  padding-bottom: 0; }
.scheda .description-wrapper h2, .scheda .collection-description-wrapper h2, .scheda .coll-desc-wrapper h2, .scheda .scheda-coll #advantages-list.description-wrapper h2 {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #653CBD; }
.scheda .description-wrapper p, .scheda .description-content p {
  margin-bottom: 15px; }
.scheda .description-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase; }
.scheda .description-item-wrapper h3 {
  padding-bottom: 15px; }
.scheda .description-text .info-list li:last-child {
  padding-bottom: 10px; }
.scheda .description-text img {
  width: 100%;
  max-width: 450px;
  margin: 20px 0; }
  @media (max-width: 576px) {
    .scheda .description-text img {
      max-width: 100%; } }
.scheda .description-item-visual.linear {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 20px 0;
  gap: 20px; }
  @media (max-width: 576px) {
    .scheda .description-item-visual.linear {
      flex-direction: column; } }
  .scheda .description-item-visual.linear .desc-img {
    display: flex;
    flex: 1;
    width: 100%; }

.fluidimg {
  max-width: calc(var(--w) * 1px);
  width: 100%;
  height: auto; }

/* styles 2025-09 */
.scheda .video-wrapper {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 30px 0; }

.scheda .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* Rapporto 16:9 */ }

.scheda .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.description-wrapper h2, .collection-description-wrapper h2, .coll-desc-wrapper h2 {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #653CBD; }

.scheda-coll #advantages-list.description-wrapper h2 {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #653CBD; }

.grid-items-heading.centered {
  justify-content: center;
  display: flex;
  flex-direction: column; }

.configurator-heading-wrapper .nav-pills .nav-link, .configurator-heading-wrapper .nav-pills .nav-link.active, .configurator-heading-wrapper .nav-pills .show > .nav-link {
  color: #14142B;
  background-color: transparent;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  line-height: normal; }
.configurator-heading-wrapper .nav-pills .nav-link.disabled {
  color: #777777; }
@media (max-width: 767px) {
  .configurator-heading-wrapper .nav-pills .nav-link {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .configurator-heading-wrapper .nav-pills .nav-link.active {
    border-bottom: 1px solid #0A70F5;
    border-radius: 0; } }

.configurator-data-wrapper .progress {
  border: 1px solid #8850FF;
  background-color: #FFFEFA;
  margin: 0 0 30px;
  height: 10px;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .configurator-data-wrapper .progress .progress-bar {
    background-color: #0A70F5; }

.scrolling {
  height: 3000px; }

.recap-wrapper {
  position: sticky;
  top: 240px;
  align-self: flex-start;
  z-index: 1200; }
  @media screen and (max-width: 768px) {
    .recap-wrapper {
      margin-left: 0; } }

.cart .recap-wrapper {
  position: sticky;
  top: 240px;
  align-self: flex-start;
  z-index: 1200; }
  @media screen and (max-width: 768px) {
    .cart .recap-wrapper {
      margin-left: 0; } }

.steps .recap-wrapper {
  position: relative;
  top: 0; }
  @media screen and (max-width: 768px) {
    .steps .recap-wrapper {
      position: fixed;
      margin-left: 0; } }

.cart .promo-amount {
  color: #B50404; }

.recap {
  z-index: 200;
  transition: .5s; }
  .recap:before {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: url("../img/bkg-recap.svg") no-repeat top center;
    background-size: cover; }
  .recap:after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: url("../img/bkg-recap.svg") no-repeat bottom center;
    background-size: cover; }
  @media screen and (max-width: 768px) {
    .recap {
      position: fixed;
      top: unset;
      bottom: 0;
      height: 240px;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0 0 0 -30px;
      display: block;
      /*  @media screen and (max-width: 320px) {
       top: calc(100vh - 300px);  
           }*/ }
      .recap:before {
        background: url("../img/bkg-recap-wide.svg") no-repeat top center;
        background-size: auto; }
      .recap:after {
        background: url("../img/bkg-recap-wide.svg") no-repeat bottom center;
        background-size: auto; } }
  @media screen and (max-width: 768px) and (max-width: 576px) {
    .recap {
      top: unset;
      bottom: 0;
      height: 250px; } }

.recap.open {
  top: 245px;
  transition: .5s; }
  @media screen and (max-width: 576px) {
    .recap.open {
      top: 150px; } }

@media screen and (max-width: 576px) {
  .recap.initial {
    top: 150px; } }

@media screen and (max-width: 576px) {
  .workflow.logged .recap.initial, .workflow.logged .recap.open {
    top: 50vh; } }
@media screen and (max-width: 340px) {
  .workflow.logged .recap.initial, .workflow.logged .recap.open {
    top: 38vh; } }

@media screen and (max-width: 576px) {
  .workflow.logged .recap, .workflow.logged .recap {
    top: calc(100vh - 270px); } }
@media screen and (max-width: 340px) {
  .workflow.logged .recap, .workflow.logged .recap {
    top: calc(100vh - 270px); } }

.recap-inner {
  position: relative;
  border-right: 3px solid #653CBD;
  border-left: 1px solid #653CBD;
  padding: 16px 20px 0;
  background: #FFFFFF;
  height: auto;
  overflow-y: auto; }
  @media screen and (max-width: 768px) {
    .recap-inner {
      border-right: 0;
      border-left: 0;
      height: 100vh;
      overflow-y: auto;
      margin-bottom: 200px;
      padding-bottom: 500px; } }

@media screen and (max-width: 768px) {
  .cart .recap-inner {
    padding-top: 0; } }

.recap-expander {
  position: relative;
  padding: 10px 0 0;
  background: #FFFEFA;
  height: auto;
  margin: auto;
  color: #653CBD;
  display: none;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }
  .recap-expander:before {
    content: 'Mostra dettagli';
    display: inline-block; }
  .recap-expander:after {
    content: '';
    background: url("../icons/ico-arrow-recap.svg") no-repeat center center;
    width: 15px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
    transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .recap-expander {
      display: block; } }

.payment .recap-expander {
  padding: 0; }

.recap-expander.open, .recap-expander.start {
  display: none; }
  .recap-expander.open:before, .recap-expander.start:before {
    content: 'Nascondi dettagli';
    display: inline-block; }
  .recap-expander.open:after, .recap-expander.start:after {
    content: '';
    background: url("../icons/ico-arrow-recap.svg") no-repeat center center;
    width: 15px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
    transition: 0.5s;
    transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .recap-expander.open, .recap-expander.start {
      display: block; } }

@media screen and (max-width: 768px) {
  .recap.initial {
    display: block; } }
@media screen and (max-width: 576px) {
  .recap.initial .recap-expander::before {
    content: 'Nascondi dettagli';
    display: inline-block; }
  .recap.initial .recap-expander::after {
    content: '';
    background: url("../icons/ico-arrow-recap.svg") no-repeat center center;
    width: 15px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
    transition: 0.5s;
    transform: rotate(180deg); } }

.recap-amount h2 {
  font-size: 1rem; }
.recap-amount .price, .recap-amount .unit, .recap-amount .timeframe {
  font-size: 3rem;
  color: #653CBD;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1; }
.recap-amount .timeframe {
  font-size: 1rem; }
.recap-amount .delivery-charges {
  font-size: 0.875rem; }
.recap-amount .vat-label {
  font-size: 0.75rem;
  color: #653CBD; }
@media screen and (max-width: 768px) {
  .recap-amount h2 {
    font-size: 1.2rem; }
  .recap-amount .price, .recap-amount .unit, .recap-amount .timeframe {
    font-size: 1.875rem; }
  .recap-amount .timeframe {
    font-size: 0.875rem; }
  .recap-amount .delivery-charges {
    font-size: 0.875rem;
    line-height: 1; }
  .recap-amount .vat-label {
    font-size: 0.75rem; } }
  @media screen and (max-width: 768px) and (max-width: 400px) {
    .recap-amount .vat-label {
      display: inline-flex;
      align-self: flex-start; } }

.delivery-charges, .vat-label {
  display: block; }
  @media screen and (max-width: 576px) {
    .delivery-charges, .vat-label {
      display: inline-block; } }

.recap-totals {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .recap-totals {
      flex-direction: column;
      border-bottom: 1px solid #C2C2C2;
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.cart .recap-totals {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .cart .recap-totals {
      margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .cart .recap, .cart.logged .recap {
    height: 160px;
    top: unset;
    bottom: 0; } }

@media screen and (max-width: 768px) {
  .cart .recap.promo, .cart .logged.promo {
    height: 230px;
    top: unset;
    bottom: 0; } }

@media screen and (max-width: 768px) {
  .workflow .recap-totals {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; } }

.workflow .recap-amount {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.recap-cta {
  margin-bottom: 10px; }
  .recap-cta .btn-primary, .recap-cta .btn-primary.disabled, .recap-cta .btn-primary:hover, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.22;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .recap-cta {
      width: auto; }
      .recap-cta .btn-primary, .recap-cta .btn-primary.disabled, .recap-cta .btn-primary:hover, .recap-cta .btn-primary.disabled:hover, .recap-cta .btn-primary.disabled:focus {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.22;
        width: auto;
        display: inline-block;
        margin: 0 auto;
        line-height: 1;
        font-size: .875rem;
        padding: 7px; } }

@media screen and (max-width: 768px) {
  .recap-amount, .recap-cta {
    flex: 0 1 50%;
    border: 0;
    margin: 0;
    padding: 0; } }

@media screen and (max-width: 768px) {
  .workflow .recap-amount, .workflow .recap-cta {
    flex: 0 1 100%;
    align-items: flex-start !important;
    margin: 0 !important; } }

@media screen and (max-width: 768px) {
  .recap-cta {
    text-align: center; } }

.recap h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #653CBD; }

.item-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.item-title-wrapper, .item-duration-wrapper, .item-upselling-wrapper, .item-gift-wrapper {
  display: none; }

.recap-item-title {
  display: flex;
  flex-direction: column; }

.recap-item-issues {
  color: #653CBD;
  font-weight: 700; }

.recap .btn-remove {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end; }
  .recap .btn-remove:before {
    content: '';
    display: inline-block;
    background: url("../icons/ico-trash.svg") no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 5px; }

.edicola-icon {
  display: inline-block;
  background: url("../icons/ico-edicola-blue.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0; }

.gift-icon {
  display: inline-block;
  background: url("../icons/ico-gift-blue.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0; }

.error, .promo-code-wrapper {
  width: 100%; }

.promo-wrapper {
  position: relative;
  padding: 10px 30px;
  background: #653CBD;
  /* The Fallback */
  background: rgba(101, 60, 189, 0.15);
  border: 1px solid #C2C2C2;
  margin: 10px -20px; }
  @media screen and (max-width: 900px) {
    .promo-wrapper {
      padding: 10px; } }
  .promo-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 0.875rem;
    text-align: center;
    padding: 5px; }
  .promo-wrapper input {
    background: #f9f9f9;
    /* The Fallback */
    background: #f9f9f9;
    border-radius: 50px;
    border-color: #C2C2C2;
    padding-left: 15px;
    border-right: 0;
    font-size: 1rem; }
  .promo-wrapper input:focus {
    background: #FFFFFF;
    border-radius: 50px;
    border-color: #653CBD; }
  .promo-wrapper .promo-error {
    display: none;
    color: #B50404;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    margin: 5px; }

.registration-link-wrapper {
  position: relative;
  padding: 10px 30px 20px;
  background: #24CE85;
  /* The Fallback */
  background: #24ce85;
  margin: 10px -20px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 900px) {
    .registration-link-wrapper {
      padding: 10px 10px 20px; } }
  .registration-link-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.22;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 5px; }

.login-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  text-align: center;
  margin-bottom: 10px; }
.login-wrapper label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #777777;
  text-transform: uppercase; }
.login-wrapper input {
  border-color: #3DC5FF; }
.login-wrapper a i {
  left: -40px;
  top: 6px;
  z-index: 33; }
.login-wrapper .input-group-addon {
  position: relative; }

.input-group-addon {
  position: relative; }
  .input-group-addon a i {
    left: -40px;
    top: 0;
    z-index: 33;
    bottom: 0;
    margin: auto; }

.logged-cta {
  text-align: center;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .logged-cta {
      position: absolute;
      top: 0;
      right: 0; } }
  .logged-cta .btn-primary, .logged-cta .btn-primary:hover, .logged-cta .btn-primary:focus, .logged-cta a.btn-primary:not([href]), .logged-cta a.btn-primary:not([href]):hover, .logged-cta a.btn-primary:not([href]):focus {
    color: #FFFEFA;
    border-color: #653CBD;
    background: #653CBD;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 7px 12px; }

.cart.logged .logged-cta {
  text-align: center;
  padding: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .cart.logged .logged-cta {
      padding: 20px; } }

.workflow.steps .recap-inner .logged-cta .btn-primary, .workflow.steps .recap-inner .logged-cta .btn-primary:hover, .workflow.steps .recap-inner .logged-cta .btn-primary:focus {
  display: inline-block;
  width: auto;
  min-width: 160px;
  font-size: 1rem;
  line-height: 1.1; }

.promo-total-code-wrapper, .full-price-wrapper {
  display: flex;
  justify-content: space-between; }

.promo-amount, .promo-code {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }

.promo-code-label-wrapper, .promo-amount {
  color: #B50404; }

.promo-totals {
  display: flex;
  flex-direction: column; }
  .promo-totals .full-price-wrapper, .promo-totals .full-price-data {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #777777; }
    .promo-totals .full-price-wrapper .price, .promo-totals .full-price-wrapper .unit, .promo-totals .full-price-data .price, .promo-totals .full-price-data .unit {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9;
      color: #777777; }

.rinnovi .recap-inner .promo-code-label-wrapper, .promo-amount {
  color: #FFFFFF; }

@media (max-width: 576px) {
  .workflow.steps.rinnovi.pagamento .recap {
    top: unset;
    height: 160px;
    bottom: 0; } }
.workflow.steps.rinnovi.pagamento .recap .promo-totals {
  border: 0; }

@media (max-width: 576px) {
  .workflow.steps.rinnovi.pagamento .recap.open {
    top: 150px; } }
.workflow.steps.rinnovi.pagamento .recap.open .promo-totals {
  border: 0; }

.rinnovi.riepilogo .recap-expander {
  display: none !important; }

.rinnovi.pagamento .recap-expander {
  padding: 0; }

.riepilogo .promo-totals {
  display: flex;
  flex-direction: column;
  border: 0;
  margin-bottom: 0;
  padding: 15px 0 0; }
  @media screen and (max-width: 576px) {
    .riepilogo .promo-totals {
      padding: 10px 0; } }
  .riepilogo .promo-totals .promo-code-label-wrapper, .riepilogo .promo-totals .promo-amount {
    color: #FFFFFF; }
  .riepilogo .promo-totals .full-price-wrapper, .riepilogo .promo-totals .full-price-data {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #777777; }
    .riepilogo .promo-totals .full-price-wrapper .price, .riepilogo .promo-totals .full-price-wrapper .unit, .riepilogo .promo-totals .full-price-data .price, .riepilogo .promo-totals .full-price-data .unit {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9;
      color: #777777; }

.promo.cta-remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px; }
  .promo.cta-remove a {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    color: #777777; }

@media screen and (max-width: 576px) {
  .workflow.steps .recap-amount .price, .workflow.steps .recap-amount .unit, .workflow.steps .recap-amount .timeframe {
    font-size: 1.5rem; } }

.workflow.steps header nav .container.flex, .ar header nav .container.flex, .bollettino header nav .container.flex {
  padding: 0;
  border-bottom: 0; }
  @media (max-width: 576px) {
    .workflow.steps header nav .container.flex, .ar header nav .container.flex, .bollettino header nav .container.flex {
      padding: 0 0 10px; } }
.workflow.steps .backlink.small-text, .ar .backlink.small-text, .bollettino .backlink.small-text {
  margin: 20px auto0;
  display: inline-block; }
  @media (max-width: 768px) {
    .workflow.steps .backlink.small-text, .ar .backlink.small-text, .bollettino .backlink.small-text {
      margin: 0; } }
.workflow.steps .recap, .ar .recap, .bollettino .recap {
  top: calc(100vh - 270px); }
  .workflow.steps .recap a, .workflow.steps .recap a:hover, .workflow.steps .recap a:focus, .ar .recap a, .ar .recap a:hover, .ar .recap a:focus, .bollettino .recap a, .bollettino .recap a:hover, .bollettino .recap a:focus {
    color: #FFFFFF; }
.workflow.steps .recap.open, .ar .recap.open, .bollettino .recap.open {
  top: 150px; }

.workflow.steps, .ar {
  /*    .logged-cta {
      display: block;
      background: $basepurple;
      padding: 10px 16px 20px;
      @media (max-width: 768px) {
      position: fixed!important;
      bottom: 0;
      right: 0;
      left: 0;
      top: unset;
      width: 100%;  
      display: block;
      }
      .btn-primary, .btn-primary:hover, .btn-primary:focus, a.btn-primary:not([href]), a.btn-primary:not([href]):hover, a.btn-primary:not([href]):focus {
      color: $fullwhite;
      border-color: $baseorange;
      background: $baseorange;
      text-decoration: none;
      font-size: 0.876rem;
      padding: 7px 20px;
      @media (max-width: 576px) {
      padding: 10px 20px;
      width: auto;
      display: inline-block;
      min-width: 160px;
          font-size: 1.25rem!important;
          line-height: 1!important;
  }
  }
  }*/ }
  @media (max-width: 576px) {
    .workflow.steps .recap, .ar .recap {
      top: calc(100vh - 250px); } }
  .workflow.steps .recap-expander.start::before, .workflow.steps .recap-expander:before, .ar .recap-expander.start::before, .ar .recap-expander:before {
    content: ''; }
  .workflow.steps .recap-expander.start.open::before, .workflow.steps .recap-expander.open:before, .ar .recap-expander.start.open::before, .ar .recap-expander.open:before {
    content: ''; }
  .workflow.steps .recap-expander, .ar .recap-expander {
    background: #653CBD;
    color: #FFFFFF; }
  .workflow.steps .recap::before, .ar .recap::before {
    background: url("../img/bkg-recap-on.svg") no-repeat top center; }
    @media (max-width: 768px) {
      .workflow.steps .recap::before, .ar .recap::before {
        background: url("../img/bkg-recap-wide-on.svg") no-repeat top center; } }
  .workflow.steps .recap::after, .ar .recap::after {
    background: url("../img/bkg-recap-on.svg") no-repeat bottom center; }
    @media (max-width: 768px) {
      .workflow.steps .recap::after, .ar .recap::after {
        background: url("../img/bkg-recap-wide-on.svg") no-repeat bottom center; } }
  .workflow.steps .recap-expander.open::after, .ar .recap-expander.open::after {
    transform: rotate(180deg); }
  .workflow.steps .recap-expander::after, .workflow.steps .recap-expander.start::after, .ar .recap-expander::after, .ar .recap-expander.start::after {
    transform: rotate(0deg); }
  .workflow.steps .recap-inner, .ar .recap-inner {
    background: #653CBD;
    color: #FFFFFF; }
  .workflow.steps .recap-list, .ar .recap-list {
    display: flex;
    flex-direction: column;
    gap: 10px; }

/*.workflow.steps .logged-cta {
    display: none;
    @media screen and (max-width: 768px) {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
        }
}
.workflow.steps .logged-cta.desktop {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    width: 100%;
    padding: 30px !important;
    display: block !important;
    @media (max-width: 768px) {
    display: none!important;
}
}*/
@media (max-width: 768px) {
  .workflow.steps .recap-expander.open::after, .workflow.steps .recap-expander.start::after, .ar .recap-expander.open::after, .ar .recap-expander.start::after {
    background: url("../icons/ico-arrow-recap-on.svg") no-repeat center center; }
  .workflow.steps .recap-expander::after, .ar .recap-expander::after {
    content: '';
    background: url("../icons/ico-arrow-recap-on.svg") no-repeat center center; } }

.workflow.steps .recap-amount .price, .workflow.steps .recap-amount .unit, .workflow.steps .recap-amount .timeframe, .workflow.steps .recap-amount .vat-label, .ar .recap-amount .price, .ar .recap-amount .unit, .ar .recap-amount .timeframe, .ar .recap-amount .vat-label {
  color: #FFFFFF; }
.workflow.steps .recap-amount .vat-label, .ar .recap-amount .vat-label {
  display: inline; }
.workflow.steps .item-data-wrapper, .ar .item-data-wrapper {
  display: flex;
  flex-direction: column; }
.workflow.steps .recap-item, .ar .recap-item {
  padding-bottom: 10px;
  border-bottom: 0.5px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
.workflow.steps .item-duration-wrapper, .workflow.steps .item-upselling-wrapper, .workflow.steps .item-gift-wrapper, .ar .item-duration-wrapper, .ar .item-upselling-wrapper, .ar .item-gift-wrapper {
  display: flex; }
.workflow.steps .item-elements, .ar .item-elements {
  flex-direction: column;
  gap: 5px; }
.workflow.steps .recap-item-prices, .ar .recap-item-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
.workflow.steps .recap-amount, .ar .recap-amount {
  padding: 10px 20px 15px;
  border-bottom: 0.5px solid #FFFFFF;
  margin: 0 -20px 0; }
  @media (max-width: 768px) {
    .workflow.steps .recap-amount, .ar .recap-amount {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0 15px;
      text-align: right; }
      .workflow.steps .recap-amount h2, .workflow.steps .recap-amount .price-wrapper, .ar .recap-amount h2, .ar .recap-amount .price-wrapper {
        flex: 0 0 45%; }
      .workflow.steps .recap-amount .recap-expander, .ar .recap-amount .recap-expander {
        flex: 0 0 auto;
        align-self: center; }
      .workflow.steps .recap-amount h2, .ar .recap-amount h2 {
        text-align: left; } }
  @media (max-width: 576px) {
    .workflow.steps .recap-amount, .ar .recap-amount {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      gap: 10px; }
      .workflow.steps .recap-amount h2, .ar .recap-amount h2 {
        font-size: 1rem;
        flex: 0 0 35%; }
      .workflow.steps .recap-amount .price-wrapper, .ar .recap-amount .price-wrapper {
        flex: 0 0 55%;
        line-height: 1; } }
.workflow.steps .recap-item-title, .ar .recap-item-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-weight: 400; }
.workflow.steps .promocode-initial-total, .ar .promocode-initial-total {
  font-weight: 700; }
.workflow.steps .recap-items-wrapper, .ar .recap-items-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.workflow.steps .item-gift-wrapper, .workflow.steps .item-duration-wrapper, .ar .item-gift-wrapper, .ar .item-duration-wrapper {
  border-bottom: 0;
  margin-bottom: unset;
  padding-bottom: unset;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .workflow.steps .item-gift-wrapper h3, .workflow.steps .item-duration-wrapper h3, .ar .item-gift-wrapper h3, .ar .item-duration-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    color: #FFFFFF; }
.workflow.steps .edicola-icon, .ar .edicola-icon {
  background: url("../icons/ico-edicola-white.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px; }
.workflow.steps .gift-icon, .ar .gift-icon {
  background: url("../icons/ico-gift-white.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px; }
.workflow.steps .item-edicola-wrapper, .workflow.steps .item-gift-wrapper, .ar .item-edicola-wrapper, .ar .item-gift-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 5px; }
.workflow.steps .recap-inner, .ar .recap-inner {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (max-width: 768px) {
    .workflow.steps .recap-inner, .ar .recap-inner {
      padding-bottom: 200px;
      padding-top: 0; } }
.workflow.steps .recap .btn-remove::before, .ar .recap .btn-remove::before {
  background: url("../icons/ico-trash-white.svg") no-repeat center center;
  background-size: contain; }

@media (max-width: 767px) {
  .workflow.steps .recap-list, .workflow.steps .recap-list {
    display: none; } }

.workflow.steps.riepilogo .recap-expander {
  display: none; }
  @media screen and (max-width: 768px) {
    .workflow.steps.riepilogo .recap-expander {
      display: flex; } }

.workflow.steps.riepilogo .recap {
  height: 160px; }

@media screen and (max-width: 768px) {
  .workflow.steps .recap {
    top: unset;
    height: 210px;
    bottom: 0; }
  .workflow.steps .logged-cta {
    position: relative; } }

@media screen and (max-width: 768px) {
  .workflow.steps .recap.open .logged-cta {
    position: fixed; } }

@media screen and (max-width: 768px) {
  .workflow.steps .recap .recap-inner {
    overflow-y: hidden; } }

@media screen and (max-width: 768px) {
  .workflow.steps .recap.open .recap-inner {
    overflow-y: scroll; } }

.ar .recap-inner .address-data-wrapper {
  color: #FFFFFF;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .ar .recap-inner .address-data-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    color: #FFFFFF; }
  .ar .recap-inner .address-data-wrapper .address-details {
    color: #FFFFFF; }

@media screen and (max-width: 768px) {
  .workflow.steps.payment .recap {
    height: 140px; } }

.logged-cta-end {
  display: flex;
  margin: 20px auto 0;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  .logged-cta-end .backlink.small-text {
    display: inline-block !important;
    background: none;
    border: 0;
    padding: 0;
    font-size: 1rem;
    margin: 0 !important; }
  @media screen and (max-width: 768px) {
    .logged-cta-end {
      display: none; } }

.logged-cta-end a, .logged-cta-end a:hover, .logged-cta-end a:focus {
  background-color: #653CBD;
  margin: 0;
  border: 1px solid #653CBD;
  padding: 10px 30px;
  font-size: 1.25rem; }

.rinnovi.riepilogo .logged-cta-end a, .rinnovi.riepilogo .logged-cta-end a:hover, .rinnovi.riepilogo .logged-cta-end a:focus {
  background-color: #24CE85;
  margin: 0;
  border: 1px solid #24CE85;
  padding: 10px 30px;
  font-size: 1.25rem; }

.rinnovi.riepilogo .logged-cta-end .backlink.small-text, .rinnovi-riepilogo .logged-cta-end .backlink.small-text:hover, .rinnovi-riepilogo .logged-cta-end .backlink.small-text:focus {
  background: none;
  padding: 0;
  border: 0;
  font-size: 1rem; }

.rinnovi.monofferta .logged-cta-end, .rinnovi.multiofferta .logged-cta-end {
  display: flex; }

.login-registration-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 576px) {
    .login-registration-wrapper {
      flex-direction: column;
      align-items: center; } }

.promo-box-wrapper {
  margin: 10px 0 30px; }

@media (max-width: 768px) {
  .workflow.steps.rinnovi.riepilogo .recap, .workflow.steps.rinnovi.pagamento .recap {
    height: 160px; } }

@media (max-width: 768px) {
  .workflow.steps.rinnovi.pagamento .recap.promo {
    height: 210px; } }

.riepilogo .cart-col.second ul li {
  flex: unset !important; }

.upselling-wrapper h2 {
  font-size: 1.875rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #653CBD; }
.upselling-wrapper h3 {
  font-size: 1rem;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px; }

.upselling-offers-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.upselling.offer input[type="checkbox"] {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.upselling.offer {
  position: relative;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #653CBD;
  border-radius: 15px;
  width: 31%;
  padding: 10px; }
  @media (max-width: 1100px) {
    .upselling.offer {
      width: 47%; } }
  @media (max-width: 576px) {
    .upselling.offer {
      width: 100%; } }
  .upselling.offer .offer-visual {
    background: none; }
  .upselling.offer span.ellip {
    font-size: 1.25rem;
    text-transform: none;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center; }

.upselling.offer.checked {
  background: #653CBD;
  /* The Fallback */
  background: rgba(101, 60, 189, 0.1); }

.upselling label.checkbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  min-height: 280px; }
  @media (max-width: 767px) {
    .upselling label.checkbox {
      min-height: 300px; } }
  @media (max-width: 576px) {
    .upselling label.checkbox {
      min-height: unset; } }

.cta-add, .cta-remove {
  width: 100%;
  text-align: center; }

.upselling .data-title {
  height: 70px; }
  @media (max-width: 767px) {
    .upselling .data-title {
      height: 70px; } }
  @media (max-width: 576px) {
    .upselling .data-title {
      height: auto; } }

.upselling-data-wrapper {
  width: 100%; }
  @media (max-width: 1100px) {
    .upselling-data-wrapper {
      margin-bottom: 10px; } }
  .upselling-data-wrapper .duration {
    display: block;
    font-weight: 700;
    width: 100%;
    text-align: center; }
  .upselling-data-wrapper .issues {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

.upselling-timeframe {
  font-weight: 700;
  display: inline-block; }

.upselling-cta-wrapper {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: calc(100% - 20px); }

.upselling.card.offer.checked .cta-remove {
  display: block; }

.upselling.card.offer.checked .cta-add {
  display: none; }

.cta-add {
  display: block; }
  .cta-add .price, .cta-add .unit {
    font-weight: 700; }

.cta-remove {
  display: none; }
  .cta-remove:before {
    content: '';
    background: url("../icons/ico-trash.svg") no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block; }

.box-upselling-wrapper {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-direction: column; }
  @media (max-width: 576px) {
    .box-upselling-wrapper {
      flex-direction: column; } }

.profilo .box-upselling-wrapper {
  flex-direction: column; }
  @media (max-width: 767px) {
    .profilo .box-upselling-wrapper {
      flex-direction: row;
      margin-top: 20px; } }
  @media (max-width: 576px) {
    .profilo .box-upselling-wrapper {
      flex-direction: column;
      margin-top: 20px; } }

.box-upselling.emails {
  border: 1px solid #24CE85;
  border-radius: 9px;
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  min-width: auto; }
  @media (max-width: 767px) {
    .box-upselling.emails {
      min-width: auto;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .box-upselling.emails {
      width: 100%;
      max-width: 100%; } }
  .box-upselling.emails label {
    text-align: left; }
  .box-upselling.emails .base-form.row {
    flex-direction: column; }
  .box-upselling.emails h2 {
    color: #24CE85;
    margin-top: 10px; }
  .box-upselling.emails p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px; }
  .box-upselling.emails .btn.btn-outline-primary {
    width: max-content;
    margin: 0 auto;
    min-width: 100px; }

.box-upselling.poll {
  border: 1px solid #FF9432;
  border-radius: 9px;
  padding: 20px;
  text-align: center;
  background: #FFFFFF;
  min-width: auto; }
  @media (max-width: 767px) {
    .box-upselling.poll {
      min-width: auto;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .box-upselling.poll {
      width: 100%;
      max-width: 100%; } }
  .box-upselling.poll h2 {
    color: #FF9432;
    margin-top: 10px; }
  .box-upselling.poll p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #000000; }

.box-upselling h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.94; }
  @media (max-width: 767px) {
    .box-upselling h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9; } }

.box-upselling .small-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: left;
  padding-top: 10px; }

.promo-link-label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  text-align: left;
  padding-top: 10px; }

.upselling-items-wrapper .offer.all .bkg {
  max-width: 42%;
  height: 100% !important; }
.upselling-items-wrapper .offer.digitale .bkg {
  max-width: 42%;
  height: 100% !important; }

.hero-workflow {
  padding: 0 0 30px 0; }
  @media (max-width: 576px) {
    .hero-workflow {
      padding: 0 0 10px 0; } }

@media (max-width: 768px) {
  .workflow .form-wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 8px; } }

@media (max-width: 768px) {
  .cart-main, .registration-main {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 576px) {
  .cart-main, .registration-main {
    padding: 0; } }

@media (max-width: 768px) {
  .steps .cart-list-wrapper {
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ } }

.steps .cart-list-wrapper .item-offer-wrapper, .gift-address {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 8px;
  padding: 20px; }
  .steps .cart-list-wrapper .item-offer-wrapper .item-offer h2, .gift-address .item-offer h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    color: #000000; }

.cart-list-wrapper li > div:last-child {
  border: 0; }

.cart-list-wrapper .item-offer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px; }
  @media (max-width: 576px) {
    .cart-list-wrapper .item-offer {
      flex-direction: column;
      justify-content: flex-start;
      gap: 0; } }
  .cart-list-wrapper .item-offer h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    color: #0A70F5; }
    @media (max-width: 768px) {
      .cart-list-wrapper .item-offer h2 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 0.9;
        line-height: 1.1; } }
  .cart-list-wrapper .item-offer .merchant-wrapper {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1; }
  .cart-list-wrapper .item-offer .merchant-wrapper a {
    color: #000000;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14; }

.cart-col {
  height: 100%; }
  .cart-col .merchant-wrapper {
    border: 0; }

.cart-col.right {
  text-align: right; }
  @media (max-width: 576px) {
    .cart-col.right {
      text-align: left; } }

.field-wrapper.small-text {
  padding: 20px 10px 10px; }

.small-text.edicola {
  color: #3E4265; }

.cart-col .merchant-wrapper {
  min-height: unset; }

.item-offer .price, .item-offer .unit, .item-offer .timeframe, .item-offer .vat-label {
  color: #653CBD; }
.item-offer .vat-label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1; }
.item-offer .delivery-charges {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  line-height: 1; }
.item-offer .fullprice {
  color: #3E4265;
  font-size: 0.875rem; }
  .item-offer .fullprice .price, .item-offer .fullprice .unit {
    color: #3E4265; }

.cart-list-wrapper .item-details {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: 1px solid #D4D7E5;
  border-bottom: 1px solid #D4D7E5; }
  .cart-list-wrapper .item-details h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    color: #3E4265;
    margin-bottom: 5px;
    font-weight: 700; }
    @media (max-width: 576px) {
      .cart-list-wrapper .item-details h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265;
        font-weight: 700; } }
  .cart-list-wrapper .item-details .duration, .cart-list-wrapper .item-details .issues {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14; }
  .cart-list-wrapper .item-details .desc {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14;
    display: block;
    border-bottom: 0.5px solid #C2C2C2; }
  @media screen and (max-width: 576px) {
    .cart-list-wrapper .item-details {
      justify-content: flex-start;
      flex-direction: column;
      align-items: flex-start;
      gap: 5px; } }

.item-details .cart-col, .item-actions .cart-col {
  flex: 1 0 33%; }

@media screen and (max-width: 576px) {
  .item-actions .cart-col {
    flex: none; } }

.item-actions-list .cta-remove {
  text-align: right; }

/*.item-details .renew a::before {
    content: '?';
    display: inline-block;
    @include textXSmallBold;
    background: $fullblue;
    padding: 5px 8px;
    border-radius: 20px;
    color: $fullwhite;
    margin-right: 5px;
}*/
.cart-list-wrapper .item-options li {
  border: 0;
  padding: 0;
  margin: 0;
  align-content: center;
  display: flex;
  gap: 5px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .cart-list-wrapper .item-options li a {
    color: #000000; }

.cart-list-wrapper .item-actions {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 576px) {
    .cart-list-wrapper .item-actions {
      justify-content: space-between;
      flex-direction: row;
      align-items: flex-start;
      gap: 10px; } }
  @media screen and (max-width: 480px) {
    .cart-list-wrapper .item-actions {
      justify-content: space-between;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin: 0;
      padding: 0; } }

.item-actions-list {
  justify-content: space-between;
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 576px) {
    .item-actions-list {
      justify-content: space-between;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; } }
  .item-actions-list .riconfigura::before {
    content: '';
    background: url("../icons/ico-edit-grey.svg") no-repeat center center;
    background-size: auto;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block; }
  .item-actions-list .favs::before {
    content: '';
    background: url("../icons/ico-favs-grey.svg") no-repeat center center;
    background-size: auto;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block; }

.cart-list-wrapper .item-actions-list li {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.875rem; }
  .cart-list-wrapper .item-actions-list li a {
    color: #3E4265;
    font-weight: 700; }

.gift.mod .checkmark, .renew.mod .checkmark {
  background: none; }

.gift-address .gift.mod .checkmark {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .gift-address .gift.mod .checkmark .control__indicator {
    top: -15px;
    left: 10px; }
.gift-address .gift.mod .form-dida {
  margin: 0 0 0 30px; }

.gift-address .gift.mod .checkmark {
  margin: 0 15px 0 0;
  height: auto; }

.item-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  padding-right: 5px; }
  @media screen and (max-width: 576px) {
    .item-options {
      align-items: flex-start; } }

.backlink.small-text {
  margin: -40px 0 40px;
  display: block;
  position: relative;
  z-index: 33; }
  .backlink.small-text:before {
    content: '<';
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 576px) {
    .backlink.small-text {
      margin: 0 0 20px; } }

.steps-wrapper {
  margin: 30px auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1400px; }
  @media (max-width: 576px) {
    .steps-wrapper {
      margin: 30px 0 10px; } }
  .steps-wrapper .step-label {
    opacity: 0.7; }
  .steps-wrapper .steps-numbers-wrapper, .steps-wrapper .steps-numbers-wrapper h1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 10px;
    color: #3E4265;
    gap: 10px; }
    .steps-wrapper .steps-numbers-wrapper li, .steps-wrapper .steps-numbers-wrapper h1 li {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      gap: 5px;
      padding-top: 3px; }
    @media (max-width: 880px) {
      .steps-wrapper .steps-numbers-wrapper, .steps-wrapper .steps-numbers-wrapper h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265;
        font-size: 0.875rem; } }
  .steps-wrapper .step-item {
    align-items: center;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    color: #3E4265;
    text-transform: uppercase; }
    @media (max-width: 880px) {
      .steps-wrapper .step-item {
        flex-direction: column; } }
    @media (max-width: 576px) {
      .steps-wrapper .step-item {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265; } }
  .steps-wrapper .step-item.active {
    font-weight: 700;
    color: #000000; }
    .steps-wrapper .step-item.active .step-label {
      opacity: 1; }
  .steps-wrapper .step-item.done {
    font-weight: 700; }
    .steps-wrapper .step-item.done .step-label {
      opacity: 1; }
    .steps-wrapper .step-item.done a {
      display: flex;
      color: #FFFFFF;
      align-items: center;
      gap: 5px; }

/*.step-label {
    @media (max-width: 576px) {
         display: none;
}
}*/
@media (max-width: 576px) {
  .step-item.active .step-label {
    display: flex; } }

#step01, #step02, #step03, #step04 {
  padding-bottom: 5px;
  border-bottom: 3px solid #D4D7E5; }

#step01.active, #step01.done {
  border-bottom: 3px solid #653CBD; }

#step02.active, #step02.done {
  padding-bottom: 5px;
  border-bottom: 3px solid #FF9432; }

#step03.active, #step03.done {
  padding-bottom: 5px;
  border-bottom: 3px solid #3DC5FF; }

#step04.active, #step04.done {
  padding-bottom: 5px;
  border-bottom: 3px solid #24CE85; }

.privacy-data .field-wrapper {
  margin-bottom: 20px; }
.privacy-data h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 20px; }
.privacy-data h4 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase; }
.privacy-data p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }

.invoice-label-small {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: none;
  font-weight: 400; }

.login-data-labels li {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  flex-wrap: wrap; }
  .login-data-labels li span:last-child {
    font-weight: 700; }

.details-wrapper {
  margin: 20px 0 0 !important; }

.cart-list-wrapper li {
  margin-bottom: 30px;
  padding-bottom: 0; }

.address-list-heading {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  margin: 10px 0;
  text-transform: uppercase; }

.step-heading {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  margin: 0;
  padding: 0 0 16px;
  text-transform: uppercase; }

.addresses-list, .edicola-list, .payment-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  padding: 0 10px;
  border-bottom: 0; }
  .addresses-list h2, .edicola-list h2, .payment-list h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    padding: 20px 0; }

@media screen and (max-width: 576px) {
  .address-item {
    flex-direction: column; } }

.radio-wrapper {
  position: relative; }

.radio-group-inline.addresses-list > label, .radio-group-inline.edicola-list > label, .radio-group-inline.payment-list > label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #3E4265;
  text-transform: none;
  font-weight: 400;
  justify-content: space-between;
  padding: 20px; }
  .radio-group-inline.addresses-list > label .control__indicator, .radio-group-inline.edicola-list > label .control__indicator, .radio-group-inline.payment-list > label .control__indicator {
    top: 0;
    bottom: 0;
    margin: auto; }
  .radio-group-inline.addresses-list > label .address-label, .radio-group-inline.addresses-list > label .payment-label, .radio-group-inline.edicola-list > label .address-label, .radio-group-inline.edicola-list > label .payment-label, .radio-group-inline.payment-list > label .address-label, .radio-group-inline.payment-list > label .payment-label {
    padding-left: 15px; }
  .radio-group-inline.addresses-list > label .address-actions, .radio-group-inline.edicola-list > label .address-actions, .radio-group-inline.payment-list > label .address-actions {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex: 1 0 max-content;
    max-width: max-content; }
  .radio-group-inline.addresses-list > label .address-choice, .radio-group-inline.edicola-list > label .address-choice, .radio-group-inline.payment-list > label .address-choice {
    display: flex;
    gap: 5px; }

.addresses-list label.add:has(input[type="radio"]:checked) .control__indicator {
  content: '';
  background: url("../icons/icon-minus-white-circle.svg") no-repeat center center;
  background-size: 24px; }

.addresses-list label.add input:checked ~ .control__indicator::after {
  display: none; }

.addresses-list label:has(input[type="radio"]:checked) {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 8px;
  background: #FFFFFF; }

.action.edit, .action.remove {
  color: #3E4265;
  text-decoration: none;
  padding: 9px 20px;
  border: 1px solid #B4B7C9;
  border-radius: 4px; }

.action.edit::before {
  content: '';
  background: url("../icons/ico-edit.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7; }

.action.remove::before {
  content: '';
  background: url("../icons/ico-close-base.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7; }

.invoice-option {
  display: flex;
  gap: 20px;
  align-items: first baseline; }
  @media screen and (max-width: 576px) {
    .invoice-option {
      flex-direction: column;
      gap: 10px; } }

.invoice-option .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px; }
  .invoice-option .form-check .toggle.round::before {
    font-size: 0.875rem; }

.invoice-label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  display: flex;
  align-items: center; }

.address-item.add {
  color: #653CBD;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  border: 1px solid rgba(101, 60, 189, 0.5);
  border-radius: 8px;
  padding: 15px 19px !important;
  height: max-content;
  margin-bottom: 20px; }
  .address-item.add .control__indicator {
    border: 2px solid #653CBD; }

.control .new-address input {
  position: relative;
  z-index: 0;
  opacity: 1; }

.form-wrapper.new-address {
  margin-bottom: 10px; }

.workflow .form-wrapper.new-address {
  width: 100%; }
  @media (max-width: 768px) {
    .workflow .form-wrapper.new-address {
      background: none;
      padding: 0;
      border-radius: 0;
      -webkit-box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0px 0px 0px rgba(19, 16, 34, 0.1);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ } }

.new-address .cta-list a, .new-address .cta-list a:hover, .gift-address .cta-list a, .gift-address .cta-list a:hover {
  color: #0A70F5; }
.new-address .cta-list .btn-primary, .new-address .cta-list .btn-primary:hover, .gift-address .cta-list .btn-primary, .gift-address .cta-list .btn-primary:hover {
  color: #FFFFFF; }

.gift-address .cta-list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 0;
  margin-top: 20px;
  align-items: center; }

.gift-options.row {
  width: 100%;
  padding: 15px 0;
  margin: 20px 10px;
  border-top: 1px solid #C2C2C2; }
  @media (max-width: 767px) {
    .gift-options.row {
      gap: 20px; } }

.gift-options h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
  line-height: 1; }

.grafica-auguri-toggler {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  border-bottom: 1px solid #653CBD;
  padding-bottom: 10px;
  margin: 10px 0;
  position: relative; }
  .grafica-auguri-toggler:after {
    content: '';
    background: url("../icons/ico-arrow-down-purple.svg") no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 0; }

.auguri-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0; }
  .auguri-list .small-dida {
    text-transform: none;
    text-align: left;
    padding: 5px 0;
    font-weight: 400; }
  .auguri-list .auguri-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 10px; }
    .auguri-list .auguri-list-items label {
      padding: 0;
      margin: 0;
      width: calc(50% - 5px);
      justify-content: space-between; }
    .auguri-list .auguri-list-items input {
      position: absolute; }
    .auguri-list .auguri-list-items img {
      width: 100%; }

.auguri-mail-wrapper.row {
  padding: 10px 0; }
  @media (max-width: 1099px) {
    .auguri-mail-wrapper.row .multi-field-wrapper {
      flex-direction: column; } }

.auguri-item.active img {
  border: 1px solid #8850ff;
  padding: 5px; }

.ricerca-edicola {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
  margin: 0 0 20px; }
  .ricerca-edicola .edicola-address-search {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
    .ricerca-edicola .edicola-address-search input {
      border: 1px solid #C2C2C2;
      border-right: 0;
      background: #f9f9f9; }
    @media (max-width: 768px) {
      .ricerca-edicola .edicola-address-search {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 768px) {
    .ricerca-edicola {
      flex-direction: column; } }

.map {
  width: 100%;
  height: 460px;
  border: 1px solid #dcd4bf;
  background-color: #fff; }

.edicola-list .address-choice, .payment-choice {
  color: #000000; }

.payment-choice {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  position: relative; }

.payment-item {
  flex-direction: column; }

.radio-group-inline.payment-list > label .control__indicator {
  top: 3px;
  left: 0; }

.img-payment {
  justify-content: flex-end;
  display: flex;
  width: 140px;
  gap: 3px; }
  @media (max-width: 576px) {
    .img-payment {
      width: 110px; } }

.magazines-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px; }

.magazines-list li {
  display: block;
  border-bottom: 0.5px solid #C2C2C2;
  padding: 10px 0; }

.payment-item.cc.active .card-data-wrapper {
  display: flex; }

.payment-item.cc .card-data-wrapper {
  display: none; }

.card-data-wrapper input {
  opacity: 1;
  z-index: 0; }

.text-pa {
  margin: 20px auto;
  padding: 0;
  display: block;
  width: 100%; }

.garanzia-label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none; }

.privacy-dida {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  margin: 20px 0 10px;
  color: #B50404; }

.consenso-wrapper {
  margin: 10px 0; }
  .consenso-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14; }

.consenso-wrapper .checkbox-inline {
  text-transform: uppercase; }

.payment-data-wrapper {
  padding: 0;
  gap: 16px;
  display: flex;
  flex-direction: column; }

.payment-data {
  display: flex;
  gap: 10px;
  align-items: center; }

.payment-data-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #653CBD;
  text-transform: uppercase; }
.payment-data-wrapper .payment-ico img {
  padding: 5px;
  border: 1px solid #C2C2C2;
  border-radius: 5px; }
.payment-data-wrapper .cc-number {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  line-height: 1; }
.payment-data-wrapper .cc-date {
  line-height: 1;
  color: #3E4265;
  text-transform: uppercase; }
.payment-data-wrapper .payment-details {
  display: flex;
  flex-direction: column; }

.workflow.steps.riepilogo .logged-cta .btn-primary, .workflow.steps.riepilogo .logged-cta .btn-primary:hover, .workflow.steps.riepilogo .logged-cta .btn-primary:focus {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  font-size: 0.876rem;
  padding: 7px 20px; }

.workflow.steps.riepilogo .logged-cta-end .btn-primary, .workflow.steps.riepilogo .logged-cta-end .btn-primary:hover, .workflow.steps.riepilogo .logged-cta-end .btn-primary:focus {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 10px 30px; }

.cart-col.middle {
  word-break: break-word; }
  .cart-col.middle li {
    border-bottom: 0 !important; }

.cart-list-wrapper li {
  margin-bottom: 10px;
  padding-bottom: 0; }

.box-login-wrapper {
  margin: 30px 0 20px;
  padding: 20px;
  background: #f9f9f9;
  border: 0.5px solid #3E4265; }
  .box-login-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #0A70F5;
    text-align: left;
    margin: 15px 0; }
  .box-login-wrapper .login-wrapper p {
    line-height: 1.2; }
  .box-login-wrapper .form-group.login-box-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start; }
    @media (max-width: 576px) {
      .box-login-wrapper .form-group.login-box-wrapper {
        flex-direction: column; } }
  .box-login-wrapper .field-wrapper {
    width: 100%; }
  .box-login-wrapper .field-wrapper.login {
    margin-top: 24px;
    width: auto; }
    @media (max-width: 576px) {
      .box-login-wrapper .field-wrapper.login {
        margin-top: -10px; } }

.cart .promo-box-wrapper .promo-wrapper {
  margin: 10px 0; }

.riepilogo .cart-list-wrapper .item-details {
  flex-direction: column; }
  @media (max-width: 576px) {
    .riepilogo .cart-list-wrapper .item-details {
      margin-right: 0; } }
  .riepilogo .cart-list-wrapper .item-details .cart-col.first, .riepilogo .cart-list-wrapper .item-details .cart-col.second {
    display: flex;
    flex-direction: row; }
    @media (max-width: 576px) {
      .riepilogo .cart-list-wrapper .item-details .cart-col.first, .riepilogo .cart-list-wrapper .item-details .cart-col.second {
        width: 100%; } }
    @media (max-width: 576px) {
      .riepilogo .cart-list-wrapper .item-details .cart-col.first .item-options, .riepilogo .cart-list-wrapper .item-details .cart-col.second .item-options {
        align-items: flex-end; } }
    .riepilogo .cart-list-wrapper .item-details .cart-col.first .desc, .riepilogo .cart-list-wrapper .item-details .cart-col.second .desc {
      border: 0;
      font-weight: 400; }
    .riepilogo .cart-list-wrapper .item-details .cart-col.first ul, .riepilogo .cart-list-wrapper .item-details .cart-col.second ul {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      column-gap: 10px; }
      @media (max-width: 576px) {
        .riepilogo .cart-list-wrapper .item-details .cart-col.first ul, .riepilogo .cart-list-wrapper .item-details .cart-col.second ul {
          column-gap: 20px; } }
      @media (max-width: 480px) {
        .riepilogo .cart-list-wrapper .item-details .cart-col.first ul, .riepilogo .cart-list-wrapper .item-details .cart-col.second ul {
          flex-direction: row; } }
      .riepilogo .cart-list-wrapper .item-details .cart-col.first ul li, .riepilogo .cart-list-wrapper .item-details .cart-col.second ul li {
        flex: 1; }
        @media (max-width: 576px) {
          .riepilogo .cart-list-wrapper .item-details .cart-col.first ul li, .riepilogo .cart-list-wrapper .item-details .cart-col.second ul li {
            flex: 1 0 100%;
            margin-bottom: 10px; } }

.riepilogo .cart-list-wrapper li > div {
  margin-bottom: 0;
  padding-bottom: 0; }

.riepilogo .cart-list-wrapper .item-offer {
  margin-bottom: 20px; }

.workflow .workflow-heading.centered {
  background: #F9FAFF;
  padding: 25px 20px 0;
  margin: -10px 0 0; }
.workflow .workflow-wrapper {
  background: #F9FAFF;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto 30px;
  max-width: unset; }
  .workflow .workflow-wrapper .workflow-content {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .workflow .workflow-wrapper .workflow-content {
        padding: 0 20px; } }
@media (max-width: 767px) {
  .workflow.cart .cart-aside {
    flex: 1 0 50%;
    max-width: 50%; } }
@media (max-width: 576px) {
  .workflow.cart .cart-aside {
    flex: 1 0 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .workflow .cart-aside {
    flex: 1 0;
    max-width: 100%; } }
.workflow .workflow-cta {
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: flex-end; }
  @media (max-width: 576px) {
    .workflow .workflow-cta {
      justify-content: center; } }

#empty-cart {
  display: flex;
  padding: 30px;
  justify-content: center;
  width: 100%;
  background: #EFF2FC;
  border-radius: 10px;
  height: 100%; }
  #empty-cart h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    display: flex;
    justify-content: center; }

.workflow-recap-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .workflow-recap-wrapper .recap-item-title {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    align-content: center; }
  .workflow-recap-wrapper .workflow-list-wrapper {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%; }
  .workflow-recap-wrapper .promocode-wrapper {
    margin: 0 0 5px;
    padding: 0; }
  .workflow-recap-wrapper .workflow-list-item, .workflow-recap-wrapper .promocode-list-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .workflow-recap-wrapper .workflow-list-item .recap-item-price, .workflow-recap-wrapper .promocode-list-item .recap-item-price {
      font-weight: 700;
      display: flex;
      flex: 1 0 auto;
      justify-content: flex-end;
      align-items: center; }
  .workflow-recap-wrapper .ico-trash {
    cursor: pointer; }
  .workflow-recap-wrapper .total-amount-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid #B4B7C9;
    padding-top: 10px;
    margin-top: -10px;
    align-items: baseline; }
    .workflow-recap-wrapper .total-amount-wrapper .recap-total-label {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      font-weight: 700; }
    .workflow-recap-wrapper .total-amount-wrapper .recap-total-amount {
      display: flex;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #3E4265;
      font-weight: 700; }
  .workflow-recap-wrapper .promocode-content {
    flex-direction: row; }
    .workflow-recap-wrapper .promocode-content .promocode-field {
      border-radius: 8px 0 0 8px;
      display: flex;
      height: 100%;
      padding: 10px; }
    .workflow-recap-wrapper .promocode-content .btn-primary.btn-promo {
      margin: 0 0 0 -10px;
      border-color: #131022; }
  .workflow-recap-wrapper .promocode-list-wrapper {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .workflow-recap-wrapper .promocode-list-wrapper .promocode-list-item.code {
      margin-top: 10px;
      align-items: center; }
    .workflow-recap-wrapper .promocode-list-wrapper .recap-item-price, .workflow-recap-wrapper .promocode-list-wrapper .promocode-item-price, .workflow-recap-wrapper .promocode-list-wrapper .promocode-initial-price {
      display: flex; }
    .workflow-recap-wrapper .promocode-list-wrapper .promocode-item-price, .workflow-recap-wrapper .promocode-list-wrapper .promocode-initial-price {
      padding-right: 0; }
      .workflow-recap-wrapper .promocode-list-wrapper .promocode-item-price.code, .workflow-recap-wrapper .promocode-list-wrapper .promocode-initial-price.code {
        padding-right: 0; }
    .workflow-recap-wrapper .promocode-list-wrapper .promocode-title {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      border: 1px solid gray;
      border-radius: 6px;
      padding: 8px 10px; }
      .workflow-recap-wrapper .promocode-list-wrapper .promocode-title::before {
        content: '';
        display: inline-flex;
        width: 24px;
        height: 24px;
        background: url("../icons/icon-pricetag.svg") no-repeat center center;
        background-size: cover; }
      .workflow-recap-wrapper .promocode-list-wrapper .promocode-title::after {
        content: '';
        display: inline-flex;
        width: 24px;
        height: 24px;
        background: url("../icons/icon-close-promocode.svg") no-repeat center center;
        background-size: cover; }
    .workflow-recap-wrapper .promocode-list-wrapper .promocode-initial-price {
      font-weight: 700; }
    .workflow-recap-wrapper .promocode-list-wrapper .promocode-item-price {
      font-weight: 700;
      color: #653CBD;
      display: flex;
      flex: 1 0 auto;
      justify-content: flex-end;
      align-items: center; }

.workflow-heading.centered {
  justify-content: center;
  display: flex;
  margin: 25px 20px 0; }
  .workflow-heading.centered h1 {
    padding: 0 20px;
    text-align: center; }
  .workflow-heading.centered h1::after {
    justify-content: center;
    line-height: 1.2;
    margin: 15px auto; }

.workflow-heading h1::after {
  content: url("../icons/deco-lines.svg");
  display: flex;
  line-height: 3px;
  margin: 15px auto; }

.container.cart-wrapper.row {
  display: flex;
  gap: 24px; }

.cart-main, .registration-main, .main-data {
  display: flex;
  flex: 1 0 calc(66% - 24px);
  max-width: calc(66% - 24px); }
  @media (max-width: 900px) {
    .cart-main, .registration-main, .main-data {
      flex: 1 0 calc(50% - 24px);
      max-width: calc(50% - 24px); } }
  @media (max-width: 576px) {
    .cart-main, .registration-main, .main-data {
      flex: 1 0 100%;
      max-width: 100%; } }
  .cart-main .cart-item-visual .main-visual-wrapper, .registration-main .cart-item-visual .main-visual-wrapper, .main-data .cart-item-visual .main-visual-wrapper {
    min-width: 170px;
    max-width: 170px; }
    .cart-main .cart-item-visual .main-visual-wrapper .offer-visual, .registration-main .cart-item-visual .main-visual-wrapper .offer-visual, .main-data .cart-item-visual .main-visual-wrapper .offer-visual {
      margin-top: 0; }
  .cart-main .cart-list-wrapper, .registration-main .cart-list-wrapper, .main-data .cart-list-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column; }
  .cart-main .cart-list, .registration-main .cart-list, .main-data .cart-list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .cart-main .cart-list .cart-list-item-wrapper, .registration-main .cart-list .cart-list-item-wrapper, .main-data .cart-list .cart-list-item-wrapper {
      display: flex;
      gap: 20px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .cart-main .cart-list li, .registration-main .cart-list li, .main-data .cart-list li {
      margin-bottom: 0;
      border-bottom: 0; }
    .cart-main .cart-list .cart-item, .registration-main .cart-list .cart-item, .main-data .cart-list .cart-item {
      box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
      box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
      padding: 20px;
      background: #FFFFFF;
      border-radius: 8px; }
    .cart-main .cart-list .cart-list-item-wrapper, .registration-main .cart-list .cart-list-item-wrapper, .main-data .cart-list .cart-list-item-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 576px) {
        .cart-main .cart-list .cart-list-item-wrapper, .registration-main .cart-list .cart-list-item-wrapper, .main-data .cart-list .cart-list-item-wrapper {
          flex-direction: column; } }
      .cart-main .cart-list .cart-list-item-wrapper .cart-item-data, .registration-main .cart-list .cart-list-item-wrapper .cart-item-data, .main-data .cart-list .cart-list-item-wrapper .cart-item-data {
        display: flex;
        flex-direction: column;
        flex: 1 0 calc(100% - 190px); }
      .cart-main .cart-list .cart-list-item-wrapper .cart-item-actions, .registration-main .cart-list .cart-list-item-wrapper .cart-item-actions, .main-data .cart-list .cart-list-item-wrapper .cart-item-actions {
        display: flex; }
      .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265; }
        .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list li, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list li, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list li {
          display: flex;
          width: 100%;
          justify-content: flex-start;
          padding: 10px 0 0;
          align-items: center;
          flex-direction: row-reverse;
          gap: 10px; }
        .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left {
          display: flex;
          flex: 1;
          text-transform: uppercase;
          gap: 5px; }
          .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left span, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left span, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-left span {
            text-transform: none; }
        .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-merchant, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-merchant, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-merchant {
          display: flex;
          flex: 1;
          gap: 5px; }
        .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-delivery, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-delivery, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-delivery {
          background: #EFF2FC;
          border-radius: 4px;
          padding: 5px 10px;
          width: 100%; }
        .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right {
          display: flex;
          justify-content: flex-start; }
          .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right label, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right label, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right label {
            padding-right: 15px; }
          .cart-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right .control, .registration-main .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right .control, .main-data .cart-list .cart-list-item-wrapper .cart-actions-list .action-item-right .control {
            margin-bottom: 24px; }

.cart-aside form {
  width: 100%; }

.cart .scheda.offer {
  display: flex; }

.cart-aside {
  display: flex;
  flex: 1 0;
  background: #E2E5F1;
  border-radius: 10px;
  padding: 20px;
  height: max-content; }
  @media (max-width: 900px) {
    .cart-aside {
      flex: 1 0 50%;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .cart-aside {
      flex: 1 0 100%;
      max-width: 100%; } }

.cart-item-offer {
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 767px) {
    .cart-item-offer {
      gap: 0;
      flex-direction: column;
      margin-bottom: 20px; } }
  .cart-item-offer h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    flex: 1; }
  .cart-item-offer .cart-pricing-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .cart-item-offer .cart-pricing-wrapper {
        justify-content: flex-start; } }
    .cart-item-offer .cart-pricing-wrapper .data-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
      position: relative; }
      .cart-item-offer .cart-pricing-wrapper .data-wrapper .ico-trash {
        cursor: pointer; }
      @media (max-width: 576px) {
        .cart-item-offer .cart-pricing-wrapper .data-wrapper .ico-trash {
          position: absolute;
          top: 0;
          right: 0; } }
    .cart-item-offer .cart-pricing-wrapper .price-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: 100%; }
      @media (max-width: 576px) {
        .cart-item-offer .cart-pricing-wrapper .price-wrapper {
          justify-content: flex-start; } }
      .cart-item-offer .cart-pricing-wrapper .price-wrapper .ico-trash img {
        width: 30px;
        cursor: pointer; }
    .cart-item-offer .cart-pricing-wrapper .item-price {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #3E4265;
      color: #653CBD;
      font-weight: 700;
      display: flex; }
    .cart-item-offer .cart-pricing-wrapper .fullprice {
      text-decoration: line-through;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      color: #131022;
      text-align: right; }
      .cart-item-offer .cart-pricing-wrapper .fullprice .price, .cart-item-offer .cart-pricing-wrapper .fullprice .unit {
        font-weight: 400; }

.workflow-wrapper h1 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin-bottom: 20px; }

.workflow.registration .promocode-item-price, .workflow.registration .promocode-initial-price {
  padding-right: 0; }
@media (max-width: 900px) {
  .workflow.registration .registration-main .field-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .workflow.registration .registration-main .field-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 576px) {
  .workflow.registration .registration-main .field-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px; } }
.workflow.registration .privacy-data {
  width: 100%;
  padding: 0 10px; }

.workflow.steps header nav .container.flex {
  max-width: 1400px;
  padding: 0 20px;
  margin: 20px auto 30px; }
.workflow.steps .logo {
  margin: 0; }
@media (max-width: 767px) {
  .workflow.steps .registration-main, .workflow.steps.registration .cart-aside, .workflow.steps .main-data {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.workflow.steps .workflow-cta-list {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px; }
.workflow.steps .cta-back {
  display: inline-flex;
  align-items: center; }
  .workflow.steps .cta-back a, .workflow.steps .cta-back a:hover, .workflow.steps .cta-back a:focus {
    text-decoration: underline; }
.workflow.steps .cta-back::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(../icons/icon-arrow-back.svg) no-repeat center center;
  background-size: contain; }
.workflow.steps .breadcrumb-item {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .workflow.steps .breadcrumb {
    padding: 10px 20px; } }
@media (max-width: 767px) {
  .workflow.steps header nav .container.flex {
    margin: 20px auto 20px; } }
@media (max-width: 480px) {
  .workflow.steps .logo {
    margin: 0 auto;
    width: max-content; }
  .workflow.steps .logo img {
    max-width: 160px; } }

.workflow .main-data {
  background: #FFFFFF;
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  padding: 20px;
  flex-direction: column; }
  @media (max-width: 900px) {
    .workflow .main-data {
      padding: 20px; } }
  .workflow .main-data .field-wrapper {
    margin-bottom: 20px;
    margin-bottom: 20px; }
    @media (max-width: 990px) {
      .workflow .main-data .field-wrapper.col-md-6, .workflow .main-data .field-wrapper.col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 990px) {
      .workflow .main-data .field-wrapper.col-md-2, .workflow .main-data .field-wrapper.col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.workflow.cart .promocode-item-price, .workflow.cart .promocode-initial-price {
  padding-right: 0; }
  .workflow.cart .promocode-item-price.code, .workflow.cart .promocode-initial-price.code {
    padding-right: 0; }

@media (max-width: 768px) {
  .workflow.logged .navbar-account {
    align-self: flex-end;
    width: max-content;
    margin-top: 0;
    padding-right: 0; } }
@media (max-width: 576px) {
  .workflow.logged .navbar-account li:Last-child {
    padding-right: 0; } }
@media (max-width: 480px) {
  .workflow.logged .navbar-account {
    margin-top: 0; } }
.workflow.logged .main-data {
  background: none;
  box-shadow: none;
  padding: 0;
  flex-direction: column; }
  @media (max-width: 900px) {
    .workflow.logged .main-data {
      padding: 0; } }
  .workflow.logged .main-data .addresses-list, .workflow.logged .main-data .edicola-list, .workflow.logged .main-data .payment-list {
    padding: 0;
    margin: 0; }
.workflow.logged header nav .container.flex {
  margin: 20px auto;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: baseline;
  padding: 0 20px; }
@media (max-width: 480px) {
  .workflow.logged .logo {
    margin: 0;
    padding: 0; } }

.workflow.payment .main-data {
  flex-direction: row;
  flex-wrap: wrap; }
.workflow.payment .payment-list label:has(input[type="radio"]:checked) {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  border-radius: 8px;
  background: #FFFFFF; }
@media (max-width: 768px) {
  .workflow.payment .privacy-data {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; } }
  @media screen and (max-width: 768px) and (max-width: 576px) {
    .workflow.payment .privacy-data .checkbox-inline {
      gap: 10px;
      flex-direction: row; } }

.workflow.payment .creditcard {
  border: 1px solid #585C7B;
  padding: 20px; }
.workflow.payment .payment-list .payment-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap; }
  .workflow.payment .payment-list .payment-item .payment-choice {
    display: flex;
    flex: 1 0 max-content; }
  .workflow.payment .payment-list .payment-item .payment-icon {
    display: flex;
    flex: 1 0 max-content;
    justify-content: flex-end; }
  .workflow.payment .payment-list .payment-item .card-data-wrapper {
    display: flex;
    flex: 1 0 100%;
    margin-left: auto; }

.workflow-content .recap-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  flex-wrap: wrap; }
  .workflow-content .recap-list h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
  .workflow-content .recap-list .recap-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D4D7E5; }
    .workflow-content .recap-list .recap-item::last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
.workflow-content .recap-actions-list {
  list-style: none;
  display: flex;
  list-style: none;
  flex-direction: column;
  flex-wrap: wrap; }
.workflow-content .recap-item-desc-list {
  list-style: none; }
.workflow-content .recap-item-offer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px; }
  @media screen and (max-width: 576px) {
    .workflow-content .recap-item-offer {
      flex-direction: column; } }
.workflow-content .recap-pricing-wrapper .data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px; }
.workflow-content .recap-actions-list li {
  display: flex;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }
  .workflow-content .recap-actions-list li .action-item-left {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 3px 0; }
    .workflow-content .recap-actions-list li .action-item-left:before {
      content: '';
      display: inline-flex;
      width: 14px;
      height: 10px;
      background: url("../icons/icon-check.svg"); }

.workflow .title-merchant {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  margin: 0 0 10px;
  display: block; }
  .workflow .title-merchant span {
    font-weight: 700; }

.workflow .item-delivery {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: 100%;
  padding: 15px;
  background: #EFF2FC;
  border-radius: 10px; }
  .workflow .item-delivery h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    margin-bottom: 10px; }
  .workflow .item-delivery ul {
    list-style: none; }
  .workflow .item-delivery li {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    border: 0;
    padding: 0;
    margin: 0; }

.workflow .delivery-charges {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  text-align: right;
  line-height: 1.1;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .workflow .delivery-charges {
      text-align: left;
      justify-content: flex-start; } }
.workflow .gift-option-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700; }
@media (max-width: 576px) {
  .workflow .cart-main .cart-list .cart-list-item-wrapper {
    gap: 0; } }
@media (max-width: 576px) {
  .workflow .main-visual-wrapper {
    display: none; } }

.workflow.riepilogo .cart-item-visual {
  display: flex;
  max-width: 170px; }
  @media (max-width: 576px) {
    .workflow.riepilogo .cart-item-visual {
      display: none; } }
.workflow.riepilogo .cart-actions-list li {
  display: flex;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }
  .workflow.riepilogo .cart-actions-list li .action-item-left {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 3px 0; }
    .workflow.riepilogo .cart-actions-list li .action-item-left:before {
      content: '';
      display: inline-flex;
      width: 14px;
      height: 10px;
      background: url("../icons/icon-check.svg"); }
.workflow.riepilogo .payment-choice-wrapper {
  padding: 20px;
  display: flex;
  gap: 5px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 576px) {
    .workflow.riepilogo .payment-choice-wrapper .payment-label {
      flex: 1 0 100%; } }
  .workflow.riepilogo .payment-choice-wrapper .payment-type {
    font-weight: 700; }

@media (max-width: 767px) {
  .scheda.offer .scheda-dati .cta-cart .btn-primary {
    width: 100%; } }
@media (max-width: 767px) {
  .scheda.offer .scheda-dati .cta-cart .btn-primary {
    width: max-content; } }

@media (max-width: 1024px) {
  .riepilogo .cart-list-wrapper .item-details .pagatore {
    display: flex;
    flex: 1 0 100% !important;
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D7E5; } }

.cart.workflow .ico-trash img {
  width: 30px;
  margin-top: 5px; }

/* styles 2025-12 accessibility */
.card-medium h3 {
  font-size: 1.25rem;
  line-height: 0.9;
  text-transform: none;
  font-weight: 600;
  color: #15006B; }
  .card-medium h3 a, .card-medium h3 a:hover {
    color: #15006B; }

.card h2 a, .card h2 a:hover {
  color: #15006B;
  font-size: 1.25rem;
  font-weight: 600; }

.card h3 a, .card h3 a:hover {
  color: #15006B; }

.big-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .big-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98; } }
  @media (max-width: 767px) {
    .big-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  @media (max-width: 576px) {
    .big-title {
      margin-bottom: 10px; } }

.login-item {
  padding: 0;
  width: calc(50% - 10px); }
  @media (max-width: 576px) {
    .login-item {
      width: 100%;
      margin-bottom: 20px; } }

.login-content {
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 576px) {
    .login-content {
      flex-direction: column-reverse;
      margin-top: -20px; } }

.login-form-wrapper, .registration-form-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 8px;
  padding: 20px; }

.login-panel .login-form-wrapper {
  background: none;
  padding: 0;
  box-shadow: none; }
  @media (max-width: 900px) {
    .login-panel .login-form-wrapper {
      padding: 0; } }

.register-link {
  margin: 10px 0 0;
  background: #653CBD;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 1rem; }
  .register-link a, .register-link a:hover, .register-link a:focus {
    font-weight: 700;
    text-decoration: underline;
    color: #FFFFFF; }

.field-linear-wrapper {
  margin: 0; }
  .field-linear-wrapper .pwd-recall {
    text-align: right;
    text-decoration: underline; }
    .field-linear-wrapper .pwd-recall a, .field-linear-wrapper .pwd-recall a:hover {
      color: #777777; }

.field-linear-wrapper.etichetta {
  display: flex;
  align-content: flex-start; }
  .field-linear-wrapper.etichetta .small-text {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #777777; }
    @media (max-width: 576px) {
      .field-linear-wrapper.etichetta .small-text {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.75rem;
        line-height: 1; } }
  .field-linear-wrapper.etichetta img {
    margin-bottom: 15px; }

.field-wrapper.cta-login {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between; }

#login-tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #login-tabs {
      flex-direction: column; } }
  @media (max-width: 576px) {
    #login-tabs {
      flex-direction: row; } }
  @media (max-width: 480px) {
    #login-tabs {
      gap: 5px; } }
  #login-tabs li {
    flex-basis: 50%;
    height: auto;
    display: flex; }
    #login-tabs li a {
      padding: 12px;
      width: 100%; }
  #login-tabs h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
    color: #000000; }
  #login-tabs p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #777777; }
    @media (max-width: 576px) {
      #login-tabs p {
        display: none; } }
  #login-tabs .nav-link {
    border: 3px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 9px; }
  #login-tabs .nav-link.active {
    border: 3px solid #0A70F5;
    box-sizing: border-box;
    border-radius: 9px; }

#login-tabs li:first-child {
  border-right: 1px solid #C2C2C2;
  padding-right: 20px; }
  @media (max-width: 767px) {
    #login-tabs li:first-child {
      border-right: 0;
      padding-right: 0; } }
  @media (max-width: 576px) {
    #login-tabs li:first-child {
      border-right: 1px solid #C2C2C2;
      padding-right: 20px; } }
  @media (max-width: 480px) {
    #login-tabs li:first-child {
      border-right: 1px solid #C2C2C2;
      padding-right: 15px;
      margin-right: 10px; } }

.new-user-wrapper {
  background: #24CE85 url("../images/bkg-nuovo-cliente.png") no-repeat bottom right;
  min-height: 420px;
  border-radius: 9px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 990px) {
    .new-user-wrapper {
      background-size: 70%; } }
  @media (max-width: 576px) {
    .new-user-wrapper {
      min-height: 140px;
      background-size: 114px;
      background-position: center right; } }
  .new-user-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    color: #FFFFFF;
    width: 90%; }
    @media (max-width: 576px) {
      .new-user-wrapper h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 0.95;
        width: calc(100% - 90px); } }
  .new-user-wrapper .btn-register, .new-user-wrapper .btn-register:hover, .new-user-wrapper .btn-register:focus, .new-user-wrapper .btn-register:active {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
    display: flex;
    width: max-content;
    border-radius: 50px;
    box-shadow: none; }

.login-retrieve-wrapper .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0; }
.login-retrieve-wrapper .field-linear-wrapper {
  margin: 20px 0 20px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  flex: 1; }
  @media (max-width: 576px) {
    .login-retrieve-wrapper .field-linear-wrapper {
      margin: 20px 0;
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      flex-direction: column;
      width: 80%;
      max-width: 80%; }
      .login-retrieve-wrapper .field-linear-wrapper input {
        width: 100%; } }
.login-retrieve-wrapper .form-linear-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1; }
  @media (max-width: 576px) {
    .login-retrieve-wrapper .form-linear-item {
      width: 100%; } }
.login-retrieve-wrapper label {
  display: flex;
  margin: 0 10px 0 0;
  min-width: max-content; }
  @media (max-width: 576px) {
    .login-retrieve-wrapper label {
      margin-bottom: .5rem; } }
.login-retrieve-wrapper .form-control {
  min-width: 100%; }
.login-retrieve-wrapper .error {
  margin-top: 5px; }
.login-retrieve-wrapper .btn-primary {
  align-self: center;
  margin-top: -27px; }
@media (max-width: 576px) {
  .login-retrieve-wrapper .btn-primary {
    align-self: center;
    margin-top: -10px;
    align-self: flex-start;
    width: 100%;
    max-width: 80%; }
  .login-retrieve-wrapper .form-group {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px; } }

.login-recupero.registrazione-ok .registration-content, .login-recupero.registrazione-ok .registration-ok-content {
  max-width: 590px; }
  @media (max-width: 768px) {
    .login-recupero.registrazione-ok .registration-content, .login-recupero.registrazione-ok .registration-ok-content {
      max-width: 480px; } }
  @media (max-width: 576px) {
    .login-recupero.registrazione-ok .registration-content, .login-recupero.registrazione-ok .registration-ok-content {
      max-width: 250px; } }

.ar.password h2, .ar.password p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.22;
  margin: 0 0 10px 0; }
  @media (max-width: 576px) {
    .ar.password h2, .ar.password p {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }
.ar.password h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    .ar.password h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; } }
.ar.password p.small-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  margin: 0 0 30px; }
.ar.password .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 576px) {
    .ar.password .form-group {
      align-items: flex-start;
      flex-direction: column; } }
  .ar.password .form-group .field-wrapper {
    margin: 0 20px 20px 0;
    width: auto;
    flex: 1; }
    @media (max-width: 767px) {
      .ar.password .form-group .field-wrapper {
        flex: 1 0 calc(50% - 20px); } }
    @media (max-width: 576px) {
      .ar.password .form-group .field-wrapper {
        margin: 0 0 20px 0;
        width: 100%; } }
  .ar.password .form-group .cta-login button {
    margin-top: 32px; }
    @media (max-width: 767px) {
      .ar.password .form-group .cta-login button {
        margin-top: 0; } }

.ar.password .form-group.recupero-dati {
  margin-right: -20px; }
  @media (max-width: 576px) {
    .ar.password .form-group.recupero-dati {
      margin-right: 0; } }
  @media (max-width: 900px) {
    .ar.password .form-group.recupero-dati .cta-login button {
      margin-top: 0; } }
  .ar.password .form-group.recupero-dati .field-wrapper {
    margin: 0 20px 20px 0;
    width: auto;
    flex: 1 0 calc(33% - 20px); }
    @media (max-width: 900px) {
      .ar.password .form-group.recupero-dati .field-wrapper {
        flex: 1 0 calc(50% - 20px); } }
    @media (max-width: 576px) {
      .ar.password .form-group.recupero-dati .field-wrapper {
        flex: 1 0 100%;
        width: 100%; } }
  .ar.password .form-group.recupero-dati .small-text {
    margin-top: 5px; }

.login-registration-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .login-registration-wrapper {
      padding: 0;
      flex-wrap: wrap; } }
  .login-registration-wrapper h2 {
    margin-bottom: 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    text-align: center; }
  .login-registration-wrapper .login-heading.centered {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    padding: 0 20px 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
  .login-registration-wrapper .login-form-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px); }
    @media (max-width: 576px) {
      .login-registration-wrapper .login-form-wrapper {
        flex: 1 0 100%;
        max-width: 100%; } }
  .login-registration-wrapper .registration-form-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px); }
    @media (max-width: 576px) {
      .login-registration-wrapper .registration-form-wrapper {
        flex: 1 0 100%;
        max-width: 100%; } }
  .login-registration-wrapper .login-option .form-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .login-registration-wrapper .login-option .form-group .field-wrapper {
      flex: 1 0 calc(50% - 10px);
      max-width: calc(50% - 10px;); }
      @media (max-width: 767px) {
        .login-registration-wrapper .login-option .form-group .field-wrapper {
          flex: 1 0 100%;
          max-width: 100%; } }
  @media (max-width: 767px) {
    .login-registration-wrapper .login-option .field-wrapper.cta-login {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1 0 100%; } }
  .login-registration-wrapper .login-option .btn-primary {
    width: 100%; }
    @media (max-width: 767px) {
      .login-registration-wrapper .login-option .btn-primary {
        max-width: 50%;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .login-registration-wrapper .login-option .btn-primary {
        max-width: 80%; } }
  .login-registration-wrapper .registration-form-wrapper {
    background: #24CE85;
    color: #FFFFFF; }
  .login-registration-wrapper .registration-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .login-registration-wrapper .registration-option h2 {
      color: #FFFFFF; }
    .login-registration-wrapper .registration-option p {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      color: #FFFFFF;
      text-align: left; }
    .login-registration-wrapper .registration-option ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      text-align: left;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      font-weight: 500;
      color: #FFFFFF;
      margin-top: 10px; }
      .login-registration-wrapper .registration-option ul li {
        display: flex;
        gap: 15px;
        margin-bottom: 10px;
        align-items: center; }
        .login-registration-wrapper .registration-option ul li:last-child {
          margin-bottom: 0; }
        .login-registration-wrapper .registration-option ul li::before {
          content: '';
          background: url("../icons/ico-check-round.svg") no-repeat center center;
          background-size: cover;
          width: 30px;
          height: 30px;
          flex: 1 0 30px;
          max-width: 30px; }
    .login-registration-wrapper .registration-option .btn-primary {
      width: 100%; }
      @media (max-width: 767px) {
        .login-registration-wrapper .registration-option .btn-primary {
          max-width: 50%;
          margin: 0 auto; } }
      @media (max-width: 576px) {
        .login-registration-wrapper .registration-option .btn-primary {
          max-width: 80%; } }
    .login-registration-wrapper .registration-option .btn-register {
      background: #653CBD;
      color: #FFFFFF;
      max-width: 50%;
      margin: 20px auto 0; }
      @media (max-width: 576px) {
        .login-registration-wrapper .registration-option .btn-register {
          max-width: 80%; } }

.login-register-content-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.login-heading.centered {
  text-align: center; }

.workflow .workflow-wrapper .login.workflow-content {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  max-width: 960px;
  justify-content: center;
  flex-direction: column; }
  .workflow .workflow-wrapper .login.workflow-content .form-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
  .workflow .workflow-wrapper .login.workflow-content .field-wrapper, .workflow .workflow-wrapper .login.workflow-content .field-wrapper.row {
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
    max-width: calc(50% - 10px);
    margin: 0; }
    @media (max-width: 576px) {
      .workflow .workflow-wrapper .login.workflow-content .field-wrapper, .workflow .workflow-wrapper .login.workflow-content .field-wrapper.row {
        flex: 1 0 100%;
        max-width: 100%; } }
  .workflow .workflow-wrapper .login.workflow-content .cta-login {
    flex-direction: column; }
    @media (max-width: 576px) {
      .workflow .workflow-wrapper .login.workflow-content .cta-login {
        flex-direction: column;
        justify-content: center; }
        .workflow .workflow-wrapper .login.workflow-content .cta-login .btn-primary {
          margin: 0 auto;
          width: 100%;
          max-width: 80%; } }

.login.workflow-content .login-form-wrapper, .login.workflow-content .registration-form-wrapper {
  display: flex; }
.login.workflow-content h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin: 0;
  flex: 1;
  display: flex; }

.login.workflow-content .login-form-wrapper {
  flex-direction: column; }
  .login.workflow-content .login-form-wrapper h2 {
    margin: 0 0 20px; }

.login.workflow-content .registration-form-wrapper {
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 576px) {
    .login.workflow-content .registration-form-wrapper {
      flex-direction: column;
      justify-content: center; } }
  .login.workflow-content .registration-form-wrapper button {
    flex: 1;
    display: flex;
    width: max-content;
    max-width: max-content; }
    @media (max-width: 576px) {
      .login.workflow-content .registration-form-wrapper button {
        margin: 0 auto;
        max-width: 80%;
        width: 100%;
        justify-content: center; } }

.workflow.login-registrazione .registration-form-content.row {
  gap: 20px 0; }
@media screen and (max-width: 576px) {
  .workflow.login-registrazione .control__indicator {
    top: 0; } }
@media (max-width: 576px) {
  .workflow.login-registrazione .cta-wrapper {
    margin-top: 20px; } }
.workflow.login-registrazione .workflow-content .field-wrapper.etichetta-wrapper.row {
  flex-direction: row;
  flex: 1 0 100%;
  max-width: 100%; }
  @media (max-width: 576px) {
    .workflow.login-registrazione .workflow-content .field-wrapper.etichetta-wrapper.row {
      gap: 20px; } }
.workflow.login-registrazione .privacy-data.row {
  padding: 0 10px; }
  .workflow.login-registrazione .privacy-data.row h4 {
    margin-top: 20px; }
@media (max-width: 576px) {
  .workflow.login-registrazione .radio-group-inline, .workflow.login-registrazione .checkbox-inline {
    flex-direction: row;
    gap: 10px !important;
    flex-wrap: wrap; } }

.workflow.login .field-wrapper.etichetta.row {
  flex-direction: row !important; }

.register-link2 {
  margin: 10px 0 0;
  background: #653CBD;
  color: #FFFFFF;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 0;
  gap: 10px; }
  .register-link2 .cta-wrapper {
    gap: 5px; }
  .register-link2 a, .register-link2 a:hover, .register-link2 a:focus {
    font-weight: 700;
    text-decoration: underline;
    color: #FFFFFF; }
  .register-link2 .btn.btn-white, .register-link2 .btn.btn-white:hover, .register-link2 .btn.btn-white:focus {
    text-decoration: none;
    background: #FFFFFF;
    color: #653CBD; }

.container.base.login-data {
  max-width: 960px; }
  .container.base.login-data h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700;
    margin-bottom: 20px; }
  .container.base.login-data .nuovi-dati {
    margin: 30px 0;
    margin-right: 0px;
    margin-left: 0px; }
  .container.base.login-data .field-wrapper {
    margin-top: 15px; }
  .container.base.login-data .field-wrapper.cta-wrapper {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    padding: 0 20px; }
    .container.base.login-data .field-wrapper.cta-wrapper button {
      width: max-content;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .container.base.login-data .field-wrapper.cta-wrapper button {
          width: 80%; } }

.registration-form-wrapper, .registration-main {
  background: #FFFFFF;
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  padding: 20px;
  flex-direction: column; }
  .registration-form-wrapper .field-wrapper, .registration-main .field-wrapper {
    margin-bottom: 20px; }
  .registration-form-wrapper .styled-select.custom-select, .registration-main .styled-select.custom-select {
    background: #FFFFFF url("../icons/icon-arrow-select.svg") no-repeat right center;
    background-position-x: calc(100% - 10px);
    border: 1px solid #131022;
    background-size: 24px; }
  .registration-form-wrapper .form-control, .registration-main .form-control {
    border: 1px solid #131022; }
    @media (max-width: 576px) {
      .registration-form-wrapper .form-control, .registration-main .form-control {
        padding: 20px; } }
  @media (max-width: 900px) {
    .registration-form-wrapper, .registration-main {
      padding: 20px; } }

.registrazione .field-wrapper .small-text {
  font-weight: 400; }

.avatar-list-wrapper {
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap; }
  .avatar-list-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95; }
    .avatar-list-wrapper h2 span {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      line-height: 1;
      display: inline-block;
      margin: 0 0 20px; }
  .avatar-list-wrapper label {
    margin: 0;
    padding: 0;
    text-align: left; }
  .avatar-list-wrapper .control--radio .control__indicator {
    display: none; }
  .avatar-list-wrapper .avatar-list {
    flex-wrap: wrap; }
    .avatar-list-wrapper .avatar-list .control--radio input:checked ~ img {
      border: 1px solid #131022;
      padding: 5px; }
  .avatar-list-wrapper .avatar-list img {
    max-width: 80px;
    border-radius: 40px;
    margin: 10px 0 0 -20px;
    background: #f9f9f9;
    -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
    /* Firefox 3.5 - 3.6 */
    box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.btn-register-big, .btn-register-big:hover, .btn-register-big:active {
  background: #24CE85;
  color: #FFFFFF;
  padding: 14px;
  width: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 100px;
  margin: 10px 0; }

body.registrazione-ok {
  background: #FAEFEB; }

.bkg-registrazione-ok {
  background: #FAEFEB;
  display: flex;
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 0;
  z-index: 1; }

.registrazione-ok footer {
  position: relative;
  z-index: 2; }

.registrazione-ok .content-wrapper {
  z-index: 3;
  position: relative; }

.registration-ok-content {
  justify-content: center;
  margin-top: 30px; }

.registrazione-ok h1 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.94;
  color: #24CE85;
  line-height: .92;
  margin-bottom: 55px;
  text-align: center; }
  @media (max-width: 1300px) {
    .registrazione-ok h1 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 3rem;
      line-height: 0.94; } }
  @media (max-width: 576px) {
    .registrazione-ok h1 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.94;
      margin: 20px auto 50px;
      max-width: 460px;
      margin-bottom: 30px; } }

.registration-ok-content p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #777777;
  line-height: 1.27;
  margin-bottom: 40px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto 30px; }
  @media (max-width: 576px) {
    .registration-ok-content p {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22;
      max-width: 300px;
      margin: 0 auto 30px; } }

.bkg-sx {
  background: #faefeb url(../images/bkg-registrazione-sx.png) no-repeat top right;
  display: flex;
  height: 100vh;
  width: 50%;
  background-position-y: 200px;
  background-position-x: 0;
    /*@media (max-width: 576px) {
    background-position-x: 130%;
transform: scaleX(-1);
}*/ }
  @media (max-width: 1400px) {
    .bkg-sx {
      background-size: 60%; } }
  @media (max-width: 1350px) {
    .bkg-sx {
      background-position-x: -20%; } }
  @media (max-width: 767px) {
    .bkg-sx {
      background-position-y: 60px; } }

.bkg-dx {
  background: #faefeb url(../images/bkg-registrazione-dx.png) no-repeat top right;
  display: flex;
  height: 100vh;
  width: 50%;
  background-position-y: 200px;
  background-position-x: 90%;
   /* @media (max-width: 576px) {
    background-position-x: -30%;
transform: scaleX(-1);
}*/ }
  @media (max-width: 1400px) {
    .bkg-dx {
      background-size: 60%; } }
  @media (max-width: 1350px) {
    .bkg-dx {
      background-position-x: 110%; } }
  @media (max-width: 767px) {
    .bkg-dx {
      background-position-y: 60px; } }

.reg-upselling-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between; }
  @media (max-width: 576px) {
    .reg-upselling-wrapper {
      flex-direction: column; } }

.reg-upselling.emails {
  border: 1px solid #24CE85;
  border-radius: 9px;
  padding: 20px;
  text-align: center;
  background: #faefeb;
  min-width: 50%; }
  @media (max-width: 576px) {
    .reg-upselling.emails {
      width: 100%; } }
  .reg-upselling.emails label {
    text-align: left; }
  .reg-upselling.emails .base-form.row {
    flex-direction: column; }
  .reg-upselling.emails h2 {
    color: #24CE85;
    margin-top: 10px; }
  .reg-upselling.emails p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 10px; }
  .reg-upselling.emails .btn.btn-outline-primary {
    width: max-content;
    margin: 0 auto;
    min-width: 100px; }

.reg-upselling.poll {
  border: 1px solid #FF9432;
  border-radius: 9px;
  padding: 20px;
  text-align: center;
  background: #faefeb;
  min-width: 50%; }
  @media (max-width: 576px) {
    .reg-upselling.poll {
      width: 100%; } }
  .reg-upselling.poll h2 {
    color: #FF9432;
    margin-top: 10px; }
  .reg-upselling.poll p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #000000; }

.reg-upselling h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.94; }

.registrazione-ok .small-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: left;
  padding-top: 10px; }

.promo-link-label {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  text-align: left;
  padding-top: 10px; }

.registration-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 40px;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .registration-wrapper {
      padding: 0;
      flex-wrap: wrap; } }
  .registration-wrapper h2 {
    margin-bottom: 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    text-align: center; }
  .registration-wrapper .registration-heading.centered {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    padding: 0 20px 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
  .registration-wrapper .registration-form-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .registration-wrapper .registration-form-wrapper {
        max-width: 100%; } }
  .registration-wrapper .registration-option .form-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .registration-wrapper .registration-option .form-group .field-wrapper {
      flex: 1 0 100%;
      max-width: 100%; }
  .registration-wrapper .registration-option .btn-primary {
    width: 100%; }
    @media (max-width: 767px) {
      .registration-wrapper .registration-option .btn-primary {
        max-width: 50%;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .registration-wrapper .registration-option .btn-primary {
        max-width: 80%; } }

.client-type {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  padding: 0 10px;
  flex-direction: row; }
  .client-type h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    flex: 1 0 100%; }

.scheda.offer.coll {
  border-bottom: 1px solid #D4D7E5;
  padding-bottom: 10px; }

.scheda-coll .description-wrapper {
  /*        h2 {
              @include displaySmall;
              color: $baseblack;
              border: 0;
              padding: 10px 0;
          }*/ }
  .scheda-coll .description-wrapper .coll-desc-list {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    margin-bottom: 30px; }
.scheda-coll .coll-uscite, .scheda-coll .coll-sped {
  display: flex;
  align-items: center;
  gap: 10px; }
.scheda-coll .coll-uscite::before {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../icons/ico-uscite.svg") no-repeat center center;
  background-size: cover; }
.scheda-coll .coll-sped::before {
  content: ' ';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../icons/ico-spedizioni.svg") no-repeat center center;
  background-size: cover; }

.uscite-wrapper {
  margin-left: 30px;
    /*.sped-title::before {
    content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #653CBD;
  border-radius: 30px;
  margin: 0 10px 0 -35px;
		top: 4px;
  position: relative;
}*/ }
  @media (min-width: 769px) and (max-width: 1024px) {
    .uscite-wrapper {
      width: 100%; } }
  .uscite-wrapper .data-wrapper {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px; }
    @media (max-width: 576px) {
      .uscite-wrapper .data-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px; } }
    @media (max-width: 370px) {
      .uscite-wrapper .data-wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start; } }
    .uscite-wrapper .data-wrapper .discount-wrapper {
      min-width: 150px;
      height: 60px; }
      @media (max-width: 576px) {
        .uscite-wrapper .data-wrapper .discount-wrapper {
          min-width: 110px;
          height: 46px; } }
    .uscite-wrapper .data-wrapper .price, .uscite-wrapper .data-wrapper .unit {
      font-size: 3rem;
      color: #653CBD;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      line-height: 1.1; }
      @media (max-width: 576px) {
        .uscite-wrapper .data-wrapper .price, .uscite-wrapper .data-wrapper .unit {
          font-size: 1.875rem; } }
    .uscite-wrapper .data-wrapper .fullprice {
      display: block;
      margin-top: -10px; }
    .uscite-wrapper .data-wrapper .fullprice-label, .uscite-wrapper .data-wrapper .fullprice .price, .uscite-wrapper .data-wrapper .fullprice .unit {
      font-size: 1rem;
      color: #777777;
      line-height: 1;
      font-family: "Manrope", Arial, Helvetica, sans-serif; }
    .uscite-wrapper .data-wrapper .discount-label {
      font-size: 1rem;
      padding-left: 3px; }
      @media (max-width: 576px) {
        .uscite-wrapper .data-wrapper .discount-label {
          font-size: .75rem;
          padding-left: 3px; } }
    .uscite-wrapper .data-wrapper .discount-number {
      font-size: 3.125rem;
      padding-left: 3px; }
      @media (max-width: 576px) {
        .uscite-wrapper .data-wrapper .discount-number {
          font-size: 2.5rem;
          padding-left: 3px; } }
    .uscite-wrapper .data-wrapper .discount-unit {
      font-size: 4rem;
      right: 18px;
      line-height: 0.9; }
      @media (max-width: 576px) {
        .uscite-wrapper .data-wrapper .discount-unit {
          font-size: 2.75rem;
          right: 10px;
          line-height: 1; } }
  .uscite-wrapper .uscite-list li {
    display: flex;
    flex-direction: column; }
  .uscite-wrapper .sped-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    display: flex;
    align-items: baseline;
    gap: 3px;
    flex-wrap: wrap;
    background: url(../icons/icon-circle-purple.svg) no-repeat;
    background-size: 25px;
    background-position-x: 0;
    padding-left: 40px;
    background-position-y: 5px;
    margin-left: -34px; }
    @media (max-width: 767px) {
      .uscite-wrapper .sped-title {
        font-size: 1.5rem; } }
    .uscite-wrapper .sped-title span {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265; }
  .uscite-wrapper .uscite-list li {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #653CBD;
    padding-left: 22px;
    margin-left: -20px;
    padding-bottom: 30px; }
  .uscite-wrapper .uscite-list li:last-child {
    border-left: 0; }
  .uscite-wrapper .sped-small {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 15px; }

.coll-gift-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .coll-gift-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    color: #653CBD; }
  .coll-gift-wrapper .coll-gift-data-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start; }

.piano-header {
  position: relative;
  z-index: 3; }

.piano-header .btn-link, .piano-header .btn-link:hover, .piano-body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #777777;
  text-decoration: none; }
  @media (max-width: 576px) {
    .piano-header .btn-link, .piano-header .btn-link:hover, .piano-body {
      font-size: 0.875rem; } }

.piano-header .btn-link, .piano-header .btn-link:hover, .piano-header .btn-link:focus {
  padding: 0 0 10px;
  font-weight: 400;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
  padding: 20px;
  background-color: #0A70F5;
  border-radius: 9px; }
  @media (max-width: 576px) {
    .piano-header .btn-link, .piano-header .btn-link:hover, .piano-header .btn-link:focus {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9; } }

.piano-header .btn-link::after {
  padding: 0;
  content: url(../icons/ico-arrow-down-white.svg);
  width: 16px;
  display: inline-block;
  height: 9px; }

.piano-header .btn-link.collapsed::after {
  padding: 0;
  content: url(../icons/ico-arrow-down-white.svg);
  width: 16px;
  display: inline-block;
  height: 9px; }

.piano-header button {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.piano-body-list {
  color: #14142B;
  padding: 30px 20px 20px;
  margin: -10px 0 30px;
  z-index: 2;
  position: relative;
  list-style: none; }
  .piano-body-list h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    border-bottom: 0.5px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block; }
    .piano-body-list h3 span {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265; }
    @media (max-width: 576px) {
      .piano-body-list h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265; }
        .piano-body-list h3 span {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: .875rem;
          font-weight: 400;
          line-height: 1.4;
          color: #3E4265; } }
  .piano-body-list .piano-body-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: flex-start; }
  .piano-body-list .piano-body-item li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 576px) {
      .piano-body-list .piano-body-item li {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1; } }
  .piano-body-list .piano-body-item li span:first-child {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    color: #653CBD;
    display: flex;
    flex: 1 0 40px;
    width: 40px;
    max-width: 40px; }
  .piano-body-list .piano-body-item li span:last-child {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    flex: 1; }

.scheda-coll .item-title-wrapper, .scheda-coll .item-duration-wrapper, .scheda-coll .item-upselling-wrapper, .scheda-coll .item-gift-wrapper {
  display: block; }

.scheda-coll .item-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.1; }
  .scheda-coll .item-elements .recap-item-duration {
    display: flex;
    gap: 10px; }

.scheda-coll .recap-item-duration {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400; }

.scheda-coll .recap-item-issues {
  color: #000000;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }

@media (max-width: 576px) {
  .scheda-coll .price-wrapper {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start; }
  .scheda-coll .recap-amount .delivery-charges {
    margin-left: auto;
    max-width: 60%; } }

#piano-opera-wrapper {
  padding: 20px;
  background: #EFF2FC;
  border-radius: 8px; }

.coll-data-wrapper {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 40px);
  flex-wrap: wrap;
  margin-top: -7px; }
  @media (max-width: 576px) {
    .coll-data-wrapper {
      align-items: flex-start;
      flex-direction: column; } }

.sped-heading, .coll.price-wrapper, .coll.discount-wrapper, .coll.gift-wrapper {
  flex: 1 0 25%;
  display: flex;
  align-items: flex-start;
  max-width: 25%; }
  @media (max-width: 900px) {
    .sped-heading, .coll.price-wrapper, .coll.discount-wrapper, .coll.gift-wrapper {
      flex: 1 0 50%;
      display: flex;
      align-items: flex-start;
      max-width: 50%; } }
  @media (max-width: 576px) {
    .sped-heading, .coll.price-wrapper, .coll.discount-wrapper, .coll.gift-wrapper {
      flex: 1 0 100% !important;
      display: flex;
      align-items: flex-start;
      max-width: 100% !important; } }

@media (max-width: 767px) {
  .coll.gift-wrapper {
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
    max-width: 100%; } }

.sped-heading {
  flex-direction: column;
  flex: 1 0 50%;
  max-width: 50%; }

.coll.price-wrapper {
  align-items: baseline;
  flex: 1 0 15%;
  max-width: 15%;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .coll.price-wrapper {
      flex: 1 0 25%;
      max-width: 25%; } }

.coll-discount-wrapper {
  flex: 1 0 auto;
  margin-top: 2px; }

.coll.price-wrapper {
  align-items: baseline; }
  .coll.price-wrapper .price, .coll.price-wrapper .unit {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    color: #653CBD;
    font-weight: 700; }
  .coll.price-wrapper .fullprice {
    margin-left: 5px; }
  .coll.price-wrapper .fullprice .price, .coll.price-wrapper .fullprice .unit {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-decoration: line-through; }

.coll-desc-list {
  list-style: none;
  display: flex;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3E4265;
  gap: 20px;
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .coll-desc-list {
      flex-direction: column; } }
  .coll-desc-list li {
    display: flex;
    align-items: center;
    gap: 10px; }
  .coll-desc-list .coll-uscite::before {
    content: '';
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(../icons/icon-uscite.svg) no-repeat center center;
    background-size: contain; }
  .coll-desc-list .coll-sped::before {
    content: '';
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(../icons/icon-spedizioni.svg) no-repeat center center;
    background-size: contain; }

.collezione .video-wrapper {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 30px 0; }

.collezione .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* Rapporto 16:9 */ }

.collezione .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.collezione .coll-gift-list {
  list-style: none; }
  .collezione .coll-gift-list li {
    border: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start; }
    .collezione .coll-gift-list li .gift-titles p {
      text-align: right;
      line-height: 1.1; }

.gifts-list h4 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }
.gifts-list h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none; }
.gifts-list .related-item-wrapper {
  padding: 15px; }
.gifts-list .grid-items-wrapper ul li {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 415px; }

.uscite-carousel .slick-track {
  display: flex;
  padding: 0 0 10px 0; }
.uscite-carousel .slick-slide img {
  max-width: 1160px;
  height: auto;
  width: 100%; }
.uscite-carousel .slick-slide {
  padding: 20px; }
.uscite-carousel .uscite-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px; }
.uscite-carousel h4 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  text-transform: uppercase;
  line-height: 1; }
.uscite-carousel h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  text-transform: none;
  line-height: 1.1; }
.uscite-carousel p {
  line-height: 1.2; }
.uscite-carousel .uscite-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px; }

/* styles 2025-09 */
.coll-desc-wrapper {
  margin-bottom: 20px; }

.piano-opera-wrapper h2.heading {
  border-bottom: 0; }

.relatex-grid-container .grid-items-heading.centered {
  flex-direction: column;
  margin-bottom: 20px; }

.ar .big-title {
  margin-bottom: 0;
  width: 100%; }

.ar .heading-subtitle {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #0A70F5;
  text-transform: uppercase;
  margin: 0 0 20px;
  width: 100%; }
  @media (max-width: 767px) {
    .ar .heading-subtitle {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }

.ar .recap-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  color: #777777;
  display: block;
  width: 100%; }
  @media (max-width: 990px) {
    .ar .recap-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98; } }
  @media (max-width: 767px) {
    .ar .recap-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  .ar .recap-title .styled-select.custom-select {
    background: transparent url("../icons/ico-arrow-down-blue-big.svg") no-repeat right center;
    background-position-x: right;
    background-position-x: calc(100% - 10px);
    color: #0A70F5;
    border: 0;
    border-bottom: 1px solid #0A70F5;
    border-radius: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-width: 310px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.98;
    display: inline; }
    @media (max-width: 990px) {
      .ar .recap-title .styled-select.custom-select {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.875rem;
        line-height: 0.98;
        min-height: auto;
        min-width: 220px;
        background-size: 24px; } }
    @media (max-width: 767px) {
      .ar .recap-title .styled-select.custom-select {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04;
        min-width: 180px;
        background-size: 20px; } }
  .ar .recap-title .styled-select.custom-select:focus {
    box-shadow: none;
    outline: 0; }
  @media (max-width: 1080px) {
    .ar .recap-title br {
      display: none; } }

.ar-profile-wrapper {
  display: grid;
  grid-gap: 20px;
  margin: 16px 0 30px;
  padding: 0;
  grid-template-columns: 30% auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "userProfile userData" "upsellingBoxes userData"; }
  @media (max-width: 1100px) {
    .ar-profile-wrapper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .ar-profile-wrapper {
      grid-template-columns: 100%;
      grid-template-rows: auto auto auto;
      grid-template-areas: "userProfile" "userData" "upsellingBoxes"; }
      .ar-profile-wrapper .ar-user-details ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
      .ar-profile-wrapper .ar-profile-user .ar-user-details li {
        width: calc(50% - 10px);
        margin: 10px 0 0; } }
  @media (max-width: 576px) {
    .ar-profile-wrapper .ar-user-details ul {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .ar-profile-wrapper .ar-profile-user .ar-user-details li {
      width: 100%; } }
  .ar-profile-wrapper .btn-outline-primary {
    color: #000000;
    font-weight: 400;
    line-height: 1; }

.ar-profile-user {
  grid-area: userProfile; }
  .ar-profile-user .ar-user-details li {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 9px;
    padding: 16px;
    margin: 15px 0;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #0A70F5;
    text-transform: uppercase;
    padding-right: 30px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .ar-profile-user .ar-user-details li:after {
      content: '';
      background: url("../icons/ico-arrow-down.svg") center top no-repeat;
      display: inline-block;
      width: 20px;
      transform: rotate(-90deg);
      height: 20px;
      background-size: contain;
      margin-right: -20px; }
  .ar-profile-user .ar-user-details .ar-details-buoni a {
    color: #24CE85; }
  .ar-profile-user .ar-user-details .ar-details-buoni:after {
    background: url("../icons/ico-arrow-down-green.svg") center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain; }
  .ar-profile-user .ar-user-info {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 9px;
    padding: 16px;
    border: 0; }
    .ar-profile-user .ar-user-info h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9;
      color: #0A70F5;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 10px; }
    .ar-profile-user .ar-user-info h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 1.22;
      color: #000000;
      font-weight: 700;
      margin-top: 10px; }
    .ar-profile-user .ar-user-info img {
      max-width: 147px;
      height: auto;
      border-radius: 80px; }
      @media (max-width: 767px) {
        .ar-profile-user .ar-user-info img {
          max-width: 90px;
          height: 90px;
          border-radius: 80px; } }
  .ar-profile-user .ar-user-data li {
    word-break: break-all;
    line-height: 1;
    padding: 8px 0 0 25px; }
  .ar-profile-user .ar-user-data li::before {
    margin-left: -25px; }

.ar-profile-subs {
  background: #e6e6e6; }

.ar-user-data {
  margin: 10px 0; }

.ar-user-username::before {
  content: '';
  background: url("../icons/ico-user-name.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px; }

.ar-user-location::before {
  content: '';
  background: url("../icons/ico-user-location.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px; }

.ar-user-email::before {
  content: '';
  background: url("../icons/ico-user-email.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px; }

.ar-user-phone::before {
  content: '';
  background: url("../icons/ico-user-phone.svg") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px; }

.ar-user-password::before {
  content: '';
  background: url("../icons/ico-user-password.svg") center top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px; }

.ar-profile-subs {
  grid-area: userData;
  height: max-content;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  padding: 16px; }
  .ar-profile-subs .ar-subs-wrapper h1, .ar-profile-subs .ar-subs-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    color: #0A70F5;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .ar-profile-subs .ar-subs-wrapper h1, .ar-profile-subs .ar-subs-wrapper h2 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04; } }
  .ar-profile-subs .ar-subs-wrapper .ar-heading-abb {
    background: #653CBD;
    border-radius: 6px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    margin: 20px 0; }
    @media (max-width: 576px) {
      .ar-profile-subs .ar-subs-wrapper .ar-heading-abb {
        padding: 5px 15px; } }
    .ar-profile-subs .ar-subs-wrapper .ar-heading-abb h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.22; }
    .ar-profile-subs .ar-subs-wrapper .ar-heading-abb span {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04;
      text-align: right; }
      @media (max-width: 576px) {
        .ar-profile-subs .ar-subs-wrapper .ar-heading-abb span {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1rem;
          line-height: 1.22; } }
  .ar-profile-subs .ar-subs-wrapper .ar-subs-item.external .ar-heading-abb {
    background: #777777;
    margin-bottom: 0; }

.ar-subs-item.external .ar-subs-list .ar-subs-data {
  width: 100%; }

.ar-subs-list {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .ar-subs-list .ar-subs-thumb {
    width: 140px;
    height: 140px;
    background-color: #EBF3FF;
    padding: 10px;
    border-radius: 9px; }
    .ar-subs-list .ar-subs-thumb span {
      display: block;
      width: 100%;
      height: 100%;
      background-size: contain !important; }
    @media (max-width: 576px) {
      .ar-subs-list .ar-subs-thumb {
        width: 60px;
        height: 60px;
        padding: 2px;
        min-width: 60px; } }
  .ar-subs-list .ar-subs-data {
    width: calc(100% - 160px); }
    .ar-subs-list .ar-subs-data .ar-subs-info {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.1;
      color: #15006B;
      border-bottom: 0.5px solid #C2C2C2;
      margin-bottom: 10px;
      padding-bottom: 10px;
      display: block; }
    @media (max-width: 576px) {
      .ar-subs-list .ar-subs-data {
        width: 100%; } }
  .ar-subs-list .ar-subs-item-wrapper {
    display: flex;
    gap: 20px; }
    @media (max-width: 576px) {
      .ar-subs-list .ar-subs-item-wrapper {
        gap: 10px; } }
  .ar-subs-list .ar-subs-head {
    display: flex;
    justify-content: space-between;
    color: #653CBD; }
    @media (max-width: 576px) {
      .ar-subs-list .ar-subs-head {
        flex-direction: column; } }
    .ar-subs-list .ar-subs-head .title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 0.9;
      width: 70%; }
      @media (max-width: 576px) {
        .ar-subs-list .ar-subs-head .title {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1.25rem;
          line-height: 0.9;
          width: 100%; } }
    .ar-subs-list .ar-subs-head .price-wrapper {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.375rem;
      line-height: 1.22; }
      @media (max-width: 576px) {
        .ar-subs-list .ar-subs-head .price-wrapper {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-weight: 700;
          font-size: 0.875rem;
          line-height: 1.14; } }
      .ar-subs-list .ar-subs-head .price-wrapper .timeframe {
        display: block;
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.14;
        text-align: right; }
        @media (max-width: 576px) {
          .ar-subs-list .ar-subs-head .price-wrapper .timeframe {
            display: inline-block; } }

.subs-external-text {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 15px 0; }

.ar-subs-list > li {
  border: 1px solid #653CBD;
  padding: 10px;
  border-radius: 9px; }

.ar-subs-list > li:hover {
  background-color: #653CBD;
  background: #653CBD;
  /* The Fallback */
  background: rgba(101, 60, 189, 0.05); }

.ar-subs-item.external .ar-subs-list > li {
  border: 1px solid #basegrey; }
.ar-subs-item.external .ar-subs-list > li:hover {
  background-color: #777777;
  background: #777777;
  /* The Fallback */
  background: rgba(119, 119, 119, 0.05); }
.ar-subs-item.external .ar-subs-head, .ar-subs-item.external .ar-subs-data .ar-subs-info {
  color: #777777; }
.ar-subs-item.external .info-subs-external {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #777777;
  line-height: 1.14; }
.ar-subs-item.external .subs-external-expiration, .ar-subs-item.external .subs-external-timeframe {
  font-weight: 700; }
.ar-subs-item.external .ar-subs-list > li {
  border: 1px solid #777777; }

.btn-add-external {
  background-color: #0A70F5;
  padding: 13px 20px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #FFFFFF;
  text-decoration: underline;
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  display: flex;
  width: max-content;
  align-items: center;
  margin: 20px 0; }
  .btn-add-external:before {
    content: '';
    background: url("../icons/ico-plus-white.svg") no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background-size: contain; }

.ar-infos-toggle {
  text-align: right; }

.boxupselling-wrapper {
  grid-area: upsellingBoxes; }

.ar-subs-actions-wrapper {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .ar-subs-actions-wrapper .ar-actions-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap; }

.ar-subs-actions-wrapper a {
  margin-left: auto; }

.ar-panel-actions-wrapper {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.btn-actions {
  background: #FFFFFF;
  border: 1px solid #0A70F5;
  color: #000000;
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }

.btn-actions.scad {
  background: #B50404;
  border: 1px solid #B50404;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }

.ar-subs-infos-panel {
  padding: 10px 0;
  display: none; }

.ar-infos-issues {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }
  .ar-infos-issues h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14;
    color: #0A70F5;
    text-transform: uppercase; }
  .ar-infos-issues .progress {
    margin: 7px 0 0;
    border: 0;
    height: 1.5rem;
    border-radius: 9px;
    background-color: #E0E0E0; }
    .ar-infos-issues .progress .progress-bar {
      background-color: #0A70F5;
      text-align: right;
      padding-right: 20px;
      border-radius: 9px; }
    @media (max-width: 767px) {
      .ar-infos-issues .progress {
        display: flex; } }

.ar-gift-status {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #15006B; }
  .ar-gift-status .status-info {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400; }
  .ar-gift-status .status-consegnato {
    display: inline-block;
    background: #24CE85;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px; }
  .ar-gift-status .status-da-consegnare {
    display: inline-block;
    background: #B50404;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px; }

.ar-info-recording a {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-decoration: underline;
  color: #000000;
  display: inline-block; }

.ar-info-recording::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../icons/ico-recording.svg") center center no-repeat;
  background-size: contain;
  margin-right: 8px; }

.ar-infos-toggle {
  color: #000000 !important;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .ar-infos-toggle::after {
    content: '';
    background: url("../icons/ico-arrow-down-black.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 8px; }

.ar-infos-toggle.active {
  color: #000000 !important;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-size: 0; }
  .ar-infos-toggle.active::before {
    content: 'Nascondi';
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    text-decoration: underline; }
  .ar-infos-toggle.active::after {
    content: '';
    background: url("../icons/ico-close-black.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px; }

.ar-subs-thumb.abb, .ar-subs-thumb.coll {
  padding: 0;
  background-color: transparent; }
  .ar-subs-thumb.abb span, .ar-subs-thumb.coll span {
    border-radius: 9px;
    overflow: hidden;
    height: 0;
    padding-top: 75%; }

.status-ok {
  font-weight: 700;
  color: #24CE85; }

.status-no {
  font-weight: 700;
  color: #B50404; }

.status-no a {
  font-weight: 700;
  color: #B50404;
  text-decoration: underline;
  display: inline-flex; }
  .status-no a:after {
    content: '';
    display: inline-block;
    background: url("../icons/ico-arrow-right-red.svg") no-repeat center center;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background-size: cover;
    margin-left: 5px; }

.expiration {
  font-weight: 700; }

.expiring {
  font-weight: 700;
  color: #B50404; }

.expired {
  background: #B50404;
  color: #FFFFFF;
  padding: 3px 10px;
  font-weight: 700; }
  @media (max-width: 576px) {
    .expired {
      display: block;
      margin: 3px 0; } }

.ar-subs-info li {
  margin: 7px 0; }

.auto-renew {
  display: block; }
  .auto-renew:after {
    content: '';
    display: inline-block;
    background: url("../icons/ico-renew-grey.svg") no-repeat center center;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background-size: cover;
    margin-left: 5px; }

.user-profile-wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .user-profile-wrapper {
      flex-direction: row;
      gap: 20px; } }

.ar-subs-wrapper {
  display: flex;
  flex-direction: column; }

.shipping-details-item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }

@media (max-width: 576px) {
  .ar .btn-actions {
    height: 40px;
    margin-bottom: 5px;
    display: flex;
    align-items: center; } }

.ar .payment-detail {
  display: flex; }
  .ar .payment-detail .btn.btn-actions {
    margin-left: auto; }

.shipping-date, .shipping-tracking, .payment-detail {
  display: flex;
  gap: 5px; }

.ar .abb-scaduti-wrapper {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 9px; }

/* styling covers subscriptions */
.ar-subs-item-wrapper .scheda.offer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  width: 140px;
  padding: 10px;
  background: #ebf3ff;
  border-radius: 9px;
  height: max-content; }
  @media (max-width: 576px) {
    .ar-subs-item-wrapper .scheda.offer {
      width: 80px;
      padding: 0;
      background: none;
      border-radius: 2px; } }

@media (max-width: 576px) {
  .ar-subs-item-wrapper .offer.abb .list-visual li:nth-child(1) img, .ar-subs-item-wrapper .offer.coll .list-visual li:nth-child(1) img {
    border-radius: 3px; } }

.ar-subs-item-wrapper .scheda.offer.abb, .ar-subs-item-wrapper .scheda.offer.coll {
  padding: 0; }
  .ar-subs-item-wrapper .scheda.offer.abb .offer-visual, .ar-subs-item-wrapper .scheda.offer.coll .offer-visual {
    width: 100%; }
    .ar-subs-item-wrapper .scheda.offer.abb .offer-visual .visual-wrapper, .ar-subs-item-wrapper .scheda.offer.coll .offer-visual .visual-wrapper {
      padding: 0; }

/*.scheda.offer .offer-visual {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: none;
     @media (max-width: 767px) {
    width: 50%;    
}
}*/
.ar .no-abb {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #777777;
  margin: 20px 0;
  line-height: 46px; }
  @media (max-width: 767px) {
    .ar .no-abb {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  .ar .no-abb span {
    color: #000000; }

.btn-browse {
  width: max-content;
  min-height: 40px; }

/* account styles */
.ar.account .ar-user-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  border: 0;
  padding: 16px 0; }
  @media (max-width: 767px) {
    .ar.account .ar-user-info {
      padding: 0; } }

.ar-account-data {
  grid-area: userData;
  height: max-content; }

.newsletter-selection {
  margin: 20px 0; }

.newsletter-list-wrapper {
  width: 100%; }

.newsletter-list {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: column;
  margin: 20px 0 0 0; }

.newsletter-list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #C2C2C2;
  align-items: center; }
  .newsletter-list li .btn.btn-outline-primary.btn-toggle {
    right: 20px; }
    @media (max-width: 576px) {
      .newsletter-list li .btn.btn-outline-primary.btn-toggle {
        right: 0; } }

.newsletter-title.active {
  font-weight: 700; }

@media (max-width: 1100px) {
  .account-form-wrapper {
    width: calc(100% - 30px); } }

.modifica-carta {
  width: 100%;
  height: auto; }

.ar-payments-wrapper {
  padding: 0; }
  @media (max-width: 767px) {
    .ar-payments-wrapper {
      margin-top: 20px; } }

.payments-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px; }
  @media (max-width: 576px) {
    .payments-item {
      flex-direction: column; } }

.item-card img {
  border: 1px solid #653CBD;
  padding: 5px;
  border-radius: 9px;
  text-align: center; }

.card-data-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }

.item-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  min-width: 30%; }

.card-actions {
  border-top: 0.5px solid #C2C2C2;
  width: 100%;
  padding-top: 10px;
  display: flex;
  gap: 20px; }
  .card-actions a, .card-actions a:hover, .card-actions a:active, .card-actions a:focus {
    color: #777777;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    text-decoration: none; }

.card-details {
  display: flex;
  flex-direction: column; }
  .card-details span:last-child {
    color: #777777; }

.item-subs {
  width: 100%; }

.item-subs li {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  gap: 5px;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  flex-direction: column; }

.subs-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #653CBD;
  font-weight: 400; }

.subs-data {
  display: flex;
  gap: 10px; }

.action-change::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../icons/ico-edit-grey.svg") no-repeat center center;
  background-size: contain;
  margin-right: 5px; }

.action-remove::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../icons/ico-trash.svg") no-repeat center center;
  background-size: contain;
  margin-right: 5px; }

.action-remove.disabled {
  text-decoration: line-through;
  opacity: .7; }

.ar-addresses-wrapper {
  padding: 0; }
  @media (max-width: 767px) {
    .ar-addresses-wrapper {
      margin-top: 20px; } }

.addresses-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  max-width: 30%;
  min-width: 30%; }
  @media (max-width: 767px) {
    .addresses-item {
      min-width: 48%;
      max-width: 48%; } }
  @media (max-width: 576px) {
    .addresses-item {
      flex-direction: column;
      min-width: 100%;
      max-width: 100%; } }

.ar .addresses-list {
  flex-direction: row;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap; }

.item-address, .address-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; }

.address-name {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }

.address-details {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #14142B;
  line-height: 1.2;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }

.address-subs {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  .address-subs h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #777777;
    margin: 0 0 10px;
    padding: 0; }
  .address-subs li {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95; }

.main-payment {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }
  .main-payment .control {
    padding-left: 0;
    margin: 5px 0; }

.account h4.privacy-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  margin-top: 30px; }

.account .form-wrapper.privacy-data {
  margin-bottom: 0; }

.btn-privacy {
  margin-top: 15px;
  margin-left: auto; }

.address-actions {
  width: 100%;
  display: flex;
  gap: 20px; }
  .address-actions a, .address-actions a:hover, .address-actions a:active, .address-actions a:focus {
    color: #14142B;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    text-decoration: none; }

@media (max-width: 576px) {
  .account .input-group-addon a i {
    left: -40px;
    top: 45px;
    z-index: 33; } }

.main-address-wrapper, .renew-address-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }
  .main-address-wrapper a.active, .renew-address-wrapper a.active {
    font-weight: 700;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-decoration: none;
    cursor: none;
    font-weight: 799;
    color: #14142B; }
  .main-address-wrapper a, .renew-address-wrapper a {
    font-weight: 700;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400; }

.btn.add-address {
  border: 1px dashed #0A70F5; }
  .btn.add-address .plus {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 4.6875rem;
    line-height: 1;
    color: #0A70F5; }

.item-list-wrapper {
  padding: 0 10px; }
  .item-list-wrapper h2 {
    font-size: 1.1rem !important;
    margin: 20px 0 0; }
  .item-list-wrapper .item-label {
    padding: 0 0 0 5px; }

/* privacy itema */
.privacy-data {
  width: 100%; }

.account .overflow-box-wrapper {
  display: none;
  margin-top: 10px; }
  .account .overflow-box-wrapper .overflow-box {
    height: 150px;
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid #C2C2C2;
    margin: 16px 0; }

.privacy-list-wrapper {
  display: flex;
  flex-direction: column; }

/* orders */
.ar.ordini {
  color: #15006B; }

.ar .heading-small-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #15006B;
  margin: -10px 0 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .ar .heading-small-title .styled-select.custom-select {
    background: transparent url("../icons/ico-arrow-down.svg") no-repeat right center;
    background-position-x: right;
    background-position-x: calc(100% - 10px);
    color: #0A70F5;
    border: 0;
    border-bottom: 1px solid #15006B;
    border-radius: 0;
    padding: 0 0 5px;
    width: auto;
    height: auto;
    min-width: 200px;
    min-height: unset;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.22;
    display: inline; }
    @media (max-width: 990px) {
      .ar .heading-small-title .styled-select.custom-select {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.22;
        min-height: auto;
        min-width: 180px;
        background-size: 20px; } }
    @media (max-width: 767px) {
      .ar .heading-small-title .styled-select.custom-select {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.22;
        min-width: 180px;
        background-size: 20px; } }
  .ar .heading-small-title .styled-select.custom-select:focus {
    border: 0;
    border-bottom: 1px solid #15006B;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }
  @media (max-width: 767px) {
    .ar .heading-small-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22;
      margin: 10px 0; } }

.ar-orders-wrapper > li {
  background: transparent;
  border-radius: 9px;
  padding: 0;
  border: 0.5px solid #C2C2C2;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 0 20px 20px;
  margin-bottom: 20px; }

.ar-orders-item {
  padding: 0 20px 20px; }

.ar-order-status {
  display: flex;
  align-items: center; }

.ar-order-heading {
  background: #0A70F5;
  /* The Fallback */
  background: rgba(10, 112, 245, 0.2);
  padding: 8px 20px;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 576px) {
    .ar-order-heading {
      position: relative;
      flex-direction: column;
      gap: 5px; } }

.ar-order-heading > span {
  display: flex;
  flex: 1 0 33.33%; }
  @media (max-width: 767px) {
    .ar-order-heading > span {
      flex-direction: column;
      align-items: flex-start; } }
  .ar-order-heading > span strong {
    margin-right: 5px; }

.ar-order-name {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 0.9; }
  @media (max-width: 767px) {
    .ar-order-name {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }

.ar-order-amount {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  line-height: 1.22;
  font-weight: 700; }

.order-headline {
  padding: 8px 0;
  border-bottom: 0.5px solid #C2C2C2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.ar-order-label {
  text-transform: uppercase;
  font-weight: 700; }

.ar-order-highlight {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }

.ar-order-details {
  padding: 20px 0;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  display: flex;
  justify-content: space-between; }

.ar-details-item {
  flex: 1 0 33.33%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column; }

.ar-order-actions {
  padding: 8px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .ar-order-actions {
      gap: 5px; } }

.btn-actions.shipping-tracking::before {
  content: '';
  background: url("../icons/ico-location-blue.svg") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block; }

.ar-order-status {
  position: relative; }
  @media (max-width: 576px) {
    .ar-order-status {
      position: absolute;
      top: 8px;
      right: 20px; }
      .ar-order-status strong {
        display: none; } }

.order-status.active::after {
  content: '';
  background: #24CE85;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 6px; }

.order-status.closed::after {
  content: '';
  background: #B50404;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 6px; }

.ar-order-actions .btn.btn-actions.active, .ar-order-actions .btn.btn-actions.active:hover, .ar-order-actions .btn.btn-actions.active:focus {
  background: #0A70F5;
  border: 1px solid #0A70F5; }

/* gift cards */
.ar-gc-wrapper {
  display: flex;
  padding: 0;
  gap: 20px;
  flex-wrap: wrap;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #15006B; }
  @media (max-width: 767px) {
    .ar-gc-wrapper {
      flex-direction: column; } }

.gc-value-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #15006B; }
  @media (max-width: 576px) {
    .gc-value-wrapper {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }

.gc-value-wrapper span:last-child {
  font-weight: 400; }

.ar-gc-item {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #24CE85;
  flex: 1;
  margin-bottom: 30px; }
  .ar-gc-item img {
    width: 100%;
    border-radius: 18px; }
  .ar-gc-item figure {
    border-bottom: 0.5px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #24CE85; }
  .ar-gc-item .ar-infos-toggle {
    margin: 16px 0;
    display: block;
    text-align: left; }

.gc-value-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px;
  font-weight: 700; }

.ar-gc-use {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #24CE85;
  position: relative; }
  .ar-gc-use .progress {
    height: 30px;
    overflow: hidden;
    font-size: 1.375rem;
    background-color: #24CE85;
    border-radius: 9px;
    border: 1px solid #24CE85; }
    @media (max-width: 767px) {
      .ar-gc-use .progress {
        display: block; } }
    .ar-gc-use .progress .progress-bar {
      background-color: #f9f9f9;
      position: relative;
      z-index: 2;
      height: 100%;
      color: #15006B;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.1;
      overflow: visible; }
  .ar-gc-use .gc-total-amount {
    position: absolute;
    right: 5px;
    z-index: 3;
    top: 3px; }

.gc-info-wrapper, .gc-data-wrapper {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #24CE85;
  display: flex;
  justify-content: flex-start;
  gap: 20px; }
  .gc-info-wrapper span, .gc-data-wrapper span {
    flex: 1; }

.ar-gc-message h3 {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #24CE85;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  margin-bottom: 30px;
  color: #24CE85; }
  @media (max-width: 576px) {
    .ar-gc-message h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }

.ar-gc-transactions-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 16px; }
.ar-gc-transactions-wrapper ul {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  flex-direction: column; }
  .ar-gc-transactions-wrapper ul li {
    flex-direction: column;
    display: flex;
    ap: 3px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    .ar-gc-transactions-wrapper ul li:before {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      background-color: #24CE85;
      border-radius: 10px;
      position: absolute;
      margin: 3px 0 0 -20px; }

.transaction-details {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  display: flex;
  justify-content: flex-start;
  gap: 20px; }
  .transaction-details .transition-date {
    font-weight: 400; }

.giftcard-instructions-wrapper {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #15006B; }
  .giftcard-instructions-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.14; }
  .giftcard-instructions-wrapper ol {
    margin-top: 10px;
    margin-bottom: 1rem;
    padding: 12px; }

.ar-giftcard .ar-infos-toggle {
  color: #15006B !important; }

.ar .heading-subtitle span {
  color: #14142B; }

.ar-digitals-wrapper {
  padding: 0;
  margin: 30px 0; }
  .ar-digitals-wrapper .offer-visual {
    margin-bottom: 0 !important; }
  .ar-digitals-wrapper .digital-magazines-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 480px) {
      .ar-digitals-wrapper .digital-magazines-wrapper {
        gap: 0; } }
  .ar-digitals-wrapper .card-medium {
    min-width: 210px; }
    @media (max-width: 480px) {
      .ar-digitals-wrapper .card-medium {
        min-width: 120px; } }
  @media (max-width: 480px) {
    .ar-digitals-wrapper .digital-magazine-item {
      padding: 0 5px;
      margin-bottom: 10px; } }
  .ar-digitals-wrapper .card.offer .offer-visual .bkg {
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .ar-digitals-wrapper .card .list-visual li {
    margin-bottom: -30%;
    overflow: hidden; }
  .ar-digitals-wrapper .card.offer.digitale .list-visual li:nth-child(1) img {
    padding: 4% 4.8% 7%;
    width: 100%;
    margin: 2% auto 0; }
  .ar-digitals-wrapper .card-body {
    text-align: center; }
  .ar-digitals-wrapper .card-text {
    min-height: auto;
    margin-bottom: 10px; }
  .ar-digitals-wrapper .card-body {
    min-height: 200px; }
    @media (max-width: 480px) {
      .ar-digitals-wrapper .card-body {
        min-height: unset; } }

.ar .year-selection {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.22;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: flex-start;
  align-items: center; }
  .ar .year-selection .year-select {
    min-width: 120px; }

.ar .selection-wrapper {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between; }
  .ar .selection-wrapper .backlink {
    min-width: 300px; }
  @media (max-width: 576px) {
    .ar .selection-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px; } }

.ar.digitali .offer-visual {
  margin-bottom: -30%; }
.ar.digitali .card-body {
  min-height: auto; }
@media (max-width: 576px) {
  .ar.digitali .card-text {
    display: block; } }

.final-actions-list h2 {
  margin: 20px 0 0;
  border-bottom: 0; }
.final-actions-list p {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 20px; }
.final-actions-list .cta-list {
  justify-content: center;
  padding-top: 20px; }

.ar .cta-edit-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0; }

.ar.account .line-form .error {
  max-width: unset;
  margin-top: 0; }
.ar.account #editable-wrapper {
  padding-top: 80px;
  margin-top: -80px; }
  @media screen and (max-width: 576px) {
    .ar.account #editable-wrapper {
      padding-top: 65px;
      margin-top: -65px; } }
.ar.account .line-form .form-control[disabled], .ar.account .line-form .form-control[disabled]:focus, .ar.account .line-form .styled-select.custom-select[disabled], .ar.account .line-form .styled-select.custom-select[disabled]:focus {
  border-bottom: 0px solid #14142B !important;
  padding: 0 10px 0 0;
  height: auto;
  opacity: 1 !important;
  border: 0 !important;
  color: #000000;
  width: max-content; }
.ar.account .line-form .styled-select.custom-select, .ar.account .line-form .styled-select.custom-select:focus {
  border: 1px solid #0A70F5 !important;
  padding: 10px 20px 10px 10px;
  height: auto;
  opacity: 1 !important;
  color: #000000;
  width: max-content;
  margin: 0 10px 10px 0; }
.ar.account .line-form .date-fields-wrapper {
  justify-content: flex-start;
  column-gap: 0; }
@media screen and (max-width: 576px) {
  .ar.account .account-form-wrapper {
    width: 100%; }
  .ar.account .form-control {
    height: auto;
    width: auto; } }

.ar {
  background: #F9FAFF; }

.ar-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%; }

.ar-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap; }

.ar-sections-wrapper .ar-section {
  border: 1px solid #D4D7E5; }

.ar-heading a {
  text-decoration: underline; }

.ar-sections-wrapper.esterni .ar-section {
  background: #F3F6FF;
  border: 1px solid #D4D7E5; }
.ar-sections-wrapper.esterni .ar-abb-item.esterno {
  background: #FFFFFF; }
.ar-sections-wrapper.esterni .cart-list-item-wrapper {
  display: none; }

.ordini-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%; }

.btn-ar.btn-rinnova {
  background: #24CE85;
  border: 1px solid #24CE85;
  color: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  line-height: 1;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 10px;
  max-width: max-content;
  line-height: 1.1; }
  .btn-ar.btn-rinnova:hover, .btn-ar.btn-rinnova:focus {
    background: #131022;
    border-color: #131022;
    color: #FFFFFF; }

.btn-ar.btn-scad {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  background: #B50404;
  border: 1px solid #B50404;
  color: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 10px;
  max-width: max-content;
  line-height: 1.1; }
  .btn-ar.btn-scad:hover, .btn-ar.btn-scad:focus {
    background: #131022;
    border-color: #131022;
    color: #FFFFFF; }

.btn-ar, .btn-ar-outline {
  background: #FFFFFF;
  border: 1px solid #3DC5FF;
  color: #14142B;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  line-height: 1;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 10px;
  max-width: max-content;
  line-height: 1.1; }
  .btn-ar:hover, .btn-ar:focus, .btn-ar-outline:hover, .btn-ar-outline:focus {
    background: #131022;
    border-color: #131022;
    color: #FFFFFF; }

.ar ul {
  list-style: none; }

.ar-heading.centered {
  justify-content: center;
  display: flex;
  margin: 0 20px 0;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .ar-heading.centered h1 {
    padding: 0 20px;
    text-align: center; }
  .ar-heading.centered h1::after {
    justify-content: center;
    line-height: 1.2;
    margin: 15px auto; }

.ar-heading h1::after {
  content: url("../icons/deco-lines.svg");
  display: flex;
  line-height: 3px;
  margin: 15px auto; }

.ar .profile-wrapper, .ar .ar-section {
  background: #FFFFFF;
  border-radius: 8px;
  color: #3E4265;
  padding: 30px;
  display: flex;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .ar .profile-wrapper, .ar .ar-section {
      padding: 15px; } }

.ar .profile-wrapper h2, .ar-sections-wrapper h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D7E5; }
  @media (max-width: 576px) {
    .ar .profile-wrapper h2, .ar-sections-wrapper h2 {
      text-align: center; } }
.ar .profile-wrapper h3, .ar-sections-wrapper h3 {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin: 20px 0; }
  @media (max-width: 576px) {
    .ar .profile-wrapper h3, .ar-sections-wrapper h3 {
      text-align: center; } }

.ar-sections-wrapper p {
  text-align: center; }

.ar .profile-wrapper .account-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D7E5;
  width: 100%; }
  .ar .profile-wrapper .account-list-wrapper .account-list-item.cta-wrapper {
    display: flex;
    width: 100%;
    flex: 1 0 100%;
    flex-direction: column;
    padding: 0;
    margin-top: 30px; }
  .ar .profile-wrapper .account-list-wrapper .ar-cta-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px 10px; }
    @media (max-width: 767px) {
      .ar .profile-wrapper .account-list-wrapper .ar-cta-list {
        flex-direction: column; } }
    .ar .profile-wrapper .account-list-wrapper .ar-cta-list p {
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
  .ar .profile-wrapper .account-list-wrapper .ar-cta {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    text-align: center;
    background: #F9FAFF;
    border-radius: 10px;
    padding: 20px; }
.ar .profile-wrapper .account-list-item {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  gap: 5px;
  align-items: baseline; }
  @media (max-width: 576px) {
    .ar .profile-wrapper .account-list-item {
      flex-direction: column;
      gap: 0; } }
  .ar .profile-wrapper .account-list-item .item-label {
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .ar .profile-wrapper .account-list-item .item-label {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265; } }
  .ar .profile-wrapper .account-list-item .item-content {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700; }
    @media (max-width: 576px) {
      .ar .profile-wrapper .account-list-item .item-content {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
        color: #3E4265;
        font-weight: 700; } }
  .ar .profile-wrapper .account-list-item .item-label {
    padding: 0; }

.ar-cta .icon {
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  background-size: 50px;
  padding: 20px;
  border-radius: 100px; }
.ar-cta.profilo .icon {
  background: #653CBD url("../icons/icon-ar-profile.svg") no-repeat center center; }
.ar-cta.indirizzi .icon {
  background: #FF9432 url("../icons/icon-ar-address.svg") no-repeat center center; }
.ar-cta.carte .icon {
  background: #24CE85 url("../icons/icon-ar-credit-cards.svg") no-repeat center center; }

.abbonamenti-list-wrapper, .ordini-list-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px; }
  .abbonamenti-list-wrapper .ar-abb-item.attivo, .ordini-list-wrapper .ar-abb-item.attivo {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    flex: 1 0 50%;
    width: 100%;
    max-width: calc(50% - 10px);
    align-content: flex-start; }
    @media (max-width: 767px) {
      .abbonamenti-list-wrapper .ar-abb-item.attivo, .ordini-list-wrapper .ar-abb-item.attivo {
        max-width: 100%; } }
  .abbonamenti-list-wrapper .ar-abb-item.esterno, .ordini-list-wrapper .ar-abb-item.esterno {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    flex: 1 0 50%;
    width: 100%;
    max-width: calc(50% - 20px); }
    @media (max-width: 767px) {
      .abbonamenti-list-wrapper .ar-abb-item.esterno, .ordini-list-wrapper .ar-abb-item.esterno {
        max-width: 100%; } }
  @media (max-width: 576px) {
    .abbonamenti-list-wrapper .ar-cta-item, .ordini-list-wrapper .ar-cta-item {
      width: 100%;
      display: flex; }
      .abbonamenti-list-wrapper .ar-cta-item .btn.btn-ar, .abbonamenti-list-wrapper .ar-cta-item .btn.btn-ar-outline, .ordini-list-wrapper .ar-cta-item .btn.btn-ar, .ordini-list-wrapper .ar-cta-item .btn.btn-ar-outline {
        max-width: unset !important;
        text-align: center !important;
        justify-content: center !important; } }
  .abbonamenti-list-wrapper .cart-list-item-wrapper, .ordini-list-wrapper .cart-list-item-wrapper {
    display: flex;
    max-width: 180px;
    flex: 1; }
    @media (max-width: 990px) {
      .abbonamenti-list-wrapper .cart-list-item-wrapper, .ordini-list-wrapper .cart-list-item-wrapper {
        max-width: 120px; } }
    @media (max-width: 576px) {
      .abbonamenti-list-wrapper .cart-list-item-wrapper, .ordini-list-wrapper .cart-list-item-wrapper {
        max-width: 100px;
        margin: 0 auto; } }
    .abbonamenti-list-wrapper .cart-list-item-wrapper .scheda.offer, .ordini-list-wrapper .cart-list-item-wrapper .scheda.offer {
      display: flex; }
      .abbonamenti-list-wrapper .cart-list-item-wrapper .scheda.offer .offer-visual, .ordini-list-wrapper .cart-list-item-wrapper .scheda.offer .offer-visual {
        margin-top: 0;
        padding: 0; }
  .abbonamenti-list-wrapper .ar-item-data-wrapper, .ordini-list-wrapper .ar-item-data-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: calc(100% - 200px); }
    @media (max-width: 900px) {
      .abbonamenti-list-wrapper .ar-item-data-wrapper, .ordini-list-wrapper .ar-item-data-wrapper {
        width: 100%; } }
    .abbonamenti-list-wrapper .ar-item-data-wrapper .ar-item-title, .ordini-list-wrapper .ar-item-data-wrapper .ar-item-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #3E4265;
      font-weight: 700;
      margin-bottom: 15px; }
      @media (max-width: 576px) {
        .abbonamenti-list-wrapper .ar-item-data-wrapper .ar-item-title, .ordini-list-wrapper .ar-item-data-wrapper .ar-item-title {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1.25rem;
          font-weight: 400;
          line-height: 1.4;
          color: #3E4265;
          font-weight: 700;
          line-height: 1.2;
          margin-bottom: 10px; } }
    .abbonamenti-list-wrapper .ar-item-data-wrapper .ar-label, .ordini-list-wrapper .ar-item-data-wrapper .ar-label {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      text-transform: uppercase; }
    .abbonamenti-list-wrapper .ar-item-data-wrapper .ar-data, .ordini-list-wrapper .ar-item-data-wrapper .ar-data {
      font-weight: 700; }
  .abbonamenti-list-wrapper .ar-cta-list, .ordini-list-wrapper .ar-cta-list {
    display: flex;
    gap: 10px 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end; }

.rinnovi-list-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center; }
  .rinnovi-list-wrapper .scheda.offer {
    display: flex; }
    .rinnovi-list-wrapper .scheda.offer .main-visual-wrapper {
      max-width: 120px;
      margin: 0 auto 20px; }
      @media (max-width: 576px) {
        .rinnovi-list-wrapper .scheda.offer .main-visual-wrapper {
          display: none; } }
    .rinnovi-list-wrapper .scheda.offer .offer-visual {
      padding: 0;
      margin-top: 0; }
  .rinnovi-list-wrapper .ar-abb-item.attivo {
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #F9FAFF;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 320px; }
    @media (max-width: 576px) {
      .rinnovi-list-wrapper .ar-abb-item.attivo {
        max-width: 100%; } }
  .rinnovi-list-wrapper .ar-abb-item.esterno {
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 320px; }
    @media (max-width: 576px) {
      .rinnovi-list-wrapper .ar-abb-item.esterno {
        max-width: 100%; } }
  .rinnovi-list-wrapper .ar-abb-item.scaduto {
    display: flex;
    flex: 1;
    justify-content: space-between;
    background: #F9FAFF;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    flex-direction: column; }
    @media (max-width: 576px) {
      .rinnovi-list-wrapper .ar-abb-item.scaduto {
        max-width: 100%; } }
  .rinnovi-list-wrapper .ar-item-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    line-height: 1.2; }
  .rinnovi-list-wrapper .ar-item {
    display: flex;
    gap: 5px;
    align-items: baseline; }
  .rinnovi-list-wrapper .ar-label {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-transform: uppercase; }
  .rinnovi-list-wrapper .ar-data {
    font-weight: 700; }
  .rinnovi-list-wrapper .ar-cta-list {
    display: flex;
    margin-top: 10px;
    gap: 10px; }

.ar-item {
  line-height: 1.1;
  margin-bottom: 5px; }

.navbar-nav.ar-topnav {
  align-items: center; }

@media (max-width: 767px) {
  .ar .main-nav-toggler {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .ar .logo {
    margin: 0 0 0 10px; }
    .ar .logo img {
      max-width: 160px; } }

.ar .navbar-account ul li {
  text-align: left;
  border-right: 0; }
@media (max-width: 576px) {
  .ar .navbar-account {
    margin-top: 0;
    display: flex;
    width: 100%;
    flex: 1 0 100%; } }
@media (max-width: 480px) {
  .ar .navbar-account {
    margin-top: 10px;
    display: flex;
    width: 100%;
    flex: 1 0 100%; } }

@media (max-width: 576px) {
  .ar .navbar-nav.ar-topnav {
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    justify-content: space-between; } }

.ar .navbar-themes .nav-item:nth-child(1) {
  margin-left: 30px !important; }

.ar .main-nav-toggler {
  margin-top: 10px;
  display: none; }
  @media (max-width: 768px) {
    .ar .main-nav-toggler {
      display: flex; } }

.ar-actions-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.ar #productConfig .final-price-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .ar #productConfig .final-price-wrapper .cta-cart button {
      margin: 0 auto;
      width: 100%; } }

.addebiti .modal-copy {
  padding: 0; }
.addebiti .ar-item-data-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D4D7E5; }
  .addebiti .ar-item-data-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
.addebiti .ar-item-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  color: #653CBD;
  margin-bottom: 10px; }
.addebiti .ar-data {
  font-weight: 700; }

#pausa-abb {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap; }
  #pausa-abb .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
  #pausa-abb .input-wrapper {
    display: flex;
    gap: 10px;
    flex: 1;
    flex-wrap: wrap;
    align-items: center; }
  #pausa-abb input {
    width: auto; }

.datepicker-container {
  z-index: 3000 !important; }

.ar-cta-list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px; }

.ar .cta-back {
  display: inline-flex;
  align-items: center; }
  .ar .cta-back::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: url(../icons/icon-arrow-back.svg) no-repeat center center;
    background-size: auto;
    background-size: contain; }
  .ar .cta-back a, .ar .cta-back a:hover, .ar .cta-back a:focus {
    text-decoration: underline; }

.account-form-content {
  margin-top: 20px;
  width: 100%; }
  .account-form-content .field-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .account-form-content .field-wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .account-form-content .small-text a {
    margin-top: 10px;
    display: flex; }

.ar-sections-wrapper.dati-account {
  max-width: 960px;
  margin: 0 auto;
  width: 100%; }

.esterni-txt a {
  text-decoration: underline;
  font-weight: 700; }

.orders-filter-wrapper {
  margin-top: 20px; }
  .orders-filter-wrapper .orders-filter {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 10px; }
    @media (max-width: 576px) {
      .orders-filter-wrapper .orders-filter {
        flex-direction: column;
        gap: 0; } }
  .orders-filter-wrapper .order-quantity {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
  .orders-filter-wrapper #timeframe, .orders-filter-wrapper #timeframe:focus {
    width: 100%;
    max-width: max-content;
    padding-right: 50px;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #D4D7E5;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }

.ordini-data-wrapper .ar-item-data-wrapper {
  width: 100%;
  gap: 0;
  flex-direction: column; }
  .ordini-data-wrapper .ar-item-data-wrapper .ar-item-title {
    margin-bottom: 10px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265; }
    @media (max-width: 576px) {
      .ordini-data-wrapper .ar-item-data-wrapper .ar-item-title {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
        color: #3E4265; } }

.ar-order-item {
  display: flex;
  width: 100%;
  background: #F3F6FF;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px; }
  .ar-order-item .order-heading {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #585C7B;
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 10px;
    flex-wrap: wrap; }
    .ar-order-item .order-heading li {
      display: flex;
      flex: 1;
      gap: 5px; }
      @media (max-width: 767px) {
        .ar-order-item .order-heading li {
          min-width: 50%; } }
      @media (max-width: 576px) {
        .ar-order-item .order-heading li {
          min-width: 100%; } }
  .ar-order-item .ar-item-main-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #D4D7E5; }
    @media (max-width: 576px) {
      .ar-order-item .ar-item-main-list {
        flex-direction: column; } }
  .ar-order-item .ar-item-amount {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
    @media (max-width: 480px) {
      .ar-order-item .ar-item-amount {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 10px; } }
  .ar-order-item .ar-item-desc-wrapper {
    display: flex;
    width: 100%;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    gap: 10px; }
    @media (max-width: 767px) {
      .ar-order-item .ar-item-desc-wrapper {
        flex-direction: column; } }
    .ar-order-item .ar-item-desc-wrapper .small-desc {
      line-height: 1.2; }
    .ar-order-item .ar-item-desc-wrapper .ar-label {
      text-transform: uppercase; }
    .ar-order-item .ar-item-desc-wrapper .ar-data {
      font-weight: 700; }
    .ar-order-item .ar-item-desc-wrapper ul {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .ar-order-item .ar-item-desc-wrapper li {
      display: flex;
      gap: 5px; }
      @media (max-width: 576px) {
        .ar-order-item .ar-item-desc-wrapper li {
          flex-direction: column; } }
  .ar-order-item .ar-item-main-list, .ar-order-item .ar-item-desc-wrapper, .ar-order-item .ar-actions-wrapper {
    padding: 0 20px; }

.ar.account {
  /*h2 {
  @include fontXM;
  justify-content: flex-start;
  margin-bottom: 0;
  width: 100%;
  flex: 1 0 100%;
  }*/ }
  .ar.account .ar-sections-wrapper.dati-account {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 576px) {
    .ar.account .radio-group-inline label, .ar.account .checkbox-inline label {
      margin-bottom: 10px; } }
  .ar.account .field-wrapper {
    margin-bottom: 10px; }
  .ar.account .ar-section {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 576px) {
      .ar.account .ar-section .row {
        margin-left: 0;
        margin-right: 0; } }
  .ar.account .block-set {
    display: flex;
    flex-direction: row;
    max-width: calc(100% - 200px); }
    @media (max-width: 576px) {
      .ar.account .block-set {
        max-width: 100%; } }
  .ar.account .credenziali .block-set {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-end; }
    .ar.account .credenziali .block-set button {
      width: max-content; }
      @media (max-width: 576px) {
        .ar.account .credenziali .block-set button {
          width: 80%;
          margin: 0 auto; } }
    .ar.account .credenziali .block-set .noedit {
      gap: 0; }
    @media (max-width: 767px) {
      .ar.account .credenziali .block-set label, .ar.account .credenziali .block-set .input-group {
        max-width: 100%;
        width: 50%;
        flex: 1 0 50%; } }
    @media (max-width: 576px) {
      .ar.account .credenziali .block-set label, .ar.account .credenziali .block-set .input-group {
        max-width: 100%;
        width: 100%;
        flex: 1 0 100%; } }
  .ar.account .cta-list {
    width: 200px; }
  .ar.account .noedit {
    flex: 1 0 100%;
    max-width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .ar.account .noedit {
        gap: 0; } }
    .ar.account .noedit input:disabled, .ar.account .noedit .input-group {
      border: 0;
      padding: 0;
      min-height: unset;
      background: none;
      opacity: 1 !important;
      height: auto;
      width: max-content; }
      @media (max-width: 767px) {
        .ar.account .noedit input:disabled, .ar.account .noedit .input-group {
          width: 50%; } }
    .ar.account .noedit label {
      flex: 1;
      display: flex;
      max-width: 160px; }
      @media (max-width: 767px) {
        .ar.account .noedit label {
          max-width: 100%; } }
      @media (max-width: 576px) {
        .ar.account .noedit label {
          flex: 1 0 100%; } }
  .ar.account .editable {
    flex: 1 0 100%;
    max-width: 100%; }
    .ar.account .editable input {
      max-width: 50%; }
      @media (max-width: 767px) {
        .ar.account .editable input {
          max-width: 100%; } }
  .ar.account .cta-modifica {
    margin-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    width: 200px; }
    @media (max-width: 767px) {
      .ar.account .cta-modifica .btn.btn-primary.btn-edit {
        width: 80%; } }
    @media (max-width: 767px) {
      .ar.account .cta-modifica {
        width: 100%;
        justify-content: center; } }
  .ar.account .privacy-nl {
    width: 100%; }
  .ar.account .privacy-data {
    width: 100%;
    padding: 0; }

.ar-item.scaduto .ar-label, .ar-item.scaduto .ar-data {
  color: #B50404;
  font-weight: 700; }

.buoni-regalo-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px; }
  .buoni-regalo-wrapper .buono-regalo-item-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(33% - 20px);
    max-width: calc(33% - 10px);
    flex-wrap: wrap;
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    gap: 20px; }
    @media (max-width: 990px) {
      .buoni-regalo-wrapper .buono-regalo-item-wrapper {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px); } }
    @media (max-width: 576px) {
      .buoni-regalo-wrapper .buono-regalo-item-wrapper {
        flex: 1 0 100%;
        max-width: 100%; } }
  .buoni-regalo-wrapper .br-visual {
    display: flex;
    width: 100%; }
    .buoni-regalo-wrapper .br-visual img {
      width: 100%; }
  .buoni-regalo-wrapper .br-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D4D7E5;
    padding-bottom: 10px; }
    .buoni-regalo-wrapper .br-heading span {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #3E4265;
      color: #653CBD;
      font-weight: 400; }
      @media (max-width: 767px) {
        .buoni-regalo-wrapper .br-heading span {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1.25rem;
          font-weight: 400;
          line-height: 1.4;
          color: #3E4265;
          color: #653CBD; } }
    .buoni-regalo-wrapper .br-heading .br-value-data, .buoni-regalo-wrapper .br-heading .br-residue-data {
      font-weight: 700; }
  .buoni-regalo-wrapper .br-data-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column; }
    .buoni-regalo-wrapper .br-data-list li {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #D4D7E5;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .buoni-regalo-wrapper .br-data-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
    .buoni-regalo-wrapper .br-data-list .br-label {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      text-transform: uppercase; }
    .buoni-regalo-wrapper .br-data-list .br-title {
      display: flex;
      flex: 1 0 100%;
      width: 100%;
      font-weight: 700; }
    .buoni-regalo-wrapper .br-data-list .br-amount {
      font-weight: 700; }
      @media (max-width: 767px) {
        .buoni-regalo-wrapper .br-data-list .br-amount {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: .875rem;
          font-weight: 400;
          line-height: 1.4;
          color: #3E4265;
          font-weight: 700; } }

.ar.pagamenti .payments-list-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap; }
  .ar.pagamenti .payments-list-wrapper .payments-list-item {
    position: relative;
    display: flex;
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    flex-wrap: wrap; }
    .ar.pagamenti .payments-list-wrapper .payments-list-item.fav::before {
      content: 'PREFERITO';
      position: absolute;
      top: -5px;
      right: 0;
      display: flex;
      font-size: .75rem;
      background: #24CE85;
      color: #000000;
      padding: 3px 6px; }
    @media (max-width: 1200px) {
      .ar.pagamenti .payments-list-wrapper .payments-list-item {
        flex: 1 0 100%;
        max-width: 100%; } }
  .ar.pagamenti .payments-list-wrapper .pay-actions-wrapper {
    display: flex;
    flex: 1 0 100%;
    margin-left: auto;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-end; }
    @media (max-width: 576px) {
      .ar.pagamenti .payments-list-wrapper .pay-actions-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px; } }
    .ar.pagamenti .payments-list-wrapper .pay-actions-wrapper button {
      margin: 0; }
      @media (max-width: 576px) {
        .ar.pagamenti .payments-list-wrapper .pay-actions-wrapper button {
          width: 80%;
          margin: 0 auto;
          max-width: unset;
          justify-content: center; } }
.ar.pagamenti .add .payment-method {
  max-width: 100%; }
.ar.pagamenti .payment-method, .ar.pagamenti .pay-orders-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start; }
.ar.pagamenti .payment-method {
  max-width: 220px; }
  @media (max-width: 576px) {
    .ar.pagamenti .payment-method {
      width: 100%;
      flex: 1 0 100%;
      max-width: 100%; } }
  .ar.pagamenti .payment-method img {
    max-width: 44px;
    height: auto;
    margin-bottom: 10px; }
.ar.pagamenti .pay-orders-wrapper {
  max-width: calc(100% - 220px;); }
.ar.pagamenti .payments-list-item.add {
  align-content: center;
  gap: 20px;
  border: 1px dashed #131022;
  border-radius: 10px; }
.ar.pagamenti .add .payment-method {
  max-width: 100%; }
  .ar.pagamenti .add .payment-method img {
    margin: 0 auto;
    width: 36px; }
.ar.pagamenti .pay-order-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  color: #653CBD; }
.ar.pagamenti .pay-orders-item {
  border-bottom: 1px solid #D4D7E5;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .ar.pagamenti .pay-orders-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
.ar.pagamenti .paychange-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center; }
.ar.pagamenti .paychange.row {
  gap: 20px; }
  .ar.pagamenti .paychange.row .field-wrapper {
    padding: 0; }

.ar.indirizzi .addresses-list-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap; }
  .ar.indirizzi .addresses-list-wrapper .addresses-list-item {
    position: relative;
    display: flex;
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: #F3F6FF;
    border-radius: 10px;
    padding: 20px;
    flex-wrap: wrap; }
    .ar.indirizzi .addresses-list-wrapper .addresses-list-item.fav::before {
      content: 'PREFERITO';
      position: absolute;
      top: -5px;
      right: 0;
      display: flex;
      font-size: .75rem;
      background: #24CE85;
      color: #000000;
      padding: 3px 6px; }
    @media (max-width: 1200px) {
      .ar.indirizzi .addresses-list-wrapper .addresses-list-item {
        flex: 1 0 100%;
        max-width: 100%; } }
  .ar.indirizzi .addresses-list-wrapper .addr-actions-wrapper {
    display: flex;
    flex: 1 0 100%;
    margin-left: auto;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-end; }
    @media (max-width: 576px) {
      .ar.indirizzi .addresses-list-wrapper .addr-actions-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px; } }
    .ar.indirizzi .addresses-list-wrapper .addr-actions-wrapper button {
      margin: 0; }
      @media (max-width: 576px) {
        .ar.indirizzi .addresses-list-wrapper .addr-actions-wrapper button {
          width: 80%;
          margin: 0 auto;
          max-width: unset;
          justify-content: center; } }
.ar.indirizzi .addr-name {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700; }
.ar.indirizzi .addr-orders-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 10px; }
  .ar.indirizzi .addr-orders-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    border-bottom: 0; }
.ar.indirizzi .addr-orders-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #D4D7E5; }
  .ar.indirizzi .addr-orders-list li {
    border-bottom: 1px solid #D4D7E5;
    padding: 5px 0; }
.ar.indirizzi .addrchange-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center; }
.ar.indirizzi .addrchange.row {
  gap: 20px; }
  .ar.indirizzi .addrchange.row .field-wrapper {
    padding: 0; }
.ar.indirizzi .addresses-list-item.add {
  align-content: center;
  gap: 20px;
  border: 1px dashed #131022;
  border-radius: 10px; }
.ar.indirizzi .add .address-new {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center; }
  .ar.indirizzi .add .address-new img {
    margin: 0 auto;
    width: 36px; }
.ar.indirizzi .form-wrapper.main-data {
  width: 100%;
  max-width: 100%; }
  .ar.indirizzi .form-wrapper.main-data .base-form label {
    color: #131022; }

.ar.workflow .workflow-content {
  flex-wrap: wrap;
  flex-direction: row; }
.ar.workflow .addresses-item {
  flex: 1; }
.ar.workflow .riepilogo .address-details {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
.ar.workflow .scheda-main .riepilogo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid #D4D7E5; }
  .ar.workflow .scheda-main .riepilogo h2 {
    border-bottom: 0;
    margin-bottom: 0;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265; }
    @media (max-width: 767px) {
      .ar.workflow .scheda-main .riepilogo h2 {
        text-align: left; } }
  .ar.workflow .scheda-main .riepilogo .data-wrapper {
    flex-direction: column;
    gap: 10px; }
  .ar.workflow .scheda-main .riepilogo .price-wrapper {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 700; }
    .ar.workflow .scheda-main .riepilogo .price-wrapper .vat-included {
      width: 100%;
      display: flex;
      flex: 1 0 100%;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265;
      font-weight: 400;
      justify-content: flex-end; }
  .ar.workflow .scheda-main .riepilogo .delivery-charges {
    display: block;
    flex: 1 0 100%;
    text-align: right;
    max-width: 100%;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 400; }
    .ar.workflow .scheda-main .riepilogo .delivery-charges .price, .ar.workflow .scheda-main .riepilogo .delivery-charges .unit {
      font-weight: 400; }
    .ar.workflow .scheda-main .riepilogo .delivery-charges .delivery-label {
      margin-left: 5px; }
.ar.workflow.payment .workflow-content {
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  background: none;
  box-shadow: none;
  gap: 20px; }
  @media (max-width: 767px) {
    .ar.workflow.payment .workflow-content {
      gap: 20px 0; } }
  .ar.workflow.payment .workflow-content .radio-group-inline, .ar.workflow.payment .workflow-content .checkbox-inline {
    margin-top: 0; }
.ar.workflow .main-content {
  display: flex;
  flex: 1 0 calc(66% - 20px);
  max-width: calc(66% - 20px);
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row; }
  .ar.workflow .main-content .payment-list {
    padding: 0; }
  @media (max-width: 900px) {
    .ar.workflow .main-content {
      flex: 1 0 calc(50% - 24px);
      max-width: calc(50% - 24px); } }
  @media (max-width: 767px) {
    .ar.workflow .main-content {
      flex: 1 0 100%;
      max-width: 100%;
      padding: 20px;
      background: none;
      box-shadow: none; } }
.ar.workflow.rinnovi .renew-address-wrapper {
  border-bottom: 0; }
.ar.workflow.rinnovi .contest-wrapper {
  display: flex;
  margin: 10px 0;
  flex-direction: row;
  gap: 5px; }
  .ar.workflow.rinnovi .contest-wrapper .contest-title {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 3px;
    flex-wrap: wrap; }
  .ar.workflow.rinnovi .contest-wrapper p {
    display: inline-flex;
    margin-bottom: 0;
    width: max-content; }
  .ar.workflow.rinnovi .contest-wrapper h3 {
    display: inline-flex;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    justify-content: flex-end;
    width: max-content; }
  .ar.workflow.rinnovi .contest-wrapper .contest-link {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-decoration: underline;
    width: 100%;
    flex: 1 0 100%; }
@media (max-width: 767px) {
  .ar.workflow.rinnovi .delivery-charges {
    text-align: right;
    justify-content: flex-end; } }
.ar.workflow.rinnovi .steps-wrapper {
  margin: 0 auto;
  padding: 0 20px; }
.ar.workflow.rinnovi .renew-address-wrapper .addresses-item {
  max-width: 33%;
  min-width: 33%; }
  @media (max-width: 767px) {
    .ar.workflow.rinnovi .renew-address-wrapper .addresses-item {
      min-width: 48%;
      max-width: 48%; } }
  @media (max-width: 576px) {
    .ar.workflow.rinnovi .renew-address-wrapper .addresses-item {
      flex-direction: column;
      min-width: 100%;
      max-width: 100%; } }
.ar.workflow.rinnovi .scheda.offer {
  grid-template-columns: 1fr 2fr; }
  @media (max-width: 576px) {
    .ar.workflow.rinnovi .scheda.offer {
      grid-template-columns: 1fr; } }
  .ar.workflow.rinnovi .scheda.offer .scheda-title {
    grid-area: title;
    justify-content: flex-start; }
    @media (max-width: 576px) {
      .ar.workflow.rinnovi .scheda.offer .scheda-title {
        max-width: 100%; } }
  .ar.workflow.rinnovi .scheda.offer .offer-visual {
    flex: 1;
    margin-top: 0; }
.ar.workflow.rinnovi .gift-wrapper {
  flex-direction: row; }
.ar.workflow.rinnovi .gift-titles h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  margin: 0; }
  @media (max-width: 576px) {
    .ar.workflow.rinnovi .gift-titles h3 {
      line-height: 1.1;
      text-align: right; } }
.ar.workflow.rinnovi .item-address, .ar.workflow.rinnovi .address-data-wrapper {
  align-items: flex-start;
  height: 100%; }
.ar.workflow.rinnovi .address-details {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.ar.workflow.rinnovi .address-actions {
  border-top: 0.5px solid #C2C2C2;
  margin-top: 10px;
  padding-top: 10px;
  align-self: flex-end;
  margin-right: auto;
  width: 100%; }
.ar.workflow .ar-renew-form-wrapper {
  margin: 30px 0;
  padding: 0;
  width: 100%; }
.ar.workflow .ar-sections-wrapper h3 {
  justify-content: flex-start;
  margin: 0; }
.ar.workflow .cta-workflow {
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .ar.workflow .cta-workflow button {
    margin: 0 auto; }

.ar .switch {
  position: relative;
  display: flex;
  width: max-content;
  height: 34px;
  margin-bottom: 0; }
  .ar .switch .invoice-label {
    width: max-content; }
  .ar .switch .toggle.round {
    border-radius: 34px;
    width: 60px;
    position: relative;
    margin-left: 10px; }

legend, .check-informativa {
  display: none; }

.ar .promocode-content {
  width: 100%;
  display: flex;
  background: white;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap; }
  .ar .promocode-content .btn-promo {
    min-width: 200px;
    margin: 0 auto;
    padding: 13px 10px; }
  .ar .promocode-content .promo-codice-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%; }
    @media (max-width: 767px) {
      .ar .promocode-content .promo-codice-wrapper {
        flex: 1 0 100%; } }
  @media (max-width: 576px) {
    .ar .promocode-content {
      flex-direction: row; } }

.promocode-applied {
  display: block;
  width: 100%;
  padding: 20px 0; }
  .promocode-applied a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .promocode-applied {
      display: none !important; } }

.promo-code-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%; }
  .promo-code-content-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    font-weight: 700;
    width: 100%;
    flex: 1 0 100%;
    display: flex; }

@media (max-width: 768px) {
  .conferma-dati .main-nav-toggler {
    margin-top: 10px; } }

.ar.login header nav .container.flex {
  padding: 0 !important; }
.ar.login .login-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 8px;
  padding: 20px; }
@media (max-width: 576px) {
  .ar.login .control__indicator {
    top: 3px; } }
.ar.login .checkbox-text {
  display: flex;
  margin-top: 5px;
  padding: 0 0 0 20px;
  text-transform: none; }
  @media (max-width: 576px) {
    .ar.login .checkbox-text {
      padding: 0 0 0 20px; } }
.ar.login .field-wrapper {
  gap: 5px;
  margin-bottom: 10px; }
  .ar.login .field-wrapper.cta-login {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 36px;
    flex-wrap: wrap; }
    @media (max-width: 576px) {
      .ar.login .field-wrapper.cta-login {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .ar.login .field-wrapper.cta-login button {
          width: 80%; } }
  .ar.login .field-wrapper.etichetta-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px; }
    .ar.login .field-wrapper.etichetta-wrapper .img-etichetta {
      width: 100%;
      max-width: 226px; }
    @media (max-width: 576px) {
      .ar.login .field-wrapper.etichetta-wrapper {
        flex-direction: column;
        justify-content: center; } }
.ar.login .col-sm-12.login-heading {
  text-align: center;
  margin: 0 20px 30px; }
  .ar.login .col-sm-12.login-heading h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700; }
.ar.login .col-sm-12.login-dida {
  text-align: center;
  margin: 30px 20px; }
@media (max-width: 767px) {
  .ar.login .logo {
    margin: 0 auto; } }
.ar.login .ar-block.login-block {
  margin: 30px 0; }

.ar.workflow.rinnovi .scheda.offer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D4D7E5; }
  .ar.workflow.rinnovi .scheda.offer:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

@media (max-width: 576px) {
  .ar.workflow .main-visual-wrapper {
    display: flex; } }

.ar-sections-wrapper h3 {
  justify-content: flex-start;
  margin: 0; }

.abbonamenti-list-wrapper .ar-item-data-wrapper .ar-item-title {
  font-size: 1.25rem; }

.rinnovi.monofferta .radio-choice {
  display: none; }

.rinnovi.monofferta .choice.renew-item .choice-title, .rinnovi.monofferta .choice.renew-item .data-wrapper, .rinnovi.monofferta .choice.renew-item .gift-wrapper {
  padding-left: 0; }

.renew-title-wrapper {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .renew-title-wrapper {
      margin-bottom: 10px; } }
  .renew-title-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98; }
    @media (max-width: 576px) {
      .renew-title-wrapper h2 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04; } }

.choice.renew-item {
  width: calc(33% - 10px);
  padding: 10px; }
  @media (max-width: 900px) {
    .choice.renew-item {
      width: calc(50% - 10px); } }
  @media (max-width: 576px) {
    .choice.renew-item {
      width: 100%; } }

.monofferta .choice.renew-item {
  width: 50%;
  padding: 10px; }
  @media (max-width: 900px) {
    .monofferta .choice.renew-item {
      width: 100%; } }

.choice.renew-item .data-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end; }
  @media (max-width: 900px) {
    .choice.renew-item .data-wrapper {
      flex-direction: row-reverse; } }
  .choice.renew-item .data-wrapper .fullprice {
    margin-top: -10px; }

.monofferta .choice.renew-item .data-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between; }

.choices.renews-wrapper {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px; }

.rinnovi {
    /*.form-control:read-only, .form-control:read-only:active, .form-control:read-only:focus {
    border: 0;
    background: none;
    border-bottom: 1px solid $basepurple;
    padding: 19px 0;
    font-weight: 700;
        @include textMedium;
        font-weight: 700;
        opacity: 1!important;
        outline: 0;
        -moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
        color: $baseblack;
}*/ }
  .rinnovi .contest-wrapper {
    margin: 20px 0 20px; }
    @media (max-width: 900px) {
      .rinnovi .contest-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border: 0; } }
  .rinnovi .renew-item .control {
    margin-bottom: 0; }
  .rinnovi .gift-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start; }
    @media (max-width: 1200px) {
      .rinnovi .gift-wrapper {
        flex-direction: column-reverse; } }
    @media (max-width: 900px) {
      .rinnovi .gift-wrapper {
        flex-direction: row-reverse; } }
    @media (max-width: 767px) {
      .rinnovi .gift-wrapper {
        flex-direction: column-reverse; } }
    @media (max-width: 576px) {
      .rinnovi .gift-wrapper {
        flex-direction: row-reverse; } }
  .rinnovi .gift-heading p {
    margin-bottom: 0; }
  .rinnovi .choice-title {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    align-items: baseline; }
    .rinnovi .choice-title .issues {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; }
    .rinnovi .choice-title .additional-notes {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95;
      flex-basis: 100%; }
  .rinnovi .cta-list-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px auto; }
  @media (max-width: 576px) {
    .rinnovi .visual-wrapper {
      max-width: 160px; } }
  .rinnovi .delivery-charges {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1; }
  .rinnovi .fullprice .price, .rinnovi .fullprice .unit {
    text-decoration: line-through; }
  .rinnovi .contest-titles {
    cursor: pointer; }

.rinnovi {
    /*.promo-wrapper {
    position: relative;
    padding: 10px 15px;
    background: #8850FF;
    background: rgba(255, 255, 255, 0.65);
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    margin: 10px -20px;
    width: auto;
}*/ }
  .rinnovi .choice-title, .rinnovi .data-wrapper, .rinnovi .gift-wrapper {
    padding-left: 30px; }
  .rinnovi .steps-wrapper {
    margin: 0 0 30px;
    padding: 0; }

.ar-renew-form-wrapper {
  margin-left: auto;
  padding: 0; }
  .ar-renew-form-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #653CBD; }
    @media (max-width: 576px) {
      .ar-renew-form-wrapper h3 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 0.95; } }

.renew-address-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 20px; }
  @media (max-width: 576px) {
    .renew-address-wrapper {
      flex-direction: column; } }
  .renew-address-wrapper .addresses-item {
    max-width: unset;
    min-width: auto; }

.ar.rinnovi .card-data-wrapper {
  gap: 0; }

.ar.rinnovi .payment-list {
  padding: 0; }

.ar.rinnovi .payment-data-wrapper {
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; }
  .ar.rinnovi .payment-data-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    color: #15006B;
    margin: 0; }

.ar.rinnovi .ar-renews-wrapper {
  padding: 0; }

.ar.rinnovi .cart-col.middle li {
  border: 0; }
@media (max-width: 576px) {
  .ar.rinnovi .cart-col.middle ul {
    border-bottom: 0.5px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .ar.rinnovi .cart-col.middle li {
    border: 0;
    height: 100%;
    margin-bottom: -15px; }
  .ar.rinnovi .cart-col.middle .desc {
    border: 0; } }

.delivery-abroad-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #653CBD;
  margin: 15px 0; }
.delivery-abroad-wrapper .control__indicator {
  top: -3px; }
.delivery-abroad-wrapper .delivery-label {
  text-transform: none;
  font-weight: 400; }
.delivery-abroad-wrapper .delivery-charges-wrapper {
  margin: 10px 0; }

.ar.rinnovi {
    /*.promo-code-label-wrapper, .promo-amount, .promo-totals .full-price-wrapper, .promo-totals .full-price-data, .promo-totals .full-price-wrapper .price, .promo-totals .full-price-data .price, .promo-totals .full-price-wrapper .price, .promo-totals .full-price-wrapper .unit, .promo-totals .full-price-data .price, .promo-totals .full-price-data .unit {
    color: $fullwhite;
}*/ }
  .ar.rinnovi .cta-remove::before {
    background: url("../icons/ico-trash-white.svg") no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block; }

.rinnovi.workflow.steps .scheda.offer .offer-visual {
  width: 100%; }

.ar-renews-wrapper .privacy-data.form-wrapper {
  margin-bottom: 0; }

.ar.rinnovi .promo-box-wrapper {
  margin: 0 0 5px;
  width: 100%; }
  .ar.rinnovi .promo-box-wrapper .promo-wrapper {
    margin: 0; }

.ar.rinnovi .promo-totals .full-price-label, .ar.rinnovi .promo-totals .price, .ar.rinnovi .promo-totals .unit {
  color: #FFFFFF; }

.regali-hero {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .regali-hero {
      flex-direction: column; } }
  .regali-hero .regali-item {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: flex-start; }
  .regali-hero .hero-regali {
    width: 100%;
    text-align: center; }
    .regali-hero .hero-regali img {
      width: auto;
      max-width: 100%; }
      @media (max-width: 767px) {
        .regali-hero .hero-regali img {
          width: 70%; } }
  .regali-hero h1 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.98; }
    @media (max-width: 767px) {
      .regali-hero h1 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.875rem;
        line-height: 0.98; } }
  .regali-hero p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    line-height: 1.27; }
    @media (max-width: 767px) {
      .regali-hero p {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.22; } }

.regali-content {
  display: flex;
  gap: 20px;
  align-items: stretch; }
  @media (max-width: 576px) {
    .regali-content {
      flex-direction: column; } }
  .regali-content .regali-box {
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    padding: 0;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    align-content: stretch;
    justify-content: flex-start;
    background: #F3F6FF;
    box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    overflow: hidden; }
    .regali-content .regali-box p {
      margin: 20px 0; }
    .regali-content .regali-box h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98; }
      @media (max-width: 767px) {
        .regali-content .regali-box h2 {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1.5rem;
          line-height: 1.04; } }
    .regali-content .regali-box h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .regali-content .regali-box h3 {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1rem;
          line-height: 1.22; } }
    .regali-content .regali-box.abbonamenti h2 {
      color: #0A70F5; }
    .regali-content .regali-box.buoni h2 {
      color: #10935B; }
  .regali-content .regali-box.abbonamenti .btn-primary, .regali-content .regali-box.abbonamenti .btn-primary:hover, .regali-content .regali-box.abbonamenti .btn-primary:focus, .regali-content .regali-box.abbonamenti a.btn-primary:not([href]), .regali-content .regali-box.abbonamenti a.btn-primary:not([href]):hover, .regali-content .regali-box.abbonamenti a.btn-primary:not([href]):focus {
    color: #000000;
    border-color: #24CE85;
    background: #24CE85;
    text-decoration: none;
    align-self: flex-start;
    margin-top: auto; }
  .regali-content .regali-box.buoni .btn-primary, .regali-content .regali-box.buoni .btn-primary:hover, .regali-content .regali-box.buoni .btn-primary:focus, .regali-content .regali-box.buoni a.btn-primary:not([href]), .regali-content .regali-box.buoni a.btn-primary:not([href]):hover, .regali-content .regali-box.buoni a.btn-primary:not([href]):focus {
    color: #000000;
    border-color: #24CE85;
    background: #24CE85;
    text-decoration: none;
    align-self: flex-start;
    margin-top: auto; }

.regali.trova h2, .regali.suggerimenti h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98; }
  @media (max-width: 767px) {
    .regali.trova h2, .regali.suggerimenti h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
.regali.trova p, .regali.suggerimenti p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .regali.trova p, .regali.suggerimenti p {
      padding: 0 0 20px; } }
  @media (max-width: 576px) {
    .regali.trova p, .regali.suggerimenti p {
      padding: 0; } }
@media (max-width: 767px) {
  .regali.trova .regali-hero, .regali.suggerimenti .regali-hero {
    margin: 0 auto; } }
.regali.trova .btn-primary, .regali.trova .btn-primary:hover, .regali.trova .btn-primary:focus, .regali.trova a.btn-primary:not([href]), .regali.trova a.btn-primary:not([href]):hover, .regali.trova a.btn-primary:not([href]):focus, .regali.suggerimenti .btn-primary, .regali.suggerimenti .btn-primary:hover, .regali.suggerimenti .btn-primary:focus, .regali.suggerimenti a.btn-primary:not([href]), .regali.suggerimenti a.btn-primary:not([href]):hover, .regali.suggerimenti a.btn-primary:not([href]):focus {
  color: #14142B;
  border-color: #0A70F5;
  background: none;
  text-decoration: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95; }
  .regali.trova .btn-primary.active, .regali.trova .btn-primary:hover.active, .regali.trova .btn-primary:focus.active, .regali.trova a.btn-primary:not([href]).active, .regali.trova a.btn-primary:not([href]):hover.active, .regali.trova a.btn-primary:not([href]):focus.active, .regali.suggerimenti .btn-primary.active, .regali.suggerimenti .btn-primary:hover.active, .regali.suggerimenti .btn-primary:focus.active, .regali.suggerimenti a.btn-primary:not([href]).active, .regali.suggerimenti a.btn-primary:not([href]):hover.active, .regali.suggerimenti a.btn-primary:not([href]):focus.active {
    color: #FFFFFF;
    background: #0A70F5;
    border-color: #0A70F5; }
  .regali.trova .btn-primary.disabled, .regali.trova .btn-primary:hover.disabled, .regali.trova .btn-primary:focus.disabled, .regali.trova a.btn-primary:not([href]).disabled, .regali.trova a.btn-primary:not([href]):hover.disabled, .regali.trova a.btn-primary:not([href]):focus.disabled, .regali.suggerimenti .btn-primary.disabled, .regali.suggerimenti .btn-primary:hover.disabled, .regali.suggerimenti .btn-primary:focus.disabled, .regali.suggerimenti a.btn-primary:not([href]).disabled, .regali.suggerimenti a.btn-primary:not([href]):hover.disabled, .regali.suggerimenti a.btn-primary:not([href]):focus.disabled {
    color: #777777;
    border-color: #C2C2C2;
    background: #f9f9f9;
    text-decoration: none;
    opacity: .6; }
.regali.trova .regali-trova-item, .regali.suggerimenti .regali-trova-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  text-align: center;
  border-radius: 9px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  background: #F3F6FF; }
  .regali.trova .regali-trova-item h2, .regali.suggerimenti .regali-trova-item h2 {
    color: #0A70F5; }
    @media (max-width: 767px) {
      .regali.trova .regali-trova-item h2, .regali.suggerimenti .regali-trova-item h2 {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        line-height: 1.04; } }
  .regali.trova .regali-trova-item .heading, .regali.suggerimenti .regali-trova-item .heading {
    padding: 10px;
    border-bottom: 0;
    margin-bottom: 0; }
  .regali.trova .regali-trova-item .gift-filter-list, .regali.suggerimenti .regali-trova-item .gift-filter-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    list-style: none; }
    .regali.trova .regali-trova-item .gift-filter-list li, .regali.suggerimenti .regali-trova-item .gift-filter-list li {
      display: flex; }
  .regali.trova .regali-trova-item #location01, .regali.suggerimenti .regali-trova-item #location01 {
    max-width: 320px;
    margin: 10px auto; }
.regali.trova .item-location label, .regali.suggerimenti .item-location label {
  margin: 0; }
.regali.trova .btn-primary.trova-regalo, .regali.trova .btn-primary.trova-regalo:hover, .regali.trova .btn-primary.trova-regalo:focus, .regali.trova a.btn-primary.trova-regalo:not([href]), .regali.trova a.btn-primary.trova-regalo:not([href]):hover, .regali.trova a.btn-primary.trova-regalo:not([href]):focus, .regali.suggerimenti .btn-primary.trova-regalo, .regali.suggerimenti .btn-primary.trova-regalo:hover, .regali.suggerimenti .btn-primary.trova-regalo:focus, .regali.suggerimenti a.btn-primary.trova-regalo:not([href]), .regali.suggerimenti a.btn-primary.trova-regalo:not([href]):hover, .regali.suggerimenti a.btn-primary.trova-regalo:not([href]):focus {
  color: #FFFFFF;
  border-color: #0A70F5;
  background: #0A70F5;
  text-decoration: none;
  margin: 20px auto;
  display: flex;
  min-width: 240px;
  justify-content: center;
  padding: 15px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22; }

.suggerimenti .container.related {
  margin-bottom: 20px; }

.suggestions-grid h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5;
  border-top: 1px solid #14142B;
  padding: 15px 0; }

.suggerimenti .cta-list-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-top: 10px;
  color: #14142B; }
.suggerimenti .cta-list-wrapper .cta-list {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  border: 0;
  margin: 15px auto; }
  @media (max-width: 576px) {
    .suggerimenti .cta-list-wrapper .cta-list {
      gap: 15px; } }
.suggerimenti .cta-list-wrapper .btn-primary.cerca-regalo {
  padding: 15px 30px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }
.suggerimenti .cta-list-wrapper .btn-primary.buoni-regalo {
  padding: 15px 30px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  background: #24CE85;
  color: #FFFFFF;
  border-color: #24CE85; }

.regali.buoni .content-wrapper h2, .regali.buoni.personalizzazione .content-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 0.9;
  color: #10935B; }
  @media (max-width: 767px) {
    .regali.buoni .content-wrapper h2, .regali.buoni.personalizzazione .content-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; } }
.regali.buoni p, .regali.buoni.personalizzazione p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  padding: 0 0 10px; }
  @media (max-width: 767px) {
    .regali.buoni p, .regali.buoni.personalizzazione p {
      padding: 0 0 20px; } }
  @media (max-width: 576px) {
    .regali.buoni p, .regali.buoni.personalizzazione p {
      padding: 0; } }
@media (max-width: 767px) {
  .regali.buoni .regali-hero, .regali.buoni.personalizzazione .regali-hero {
    margin: 0 auto; } }
.regali.buoni .btn-primary, .regali.buoni .btn-primary:hover, .regali.buoni .btn-primary:focus, .regali.buoni a.btn-primary:not([href]), .regali.buoni a.btn-primary:not([href]):hover, .regali.buoni a.btn-primary:not([href]):focus, .regali.buoni.personalizzazione .btn-primary, .regali.buoni.personalizzazione .btn-primary:hover, .regali.buoni.personalizzazione .btn-primary:focus, .regali.buoni.personalizzazione a.btn-primary:not([href]), .regali.buoni.personalizzazione a.btn-primary:not([href]):hover, .regali.buoni.personalizzazione a.btn-primary:not([href]):focus {
  color: #14142B;
  border-color: #24CE85;
  background: none;
  text-decoration: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95; }
  .regali.buoni .btn-primary.active, .regali.buoni .btn-primary:hover.active, .regali.buoni .btn-primary:focus.active, .regali.buoni a.btn-primary:not([href]).active, .regali.buoni a.btn-primary:not([href]):hover.active, .regali.buoni a.btn-primary:not([href]):focus.active, .regali.buoni.personalizzazione .btn-primary.active, .regali.buoni.personalizzazione .btn-primary:hover.active, .regali.buoni.personalizzazione .btn-primary:focus.active, .regali.buoni.personalizzazione a.btn-primary:not([href]).active, .regali.buoni.personalizzazione a.btn-primary:not([href]):hover.active, .regali.buoni.personalizzazione a.btn-primary:not([href]):focus.active {
    color: #FFFFFF;
    background: #24CE85;
    border-color: #24CE85; }
  .regali.buoni .btn-primary.disabled, .regali.buoni .btn-primary:hover.disabled, .regali.buoni .btn-primary:focus.disabled, .regali.buoni a.btn-primary:not([href]).disabled, .regali.buoni a.btn-primary:not([href]):hover.disabled, .regali.buoni a.btn-primary:not([href]):focus.disabled, .regali.buoni.personalizzazione .btn-primary.disabled, .regali.buoni.personalizzazione .btn-primary:hover.disabled, .regali.buoni.personalizzazione .btn-primary:focus.disabled, .regali.buoni.personalizzazione a.btn-primary:not([href]).disabled, .regali.buoni.personalizzazione a.btn-primary:not([href]):hover.disabled, .regali.buoni.personalizzazione a.btn-primary:not([href]):focus.disabled {
    color: #777777;
    border-color: #C2C2C2;
    background: #f9f9f9;
    text-decoration: none;
    opacity: .6; }
.regali.buoni .btn-primary.buoni, .regali.buoni .btn-primary.buoni:hover, .regali.buoni .btn-primary.buoni:focus, .regali.buoni a.btn-primary.buoni:not([href]), .regali.buoni a.btn-primary.buoni:not([href]):hover, .regali.buoni a.btn-primary.buoni:not([href]):focus, .regali.buoni.personalizzazione .btn-primary.buoni, .regali.buoni.personalizzazione .btn-primary.buoni:hover, .regali.buoni.personalizzazione .btn-primary.buoni:focus, .regali.buoni.personalizzazione a.btn-primary.buoni:not([href]), .regali.buoni.personalizzazione a.btn-primary.buoni:not([href]):hover, .regali.buoni.personalizzazione a.btn-primary.buoni:not([href]):focus {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  margin: 20px auto;
  display: flex;
  min-width: 240px;
  justify-content: center;
  padding: 15px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22; }

.regali.buoni .buoni-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 20px;
  align-items: center; }
.regali.buoni .faq-list h2 {
  color: #FFFFFF;
  border-bottom: 0;
  font-size: 2rem; }
.regali.buoni .faq-list .link {
  color: #14142B;
  padding: 20px 0 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
  .regali.buoni .faq-list .link a {
    color: #14142B;
    font-weight: 700; }
.regali.buoni .buoni-list-item {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px; }
  .regali.buoni .buoni-list-item img {
    height: auto;
    width: auto;
    max-width: 100%; }
  @media (max-width: 576px) {
    .regali.buoni .buoni-list-item {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .regali.buoni .buoni-list-item h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  @media (max-width: 1080px) {
    .regali.buoni .buoni-list-item {
      width: calc(33% - 20px); } }
  @media (max-width: 768px) {
    .regali.buoni .buoni-list-item {
      width: calc(50% - 20px); } }
  @media (max-width: 414px) {
    .regali.buoni .buoni-list-item {
      width: 100%;
      justify-content: center; } }
.regali.buoni .buoni-list-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  align-items: flex-start;
  height: max-content; }
  .regali.buoni .buoni-list-item a img {
    height: auto !important;
    width: auto;
    max-width: 100%; }
  .regali.buoni .buoni-list-item a p {
    color: #14142B; }
.regali.buoni .regali-copy {
  margin-bottom: 30px;
  border-bottom: 1px solid #14142B; }
  @media (max-width: 576px) {
    .regali.buoni .regali-copy {
      margin-bottom: 0; } }

.buoni-regalo-scelta-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px; }
  @media (max-width: 480px) {
    .buoni-regalo-scelta-wrapper {
      padding-right: 0; } }
  .buoni-regalo-scelta-wrapper .selezione-buono-wrapper {
    width: calc(25% - 15px);
    margin-right: 30px; }
    @media (max-width: 900px) {
      .buoni-regalo-scelta-wrapper .selezione-buono-wrapper {
        width: calc(40% - 15px); } }
    @media (max-width: 480px) {
      .buoni-regalo-scelta-wrapper .selezione-buono-wrapper {
        width: 100%;
        margin: 0 20px 20px 0; } }
  .buoni-regalo-scelta-wrapper .dati-buono-wrapper {
    width: calc(75% - 15px); }
    @media (max-width: 480px) {
      .buoni-regalo-scelta-wrapper .dati-buono-wrapper {
        margin: 0 20px 20px 0; } }
    .buoni-regalo-scelta-wrapper .dati-buono-wrapper .nav-item {
      margin: 0 20px 0 0; }
    @media (max-width: 900px) {
      .buoni-regalo-scelta-wrapper .dati-buono-wrapper {
        width: calc(60% - 15px); } }
    @media (max-width: 480px) {
      .buoni-regalo-scelta-wrapper .dati-buono-wrapper {
        width: 100%; }
        .buoni-regalo-scelta-wrapper .dati-buono-wrapper .nav-item {
          margin: 0 20px 20px 0; } }
  .buoni-regalo-scelta-wrapper .field-wrapper {
    margin-bottom: 15px; }
  .buoni-regalo-scelta-wrapper .auguri-mail-wrapper.row {
    padding: 0; }

#buono-gallery img {
  width: 100%; }
  #buono-gallery img.selected {
    padding: 3px;
    border: 1px solid #24CE85;
    opacity: 1; }
#buono-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
  justify-content: space-between; }
  #buono-gallery ul img {
    opacity: .5; }
  #buono-gallery ul li {
    width: calc(50% - 5px);
    padding: 5px; }

.dati-buono-wrapper .form-wrapper {
  margin-bottom: 20px; }
.dati-buono-wrapper .dati-buono-tabs {
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .dati-buono-wrapper .dati-buono-tabs {
      gap: 10px; } }
@media (max-width: 576px) {
  .dati-buono-wrapper .datepicker-wrapper {
    margin-top: 10px;
    justify-content: flex-end; } }
.dati-buono-wrapper .nav-pills .nav-link {
  color: #10935B;
  background-color: transparent;
  border: 1px solid #24CE85;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  line-height: 1; }
  @media (max-width: 576px) {
    .dati-buono-wrapper .nav-pills .nav-link {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; } }
.dati-buono-wrapper .nav-pills .nav-link.active, .dati-buono-wrapper .nav-pills .show > .nav-link {
  color: #000000;
  background-color: #24CE85;
  border: 1px solid #24CE85;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  line-height: 1; }
  @media (max-width: 576px) {
    .dati-buono-wrapper .nav-pills .nav-link.active, .dati-buono-wrapper .nav-pills .show > .nav-link {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; } }
.dati-buono-wrapper .nav-link::after {
  display: none; }

a.modal-anteprima {
  color: #0A70F5;
  margin: 10px 0 0;
  display: flex;
  text-transform: none; }

.buoni.scelta .cta-list.buoni {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 0;
  justify-content: center;
  padding: 0; }
  .buoni.scelta .cta-list.buoni button {
    margin: 0 10px; }
  @media (max-width: 576px) {
    .buoni.scelta .cta-list.buoni {
      flex-direction: column-reverse; }
      .buoni.scelta .cta-list.buoni button {
        margin: 0 0 10px 0; } }
  .buoni.scelta .cta-list.buoni .btn-primary, .buoni.scelta .cta-list.buoni .btn-primary:hover, .buoni.scelta .cta-list.buoni .btn-primary:focus, .buoni.scelta .cta-list.buoni a.btn-primary:not([href]), .buoni.scelta .cta-list.buoni a.btn-primary:not([href]):hover, .buoni.scelta .cta-list.buoni a.btn-primary:not([href]):focus {
    color: #FFFFFF;
    border-color: #24CE85;
    background: #24CE85;
    text-decoration: none;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22; }
  .buoni.scelta .cta-list.buoni .btn-outline-primary, .buoni.scelta .cta-list.buoni .btn-outline-primary:hover, .buoni.scelta .cta-list.buoni .btn-outline-primary:focus, .buoni.scelta .cta-list.buoni a.btn-outline-primary:not([href]), .buoni.scelta .cta-list.buoni a.btn-outline-primary:not([href]):hover, .buoni.scelta .cta-list.buoni a.btn-outline-primary:not([href]):focus {
    color: #777777;
    border-color: #777777;
    background: none;
    text-decoration: none;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22; }

.regali.category .tophero-wrapper {
  margin: 0 auto 10px;
  max-width: 1400px;
  text-align: center; }
.regali.category .cta-list-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: 100%;
  padding: 0 20px; }
.regali.category .cta-back {
  display: inline-flex;
  align-items: center; }
  .regali.category .cta-back a {
    text-decoration: underline; }
.regali.category .cta-back::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(../icons/icon-arrow-back.svg) no-repeat center center;
  background-size: auto;
  background-size: contain; }

.regali-content {
  margin: 30px 0; }
  .regali-content img {
    width: 100%; }
  .regali-content .box-regali-wrapper {
    padding: 20px; }
  .regali-content .box-regali-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    color: #14142B;
    text-transform: uppercase;
    weight: 700; }

.grid-items-heading h3 {
  display: flex;
  justify-content: center; }

.cta-trova {
  margin: 0 auto; }

.regali.buoni .customer-care-wrapper {
  display: flex;
  flex-direction: column; }
  .regali.buoni .customer-care-wrapper .faq-list {
    margin-bottom: 0; }
.regali.buoni p.link {
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 10px 0;
  gap: 3px;
  padding: 0 20px; }
  .regali.buoni p.link a {
    color: #FFFFFF;
    text-decoration: underline; }

.buoni.scelta .cta-list {
  justify-content: center; }

.regali-content .regali-box.abbonamenti .regali-hero-wrapper, .regali-content .regali-box.buoni .regali-hero-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding: 20px 0 0 20px;
  display: flex;
  align-items: flex-start; }
  @media (max-width: 1200px) {
    .regali-content .regali-box.abbonamenti .regali-hero-wrapper, .regali-content .regali-box.buoni .regali-hero-wrapper {
      padding: 20px 20px 0;
      height: 220px;
      flex-wrap: wrap;
      justify-content: center;
      align-content: flex-start;
      gap: 15px; } }
  .regali-content .regali-box.abbonamenti .regali-hero-wrapper.trova, .regali-content .regali-box.buoni .regali-hero-wrapper.trova {
    background: url("../images/bkg-buoni-regalo-header.webp") no-repeat top center;
    background-size: cover; }
  .regali-content .regali-box.abbonamenti .regali-hero-wrapper.buoni, .regali-content .regali-box.buoni .regali-hero-wrapper.buoni {
    background: url("../images/bkg-buoni-regalo-header.webp") no-repeat top center;
    background-size: cover; }
  .regali-content .regali-box.abbonamenti .regali-hero-wrapper h2, .regali-content .regali-box.buoni .regali-hero-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    color: #14142B;
    width: 100%;
    flex: 1 0 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 1200px) {
      .regali-content .regali-box.abbonamenti .regali-hero-wrapper h2, .regali-content .regali-box.buoni .regali-hero-wrapper h2 {
        justify-content: center; } }
  .regali-content .regali-box.abbonamenti .regali-hero-wrapper .buono01, .regali-content .regali-box.buoni .regali-hero-wrapper .buono01 {
    position: absolute;
    max-width: 400px;
    display: flex;
    top: -20px;
    right: -10px; }
    @media (max-width: 1200px) {
      .regali-content .regali-box.abbonamenti .regali-hero-wrapper .buono01, .regali-content .regali-box.buoni .regali-hero-wrapper .buono01 {
        position: relative;
        max-width: 320px;
        left: 0;
        right: 0;
        margin: auto;
        top: -30px; } }
  .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition {
    position: absolute;
    right: 0;
    display: flex;
    width: 380px; }
    @media (max-width: 1200px) {
      .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition {
        position: relative;
        width: 320px; } }
    .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg01, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg01 {
      position: absolute;
      top: 0;
      left: 40px;
      max-width: 130px;
      display: flex;
      transform: rotate(-5deg);
      box-shadow: 10px 10px 10px #00000085; }
      @media (max-width: 1200px) {
        .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg01, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg01 {
          left: 0; } }
    .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg02, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg02 {
      position: absolute;
      max-width: 130px;
      display: flex;
      transform: rotate(0);
      left: 110px;
      top: 10px;
      box-shadow: 10px 10px 10px #00000085; }
      @media (max-width: 1200px) {
        .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg02, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg02 {
          left: 80px; } }
    .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg03, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg03 {
      position: absolute;
      max-width: 130px;
      display: flex;
      transform: rotate(5deg);
      top: 30px;
      left: 210px;
      box-shadow: 10px 10px 10px #00000085; }
      @media (max-width: 1200px) {
        .regali-content .regali-box.abbonamenti .regali-hero-wrapper .img-composition .trovaimg03, .regali-content .regali-box.buoni .regali-hero-wrapper .img-composition .trovaimg03 {
          left: 160px; } }

.items-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: center;
  padding: 0; }

.bollettino-items-wrapper {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .bollettino-items-wrapper {
      flex-direction: column; } }
  .bollettino-items-wrapper .field-linear-wrapper {
    margin: 0; }
    .bollettino-items-wrapper .field-linear-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98; }
      @media (max-width: 576px) {
        .bollettino-items-wrapper .field-linear-wrapper h2 {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 1.125rem;
          line-height: 0.95;
          margin-bottom: 10px; } }
    .bollettino-items-wrapper .field-linear-wrapper p {
      margin-bottom: 20px; }
      @media (max-width: 576px) {
        .bollettino-items-wrapper .field-linear-wrapper p {
          font-family: "Manrope", Arial, Helvetica, sans-serif;
          font-size: 0.875rem;
          line-height: 1.1; } }
    .bollettino-items-wrapper .field-linear-wrapper .form-linear-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
    .bollettino-items-wrapper .field-linear-wrapper .form-linear-item {
      margin: 0 20px 20px 0; }
    .bollettino-items-wrapper .field-linear-wrapper .form-control {
      min-width: 280px; }

.bollettino-item.image {
  margin-right: 30px;
  flex: 1 0 30%; }
  .bollettino-item.image img {
    width: auto;
    max-width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .bollettino-item.image {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

.bollettino-item.cover {
  margin-right: 30px;
  flex: 1 0 200px;
  max-width: 200px; }
  @media (max-width: 767px) {
    .bollettino-item.cover {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0;
      flex: 1 0 160px;
      flex-wrap: wrap;
      display: flex;
      justify-content: center;
      align-self: center; } }

.bollettino-item.data {
  flex: 1 0 60%;
  max-width: 60%; }
  @media (max-width: 767px) {
    .bollettino-item.data {
      max-width: 100%; } }

@media (max-width: 767px) {
  .bollettino-data h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 0.9; } }
.bollettino-data h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .bollettino-data h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 0.95; } }
.bollettino-data .alert-message {
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  background-color: #B50404;
  margin-top: -20px; }
.bollettino-data .list-cta-end {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap; }
  .bollettino-data .list-cta-end a {
    display: inline-flex;
    margin: 0 10px; }
.bollettino-data p {
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }

.bollettino .form-group.email {
  margin-bottom: 30px; }

.bollettino .form-group h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  font-weight: 700;
  margin-bottom: 10px; }

/* styles 2025 */
.bollettino .scheda.offer {
  display: flex; }
  @media (max-width: 767px) {
    .bollettino .scheda.offer {
      flex: 1 0 25%;
      max-width: 25%; } }
  @media (max-width: 576px) {
    .bollettino .scheda.offer {
      flex: 1 0 100%;
      max-width: 100%; } }
.bollettino .payment-list {
  padding: 0;
  margin-top: 0; }
  @media (max-width: 576px) {
    .bollettino .payment-list {
      width: 100%;
      padding: 0;
      margin-top: 0; } }
.bollettino .radio-group-inline.payment-list > label {
  padding: 20px 0; }
.bollettino .bollettino-item.data {
  flex: 1 0 75%;
  max-width: 75%;
  padding: 20px; }
  @media (max-width: 576px) {
    .bollettino .bollettino-item.data {
      flex: 1 0 100%;
      max-width: 100%; } }
.bollettino .payment-list-wrapper {
  display: flex;
  padding: 30px;
  background: #EFF2FC;
  border-radius: 10px;
  justify-content: flex-start;
  flex-direction: column; }
.bollettino .offer-selection-wrapper .radio-group {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.estero .field-wrapper.linear {
  flex-direction: row;
  gap: 15px;
  margin: 20px 0;
  align-items: flex-start; }
.estero header nav .container.flex {
  padding: 0;
  border-bottom: 0;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .estero header nav .container.flex {
      padding: 0 20px 10px; }
      .estero header nav .container.flex .logo {
        margin: 0 auto; } }
.estero.workflow.steps header nav .container.flex {
  padding: 0;
  border-bottom: 0;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .estero.workflow.steps header nav .container.flex {
      padding: 0 20px 10px; } }
.estero .close-search {
  padding: 5px 70px 5px 30px; }
.estero .langs {
  top: unset; }
  @media (max-width: 767px) {
    .estero .langs {
      top: 10px; } }
.estero .nav-wrapper {
  width: 50%;
  display: flex;
  justify-content: space-between;
  right: 40px;
  padding: 0; }
  @media (max-width: 767px) {
    .estero .nav-wrapper {
      width: calc(100% - 40px);
      margin-top: 10px; } }
  @media (max-width: 576px) {
    .estero .nav-wrapper {
      margin-right: -15px;
      margin-top: 5px; } }
.estero .cd-gallery, .estero #FIlteredGrid {
  margin-bottom: 0; }
.estero .cd-gallery {
  padding: 10px 0 0; }
.estero .backlink.small-text {
  margin: 20px auto0;
  display: inline-block; }
  @media (max-width: 768px) {
    .estero .backlink.small-text {
      margin: 0; } }
.estero .logo img {
  max-width: 240px; }
  @media (max-width: 576px) {
    .estero .logo img {
      max-width: 150px; } }
.estero .recap {
  top: calc(100vh - 270px); }
  .estero .recap a, .estero .recap a:hover, .estero .recap a:focus {
    color: #FFFFFF; }
.estero .recap.open {
  top: 150px; }

.estero input:checked + .toggle::before {
  content: "YES";
  letter-spacing: -1px; }

.estero .offer .list-cover {
  background: none;
  max-width: 180px;
  margin: 0 auto 10px;
  padding: 0; }
  .estero .offer .list-cover .first-cover {
    margin: 0;
    height: 0;
    padding: 0 0 131% 0;
    overflow-x: unset; }
.estero .offer .digital .first-cover img {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 4.4% 5% 20% 5%; }
.estero .offer .digital .list-cover {
  background: url("../img/img-cover-digitale.png") no-repeat top center;
  background-size: auto;
  background-size: contain; }

.cd-tab-filter a {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9; }
  .cd-tab-filter a.selected {
    color: #0A70F5; }

.cd-filter-block h4 {
  position: relative;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  margin-bottom: .2em;
  padding: 10px 0 10px 10px;
  color: #0A70F5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.nome-rivista {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  text-align: center;
  color: #0A70F5; }

.cd-tab-filter .placeholder a::before {
  content: '';
  width: 16px;
  height: 20px;
  background: url("../icons/ico-arrow-down-grey.svg") no-repeat center bottom;
  background-size: contain;
  display: inline-block;
  margin-right: 5px; }

.cd-tab-filter.is-open .placeholder a::before {
  content: '';
  width: 16px;
  height: 20px;
  background: url("../icons/ico-arrow-down-grey.svg") no-repeat center top;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  transform: rotate(180deg); }

.nome-rivista {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  margin-bottom: 10px; }

.estero .scheda.offer h1.card-title, .estero .scheda.offer h2.card-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  margin: 10px 0 0; }
  @media (max-width: 576px) {
    .estero .scheda.offer h1.card-title, .estero .scheda.offer h2.card-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04;
      min-height: auto; } }
.estero .scheda.offer .offer-visual {
  max-width: 180px; }
.estero .scheda.offer .offer-body {
  max-width: unset;
  width: 100%; }
  @media (max-width: 576px) {
    .estero .scheda.offer .offer-body {
      display: flex;
      flex-direction: column; } }
.estero .scheda.offer .offer-body .additional-notes .editions {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1; }
.estero .scheda.offer .choices-wrapper {
  margin-bottom: 0; }
.estero .scheda.offer .cta-list {
  border-top: 0;
  border-bottom: 1px solid #C2C2C2;
  justify-content: flex-end; }
  @media (max-width: 576px) {
    .estero .scheda.offer .cta-list {
      justify-content: center; } }
.estero .scheda.offer .choice-title {
  flex-direction: column;
  display: flex; }
  @media (max-width: 576px) {
    .estero .scheda.offer .choice-title {
      flex: 1; } }

.estero.dati .radio-choice {
  display: none; }
.estero.dati .choice {
  width: 100%;
  padding: 20px; }
.estero.dati .choice-title, .estero.dati .data-wrapper {
  padding-left: 0; }
@media (max-width: 576px) {
  .estero.dati .choice .data-wrapper {
    flex-direction: row; } }
.estero.dati .subs-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  color: #14142B;
  margin-bottom: 10px; }
.estero.dati .shipping-data-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -20px; }
  @media (max-width: 576px) {
    .estero.dati .shipping-data-wrapper {
      flex-direction: column;
      margin-right: 0; } }
  .estero.dati .shipping-data-wrapper .field-wrapper {
    flex: 1;
    margin-right: 20px; }
    @media (max-width: 576px) {
      .estero.dati .shipping-data-wrapper .field-wrapper {
        width: 100%; } }
.estero.dati .info-list li {
  display: flex;
  justify-content: space-between; }
  .estero.dati .info-list li.total span {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.22;
    font-weight: 700;
    display: flex;
    flex-direction: column; }
    .estero.dati .info-list li.total span.small-text {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.75rem;
      line-height: 1;
      text-transform: none;
      font-weight: 400; }
  .estero.dati .info-list li .total-amount {
    text-align: right; }

.estero .form-subs-wrapper {
  margin: 30px 0 0; }
  .estero .form-subs-wrapper .nav-pills .nav-link {
    border-radius: 9px;
    padding: 7px 20px;
    border: 1px solid #0A70F5; }
    @media (max-width: 414px) {
      .estero .form-subs-wrapper .nav-pills .nav-link {
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1; } }
  .estero .form-subs-wrapper .nav-item:first-child a {
    border-radius: 9px 0 0 9px; }
  .estero .form-subs-wrapper .nav-item:last-child a {
    border-radius: 0 9px 9px 0; }

.estero .form-subs-wrapper .login-wrapper {
  width: 100%; }
.estero .form-subs-wrapper .forgot-pwd {
  margin: 20px 0; }
  .estero .form-subs-wrapper .forgot-pwd a {
    color: #0A70F5; }
.estero .form-subs-wrapper .registration-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #14142B;
  margin-bottom: 20px; }
.estero .form-subs-wrapper .privacy-data, .estero .form-subs-wrapper .payment-methods, .estero .form-subs-wrapper .receiver-form-wrapper {
  margin: 20px 0; }
  .estero .form-subs-wrapper .privacy-data h3, .estero .form-subs-wrapper .payment-methods h3, .estero .form-subs-wrapper .receiver-form-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9; }
.estero .form-subs-wrapper .card-data-wrapper {
  gap: 0; }
.estero .form-subs-wrapper .gift-options h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
  color: #14142B; }
.estero .form-subs-wrapper .gift-address {
  margin-bottom: 0; }
.estero .form-subs-wrapper .registration-form-wrapper {
  padding: 20px;
  margin-bottom: 30px; }

.estero .logged-cta-end {
  display: flex;
  margin: 0 auto;
  padding: 0 !important; }

.estero .appstores-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }
  .estero .appstores-list li {
    margin: 0 10px 10px 0; }

.estero .payment-data-wrapper {
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap; }
  .estero .payment-data-wrapper h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    color: #15006B;
    margin: 0; }

.estero .cart-list-wrapper {
  margin: 0 -10px; }

.estero .styled-select.custom-select, .estero .form-control {
  border: 1px solid #0A70F5 !important; }
.estero .styled-select.custom-select {
  background: #FFFFFF url("../icons/ico-arrow-down.svg") no-repeat right center;
  background-position-x: right;
  background-position-x: calc(100% - 10px);
  border: 1px solid #24CE85; }
.estero .privacy-data h3 {
  margin: 20px 0 0; }
.estero .logged-cta-end a, .estero .logged-cta-end a:hover, .estero .logged-cta-end a:focus {
  background-color: #0A70F5;
  margin: 0;
  border: 1px solid #0A70F5;
  padding: 10px 30px;
  font-size: 1.25rem; }
.estero.riepilogo .privacy-data h3 {
  margin: 0; }
.estero.riepilogo .payment-methods h3 {
  margin: 20px 0 0; }
.estero .card-data-wrapper {
  gap: 0; }

.estero .box-fatt label {
  margin: 10px 0 5px !important; }

.estero .gift-address {
  padding: 20px; }

/* styles 2025 */
.cd-filters.list {
  list-style: none; }

.estero .langs ul {
  list-style: none;
  display: flex;
  gap: 20px; }

.estero .offer .list-cover {
  position: relative; }

.estero .all .second-cover {
  width: 52%;
  position: absolute;
  bottom: -2px;
  right: 0; }
  .estero .all .second-cover img {
    height: 120px;
    border: 5px solid black;
    border-radius: 5px; }

.estero #item-info h3 {
  margin-bottom: 10px; }
.estero .scheda.offer {
  display: grid;
  grid-template-areas: "visual dati";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 20px;
  margin: 30px 0;
  position: relative; }
  @media screen and (max-width: 576px) {
    .estero .scheda.offer {
      grid-template-areas: "visual" "dati";
      grid-template-columns: 1fr;
      grid-template-rows: auto auto; } }
.estero .scheda.offer .offer-visual {
  max-width: 100%;
  grid-area: visual;
  margin-top: 0; }
.estero .choices-wrapper {
  padding: 30px 0; }
.estero .card, .estero .choices-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.estero .scheda.offer .offer-body {
  max-width: unset;
  width: 100%;
  grid-area: dati; }
.estero .scheda.offer .cta-list {
  border-bottom: 0;
  min-height: 50px; }
@media (max-width: 576px) {
  .estero .scheda.offer .offer-body .action-wrapper {
    top: 20px;
    right: 10px; } }
.estero.dati .list-subs-wrapper {
  margin: 30px 0; }
  @media (max-width: 576px) {
    .estero.dati .list-subs-wrapper {
      margin: 0; } }
.estero .subs-title-wrapper {
  display: flex;
  margin-bottom: 20px; }
.estero.dati .scheda.offer {
  display: grid;
  grid-template-areas: "visual";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0 20px;
  margin: 30px 0;
  position: relative; }
.estero .registration-wrapper {
  padding: 0; }
  .estero .registration-wrapper .registration-form-wrapper, .estero .registration-wrapper .gift-address {
    background-color: #F9FAFF;
    box-shadow: none; }
  .estero .registration-wrapper .address-list-heading {
    margin: 20px 10px; }
  .estero .registration-wrapper .receiver-form-wrapper {
    margin: 0; }
  .estero .registration-wrapper .registration-form-wrapper {
    padding: 20px;
    margin-bottom: 0; }
.estero.dati .cta-list ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 0;
  width: 100%;
  align-items: center;
  margin-top: 30px; }
  .estero.dati .cta-list ul .backlink.small-text {
    margin: 0;
    display: block;
    position: relative;
    z-index: 33; }

.estero.riepilogo .message {
  width: 100%; }
.estero.riepilogo .cart-list-wrapper {
  margin: 0; }
.estero.riepilogo .vat-label {
  display: flex;
  font-size: .75rem;
  color: #653CBD; }
.estero.riepilogo .cart-item-offer .cart-pricing-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%; }
.estero.riepilogo.workflow .delivery-charges {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .estero.riepilogo.workflow .delivery-charges {
      text-align: right;
      justify-content: flex-end; } }
.estero.riepilogo .checkbox-inline {
  width: 100%; }

.choice .control__indicator {
  top: 0;
  bottom: 0;
  margin: auto; }
.choice .form-check {
  padding: 10px;
  display: flex;
  align-items: center; }

.estero.dati .info-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.estero .box-registration-wrapper .registration-wrapper {
  flex-direction: column; }

.estero .scheda-wrapper > form {
  width: 100%; }

.estero .box-login-wrapper {
  margin: 30px auto 20px;
  max-width: 960px; }

.estero .form-heading-wrapper, .estero .registration-wrapper .receiver-form-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.estero.dati .choice {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap; }

.estero.dati h1 {
  font-size: 1.625rem; }

.estero.dati .shipping-data-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  width: 100%;
  margin: 20px 0; }
  @media (max-width: 576px) {
    .estero.dati .shipping-data-wrapper {
      flex-direction: column;
      margin-right: 0;
      gap: 20px;
      margin-top: 20px; } }

.estero .delivery-abroad-wrapper, .estero .offer-data-wrapper {
  display: flex;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%; }

.estero .info-list {
  list-style: none;
  width: 100%; }

.estero .form-wrapper.privacy-data .radio-group-inline, .estero .form-wrapper.privacy-data .checkbox-inline {
  margin-top: 0; }
@media (max-width: 768px) {
  .estero .form-wrapper.privacy-data {
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    padding: 10px; } }

.estero .choices .form-check {
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .estero .choices .form-check .choice .data-wrapper {
      padding-left: 10px; } }

@media (max-width: 576px) {
  .estero .choice-title {
    flex: 1 0 auto; } }

@media (max-width: 576px) {
  .estero
  .scheda .choice .discount-wrapper {
    max-width: max-content; } }

.estero .chosen {
  outline: 10px solid rgba(255, 255, 255, 0.5) !important;
  outline-offset: -10px;
  transition: .5s; }

.estero .gift-options.row {
  flex-direction: row;
  flex-wrap: wrap; }
  .estero .gift-options.row .gift-auguri {
    flex: 1 0 100%;
    max-width: 100%; }
  .estero .gift-options.row .auguri-mail-wrapper.row {
    padding: 20px 10px; }
  .estero .gift-options.row .auguri-mail-wrapper h3 {
    font-size: 1.125rem !important;
    padding: 10px; }
  .estero .gift-options.row .datepicker-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 52px; }
    @media (max-width: 576px) {
      .estero .gift-options.row .datepicker-wrapper {
        padding-top: 0;
        justify-content: flex-end;
        margin-top: -260px; } }
  @media (max-width: 576px) {
    .estero .gift-options.row #gift-date {
      max-width: calc(100% - 50px); } }

@media (max-width: 480px) {
  .estero .cd-tab-filter-wrapper {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0; }
  .estero .cd-filter {
    display: flex !important; }
  .estero .cd-filter-block:nth-child(2) {
    display: none !important; } }

.base-content-wrapper .big-title {
  text-align: center;
  color: #0A70F5;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }
.base-content-wrapper .base.content.centered {
  width: 100%;
  margin: 20px auto 0; }
  .base-content-wrapper .base.content.centered p {
    margin-bottom: 20px; }

.contatti .base.content.centered {
  max-width: 690px; }

.customer-care-wrapper {
  background: #653CBD; }
  .customer-care-wrapper .container-base.faq-list {
    padding: 20px; }
  .customer-care-wrapper .faq-list h2 {
    color: #FFFFFF;
    text-align: center; }

.contacts-wrapper {
  margin-bottom: 30px; }
  .contacts-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    color: #0A70F5;
    text-align: center; }

.contatti .base.content.centered.contacts-wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .contatti .base.content.centered.contacts-wrapper {
      flex-direction: column; } }
  .contatti .base.content.centered.contacts-wrapper .box-contact-wrapper {
    margin-bottom: 20px;
    flex: 1; }
    @media (max-width: 767px) {
      .contatti .base.content.centered.contacts-wrapper .box-contact-wrapper {
        margin-right: 0;
        margin-bottom: 20px; } }
.contatti .addressBox {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin: 20px 0; }
.contatti .group-form {
  margin: 15px auto 0;
  width: 100%; }
.contatti .group-form select {
  display: block;
  max-width: 280px;
  margin: 15px auto; }

.link-list li {
  margin-bottom: 10px; }

.container.seo {
  background: #F9FAFF;
  width: 100%;
  max-width: none;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  padding: 30px 0; }
  .container.seo .seo-content-wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto; }
    .container.seo .seo-content-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      font-weight: 800;
      line-height: 1.4;
      color: #3E4265;
      margin-bottom: 20px; }
    .container.seo .seo-content-wrapper p {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4;
      color: #3E4265; }

.container.blog-intro {
  display: flex;
  padding: 0 20px; }
  @media (max-width: 900px) {
    .container.blog-intro {
      flex-direction: column; } }
  .container.blog-intro .blog-intro-wrapper {
    display: flex;
    overflow: hidden; }
    @media (max-width: 900px) {
      .container.blog-intro .blog-intro-wrapper {
        flex-direction: column;
        justify-content: center; } }
  .container.blog-intro .left-side {
    padding: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 45%;
    max-width: 45%;
    height: 100%; }
    @media (max-width: 900px) {
      .container.blog-intro .left-side {
        padding: 0 0 20px;
        flex: 1 0 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .container.blog-intro .left-side {
        padding: 0 20px 20px;
        text-align: center;
        justify-content: center;
        gap: 20px;
        flex: 1;
        max-width: 100%; } }
    .container.blog-intro .left-side .blog-intro-heading {
      display: flex;
      gap: 20px;
      flex-wrap: wrap; }
      @media (max-width: 576px) {
        .container.blog-intro .left-side .blog-intro-heading {
          justify-content: center; } }
      .container.blog-intro .left-side .blog-intro-heading h2, .container.blog-intro .left-side .blog-intro-heading a, .container.blog-intro .left-side .blog-intro-heading a:hover, .container.blog-intro .left-side .blog-intro-heading a:focus {
        font-size: 2rem;
        color: #653CBD;
        line-height: 1.2;
        text-decoration: none;
        display: flex;
        width: 100%; }
        @media (max-width: 1200px) {
          .container.blog-intro .left-side .blog-intro-heading h2, .container.blog-intro .left-side .blog-intro-heading a, .container.blog-intro .left-side .blog-intro-heading a:hover, .container.blog-intro .left-side .blog-intro-heading a:focus {
            font-size: 1.5rem; } }
      .container.blog-intro .left-side .blog-intro-heading img {
        display: none;
        flex: 1;
        max-width: 57px; }
      .container.blog-intro .left-side .blog-intro-heading h2 {
        display: flex;
        flex: 1;
        width: 100%; }
        @media (max-width: 576px) {
          .container.blog-intro .left-side .blog-intro-heading h2 {
            text-align: center; } }
    .container.blog-intro .left-side .blog-intro-content a {
      margin-top: 20px; }
  .container.blog-intro .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 50%;
    max-width: 50;
    padding: 0; }
    @media (max-width: 767px) {
      .container.blog-intro .right-side {
        text-align: center;
        justify-content: center;
        gap: 20px;
        flex: 1;
        max-width: unset; } }
    .container.blog-intro .right-side img {
      width: 100%;
      border-radius: 10px; }

.container.blog-intro.style2 {
  background: linear-gradient(180deg, rgba(255, 148, 50, 0.1) 0%, rgba(226, 108, 136, 0.1) 49.96%, rgba(136, 80, 255, 0.1) 100%);
  max-width: 100%; }
  .container.blog-intro.style2 .blog-intro-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px; }
    .container.blog-intro.style2 .blog-intro-wrapper .big-article-wrapper, .container.blog-intro.style2 .blog-intro-wrapper .small-articles-wrapper {
      background: none; }
    .container.blog-intro.style2 .blog-intro-wrapper hr {
      background: #D4D7E5; }
    .container.blog-intro.style2 .blog-intro-wrapper h2, .container.blog-intro.style2 .blog-intro-wrapper a, .container.blog-intro.style2 .blog-intro-wrapper a:hover {
      color: #3E4265; }

.blog-intro-wrapper {
  gap: 20px; }
  .blog-intro-wrapper .big-article-wrapper {
    background: #E2E5F1;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex: 1 0 70%;
    max-width: 70%;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .blog-intro-wrapper .big-article-wrapper {
        flex: 1 0 100%;
        max-width: 100%;
        flex-direction: column; } }

.small-articles-wrapper {
  padding: 20px;
  background: #E2E5F1;
  border-radius: 10px;
  display: flex;
  flex: 1 0 calc(30% - 20px);
  max-width: 30%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 900px) {
    .small-articles-wrapper {
      flex: 1 0 100%;
      max-width: 100%;
      flex-direction: row;
      text-align: center; } }
  @media (max-width: 767px) {
    .small-articles-wrapper {
      flex-direction: column; } }
  .small-articles-wrapper h2 {
    font-size: 1.25rem;
    display: flex;
    line-height: 1.2;
    color: #653CBD;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .small-articles-wrapper h2 {
        font-size: 1.25rem; } }
  .small-articles-wrapper hr {
    display: flex;
    height: 2px;
    background: white;
    width: calc(100% - 20px);
    margin: 10px 0; }
    @media (max-width: 900px) {
      .small-articles-wrapper hr {
        display: none; } }
    @media (max-width: 767px) {
      .small-articles-wrapper hr {
        display: flex;
        width: 100%; } }
  .small-articles-wrapper .small-article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    @media (max-width: 900px) {
      .small-articles-wrapper .small-article {
        width: 100%;
        align-items: center; } }

body.base {
  background: #F9FAFF; }

.codici-sconto.hp .container.cs-heading-wrapper {
  margin: 20px auto 10px; }
.codici-sconto.hp .big-title {
  text-align: center;
  color: #3B8DF7;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }

.codici-sconto .cs-heading-wrapper h2 {
  color: #14142B;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px; }

.container.cs-description {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 9px;
  background: #3DC5FF;
  /* The Fallback */
  background: rgba(61, 197, 255, 0.2);
  margin-top: -20px; }
  @media (max-width: 768px) {
    .container.cs-description h3 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 1.04; } }
  @media (max-width: 768px) {
    .container.cs-description h3 p {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.1; } }

.codici-sconto .cs-slider .slick-prev::before {
  content: url(../icons/ico-arrow-slider-left.svg); }
.codici-sconto .cs-slider .slick-next::before {
  content: url(../icons/ico-arrow-slider-right.svg); }
.codici-sconto .cs-slider .cs-slider-content {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 9px; }
  @media (max-width: 768px) {
    .codici-sconto .cs-slider .cs-slider-content {
      flex-direction: column; } }
  .codici-sconto .cs-slider .cs-slider-content img {
    border-radius: 9px 0 0 9px;
    width: 100%; }
    @media (max-width: 768px) {
      .codici-sconto .cs-slider .cs-slider-content img {
        border-radius: 9px 9px 0 0; } }
.codici-sconto .cs-slider .slick-slide a {
  display: flex;
  text-decoration: none; }
.codici-sconto .cs-slider picture {
  display: flex;
  max-width: 68%;
  width: 100%; }
  @media (max-width: 768px) {
    .codici-sconto .cs-slider picture {
      max-width: unset;
      width: 100%; } }
.codici-sconto .cs-slider .slider-cs-data {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 32%;
  width: 100%;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .codici-sconto .cs-slider .slider-cs-data {
      max-width: unset;
      width: 100%; } }
.codici-sconto .cs-slider .cs-data, .codici-sconto .cs-slider .cs-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
.codici-sconto .cs-slider .cs-data {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22; }
.codici-sconto .cs-slider .cs-label-sconto {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #653CBD;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  line-height: .8; }
  @media (max-width: 768px) {
    .codici-sconto .cs-slider .cs-label-sconto {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 2.25rem;
      line-height: 0.98;
      font-weight: 700; } }
.codici-sconto .cs-slider .cs-sconto-numero {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
  font-weight: 700;
  color: #653CBD; }
.codici-sconto .cs-slider .cs-sconto-tipo {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
  font-weight: 700;
  color: #653CBD; }
.codici-sconto .cs-slider .cs-slide-item-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .codici-sconto .cs-slider .cs-slide-item-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }
.codici-sconto .cs-slider .cs-slide-discount-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }
.codici-sconto .cs-slider .cs-slide-cta {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .codici-sconto .cs-slider .cs-slide-cta button {
    margin-bottom: 10px; }
  .codici-sconto .cs-slider .cs-slide-cta .cs-scadenza {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    color: #14142B; }

.container.cs-grid-wrapper {
  padding: 0; }
  @media (max-width: 1200px) {
    .container.cs-grid-wrapper {
      padding: 0 20px; } }

.codici-sconto .cd-gallery.cs-gallery, .codici-sconto .cs-offers-grid {
  padding: 10px 0;
  width: 100% !important;
  display: block;
  margin-bottom: 0; }
  .codici-sconto .cd-gallery.cs-gallery ul, .codici-sconto .cs-offers-grid ul {
    margin: 0 -10px; }
    .codici-sconto .cd-gallery.cs-gallery ul li, .codici-sconto .cs-offers-grid ul li {
      padding: 10px;
      -webkit-box-shadow: none;
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: none;
      /* Firefox 3.5 - 3.6 */
      box-shadow: none; }
      .codici-sconto .cd-gallery.cs-gallery ul li .item, .codici-sconto .cs-offers-grid ul li .item {
        background: #f9f9f9;
        -webkit-box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.14);
        /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.14);
        /* Firefox 3.5 - 3.6 */
        box-shadow: 0px 0px 8px rgba(17, 17, 17, 0.14);
        /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
        border-radius: 9px;
        padding: 16px;
        padding: 0; }
    .codici-sconto .cd-gallery.cs-gallery ul .item a, .codici-sconto .cd-gallery.cs-gallery ul .item a:hover, .codici-sconto .cs-offers-grid ul .item a, .codici-sconto .cs-offers-grid ul .item a:hover {
      display: flex;
      flex-wrap: wrap;
      color: #14142B;
      text-decoration: none; }
      @media (max-width: 768px) {
        .codici-sconto .cd-gallery.cs-gallery ul .item a, .codici-sconto .cd-gallery.cs-gallery ul .item a:hover, .codici-sconto .cs-offers-grid ul .item a, .codici-sconto .cs-offers-grid ul .item a:hover {
          flex-direction: column; } }
    .codici-sconto .cd-gallery.cs-gallery ul .cs-grid-title, .codici-sconto .cs-offers-grid ul .cs-grid-title {
      font-size: 2rem;
      flex-shrink: 0;
      width: 100%;
      padding: 5px;
      border-top: 0.5px solid #C2C2C2; }
      @media (max-width: 1024px) {
        .codici-sconto .cd-gallery.cs-gallery ul .cs-grid-title, .codici-sconto .cs-offers-grid ul .cs-grid-title {
          min-height: 55px;
          line-height: 1.2;
          padding: 10px; } }
      @media (max-width: 576px) {
        .codici-sconto .cd-gallery.cs-gallery ul .cs-grid-title, .codici-sconto .cs-offers-grid ul .cs-grid-title {
          font-size: 1.5rem; } }
  .codici-sconto .cd-gallery.cs-gallery .grid-cs-image, .codici-sconto .cs-offers-grid .grid-cs-image {
    background: #0A70F5 url("../img/codici-sconto-texture.jpg") repeat center center;
    background-size: contain;
    border-radius: 9px 0 0 0;
    display: flex;
    width: 100%;
    max-width: 216px;
    position: relative; }
    @media (max-width: 990px) {
      .codici-sconto .cd-gallery.cs-gallery .grid-cs-image, .codici-sconto .cs-offers-grid .grid-cs-image {
        max-width: 160px;
        position: relative;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .codici-sconto .cd-gallery.cs-gallery .grid-cs-image, .codici-sconto .cs-offers-grid .grid-cs-image {
        max-width: 100%;
        border-radius: 9px 9px 0 0; } }
  .codici-sconto .cd-gallery.cs-gallery .grid-cs-data, .codici-sconto .cs-offers-grid .grid-cs-data {
    width: calc(100% - 216px); }
    @media (max-width: 990px) {
      .codici-sconto .cd-gallery.cs-gallery .grid-cs-data, .codici-sconto .cs-offers-grid .grid-cs-data {
        width: calc(100% - 160px); } }
    @media (max-width: 768px) {
      .codici-sconto .cd-gallery.cs-gallery .grid-cs-data, .codici-sconto .cs-offers-grid .grid-cs-data {
        width: 100%; } }
  .codici-sconto .cd-gallery.cs-gallery .cs-data, .codici-sconto .cs-offers-grid .cs-data {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 20px 60px; }
    @media (max-width: 990px) {
      .codici-sconto .cd-gallery.cs-gallery .cs-data, .codici-sconto .cs-offers-grid .cs-data {
        padding: 20px; } }
    @media (max-width: 768px) {
      .codici-sconto .cd-gallery.cs-gallery .cs-data, .codici-sconto .cs-offers-grid .cs-data {
        flex-direction: row;
        justify-content: space-around; } }
    @media (max-width: 576px) {
      .codici-sconto .cd-gallery.cs-gallery .cs-data, .codici-sconto .cs-offers-grid .cs-data {
        width: 100%;
        flex-direction: row;
        padding: 20px; } }
    @media (max-width: 400px) {
      .codici-sconto .cd-gallery.cs-gallery .cs-data, .codici-sconto .cs-offers-grid .cs-data {
        flex-direction: column; } }
  .codici-sconto .cd-gallery.cs-gallery .cs-offer-wrapper, .codici-sconto .cs-offers-grid .cs-offer-wrapper {
    text-align: center; }
    @media (max-width: 400px) {
      .codici-sconto .cd-gallery.cs-gallery .cs-offer-wrapper, .codici-sconto .cs-offers-grid .cs-offer-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
  .codici-sconto .cd-gallery.cs-gallery .cs-cta, .codici-sconto .cs-offers-grid .cs-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .codici-sconto .cd-gallery.cs-gallery .cs-cta button, .codici-sconto .cs-offers-grid .cs-cta button {
      margin-bottom: 10px; }
    .codici-sconto .cd-gallery.cs-gallery .cs-cta .cs-scadenza, .codici-sconto .cs-offers-grid .cs-cta .cs-scadenza {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      line-height: 1.1; }
  .codici-sconto .cd-gallery.cs-gallery .merchant-logo, .codici-sconto .cs-offers-grid .merchant-logo {
    width: 120px;
    display: flex;
    height: 120px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 9px;
    padding: 16px;
    border-radius: 100px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 990px) {
      .codici-sconto .cd-gallery.cs-gallery .merchant-logo, .codici-sconto .cs-offers-grid .merchant-logo {
        right: 0;
        left: 0; } }
    @media (max-width: 576px) {
      .codici-sconto .cd-gallery.cs-gallery .merchant-logo, .codici-sconto .cs-offers-grid .merchant-logo {
        left: auto;
        right: 30px; } }
    .codici-sconto .cd-gallery.cs-gallery .merchant-logo img, .codici-sconto .cs-offers-grid .merchant-logo img {
      width: 100% !important;
      display: flex;
      height: auto; }
      @media (max-width: 576px) {
        .codici-sconto .cd-gallery.cs-gallery .merchant-logo img, .codici-sconto .cs-offers-grid .merchant-logo img {
          border-radius: 9px 0 0 0; } }

.cs-filters .cd-tab-filter li:first-child {
  display: inline-block; }

.cd-gallery.cs-gallery li {
  vertical-align: top;
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    .cd-gallery.cs-gallery li {
      width: 100%; } }

.grid-cs-image img {
  width: auto;
  display: inline-block;
  float: left;
  height: 180px; }

.cs-gallery.cd-gallery img {
  width: auto;
  border-radius: 9px 0 0 0; }
  @media (max-width: 990px) {
    .cs-gallery.cd-gallery img {
      width: 100%;
      height: auto;
      display: none; } }
  @media (max-width: 768px) {
    .cs-gallery.cd-gallery img {
      display: block;
      width: auto;
      height: 180px; } }

.cd-gallery .cs-label-sconto {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 0.8;
  font-weight: 700;
  color: #653CBD;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  line-height: .8; }
  @media (max-width: 768px) {
    .cd-gallery .cs-label-sconto {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98;
      font-weight: 700; } }
.cd-gallery .cs-sconto-numero {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #653CBD; }
.cd-gallery .cs-sconto-tipo {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #653CBD; }

.cs-filters .cd-tab-filter li {
  display: inline-block;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .cs-filters .cd-tab-filter li {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 0.98;
      font-weight: 700; } }

@media (max-width: 768px) {
  .cs-filters {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98; }
    .cs-filters .cd-tab-filter {
      height: auto;
      margin: 0;
      position: relative;
      width: 100%;
      z-index: 1; }
      .cs-filters .cd-tab-filter ul {
        position: relative; }
        .cs-filters .cd-tab-filter ul li {
          display: inline-block;
          padding: 0 5px; }
        .cs-filters .cd-tab-filter ul a {
          height: auto;
          line-height: 1.2; } }

.cd-gallery li.gap {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0; }

.codici-sconto .cd-tab-filter a {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9; }
  .codici-sconto .cd-tab-filter a.selected {
    color: #0A70F5; }
.codici-sconto .cd-filter-block h4 {
  position: relative;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  margin-bottom: .2em;
  padding: 10px 0 10px 10px;
  color: #0A70F5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.cs-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.cs-description h4 {
  text-align: center;
  margin: 20px;
  color: #0A70F5; }

.cs-categories-item a {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #3b8df7;
  border-radius: 30px;
  margin: 10px;
  text-decoration: none;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #14142B; }
  @media (max-width: 576px) {
    .cs-categories-item a {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 0.95; } }
  .cs-categories-item a:hover {
    background: #0A70F5;
    color: #FFFFFF; }

.codici-sconto.shop.scheda .shop-hero-wrapper {
  background: #183A65 url("../img/codici-sconto-texture-transparent50.png") repeat center center;
  background-size: 15%; }
.codici-sconto.shop.scheda .logo-wrapper {
  background: #fff;
  background: #f9f9f9;
  -webkit-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(19, 16, 34, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
@media (max-width: 767px) {
  .codici-sconto.shop.scheda .shop-hero-content {
    flex-direction: column; } }
@media (max-width: 576px) {
  .codici-sconto.shop.scheda .shop-hero-content {
    margin: 0 auto; } }
.codici-sconto.shop.scheda .shop-hero-desc {
  background: #FFFEFA;
  color: #14142B; }
  @media (max-width: 767px) {
    .codici-sconto.shop.scheda .shop-hero-desc {
      margin: 0 auto;
      display: flex;
      flex-direction: column; } }
.codici-sconto.shop.scheda .shop-hero-image {
  width: 100%;
  max-width: 400px; }
  @media (max-width: 767px) {
    .codici-sconto.shop.scheda .shop-hero-image {
      margin: -20px auto 0;
      max-width: 160px; } }
.codici-sconto.shop.scheda .shop-hero-image img {
  border-radius: 9px;
  width: 100%;
  min-width: 400px; }
  @media (max-width: 768px) {
    .codici-sconto.shop.scheda .shop-hero-image img {
      max-width: 280px;
      min-width: 280px; } }
  @media (max-width: 767px) {
    .codici-sconto.shop.scheda .shop-hero-image img {
      min-width: 100%; } }
.codici-sconto.shop.scheda .breadcrumb-item + .breadcrumb-item::before {
  color: #FFFFFF; }

@media (max-width: 1200px) {
  .codici-sconto .cs-offers-grid {
    padding: 0 20px; } }

.cs-offers-grid .cs-offers-list {
  display: flex;
  flex-wrap: wrap; }

.cs-offers-grid .cs-offers-small-item {
  display: flex;
  flex: 1 0 calc(50% - 20px); }
  @media (max-width: 576px) {
    .cs-offers-grid .cs-offers-small-item {
      flex: 1 0 100%; } }
  .cs-offers-grid .cs-offers-small-item .cs-data {
    padding: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .cs-offers-grid .cs-offers-small-item .cs-data {
        flex-direction: column; } }
  .cs-offers-grid .cs-offers-small-item .grid-cs-data {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .cs-offers-grid .cs-offers-small-item .grid-cs-data .cs-title-actions {
      flex: 1 0 calc(100% - 220px); }
    .cs-offers-grid .cs-offers-small-item .grid-cs-data .cs-grid-title {
      width: 100%;
      padding: 20px 20px 0;
      border-top: 0;
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 1.22;
      color: #14142B; }
    .cs-offers-grid .cs-offers-small-item .grid-cs-data .cs-cta {
      padding: 20px;
      margin: 0 auto; }
  .cs-offers-grid .cs-offers-small-item .cs-offer-wrapper {
    background: #FF9432 url("../img/codici-sconto-texture.jpg") repeat center center;
    background-size: 100%;
    display: flex;
    border-radius: 9px 0 0 9px;
    padding: 20px;
    color: #000000;
    /*$fullwhite;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    flex-wrap: wrap;
    align-content: center; }
    @media (max-width: 900px) {
      .cs-offers-grid .cs-offers-small-item .cs-offer-wrapper {
        max-width: 180px; } }
    @media (max-width: 738px) {
      .cs-offers-grid .cs-offers-small-item .cs-offer-wrapper {
        max-width: 100%;
        border-radius: 9px 9px 0 0; } }
  .cs-offers-grid .cs-offers-small-item .cs-label-sconto {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    line-height: 0.98;
    width: 100%;
    text-align: center;
    flex: 1 0 100%; }
  .cs-offers-grid .cs-offers-small-item .cs-sconto-numero, .cs-offers-grid .cs-offers-small-item .cs-sconto-tipo {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.98;
    line-height: 0.98; }

.codici-sconto .faq .card-body {
  min-height: auto; }

.codici-sconto.categoria h1 {
  color: #0A70F5; }
  .codici-sconto.categoria h1 span {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    width: 100%;
    display: block; }

.cs .offer-visual, .cslogo .offer-visual {
  background: #183A65 url("../img/codici-sconto-texture-dark.jpg") repeat center center;
  background-size: contain;
  border-radius: 9px; }

.card.offer.cslogo .list-visual li:nth-child(1) {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-content: center;
  padding: 5px;
  margin: auto;
  background: #FFFFFF;
  border-radius: 50%;
  top: 40%;
  bottom: 60%; }

.codici-sconto .list-visual li img {
  border-radius: 9px; }

.card.offer.cslogo .list-visual li:nth-child(1) img {
  max-width: 100%;
  width: auto;
  z-index: 2;
  display: flex;
  align-self: center; }

.featured-item--width2 .card.cs .card-title, .card.cslogo .card-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98; }
  @media (max-width: 768px) {
    .featured-item--width2 .card.cs .card-title, .card.cslogo .card-title {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 2rem;
      line-height: 0.8; } }

.card.cs .card-title, .card.cslogo .card-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 0.8; }

.codici-sconto .shops-wrapper .shops-right {
  column-gap: 10px; }

.codici-sconto .shop-item {
  background: #183A65 url("../img/codici-sconto-texture-transparent50.png") repeat center center;
  background-size: 30%; }
  @media (max-width: 1200px) {
    .codici-sconto .shop-item {
      padding: 10px; } }
  .codici-sconto .shop-item .merchant-logo {
    width: 80px;
    display: flex;
    height: 80px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 9px;
    padding: 16px;
    border-radius: 100px; }
    .codici-sconto .shop-item .merchant-logo img {
      width: 100% !important;
      display: flex;
      height: auto;
      margin-bottom: 0; }

.codici-sconto .shops-wrapper {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .codici-sconto .shops-wrapper {
      margin-bottom: 20px; } }

.codici-sconto .shop-item.big .merchant-logo {
  width: 160px;
  display: flex;
  height: 160px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  padding: 16px;
  border-radius: 100px; }
  @media (max-width: 1024px) {
    .codici-sconto .shop-item.big .merchant-logo {
      width: 120px;
      height: 120px; } }
  .codici-sconto .shop-item.big .merchant-logo img {
    width: 100% !important;
    display: flex;
    height: auto; }
.codici-sconto .shop-item.big .shop-abstract {
  margin: 20px 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.22; }
  @media (max-width: 1024px) {
    .codici-sconto .shop-item.big .shop-abstract {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; } }

@media (max-width: 768px) {
  .codici-sconto .shops-right .shop-item {
    margin-bottom: 0; } }

.shops-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px; }
  .shops-grid .shop-item.small {
    flex: 1 0 calc(33% - 20px);
    margin-right: 20px; }

.card.cs .data-wrapper, .card.cslogo .data-wrapper {
  border-top: 1px solid #C2C2C2;
  padding-top: 10px;
  display: flex;
  justify-content: center; }
.card.cs .cs-scadenza, .card.cslogo .cs-scadenza {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22; }

.codici-sconto .card-body {
  min-height: 240px; }
.codici-sconto .featured-item {
  min-height: 360px; }
.codici-sconto .shop-cta {
  background: #FF9432; }

.codici-sconto.genere .card.offer .offer-visual .bkg::after {
  display: none; }
.codici-sconto.genere .featured-item {
  min-height: 60px; }
.codici-sconto.genere .short .card-body {
  min-height: 60px;
  text-align: center;
  padding: 30px 10px; }
.codici-sconto.genere .card .list-visual {
  margin: 0;
  padding: 80px 20px;
  height: 0;
  display: flex;
  align-content: center;
  align-items: center; }
.codici-sconto.genere .card.offer.cslogo .list-visual li:nth-child(1) {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-content: center;
  padding: 5px;
  margin: auto;
  background: #FFFFFF;
  border-radius: 50%;
  top: 0;
  bottom: 0; }
@media (max-width: 576px) {
  .codici-sconto.genere .card .list-visual {
    padding: 0 0 40%; } }
@media (max-width: 480px) {
  .codici-sconto.genere .card .list-visual {
    padding: 0 0 60%; } }

.codici-sconto.cs-scheda .cs-offers-grid {
  display: flex;
  flex-direction: column; }
  .codici-sconto.cs-scheda .cs-offers-grid a, .codici-sconto.cs-scheda .cs-offers-grid a:hover {
    text-decoration: none; }
  .codici-sconto.cs-scheda .cs-offers-grid .share-icon {
    position: relative;
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: flex-end;
    background: none;
    margin: 0 0 10px 0; }
    .codici-sconto.cs-scheda .cs-offers-grid .share-icon:before {
      content: '';
      background: url("../icons/ico-share-blue.svg") no-repeat center center;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: 16px;
      margin: 0 5px 5px 0; }
  .codici-sconto.cs-scheda .cs-offers-grid .cs-offers-small-item {
    background: #FFFFFF;
    padding: 0;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    display: flex;
    flex: 1 0 100%;
    background: #fff; }
    .codici-sconto.cs-scheda .cs-offers-grid .cs-offers-small-item:hover {
      -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .codici-sconto.cs-scheda .cs-offers-grid .cs-grid-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    width: 100%; }
  .codici-sconto.cs-scheda .cs-offers-grid .cs-cta {
    min-width: 200px;
    margin: 0;
    align-items: flex-start;
    position: relative; }
  .codici-sconto.cs-scheda .cs-offers-grid .cs-title-actions {
    flex: 1 0 calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .codici-sconto.cs-scheda .cs-offers-grid .item.item-wrapper {
    display: flex;
    width: 100%; }
    .codici-sconto.cs-scheda .cs-offers-grid .item.item-wrapper a {
      width: 100%; }

.cs-scheda-hero {
  margin-bottom: 0; }

.cs-scheda-hero-wrapper {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .cs-scheda-hero-wrapper {
      flex-direction: column;
      align-items: flex-start; } }
  .cs-scheda-hero-wrapper .big-title {
    margin-bottom: 0; }
  .cs-scheda-hero-wrapper .logo-wrapper {
    background: #f9f9f9;
    padding: 0;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 20px 20px 0; }

.cs-scheda .description-text {
  overflow: hidden; }
  .cs-scheda .description-text h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    color: #0A70F5;
    line-height: 1.2;
    padding-bottom: 0;
    border: 0; }
  .cs-scheda .description-text table {
    margin: 30px auto; }
    @media (max-width: 767px) {
      .cs-scheda .description-text table {
        width: 100%;
        font-family: "Manrope", Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.1; } }

.codici-sconto.scheda.new .shop-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  margin: 0 auto 20px;
  background: #FFFFFF;
  border-radius: 9px;
  padding: 30px; }
  @media (max-width: 1159px) {
    .codici-sconto.scheda.new .shop-hero-content {
      width: 100%;
      max-width: calc(100% - 40px); } }
  .codici-sconto.scheda.new .shop-hero-content .shop-hero-items {
    flex: 1 0 40%; }
  .codici-sconto.scheda.new .shop-hero-content .short-offers-wrapper {
    flex: 1 0 60%; }
.codici-sconto.scheda.new .short-offers-wrapper a:hover {
  text-decoration: none; }
.codici-sconto.scheda.new .short-offers-wrapper .cs-label-sconto {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98; }
.codici-sconto.scheda.new .short-offers-wrapper .cs-sconto-numero, .codici-sconto.scheda.new .short-offers-wrapper .cs-sconto-tipo {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98; }
.codici-sconto.scheda.new .short-offers-wrapper .cs-title-actions {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 576px) {
    .codici-sconto.scheda.new .short-offers-wrapper .cs-title-actions {
      flex-direction: column; } }
.codici-sconto.scheda.new .short-offers-wrapper .cs-grid-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  padding: 10px; }
.codici-sconto.scheda.new .short-offers-wrapper .cs-cta {
  padding: 10px;
  min-width: 200px; }
.codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item {
  background: #FFFFFF;
  padding: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-bottom: 15px; }
  .codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
.codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item.scaduta {
  background: #FFFFFF;
  padding: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #C2C2C2;
  margin-bottom: 15px; }
  .codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item.scaduta:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item.scaduta .cs-scadenza {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 5px; }
  .codici-sconto.scheda.new .short-offers-wrapper .cs-offers-small-item.scaduta .cs-offer-wrapper {
    background: #777777 url("../img/codici-sconto-texture-transparent.png") repeat center center;
    background-size: auto;
    background-size: 100%;
    color: #FFFFFF !important; }
.codici-sconto.scheda.new .cifra #codiceBtn {
  border: 1px solid #06b183; }
.codici-sconto.scheda.new .cs-scadenza-wrapper {
  padding: 0 20px;
  margin: -20px 0 20px; }
.codici-sconto.scheda.new #codiceBtn {
  padding: 9px 20px 10px;
  font-size: 1.25rem;
  margin: 1px 10px 10px 0 !important;
  width: 180px; }
.codici-sconto.scheda.new .codice {
  display: none;
  position: relative;
  padding: 0; }
.codici-sconto.scheda.new .cs-offer-details-wrapper.col2 {
  display: flex;
  column-gap: 20px; }
  .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .description-wrapper.side {
    flex: 1 0 40%; }
  .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .title-small-wrapper {
    margin-top: 12px; }
  .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .short-offers-wrapper {
    flex: 1 0 calc(60% - 20px);
    margin-top: 20px; }
    .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .short-offers-wrapper h2 {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 0.9;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #8850FF;
      margin-top: 25px;
      text-transform: uppercase;
      color: #0A70F5; }
  .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .cs-offers-small-item {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 {
      flex-direction: column; }
      .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .description-wrapper.side {
        flex: 1 0 100%;
        margin: 30px 0 0; }
      .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .short-offers-wrapper {
        flex: 1 0 100%;
        margin-top: 0;
        padding: 0; }
      .codici-sconto.scheda.new .cs-offer-details-wrapper.col2 .cs-offers-small-item {
        margin-bottom: 20px; } }
.codici-sconto.scheda.new .cs-offer-details-wrapper .description-wrapper {
  margin: 30px auto;
  max-width: 760px; }
.codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid .cs-grid-title {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22; }
.codici-sconto.scheda.new .cs-highlight {
  padding: 20px;
  background-color: #FFFFFF;
  font-weight: 700; }
  .codici-sconto.scheda.new .cs-highlight.blue {
    border: 1px solid #0A70F5; }
  .codici-sconto.scheda.new .cs-highlight.green {
    border: 1px solid #24CE85; }
  .codici-sconto.scheda.new .cs-highlight.orange {
    border: 1px solid #FF9432; }
  .codici-sconto.scheda.new .cs-highlight.blueorange {
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to right, #0A70F5 0%, #FF9432 100%) border-box;
    border: 1px solid transparent; }
.codici-sconto.scheda.new .codici-sconto.shop .cs-offers-grid {
  padding: 0; }
.codici-sconto.scheda.new .codici-sconto .shop-search-wrapper {
  margin-top: 20px;
  border-top: 0.5px solid #777777;
  padding-top: 20px; }
.codici-sconto.scheda.new .list-logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .codici-sconto.scheda.new .list-logos .img-logo {
    display: none; }
  @media (max-width: 576px) {
    .codici-sconto.scheda.new .list-logos {
      flex-direction: column; } }
  .codici-sconto.scheda.new .list-logos h2 {
    width: 100%;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    color: #0A70F5;
    margin: 20px 0 5px; }
  .codici-sconto.scheda.new .list-logos li {
    flex: 1 0 calc(33.33% - 20px);
    background-color: #FFFFFF;
    background: #FFFFFF;
    padding: 0;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 10px;
    margin: 0 20px 20px 0;
    max-width: calc(33.33% - 20px); }
    .codici-sconto.scheda.new .list-logos li:hover {
      -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Firefox 3.5 - 3.6 */
      box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
      /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
    @media (max-width: 576px) {
      .codici-sconto.scheda.new .list-logos li {
        max-width: 100%; } }
    .codici-sconto.scheda.new .list-logos li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
    .codici-sconto.scheda.new .list-logos li .merchant-name {
      font-family: "Manrope", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.22; }
.codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid .hero-item .cs-grid-title {
  font-size: 2rem; }
  @media (max-width: 576px) {
    .codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid .hero-item .cs-grid-title {
      font-size: 1.5rem; } }
.codici-sconto.scheda.new .cs-grid-subtitle p {
  color: #000000;
  padding: 5px 20px;
  line-height: 1.2; }
.codici-sconto.scheda.new .codici-sconto .merchant-wrapper {
  border-bottom: 0;
  min-height: unset; }
.codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid.col2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
  padding: 20px 0; }
  @media (max-width: 576px) {
    .codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid.col2 {
      flex-direction: column;
      margin-right: 0; } }
  .codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid.col2 li {
    display: flex;
    flex: 1 0 calc(50% - 20px);
    margin: 0 20px 20px 0; }
    @media (max-width: 576px) {
      .codici-sconto.scheda.new .codici-sconto.cs-scheda .cs-offers-grid.col2 li {
        flex: 1 0 100%;
        margin: 0 0 20px; } }
.codici-sconto.scheda.new .codici-sconto .card:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
  -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
  box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7); }
.codici-sconto.scheda.new .content-box-wrapper {
  background-color: rgba(10, 112, 245, 0.1);
  padding: 30px; }
  .codici-sconto.scheda.new .content-box-wrapper a, .codici-sconto.scheda.new .content-box-wrapper a:hover {
    text-decoration: underline; }
  .codici-sconto.scheda.new .content-box-wrapper ul li {
    border-bottom: 0.5px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block; }
.codici-sconto.scheda.new .cs-backlink:before {
  content: "\00AB";
  display: inline-block;
  margin-right: 5px;
  color: #0751B0; }

.cs-title-actions .small-text {
  padding: 10px 10px 0 20px; }

.cs-offers-grid .cs-offers-small-item {
  margin-bottom: 20px; }

.cs-data.photo .cs-offer-wrapper {
  min-width: 300px;
  min-height: 225px; }
  @media (max-width: 576px) {
    .cs-data.photo .cs-offer-wrapper {
      min-width: 80%;
      min-height: 200px; } }
.cs-data.photo .cs-title-actions {
  flex: 1 0 calc(100% - 300px) !important; }

@media (max-width: 576px) {
  .codici-sconto .card-text {
    display: block; } }

.codici-sconto .card .merchant-wrapper {
  display: none; }

.alpha-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20;
  margin: 20px 0; }
  .alpha-list li {
    margin: 10px 10px 10px 0; }
    @media (max-width: 576px) {
      .alpha-list li {
        margin: 15px 15px 15px 0; } }
    .alpha-list li a {
      border: 1px solid #0A70F5;
      padding: 5px 10px;
      border-radius: 9px;
      display: flex;
      min-width: 36px;
      justify-content: center; }
    .alpha-list li a:hover {
      background: #0A70F5;
      color: #FFFFFF; }

.lettera-iniziale {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  margin: 20px 0 5px;
  text-decoration: none; }

.lista-testate li {
  background: #FFFFFF;
  padding: 0;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 8px rgba(70, 70, 70, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding: 10px;
  margin: 10px 0 0; }
  .lista-testate li:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 10px rgba(10, 112, 245, 0.7);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }
  .lista-testate li a h3 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22; }

.informativa-privacy-wrapper h2 {
  font-size: 24px;
  margin: 20px 0 10px; }

.privacy-hero {
  margin-bottom: 20px; }
  .privacy-hero .backlink a {
    color: #0A70F5; }

.alphabetic-list {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center; }
  .alphabetic-list li a {
    display: flex;
    background-color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #653CBD;
    border-radius: 100px;
    color: #14142B;
    width: 40px;
    text-decoration: none;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1;
    margin: 0; }
    .alphabetic-list li a:hover {
      background-color: #14142B !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      padding: 0 !important;
      color: #FFFFFF !important;
      margin: 0 !important; }

.lista-testate-wrapper h2.lettera-iniziale {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3E4265; }

.lista-testate {
  list-style: none; }
  .lista-testate a[target="_blank"]::after {
    content: " (opens in new window)";
    font-size: 0;
    display: none; }

p.centered {
  display: flex;
  justify-content: center; }

.informativa-privacy-wrapper ul li {
  margin: 0 0 0 15px; }

.tns-inner .card-title {
  font-size: 1.5rem !important;
  color: #0a70f5 !important;
  line-height: 0.9 !important;
  min-height: 65px !important;
  text-decoration: underline !important; }
  @media (max-width: 576px) {
    .tns-inner .card-title {
      font-size: 1.125rem !important;
      min-height: 55px !important; } }
.tns-inner .merchant-wrapper {
  font-size: 0.75rem !important;
  color: #14142B !important;
  margin-top: 7px !important;
  min-height: 30px !important; }
.tns-inner .CRS2_rec_price_original {
  position: relative !important;
  color: #777 !important;
  font-size: 1rem !important;
  font-weight: 400 !important; }
.tns-inner .CRS2_rec_price_original.CRS2_deco_oblique_true::after {
  transform: none !important;
  top: 50% !important;
  height: 1px !important;
  width: 100% !important;
  left: 0 !important;
  background-color: #777 !important; }

.banner-grid {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 30px auto; }
  .banner-grid ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center; }
    .banner-grid ul li {
      margin: 0 0 20px;
      justify-content: center; }
      .banner-grid ul li img {
        width: 100%;
        height: auto; }

.banner-base {
  display: flex;
  flex: 1 0 calc(33.3333% - 20px); }
  @media screen and (max-width: 576px) {
    .banner-base {
      flex: 1 0 100%; } }

.banner-doppio {
  display: flex;
  flex: 1 0 calc(50% - 20px); }
  @media screen and (max-width: 576px) {
    .banner-doppio {
      flex: 1 0 100%; } }

.banner-duet-erzi {
  display: flex;
  flex: 1 0 calc(66.6666% - 20px); }
  @media screen and (max-width: 576px) {
    .banner-duet-erzi {
      flex: 1 0 100%; } }

.banner-full {
  display: flex;
  flex: 1 0 100%; }

.tophero-wrapper {
  display: flex;
  flex-direction: column; }

.hp-hero-wrapper {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 148, 50, 0.1) 0%, rgba(226, 108, 136, 0.1) 49.96%, rgba(136, 80, 255, 0.1) 100%);
  padding: 35px 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 576px) {
    .hp-hero-wrapper {
      padding: 10px 0; } }
  .hp-hero-wrapper img {
    width: 100%; }
  .hp-hero-wrapper .hero-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    justify-content: space-between;
    gap: 0; }
    @media (max-width: 576px) {
      .hp-hero-wrapper .hero-container {
        flex-direction: column;
        padding: 0 10px;
        gap: 10px; } }
  .hp-hero-wrapper .hp-hero, .hp-hero-wrapper .hp-hero-side {
    display: flex; }
  .hp-hero-wrapper .hp-hero-side {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px; }
    .hp-hero-wrapper .hp-hero-side img {
      border-radius: 10px; }
    @media (max-width: 576px) {
      .hp-hero-wrapper .hp-hero-side {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        padding-left: 0; }
        .hp-hero-wrapper .hp-hero-side .img-04 {
          display: none; } }

.grid-items-heading.centered {
  justify-content: center;
  display: flex; }
  .grid-items-heading.centered h2 {
    padding: 0 20px;
    text-align: center; }
  .grid-items-heading.centered h2::after {
    justify-content: center;
    line-height: 1.2;
    margin: 15px auto; }

.grid-items-heading h2::after {
  content: url("../icons/deco-lines.svg");
  display: flex;
  line-height: 3px;
  margin: 15px auto; }

.container-base {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 30px; }

.container-base, .container.selected, .container.best, .container.shops, .container.customer-care, .container.related, .container.upselling, .container.uscite {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px; }

.container-base.contest-wrapper {
  gap: 0; }
  .container-base.contest-wrapper.description-item-wrapper img {
    margin: 0; }

.advantages-container, .customer-care.container {
  width: 100%;
  background: #F3F6FF;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  max-width: none; }
  .advantages-container.values, .customer-care.container.values {
    margin-bottom: 30px; }
  .advantages-container .advantages-grid, .advantages-container .advantages-grid li, .advantages-container .customer-care-grid, .advantages-container .customer-care-grid li, .customer-care.container .advantages-grid, .customer-care.container .advantages-grid li, .customer-care.container .customer-care-grid, .customer-care.container .customer-care-grid li {
    display: flex; }
  .advantages-container .advantages-grid, .advantages-container .customer-care-grid, .customer-care.container .advantages-grid, .customer-care.container .customer-care-grid {
    width: 100%;
    max-width: 1400px;
    padding: 0;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none; }
  .advantages-container .advantages-grid li, .advantages-container .customer-care-grid li, .customer-care.container .advantages-grid li, .customer-care.container .customer-care-grid li {
    gap: 10px;
    align-items: center;
    flex: 1;
    justify-content: flex-start; }
    @media (max-width: 880px) {
      .advantages-container .advantages-grid li, .advantages-container .customer-care-grid li, .customer-care.container .advantages-grid li, .customer-care.container .customer-care-grid li {
        flex: 1 0 calc(50% - 10px); } }
    @media (max-width: 576px) {
      .advantages-container .advantages-grid li, .advantages-container .customer-care-grid li, .customer-care.container .advantages-grid li, .customer-care.container .customer-care-grid li {
        flex: 1 0 calc(50% - 10px);
        align-items: center;
        line-height: 1.2;
        font-size: .865rem; } }
    @media (max-width: 375px) {
      .advantages-container .advantages-grid li, .advantages-container .customer-care-grid li, .customer-care.container .advantages-grid li, .customer-care.container .customer-care-grid li {
        flex: 1 0 100%;
        align-items: center;
        font-size: 1rem; } }
  .advantages-container .advantages-icon, .customer-care.container .advantages-icon {
    width: 60px;
    height: 60px;
    display: flex;
    background: #FF9432;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 60px;
    max-width: 60px; }

.advantages-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px; }

.customer-care.container {
  margin: 0 auto; }

.offerte-promo .workflow-heading.centered {
  justify-content: center;
  display: flex;
  margin: 25px 20px;
  flex-direction: column;
  text-align: center; }

.op-hero-wrapper {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 148, 50, 0.1) 0%, rgba(226, 108, 136, 0.1) 49.96%, rgba(136, 80, 255, 0.1) 100%);
  padding: 35px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }

.display-banner-grid .display-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; }
  .display-banner-grid .display-banner-list img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.op-scadenza {
  text-align: center; }

.card.offer.op .op-scadenza, .card.offer.op-logo .op-scadenza {
  display: flex;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  justify-content: center;
  text-align: center;
  min-height: 20px; }

.op-slider a {
  text-decoration: none; }
.op-slider .btn.btn-primary {
  width: max-content; }
.op-slider .op-slider-content {
  display: flex;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  gap: 0;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .op-slider .op-slider-content {
      flex-direction: column; } }
  .op-slider .op-slider-content picture {
    display: flex;
    flex: 0 1 auto; }
    @media screen and (max-width: 1200px) {
      .op-slider .op-slider-content picture {
        flex: 1 0 50%; } }
    @media screen and (max-width: 1024px) {
      .op-slider .op-slider-content picture {
        flex: 1 0 100%; } }
    .op-slider .op-slider-content picture img {
      max-width: 100%; }
.op-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .op-slider .slick-dots li {
    margin: 0 10px; }
.op-slider .slick-dots li button::before {
  border: 1px solid #0A70F5; }
.op-slider .slick-dots li.slick-active button::before {
  background: #0A70F5; }

.slider-op-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 30px 40px 30px 30px; }
  @media screen and (max-width: 1200px) {
    .slider-op-data {
      flex: 1 0 50%; } }
  .slider-op-data .op-data {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
    align-items: center; }
  .slider-op-data .op-slide-cta {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .slider-op-data .op-slide-item-title {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-align: center; }

.op-data .discount-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: max-content;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px; }
  .op-data .discount-wrapper .discount-label {
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700;
    justify-content: center;
    text-transform: uppercase; }
  .op-data .discount-wrapper .discount-number, .op-data .discount-wrapper .discount-unit {
    display: inline-flex;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700; }

.card.offer.op .price-wrapper, .card.offer.op-logo .price-wrapper {
  display: none; }

.card.op-logo .list-visual li:nth-child(1) {
  display: flex;
  margin-top: -4%;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 300px;
  max-width: 200px;
  min-height: 200px;
  margin: 20px auto 40px; }
  .card.op-logo .list-visual li:nth-child(1) img {
    max-width: 130px;
    margin: 0 auto; }

.card.op-logo {
  padding: 0; }

.offerte-promo .shops-wrapper .shops-right {
  gap: 20px; }
  @media (max-width: 767px) {
    .offerte-promo .shops-wrapper .shops-right {
      flex-direction: column;
      flex-grow: 1; } }
.offerte-promo .shops-wrapper .shop-item.big .shop-logo {
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px; }
.offerte-promo .shops-wrapper .shop-item.small {
  flex: 1;
  position: relative;
  justify-content: space-between;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .offerte-promo .shops-wrapper .shop-item.small {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .offerte-promo .shops-wrapper .shop-item.small {
      width: 100%;
      max-width: 100%; }
      .offerte-promo .shops-wrapper .shop-item.small .shop-logo {
        margin-bottom: 0; } }
  @media screen and (max-width: 414px) {
    .offerte-promo .shops-wrapper .shop-item.small {
      flex-direction: column;
      align-items: center; } }
  .offerte-promo .shops-wrapper .shop-item.small:nth-child(1) {
    border: 1px solid #653CBD; }
  .offerte-promo .shops-wrapper .shop-item.small:nth-child(2) {
    border: 1px solid #FF9432; }
  .offerte-promo .shops-wrapper .shop-item.small:nth-child(3) {
    border: 1px solid #3DC5FF; }
.offerte-promo .shops-wrapper .shop-item.small .shop-text {
  background: #FFFFFF;
  width: 160px;
  height: 100%;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  margin: 0; }
  @media screen and (max-width: 414px) {
    .offerte-promo .shops-wrapper .shop-item.small .shop-text {
      position: relative;
      width: auto;
      height: auto;
      left: 0;
      top: 0;
      bottom: 0;
      margin: 0 auto 10px;
      padding: 10px 20px;
      right: 0;
      min-height: 60px;
      border-radius: 10px; } }

.op-slider .slick-track {
  display: flex; }
  .op-slider .slick-track .slick-slide {
    height: inherit !important;
    background: #FFFFFF;
    border-radius: 10px; }

.offerte-promo {
  	/*.offer-visual {
    max-height: 198px;
  }*/ }
  .offerte-promo .subcategory-grid-wrapper .card-medium {
    min-width: 256px; }
  .offerte-promo .card-body {
    min-height: auto; }
  .offerte-promo .card-medium h2 {
    line-height: 1.2; }
  .offerte-promo .tophero-wrapper p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265; }
  .offerte-promo .link-list-wrapper ul {
    display: flex;
    width: 100%;
    gap: 0 20px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center; }
    .offerte-promo .link-list-wrapper ul a, .offerte-promo .link-list-wrapper ul a:hover {
      color: #653CBD;
      text-decoration: underline; }

.offerte-promo.genere .subcategory-grid-wrapper .card-medium {
  min-width: 256px; }
.offerte-promo.genere .offer-visual {
  max-height: 198px; }
.offerte-promo.genere .card-body {
  min-height: auto; }
.offerte-promo.genere .card-medium h2 {
  line-height: 1.2; }
.offerte-promo.genere .tophero-wrapper p {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265; }
.offerte-promo.genere .link-list-wrapper ul {
  display: flex;
  width: 100%;
  gap: 0 20px;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center; }
  .offerte-promo.genere .link-list-wrapper ul a, .offerte-promo.genere .link-list-wrapper ul a:hover {
    color: #653CBD;
    text-decoration: underline; }

.offerte-promo .description-wrapper .description-content {
  margin-bottom: 20px; }
.offerte-promo .description-wrapper h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3E4265;
  font-weight: 700;
  margin-bottom: 10px; }
.offerte-promo .description-wrapper h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #3E4265;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 10px; }
.offerte-promo .description-wrapper p {
  margin-bottom: 15px; }
.offerte-promo .description-wrapper ul {
  list-style: disc inside none;
  margin: 0 0 20px 0;
  padding: 0; }
.offerte-promo .description-wrapper table {
  border-collapse: collapse;
  width: max-content;
  max-width: 100%;
  margin: 20px auto; }
  .offerte-promo .description-wrapper table td, .offerte-promo .description-wrapper table th {
    border: 1px solid #e6e6e6;
    text-align: left;
    padding: 5px 10px; }
  .offerte-promo .description-wrapper table th {
    font-weight: 700; }
.offerte-promo .description-wrapper .related-link {
  color: #653CBD; }

@media (max-width: 576px) {
  .offerte-promo.scheda-offerta .scheda.offer .visual-wrapper {
    max-width: unset;
    margin: 0 auto; } }
.offerte-promo.scheda-offerta .scheda.offer .visual-wrapper .main-image {
  margin-bottom: 0; }
.offerte-promo.scheda-offerta .scheda-dati .op-scadenza {
  text-align: right; }
  @media (max-width: 576px) {
    .offerte-promo.scheda-offerta .scheda-dati .op-scadenza {
      text-align: center; } }
.offerte-promo.scheda-offerta .scheda-dati .codice {
  width: 100%;
  max-width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end; }
  .offerte-promo.scheda-offerta .scheda-dati .codice #codiceBtn {
    padding: 10px; }
  .offerte-promo.scheda-offerta .scheda-dati .codice .btn-primary.cs {
    width: 100%; }
.offerte-promo.scheda-offerta .choice .discount-wrapper {
  font-size: 2rem; }
@media (max-width: 576px) {
  .offerte-promo.scheda-offerta .choice .data-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-left: 0;
    justify-content: center; } }
.offerte-promo.scheda-offerta .choice .data-wrapper .discount-wrapper {
  max-width: max-content; }
.offerte-promo.scheda-offerta .price-wrapper {
  display: none; }
.offerte-promo.scheda-offerta .offer-body .merchant-wrapper {
  display: flex;
  border-bottom: none;
  flex-direction: column;
  gap: 0;
  margin-bottom: 10px; }

.offerte-promo.scheda-offerta.monofferta .choice .control__indicator, .offerte-promo.scheda-offerta.monofferta .choices .form-check-input {
  display: none; }

.offerte-promo .brand-list-wrapper .brand-list {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 20px; }
  .offerte-promo .brand-list-wrapper .brand-list li {
    min-width: 40px;
    text-align: center;
    font-size: 1rem;
    color: #14142B;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2E5F1;
    border-radius: 100px; }
    .offerte-promo .brand-list-wrapper .brand-list li a {
      text-decoration: none; }
  .offerte-promo .brand-list-wrapper .brand-list li.active {
    background-color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #653CBD;
    color: #14142B; }

.brand-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center; }
  .brand-wrapper .brand-item {
    display: flex;
    min-width: 260px;
    justify-content: center; }
    @media (max-width: 576px) {
      .brand-wrapper .brand-item {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px); } }
    @media (max-width: 480px) {
      .brand-wrapper .brand-item {
        max-width: 100%;
        min-width: 100%; } }
  .brand-wrapper .cslogo .offer-visual {
    background: #F3F6FF;
    border-radius: 9px; }
  .brand-wrapper .card.offer.cslogo .list-visual li:nth-child(1) {
    display: flex;
    width: 160px;
    height: 160px;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 50%;
    top: 0;
    bottom: 0; }
  .brand-wrapper .card-medium {
    margin-left: 0; }

.scheda-wrapper-brand .scheda.offer {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
.scheda-wrapper-brand .main-visual-wrapper {
  display: flex;
  width: max-content; }
.scheda-wrapper-brand .brand-heading-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  width: max-content; }
  .scheda-wrapper-brand .brand-heading-wrapper h1 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700; }
    @media (max-width: 767px) {
      .scheda-wrapper-brand .brand-heading-wrapper h1 {
        text-align: center;
        width: 100%;
        margin: 0 auto; } }
  .scheda-wrapper-brand .brand-heading-wrapper h2 {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700; }
    @media (max-width: 767px) {
      .scheda-wrapper-brand .brand-heading-wrapper h2 {
        text-align: center;
        width: 100%; } }
  .scheda-wrapper-brand .brand-heading-wrapper p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-align: center; }
.scheda-wrapper-brand .scheda.offer.brand .list-visual li:nth-child(1) {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 200px; }
  @media (max-width: 576px) {
    .scheda-wrapper-brand .scheda.offer.brand .list-visual li:nth-child(1) {
      width: 140px;
      height: 140px; } }

.brand-offers-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0; }

.card-medium.op-brand {
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-left: 0; }
  @media (max-width: 576px) {
    .card-medium.op-brand {
      min-width: 100%; } }
  .card-medium.op-brand a, .card-medium.op-brand a:hover {
    text-decoration: none;
    display: flex;
    width: 100%; }
    @media (max-width: 576px) {
      .card-medium.op-brand a, .card-medium.op-brand a:hover {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center; } }
  .card-medium.op-brand .card-body {
    display: flex;
    align-items: center;
    text-align: center; }
    .card-medium.op-brand .card-body .item-line {
      min-height: unset; }
  .card-medium.op-brand .cta-wrapper {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    max-width: max-content; }
    .card-medium.op-brand .cta-wrapper button {
      min-width: 170px; }
  .card-medium.op-brand .discount-wrapper {
    position: relative;
    z-index: 5;
    top: unset;
    left: unset;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    align-items: center;
    max-width: 320px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #3E4265;
    font-weight: 700;
    justify-content: center;
    line-height: 1.1;
    flex-wrap: wrap;
    align-content: center;
    flex: 1 0 30%; }
    @media (max-width: 576px) {
      .card-medium.op-brand .discount-wrapper {
        flex: 1 0 100%;
        max-width: 100%;
        height: max-content; } }
  .card-medium.op-brand .short-desc {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-align: left;
    width: 100%; }
    @media (max-width: 576px) {
      .card-medium.op-brand .short-desc {
        text-align: center; } }

.card-medium.op-brand.scaduta {
  background: #EFF2FC; }
  .card-medium.op-brand.scaduta .discount-wrapper {
    background: #585C7B;
    color: #FFFFFF; }
  .card-medium.op-brand.scaduta .card-body {
    background: #EFF2FC; }
  .card-medium.op-brand.scaduta .btn-primary, .card-medium.op-brand.scaduta .btn-primary:hover {
    background: #585C7B;
    border-color: #585C7B;
    color: #FFFFFF; }

.no-offers-wrapper {
  background: #EFF2FC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  gap: 20px;
  border-radius: 10px; }
  .no-offers-wrapper h2 {
    text-align: center; }
    @media (max-width: 576px) {
      .no-offers-wrapper h2 {
        font-size: 1.5rem; } }
  .no-offers-wrapper p {
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    color: #3E4265;
    text-align: center; }
    @media (max-width: 576px) {
      .no-offers-wrapper p {
        font-size: 1rem; } }
  .no-offers-wrapper a {
    font-weight: 700;
    color: #653CBD;
    text-decoration: underline; }

.data-wrapper.op-offer {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 900px) {
    .data-wrapper.op-offer {
      flex-direction: column; } }
  .data-wrapper.op-offer .cta-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    padding: 0; }
  .data-wrapper.op-offer .discount-wrapper {
    flex: 1;
    border-radius: 8px;
    padding: 3px 10px;
    display: block;
    margin: 0 auto;
    line-height: 1.2; }
  .data-wrapper.op-offer .cta-wrapper .cta-cart {
    margin-bottom: 10px;
    justify-content: center; }
    .data-wrapper.op-offer .cta-wrapper .cta-cart .btn-primary {
      width: 100%; }
      @media (max-width: 900px) {
        .data-wrapper.op-offer .cta-wrapper .cta-cart .btn-primary {
          width: calc(100% - 40px); } }
  .data-wrapper.op-offer .cta-wrapper .op-scadenza {
    text-align: center; }

.scheda-offerta .choice {
  padding: 20px; }

.offerte-promo .scheda.offer .offer-body .merchant {
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  text-transform: none;
  color: #653CBD;
  margin-bottom: 5px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px 0; }
  .offerte-promo .scheda.offer .offer-body .merchant:before {
    content: '';
    display: inline-flex;
    width: 24px;
    height: 16px;
    background: url("../icons/icon-arrow-line-right.svg");
    background-size: cover;
    margin-right: 3px; }

.offerte-promo .scheda.offer .offer-body .link-item {
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  text-transform: none;
  color: #653CBD;
  margin-bottom: 5px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px auto;
  border: 1px solid #653CBD;
  padding: 10px 20px;
  width: 100%;
  border-radius: 8px;
  justify-content: center;
  text-align: center;
  max-width: 320px; }
  @media (max-width: 900px) {
    .offerte-promo .scheda.offer .offer-body .link-item {
      width: calc(100% - 40px); } }

.offerte-promo .scheda.offer .offer-body .actions-wrapper {
  justify-content: flex-end; }

.offerte-promo .scheda.offer .data-wrapper.op-offer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px; }
.offerte-promo .scheda.offer .data-wrapper.op-offer .cta-wrapper .cta-cart .btn-primary, .offerte-promo .scheda.offer .data-wrapper .discount-wrapper, .offerte-promo .scheda.offer .scheda-dati .codice #codiceBtn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }
.offerte-promo .scheda.offer .data-wrapper .discount-wrapper {
  text-align: center;
  background: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.btn-search .visually-hidden {
  color: #FFFFFF; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/*# sourceMappingURL=style.css.map */
