@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Fraunces:wght@300;600;900&display=swap");

@font-face {
  font-family: 'TroisMille20';
  src: url("font/TroisMilleRegular-20.eot");
  /* IE9 Compat Modes */
  src: url("font/TroisMilleRegular-20.eot?#iefix") format("embedded-opentype"), url("font/TroisMilleRegular-20.woff2") format("woff2"), url("font/TroisMilleRegular-20.woff") format("woff"), url("font/TroisMilleRegular-20.ttf") format("truetype");
}

@font-face {
  font-family: 'TroisMille25';
  src: url("font/TroisMilleRegular-25.eot");
  /* IE9 Compat Modes */
  src: url("font/TroisMilleRegular-25.eot?#iefix") format("embedded-opentype"), url("font/TroisMilleRegular-25.woff2") format("woff2"), url("font/TroisMilleRegular-25.woff") format("woff"), url("font/TroisMilleRegular-25.ttf") format("truetype");
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: #14142B;
  background-color: #FFFEFA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TroisMille20", 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: none;
  margin: 0;
  padding: 0;
}

a {
  color: #0751B0;
}

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

a:hover,
a:focus {
  color: #0751B0;
  text-decoration: underline;
}

.active a {
  color: #0751B0;
}

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;
}

section {
  margin-bottom: 50px;
}

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 #FF5D5D;
  border-color: #FF5D5D;
  -webkit-transform: rotate(-175deg);
  -moz-transform: rotate(-175deg);
  -ms-transform: rotate(-175deg);
  -o-transform: rotate(-175deg);
  transform: rotate(-175deg);
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #FFFEFA #C2C2C2;
}

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

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

*::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  border-radius: 20px;
  border: 0px solid #0A70F5;
}

/* 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%;
}

/* end ellipsis styles ... */
.home h1 {
  font-size: .75rem;
  margin: -20px auto 0;
  position: relative;
  padding: 0;
  width: 100%;
  text-align: center;
}

.hero-base-wrapper h1 {
  padding: 0;
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "TroisMille20", 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;
}

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

.title-small-wrapper h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #14142B;
  background-color: #FFFEFA;
  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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

@media (max-width: 576px) {
  .title-small-wrapper h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.title-small-wrapper::after {
  content: " ";
  background-color: #8850FF;
  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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.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: "DM Sans", 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: 1160px;
  padding: 0;
  margin: 0 auto 50px;
}

@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: 60px;
    margin-bottom: 50px;
  }
}

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

.hero-content-wrapper {
  display: flex;
  margin: 0 auto;
}

.hero-content-wrapper h1 {
  padding: 0;
  color: #FF9432;
  font-family: "TroisMille25", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.94;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-content-wrapper h1 {
    font-family: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.94;
  }
}

.hero-content-wrapper p {
  font-family: "DM Sans", 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: "DM Sans", 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;
  }
}

body.thankyou {
  background: #FFFEFA url("../img/bkg-thankyou-desktop.svg") no-repeat center top;
  background-size: contain;
}

.thankyou-wrapper {
  padding-top: 15vh;
  max-width: 840px;
  align-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 0;
}

.thankyou-wrapper h1 {
  font-family: "TroisMille25", Arial, Helvetica, sans-serif;
  font-size: 4.6875rem;
  line-height: 0.92;
  color: #8850FF;
  text-align: center;
}

@media (max-width: 1200px) {
  .thankyou-wrapper h1 {
    font-family: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.94;
  }
}

@media (max-width: 768px) {
  .thankyou-wrapper h1 {
    font-family: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.94;
  }
}

@media (max-width: 576px) {
  .thankyou-wrapper h1 {
    font-family: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.94;
  }
}

.thankyou-wrapper p {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  text-align: center;
}

@media (max-width: 768px) {
  .thankyou-wrapper p {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
  }
}

@media (max-width: 576px) {
  .thankyou-wrapper p {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}

.thankyou-related-wrapper {
  border-top: 1px solid #0A70F5;
  background: #FFFEFA;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .thankyou-related-wrapper {
    border-top: 0;
  }
}

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

.forgot-pwd {
  margin: 10px 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 .recap .promo-totals,
.riepilogo .main.recap-totals .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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 9px;
  top: 10px;
  right: 10px;
}

.trash-icon {
  cursor: pointer;
}

.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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: "DM Sans", 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: "DM Sans", 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 #8850FF;
}

.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: #FFFFFF url("../icons/ico-arrow-down-purple.svg") no-repeat right center;
  background-position-x: calc(100% - 10px);
  border: 1px solid #8850FF;
  border-radius: 0;
  padding: 5px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  min-height: 40px;
}

.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;
}

.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: -3px;
  left: 0;
  height: 22px;
  width: 22px;
  background: transparent;
  border: 2px solid #C2C2C2;
}

@media screen and (max-width: 576px) {
  .control__indicator {
    height: 20px;
    width: 20px;
    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: #fff;
  border: 2px solid #0A70F5;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #fff;
  color: #0A70F5;
}

.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: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #0A70F5;
  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: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0A70F5;
}

@media screen and (max-width: 576px) {
  .control--radio .control__indicator::after {
    left: 5px;
    top: 5px;
  }
}

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

.control--radio.add .control__indicator::after {
  content: '';
  background: url("../icons/ico-plus-blue.svg") no-repeat center center;
  background-size: contain;
  height: 10px;
  width: 10px;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.addresses-list label.add .control__indicator {
  content: '';
  background: url("../icons/ico-plus-blue.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  margin-left: 10px;
}

.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 #8850FF;
  border-radius: 0;
  transition: none;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 19px 10px;
}

.form-control.error {
  border: 1px solid #FF5D5D;
  border-radius: 0;
  transition: none;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 19px 10px;
}

input:focus,
.form-control:focus,
.styled-select.custom-select:focus {
  border: 1px solid #8850FF;
  -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 #8850FF;
}

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

.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: #f9f9f9;
  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: #FF5D5D;
  padding: 5px 0;
  line-height: 1;
}

.search-form {
  position: relative;
  margin-right: 10px;
}

.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 #3DC5FF;
  padding: 10px 30px 10px 20px;
  border-radius: 30px;
  width: 100%;
}

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

@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: #8850FF !important;
  box-shadow: 0 !important;
}

.progress {
  border: 1px solid #8850FF;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .progress {
    display: none;
  }
}

.progress .progress-bar {
  background-color: #8850FF;
}

.datepicker-wrapper {
  display: flex;
}

.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  text-transform: uppercase;
}

.radio-group-inline label,
.checkbox-inline label {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  color: #000000;
  line-height: 1;
  align-items: flex-start;
}

.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: 50px;
}

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

.info-box {
  display: inline-flex;
  color: #FFFFFF;
  background: #FF5D5D;
  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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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 transparent !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,
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:not([href]),
a.btn-primary:not([href]):hover,
a.btn-primary:not([href]):focus,
.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-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,
.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: 100px;
  padding: 7px 15px;
  font-size: 0.875rem;
  background: none;
  text-align: center;
  font-weight: 700;
}

.btn-primary:hover,
a.btn-primary:hover:not([href]),
.btn-inverse:hover,
a.btn-inverse:hover:not([href]),
.recap-cta .btn-primary:hover:focus,
.btn-thankyou:hover,
.recap-cta .btn-primary.disabled:hover,
.btn-primary.btn-config.disabled:hover,
.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: 576px) {

  .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,
  .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-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,
  .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: 700;
  }
}

.btn-primary {
  color: #FFFFFF;
  border-color: #0A70F5;
  background: #0A70F5;
  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 {
  color: #FFFFFF;
  border-color: #0751B0;
  background: #0751B0;
  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-thankyou:hover,
.btn-thankyou:focus {
  color: #FFFFFF;
  border-color: #8850FF;
  background: #8850FF;
}

.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 {
  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: #8850FF;
  border-color: #8850FF;
  background: #FFFEFA;
}

.btn-thankyou-wrapper {
  display: flex;
  gap: 20px;
}

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

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

.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;
}

.small-text.close-cart {
  border: 0;
  background: none;
  color: #0A70F5;
  text-decoration: underline;
  padding: 0 10px;
}

.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: #8850FF;
  background: #8850FF;
  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: "DM Sans", 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;
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .cap-copy p:first-child {
    color: #FFFFFF;
  }
}

.panelcap,
.panelcap.open,
.modal-panelcap,
.modal-panelcap.open {
  background: #14142B;
  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: "DM Sans", 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;*/
}

.accordion .card-header {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.accordion .card {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #14142B;
  width: 100%;
  height: auto;
  max-width: 100%;
  font-size: inherit;
  border: 0;
  border-bottom: 0.5px solid #000000 !important;
}

.accordion .btn.btn-link {
  padding: 0;
  text-align: left;
  color: #14142B;
  text-decoration: none !important;
  padding-left: 20px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
}

.accordion .btn.btn-link::before {
  content: '';
  width: 14px;
  margin-right: 5px;
  background: url(../icons/ico-arrow.svg) no-repeat center center;
  background-size: cover;
  height: 7px;
  display: inline-block;
  transform: rotate(180deg);
  transition: .5s;
  margin-left: -22px;
}

.accordion .btn.btn-link.collapsed::before {
  content: '';
  width: 14px;
  margin-right: 5px;
  background: url(../icons/ico-arrow.svg) no-repeat center center;
  background-size: cover;
  height: 7px;
  display: inline-block;
  transform: rotate(0deg);
  transition: .5s;
  margin-left: -22px;
}

@media (max-width: 576px) {
  .accordion .btn.btn-link {
    font-family: "DM Sans", 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 20px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

@media (max-width: 576px) {
  .accordion .card-body {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.pagination .page-item {
  min-width: 40px;
  text-align: center;
}

.pagination .page-item.active {
  background-color: #0A70F5;
  font-weight: 700;
}

.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-results .form-item.search {
    background: #3B8DF7;
    border: 1px solid $fullblue;
    padding: 10px 30px 10px 20px;
    border-radius: 30px;
    width: 100%;
    color: $fullwhite;
   
}
.search-results .search-form.active .btn-search {
    background: url("../icons/ico-search-white.svg") no-repeat center center;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: cover;
    border: 0;
    padding: 0 0 0 10px;
    margin-left: -30px;
    z-index: 3;
    position: absolute;
    top: 13px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    @media (max-width: 768px) {
    background: url("../icons/ico-search.svg") no-repeat center center;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: cover;
    border: 0;
    padding: 0 0 0 10px;
    margin-left: -30px;
    z-index: 3;
    position: absolute;
    top: 13px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    }
}
.search-results .search-form.active .btn-search.close {
    background: url("../icons/ico-search-white.svg") no-repeat center center;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: cover;
    border: 0;
    padding: 0 0 0 10px;
    margin-left: -30px;
    z-index: 3;
    position: absolute;
    top: 13px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}*/
.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;
}

.search-results .filter-wrapper .field-wrapper,
.genere .filter-wrapper .field-wrapper {
  display: flex;
  flex-direction: row;
  width: max-content;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 576px) {

  .search-results .filter-wrapper .field-wrapper,
  .genere .filter-wrapper .field-wrapper {
    flex-wrap: wrap;
  }
}

.search-results .filter-wrapper label,
.genere .filter-wrapper label {
  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: #0A70F5 url("../icons/ico-arrow-down-white.svg") no-repeat right center;
  background-position-x: right;
  background-position-x: calc(100% - 10px);
  border: 1px solid #0A70F5;
  border-radius: 0;
  padding: 5px;
  -moz-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.5);
  outline: 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  line-height: 1.1;
  min-height: 30px;
  border-radius: 9px;
  min-width: 180px;
  color: #FFFFFF;
}

.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: #FFFFFF;
}

.search-results .card-body,
.genere .card-body {
  min-height: 240px;
}

.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;
}

/* styles 2023 */
.choice .control__indicator {
  display: none;
}

.choice .choice-title,
.choice .data-wrapper,
.choice .gift-wrapper {
  padding-left: 0 !important;
}

.seealso-header .btn-link,
.seealso-header .btn-link:hover,
.seealso-header .btn-link:focus,
.seealso-header .btn-link:active {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #0A70F5;
  width: 100%;
  text-align: left;
  padding: 0;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}

@media (max-width: 576px) {

  .seealso-header .btn-link,
  .seealso-header .btn-link:hover,
  .seealso-header .btn-link:focus,
  .seealso-header .btn-link:active {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.seealso-header h5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}

.seealso-header .btn-link::after {
  padding: 0;
  content: url(../icons/ico-arrow-down.svg);
  width: 16px;
  display: inline-block;
  height: 9px;
  rotate: 180deg;
  transition: .5s;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
}

.seealso-header .btn-link.collapsed::after {
  padding: 0;
  content: url(../icons/ico-arrow-down.svg);
  width: 16px;
  display: inline-block;
  height: 9px;
  rotate: 0deg;
  transition: .5s;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.seealso-header {
  border-top: 1px solid #C2C2C2;
  padding: 10px 0 0;
  margin: 10px 0 0;
}

.seealso-header:first-child {
  border-top: 0;
}

.terms-list .seealso-body .card-small {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.terms-list .seealso-body .card-body {
  min-height: auto;
}

.terms-list .seealso-body .card-small h2 {
  min-height: auto;
}

.terms-list .seealso-body .card-text {
  min-height: auto;
}

footer {
  background: #14142B;
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 30px 0 50px;
  margin-top: 20px;
}

footer a,
footer a:hover {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  footer {
    padding-bottom: 120px;
  }
}

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

footer h2 {
  font-size: 1.125rem;
}

.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;
  }
}

@media (max-width: 768px) {
  .footer-wrapper {
    margin-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    display: none;
    flex-direction: row;
  }

  .footer-top .footer-logo {
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .footer-top {
    flex-direction: column;
    padding: 0 0 20px;
  }

  .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: 1px solid #FFFEFA;
}

@media (max-width: 767px) {

  .footer-top,
  .footer-middle {
    display: none;
  }
}

.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;
}

.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;
}

.footer-bottom {
  color: #f9f9f9;
  opacity: 0.7;
}

.footer-bottom a {
  color: #f9f9f9;
}

@media (max-width: 767px) {
  .footer-bottom {
    font-size: 0.75rem;
    flex-direction: column-reverse;
    padding: 0 0 20px;
  }

  .footer-bottom .trustpilot-widget {
    display: none;
  }

  .footer-bottom .footer-col-left,
  .footer-bottom .footer-col-right {
    width: 100%;
  }
}

.footer-bottom .footer-col-left {
  flex-direction: column;
}

.footer-col-left .footer-links {
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

@media (max-width: 576px) {
  .footer-col-left .footer-links {
    display: block;
    width: 100%;
  }

  .footer-col-left .footer-links li {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
}

.safe-payments {
  color: #FFFFFF;
  font-family: "DM Sans", 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: "TroisMille20", 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;
}

.modal {
  z-index: 3000;
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

@media (max-width: 768px) {
  .modal-content h2 {
    font-family: "TroisMille20", 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: #FF5D5D;
  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: "DM Sans", 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: column-reverse;
  }
}

#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%;
  }
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

#renewModal h3,
#informativaModal h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
}

#renewModal p,
#renewModal li,
#informativaModal p,
#informativaModal li {
  font-family: "DM Sans", 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;
  flex-direction: column;
}

.infomodal .modal-body h2 {
  font-family: "TroisMille20", 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: #0A70F5;
}

.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: "TroisMille25", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #0A70F5;
}

.pack-items-list li {
  font-family: "DM Sans", 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.1;
}

#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: "DM Sans", 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: "DM Sans", 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 #8850FF;
}

.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 #8850FF;
}

.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;
}

#informativaModal ul {
  list-style: disc outside none;
}

#informativaModal ul li {
  margin-left: 12px;
}

.check-data-nascita {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
  justify-content: flex-start;
}

.check-data-nascita .field-wrapper {
  padding: 0;
}

.check-data-nascita .cta-list-wrapper {
  display: flex;
  padding: 20px 0;
}

/* 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('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 5;
  height: 40px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -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: 40px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}

.slick-prev:before {
  content: url(../icons/ico-arrow-left.svg);
}

[dir="rtl"] .slick-prev:before {
  content: url(../icons/ico-arrow-right.svg);
}

.slick-next {
  right: 15px;
}

[dir="rtl"] .slick-next {
  left: -15px;
  right: auto;
}

.slick-next:before {
  content: url(../icons/ico-arrow-right.svg);
}

[dir="rtl"] .slick-next:before {
  content: url(../icons/ico-arrow-left.svg);
}

.navbar-themes .slick-prev {
  left: 15px;
}

[dir="rtl"] .navbar-themes .slick-prev {
  left: auto;
  right: 15px;
}

.navbar-themes .slick-prev:before {
  background: url(../icons/ico-arrow-left-grey.svg) no-repeat center center;
  height: 20px;
  display: inline-block;
  content: " ";
  background-size: contain;
  width: 20px;
}

[dir="rtl"] .navbar-themes .slick-prev:before {
  background: url(../icons/ico-arrow-right-grey.svg) no-repeat center center;
}

.navbar-themes .slick-next {
  right: 15px;
}

[dir="rtl"] .navbar-themes .slick-next {
  left: -15px;
  right: auto;
}

.navbar-themes .slick-next:before {
  background: url(../icons/ico-arrow-right-grey.svg) no-repeat center center;
  height: 20px;
  display: inline-block;
  content: " ";
  background-size: contain;
  width: 20px;
}

[dir="rtl"] .navbar-themes .slick-next:before {
  background: url(../icons/ico-arrow-left-grey.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%;
}

@media screen and (max-width: 576px) {
  .slick-dots {
    display: none !important;
  }
}

.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 #e6e6e6;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
  background: #e6e6e6;
}

.header-wrapper {
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  background: #FFFEFA;
  position: relative;
  z-index: 51;
}

@media (max-width: 1160px) {
  .header-wrapper {
    padding: 0 20px;
  }
}

@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 0 10px 0;
  margin: 20px auto;
  border-bottom: 0.5px solid #C2C2C2;
}

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

header nav .container.flex.main-nav,
.rinnovi.workflow.steps header nav .container.flex.main-nav {
  margin: 0 auto 10px;
  border-bottom: 0;
}

@media (max-width: 768px) {

  header nav .container.flex.main-nav,
  .rinnovi.workflow.steps header nav .container.flex.main-nav {
    margin: 0;
    border-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-top: 25px;
    width: auto;
  }
}

@media (max-width: 1160px) {
  .logo img {
    max-width: 160px;
  }
}

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

.navbar-top.flex {
  flex-direction: column;
}

@media (max-width: 768px) {
  .navbar-top.flex {
    background: #FFFEFA;
    z-index: 2000;
    position: relative;
    -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Firefox 3.5 - 3.6 */
    box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
}

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

.nav-wrapper {
  width: calc(50% + 170px);
  display: flex;
  justify-content: space-between;
  /* @media (max-width: 768px) {
   width: 100%;
   position: fixed;
   background: $background-main;
   bottom: 0;
   padding: 10px 20px;
   flex-direction: column;
   }*/
}

@media (max-width: 768px) {
  .nav-wrapper {
    width: 280px;
    position: absolute;
    background: none;
    top: 7px;
    padding: 10px 20px 0;
    flex-direction: column;
    z-index: unset;
    right: 0;
  }
}

@media (max-width: 767px) {
  .nav-wrapper {
    width: auto;
    position: absolute;
    background: none;
    top: 7px;
    padding: 10px 20px 0;
    flex-direction: column;
    z-index: unset;
    right: 0;
  }
}

@media (max-width: 576px) {
  .nav-wrapper {
    width: calc(100% - 40px);
  }
}

.navbar-account {
  padding: 0;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .navbar-account {
    justify-content: center;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px;
    border-top: 1px solid #e0e0de;
    z-index: 1300;
    background: #fffefa;
    margin-right: 0;
  }
}

.navbar-account ul {
  flex-direction: row;
}

.navbar-account ul li {
  margin-left: 30px;
  font-size: 0.75rem;
  text-align: center;
}

.navbar-account ul li a {
  color: #777777;
  padding: 0;
  line-height: 1;
}

.navbar-account ul li a:hover {
  color: #0A70F5;
}

@media (max-width: 576px) {
  .navbar-account ul li {
    margin-left: 15px;
  }
}

@media (max-width: 374px) {
  .navbar-account ul li {
    margin-left: 10px;
  }
}

.navbar-account ul li.active a {
  color: #0A70F5;
}

@media (max-width: 768px) {
  .navbar-account ul {
    flex-direction: row-reverse;
  }
}

.navbar-themes {
  overflow: hidden;
  width: calc(100% - 30px);
}

@media (max-width: 768px) {
  .navbar-themes {
    display: none;
  }
}

.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: 280px;
  position: relative;
}

@media (max-width: 768px) {
  .nav-search {
    /*width: 100%;
    max-width: 340px;
    position: relative;
    margin: 0 auto 20px;*/
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .nav-search {
    /*width: 100%;
    max-width: 340px;
    position: relative;
    margin: 0 auto 20px;*/
    width: 100%;
    max-width: calc(100% - 20px);
    position: relative;
    margin: 0 0 20px 0;
    align-self: flex-end;
  }
}

.nav-search .search-form {
  z-index: 200;
}

@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.ar a::after,
.nav-item.ar a::before,
.nav-item.profile a::before,
.nav-item.profile.nologged a::before,
.nav-item.profile.nologged a:hover::before,
.nav-item.profile.active a::before,
.nav-item.profile a:hover::before,
.nav-item.highlight a::before,
.nav-item.highlight.active a::before,
.nav-item.highlight a:hover::before {
  content: "";
  width: 20px;
  height: 20px;
  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");
}

@media (min-width: 769px) {

  .nav-item.profile .nav-link,
  .nav-item.profile .nav-link:hover,
  .nav-item.ar .nav-link,
  .nav-item.ar .nav-link:hover {
    background: #0A70F5;
    color: #FFFFFF;
    min-width: 110px;
    padding: 8px 15px 5px;
    border-radius: 30px;
    font-size: 1rem;
    line-height: 1;
  }
}

.nav-item.logout a {
  display: flex;
  align-items: flex-start;
}

.nav-item.logout .nav-link,
.nav-item.logout .nav-link:hover {
  background: none;
  color: #0A70F5;
  text-decoration: underline;
  min-width: 110px;
  padding: 8px 15px 5px;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
}

.nav-item.logout .nav-link:before,
.nav-item.logout .nav-link:hover:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../icons/ico-logout.svg") center center;
  background-size: contain;
  margin-right: 5px;
}

.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;
  }
}

@media (min-width: 769px) {

  .nav-item.profile.nologged .nav-link,
  .nav-item.profile.nologged .nav-link:hover {
    background: none;
    color: #0751B0;
    min-width: 200px;
    padding: 8px 15px 5px;
    border-radius: 30px;
    border: 1px solid #0751B0;
    font-size: 1rem;
    line-height: 1;
  }
}

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

@media (min-width: 769px) {
  .nav-item.profile a::before {
    background: url("../icons/ico-profile-white.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

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

@media (min-width: 769px) {
  .nav-item.profile.nologged a::before {
    background: url("../icons/ico-user-blue.svg");
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

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

@media (min-width: 769px) {
  .nav-item.profile.nologged a:hover::before {
    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 {
  background: url("../icons/ico-profile-active.svg");
}

@media (min-width: 769px) {

  .nav-item.profile.active a::before,
  .nav-item.profile a:hover::before {
    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: 21px;
  height: 19px;
  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: #000000;
  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;
}

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

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

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

#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: 768px) {

  .main-nav-toggler,
  .logo {
    margin: 0 auto;
  }
}

@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: 60px;
  color: #FFF;
  background: #FFFEFA;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .sidenav {
    padding-top: 60px;
  }
}

.sidenav.open {
  height: auto;
  width: calc((100vw - 1160px) / 2 + 380px);
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background: #FFFEFA;
  overflow-x: hidden;
  transition: 0.6s;
  padding-top: 60px;
  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: 60px;
  }
}

@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: "TroisMille20", 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;
  }
}

.submenu {
  margin-top: 5px;
}

.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 - 240px);
  }
}

.main-nav-wrapper {
  color: #777777;
  list-style: none;
  margin: 120px 50px 0 0;
  width: 330px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  height: calc(100vh - 230px);
}

.main-nav-wrapper li {
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #C2C2C2;
}

.main-nav-wrapper li ul {
  display: none;
}

@media (max-width: 768px) {
  .main-nav-wrapper {
    width: 100%;
    padding: 0;
    margin: 30px 50px 0 0;
    height: auto;
  }
}

@media (max-width: 576px) {
  .main-nav-wrapper {
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

.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, #FFFEFA 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-link {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #000000;
  text-align: center;
}

.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: block;
  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: 20%;
}

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

.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;
}

.cart-number {
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #FF5D5D;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  justify-content: center;
  cursor: pointer;
}

.container.cart-panel {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  z-index: 90;
}

.container.cart-panel h2,
.container.cart-panel h3 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

.container.cart-panel h2 {
  font-size: 1rem;
}

.container.cart-panel.open {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.container.cart-panel.open h2,
.container.cart-panel.open h3 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

.container.cart-panel.open h2 {
  font-size: 1rem;
}

.cart-panel-wrapper {
  position: absolute;
  z-index: 60;
  margin: auto;
  left: auto;
  right: 0;
  max-width: 375px;
  background: #f9f9f9;
  padding: 22px 30px;
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-radius: 17px;
}

.cart-panel-wrapper .row.offer {
  border-bottom: 1px solid #14142B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.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 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: flex-start;
  background: #f9f9f9;
  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;
  height: 0;
  padding: 0 0 132% 0;
  overflow-x: unset;
}

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

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

.closeBtn {
  cursor: pointer;
}

.closeBtn img {
  margin: 20px 0 0 0;
  width: 30px;
  height: auto;
  background: #FFFEFA;
  padding: 7px;
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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 #C2C2C2;
  font-family: "DM Sans", 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: 10px 0 0 0;
  margin: 0;
  border-top: 1px solid #C2C2C2;
  font-family: "DM Sans", 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 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: 175px;
  display: block;
  width: 100%;
  z-index: 35;
  background: #FFFEFA;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: 1160px;
  margin: 30px auto;
  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: 1.25rem;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  padding: 0;
}

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

@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: "DM Sans", Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 10px;
}

.highlight-box .btn {
  color: #FFFFFF;
  border-color: #FF9432;
  background: #FF9432;
  font-size: 1rem;
}

.sidenav.notifications .main-nav-wrapper li {
  border-top: 1px solid #000000;
  border-bottom: 0;
  padding: 10px 0;
  font-family: "DM Sans", 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;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 576px) {
  .breadcrumb-wrapper {
    overflow-x: scroll;
  }
}

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #14142B;
  padding: 10px 0;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a,
.breadcrumb:hover {
  color: #0A70F5;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 30px 0 0;
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding: 10px 10px 0 0;
    display: flex;
    flex-direction: revert;
    flex-wrap: nowrap;
    width: max-content;
  }
}

.breadcrumb-item.active {
  color: #000000;
}

.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: "DM Sans", 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: "DM Sans", 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;
  }
}

#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;
  }
}

/*.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,
.offer .timeframe {
  color: #8850FF;
  line-height: 1.1;
}

.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 .data-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.discount-wrapper {
  background: url("../icons/price-tag-orange.svg") no-repeat center center;
  display: flex;
  min-width: 90px;
  height: 34px;
  font-family: "TroisMille25", Arial, Helvetica, sans-serif;
  color: #14142B;
  flex-direction: column;
  background-size: cover;
  padding: 0 3px;
  text-transform: uppercase;
  position: relative;
}

.discount-wrapper .discount-label {
  font-size: 0.625rem;
}

.discount-wrapper .discount-number {
  font-size: 1.875rem;
  line-height: 0.6;
}

.discount-wrapper .discount-unit {
  font-size: 2rem;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: absolute;
  right: 12px;
  line-height: 1.1;
}

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

.discount-wrapper.text .discount-label {
  font-size: 0.75rem;
  max-width: 80px;
  line-height: 1;
}

.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/img-cover-digitale.png") 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: 2% auto 0;
}

.scheda.offer.digitale .bkg,
.cart-panel .offer.digitale .bkg {
  margin: 0;
}

.scheda.offer.digitale .list-visual li:nth-child(1) img,
.cart-panel .offer.digitale .list-visual li:nth-child(1) img {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 4.4% 5% 20% 5%;
}

.scheda.offer.digitale .list-visual li:nth-child(2) img,
.cart-panel .offer.digitale .list-visual li:nth-child(2) img {
  display: none;
}

.offer.all .bkg {
  display: block;
  margin: 4% auto 0;
  background: url("../img/img-cover-all.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;
}

.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: 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/img-cover-cc.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.cc .bkg {
  margin: 0 auto;
}

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

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

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

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

.offer.cc .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.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 .bkg,
.cart-panel .offer.cc .bkg {
  margin: 0;
}

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

.scheda.offer.cc .list-visual li:nth-child(2) img,
.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;
}

.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 .bkg,
.cart-panel .offer.cd .bkg {
  margin: 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: 68%;
  height: auto;
}

.scheda.offer.cd .list-visual li:nth-child(2) img,
.cart-panel .offer.cd .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%;
}

.offer.all .list-visual img,
.offer.carta .list-visual img,
.offer.digitale .list-visual img,
.offer.cc .list-visual img,
.offer.cd .list-visual img,
.offer.dd .list-visual img {
  border-radius: 0 !important;
}

.card,
.choices-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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;
}

.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-weight: 700;
}

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

.card-body {
  background: #FFFFFF;
  border-radius: 9px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
  min-height: 290px;
  padding: 1rem;
}

@media (max-width: 900px) {
  .card-body {
    min-height: 290px;
  }
}

@media (max-width: 900px) {
  .card-body {
    min-height: 290px;
  }
}

@media (max-width: 800px) {
  .card-body {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .card-body {
    min-height: 220px;
  }
}

.card-big h2 {
  font-family: "TroisMille20", 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: "TroisMille20", 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-medium {
  font-size: 0.875rem;
}

.card-medium h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  line-height: 0.9;
  min-height: 70px;
  height: 75px;
  overflow: hidden;
}

.card-medium h2 a {
  height: 75px;
  display: inline-block;
  white-space: normal;
  width: 100%;
}

.card-medium h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 0.99;
}

.card-medium .price,
.card-medium .unit {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-top: 10px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .card-medium h2 {
    font-size: 1.2rem;
    line-height: 0.9;
    min-height: 70px;
  }
}

.card-small {
  max-width: 275px;
  margin-right: 10px;
}

.card-small h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  min-height: 75px;
}

.card-small h3 {
  font-family: "TroisMille20", 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 {
  max-width: 180px;
  margin-right: 10px;
}

.card-smaller h2 {
  font-size: 1.2rem;
  line-height: 0.9;
  min-height: 60px;
}

.card-smaller h3 {
  font-size: 1rem;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
}

.card-smaller .price,
.card-smaller .unit {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .card-smaller h2 {
    font-size: 1.2rem;
    line-height: 0.9;
    min-height: 75px;
  }
}

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

.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 {
  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: -moz-linear-gradient(0deg, #f9f9f9 0%, #acacac 35%, #c2c2c2 35%, #f9f9f9 100%);
  background: -webkit-linear-gradient(0deg, #f9f9f9 0%, #acacac 35%, #c2c2c2 35%, #f9f9f9 100%);
  background: linear-gradient(0deg, #f9f9f9 0%, #acacac 35%, #c2c2c2 35%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#f9f9f9", GradientType=1);
}

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

.card.offer .offer-visual .bkg::after {
  content: " ";
  display: block;
  width: 42%;
  height: 15%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15.5%;
  background: -moz-linear-gradient(0deg, rgba(249, 249, 249, 0) 0%, #aaaaaa 100%);
  background: -webkit-linear-gradient(0deg, rgba(249, 249, 249, 0) 0%, #aaaaaa 100%);
  background: linear-gradient(0deg, rgba(249, 249, 249, 0) 0%, #aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#aaaaaa", GradientType=1);
}

.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: "DM Sans", 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;
  }
}

.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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 10px rgba(17, 17, 17, 0.14);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #8850FF;
  font-family: "DM Sans", 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: #8850FF;
}

@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: #8850FF;
}

@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: #8850FF;
  border: 0;
  -webkit-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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 #8850FF;
  }
}

.redactional-wrapper .heading h3 {
  font-family: "Fraunces", Georgia, Times, serif;
  font-size: 0.875rem;
}

.redactional-wrapper .heading h2 {
  font-family: "Fraunces", Georgia, Times, 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: #8850FF;
  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 #8850FF;
  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: "Fraunces", Georgia, Times, serif;
  font-size: 4.5rem;
  line-height: 1.13;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #8850FF;
  text-transform: none;
}

body.redactional .hero-content-wrapper h2 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  width: 100%;
  text-align: center;
  color: #8850FF;
  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: "Fraunces", Georgia, Times, 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: "Fraunces", Georgia, Times, serif;
    font-size: 2.25rem;
    line-height: 1.28;
    line-height: 1.2;
  }
}

body.articolo .hero-content-wrapper h2 {
  font-family: "Fraunces", Georgia, Times, 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: "Fraunces", Georgia, Times, serif;
  font-size: 1.125rem;
  line-height: 1.1;
  line-height: 1.2;
  color: #8850FF;
  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: "Fraunces", Georgia, Times, 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: "DM Sans", 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 #8850FF;
  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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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;
  }
}

.newsletter.wide {
  color: #FFFFFF;
  background: #8850FF;
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 1.875rem;
}

@media (max-width: 576px) {
  .newsletter .form-control {
    font-size: 1.2rem;
  }
}

.newsletter .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
  /* Firefox */
}

.newsletter .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-wrapper.wide {
  padding: 40px 0 90px;
  background: #8850FF url("../img/deco-newsletter.svg") no-repeat top right;
}

@media (max-width: 768px) {
  .newsletter-wrapper.wide {
    padding-left: 30px;
    background-size: 50%;
  }

  .newsletter-wrapper.wide h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .newsletter-wrapper.wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.newsletter-wrapper.small {
  font-size: 1rem;
  padding: 25px;
  background: #8850FF url("../icons/ico-farfalla.svg") no-repeat;
  background-position: calc(100% - 15px) 15px;
  background-size: unset;
  border-radius: 5px;
}

.newsletter-wrapper.small p {
  display: block;
  width: 100%;
  max-width: 60%;
  line-height: 1.2;
}

.newsletter-wrapper.small .newsletter-form-content {
  border-bottom: 0;
  margin-top: 30px;
  align-items: baseline;
}

.newsletter-wrapper.small .form-control {
  border-bottom: 1px solid #FFF;
  color: #FFFFFF;
  font-family: "TroisMille20", 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: unset;
  }
}

@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;
}

.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;
}

.topic-wrapper {
  font-family: "DM Sans", 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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: "DM Sans", 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: "TroisMille25", 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: 50px;
}

.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: "TroisMille20", 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: "TroisMille20", 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 {
  min-height: 250px;
}

.carousel .card-smaller .card-body h2 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  height: 65px;
}

.carousel .card-smaller .card-body h2 a {
  color: #0A70F5;
  height: 65px;
  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%;
}

.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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: "TroisMille20", 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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: 50px;
}

.shop-item {
  background: #14142B;
  color: #FFFFFF;
  font-size: 0.875rem;
}

.shop-item a {
  color: #FFFFFF;
  font-weight: 700;
}

.shops-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

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

.shops-wrapper .shops-left {
  flex: 2;
}

@media (max-width: 1160px) {
  .shops-wrapper .shops-left {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .shops-wrapper .shops-left {
    flex: 2;
  }
}

.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;
}

@media (max-width: 768px) {
  .shop-item.small {
    flex-direction: column;
    flex-grow: 1;
  }
}

@media (max-width: 576px) {
  .shop-item.small {
    flex-direction: row;
    flex-grow: 1;
  }
}

.shop-item.small .shop-logo {
  width: auto;
  max-height: 32px;
  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: 0 0 40%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .shops-wrapper.big-small .shops-left .shop-text {
    flex: 1;
    text-align: center;
  }
}

.shops-wrapper.small-small .shop-text {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .shops-wrapper.small-small .shop-text {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .shops-wrapper.small-small .shop-text {
    flex: 1;
    text-align: left;
  }
}

.shop-item.big .shop-logo {
  margin-bottom: 10px;
}

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

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

.shop-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .shop-item {
    margin-bottom: 20px;
  }
}

.shop-item .shop-cta {
  display: inline-block;
  white-space: nowrap;
  background: #8850FF;
  border: 0;
  font-size: 1rem;
}

.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 #8850FF;
  padding-bottom: 20px;
}

.shop .shop-search-wrapper h3,
.codici-sconto .shop-search-wrapper h3 {
  font-family: "TroisMille20", 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: "DM Sans", 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%;
  }
}

.shop .wide-banner-search-wrapper,
.codici-sconto .wide-banner-search-wrapper {
  background: #8850FF;
  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: "TroisMille20", 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: #8850FF;
  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: "TroisMille20", 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: "TroisMille20", 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;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 5px;
  border-radius: 100px;
  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: center;
}

@media (max-width: 576px) {
  .shop.scheda .hero-id {
    flex-direction: column;
    align-items: flex-start;
    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: "DM Sans", 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;
  }
}

.shop.scheda .hero-desc p {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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;
}

@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: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .scheda.offer {
    margin-bottom: 15px;
  }
}

.scheda.offer .offer-visual {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: none;
}

@media (max-width: 576px) {
  .scheda.offer .offer-visual {
    width: 160px;
    align-self: center;
  }
}

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

.scheda.offer .visual-wrapper {
  margin: 0;
  height: 0;
  padding: 0 0 132% 0;
}

.scheda.offer .offer-body {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scheda.offer .offer-body .merchant {
  font-weight: 700;
  text-decoration: underline;
}

.scheda.offer .offer-body .merchant-wrapper {
  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;
}

.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(17, 17, 17, 0.14);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Firefox 3.5 - 3.6 */
    box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* 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(17, 17, 17, 0.14);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Firefox 3.5 - 3.6 */
    box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin: 0 0 0 20px;
  }
}

@media (max-width: 576px) {
  .scheda.offer .offer-body {
    max-width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "discount discount" "title title" "rating merchant" "cta cta" "notes notes";
  }

  .scheda.offer .offer-body .discount-wrapper {
    grid-area: discount;
  }

  .scheda.offer .offer-body .card-title {
    grid-area: title;
  }

  .scheda.offer .offer-body .merchant-wrapper {
    grid-area: merchant;
    min-height: auto;
  }

  .scheda.offer .offer-body .rating-wrapper {
    grid-area: rating;
  }

  .scheda.offer .offer-body .cta-list {
    grid-area: cta;
    border-top: 1px solid #C2C2C2;
    padding-top: 16px;
  }

  .scheda.offer .offer-body .additional-notes {
    grid-area: notes;
  }
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  margin: 10px 0;
}

@media (max-width: 576px) {
  .scheda.offer h1 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    min-height: auto;
  }
}

.scheda.offer .discount-wrapper {
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background: url("../icons/price-tag-orange-wide.svg") no-repeat center left;
  padding: 5px 10px 5px 20px;
  background-color: transparent;
  background-size: auto;
}

.scheda.offer .discount-wrapper .discount-label,
.scheda.offer .discount-wrapper .discount-number {
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 900px) {

  .scheda.offer .discount-wrapper .discount-label,
  .scheda.offer .discount-wrapper .discount-number {
    font-size: 1rem;
  }
}

.scheda.offer .discount-wrapper .discount-unit {
  position: relative;
  right: 0;
  line-height: 1;
}

.cta-list {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #C2C2C2;
}

.cta-list h3 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}

.cta-list ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  padding: 20px 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-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #C2C2C2;
  padding: 0 16px 16px;
  margin: -20px 0 20px;
}

.contest-wrapper h2 {
  font-size: 1.2rem;
  text-decoration: none;
  color: #0A70F5;
}

.contest-wrapper h3 {
  font-size: 1rem;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

@media (max-width: 576px) {
  .contest-wrapper {
    padding: 0 0 5px;
    margin: 0 0 20px;
    flex-direction: column;
  }
}

.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  font-weight: 400;
}

@media (max-width: 576px) {
  .choices-wrapper h3 {
    font-family: "DM Sans", 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: "TroisMille20", 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;
}

@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;
}

.choices .form-check {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choice {
  background-color: #FFFFFF;
  border: 1px solid #3DC5FF;
  width: calc(50% - 10px);
  color: #000000;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .choice {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .choice {
    width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .choice {
    min-width: 100%;
  }
}

.choice .data-wrapper {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .choice .data-wrapper {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 10px;
  }
}

@media (max-width: 370px) {
  .choice .data-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }
}

.choice .data-wrapper .discount-wrapper {
  min-width: 150px;
  height: 58px;
}

@media (max-width: 576px) {
  .choice .data-wrapper .discount-wrapper {
    min-width: 110px;
    height: 46px;
  }
}

.choice .data-wrapper .price,
.choice .data-wrapper .unit {
  font-size: 3rem;
  color: #8850FF;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

@media (max-width: 576px) {

  .choice .data-wrapper .price,
  .choice .data-wrapper .unit {
    font-size: 1.875rem;
  }
}

.choice .data-wrapper .fullprice {
  display: block;
}

.choice .data-wrapper .fullprice-label,
.choice .data-wrapper .fullprice .price,
.choice .data-wrapper .fullprice .unit {
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.choice .data-wrapper .discount-label {
  font-size: 1rem;
  padding-left: 3px;
}

@media (max-width: 576px) {
  .choice .data-wrapper .discount-label {
    font-size: .75rem;
    padding-left: 3px;
  }
}

.choice .data-wrapper .discount-number {
  font-size: 3.125rem;
  padding-left: 3px;
}

@media (max-width: 576px) {
  .choice .data-wrapper .discount-number {
    font-size: 2.5rem;
    padding-left: 3px;
  }
}

.choice .data-wrapper .discount-unit {
  font-size: 4rem;
  right: 18px;
  line-height: 0.9;
}

@media (max-width: 576px) {
  .choice .data-wrapper .discount-unit {
    font-size: 2.75rem;
    right: 10px;
    line-height: 1;
  }
}

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

.choice-title {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  padding-left: 40px;
  color: #0A70F5;
  line-height: 1.1;
}

@media (max-width: 576px) {
  .choice-title {
    font-size: 1.2rem;
  }
}

.gift-wrapper {
  padding-left: 40px;
}

.gift-wrapper h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: #0A70F5;
  line-height: 1;
}

.gift-wrapper p {
  font-size: 1rem;
  font-weight: 700;
}

.gift-thumb-wrapper {
  display: flex;
  flex-direction: column;
}

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

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

.description-wrapper h2 {
  font-size: 1.875rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8850FF;
}

@media (max-width: 576px) {
  .description-wrapper h2 {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #8850FF;
    line-height: 1;
  }
}

.description-item-wrapper {
  margin: 20px 0;
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8850FF;
}

.description-item-wrapper h4 {
  font-family: "DM Sans", 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 #8850FF;
}

.description-item-wrapper p {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.description-item-wrapper .description-text {
  margin: 0 0 20px;
}

.description-item-wrapper .head-text {
  font-family: "TroisMille20", 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;
  }
}

.advantages-list li,
.devices-list li {
  padding: 0 0 20px 30px;
}

.advantages-list li:before,
.devices-list li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #FF9432;
  margin: 5px 0 0 -30px;
  float: left;
}

.advantages-list li h4,
.devices-list li h4 {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 0;
}

@media (max-width: 576px) {

  .advantages-list li h4,
  .devices-list li h4 {
    font-size: 1.5rem;
  }
}

.appstores-list {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.appstores-list img {
  width: auto;
  margin: 0 auto 10px;
}

.appstores-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .appstores-list li {
    margin-bottom: 20px;
  }
}

.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: "DM Sans", 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 #8850FF;
}

.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  background: #FF5D5D;
  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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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 h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Fraunces", Georgia, Times, serif;
  color: #0A70F5;
}

.director-letter p {
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Fraunces", Georgia, Times, 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;
  }
}

.carta-docente-wrapper {
  margin: 30px 0;
  background-color: #fec901;
  padding: 30px 0 0 20px;
}

.carta-docente-wrapper h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  margin-bottom: 20px;
  color: #0751B0;
}

.carta-docente-wrapper p {
  font-size: 1.2rem;
  line-height: 1.4;
  flex: 1;
}

.carta-docente-wrapper .carta-docente-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.carta-docente-wrapper .carta-docente-img {
  flex: 1;
  display: flex;
  align-self: flex-end;
  max-width: 420px;
}

@media (max-width: 576px) {
  .carta-docente-wrapper {
    padding: 20px 20px 0 20px;
  }

  .carta-docente-wrapper .carta-docente-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .carta-docente-wrapper h3 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
    margin-bottom: 20px;
  }

  .carta-docente-wrapper p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .carta-docente-wrapper .carta-docente-img {
    max-width: 320px;
    margin-right: -20px;
  }
}

.scheda.offer.abb,
.scheda.offer.coll {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 30px;
}

@media (max-width: 576px) {

  .scheda.offer.abb .slider-scheda,
  .scheda.offer.coll .slider-scheda {
    margin: 0;
  }
}

@media (max-width: 576px) {

  .scheda.offer.abb .offer-body,
  .scheda.offer.coll .offer-body {
    grid-template-areas: "discount discount" "title title" "merchant rating " "cta cta" "notes notes";
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.scheda-abb .scheda.offer h1,
.scheda-coll .scheda.offer h1 {
  margin: 10px 0 0;
  flex: 1 0 100%;
}

.scheda-abb .scheda.offer .offer-body,
.scheda-coll .scheda.offer .offer-body {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 15px;
}

.scheda-abb .scheda.offer .offer-body .actions-wrapper,
.scheda-coll .scheda.offer .offer-body .actions-wrapper {
  gap: 20px;
}

.scheda-abb .choices-wrapper h2,
.scheda-coll .choices-wrapper h2 {
  border: 0;
  margin-bottom: 0;
}

.scheda-abb .scheda.offer .offer-visual,
.scheda-coll .scheda.offer .offer-visual {
  width: 100%;
}

.scheda-abb .scheda.offer .visual-wrapper,
.scheda-coll .scheda.offer .visual-wrapper {
  margin: 0;
  height: auto;
  padding: 0;
}

@media (max-width: 576px) {

  .scheda-abb .choice .data-wrapper,
  .scheda-coll .choice .data-wrapper {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.small-desc {
  display: block;
  line-height: 1.1;
}

.pack-thumb {
  width: calc(100% - 10px);
  padding: 0;
  border-radius: 6px;
  margin-top: 10px;
}

.product-detail {
  border-radius: 9px;
}

.double-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

#quant .choice-title {
  padding: 20px 20px 0;
}

#quant .data-wrapper {
  padding: 0 20px 20px;
}

#quant .moreinfo a,
#quant .moreinfo a:hover {
  color: #14142B;
}

#quant .quant-unit,
#quant .quant-price {
  color: #777777;
}

#quant .quant-desc {
  line-height: 1.1;
  min-height: 50px;
}

@media (max-width: 576px) {
  #quant .quant-desc {
    line-height: 1.1;
    min-height: unset;
    margin-bottom: 10px;
  }
}

#quant .infotext {
  display: flex;
  align-items: center;
  line-height: 1.2;
  justify-content: space-between;
}

@media (max-width: 576px) {
  #quant .infotext {
    flex-direction: column;
  }
}

#quant .pack-thumb {
  width: calc(100% - 20px);
  padding: 0;
  border-radius: 6px;
  margin: 10px auto 0;
  display: block;
}

#freq .choice .control {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
  cursor: pointer;
}

.items-left {
  font-weight: 700;
  font-size: 1.25rem;
  color: #8850FF;
  line-height: 1.2;
}

@media (max-width: 576px) {
  .items-left {
    font-size: 1rem;
  }
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  line-height: 1;
}

.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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.configurator-data-wrapper .progress .progress-bar {
  background-color: #0A70F5;
}

.configurator-choices {
  display: flex;
  opacity: 0;
  min-height: 30px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.configurator-choices.active {
  opacity: 1;
}

.configurator-choices li {
  font-weight: 700;
}

.configurator-choices li::after {
  content: '';
  margin-right: 5px;
}

.baselist {
  list-style: disc outside none;
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}

.baselist li {
  padding-left: 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 5px;
}

/*styles 2023 */
@media screen and (max-width: 768px) {
  .recap-wrapper {
    margin-left: 0;
    padding: 0 20px !important;
    position: fixed !important;
    top: unset !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .recap-wrapper .recap {
    position: fixed;
    top: unset;
    bottom: 10px;
    height: 140px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    /*border-top: 1px solid $baselightgrey;
    &:before {
        height: 0;
    }*/
  }
}

@media screen and (max-width: 768px) {
  .recap-wrapper .recap-amount {
    display: flex;
    position: absolute;
    left: 15px;
    align-items: baseline;
    column-gap: 5px;
    top: 14px;
  }
}

.choices.icons {
  column-gap: 10px;
}

.choices.icons .choice {
  margin: 30px 0 0;
  display: flex;
  flex: 1;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .choices.icons .choice {
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 670px) {
  .choices.icons .choice {
    flex: 1 0 100%;
  }
}

.choices.icons .choice .control {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.choices.icons .choice .form-check {
  height: 100%;
}

.choices.icons .choice .form-check input,
.choices.icons .choice .form-check .control__indicator {
  display: none;
}

.choices.icons .choice .pack-thumb {
  max-width: 80px;
  margin: -30px 0 0 10px;
  display: flex;
}

.choices.icons .choice .choice-title,
.choices.icons .choice .data-wrapper {
  padding-left: 0;
}

.choices.icons .choice .desc {
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px 10px 0 0;
}

.choices.icons .choice .configurator-cta-wrapper {
  justify-content: center;
  display: flex;
}

.recap-list .item-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recap-list .delivery-charges {
  flex: 1 0 100%;
  line-height: 1.1;
  font-size: .75rem;
  text-align: right;
}

.recap-list .item-title-wrapper {
  display: block !important;
}

.terms-list .related-wrapper {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .terms-list .related-wrapper {
    justify-content: center;
    flex-direction: column;
  }
}

.terms-list .related-item {
  flex: 1;
  display: flex;
  width: calc(33% - 10px);
}

.terms-list .related-item img {
  border-radius: 9px 9px 0 0;
}

@media screen and (max-width: 576px) {
  .terms-list .related-item {
    width: 100%;
    flex: 1 0 100%;
    justify-content: center;
    margin: 0 0 20px;
  }

  .terms-list .related-item h2 {
    border: 0;
  }
}

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

.terms-list .card-small {
  max-width: 275px;
  margin-right: 10px;
}

.terms-list .card-small h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  min-height: 75px;
}

.terms-list .card-small h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 0.99;
}

.terms-list .card-small .price,
.terms-list .card-small .unit {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .terms-list .card-small h2 {
    font-size: 1.2rem;
    line-height: 0.9;
    min-height: 75px;
  }
}

.more-info-label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../icons/ico-arrow-down.svg") center center;
  margin-right: 5px;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.more-info-label.collapsed::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../icons/ico-arrow-down.svg") center center;
  margin-right: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.big-items {
  margin-bottom: 30px;
}

.big-items .card-small {
  max-width: 600px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .big-items .card-small {
    max-width: 340px;
  }
}

@media (max-width: 480px) {
  .big-items .card-small {
    max-width: 280px;
  }
}

@media (max-width: 375px) {
  .big-items .card-small {
    max-width: 250px;
  }
}

.big-items .card-small h2 {
  height: auto !important;
  min-height: 5px !important;
  border-bottom: 0 !important;
}

@media (max-width: 576px) {
  .big-items .card-small h2 {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}

.big-items .card-small .card-body h2 a {
  height: auto;
}

.big-items .card-text {
  min-height: 10px !important;
}

@media (max-width: 576px) {
  .big-items .card-text {
    display: block;
  }
}

.big-items .card-body {
  min-height: 140px;
  margin-bottom: 0px;
}

.big-items p.strong {
  margin: 10px 0 5px;
  font-weight: 700;
}

.big-items .slick-prev,
.big-items .slick-next {
  top: 320px;
}

.desc-list {
  list-style: disc outside none;
  margin: 10px 10px 0 15px;
}

/* new carousel options */
.configurator-data-wrapper .control--radio .control__indicator {
  border-radius: 50%;
  display: none;
}

.configurator-data-wrapper .choice-title {
  padding-left: 0;
}

.choices-wrapper .icons .option .pack-thumb {
  width: 80px;
  margin: -30px 0 10px -5px;
}

.carousel3 .configurator-cta-wrapper,
.carousel2 .configurator-cta-wrapper {
  position: relative;
  justify-content: center;
  display: none;
}

@media (max-width: 576px) {

  .carousel3 .configurator-cta-wrapper,
  .carousel2 .configurator-cta-wrapper {
    display: flex;
  }
}

.carousel3 .slick-track {
  display: flex !important;
  column-gap: 10px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .carousel3 .slick-track {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.carousel2 .slick-track {
  display: flex !important;
  column-gap: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .carousel2 .slick-track {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
  }
}

.carousel3.icons .slick-track,
.carousel2.icons .slick-track {
  padding-top: 20px;
}

@media (min-width: 769px) and (max-width: 1200px) {

  .carousel3.icons .slick-track,
  .carousel2.icons .slick-track {
    flex-direction: column;
    column-gap: 30px;
    padding-top: 0;
  }
}

.carousel3 .slick-slide,
.carousel2 .slick-slide,
#quant .option {
  display: flex;
  flex-direction: column;
  height: inherit !important;
  padding: 10px;
  border: 1px solid #0A70F5;
  border-radius: 9px;
}

.carousel3 .slick-slide label,
.carousel2 .slick-slide label,
#quant .option label {
  height: 100%;
  padding-left: 0;
}

.carousel3 .slick-slide .pack-thumb,
.carousel2 .slick-slide .pack-thumb,
#quant .option .pack-thumb {
  width: 100%;
  padding: 0;
  border-radius: 6px;
  margin: 0 0 20px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .carousel3 .slick-slide {
    flex: 1 0 100%;
    width: calc(100% - 1px) !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .carousel2 .slick-slide {
    flex: 1 0 100%;
    width: calc(100% - 1px) !important;
    margin-top: 10px;
  }
}

.carousel3.icons .slick-slide,
.carousel2.icons .slick-slide {
  padding: 10px 20px;
  flex: 1;
}

@media (min-width: 769px) {

  .carousel3.icons .slick-slide,
  .carousel2.icons .slick-slide {
    max-width: 370px;
  }
}

@media (max-width: 767px) {

  .carousel3.icons .slick-slide,
  .carousel2.icons .slick-slide {
    padding: 10px 30px;
  }
}

.carousel3.icons .slick-slide .pack-thumb,
.carousel2.icons .slick-slide .pack-thumb {
  width: 80px;
  padding: 0;
  border-radius: 0;
  margin: -30px 0 10px -5px;
}

@media (min-width: 769px) and (max-width: 1200px) {

  .carousel3.icons .slick-slide,
  .carousel2.icons .slick-slide {
    margin-top: 30px;
  }
}

.option .data-wrapper .price,
.option .data-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 0.98;
  color: #8850FF;
}

.best-badge {
  display: flex;
  position: absolute;
  right: -10px;
  background: #ffe40a;
  color: #000000;
  padding: 10px;
  border-radius: 0 9px 0 0;
  top: -10px;
  max-width: 100px;
  text-align: center;
  line-height: 1;
  font-size: .875rem;
}

@media (max-width: 767px) {
  .best-badge {
    right: -10px;
    top: -10px;
  }
}

.icons .best-badge {
  right: -20px;
}

@media (max-width: 767px) {
  .icons .best-badge {
    right: -30px;
    top: -10px;
  }
}

.carousel3 .slick-next,
.carousel2 .slick-next {
  background: #0A70F5 url(../icons/ico-arrow-right.svg) no-repeat center center;
  background-size: auto;
  background-size: 30%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  right: -10px;
}

.carousel3 .slick-prev,
.carousel2 .slick-prev {
  background: #0A70F5 url(../icons/ico-arrow-left.svg) no-repeat center center;
  background-size: auto;
  background-size: 30%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  left: -10px;
}

.carousel3 .slick-next::before,
.carousel3 .slick-prev::before,
.carousel2 .slick-next::before,
.carousel2 .slick-prev::before {
  display: none;
}

.carousel3 .option.active,
.carousel2 .option.active {
  background: rgba(61, 197, 255, 0.2);
}

#quant {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 375px) {
  #quant .option {
    max-width: 250px;
  }
}

@media (min-width: 376px) and (max-width: 576px) {
  #quant .option {
    max-width: 320px;
  }
}

@media (min-width: 577px) {
  #quant .option {
    display: flex;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

#configurator-content .slick-next.slick-arrow.slick-disabled,
#configurator-content .slick-prev.slick-arrow.slick-disabled {
  opacity: .2;
}

.modal .choice .cta-list {
  flex-direction: row-reverse;
  width: 100%;
}

#configurator-content .infotext {
  align-items: center;
  column-gap: 10px;
  line-height: 1;
}

#configurator-content .btn-config {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: flex-start;
}

#configurator-content #quant .data-wrapper {
  padding: 0 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

#configurator-content #configurator-content #quant .choice-title {
  padding: 0 10px 5px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#configurator-content .plusminus-wrapper {
  text-align: center;
  padding: 0 10px;
}

.choice label {
  height: 100%;
}

@media (max-width: 767px) {
  .carouselno {
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .carouselno .option {
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .carousel3 .slick-track {
    width: 100% !important;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .carousel2 .slick-track {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    width: auto !important;
    max-width: 100% !important;
    display: flex;
    transform: none !important;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .carousel2 .slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit !important;
    padding: 10px;
    border: 1px solid #0A70F5;
    border-radius: 9px;
    flex: 1 0 auto;
    width: auto !important;
    max-width: calc(50% - 10px) !important;
    margin: 0 10px 10px 0;
  }
}

@media (min-width: 768px) {
  .carousel3.icons .slick-track {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    width: auto !important;
    max-width: 100% !important;
    display: flex;
    transform: none !important;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .carousel3.icons .slick-track {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    width: auto !important;
    max-width: 100% !important;
    display: flex;
    transform: none !important;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .carousel3.icons .slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit !important;
    padding: 10px;
    border: 1px solid #0A70F5;
    border-radius: 9px;
    flex: 1;
    width: auto !important;
    max-width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    margin: 20px 10px 30px 0;
  }

  .carousel3.icons .slick-slide .best-badge {
    right: -10px;
  }
}

@media (min-width: 1200px) {
  .carousel3.icons .slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit !important;
    padding: 10px;
    border: 1px solid #0A70F5;
    border-radius: 9px;
    flex: 1;
    width: auto !important;
    max-width: calc(50% - 10px) !important;
    min-width: calc(33% - 10px) !important;
    margin: 20px 10px 30px 0;
  }

  .carousel3.icons .slick-slide .best-badge {
    right: -10px;
  }
}

.final-actions-list {
  margin-top: 20px;
}

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

@media (max-width: 767px) {
  .nav-pills .nav-link.active {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .configurator-heading-wrapper .nav-pills .nav-link.active {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .configurator-data-wrapper .progress {
    display: flex;
  }
}

.scrolling {
  height: 3000px;
}

.recap-wrapper {
  position: sticky;
  top: 240px;
  align-self: flex-start;
  z-index: 1200;
}

@media screen and (max-width: 1439px) {
  .recap-wrapper {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .recap-wrapper {
    margin-left: 0;
    padding: 0 !important;
    position: relative;
    top: unset;
  }
}

.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;
    position: relative;
    top: unset;
  }
}

.steps .recap-wrapper {
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  .steps .recap-wrapper {
    position: relative;
    margin-left: 0;
  }
}

.cart .promo-amount {
  color: #FF5D5D;
}

.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: relative;
    top: unset;
    bottom: unset;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    /*  @media screen and (max-width: 320px) {
     top: calc(100vh - 300px);  
         }*/
  }

  .recap:before {
    background: url("../img/bkg-recap-mobile.svg") no-repeat top center;
    background-size: auto;
  }

  .recap:after {
    background: none;
    background-size: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 576px) {
  .recap {
    top: unset;
    bottom: unset;
    height: auto;
  }
}

.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: unset;
  }
}

@media screen and (max-width: 340px) {

  .workflow.logged .recap.initial,
  .workflow.logged .recap.open {
    top: unset;
  }
}

@media screen and (max-width: 576px) {

  .workflow.logged .recap,
  .workflow.logged .recap {
    top: unset;
  }
}

@media screen and (max-width: 340px) {

  .workflow.logged .recap,
  .workflow.logged .recap {
    top: unset;
  }
}

.recap-inner {
  position: relative;
  border-right: 3px solid #8850FF;
  border-left: 1px solid #8850FF;
  padding: 16px 20px;
  background: #FFFEFA;
  height: auto;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .recap-inner {
    border-right: 0;
    border-left: 0;
    height: unset;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 5px 0 10px;
    background-color: #FFFFFF;
  }
}

@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: #8850FF;
  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: none;
  }
}

.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: none;
  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: none;
  }

  .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: none;
    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: #8850FF;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  line-height: 1;
}

.recap-amount .timeframe {
  font-size: 1rem;
}

.recap-amount .delivery-charges {
  font-size: 0;
  display: flex;
}

.recap-amount .delivery-charges::after {
  content: 'Spese spedizione incluse';
  font-size: .75rem;
  display: flex;
  margin-top: -5px;
}

.recap-amount .vat-label {
  font-size: 0.75rem;
  color: #8850FF;
}

@media screen and (max-width: 768px) {
  .recap-amount h2 {
    font-size: 1.25rem;
  }

  .recap-amount .price,
  .recap-amount .unit,
  .recap-amount .timeframe {
    font-size: 1.25rem;
  }

  .recap-amount .timeframe {
    font-size: 0.875rem;
  }

  .recap-amount .delivery-charges::after {
    margin: -5px 0 0 -60px;
  }

  .recap-amount .vat-label {
    display: none;
    font-size: 0.75rem;
    /*      @media screen and (max-width: 400px) {
         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: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 50px;
  }
}

/*.cart .recap-totals {
    margin-bottom: 20px;
    @media screen and (max-width: 768px) {
      margin-top: 15px;
        }
}
.cart .recap, .cart.logged .recap {
    @media screen and (max-width: 768px) {
    height: 160px;
    top: unset;
    bottom: 0;
    }
}*/
@media screen and (max-width: 768px) {

  .cart .recap.promo,
  .cart .logged.promo {
    height: 230px;
    top: unset;
    bottom: 0;
  }
}

/*.workflow .recap-totals {
    @media screen and (max-width: 768px) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
        display: none;
    }
}*/
.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: "DM Sans", 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:focus,
  .recap-cta .btn-primary.disabled:hover,
  .recap-cta .btn-primary.disabled:focus {
    font-family: "DM Sans", 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: 12px;
  }
}

@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;
  }
}

@media screen and (max-width: 768px) {
  .scheda .recap-cta {
    text-align: right;
    margin: 0 15px 0 0;
  }
}

.recap h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #8850FF;
}

.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;
  font-weight: 700;
}

.recap-item-issues {
  color: #8850FF;
  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: #8850FF;
  /* The Fallback */
  background: rgba(136, 80, 255, 0.15);
  border: 1px solid #C2C2C2;
  margin: 10px -20px;
}

@media screen and (max-width: 900px) {
  .promo-wrapper {
    padding: 10px;
  }
}

.promo-wrapper h2 {
  font-family: "DM Sans", 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: #8850FF;
}

.promo-wrapper .promo-error {
  display: none;
  color: #FF5D5D;
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: 6px;
  z-index: 33;
}

.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: #8850FF;
  background: #8850FF;
  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;
  align-items: baseline;
}

.promo-amount,
.promo-code {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
}

.promo-code-label-wrapper,
.promo-amount {
  color: #FF5D5D;
}

.promo-totals {
  display: none;
  flex-direction: column;
}

.promo-totals .full-price-wrapper,
.promo-totals .full-price-data {
  font-family: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #777777;
}

.riepilogo .recap .promo-totals {
  display: flex;
  flex-direction: column;
}

.riepilogo .recap .promo-totals .promo-code-label-wrapper,
.riepilogo .recap .promo-totals .promo-amount {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .riepilogo .recap .promo-totals {
    display: none !important;
  }
}

.riepilogo .recap .promo-totals .promo-code-label-wrapper,
.riepilogo .recap .promo-totals .promo-amount {
  color: #FFFFFF;
}

.riepilogo .recap .promo-totals .full-price-wrapper,
.riepilogo .recap .promo-totals .full-price-data {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #FFFFFF;
}

.riepilogo .recap .promo-totals .full-price-wrapper .price,
.riepilogo .recap .promo-totals .full-price-wrapper .unit,
.riepilogo .recap .promo-totals .full-price-data .price,
.riepilogo .recap .promo-totals .full-price-data .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #FFFFFF;
}

.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 .main.recap-totals .promo-totals {
  display: flex;
  flex-direction: column;
  border: 0;
  margin-bottom: 0;
  padding: 15px 0 0;
}

@media screen and (max-width: 576px) {
  .riepilogo .main.recap-totals .promo-totals {
    padding: 10px 0;
  }
}

.riepilogo .main.recap-totals .promo-totals .full-price-wrapper,
.riepilogo .main.recap-totals .promo-totals .full-price-data {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #777777;
}

.riepilogo .main.recap-totals .promo-totals .full-price-wrapper .price,
.riepilogo .main.recap-totals .promo-totals .full-price-wrapper .unit,
.riepilogo .main.recap-totals .promo-totals .full-price-data .price,
.riepilogo .main.recap-totals .promo-totals .full-price-data .unit {
  font-family: "TroisMille20", 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: "DM Sans", 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 .logo img,
.ar .logo img,
.bollettino .logo img {
  max-width: 240px;
}

@media (max-width: 576px) {

  .workflow.steps .logo img,
  .ar .logo img,
  .bollettino .logo img {
    max-width: 150px;
  }
}

.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;
}

@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: #8850FF;
  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-on.svg") repeat-x 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: none;
  }
}

.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: #8850FF;
  color: #FFFFFF;
}

.workflow.steps .recap-list,
.ar .recap-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.workflow.steps .logged-cta,
.ar .logged-cta {
  display: block;
  background: #8850FF;
  padding: 10px 16px 20px;
}

@media (max-width: 768px) {

  .workflow.steps .logged-cta,
  .ar .logged-cta {
    /*position: fixed!important;
    bottom: 0;
    right: 0;
    left: 0;
    top: unset;
    width: 100%;  
    display: block;*/
  }
}

.workflow.steps .logged-cta .btn-primary,
.workflow.steps .logged-cta .btn-primary:hover,
.workflow.steps .logged-cta .btn-primary:focus,
.workflow.steps .logged-cta a.btn-primary:not([href]),
.workflow.steps .logged-cta a.btn-primary:not([href]):hover,
.workflow.steps .logged-cta a.btn-primary:not([href]):focus,
.ar .logged-cta .btn-primary,
.ar .logged-cta .btn-primary:hover,
.ar .logged-cta .btn-primary:focus,
.ar .logged-cta a.btn-primary:not([href]),
.ar .logged-cta a.btn-primary:not([href]):hover,
.ar .logged-cta a.btn-primary:not([href]):focus {
  color: #FFFFFF;
  border-color: #FF9432;
  background: #FF9432;
  text-decoration: none;
  font-size: 0.876rem;
  padding: 7px 20px;
}

@media (max-width: 576px) {

  .workflow.steps .logged-cta .btn-primary,
  .workflow.steps .logged-cta .btn-primary:hover,
  .workflow.steps .logged-cta .btn-primary:focus,
  .workflow.steps .logged-cta a.btn-primary:not([href]),
  .workflow.steps .logged-cta a.btn-primary:not([href]):hover,
  .workflow.steps .logged-cta a.btn-primary:not([href]):focus,
  .ar .logged-cta .btn-primary,
  .ar .logged-cta .btn-primary:hover,
  .ar .logged-cta .btn-primary:focus,
  .ar .logged-cta a.btn-primary:not([href]),
  .ar .logged-cta a.btn-primary:not([href]):hover,
  .ar .logged-cta a.btn-primary:not([href]):focus {
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    min-width: 160px;
    font-size: 1.25rem !important;
    line-height: 1 !important;
  }
}

.workflow.steps .logged-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .workflow.steps .logged-cta {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
    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) {
  .workflow.steps .logged-cta.desktop {
    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 .delivery-charges,
.ar .delivery-charges {
  display: block;
  color: #FFFFFF;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  line-height: 1;
}

.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 auto;
    line-height: 1;
  }
}

.workflow.steps .recap-item-title,
.ar .recap-item-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: unset;
    bottom: 0;
  }

  .workflow.steps .logged-cta {
    position: relative;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .workflow.steps .logged-cta {
    position: absolute;
  }
}

@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;
  }
}

@media screen and (max-width: 768px) {

  .workflow.steps .recap-inner,
  .ar .recap-inner {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.ar .recap-inner .address-data-wrapper {
  color: #FFFFFF;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.ar .recap-inner .address-data-wrapper h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #FFFFFF;
}

.ar .recap-inner .address-data-wrapper .address-details {
  color: #FFFFFF;
}

/* .workflow.steps.payment .recap {
      @media screen and (max-width: 768px) {
    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: #8850FF;
  margin: 0;
  border: 1px solid #8850FF;
  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;
}

/* new styles 2023-02 */
.recap-amount,
.recap-cta,
.item-duration-wrapper,
.item-gift-wrapper {
  border: 0;
  padding-bottom: 0;
}

.recap .item-duration-wrapper {
  border: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.recap .item-gift-wrapper {
  border: 0;
  padding-bottom: 0;
  margin: 0;
}

.recap-item-price {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
}

.recap-item-issues {
  color: #14142B;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1;
}

.recap .upselling-items h3 {
  display: none;
  margin-bottom: 10px;
}

.recap .item-upselling-wrapper {
  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: 15px;
}

.recap .item-upselling-wrapper: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 */
}

.recap .item-upselling-wrapper a {
  color: #0A70F5;
  font-size: .75rem;
}

.recap .addon-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  width: 100%;
}

.recap .price-wrapper {
  display: flex;
  align-items: baseline;
}

.recap .price-wrapper .unit {
  margin-right: 5px;
}

.recap-item-type {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.1;
  display: flex;
  flex: 1;
}

.recap-item-title {
  display: flex;
  flex: 1;
}

.workflow.steps .item-elements,
.ar .item-elements {
  flex-direction: row;
  column-gap: 5px;
  align-items: baseline;
}

.workflow.steps .recap-item-title {
  flex: 1 0 100%;
}

.workflow.steps .item-duration-wrapper {
  justify-content: flex-start;
}

.workflow.steps .item-data-wrapper {
  width: 100%;
}

.workflow.steps .item-data-wrapper .recap-item-price {
  color: #FFFFFF;
}

.recap-item .item-heading-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.workflow .recap-amount {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .workflow .recap-amount {
    position: relative;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .workflow .main.recap-totals .promo-totals {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0;
    border: 0;
    margin: 0 0 -10px;
    width: 100%;
    flex: 1 0 100%;
  }
}

@media screen and (max-width: 768px) {
  .workflow.cart .main.recap-totals .promo-totals {
    padding: 0 0 15px;
  }
}

@media (max-width: 768px) {
  .cart .recap-amount {
    justify-content: space-between;
    padding-right: 25px;
  }
}

.cart .promo-amount {
  color: #FF5D5D;
  display: flex;
  column-gap: 5px;
  align-items: baseline;
}

@media (max-width: 768px) {

  .cart .recap.promo,
  .cart .logged.promo {
    height: 190px;
    top: unset;
    bottom: 0;
  }
}

.cart .cta-remove::before {
  margin-right: 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .workflow.steps .recap-amount {
    border-bottom: 0;
    z-index: 9;
    justify-content: flex-start;
    width: 50%;
    column-gap: 5px;
    align-items: baseline !important;
    top: 17px;
  }

  .workflow.steps .recap-amount .recap-expander.start {
    display: none;
  }

  .workflow.steps .recap-amount h2 {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .recap-totals {
    flex-direction: row;
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
    min-height: unset;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 70px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .workflow.steps .recap-totals {
    flex-direction: row;
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
    min-height: unset;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 70px;
    flex-wrap: wrap;
    max-width: 50%;
  }
}

@media (max-width: 768px) {

  .recap-list,
  .upselling-items {
    display: none;
  }
}

@media (max-width: 768px) {
  .cart .recap-wrapper .recap-amount {
    flex: 1 0 100%;
  }
}

@media (max-width: 768px) {
  .cart.logged .recap-wrapper .recap-amount {
    flex: 1 0 50%;
    width: 50%;
  }
}

.cart.logged .recap-cta {
  flex: 0 1 50%;
  align-items: flex-end !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .recap::after {
    height: 0;
  }
}

@media (max-width: 768px) {
  .cart.logged .recap-totals {
    align-items: flex-start;
  }

  .cart.logged .recap-totals .recap-amount {
    margin-top: 8px !important;
  }
}

.cart .recap-cta .btn-primary,
.cart .recap-cta .btn-primary.disabled,
.cart .recap-cta .btn-primary:hover,
.cart .recap-cta .btn-primary.disabled:hover,
.cart .recap-cta .btn-primary.disabled:focus {
  width: max-content;
  display: flex;
  margin: 10px auto;
}

.workflow.steps .recap-item-price {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #FFF;
}

.main.recap-totals {
  margin-bottom: 20px;
}

.main.recap-totals .cart-amount {
  display: flex;
  justify-content: space-between;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
}

.main.recap-totals .promo-amount {
  margin-right: 20px;
}

.main.recap-totals .riepilogo .promo-amount {
  margin-right: 0;
}

.main.recap-totals .cta-remove::before {
  margin-top: -32px;
  margin-right: -20px;
}

.main.recap-totals .price-wrapper {
  color: #8850FF;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}

.main.recap-totals .price-wrapper .vat-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  flex: 1 0 100%;
  display: flex;
  justify-content: flex-end;
}

.main.recap-totals .promo-code-label-wrapper,
.main.recap-totals .promo-amount {
  color: #FF5D5D;
}

.riepilogo .promo-totals .full-price-wrapper,
.riepilogo .promo-totals .full-price-data {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .workflow.steps.riepilogo .recap {
    height: auto;
  }

  .workflow.steps.riepilogo .recap .recap-amount {
    top: 7px;
  }
}

.riepilogo .recap .promo-totals .full-price-wrapper .price,
.riepilogo .recap .promo-totals .full-price-wrapper .unit,
.riepilogo .recap .promo-totals .full-price-data .price,
.riepilogo .recap .promo-totals .full-price-data .unit {
  color: #FFFFFF;
}

.riepilogo .promo-total-code-wrapper .cta-remove::before {
  content: '';
  background: url("../icons/ico-trash.svg") no-repeat center center;
  background-size: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: -32px;
  margin-right: -20px;
  display: inline-block;
}

.riepilogo .recap .promo-total-code-wrapper .cta-remove::before {
  content: '';
  background: url("../icons/ico-trash-white.svg") no-repeat center center;
  background-size: auto;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: -32px;
  margin-right: -20px;
  display: inline-block;
}

.promo-amount {
  margin-right: 20px;
}

.riepilogo .promo-amount {
  margin-right: 0;
}

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

@media (max-width: 768px) {
  .cart.logged .recap {
    display: block;
  }
}

@media (max-width: 768px) {
  .cart.logged .recap-amount {
    justify-content: flex-start;
    padding-right: 25px;
  }
}

.cart .main.recap-totals {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .cart .main.recap-totals {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .cart .cart-list-wrapper li:last-child {
    border: 0;
  }
}

.riepilogo .main.recap-totals {
  min-width: 100%;
  width: 100%;
}

.riepilogo .main.recap-totals .cart-amount-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .riepilogo .main.recap-totals {
    display: flex;
    padding: 5px 0;
  }

  .riepilogo .main.recap-totals .promo-totals {
    padding: 5px 0 10px;
  }
}

@media (min-width: 769px) {
  .riepilogo .main.recap-totals {
    display: none;
  }
}

@media (min-width: 769px) {
  .cart .cart-list-wrapper li:last-child {
    border: 0;
  }
}

.workflow .item-details li {
  border-bottom: 0;
}

.cart .promo-totals {
  padding: 15px 0;
}

.recap .recap-item-prices {
  align-items: flex-end;
}

.workflow .cart-list-wrapper li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  .workflow.riepilogo .recap-list {
    display: none;
  }
}

@media (min-width: 769px) {
  .workflow.riepilogo .recap-amount {
    padding: 10px 20px 0;
    border-bottom: 0;
  }
}

.cart.logged .logged-cta {
  text-align: center;
  padding: 20px 0 20px;
}

.cart.logged .logged-cta.mobile {
  text-align: center;
  position: relative;
  padding: 20px 0 20px;
}

.cart.logged .logged-cta.mobile .btn-primary,
.cart.logged .logged-cta.mobile .btn-primary:hover,
.cart.logged .logged-cta.mobile .btn-primary:focus {
  padding: 11px 20px;
  font-size: 1rem !important;
}

@media (min-width: 769px) {
  .cart.logged .logged-cta.mobile {
    display: none;
  }
}

.small-desc.selections,
.workflow .small-desc.selections,
.riepilogo .cart-list-wrapper .item-details .small-desc.selections {
  display: block !important;
  font-size: .75rem;
  line-height: 1.4;
  list-style: none inside none;
  margin: 5px 0 0;
  border-left: 5px solid rgba(61, 197, 255, 0.2);
  padding: 0 0 0 5px;
}

.small-desc.selections li,
.workflow .small-desc.selections li,
.riepilogo .cart-list-wrapper .item-details .small-desc.selections li {
  margin: 0 !important;
  padding: 0 !important;
}

.upselling-wrapper h2 {
  font-size: 1.875rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8850FF;
}

.upselling-wrapper h3 {
  font-size: 1rem;
  font-family: "DM Sans", 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 #8850FF;
  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: "TroisMille20", Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
}

.upselling.offer.checked {
  background: #8850FF;
  /* The Fallback */
  background: rgba(136, 80, 255, 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;
  min-height: 31px;
}

.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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #000000;
}

.box-upselling h2 {
  font-family: "TroisMille25", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.94;
}

@media (max-width: 767px) {
  .box-upselling h2 {
    font-family: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.box-upselling .small-text {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: left;
  padding-top: 10px;
}

.promo-link-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  text-align: left;
  padding-top: 10px;
}

.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: #f9f9f9;
    padding: 16px;
    border-radius: 9px;
    -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 */
  }
}

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

@media (max-width: 576px) {
  .cart-main {
    padding: 0;
  }
}

/*.cart-list-wrapper {
    @media (max-width: 768px) {
     @include formShadow;
    }
}*/
@media (max-width: 768px) {
  .steps .cart-list-wrapper {
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.14);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.14);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.14);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
}

.steps .cart-list-wrapper .item-offer-wrapper,
.gift-address {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -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 */
}

.steps .cart-list-wrapper .item-offer-wrapper .item-offer h2,
.gift-address .item-offer h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  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;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.cart-list-wrapper .item-offer .merchant-wrapper a {
  color: #000000;
  font-family: "DM Sans", 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: #777777;
  margin-bottom: 10px;
}

.cart-col .merchant-wrapper {
  min-height: unset;
}

.item-offer .price,
.item-offer .unit,
.item-offer .timeframe,
.item-offer .vat-label {
  color: #8850FF;
}

.item-offer .vat-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

.item-offer .delivery-charges {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  line-height: 1;
}

.item-offer .fullprice {
  color: #777777;
  font-size: 0.875rem;
}

.item-offer .fullprice .price,
.item-offer .fullprice .unit {
  color: #777777;
}

.cart-list-wrapper .item-details {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-right: 10px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.cart-list-wrapper .item-details h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #777777;
}

.cart-list-wrapper .item-details .duration,
.cart-list-wrapper .item-details .issues {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
}

.cart-list-wrapper .item-details .desc {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  display: block;
  /*padding-bottom: 10px; margin-bottom: 10px; border-bottom: 0.5px solid $baselightgrey;*/
}

@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: "DM Sans", 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: #777777;
  font-weight: 700;
}

.gift.mod .checkmark,
.renew.mod .checkmark {
  background: none;
}

.item-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  padding-right: 15px;
}

@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 0;
  padding: 0;
}

@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;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #777777;
  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: 767px) {

  .steps-wrapper .steps-numbers-wrapper,
  .steps-wrapper .steps-numbers-wrapper h1 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .steps-wrapper .steps-numbers-wrapper {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 10px;
  }
}

.steps-wrapper .steps-numbers-wrapper h1 {
  margin-bottom: 0;
}

.steps-wrapper .step-icon {
  border: 1px solid #777777;
  border-radius: 20px;
  background: #f9f9f9;
  width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-top: -3px;
  opacity: 0.7;
}

.steps-wrapper .step-item {
  align-items: center;
}

@media (max-width: 767px) {
  .steps-wrapper .step-item {
    flex-direction: column;
  }
}

.steps-wrapper .step-item.active,
.steps-wrapper .step-item.active h1 {
  color: #14142B;
}

.steps-wrapper .step-item.active .step-label,
.steps-wrapper .step-item.active h1 .step-label {
  opacity: 1;
}

.steps-wrapper .step-item.active .step-icon,
.steps-wrapper .step-item.active h1 .step-icon {
  border: 1px solid #8850FF;
  background: #FFFFFF;
  opacity: 1;
}

.steps-wrapper .step-item.done {
  color: #FFFFFF;
}

.steps-wrapper .step-item.done .step-label {
  opacity: 1;
}

.steps-wrapper .step-item.done .step-icon {
  border: 1px solid #8850FF;
  background: #8850FF;
  opacity: 1;
}

.steps-wrapper .step-item.done .step-label {
  color: #8850FF;
}

.steps-wrapper .step-item.done a {
  display: flex;
  color: #FFFFFF;
  align-items: center;
  gap: 5px;
}

@media (max-width: 576px) {
  .step-label {
    display: none;
  }
}

@media (max-width: 576px) {
  .step-item.active .step-label {
    display: flex;
  }
}

.privacy-data .field-wrapper {
  margin-bottom: 20px;
}

.privacy-data h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacy-data h4 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  line-height: 1.4;
  text-transform: uppercase;
}

.privacy-data p {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.privacy-data .newsletter-label {
  text-transform: none;
}

.invoice-label-small {
  font-family: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  margin: 10px 0;
  text-transform: uppercase;
}

.step-heading {
  font-family: "TroisMille20", 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: "TroisMille20", 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-group-inline.addresses-list>label,
.radio-group-inline.edicola-list>label,
.radio-group-inline.payment-list>label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #777777;
  text-transform: none;
  font-weight: 400;
  justify-content: space-between;
  padding: 16px;
}

.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: 15px;
  left: 15px;
}

.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: 10px;
}

.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-size: 0.875rem;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.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.active,
.edicola-list label.active,
.payment-list label.active {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -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 */
}

.action.edit,
.action.remove {
  color: #777777;
  text-decoration: none;
}

.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  display: flex;
  align-items: center;
}

.address-item.add {
  flex-direction: column;
  align-items: flex-start;
}

.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(17, 17, 17, 0.14);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.14);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.14);
    /* 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  border-bottom: 1px solid #8850FF;
  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;
}

.payment-label {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.img-payment {
  justify-content: flex-end;
  display: flex;
  width: 140px;
}

@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: 0 0 20px;
  padding: 0;
  display: block;
}

.garanzia-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
}

.privacy-dida {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  margin: 20px 0 10px;
  color: #FF5D5D;
}

.consenso-wrapper {
  margin: 10px 0;
}

.consenso-wrapper h3 {
  font-family: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
  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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  line-height: 1;
}

.payment-data-wrapper .cc-date {
  line-height: 1;
  color: #777777;
  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 #777777;
}

.box-login-wrapper h2 {
  font-family: "TroisMille20", 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;
}

.riepilogo .cart-list-wrapper .item-details .cart-col.first ul,
.riepilogo .cart-list-wrapper .item-details .cart-col.second ul {
  display: flex;
  width: 100%;
}

@media (max-width: 576px) {

  .riepilogo .cart-list-wrapper .item-details .cart-col.first ul,
  .riepilogo .cart-list-wrapper .item-details .cart-col.second ul {
    flex-direction: column;
  }
}

.riepilogo .cart-list-wrapper .item-details .cart-col.first ul li,
.riepilogo .cart-list-wrapper .item-details .cart-col.second ul li {
  flex: 1;
}

.riepilogo .cart-list-wrapper li>div {
  margin-bottom: 0;
  padding-bottom: 0;
}

.riepilogo .cart-list-wrapper .item-offer {
  margin-bottom: 20px;
}

.workflow-wrapper .cart-main .checkmark {
  width: 100%;
  height: auto;
  margin-left: 10px;
}

.workflow-wrapper .cart-main .checkmark .form-dida {
  width: calc(100% - 50px);
  margin-left: 30px;
  display: inline-block;
}

.riepilogo .workflow-wrapper .cart-main .checkmark {
  width: 10px;
  height: 10px;
}

.login-wrapper .field-wrapper.new-user {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .login-wrapper .field-wrapper.new-user {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* new styles 2023 */
.cart-panel-wrapper {
  background: #FFFFFF;
}

.cart-panel-wrapper .row.offer {
  border-bottom: 0.5px solid #0A70F5;
}

.cart-panel-wrapper ul.cta-list {
  background: #FFFFFF;
}

.workflow.steps .cart-list-wrapper .item-details li {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
}

.workflow .delivery-charges {
  font-size: .75rem;
  margin: 5px 0 10px;
}

.small-desc {
  font-size: .75rem;
  padding: 5px 0;
}

.big-title {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .big-title {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

@media (max-width: 767px) {
  .big-title {
    font-family: "TroisMille20", 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 {
  background: #f9f9f9;
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  padding: 20px 50px;
}

@media (max-width: 900px) {
  .login-form-wrapper {
    padding: 20px;
  }
}

.field-linear-wrapper {
  margin: 20px 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: "DM Sans", 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: "DM Sans", 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: column;
  gap: 20px;
  align-items: flex-start;
}

#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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  color: #000000;
}

#login-tabs p {
  font-family: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", 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: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.login-retrieve-wrapper .field-linear-wrapper {
  margin: 20px 20px 20px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.login-retrieve-wrapper .form-linear-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login-retrieve-wrapper label {
  display: flex;
  margin: 0 10px 0 0;
  min-width: max-content;
}

.login-retrieve-wrapper .form-control {
  min-width: 240px;
}

.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;
  }

  .login-retrieve-wrapper .form-group {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
  }
}

.ar.password h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .ar.password h3 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
  }
}

.ar.password p.small-text {
  font-family: "DM Sans", 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;
}

.registration-content,
.registration-ok-content {
  max-width: 690px;
}

.registration-form-wrapper {
  background: #f9f9f9;
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  padding: 20px 50px;
}

.registration-form-wrapper .styled-select.custom-select {
  background: #FFFFFF url("../icons/ico-arrow-down-green.svg") no-repeat right center;
  background-position-x: calc(100% - 10px);
  border: 1px solid #24CE85;
}

.registration-form-wrapper .form-control {
  border: 1px solid #24CE85;
}

@media (max-width: 900px) {
  .registration-form-wrapper {
    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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

.avatar-list-wrapper h2 span {
  font-family: "DM Sans", 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 #24CE85;
  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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: "TroisMille25", 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: "TroisMille25", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 0.94;
  }
}

@media (max-width: 576px) {
  .registrazione-ok h1 {
    font-family: "TroisMille25", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #000000;
}

.reg-upselling h2 {
  font-family: "TroisMille25", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.94;
}

.registrazione-ok .small-text {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: left;
  padding-top: 10px;
}

.promo-link-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  text-align: left;
  padding-top: 10px;
}

.scheda.offer.coll {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 10px;
}

.scheda-coll .description-wrapper h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #14142B;
  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: "DM Sans", 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;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .uscite-wrapper {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .uscite-wrapper {
    width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .uscite-wrapper {
    min-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: #8850FF;
  font-family: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  display: flex;
  align-items: flex-start;
}

.uscite-wrapper .sped-title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #8850FF;
  border-radius: 10px;
  margin: 0 10px 0 -30px;
}

.uscite-wrapper .uscite-list li {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #8850FF;
  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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
}

.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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.piano {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8850FF;
}

.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;
  background: #f9f9f9;
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  border-radius: 9px;
  padding: 30px 20px 20px;
  margin: -10px 0 30px;
  z-index: 2;
  position: relative;
}

.piano-body-list h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}

@media (max-width: 576px) {
  .piano-body-list h3 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.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 {
    align-items: flex-start;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}

.piano-body-list .piano-body-item li span:first-child {
  color: #8850FF;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

.piano-body-list .piano-body-item li span:last-child {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.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: "DM Sans", 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%;
  }
}

.ar .big-title {
  margin-bottom: 0;
  width: 100%;
}

.ar .heading-subtitle {
  font-family: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.ar .recap-title {
  font-family: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

@media (max-width: 767px) {
  .ar .recap-title {
    font-family: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.ar-profile-subs .ar-subs-wrapper .ar-heading-abb {
  background: #8850FF;
  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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: #8850FF;
}

@media (max-width: 576px) {
  .ar-subs-list .ar-subs-head {
    flex-direction: column;
  }
}

.ar-subs-list .ar-subs-head .title {
  font-family: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    width: 100%;
  }
}

.ar-subs-list .ar-subs-head .price-wrapper {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 15px 0;
}

.ar-subs-list>li {
  border: 1px solid #8850FF;
  padding: 10px;
  border-radius: 9px;
}

.ar-subs-list>li:hover {
  background-color: #8850FF;
  background: #8850FF;
  /* The Fallback */
  background: rgba(136, 80, 255, 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: "DM Sans", 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: "DM Sans", 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;
}

@media (max-width: 576px) {
  .btn-add-external {
    font-size: .75rem;
    text-decoration: none;
    padding: 13px 10px;
  }
}

.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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.btn-actions.active {
  background: #FF5D5D;
  border: 1px solid #FF5D5D;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #15006B;
}

.ar-gift-status .status-info {
  font-family: "DM Sans", 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: #FF5D5D;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 10px;
}

.ar-info-recording a {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  font-size: 0;
}

.ar-infos-toggle.active::before {
  content: 'Nascondi';
  font-family: "DM Sans", 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: #FF5D5D;
}

.status-no a {
  font-weight: 700;
  color: #FF5D5D;
  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: #FF5D5D;
}

.expired {
  background: #FF5D5D;
  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;
}

/* 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) {
  .scheda.offer .offer-visual {
    width: 50%;
  }
}

.ar .no-abb {
  font-family: "TroisMille20", 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: "TroisMille20", 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 #8850FF;
  padding: 5px;
  border-radius: 9px;
  text-align: center;
}

.card-data-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
  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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
}

.address-details {
  font-family: "DM Sans", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

.main-payment {
  font-family: "DM Sans", 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: "TroisMille20", 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: #777777;
  font-family: "DM Sans", 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: "DM Sans", 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: "TroisMille20", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 0.9;
}

@media (max-width: 767px) {
  .ar-order-name {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.ar-order-amount {
  font-family: "DM Sans", 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: "DM Sans", 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: #FF5D5D;
  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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #15006B;
}

@media (max-width: 576px) {
  .gc-value-wrapper {
    font-family: "DM Sans", 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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.ar-gc-transactions-wrapper h3 {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #15006B;
}

.giftcard-instructions-wrapper h2 {
  font-family: "DM Sans", 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: "DM Sans", 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;
  }
}

/* styles 2023-03 */
@media (min-width: 769px) {

  #modificapanel01 .carousel3 .slick-slide,
  #modificapanel01 .carousel2 .slick-slide,
  #modificapanel01 #quant .option {
    width: 50% !important;
  }
}

@media (max-width: 768px) {

  #modificapanel01 .carousel3 .slick-slide,
  #modificapanel01 .carousel2 .slick-slide,
  #modificapanel01 #quant .option {
    width: 100% !important;
  }
}

#modificapanel01 .slick-track {
  width: inherit;
}

@media (min-width: 769px) {
  #modificapanel01 .slick-track {
    width: 100% !important;
  }
}

.actual-config {
  font-size: .875rem;
  margin: 5px 0 10px;
}

.choices-wrapper .final-actions-list h2 {
  text-transform: none;
  padding: 0;
  border: 0;
  margin: 0 0 5px;
}

.choices-wrapper .final-actions-list h3 {
  border: 0;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.choices-wrapper .final-actions-list .new-total {
  margin: 10px 0;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
}

.choices-wrapper .final-actions-list .cta-list {
  padding-top: 10px;
}

.choices-wrapper .final-actions-list ul {
  display: flex;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .choices-wrapper .final-actions-list ul {
    flex-direction: column;
  }
}

.choices-wrapper .final-actions-list ul li {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

.choices-wrapper .final-actions-list ul .old-config {
  background: #f9f9f9;
}

.choices-wrapper .final-actions-list ul .new-config {
  background: #3dc5ff33;
}

.ar .small-desc.selections {
  margin: 5px 0 10px;
}

@media (min-width: 577px) {
  .ar .carousel2 .slick-track {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    width: auto !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 577px) {
  .ar #modificapanel01 .carousel2 .slick-slide {
    width: 100% !important;
    max-width: calc(50% - 10px) !important;
    margin: 5px !important;
    display: flex;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

@media (min-width: 768px) {
  .ar #modificapanel01 .carousel2 .slick-slide {
    width: 100% !important;
    max-width: calc(50% - 10px) !important;
    margin: 5px !important;
  }
}

.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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

@media (max-width: 576px) {
  .renew-title-wrapper h2 {
    font-family: "TroisMille20", 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 .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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

.rinnovi .choice-title .additional-notes {
  font-family: "TroisMille20", 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;
}

.rinnovi .form-control:read-only,
.rinnovi .form-control:read-only:active,
.rinnovi .form-control:read-only:focus {
  border: 0;
  background: none;
  border-bottom: 1px solid #8850FF;
  padding: 19px 0;
  font-weight: 700;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  font-weight: 700;
  opacity: 1 !important;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #14142B;
}

@media (max-width: 576px) {
  .rinnovi .visual-wrapper {
    max-width: 160px;
  }
}

.rinnovi .delivery-charges {
  font-family: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
}

@media (max-width: 576px) {
  .ar-renew-form-wrapper h3 {
    font-family: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
  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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
}

@media (max-width: 767px) {
  .regali-hero h1 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

.regali-hero p {
  font-family: "DM Sans", 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: "DM Sans", 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;
  border-radius: 9px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
}

.regali-content .regali-box p {
  margin: 20px 0;
}

.regali-content .regali-box h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

@media (max-width: 767px) {
  .regali-content .regali-box h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.regali-content .regali-box h3 {
  font-family: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.22;
  }
}

.regali-content .regali-box.abbonamenti {
  border-color: #3DC5FF;
}

.regali-content .regali-box.abbonamenti h2,
.regali-content .regali-box.abbonamenti h3 {
  color: #3DC5FF;
}

.regali-content .regali-box.buoni {
  border-color: #24CE85;
}

.regali-content .regali-box.buoni h2,
.regali-content .regali-box.buoni h3 {
  color: #24CE85;
}

.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: #FFFFFF;
  border-color: #3DC5FF;
  background: #3DC5FF;
  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: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  align-self: flex-start;
  margin-top: auto;
}

.regali.trova h1,
.regali.suggerimenti h1 {
  color: #3DC5FF;
}

.regali.trova h2,
.regali.suggerimenti h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

@media (max-width: 767px) {

  .regali.trova h2,
  .regali.suggerimenti h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.regali.trova p,
.regali.suggerimenti p {
  font-family: "DM Sans", 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: #3DC5FF;
  background: none;
  text-decoration: none;
  font-family: "TroisMille20", 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: #3DC5FF;
  border-color: #3DC5FF;
}

.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 #3DC5FF;
  padding: 20px;
  text-align: center;
  border-radius: 9px;
  margin-bottom: 30px;
}

.regali.trova .regali-trova-item h2,
.regali.suggerimenti .regali-trova-item h2 {
  color: #3DC5FF;
}

@media (max-width: 767px) {

  .regali.trova .regali-trova-item h2,
  .regali.suggerimenti .regali-trova-item h2 {
    font-family: "TroisMille20", 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.5px solid #3DC5FF;
  margin-bottom: 20px;
}

.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;
}

.regali.trova .regali-trova-item #location01,
.regali.suggerimenti .regali-trova-item #location01 {
  max-width: 320px;
  margin: 10px auto;
}

.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: #3DC5FF;
  background: #3DC5FF;
  text-decoration: none;
  margin: 20px auto;
  display: flex;
  min-width: 240px;
  justify-content: center;
  padding: 15px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.suggerimenti .container.related {
  margin-bottom: 20px;
}

.suggestions-grid h2 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #3DC5FF;
  border-top: 1px solid #14142B;
  padding: 15px 0;
}

.suggerimenti .cta-list-wrapper h3 {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  background: #24CE85;
  color: #FFFFFF;
  border-color: #24CE85;
}

.regali.buoni h1,
.regali.buoni.personalizzazione h1 {
  color: #24CE85;
}

.regali.buoni .content-wrapper h2,
.regali.buoni.personalizzazione .content-wrapper h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 0.9;
  color: #24CE85;
}

@media (max-width: 767px) {

  .regali.buoni .content-wrapper h2,
  .regali.buoni.personalizzazione .content-wrapper h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
  }
}

.regali.buoni p,
.regali.buoni.personalizzazione p {
  font-family: "DM Sans", 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: "TroisMille20", 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: "DM Sans", 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: #14142B;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}

.regali.buoni .faq-list .link {
  color: #14142B;
  padding: 20px 0 0;
  font-family: "DM Sans", 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: "TroisMille20", 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: #24CE85;
  background-color: transparent;
  border: 1px solid #24CE85;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: "TroisMille20", 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: "TroisMille20", 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: #fff;
  background-color: #24CE85;
  border: 1px solid #24CE85;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 0.9;
  }
}

.bollettino-data h3 {
  font-family: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 0.95;
  }
}

.bollettino-data .alert-message {
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  background-color: #FF5D5D;
  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;
}

.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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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;
}

.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: "TroisMille20", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", 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;
}

.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;
}

.faq-list {
  margin-bottom: 30px;
}

.faq-list h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #0A70F5;
  margin-bottom: 15px;
}

.contacts-wrapper {
  margin-bottom: 30px;
}

.contacts-wrapper h2 {
  font-family: "TroisMille20", 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(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 */
  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;
}

.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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

@media (max-width: 768px) {
  .container.cs-description h3 p {
    font-family: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.codici-sconto .cs-slider .cs-label-sconto {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #8850FF;
  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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    line-height: 0.98;
    font-weight: 700;
  }
}

.codici-sconto .cs-slider .cs-sconto-numero {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
  font-weight: 700;
  color: #8850FF;
}

.codici-sconto .cs-slider .cs-sconto-tipo {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 4.6875rem;
  line-height: 1;
  font-weight: 700;
  color: #8850FF;
}

.codici-sconto .cs-slider .cs-slide-item-title {
  font-family: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 0.8;
  font-weight: 700;
  color: #8850FF;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  line-height: .8;
}

@media (max-width: 768px) {
  .cd-gallery .cs-label-sconto {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    font-weight: 700;
  }
}

.cd-gallery .cs-sconto-numero {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #8850FF;
}

.cd-gallery .cs-sconto-tipo {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-weight: 700;
  color: #8850FF;
}

.cs-filters .cd-tab-filter li {
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .cs-filters .cd-tab-filter li {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .cs-filters {
    font-family: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #14142B;
}

@media (max-width: 576px) {
  .cs-categories-item a {
    font-family: "TroisMille20", 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(17, 17, 17, 0.14);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* Firefox 3.5 - 3.6 */
  box-shadow: -1px 2px 6px rgba(17, 17, 17, 0.14);
  /* 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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", 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: "TroisMille25", 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: "TroisMille20", 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: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 0.8;
  }
}

.card.cs .card-title,
.card.cslogo .card-title {
  font-family: "TroisMille20", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "DM Sans", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", 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: "DM Sans", 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: "TroisMille20", 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: "DM Sans", 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;
}

.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: "TroisMille20", 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: "DM Sans", 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;
}

.footer-middle,
.footer-middle .footer-col-left,
.footer-middle .footer-col-right {
  display: flex !important;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .footer-middle,
  .footer-middle .footer-col-left,
  .footer-middle .footer-col-right {
    width: 100% !important;
  }
}

.vinc .scheda.offer.cc .list-visual li:nth-child(1) img,
.vinc .cart-panel .offer.cc .list-visual li:nth-child(1) img {
  margin: 0;
  width: 70%;
  height: auto;
  padding: 0;
}

.vinc .scheda.offer.abb {
  flex-direction: column !important;
}

.vinc .scheda.offer.abb .offer-visual {
  max-width: 300px !important;
}

.vinc .scheda.offer.abb .visual-wrapper {
  padding: 0 0 79.5% 0 !important;
}

.vinc .mini-menu-wrapper {
  display: none;
}

.vinc .container.content-wrapper.row {
  align-items: flex-start;
}

.vinc .btn-primary,
.vinc .btn-secondary {
  text-transform: uppercase;
}

.vinc .checkmark {
  background: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.vinc .control--checkbox .control__indicator::after {
  left: 5px;
  top: 1px;
}

@media screen and (max-width: 576px) {

  .vinc .radio-group-inline,
  .checkbox-inline {
    gap: 0;
    flex-direction: column;
  }
}

.vinc .modal-content .modal-body {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .vinc.home .content-wrapper {
    margin-top: 20px;
  }
}

.vinc header nav .nav-wrapper {
  width: max-content;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .vinc header nav .nav-wrapper {
    position: relative;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .vinc header nav .navbar-account {
    position: relative;
    padding: 0;
    border-top: 0;
  }
}

.vinc header nav .container.flex {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 20px auto 10px;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .vinc header nav .container.flex {
    padding: 0 20px 10px;
  }
}

.vinc-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}

.vinc-heading .vinc-brand-logo {
  margin-bottom: 20px;
}

.vinc-heading h1 {
  margin: 0 auto 10px;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .vinc-heading h1 {
    margin: 0 auto 5px;
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 0.95;
  }
}

.vinc-heading h2 {
  margin: 0 auto;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
}

@media screen and (max-width: 576px) {
  .vinc-heading h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc-cta {
  margin: 10px 10px 0;
}

.btn-primary.vinc-cta,
.btn-primary.vinc-cta:hover,
.btn-primary.vinc-cta:focus {
  color: #FFFFFF;
  text-transform: uppercase;
}

.btn-outline-primary.vinc-cta,
.btn-outline-primary.vinc-cta.active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #0A70F5;
  text-transform: uppercase;
  background: none;
}

.btn-outline-primary.vinc-cta:hover,
.btn-outline-primary.vinc-cta:focus {
  color: #FFFFFF;
  background: #0A70F5;
  text-transform: uppercase;
}

.vinc .hp-vinc-slider img {
  border-radius: 9px;
}

.vinc .container.button-vantaggi {
  display: flex;
  justify-content: center;
}

.vinc .redactional-content-wrapper {
  background: #FFFFFF;
  padding: 30px;
  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 */
}

.vinc .redactional-content-wrapper: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 */
}

.vinc .redactional-content-wrapper .vinc-redactional-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.vinc .redactional-content-wrapper .vinc-redactional-heading h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  margin: 0 auto 10px;
}

.vinc .redactional-content-wrapper .vinc-redactional-heading h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  margin: 0 auto 10px;
}

.vinc .redactional-content-wrapper .vinc-redactional-heading p {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #15006B;
  margin: 0 auto 10px;
}

.vinc .redactional-content-wrapper .vinc-redactional-heading .smalltext {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  line-height: 1.22;
}

.vinc .featured .title h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  text-align: center;
  margin: 0 auto;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  padding-bottom: 0;
}

@media screen and (max-width: 576px) {
  .vinc .featured .title h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 0.9;
  }
}

.vinc-redactional-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.vinc-redactional-content .img-wrapper {
  display: flex;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  margin-bottom: 30px;
}

.vinc-redactional-content .img-wrapper img {
  width: 100%;
  border-radius: 9px;
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content .img-wrapper {
    flex: 1;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.vinc-redactional-content .inner-content-wrapper {
  display: flex;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  flex-direction: column;
}

.vinc-redactional-content .inner-content-wrapper h2,
.vinc-redactional-content .inner-content-wrapper h2 a,
.vinc-redactional-content .inner-content-wrapper h2 a:hover {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-color: #8850FF;
  text-decoration: none;
}

@media screen and (max-width: 576px) {

  .vinc-redactional-content .inner-content-wrapper h2,
  .vinc-redactional-content .inner-content-wrapper h2 a,
  .vinc-redactional-content .inner-content-wrapper h2 a:hover {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc-redactional-content .inner-content-wrapper h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #777777;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content .inner-content-wrapper h3 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 0.95;
  }
}

.vinc-redactional-content .inner-content-wrapper p {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #15006B;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content .inner-content-wrapper p {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content .inner-content-wrapper {
    flex: 1;
    max-width: 100%;
  }
}

.vinc-redactional-content.img-left {
  flex-direction: row;
}

.vinc-redactional-content.img-left .inner-content-wrapper {
  padding-left: 20px;
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content.img-left {
    flex-direction: column;
    flex: 1;
    max-width: 100%;
  }

  .vinc-redactional-content.img-left .inner-content-wrapper {
    padding-left: 0;
  }
}

.vinc-redactional-content.img-right {
  flex-direction: row-reverse;
}

.vinc-redactional-content.img-right .inner-content-wrapper {
  padding-right: 20px;
}

@media screen and (max-width: 576px) {
  .vinc-redactional-content.img-right {
    flex-direction: column;
    flex: 1;
    max-width: 100%;
  }

  .vinc-redactional-content.img-right .inner-content-wrapper {
    padding-right: 0;
  }
}

.vinc footer .about-menu li:first-child a {
  font-size: 1.2rem;
}

@media screen and (max-width: 576px) {
  .vinc footer {
    padding: 0 0 120px;
  }
}

.vinc footer .footer-wrapper {
  margin-bottom: 0;
}

.vinc footer .footer-middle {
  align-items: flex-start;
  border-bottom: 0;
}

@media screen and (max-width: 576px) {
  .vinc footer .footer-middle {
    display: flex;
    width: 100%;
  }

  .vinc footer .footer-middle a {
    line-height: 1;
  }
}

.vinc footer .footer-middle ul,
.vinc footer .footer-col-left ul {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 576px) {

  .vinc footer .footer-middle ul,
  .vinc footer .footer-col-left ul {
    flex-direction: row;
    align-items: baseline;
  }
}

.vinc footer .footer-col-left {
  width: 35%;
}

.vinc footer .footer-col-left .about-menu li {
  margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .vinc footer .footer-col-left .about-menu li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .vinc footer .footer-col-left {
    display: flex;
    width: 100%;
  }
}

.vinc footer .footer-col-right {
  width: 65%;
  align-items: flex-start;
  gap: 0;
}

@media screen and (max-width: 576px) {
  .vinc footer .footer-col-right .footer-links {
    flex-direction: column;
    margin-top: 20px;
  }
}

.vinc footer .footer-col-right .footer-links li {
  margin: 0 20px 10px 0;
  line-height: 1.1;
}

@media screen and (max-width: 576px) {
  .vinc footer .footer-col-right {
    display: flex;
    width: 100%;
  }

  .vinc footer .footer-col-right a {
    line-height: 1;
  }
}

.vinc.scheda .vinc-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .vinc.scheda .vinc-heading .vinc-sponsor-logo img {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) and (max-width: 576px) {
  .vinc.scheda .vinc-heading .vinc-sponsor-logo p {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .vinc.scheda .vinc-heading {
    flex-direction: column;
    align-items: center;
  }
}

.vinc.scheda .brand-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .vinc.scheda .brand-wrapper {
    text-align: center;
  }
}

.vinc.scheda .brand-wrapper h1 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  text-transform: none;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .vinc.scheda .brand-wrapper h1 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc.scheda .brand-wrapper h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.vinc.scheda .brand-wrapper h2 a {
  color: #0A70F5;
}

.vinc.scheda .brand-wrapper .vinc-brand-logo img {
  height: 90px;
}

.vinc.scheda .vinc-sponsor-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.vinc.scheda .scheda-intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .vinc.scheda .scheda-intro-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.vinc.scheda .scheda-intro-wrapper .scheda-slider {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .vinc.scheda .scheda-intro-wrapper .scheda-slider {
    flex: 1;
    max-width: 100%;
    padding: 0;
  }
}

.vinc.scheda .scheda-intro-wrapper .scheda-vinc-slider {
  display: flex;
  width: 100%;
}

.vinc.scheda .scheda-intro-wrapper .scheda-vinc-slider .slick-slide img {
  width: 100%;
  border-radius: 9px;
}

.vinc.scheda .scheda-intro-wrapper .scheda-intro {
  display: flex;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.vinc.scheda .scheda-intro-wrapper .scheda-intro h2,
.vinc.scheda .scheda-intro-wrapper .scheda-intro h2 a {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #14142B;
  text-decoration: none;
  border-bottom: 0.5px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-color: #8850FF;
}

.vinc.scheda .scheda-intro-wrapper .scheda-intro h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #777777;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .vinc.scheda .scheda-intro-wrapper .scheda-intro {
    flex: 1;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.vinc .configurator-section-wrapper {
  background: #FFFFFF;
  padding: 30px;
  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: 16px;
}

.vinc .configurator-section-wrapper: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 screen and (max-width: 1180px) {
  .vinc .configurator-section-wrapper {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}

.vinc .configurator-heading,
.vinc .cart-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vinc .configurator-intro,
.vinc .cart-intro {
  line-height: 1.2;
}

.vinc .configurator-status,
.vinc .cart-status {
  display: flex;
  flex: 0 0 60%;
  max-width: 60%;
  margin: 0;
  flex-direction: column;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-status,
  .vinc .cart-status {
    flex: 1;
    max-width: 100%;
  }
}

.vinc .configurator-status h2,
.vinc .cart-status h2 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-status h2,
  .vinc .cart-status h2 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc .configurator-status .configurator-options,
.vinc .cart-status .configurator-options {
  display: flex;
  opacity: 0;
  min-height: 30px;
}

.vinc .configurator-status .configurator-options.active,
.vinc .cart-status .configurator-options.active {
  display: flex;
  opacity: 1;
  flex-wrap: wrap;
}

.vinc .configurator-status .configurator-options li,
.vinc .cart-status .configurator-options li {
  font-weight: 700;
}

.vinc .configurator-status .configurator-options li:after,
.vinc .cart-status .configurator-options li:after {
  content: '';
  margin-right: 5px;
}

.vinc .configurator-status .configurator-options li:first-child::after,
.vinc .configurator-status .configurator-options li:last-child::after,
.vinc .cart-status .configurator-options li:first-child::after,
.vinc .cart-status .configurator-options li:last-child::after {
  content: '';
  margin-right: 5px;
}

.vinc .configurator-amount-wrapper {
  display: flex;
  align-items: flex-start;
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .vinc .configurator-amount-wrapper {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #C2C2C2;
    margin: 0 !important;
    max-width: 100%;
    padding: 10px 10px 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
}

.vinc .configurator-amount-wrapper .configurator-amount,
.vinc .configurator-amount-wrapper .cart-amount {
  border: 0;
  border-radius: 9px;
  padding: 15px;
  width: 100%;
  background: #8850FF;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 5px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.vinc .configurator-amount-wrapper .configurator-amount .cart-amount,
.vinc .configurator-amount-wrapper .configurator-amount .promo-totals,
.vinc .configurator-amount-wrapper .cart-amount .cart-amount,
.vinc .configurator-amount-wrapper .cart-amount .promo-totals {
  width: 100%;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-amount-wrapper .configurator-amount,
  .vinc .configurator-amount-wrapper .cart-amount {
    display: flex;
  }
}

.vinc .configurator-amount-wrapper .configurator-amount .amount-title-label,
.vinc .configurator-amount-wrapper .cart-amount .amount-title-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-amount-wrapper .configurator-amount .amount-title-label,
  .vinc .configurator-amount-wrapper .cart-amount .amount-title-label {
    display: flex;
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

.vinc .configurator-amount-wrapper .configurator-amount .price,
.vinc .configurator-amount-wrapper .configurator-amount .unit,
.vinc .configurator-amount-wrapper .configurator-amount .timeframe,
.vinc .configurator-amount-wrapper .cart-amount .price,
.vinc .configurator-amount-wrapper .cart-amount .unit,
.vinc .configurator-amount-wrapper .cart-amount .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-amount-wrapper .configurator-amount .price,
  .vinc .configurator-amount-wrapper .configurator-amount .unit,
  .vinc .configurator-amount-wrapper .configurator-amount .timeframe,
  .vinc .configurator-amount-wrapper .cart-amount .price,
  .vinc .configurator-amount-wrapper .cart-amount .unit,
  .vinc .configurator-amount-wrapper .cart-amount .timeframe {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

.vinc .configurator-amount-wrapper .configurator-amount .vat-label,
.vinc .configurator-amount-wrapper .configurator-amount .delivery-charges,
.vinc .configurator-amount-wrapper .cart-amount .vat-label,
.vinc .configurator-amount-wrapper .cart-amount .delivery-charges {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #FFFFFF;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {

  .vinc .configurator-amount-wrapper .configurator-amount,
  .vinc .configurator-amount-wrapper .cart-amount {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 5px;
  }
}

@media screen and (max-width: 576px) {

  .vinc .configurator-amount-wrapper .configurator-amount,
  .vinc .configurator-amount-wrapper .cart-amount {
    padding: 10px;
  }

  .vinc .configurator-amount-wrapper .configurator-amount .amount-title-label,
  .vinc .configurator-amount-wrapper .configurator-amount .price,
  .vinc .configurator-amount-wrapper .configurator-amount .unit,
  .vinc .configurator-amount-wrapper .configurator-amount .timeframe,
  .vinc .configurator-amount-wrapper .cart-amount .amount-title-label,
  .vinc .configurator-amount-wrapper .cart-amount .price,
  .vinc .configurator-amount-wrapper .cart-amount .unit,
  .vinc .configurator-amount-wrapper .cart-amount .timeframe {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.vinc .configurator-cta-wrapper .btn.btn-primary,
.vinc .configurator-cta-wrapper .btn.btn-outline-primary {
  padding: 10px 20px !important;
  line-height: 1;
  font-size: .875rem;
}

.vinc.cart.workflow .cart-amount-column {
  border: 1px solid #8850FF;
  border-radius: 9px;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  background-color: #FFFFFF;
}

.vinc.cart.workflow .cart-amount-column .cart-amount {
  justify-content: space-between;
}

.vinc.cart.workflow .cart-amount-column .cart-amount,
.vinc.cart.workflow .cart-amount-column .promo-totals {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .vinc.cart.workflow .cart-amount-column {
    flex-direction: row;
  }
}

.vinc.cart.workflow .cart-amount-column .amount-title-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

@media screen and (max-width: 768px) {
  .vinc.cart.workflow .cart-amount-column .amount-title-label {
    display: flex;
  }
}

.vinc.cart.workflow .cart-amount-column .price,
.vinc.cart.workflow .cart-amount-column .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
}

@media screen and (max-width: 768px) {

  .vinc.cart.workflow .cart-amount-column .price,
  .vinc.cart.workflow .cart-amount-column .unit {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc.cart.workflow .cart-amount-column .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
}

.vinc.cart.workflow .cart-amount-column .vat-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .vinc.cart.workflow .cart-amount-column {
    width: auto;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 5px;
  }
}

.vinc .cart-amount-wrapper .cart-amount {
  border: 0;
  border-radius: 0;
  padding: 0 0 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
}

.vinc .cart-amount-wrapper .cart-amount .vat-label {
  color: #8850FF;
}

.vinc .cart-amount-column {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 30px auto;
  flex-direction: column;
}

.vinc .configurator-data-wrapper .configurator-heading-wrapper {
  margin: 30px 0 0;
}

.vinc .configurator-data-wrapper .option {
  /*width: calc(33.3334% - 20px);
    flex: 1;
	height: 100%;
    @media screen and (max-width: 900px) {
     flex: 1 0 50%
    }
    @media screen and (max-width: 576px) {
     flex: 1 0 100%
    }*/
}

.vinc ul .data-wrapper {
  list-style: disc inside none;
}

/*.vinc .options {
display: flex;
    flex-direction: row;
    align-items: flex-start;
	justify-content: space-between;
	height: 100%;
    @media screen and (max-width: 576px) {
     flex-direction: column;
    }
}*/
.vinc .option-step3 {
  margin-bottom: 0;
}

.vinc .configurator-content-wrapper .options .form-check {
  padding: 10px 10px 10px 0;
}

.vinc .configurator-content-wrapper .option .data-wrapper {
  padding-left: 0;
}

.vinc .more-info {
  padding: 0 10px 10px;
}

.vinc .more-info-label.collapsed {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-decoration: none;
}

.vinc .more-info-label.collapsed:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../icons/ico-arrow-down.svg") center center;
  margin-right: 5px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.vinc .more-info-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  text-decoration: none;
}

.vinc .more-info-label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../icons/ico-arrow-down.svg") center center;
  margin-right: 5px;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.vinc .more-info-panel {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
}

.vinc .configurator-cta-wrapper {
  display: flex;
  width: 100%;
  padding: 20px 10px 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .vinc .configurator-cta-wrapper {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    left: 0;
    right: 0;
  }
}

.vinc .configurator-heading-wrapper .nav-link {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .vinc .configurator-heading-wrapper .nav-link {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .vinc .progress {
    display: block;
  }

  .vinc .progress .progress-bar {
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .vinc .progress {
    display: block;
  }
}

.btn-primary.vinc-cta:not(:disabled) {
  box-shadow: 0 0 0 0 #0a70f5;
  /*transform: scale(1);
  	animation: pulse 2s infinite;
      @keyframes pulse {
  	0% {
  		transform: scale(0.95);
  		box-shadow: 0 0 0 0 rgba(10, 112, 245, 0.7);
  	}
  
  	70% {
  		transform: scale(1);
  		box-shadow: 0 0 0 10px rgba(10, 112, 245, 0);
  	}
  
  	100% {
  		transform: scale(0.95);
  		box-shadow: 0 0 0 0 rgba(10, 112, 245, 0);
  	}
  }*/
}

@media screen and (max-width: 768px) {
  .btn-primary.vinc-cta:not(:disabled) {
    box-shadow: 0 0 0 0 #ff9432;
    /*	transform: scale(1);
    	animation: pulse 2s infinite;
        @keyframes pulse {
    	0% {
    		transform: scale(0.95);
    		box-shadow: 0 0 0 0 rgba(255, 148, 50, 0.7);
    	}
    
    	70% {
    		transform: scale(1);
    		box-shadow: 0 0 0 10px rgba(255, 148, 50, 0);
    	}
    
    	100% {
    		transform: scale(0.95);
    		box-shadow: 0 0 0 0 rgba(255, 148, 50, 0);
    	}
    }   */
  }
}

.vinc .options-wrapper {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 9px;
  border: 1px solid #0A70F5;
}

.vinc .options-wrapper .option {
  border: 0;
}

@media screen and (max-width: 576px) {
  .vinc .options-wrapper .option {
    border-bottom: 0.5px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

.vinc .options-wrapper label,
.vinc .options-wrapper .more-info {
  padding-left: 0;
}

.vinc .options-hero {
  width: 100%;
  height: 190px;
  border-radius: 9px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .vinc .options label {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .vinc .options label {
    display: flex;
    align-items: flex-start;
    padding: 10px;
  }

  .vinc .options label .pack-thumb {
    margin-top: 0;
  }
}

@media screen and (max-width: 413px) {
  .vinc .options label {
    flex-direction: column;
    align-items: flex-start;
  }

  .vinc .options label .pack-thumb {
    width: 100%;
    margin: 0;
    height: auto;
  }
}

.vinc .option-title {
  padding-left: 0;
  line-height: 1;
  margin-top: 3px;
}

.vinc #conf-step2 .pack-thumb {
  display: none;
}

.vinc .small-desc ul {
  list-style: disc inside none;
}

.vinc .small-desc ul li {
  padding: 5px 0;
}

.vinc .options-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .vinc .options-list {
    flex-direction: column;
  }
}

.vinc .container.row.cart-steps-wrapper {
  margin: 0 auto 30px;
}

.vinc .cart-content-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .vinc .cart-content-wrapper {
    margin: 10px auto 20px;
  }
}

.vinc .cart-list-wrapper {
  margin: 20px 0;
}

.vinc .cart-list-wrapper .item-options li.cta-remove,
.vinc .cart-list-wrapper .item-options li.riconfigura {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.vinc .cart-list-wrapper .item-options li.cta-remove:before,
.vinc .cart-list-wrapper .item-options li.riconfigura:before {
  margin-right: 0;
}

.vinc .cart-list-wrapper .price,
.vinc .cart-list-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {

  .vinc .cart-list-wrapper .price,
  .vinc .cart-list-wrapper .unit {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
  }
}

.vinc .hero-workflow span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.vinc.cart .riconfigura::before {
  content: '';
  background: url("../icons/ico-edit-grey.svg") no-repeat center center;
  background-size: auto;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 0;
  display: inline-block;
}

.vinc.cart .cta-remove::before {
  content: '';
  background: url("../icons/ico-trash.svg") no-repeat center center;
  background-size: auto;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 0;
  display: inline-block;
}

.vinc.cart .small-desc {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.vinc.cart .small-desc ul {
  list-style: disc inside none;
}

.vinc.cart .small-desc ul li {
  padding: 0;
  margin: 2px 0;
}

.vinc.cart .cart-heading {
  margin: 0;
}

.vinc.cart .cart-heading .cart-amount-wrapper {
  padding: 10px;
}

.vinc.cart .cart-heading .backlink.small-text {
  margin: 0;
}

.vinc .cart-list-wrapper>li {
  border-color: #0A70F5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.vinc .cart-list-wrapper>li .item-offer {
  padding-bottom: 10px;
}

.vinc .cart-list-wrapper>li div {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .vinc .cart-amount-wrapper .cart-amount {
    /*background: $fullwhite;*/
    flex-direction: row;
  }

  .vinc .cart-amount-wrapper .cart-amount .amount-title-label {
    display: flex;
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .vinc .cart-list-wrapper {
    background: none;
    padding: 0;
    padding-top: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 0.5px solid #777777;
    padding-top: 20px;
  }

  .vinc .cart-list-wrapper .item-details .cart-col,
  .vinc .cart-list-wrapper .item-actions .cart-col {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}

.vinc .cart-list-wrapper .item-options li.cta-remove,
.vinc .cart-list-wrapper .item-options li.riconfigura {
  flex-direction: row-reverse;
}

@media screen and (max-width: 576px) {
  .vinc .cart-list-wrapper .item-options li {
    flex-direction: row-reverse;
  }

  .vinc .cart-list-wrapper .item-options li.cta-remove,
  .vinc .cart-list-wrapper .item-options li.riconfigura {
    flex-direction: row;
  }
}

@media screen and (max-width: 576px) {
  .vinc .item-details .cart-col.left {
    display: flex;
    column-gap: 5px;
    align-items: baseline;
  }
}

@media screen and (max-width: 576px) {
  .vinc.cart .item-options {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .vinc.cart .item-options li {
    flex-direction: row-reverse;
    flex: 1 1 40%;
    justify-content: flex-end;
    column-gap: 10px;
  }
}

.vinc.workflow section {
  margin-bottom: 0;
  max-width: 1160px;
}

.vinc.workflow .form-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}

.vinc.workflow .form-wrapper.privacy-data .field-wrapper:last-child {
  margin-bottom: 0;
}

.vinc.workflow .vinc-steps-wrapper {
  padding: 0;
}

@media screen and (max-width: 780px) {
  .vinc.workflow .vinc-steps-wrapper {
    padding: 0 20px;
  }
}

.vinc.workflow .steps-wrapper .steps-numbers-wrapper {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

.vinc .logged-cta {
  text-align: center;
  padding: 0 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.vinc .logged-cta .btn-primary {
  text-transform: uppercase;
  margin: 0 10px;
}

.vinc .logged-cta .backlink.small-text {
  margin: 0 20px;
  display: flex;
  position: relative;
  z-index: 33;
}

@media screen and (max-width: 768px) {
  .vinc .logged-cta {
    position: fixed;
    z-index: 1300;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    padding: 20px 10px;
    background: #8850FF;
  }

  .vinc .logged-cta .btn-primary,
  .vinc .logged-cta .btn-primary:hover,
  .vinc .logged-cta .btn-primary:focus,
  .vinc .logged-cta a.btn-primary:not([href]),
  .vinc .logged-cta a.btn-primary:not([href]):hover,
  .vinc .logged-cta a.btn-primary:not([href]):focus {
    color: #FFFFFF;
    border-color: #FF9432;
    background: #FF9432;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 12px 12px;
    line-height: 1;
  }

  .vinc .logged-cta .backlink.small-text {
    margin: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
  }
}

.vinc.riepilogo .logged-cta {
  text-align: center;
  padding: 0 20px;
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.vinc .notlogged-cta {
  text-align: center;
  padding: 0 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  /* @media screen and (max-width: 768px) {
        position: fixed;
        z-index: 1300;
        bottom: 0;
        top: unset;
        left: 0;
        right: 0;
            padding: 20px 10px;
            background-color: $basepurple;
           .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.875rem;
  padding: 12px 12px;
               line-height: 1;
}
            .backlink.small-text {
  margin: 0 10px;
  color: $fullwhite;
  text-decoration: none;
}
        }*/
}

.vinc .notlogged-cta .btn-primary {
  text-transform: uppercase;
  margin: 0 10px;
}

.vinc .notlogged-cta .backlink.small-text {
  margin: 0 20px;
  display: flex;
  position: relative;
  z-index: 33;
}

.vinc .logged-cta.end .btn-primary,
.vinc .logged-cta.end .btn-primary:hover,
.vinc .logged-cta.end .btn-primary:focus,
.vinc .logged-cta.end a.btn-primary:not([href]),
.vinc .logged-cta.end a.btn-primary:not([href]):hover,
.vinc .logged-cta.end a.btn-primary:not([href]):focus {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  animation: none;
}

@media screen and (max-width: 768px) {
  .vinc .logged-cta.end {
    position: fixed;
    z-index: 1300;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    padding: 20px 10px;
    background: #8850FF;
  }

  .vinc .logged-cta.end .btn-primary,
  .vinc .logged-cta.end .btn-primary:hover,
  .vinc .logged-cta.end .btn-primary:focus,
  .vinc .logged-cta.end a.btn-primary:not([href]),
  .vinc .logged-cta.end a.btn-primary:not([href]):hover,
  .vinc .logged-cta.end a.btn-primary:not([href]):focus {
    color: #FFFFFF;
    border-color: #24CE85;
    background: #24CE85;
  }

  .vinc .logged-cta.end .backlink.small-text {
    margin: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
  }
}

.vinc .hero-workflow {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.vinc.workflow .hero-workflow {
  padding: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .vinc.workflow .cart-heading .cart-amount-wrapper {
    padding: 60px 10px 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 340px) {
  .vinc.workflow .cart-heading .cart-amount-wrapper {
    padding: 70px 10px 10px;
  }
}

.vinc .invoice-option {
  margin-top: 20px;
}

@media screen and (max-width: 374px) {
  .vinc.workflow .multi-field-wrapper {
    flex-direction: column;
  }
}

.vinc.workflow .item-title {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #0A70F5;
}

@media (max-width: 768px) {
  .vinc.workflow .item-title {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 0.9;
    line-height: 1.1;
  }
}

.vinc.workflow .cart-list-wrapper {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}

.vinc.workflow .cart-list-wrapper .field-wrapper.linear {
  margin: 20px 0 0;
  padding: 0 0 20px;
}

.vinc.workflow .cart-list-wrapper .gift-options {
  margin-top: 0;
  padding-bottom: 10px;
}

.vinc.workflow .cart-list-wrapper .datepicker-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

.vinc .card-data-wrapper {
  gap: 0;
}

.vinc.workflow .vinc-steps-wrapper {
  padding: 0;
  margin: 0 auto;
}

.vinc.workflow .vinc-steps-wrapper .steps-wrapper {
  margin: 30px 0 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .vinc.workflow .vinc-steps-wrapper .steps-wrapper {
    margin: 50px 0 0;
  }
}

.vinc-brand-logo img {
  max-height: 90px;
}

@media screen and (max-width: 576px) {
  .vinc-brand-logo img {
    max-height: 60px;
  }
}

.vinc.abbonamenti h1 {
  text-transform: none;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .vinc.abbonamenti h1 {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.04;
  }
}

.vinc.riepilogo .cart-list-wrapper .item-details,
.vinc.riepilogo .cart-list-wrapper .item-addresses {
  flex-direction: row;
  margin-right: 0;
}

@media screen and (max-width: 576px) {

  .vinc.riepilogo .cart-list-wrapper .item-details,
  .vinc.riepilogo .cart-list-wrapper .item-addresses {
    flex-direction: column;
  }
}

.vinc.riepilogo .cart-list-wrapper .desc,
.vinc.riepilogo .cart-list-wrapper .small-desc li {
  border: 0;
}

.vinc.riepilogo .item-details .cart-col.left .duration-wrapper {
  margin-bottom: 20px !important;
}

.vinc.riepilogo .item-details .cart-col.left .item-desc-wrapper .desc {
  margin-bottom: 0;
  padding-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .vinc.riepilogo .item-details .cart-col.left {
    flex-direction: column;
  }
}

.vinc .promo-totals .full-price-wrapper .price,
.vinc .promo-totals .full-price-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.04;
  color: #777777;
}

.vinc .promo-totals .full-price-wrapper .full-price-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
}

.vinc .full-price-wrapper {
  align-items: baseline;
}

.vinc .promo-totals {
  border: 0;
  margin: 10px 0 0;
  padding-bottom: 0;
}

.vinc .cart-amount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: right;
  align-items: baseline;
}

.vinc .cart-amount .price-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vinc .cart-amount .vat-label {
  display: flex;
  justify-content: flex-end;
}

.vinc-cart-wrapper {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.vinc-cart-wrapper .cart-content-wrapper {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .vinc .totals {
    flex-direction: column;
  }
}

.vinc .totals .promo-box-wrapper,
.vinc .totals .cart-amount-wrapper {
  margin: 0;
  flex: 1;
}

@media screen and (max-width: 768px) {

  .vinc .totals .promo-box-wrapper,
  .vinc .totals .cart-amount-wrapper {
    width: 100%;
  }
}

.vinc .totals .cart-amount-wrapper .price,
.vinc .totals .cart-amount-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #8850FF;
}

@media screen and (max-width: 768px) {

  .vinc .totals .cart-amount-wrapper .price,
  .vinc .totals .cart-amount-wrapper .unit {
    font-family: "TroisMille20", Arial, Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 0.98;
  }
}

.vinc .totals .cart-amount-wrapper .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
}

.vinc .totals .cart-amount-wrapper .amount-title-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #14142B;
}

.vinc .totals .cart-amount-wrapper .vat-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  flex: 1 0 100%;
}

@media screen and (max-width: 567px) {
  .vinc .totals .cart-amount-wrapper .vat-label {
    flex: 1 0 auto;
  }
}

.vinc .totals .vinc .cart-amount-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.vinc .totals .promo-total-code-wrapper {
  margin-bottom: 10px;
}

.vinc .totals .cart-amount-wrapper .cart-amount {
  padding: 20px 0 10px 0;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #0A70F5;
}

.vinc .totals .promo-totals {
  border: 0;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.vinc .promo-amount {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .vinc .cart-col.right {
    text-align: right;
  }

  .vinc .cart-col.right .price-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .vinc .cart-col.right .vat-label {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.vinc.cart aside.recap-wrapper {
  position: relative;
  top: 30px;
}

@media (max-width: 990px) {
  .vinc.cart aside.recap-wrapper {
    display: none;
  }
}

.vinc.workflow .registration-wrapper {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -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 */
}

@media (max-width: 768px) {
  .vinc.workflow .form-wrapper {
    background: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0 !important;
  }
}

.vinc .promo-amount {
  display: flex;
  align-items: center;
}

.vinc .promo-amount .promo.cta-remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 5px;
  margin-top: -7px;
}

.vinc .promo-amount .promo-totals {
  width: 100%;
}

aside.cart-amount-wrapper {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  aside.cart-amount-wrapper {
    padding: 0;
  }

  aside.cart-amount-wrapper .cart-amount-column {
    margin: 0 auto;
    margin-top: 0 !important;
  }

  aside.cart-amount-wrapper .cart-amount-column .amount-title-label {
    flex: auto !important;
  }
}

.vinc .promo-box-wrapper .promo-wrapper {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

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

.vinc.workflow .gift-address {
  background: none;
  padding: 0;
  padding-bottom: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vinc.workflow .cart-status {
  display: flex;
  flex: 1;
  max-width: 100%;
  margin: 0 0 20px;
  flex-direction: column;
}

.vinc.thankyou {
  background: none;
}

.vinc.thankyou .thankyou-wrapper {
  padding-top: 1vh;
  margin-top: 30px;
}

.vinc .login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.vinc .login-wrapper form {
  width: 100%;
  max-width: 900px;
}

.vinc .new-user {
  text-align: center;
}

.vinc .new-user a {
  font-weight: 700;
}

.vinc.riepilogo .promo-totals .promo-code-label-wrapper,
.vinc.riepilogo .promo-totals .promo-amount {
  color: #FF5D5D;
}

.vinc.riepilogo .promo-totals {
  border: 0;
  margin: 0;
  padding: 0;
}

.vinc.cart.workflow.registrazione .cart-amount-wrapper {
  display: none;
}

@media screen and (max-width: 990px) {
  .vinc.cart.workflow.registrazione .cart-amount-wrapper {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount-wrapper {
    position: fixed;
    top: 40px;
    background: #8850FF;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    border-bottom: 0 solid #0A70F5;
  }
}

.vinc.cart.workflow .cart-amount-wrapper .cart-amount {
  width: 100%;
  justify-content: space-between;
}

.vinc.cart.workflow .cart-amount {
  border-top: 0.5px solid #777777;
  padding-top: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .vinc.cart.workflow .cart-amount {
    padding: 10px 0;
    background-color: transparent;
  }
}

.vinc.cart.workflow .cart-amount .amount-title-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #14142B;
}

@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount .amount-title-label {
    color: #FFFFFF;
  }
}

.vinc.cart.workflow .cart-amount .price,
.vinc.cart.workflow .cart-amount .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #8850FF;
}

@media screen and (max-width: 576px) {

  .vinc.cart.workflow .cart-amount .price,
  .vinc.cart.workflow .cart-amount .unit {
    color: #FFFFFF;
  }
}

.vinc.cart.workflow .cart-amount .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 0.95;
  color: #8850FF;
}

@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount .timeframe {
    color: #FFFFFF;
  }
}

.vinc.cart.workflow .cart-amount .vat-label {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #8850FF;
}

@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount .vat-label {
    color: #FFFFFF;
  }
}

.vinc .cart-list-wrapper>li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vinc.cart.workflow .payment-data-wrapper {
  padding: 20px 0 0;
}

.vinc.cart.workflow .cart-amount-wrapper.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .vinc.cart.workflow .cart-amount-wrapper.mobile {
    display: block;
    position: relative;
    top: 0;
    background: none;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    border-bottom: 1px solid #0A70F5;
  }
}

.vinc .recap-promo-wrapper {
  min-width: 300px;
}

.vinc .cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vinc .configurator-content-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.baselist {
  list-style: disc outside none;
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}

.baselist li {
  padding-left: 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 5px;
}

/* new styles */
.vinc .options-wrapper {
  background: #FFFFFF;
  padding: 0;
  border-radius: 9px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vinc .options-wrapper .option {
  border: 1px solid #3DC5FF;
  padding: 10px;
  flex: 1;
  width: auto;
}

.vinc .options-wrapper .options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vinc .options.col2 .option {
  max-width: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  .vinc .options.col2 .option {
    flex: 1 0 100%;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .vinc .options.col2 .option {
    max-width: none;
  }
}

.vinc .options.col3 .option {
  max-width: calc(33% - 10px);
}

@media screen and (max-width: 767px) {
  .vinc .options.col3 .option {
    flex: 1 0 100%;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .vinc .options.col3 .option {
    max-width: none;
  }
}

.vinc .option .data-wrapper .price,
.option .data-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 0.98;
}

@media screen and (max-width: 768px) {
  .vinc.scheda .configurator-amount-wrapper {
    display: flex;
    position: relative;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {

  .vinc .configurator-heading,
  .vinc .cart-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .vinc .configurator-cta-wrapper {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
  }
}

@media (max-width: 576px) {
  .vinc .configurator-cta-wrapper {
    justify-content: center;
  }

  .vinc .configurator-cta-wrapper .btn.btn-primary,
  .vinc .configurator-cta-wrapper .vinc-cta {
    margin: 0 10px 0;
    color: #FFFFFF;
    background-color: #0751B0;
    border-color: #0751B0;
    padding: 11px 20px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}

/*.vinc.scheda .configurator-cta-wrapper {
    @media screen and (max-width: 768px) {
  display: none;
}
}*/
@media screen and (max-width: 767px) {
  .vinc .options label {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .vinc .options label {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
  }
}

/*.vinc .btn#configurator-cta-01, .vinc #configurator-cta-02a, .vinc #configurator-cta-02b, .vinc #configurator-cta-03a, .vinc #configurator-cta-03b {
   
  display: none;
}*/
@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount-wrapper {
    z-index: 99;
  }
}

.vinc.riepilogo .cart-amount-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .vinc.cart.workflow .btn-primary.vinc-cta {
    min-width: 180px;
    padding: 11px 20px;
    font-size: 1rem;
  }
}

.riconfigura a {
  text-decoration: underline;
}

.vinc .cart-col.left {
  display: flex;
  flex-direction: column;
}

.vinc .desc-small {
  font-size: .75rem;
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid #C2C2C2;
  margin-top: 10px;
}

.vinc .form-heading {
  font-size: 1.5rem;
  margin-bottom: -20px;
}

.vinc .registration-wrapper .form-wrapper.main-data {
  margin-bottom: 30px;
}

.vinc.cart.workflow .cart-amount-wrapper {
  display: none;
}

@media screen and (max-width: 576px) {
  .vinc.cart.workflow .cart-amount-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .vinc .recap-wrapper {
    margin-left: 0;
    padding: 0 !important;
    position: relative !important;
    top: unset !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: none !important;
    max-width: 100% !important;
  }
}

.vinc.riepilogo .item-details .cart-col.left .duration-wrapper {
  margin-bottom: 0 !important;
}

.vinc .item-desc-wrapper {
  flex-direction: column;
  display: flex;
}

.vinc .total-cta a {
  display: flex;
  margin: 0 auto 10px;
  width: max-content;
  min-width: 180px;
  text-align: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: .875rem;
}

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

.intro.more-info {
  padding: 0 0 10px;
  display: none;
}

@media (max-width: 576px) {
  .intro.more-info {
    display: block;
  }
}

#intromore p {
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4;
}

.intro .more-info-panel.collapse {
  display: block;
}

@media (max-width: 576px) {
  .intro .more-info-panel.collapse {
    display: none;
  }
}

@media (max-width: 576px) {
  .intro .more-info-panel.collapse.show {
    display: block !important;
  }
}

.intro-more-wrapper #intromore.collapse:not(.show) {
  display: block;
}

@media (max-width: 576px) {
  .intro-more-wrapper #intromore.collapse:not(.show) {
    display: none;
  }
}

.vinc .small-text {
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
}

.vinc .configurator-heading-wrapper .nav-item a {
  font-size: 24px !important;
  color: #0A70F5 !important;
}

.vinc .configurator-heading-wrapper .nav-item a.disabled {
  color: #777777 !important;
}

@media (max-width: 576px) {
  .vinc #configurator-cta-03a {
    display: none !important;
  }
}

/*.vinc #configurator-cta-03b {
  @media (max-width: 576px) {
        display: inline-block!important;
		max-width: calc(50% - 10px);
    }
}*/
@media screen and (max-width: 576px) {
  .vinc.scheda .configurator-amount-wrapper {
    background: none;
    border: 0;
    display: flex;
    position: fixed;
    padding: 10px 0 0;
    bottom: 0;
    z-index: 99999;
    left: 15px;
    justify-content: flex-start;
    width: 100%;
    right: 0;
    left: 0;
    align-items: center;
  }

  .vinc.scheda .configurator-amount-wrapper .configurator-amount {
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    padding: 0 10px;
  }

  .vinc.scheda .configurator-amount-wrapper .delivery-charges,
  .vinc.scheda .configurator-amount-wrapper .vat-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vinc .pack-thumb {
    width: 50%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .vinc .pack-thumb {
    width: 100%;
    margin-right: 0;
  }
}

.vinc .options-wrapper .pack-thumb {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .vinc .options-wrapper .pack-thumb {
    width: 50%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .vinc .options-wrapper .pack-thumb {
    width: 100%;
    margin-right: 0;
  }
}

.options.icons .data-wrapper,
.options.icons .option-title {
  padding-left: 10px !important;
}

.options.icons .configurator-cta-wrapper {
  padding: 0 10px;
}

.options.icons .configurator-cta-wrapper a {
  margin: 0 auto;
}

.options.icons .option {
  height: calc(100% - 30px);
}

.option.slick-slide {
  margin-bottom: 20px;
}

.vinc .configurator-cta-wrapper.addtocart {
  display: flex;
  margin-top: 20px;
}

.vinc .delivery-charges {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  width: 100%;
  display: flex;
  flex: 1 0 100%;
  line-height: 1.1;
  justify-content: flex-end;
}

.vinc.cart .item-options {
  padding-right: 0;
}

.vinc.workflow.riepilogo .recap-amount {
  flex-direction: column;
}

.vinc.regalo .gift.mod .checkmark {
  background: none;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 13px;
  align-items: flex-start;
}

.vinc.regalo .gift.mod .checkmark .control.control--checkbox {
  margin: 5px 5px 0 0;
}

.vinc .cart-list-wrapper .item-options li {
  align-items: center;
}

.vinc.cart.workflow .main.totals .promo-totals,
.vinc.cart.workflow .main.totals .cart-amount {
  display: none;
}

@media (max-width: 768px) {
  .vinc.cart.workflow .main.totals .cart-amount {
    display: flex;
    width: 100%;
  }

  .vinc.cart.workflow .main.totals .cart-amount .amount-title-label {
    color: #000000;
  }

  .vinc.cart.workflow .main.totals .cart-amount .price,
  .vinc.cart.workflow .main.totals .cart-amount .unit,
  .vinc.cart.workflow .main.totals .cart-amount .vat-label {
    color: #8850FF;
  }

  .vinc.cart.workflow .main.totals .cart-amount .vat-label {
    margin-left: 5px;
  }
}

.vinc .option {
  background-color: #FFFFFF;
  border: 1px solid #3DC5FF;
  width: calc(50% - 10px);
  color: #000000;
  border-radius: 9px;
}

@media (max-width: 768px) {
  .vinc .option {
    width: 100%;
    margin-bottom: 10px;
  }
}

.vinc .choices-wrapper {
  padding: 30px 16px;
  background: none;
  box-shadow: none;
  padding: 0;
}

.carousel2 .slick-track,
.carousel3.icons .slick-track {
  justify-content: flex-start;
}

@media (min-width: 769px) and (max-width: 1200px) {

  .carousel2 .slick-track,
  .carousel3.icons .slick-track {
    flex-direction: row;
    column-gap: 30px;
  }
}

@media (min-width: 769px) {

  .carousel2 .slick-slide,
  .carousel3.icons .slick-slide,
  .carousel2.icons .slick-slide {
    max-width: 370px;
  }
}

@media (max-width: 768px) {

  .carousel2 .slick-slide,
  .carousel3.icons .slick-slide,
  .carousel2.icons .slick-slide {
    margin: 0 auto;
  }
}

.carousel3 .slick-slide,
.carousel2 .slick-slide,
#quant .option {
  flex: 1;
}

@media (max-width: 768px) {

  .carousel3 .slick-slide,
  .carousel2 .slick-slide,
  #quant .option {
    flex: inherit;
  }
}

/* testing */
.vinc.vnc .vinc-heading h2 {
  color: red;
}

/* styles 2023-04 */
.configurator-content-wrapper .option:hover {
  background: rgba(61, 197, 255, 0.2) !important;
}

@media (min-width: 768px) {

  .carousel2 .slick-slide,
  #quant .option {
    max-width: calc(33% - 10px) !important;
    min-width: calc(33% - 10px) !important;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 769px) {

  .carousel2 .slick-track,
  .carousel3.icons .slick-track {
    column-gap: 10px;
  }
}

.control.control--radio.choice-step3 {
  display: flex;
  padding: 10px;
  margin: 0;
}

.configurator-cta-wrapper.step {
  display: none;
}

@media (max-width: 767px) {
  .configurator-cta-wrapper.step {
    display: flex;
  }

  .configurator-cta-wrapper.step a.btn.btn-primary,
  .configurator-cta-wrapper.step a.btn.btn-primary:hover,
  .configurator-cta-wrapper.step a.btn.btn-primary:focus,
  .configurator-cta-wrapper.step a.btn.btn-primary:active {
    color: #FFFFFF;
    background-color: #0751B0;
    border-color: #0751B0;
    padding: 11px 20px !important;
    font-size: 1rem !important;
    line-height: 1.5;
  }
}

.vinc .configurator-content-wrapper .slick-track::before,
.vinc .configurator-content-wrapper .slick-track::after {
  content: "";
  display: none;
}

.vinc #quant {
  margin: 0;
  column-gap: 10px;
}

.vinc #quant .option {
  flex: 1 0 auto;
}

@media (max-width: 768px) {
  .vinc #quant .option {
    flex: inherit;
  }
}

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

@media (max-width: 576px) {
  .vinc .plusminus-wrapper .input-group {
    width: 140px;
  }

  .vinc .plusminus-wrapper .input-group img {
    width: 40px;
  }
}

@media (max-width: 576px) {

  .vinc .plusminus-wrapper .input-group .form-control.input-number,
  .vinc .plusminus-wrapper .input-group .plusminus .form-control.input-number:focus {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

.vinc .configurator-amount-wrapper {
  border: 0;
  border-radius: 9px;
  padding: 15px;
  width: 100%;
  background: #8850FF;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vinc .configurator-amount-wrapper .configurator-amount {
  width: 100% !important;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .vinc .configurator-amount-wrapper .configurator-amount {
    width: 100% !important;
  }
}

.vinc .configurator-amount-wrapper .delivery-charges {
  justify-content: flex-end !important;
}

@media (max-width: 576px) {
  .vinc .configurator-amount-wrapper {
    justify-content: space-between !important;
    background: #8850FF !important;
    padding: 15px !important;
    border-radius: 0 !important;
  }

  .vinc .configurator-amount-wrapper .configurator-amount {
    width: 100% !important;
    justify-content: space-between !important;
  }
}

.vinc #quant .choice-title {
  padding: 0 10px 10px;
}

.vinc .configurator-amount-wrapper .btn-procedi,
.vinc .configurator-amount-wrapper .btn-procedi:hover,
.vinc .configurator-amount-wrapper .btn-procedi:focus,
.vinc .configurator-amount-wrapper .btn-aggiungi,
.vinc .configurator-amount-wrapper .btn-aggiungi:hover,
.vinc .configurator-amount-wrapper .btn-aggiungi:focus {
  background: #FFFFFF;
  color: #8850FF;
  border-color: #FFFFFF;
  padding: 11px 20px !important;
  font-size: 1.125rem !important;
  display: none !important;
}

@media (max-width: 576px) {

  .vinc .configurator-amount-wrapper .btn-procedi,
  .vinc .configurator-amount-wrapper .btn-procedi:hover,
  .vinc .configurator-amount-wrapper .btn-procedi:focus,
  .vinc .configurator-amount-wrapper .btn-aggiungi,
  .vinc .configurator-amount-wrapper .btn-aggiungi:hover,
  .vinc .configurator-amount-wrapper .btn-aggiungi:focus {
    max-width: 50%;
    line-height: 1;
  }
}

.vinc .btn-procedi,
.vinc .btn-procedi:hover,
.vinc .btn-procedi:focus,
.vinc .btn-aggiungi,
.vinc .btn-aggiungi:hover,
.vinc .btn-aggiungi:focus {
  background: #0751B0;
  color: #FFFFFF;
  border-color: #0751B0;
  padding: 11px 20px !important;
  font-size: 1.125rem !important;
  margin: 20px 0;
  border: 1px solid #0751B0;
}

@media (max-width: 576px) {

  .vinc .btn-procedi,
  .vinc .btn-procedi:hover,
  .vinc .btn-procedi:focus,
  .vinc .btn-aggiungi,
  .vinc .btn-aggiungi:hover,
  .vinc .btn-aggiungi:focus {
    max-width: 50%;
    line-height: 1;
  }
}

.vinc .btn-procedi.disabled,
.vinc .btn-procedi:hover.disabled,
.vinc .btn-procedi:focus.disabled,
.vinc .btn-aggiungi.disabled,
.vinc .btn-aggiungi:hover.disabled,
.vinc .btn-aggiungi:focus.disabled {
  opacity: .35;
}

.vinc .login-wrapper form {
  width: 100%;
  max-width: 1024px;
}

.box-login-wrapper .form-group.login-box-wrapper {
  flex-wrap: wrap;
}

.box-login-wrapper .form-group.login-box-wrapper .field-wrapper.data {
  flex: 0 1 calc(30% - 20px);
}

@media (max-width: 990px) {
  .box-login-wrapper .form-group.login-box-wrapper .field-wrapper.data {
    flex: 0 1 40%;
  }
}

.login-wrapper .field-wrapper.new-user {
  justify-content: center;
  column-gap: 20px;
}

.login-registration-wrapper hr {
  width: 100%;
  height: 0;
  background-color: #f6f6f6;
  display: block;
  margin: 10px auto;
}

.codice-tessera {
  background: #FFFFF;
}

.codice-tessera .promo-wrapper {
  flex-direction: column;
  border: 0.5px solid #0A70F5;
  background-color: rgba(10, 112, 245, 0.1);
}

.codice-tessera .code {
  font-weight: 700;
}

.vinc.cart.workflow .btn-primary.vinc-cta:not(:disabled),
.vinc.cart.workflow .btn-primary.vinc-cta:not(:disabled):hover,
.vinc.cart.workflow .btn-primary.vinc-cta:not(:disabled):focus {
  background: #8850FF;
  border-color: #8850FF;
}

.vinc.cart.workflow.riepilogo .btn-primary.vinc-cta:not(:disabled),
.vinc.cart.workflow.riepilogo .btn-primary.vinc-cta:not(:disabled):hover,
.vinc.cart.workflow.riepilogo .btn-primary.vinc-cta:not(:disabled):focus {
  background: #24CE85;
  border-color: #24CE85;
}

#img-captcha img {
  width: 100%;
  max-width: 302px;
}

.vinc.cart.workflow.riepilogo .main.totals .cart-amount {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.vinc.cart.workflow.riepilogo .main.totals .cart-amount .price-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.vinc.cart.workflow.riepilogo .main.totals .cart-amount .price-wrapper .vat-label {
  flex: 1 0 100%;
}

.riepilogo .promo-totals .full-price-wrapper,
.riepilogo .promo-totals .full-price-data {
  color: #14142B;
}

.riepilogo .recap .promo-totals .full-price-wrapper .price,
.riepilogo .recap .promo-totals .full-price-wrapper .unit,
.riepilogo .recap .promo-totals .full-price-data .price,
.riepilogo .recap .promo-totals .full-price-data .unit {
  color: #14142B;
}

.riepilogo .recap .promo-totals .full-price-wrapper,
.riepilogo .recap .promo-totals .full-price-data {
  color: #14142B;
}

.vinc.workflow.riepilogo .recap-amount {
  flex-direction: row;
  padding: 0;
}

.vinc.workflow.riepilogo .recap .price-wrapper .unit {
  margin-right: 0;
}

.vinc .recap-inner .promo-totals {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #777777;
}

.vinc.riepilogo.cart.workflow .cart-amount {
  border-top: 0.5px solid #777777;
  margin-top: 0;
  align-items: baseline !important;
}

@media screen and (max-width: 576px) {
  .vinc.riepilogo.cart.workflow .cart-amount {
    margin-top: 15px;
  }
}

.vinc.riepilogo .main.totals {
  display: none;
}

@media (max-width: 990px) {
  .vinc.riepilogo .main.totals {
    display: flex;
  }
}

/* vincolate cart panel wrapper */
.cart-panel-wrapper ul {
  padding: 0 0 0 10px;
}

.cart-panel-wrapper .col-7.offer-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  flex-wrap: wrap;
  flex-direction: row;
}

.cart-panel-wrapper .data-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}

.cart-panel-wrapper .cart-action.remove {
  display: flex;
  flex: 1 0 100%;
  margin-left: auto;
  width: 100%;
  align-self: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.cart-panel-wrapper .delivery-charge {
  font-size: .75rem;
  margin-top: 3px;
}

.cart-panel-wrapper .price-wrapper,
.cart-panel-wrapper .delivery-charges {
  text-align: right !important;
  justify-content: flex-end !important;
}

.cart-panel-wrapper ul.cta-list {
  padding: 0;
  border-top: 0;
  justify-content: space-between;
}

/* end vincolate cart panel wrapper */
/* vincolate riviste styles */
.vinc.rivista .vinc-heading.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 990px) {
  .vinc.rivista .vinc-heading.container {
    flex-direction: column;
  }
}

.vinc.rivista .vinc-heading.container .vinc-brand-logo {
  text-align: left;
}

.vinc.rivista .vinc-heading.container h1 {
  text-align: left;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
}

.vinc-brand-logo img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}

.vinc .vinc-sponsor-logo img {
  width: auto;
  max-width: 100%;
}

.vinc .offers-section-wrapper.container {
  margin-top: 20px;
}

.vinc .scheda.offer .offer-visual {
  max-width: 340px;
}

.vinc-offers-list {
  width: 100%;
}

.vinc-offers-list .choices {
  flex-direction: column;
  width: 100%;
}

.appstores-wrapper {
  text-align: center;
  font-size: .875rem;
}

.appstores-list {
  width: auto;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.appstores-list img {
  width: auto;
  margin: 0 auto 10px;
  height: 30px;
}

@media (max-width: 576px) {
  .vinc .choices .choice .data-wrapper {
    flex-direction: column;
  }
}

.vinc .choices .choice .data-wrapper .discount-wrapper {
  width: auto;
}

.vinc .choices .choice .data-wrapper .discount-label {
  line-height: .9;
}

.vinc .choices .form-check {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .vinc .choices .form-check {
    flex-direction: column;
  }
}

.vinc .choices .choice .choice-title,
.vinc .choices .choice .data-wrapper,
.vinc .choices .choice .gift-wrapper {
  padding-left: 40px !important;
  flex: 1;
}

.vinc .choices .gift-wrapper {
  padding-left: 40px;
  margin-left: auto;
  width: 100%;
  flex: 1 0 100% !important;
}

.vinc .vinc-offers-list .choice {
  width: auto;
}

.vinc .vinc-offers-list .choice .control__indicator {
  display: block;
}

.vinc .vinc-offers-list .choice .data-wrapper .discount-wrapper {
  height: 35px;
}

.vinc .vinc-offers-list .choice .data-wrapper .discount-unit {
  font-size: 1.125rem;
}

.vinc .vinc-offers-list .choice .gift-wrapper h3 {
  border-top: 1px solid #C2C2C2;
  margin-top: 16px;
  padding-top: 16px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.vinc .container.description-item-wrapper {
  margin: 30px auto;
}

.vinc .additional-text {
  margin: 20px 0;
}

.vinc .text-small.additional-text-01,
.vinc .text-small.additional-text-02,
.vinc .notes-wrapper {
  font-size: .75rem;
  line-height: 1.2;
}

.vinc .redactional-item-content {
  display: flex;
  column-gap: 20px;
}

@media (max-width: 576px) {
  .vinc .redactional-item-content {
    flex-direction: column;
  }
}

.vinc .box-login-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container.promo-tessera-wrapper {
  margin: 0 auto;
}

.container.promo-tessera-wrapper .promo-box-wrapper {
  margin: 10px 0 0;
}

.vinc-form-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
}

.vinc-form-wrapper h2 {
  padding: 0 10px 20px;
}

.vinc-form-wrapper .text-small {
  font-size: .75rem;
  padding: 0 10px;
}

.vinc-form-wrapper .gift-option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 10px;
}

.vinc-form-wrapper .gift-option .gift-label {
  display: flex;
}

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

.vinc-form-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: auto;
  background-size: 20px;
  margin-right: 5px;
}

.vinc-form-wrapper .gift-address {
  background: none;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.vinc-form-wrapper .gift-address .checkmark {
  width: 100%;
  display: inline-flex;
}

.vinc-form-wrapper .gift-address .form-dida.wide {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  padding-left: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}

.vinc .upselling-offers-wrapper {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

.vinc .upselling-offers-wrapper .upselling.card.offer {
  display: flex;
  flex: 1;
}

@media (max-width: 990px) {
  .vinc .upselling-offers-wrapper .upselling.card.offer {
    flex: 1 0 auto;
  }
}

@media (max-width: 576px) {
  .vinc .upselling-offers-wrapper {
    flex-direction: column;
  }
}

.vinc .box-login-wrapper {
  background: none;
  border: 0;
}

.vinc .login-registration-wrapper {
  background: #f9f9f9;
  border: 0.5px solid #777777;
  padding: 20px;
}

.vinc .main-cta {
  margin: 20px auto;
}

.vinc .main-cta .btn-primary {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 20px;
}

#vinc-contest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "contest-subhead contest-img" "contest-head contest-img";
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-rows: auto 1fr;
  background: #f6f6f6;
  padding: 20px;
}

@media (max-width: 767px) {
  #vinc-contest {
    grid-template-columns: 1fr;
    grid-template-areas: "contest-subhead" "contest-head" "contest-img";
    grid-template-rows: auto;
  }

  #vinc-contest h2 {
    font-size: 24px;
    line-height: 1;
  }
}

#vinc-contest h4 {
  grid-area: contest-subhead;
}

#vinc-contest h2 {
  grid-area: contest-head;
}

#vinc-contest a {
  grid-area: contest-img;
}

#vinc-contest .contest-thumb {
  margin: 0 auto;
}

/* vincolata custom styles 2023-06 
.vinc .custom-offer {
.choice-title {
  font-size: 32px;
  display: flex;
  flex-direction: column;
  .issues {
  font-size: 18px;
  }
}
  margin: 20px 0;
  .custom-offer-wrapper {
  width: 100%; display: flex; justify-content: center; align-items: center; min-height: 360px; border: .5px solid #e6e6e6; flex-direction: column; padding: 20px;
  }
}
.vinc.rivista.custom .scheda.offer {
  display: flex;
  .choice-title {
  text-align: left;
  margin: 20px 0;
}
.discount-wrapper {
  border-radius: 100px;
}
.price-wrapper {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex: 1 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.fullprice {
  display: flex;
  flex: 1 0 100%;
  margin-bottom: 10px;
}
.delivery-charges {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex: 1 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
}
.vinc .custom-offer-wrapper {
background: url("../images/bkg-vincolata-custom.webp") no-repeat top center;
background-size: cover;
h1{
color: #C7FF00;
display: flex;
justify-content: center;
text-align: center;
@media (max-width: 576px) {
   font-size: 32px;
   line-height: 1;
   }
}
.subhead {
color: $fullwhite;
}
.subhead {
display: flex;
margin: 0 auto;
justify-content: center;
}
.main-cta .btn-primary {
  color: #000;
  border-color: #C7FF00;
  background: #C7FF00;
  text-decoration: none;
}
.main-cta .btn-primary:hover {
  color: #C7FF00;
  border-color: #000;
  background: #000;
  text-decoration: none;
}
.choice {
  background-color: #FFFFFF24;
  border: .5px solid #FFF;
  display: flex;
  flex: 1;
}
.scheda.offer {
display: flex;
width: 100%;
flex-wrap: wrap;
column-gap: 20px;
}
.offer-heading {
  display: flex;
  width: 100%;
  flex: 1 0 100%;
  flex-direction: column;
  justify-content: center;
}
.vinc-offers-list {
  max-width: calc(100% - 360px);
  display: flex;
  width: 100%;
  @media (max-width: 576px) {
   max-width: unset;
   }
}
.vinc-offers-list .choices {
  flex-direction: row;
  width: 100%;
  color: $fullwhite;
}
.choices .form-check {
  flex-direction: column;
}
.choice-title, .choice .data-wrapper .price, .choice .data-wrapper .unit, .fullprice-label, .delivery-charges {
color: $fullwhite;
}
.control__indicator {
  border: 2px solid #FFF;
}
.control input:checked ~ .control__indicator {
  background: #fff;
  border: 2px solid #FFF;
}
.discount-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #c7ff00 !important;
  padding: 0;
  width: 140px !important;
  height: 140px !important;
  border-radius: 100%;
  flex-wrap: wrap;
  column-gap: 5px;
  .discount-label {
  font-size: 1.2rem;
  line-height: 1;
  width: 100%;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
  .discount-number {
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  width: auto;
  }
  .discount-unit {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  width: auto;
  }
}
}
.discount-wrapper.text {
.discount-data {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  .discount-label {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
}
}
.vinc.custom {
.upselling-wrapper h2 {
display: none;
}
.upselling-wrapper h3 {
@include displayXSmall;
color: $basepurple;
margin-bottom: 20px;
}
.container.upselling-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 30px;
}
.upselling.card.offer.checked::before {
  display: block;
  position: absolute;
  padding: 1px 5px;
  font-size: .7rem;
  background: #80ff53;
  top: -6px;
  right: -6px;
}
}
*/
.modal-wrapper .contest-img {
  width: 100%;
}

.toplink {
  display: flex;
  justify-content: flex-end;
}

.link-top {
  display: flex;
  align-items: flex-end;
}

.link-top::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../icons/ico-arrow-down.svg") no-repeat bottom;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  margin-right: 5px;
  transform: rotate(180deg);
}

.full-wrapper-2col {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
}

.full-wrapper-2col #img-captcha {
  display: flex;
  flex-direction: column;
  column-gap: 5px;
  justify-content: center;
}

.full-wrapper-2col #img-captcha .captcha-label {
  text-align: center;
  line-height: 1.1;
  font-size: .875rem;
  margin-bottom: 10px;
}

.vinc.registrazione .garanzia-label {
  margin-top: 15px;
}

.vinc .configurator-content-wrapper .slick-prev,
.vinc .configurator-content-wrapper .slick-next {
  top: 30%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

.vinc .payment-data-wrapper h2 span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #14142B;
}

.vinc .box-login-wrapper {
  padding: 0;
}

@media (max-width: 990px) {
  .vinc .brand-heading {
    align-self: flex-start;
    margin-top: 10px;
  }
}

/* vincolata  alternativa styles */
.vinc.rivista .off1 .scheda.offer {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 800px) {
  .vinc.rivista .off1 .scheda.offer {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 800px) {
  .vinc.rivista .off1 .scheda.offer {
    grid-template-columns: 1fr;
  }
}

.vinc.rivista .scheda-offer {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .vinc .upselling-offers-wrapper {
    flex-direction: row;
  }

  .vinc .upselling-offers-wrapper .upselling.card.offer {
    flex: 1 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .vinc .upselling-offers-wrapper {
    flex-direction: column;
  }

  .vinc .upselling-offers-wrapper .upselling.card.offer {
    flex: 1 0 100%;
  }

  .vinc .upselling-offers-wrapper .upselling.card.offer .data-title {
    height: auto;
  }
}

.vinc .upselling-wrapper h2 {
  display: none;
}

.vinc .upselling-wrapper h3 {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  color: #8850FF;
  margin-bottom: 20px;
}

.vinc .container.upselling-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .vinc .container.upselling-wrapper {
    padding: 30px 15px;
  }
}

.vinc .upselling.card.offer.checked::before {
  content: '✓ AGGIUNTA';
  display: block;
  position: absolute;
  padding: 1px 5px;
  font-size: .7rem;
  background: #80ff53;
  top: -6px;
  right: -6px;
}

.upselling-wrapper .upselling-heading h3 {
  font-size: 1.75rem;
  line-height: 0.9;
  color: #8850FF;
  margin-bottom: 20px;
  text-align: center;
}

.upselling-wrapper .upselling-heading h3 span {
  display: block;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  font-weight: 400;
  color: #14142B;
}

.vinc .upselling-wrapper .data-title {
  height: 60px;
}

.vinc .upselling-wrapper .upselling-data-wrapper {
  width: 100%;
  padding-bottom: 10px;
}

.vinc .upselling-wrapper .upselling-data-wrapper h3 {
  margin-bottom: 0;
}

.vinc .upselling-wrapper .checked .duration,
.vinc .upselling-wrapper .checked .issues {
  color: #14142B;
}

.vinc .upselling-wrapper .checked h3 {
  color: #14142B;
  margin-bottom: 0;
}

.vinc .upselling-wrapper .upselling-wrapper h3 {
  font-size: 1.75rem;
  line-height: 0.9;
  color: #8850FF;
  margin-bottom: 0;
  text-align: center;
}

.vinc .upselling-wrapper .upselling-wrapper h3 span {
  display: block;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  font-weight: 400;
  color: #14142B;
}

.vinc.rivista .offers-section-wrapper.container,
.vinc.prodotto .offers-section-wrapper.container,
.vinc.collezione .offers-section-wrapper.container {
  margin-top: 50px;
}

@media (max-width: 576px) {

  .vinc.rivista .offers-section-wrapper.container,
  .vinc.prodotto .offers-section-wrapper.container,
  .vinc.collezione .offers-section-wrapper.container {
    margin-top: 30px;
  }
}

.vinc.rivista .brand-wrapper,
.vinc.prodotto .brand-wrapper,
.vinc.collezione .brand-wrapper {
  display: none;
}

.vinc.rivista .vinc-sponsor-logo,
.vinc.prodotto .vinc-sponsor-logo,
.vinc.collezione .vinc-sponsor-logo {
  font-size: .875rem;
  text-align: right;
}

@media (max-width: 576px) {

  .vinc.rivista .vinc-sponsor-logo,
  .vinc.prodotto .vinc-sponsor-logo,
  .vinc.collezione .vinc-sponsor-logo {
    width: 100%;
    font-size: .875rem;
  }
}

.vinc.rivista .vinc-sponsor-logo img,
.vinc.prodotto .vinc-sponsor-logo img,
.vinc.collezione .vinc-sponsor-logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

@media (max-width: 576px) {

  .vinc.rivista .vinc-sponsor-logo img,
  .vinc.prodotto .vinc-sponsor-logo img,
  .vinc.collezione .vinc-sponsor-logo img {
    width: 100%;
    height: auto;
  }
}

.vinc.rivista .moreinfo,
.vinc.prodotto .moreinfo,
.vinc.collezione .moreinfo {
  font-size: .75rem;
  text-transform: uppercase;
  display: flex;
  border: 0.5px solid #183A65;
  padding: 5px 15px;
  border-radius: 50px;
}

.vinc.rivista .moreinfo:hover,
.vinc.prodotto .moreinfo:hover,
.vinc.collezione .moreinfo:hover {
  background-color: #EBF3FF;
}

.vinc.rivista .moreinfo a,
.vinc.rivista .moreinfo a:hover,
.vinc.prodotto .moreinfo a,
.vinc.prodotto .moreinfo a:hover,
.vinc.collezione .moreinfo a,
.vinc.collezione .moreinfo a:hover {
  text-decoration: none;
}

.vinc.rivista .mini-menu,
.vinc.prodotto .mini-menu,
.vinc.collezione .mini-menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 20px;
}

.vinc.rivista .vinc-offers-list .choices,
.vinc.prodotto .vinc-offers-list .choices,
.vinc.collezione .vinc-offers-list .choices {
  flex-direction: row;
}

.vinc.rivista .vinc-offers-list .choice,
.vinc.prodotto .vinc-offers-list .choice,
.vinc.collezione .vinc-offers-list .choice {
  width: auto;
  max-width: 460px;
  flex: 1;
}

@media (max-width: 800px) {

  .vinc.rivista .vinc-offers-list .choice,
  .vinc.prodotto .vinc-offers-list .choice,
  .vinc.collezione .vinc-offers-list .choice {
    margin: 0 auto;
  }
}

.vinc.rivista .vinc-offers-list .choice.best::before,
.vinc.prodotto .vinc-offers-list .choice.best::before,
.vinc.collezione .vinc-offers-list .choice.best::before {
  content: 'Migliore offerta';
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  background: #FF9432;
  padding: 5px;
  position: absolute;
  top: -29px;
  width: calc(100% - 20px);
  border-radius: 9px 9px 0 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.vinc.rivista .vinc-offers-list .choice .duration,
.vinc.prodotto .vinc-offers-list .choice .duration,
.vinc.collezione .vinc-offers-list .choice .duration {
  border-radius: 9px 9px 0 0;
}

@media (max-width: 800px) {

  .vinc.rivista .vinc-offers-list .choice .duration,
  .vinc.prodotto .vinc-offers-list .choice .duration,
  .vinc.collezione .vinc-offers-list .choice .duration {
    border-radius: 9px 0 0 0;
  }
}

@media (max-width: 576px) {

  .vinc.rivista .vinc-offers-list .choice .duration,
  .vinc.prodotto .vinc-offers-list .choice .duration,
  .vinc.collezione .vinc-offers-list .choice .duration {
    border-radius: 9px 9px 0 0;
  }
}

@media (max-width: 800px) {

  .vinc.rivista .choice.best,
  .vinc.prodotto .choice.best,
  .vinc.collezione .choice.best {
    margin-top: 30px;
  }
}

.vinc.rivista .choice-title,
.vinc.prodotto .choice-title,
.vinc.collezione .choice-title {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  text-align: center;
  margin-top: 100px;
  padding: 0 !important;
}

.vinc.rivista .choice-title .duration,
.vinc.prodotto .choice-title .duration,
.vinc.collezione .choice-title .duration {
  font-size: 2rem;
  line-height: .9;
  color: #14142B;
}

.vinc.rivista .choice-title .issues,
.vinc.prodotto .choice-title .issues,
.vinc.collezione .choice-title .issues {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
  line-height: .9;
  color: #14142B;
}

.vinc.rivista .price-wrapper,
.vinc.rivista .delivery-charges,
.vinc.prodotto .price-wrapper,
.vinc.prodotto .delivery-charges,
.vinc.collezione .price-wrapper,
.vinc.collezione .delivery-charges {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex: 1 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.vinc.rivista .choice,
.vinc.prodotto .choice,
.vinc.collezione .choice {
  position: relative;
  border: 0.5px solid #14142B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 20px;
}

.vinc.rivista .choice .control,
.vinc.prodotto .choice .control,
.vinc.collezione .choice .control {
  padding-left: 0;
  border-radius: 9px;
  overflow: hidden;
}

.vinc.rivista .choice .control__indicator,
.vinc.prodotto .choice .control__indicator,
.vinc.collezione .choice .control__indicator {
  z-index: 30;
  border: 2px solid #FFF;
  background: none;
  margin-left: 10px;
  display: none;
}

.vinc.rivista .choice .control--radio .control__indicator::after,
.vinc.prodotto .choice .control--radio .control__indicator::after,
.vinc.collezione .choice .control--radio .control__indicator::after {
  background-color: #FFFFFF;
}

.vinc.rivista .discount-wrapper,
.vinc.prodotto .discount-wrapper,
.vinc.collezione .discount-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 0;
  min-width: 120px;
  padding: 7px 0 0 10px;
}

.vinc.rivista .discount-wrapper .discount-data,
.vinc.prodotto .discount-wrapper .discount-data,
.vinc.collezione .discount-wrapper .discount-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.vinc.rivista .discount-wrapper .discount-label,
.vinc.prodotto .discount-wrapper .discount-label,
.vinc.collezione .discount-wrapper .discount-label {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  flex: 1 0 100%;
}

.vinc.rivista .discount-wrapper .discount-number,
.vinc.prodotto .discount-wrapper .discount-number,
.vinc.collezione .discount-wrapper .discount-number {
  font-size: 3rem !important;
  padding-left: 0;
  line-height: 1;
}

.vinc.rivista .scheda.offer h2,
.vinc.prodotto .scheda.offer h2,
.vinc.collezione .scheda.offer h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  display: none;
}

.vinc.rivista .scheda.offer,
.vinc.prodotto .scheda.offer,
.vinc.collezione .scheda.offer {
  display: grid;
  grid-template-areas: "offer-visual offers-list" "notes offers-list";
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 0;
  grid-row-gap: 0;
}

@media (max-width: 1140px) {

  .vinc.rivista .scheda.offer,
  .vinc.prodotto .scheda.offer,
  .vinc.collezione .scheda.offer {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 4fr;
  }

  .vinc.rivista .scheda.offer .choices,
  .vinc.prodotto .scheda.offer .choices,
  .vinc.collezione .scheda.offer .choices {
    gap: 10px;
  }

  .vinc.rivista .scheda.offer .appstores-list li,
  .vinc.prodotto .scheda.offer .appstores-list li,
  .vinc.collezione .scheda.offer .appstores-list li {
    margin-bottom: 0;
  }
}

@media (max-width: 800px) {

  .vinc.rivista .scheda.offer,
  .vinc.prodotto .scheda.offer,
  .vinc.collezione .scheda.offer {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 270px auto;
  }

  .vinc.rivista .scheda.offer .discount-label,
  .vinc.prodotto .scheda.offer .discount-label,
  .vinc.collezione .scheda.offer .discount-label {
    font-size: 1rem;
  }

  .vinc.rivista .scheda.offer .fullprice,
  .vinc.prodotto .scheda.offer .fullprice,
  .vinc.collezione .scheda.offer .fullprice {
    width: 100%;
  }

  .vinc.rivista .scheda.offer .choices,
  .vinc.prodotto .scheda.offer .choices,
  .vinc.collezione .scheda.offer .choices {
    flex-direction: column;
  }

  .vinc.rivista .scheda.offer .offer-visual,
  .vinc.prodotto .scheda.offer .offer-visual,
  .vinc.collezione .scheda.offer .offer-visual {
    width: 100%;
  }
}

@media (max-width: 576px) {

  .vinc.rivista .scheda.offer,
  .vinc.prodotto .scheda.offer,
  .vinc.collezione .scheda.offer {
    grid-template-areas: "offer-visual" "notes" "offers-list";
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto auto;
    grid-gap: 15px;
  }

  .vinc.rivista .scheda.offer .discount-label,
  .vinc.prodotto .scheda.offer .discount-label,
  .vinc.collezione .scheda.offer .discount-label {
    font-size: 1rem;
  }

  .vinc.rivista .scheda.offer .fullprice,
  .vinc.prodotto .scheda.offer .fullprice,
  .vinc.collezione .scheda.offer .fullprice {
    width: 100%;
  }

  .vinc.rivista .scheda.offer .choices,
  .vinc.prodotto .scheda.offer .choices,
  .vinc.collezione .scheda.offer .choices {
    flex-direction: column;
  }

  .vinc.rivista .scheda.offer .offer-visual,
  .vinc.prodotto .scheda.offer .offer-visual,
  .vinc.collezione .scheda.offer .offer-visual {
    width: 100%;
    max-width: 140px;
    height: 190px;
    margin: 0 auto;
  }
}

.vinc.rivista .scheda.offer h2,
.vinc.prodotto .scheda.offer h2,
.vinc.collezione .scheda.offer h2 {
  grid-area: offer-heading;
}

.vinc.rivista .scheda.offer .offer-visual,
.vinc.prodotto .scheda.offer .offer-visual,
.vinc.collezione .scheda.offer .offer-visual {
  grid-area: offer-visual;
}

.vinc.rivista .scheda.offer .appstores-wrapper,
.vinc.prodotto .scheda.offer .appstores-wrapper,
.vinc.collezione .scheda.offer .appstores-wrapper {
  grid-area: appstores;
}

.vinc.rivista .scheda.offer .notes-wrapper,
.vinc.prodotto .scheda.offer .notes-wrapper,
.vinc.collezione .scheda.offer .notes-wrapper {
  grid-area: notes;
  margin-top: 20px;
}

@media (max-width: 576px) {

  .vinc.rivista .scheda.offer .notes-wrapper,
  .vinc.prodotto .scheda.offer .notes-wrapper,
  .vinc.collezione .scheda.offer .notes-wrapper {
    margin-top: 0;
  }
}

.vinc.rivista .scheda.offer .vinc-offers-list,
.vinc.prodotto .scheda.offer .vinc-offers-list,
.vinc.collezione .scheda.offer .vinc-offers-list {
  grid-area: offers-list;
}

.vinc.rivista .scheda.offer .choice .data-wrapper .price,
.vinc.rivista .scheda.offer .choice .data-wrapper .unit,
.vinc.prodotto .scheda.offer .choice .data-wrapper .price,
.vinc.prodotto .scheda.offer .choice .data-wrapper .unit,
.vinc.collezione .scheda.offer .choice .data-wrapper .price,
.vinc.collezione .scheda.offer .choice .data-wrapper .unit {
  line-height: 1;
}

.vinc.rivista .scheda.offer .choice .data-wrapper .fullprice-label,
.vinc.rivista .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.rivista .scheda.offer .choice .data-wrapper .fullprice .unit,
.vinc.prodotto .scheda.offer .choice .data-wrapper .fullprice-label,
.vinc.prodotto .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.prodotto .scheda.offer .choice .data-wrapper .fullprice .unit,
.vinc.collezione .scheda.offer .choice .data-wrapper .fullprice-label,
.vinc.collezione .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.collezione .scheda.offer .choice .data-wrapper .fullprice .unit {
  font-size: .875rem;
}

.vinc.rivista .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.rivista .scheda.offer .choice .data-wrapper .fullprice .unit,
.vinc.prodotto .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.prodotto .scheda.offer .choice .data-wrapper .fullprice .unit,
.vinc.collezione .scheda.offer .choice .data-wrapper .fullprice .price,
.vinc.collezione .scheda.offer .choice .data-wrapper .fullprice .unit {
  text-decoration: line-through;
}

.vinc.rivista .scheda.offer .small-text.edicola,
.vinc.prodotto .scheda.offer .small-text.edicola,
.vinc.collezione .scheda.offer .small-text.edicola {
  border-top: .5px solid #C2C2C2;
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  color: #14142B;
  flex-direction: column;
}

.vinc.rivista .scheda.offer .small-text.edicola span,
.vinc.prodotto .scheda.offer .small-text.edicola span,
.vinc.collezione .scheda.offer .small-text.edicola span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #0A70F5;
}

.vinc.rivista .scheda.offer .gift-wrapper,
.vinc.prodotto .scheda.offer .gift-wrapper,
.vinc.collezione .scheda.offer .gift-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.vinc.rivista .scheda.offer .gift-wrapper h3,
.vinc.prodotto .scheda.offer .gift-wrapper h3,
.vinc.collezione .scheda.offer .gift-wrapper h3 {
  border-top: 0 !important;
  display: flex;
  justify-content: center;
  background: #0751B0;
  padding: 5px 10px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.vinc.rivista .scheda.offer .gift-wrapper p,
.vinc.prodotto .scheda.offer .gift-wrapper p,
.vinc.collezione .scheda.offer .gift-wrapper p {
  display: flex;
  justify-content: center;
  color: #0A70F5;
  font-size: 16px;
  line-height: 1.1;
}

.vinc.rivista .scheda.offer .gift-wrapper .gift-thumb-wrapper,
.vinc.prodotto .scheda.offer .gift-wrapper .gift-thumb-wrapper,
.vinc.collezione .scheda.offer .gift-wrapper .gift-thumb-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vinc.rivista .scheda.offer .gift-wrapper .gift-thumb-wrapper .gift-thumb,
.vinc.prodotto .scheda.offer .gift-wrapper .gift-thumb-wrapper .gift-thumb,
.vinc.collezione .scheda.offer .gift-wrapper .gift-thumb-wrapper .gift-thumb {
  width: 100%;
  height: auto;
  max-width: 240px;
  margin: 5px auto;
}

@media (max-width: 767px) {

  .vinc.rivista .moreinfo a,
  .vinc.prodotto .moreinfo a,
  .vinc.collezione .moreinfo a {
    font-size: 0;
  }

  .vinc.rivista .moreinfo a:before,
  .vinc.prodotto .moreinfo a:before,
  .vinc.collezione .moreinfo a:before {
    content: "PIU' INFO";
    display: block;
    font-size: .75rem;
  }
}

@media (max-width: 576px) {

  .vinc.rivista .moreinfo,
  .vinc.prodotto .moreinfo,
  .vinc.collezione .moreinfo {
    font-size: 1rem;
    padding: 5px !important;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
  }

  .vinc.rivista .moreinfo a,
  .vinc.prodotto .moreinfo a,
  .vinc.collezione .moreinfo a {
    font-size: 0;
  }

  .vinc.rivista .moreinfo a:before,
  .vinc.prodotto .moreinfo a:before,
  .vinc.collezione .moreinfo a:before {
    content: "i";
    display: block;
    font-size: .75rem;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, Times, serif;
    text-transform: none;
  }
}

.vinc.rivista .vinc-heading.container,
.vinc.prodotto .vinc-heading.container,
.vinc.collezione .vinc-heading.container {
  display: none;
}

.main-cta {
  margin: 0 auto 30px;
}

.contest-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.contest-notes #vinc-contest,
.contest-notes .notes-wrapper {
  flex: 1;
}

@media (max-width: 576px) {

  .contest-notes #vinc-contest,
  .contest-notes .notes-wrapper {
    flex-direction: column-reverse;
  }
}

.contest-notes .notes-wrapper {
  max-width: 340px;
  margin-right: 20px;
}

#vinc-contest {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "contest-subhead" "contest-img";
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-rows: auto 1fr;
  background: #f6f6f6;
  padding: 20px;
  margin: 0;
  text-align: center;
}

#vinc-contest .contest-thumb img {
  margin: 0;
}

@media (max-width: 767px) {
  #vinc-contest {
    grid-template-columns: 1fr;
    grid-template-areas: "contest-subhead" "contest-head" "contest-img";
    grid-template-rows: auto;
  }

  #vinc-contest h2 {
    font-size: 24px;
    line-height: 1;
  }
}

#vinc-contest h4 {
  grid-area: contest-subhead;
}

#vinc-contest h2 {
  grid-area: contest-head;
  display: none;
}

#vinc-contest a {
  grid-area: contest-img;
}

#vinc-contest .contest-thumb {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .vinc.rivista header nav .container.flex .logo {
    margin: 0;
  }

  .vinc.rivista header nav .container.flex .nav-wrapper {
    top: 0 !important;
    flex-direction: row;
    align-items: center;
  }
}

.vinc.rivista .choices .form-check {
  padding: 0;
}

.vinc.rivista .choices .choice-data-wrapper {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "choice-duration" "choice-issues" "choice-price" "choice-fullprice" "choice-delivery" "choice-discount" "choice-cta" "choice-desc" "choice-add" "choice-gift" "choice-edicola";
}

@media (max-width: 800px) {
  .vinc.rivista .choices .choice-data-wrapper {
    justify-content: flex-start;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .vinc.rivista .choices .choice-data-wrapper.add {
    grid-template-columns: 1fr;
  }

  .vinc.rivista .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 10px;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .issues {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .price-wrapper {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .fullprice {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .delivery-charges {
    grid-column: 1 !important;
    grid-row: 6 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .choices .choice-data-wrapper .edicola {
    grid-column: 2 !important;
    grid-row-start: 1 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .add-desc {
    grid-column-start: 1 !important;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .vinc.rivista .choices .choice-data-wrapper {
    justify-content: flex-start;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "choice-duration" "choice-issues" "choice-price" "choice-fullprice" "choice-delivery" "choice-discount" "choice-cta" "choice-desc" "choice-add" "choice-gift" "choice-edicola";
    grid-template-rows: auto;
  }

  .vinc.rivista .choices .choice-data-wrapper.add {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) and (max-width: 576px) {
  .vinc.rivista .choices .choice-data-wrapper .duration {
    grid-row: 1 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .issues {
    grid-row: 2 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .price-wrapper {
    grid-row: 3 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .fullprice {
    grid-row: 4 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .delivery-charges {
    grid-row: 5 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
    grid-row: 6 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .choice-cta {
    grid-row: 7 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .offer-desc {
    grid-row: 8 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .gift-wrapper {
    grid-row: 9 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .edicola {
    grid-row: 10 !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .add-desc {
    grid-row: 11 !important;
  }
}

@media (max-width: 576px) {
  .vinc.rivista .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 10px;
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .issues {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .price-wrapper {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .fullprice {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .delivery-charges {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .choices .choice-data-wrapper .edicola {
    grid-column: unset !important;
    grid-row-start: unset !important;
  }

  .vinc.rivista .choices .choice-data-wrapper .add-desc {
    grid-column-start: unset !important;
    margin-top: 10px;
  }
}

.vinc.rivista .choices .choice-data-wrapper .fullprice,
.vinc.rivista .choices .choice-data-wrapper .duration,
.vinc.rivista .choices .choice-data-wrapper .issues {
  text-align: center;
}

.vinc.rivista .choices .choice-data-wrapper .duration {
  grid-area: choice-duration;
  padding: 27px 10px 0;
  background: #0751B0;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -20px;
}

@media (max-width: 800px) {
  .vinc.rivista .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.vinc.rivista .choices .choice-data-wrapper .issues {
  grid-area: choice-issues;
  margin: 0 auto 10px;
  background: #0751B0;
  padding: 0 10px 20px;
  width: 100%;
  color: #FFFFFF;
  border-radius: 0 0 9px 0;
  font-size: 1.125rem;
}

@media (max-width: 990px) {
  .vinc.rivista .choices .choice-data-wrapper .issues {
    border-radius: 0;
  }
}

.vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
  grid-area: choice-discount;
  display: flex;
  padding: 15px 10px;
  min-height: 60px;
  background: #f6f6f6;
  margin: 10px 0 0;
  border-radius: 0 0 0 9px;
}

@media (max-width: 1200px) {
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
    border-radius: 0;
  }
}

@media (max-width: 576px) {
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper {
    min-height: auto;
    grid-row: 2 !important;
  }
}

.vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-label,
.vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-unit {
  display: inline-flex !important;
  flex: 1 0 auto !important;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  font-size: 2rem !important;
  color: #0A70F5 !important;
}

@media (max-width: 1200px) {

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 800px) {

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 576px) {

  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.5rem !important;
    max-width: 100%;
  }
}

.vinc.rivista .choices .choice-data-wrapper .discount-wrapper .discount-number {
  margin-left: 5px;
}

.vinc.rivista .choices .choice-data-wrapper .price-wrapper {
  align-items: baseline;
}

.vinc.rivista .choices .choice-data-wrapper .price-wrapper .price,
.vinc.rivista .choices .choice-data-wrapper .price-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-size: 3rem;
  color: #0751B0;
}

.vinc.rivista .choices .choice-data-wrapper .price-wrapper .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  font-size: 1rem;
  color: #0751B0;
}

.vinc.rivista .choices .choice-data-wrapper .fullprice .price,
.vinc.rivista .choices .choice-data-wrapper .fullprice .unit {
  color: #14142B;
  text-decoration: line-through;
}

.vinc.rivista .choices .choice-data-wrapper .discount-wrapper.text .discount-data {
  flex-direction: column;
}

.vinc.rivista .choices .choice-data-wrapper .discount-wrapper.text .discount-label {
  width: 100%;
  line-height: 0.7 !important;
}

.vinc.rivista .choices .choice-data-wrapper .price-wrapper {
  grid-area: choice-price;
}

.vinc.rivista .choices .choice-data-wrapper .fullprice {
  grid-area: choice-fullprice;
}

.vinc.rivista .choices .choice-data-wrapper .delivery-charges {
  grid-area: choice-delivery;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc {
  grid-area: choice-desc;
  padding: 0 10px 0 !important;
  margin: 0;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc ul {
  padding: 20px !important;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc ul li {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  column-gap: 5px;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc ul li span::before {
  content: '';
  background: url("../icons/ico-circle-checkmark.svg") no-repeat center center;
  display: inline-flex;
  background-size: cover;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.vinc.rivista .choices .choice-data-wrapper .offer-desc p {
  display: inline-flex;
  width: auto;
  max-width: calc(100% - 30px);
  line-height: 1.1;
  margin-top: 2px;
}

.vinc.rivista .choices .choice-data-wrapper .add-desc {
  grid-area: choice-add;
  padding: 10px 10px 0 !important;
  font-size: .75rem;
  line-height: 1.1;
  color: #777777;
}

.vinc.rivista .choices .choice-data-wrapper .gift-wrapper {
  grid-area: choice-gift;
  padding: 0 10px !important;
}

.vinc.rivista .choices .choice-data-wrapper .edicola {
  grid-area: choice-edicola;
  padding: 10px 10px 0 !important;
}

.vinc.rivista .choices .choice-cta {
  grid-area: choice-cta;
}

.vinc.rivista .choice.active,
.vinc.prodotto .choice.active,
.vinc.collezione .choice.active {
  transition: .5s;
}

.vinc.rivista .choice.active .discount-wrapper,
.vinc.prodotto .choice.active .discount-wrapper,
.vinc.collezione .choice.active .discount-wrapper {
  background: #FFFFFF;
}

.vinc.rivista .choice-cta .btn-primary,
.vinc.prodotto .choice-cta .btn-primary,
.vinc.collezione .choice-cta .btn-primary {
  color: #FFFFFF;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  line-height: 1;
}

.vinc.rivista .choice-cta .btn-primary:hover,
.vinc.prodotto .choice-cta .btn-primary:hover,
.vinc.collezione .choice-cta .btn-primary:hover {
  border-color: #1BA66A;
  background: #1BA66A;
}

.vinc.prodotto .choices .form-check,
.vinc.collezione .choices .form-check {
  padding: 0;
}

.vinc.prodotto .choices .choice-data-wrapper,
.vinc.collezione .choices .choice-data-wrapper {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "choice-duration" "choice-issues" "choice-price" "choice-fullprice" "choice-delivery" "choice-discount" "choice-cta" "choice-desc" "choice-add" "choice-gift" "choice-edicola";
}

@media (max-width: 800px) {

  .vinc.prodotto .choices .choice-data-wrapper,
  .vinc.collezione .choices .choice-data-wrapper {
    justify-content: flex-start;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .vinc.prodotto .choices .choice-data-wrapper.add,
  .vinc.collezione .choices .choice-data-wrapper.add {
    grid-template-columns: 1fr;
  }

  .vinc.prodotto .choices .choice-data-wrapper .duration,
  .vinc.collezione .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 10px;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .issues,
  .vinc.collezione .choices .choice-data-wrapper .issues {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .price-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .price-wrapper {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .fullprice,
  .vinc.collezione .choices .choice-data-wrapper .fullprice {
    grid-column: 1 !important;
    grid-row: 5 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .delivery-charges,
  .vinc.collezione .choices .choice-data-wrapper .delivery-charges {
    grid-column: 1 !important;
    grid-row: 6 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .offer-desc,
  .vinc.prodotto .choices .choice-data-wrapper .gift-wrapper,
  .vinc.prodotto .choices .choice-data-wrapper .edicola,
  .vinc.collezione .choices .choice-data-wrapper .offer-desc,
  .vinc.collezione .choices .choice-data-wrapper .gift-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .edicola {
    grid-column: 2 !important;
    grid-row-start: 1 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .add-desc,
  .vinc.collezione .choices .choice-data-wrapper .add-desc {
    grid-column-start: 1 !important;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choices .choice-data-wrapper,
  .vinc.collezione .choices .choice-data-wrapper {
    justify-content: flex-start;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "choice-duration" "choice-issues" "choice-price" "choice-fullprice" "choice-delivery" "choice-discount" "choice-cta" "choice-desc" "choice-add" "choice-gift" "choice-edicola";
    grid-template-rows: auto;
    /*.issues {
      grid-column: unset!important;
      grid-row: unset!important;
    }
    .discount-wrapper {
      grid-column: unset!important;
      grid-row: unset!important;
    }
    .price-wrapper {
      grid-column: unset!important;
      grid-row: unset!important;
    }
    .fullprice {
      grid-column: unset!important;
      grid-row: unset!important;
    }
    .delivery-charges {
      grid-column: unset!important;
      grid-row: unset!important;
    }
    .offer-desc, .gift-wrapper, .edicola {
      grid-column: unset!important;
      grid-row-start: unset!important;
    }*/
  }

  .vinc.prodotto .choices .choice-data-wrapper.add,
  .vinc.collezione .choices .choice-data-wrapper.add {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) and (max-width: 576px) {

  .vinc.prodotto .choices .choice-data-wrapper .duration,
  .vinc.collezione .choices .choice-data-wrapper .duration {
    grid-row: 1 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .issues,
  .vinc.collezione .choices .choice-data-wrapper .issues {
    grid-row: 2 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .price-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .price-wrapper {
    grid-row: 3 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .fullprice,
  .vinc.collezione .choices .choice-data-wrapper .fullprice {
    grid-row: 4 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .delivery-charges,
  .vinc.collezione .choices .choice-data-wrapper .delivery-charges {
    grid-row: 5 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    grid-row: 6 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .choice-cta,
  .vinc.collezione .choices .choice-data-wrapper .choice-cta {
    grid-row: 7 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .offer-desc,
  .vinc.collezione .choices .choice-data-wrapper .offer-desc {
    grid-row: 8 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .gift-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .gift-wrapper {
    grid-row: 9 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .edicola,
  .vinc.collezione .choices .choice-data-wrapper .edicola {
    grid-row: 10 !important;
  }

  .vinc.prodotto .choices .choice-data-wrapper .add-desc,
  .vinc.collezione .choices .choice-data-wrapper .add-desc {
    grid-row: 11 !important;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choices .choice-data-wrapper .duration,
  .vinc.collezione .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 10px;
    /*    grid-column: unset!important;
      grid-row: unset!important;*/
  }

  .vinc.prodotto .choices .choice-data-wrapper .add-desc,
  .vinc.collezione .choices .choice-data-wrapper .add-desc {
    margin-top: 10px;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .fullprice,
.vinc.prodotto .choices .choice-data-wrapper .duration,
.vinc.prodotto .choices .choice-data-wrapper .issues,
.vinc.collezione .choices .choice-data-wrapper .fullprice,
.vinc.collezione .choices .choice-data-wrapper .duration,
.vinc.collezione .choices .choice-data-wrapper .issues {
  text-align: center;
}

.vinc.prodotto .choices .choice-data-wrapper .duration,
.vinc.collezione .choices .choice-data-wrapper .duration {
  grid-area: choice-duration;
  padding: 27px 10px 0;
  background: #0751B0;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -20px;
}

@media (max-width: 800px) {

  .vinc.prodotto .choices .choice-data-wrapper .duration,
  .vinc.collezione .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .issues,
.vinc.collezione .choices .choice-data-wrapper .issues {
  grid-area: choice-issues;
  margin: 0 auto 10px;
  background: #0751B0;
  padding: 0 10px 20px;
  width: 100%;
  color: #FFFFFF;
  border-radius: 0 0 9px 0;
  font-size: 1.125rem;
}

@media (max-width: 990px) {

  .vinc.prodotto .choices .choice-data-wrapper .issues,
  .vinc.collezione .choices .choice-data-wrapper .issues {
    border-radius: 0;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
  grid-area: choice-discount;
  display: flex;
  padding: 15px 10px;
  min-height: 60px;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 0 0 0 9px;
}

@media (max-width: 1200px) {

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    border-radius: 0;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    min-height: auto;
    grid-row: 2 !important;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-label,
.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-unit,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
  display: inline-flex !important;
  flex: 1 0 auto !important;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  font-size: 2rem !important;
  color: #0A70F5 !important;
}

@media (max-width: 1200px) {

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-unit,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 800px) {

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-unit,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-unit,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.5rem !important;
    max-width: 100%;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number {
  margin-left: 5px;
}

.vinc.prodotto .choices .choice-data-wrapper .price-wrapper,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper {
  align-items: baseline;
}

.vinc.prodotto .choices .choice-data-wrapper .price-wrapper .price,
.vinc.prodotto .choices .choice-data-wrapper .price-wrapper .unit,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper .price,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 0.98;
  font-size: 3rem;
  color: #0751B0;
}

.vinc.prodotto .choices .choice-data-wrapper .price-wrapper .timeframe,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper .timeframe {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 0.9;
  font-size: 1rem;
  color: #0751B0;
}

.vinc.prodotto .choices .choice-data-wrapper .fullprice .price,
.vinc.prodotto .choices .choice-data-wrapper .fullprice .unit,
.vinc.collezione .choices .choice-data-wrapper .fullprice .price,
.vinc.collezione .choices .choice-data-wrapper .fullprice .unit {
  color: #14142B;
  text-decoration: line-through;
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper.text .discount-data,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper.text .discount-data {
  flex-direction: column;
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper.text .discount-label,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper.text .discount-label {
  width: 100%;
  line-height: 0.7 !important;
}

.vinc.prodotto .choices .choice-data-wrapper .price-wrapper,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper {
  grid-area: choice-price;
}

.vinc.prodotto .choices .choice-data-wrapper .fullprice,
.vinc.collezione .choices .choice-data-wrapper .fullprice {
  grid-area: choice-fullprice;
}

.vinc.prodotto .choices .choice-data-wrapper .delivery-charges,
.vinc.collezione .choices .choice-data-wrapper .delivery-charges {
  grid-area: choice-delivery;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc,
.vinc.collezione .choices .choice-data-wrapper .offer-desc {
  grid-area: choice-desc;
  padding: 0 10px 0 !important;
  margin: 0;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul {
  padding: 20px !important;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul li,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul li {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  column-gap: 5px;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul li,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul li span::before,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul li span::before {
  content: '';
  background: url("../icons/ico-circle-checkmark.svg") no-repeat center center;
  display: inline-flex;
  background-size: cover;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc p,
.vinc.collezione .choices .choice-data-wrapper .offer-desc p {
  display: inline-flex;
  width: auto;
  max-width: calc(100% - 30px);
  line-height: 1.1;
  margin-top: 2px;
}

.vinc.prodotto .choices .choice-data-wrapper .add-desc,
.vinc.collezione .choices .choice-data-wrapper .add-desc {
  grid-area: choice-add;
  padding: 10px 10px 0 !important;
  font-size: .75rem;
  line-height: 1.1;
  color: #777777;
}

.vinc.prodotto .choices .choice-data-wrapper .gift-wrapper,
.vinc.collezione .choices .choice-data-wrapper .gift-wrapper {
  grid-area: choice-gift;
  padding: 0 10px !important;
}

.vinc.prodotto .choices .choice-data-wrapper .edicola,
.vinc.collezione .choices .choice-data-wrapper .edicola {
  grid-area: choice-edicola;
  padding: 10px 10px 0 !important;
}

.vinc.prodotto .choices .choice-cta,
.vinc.collezione .choices .choice-cta {
  grid-area: choice-cta;
}

.vinc .upselling-cta .btn-primary {
  color: #FFFFFF;
  border-color: #8850FF;
  background: #8850FF;
  text-decoration: none;
  margin-top: 20px;
}

.vinc .upselling-cta .btn-primary:hover {
  border-color: #8850FF;
  background: #8850FF;
}

.vinc .appstores-wrapper {
  display: none;
}

.vinc .upselling-visual-wrapper {
  grid-area: up-visual;
}

.vinc .upselling-data-wrapper {
  grid-area: up-data;
  padding-bottom: 0;
}

.vinc .upselling-cta-wrapper {
  grid-area: up-cta;
  position: unset;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vinc .upselling-cta-wrapper .rivista .cta-add {
  display: flex;
  justify-content: center;
  column-gap: 3px;
  align-items: baseline;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .vinc .upselling-cta-wrapper {
    margin-bottom: 0;
  }
}

.vinc .upselling label.checkbox {
  display: grid;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  min-height: unset;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "up-cta up-cta" "up-visual up-data";
  grid-template-rows: auto auto;
}

@media (max-width: 576px) {
  .vinc .upselling label.checkbox {
    grid-template-columns: 1fr;
    grid-template-areas: "up-cta" "up-data";
    grid-template-rows: auto 1fr;
  }
}

.vinc .cta-add .price,
.vinc .cta-add .unit {
  font-size: 1.75rem;
}

.vinc .upselling-visual-wrapper {
  width: 100%;
}

.vinc .upselling-visual-wrapper .offer-visual .bkg::after {
  display: none;
}

.vinc .upselling-data-wrapper {
  font-size: .75rem;
  line-height: 1;
}

.vinc .upselling-data-wrapper .ellip-line {
  white-space: unset;
}

@media (max-width: 480px) {
  .vinc .upselling-data-wrapper .issues {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .vinc .upselling-data-wrapper {
    margin-bottom: 0;
  }
}

.vinc .upselling-data-wrapper h3 .ellip,
.vinc .upselling-data-wrapper h3 span.ellip {
  font-size: 1rem;
  line-height: 1;
}

.cta-wrapper.choice-cta {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 480px) {
  .cta-wrapper.choice-cta {
    margin-top: 5px;
  }
}

.vinc.sponsor .sponsor-wrapper {
  display: flex;
  flex: 1 0 100%;
  justify-content: flex-end;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .vinc.sponsor .sponsor-wrapper {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}

/* end vincolata  alternativa styles */
/* vincolata  alternativa icons styles */
/* end vincolata  alternativa icons styles */
/* vincolata  alternativa logo styles */
.vinc.rivista.logo .vinc-heading.container {
  display: flex;
}

.vinc.rivista.logo .vinc-heading.container .brand-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

.vinc.rivista.logo .vinc-heading.container .vinc-brand-logo {
  margin-bottom: 0;
}

.vinc.rivista.logo .vinc-heading.container h1 {
  margin: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .vinc.rivista.logo .vinc-heading.container h1 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}

.vinc.rivista.logo .scheda.offer {
  display: grid;
  grid-template-areas: "offer-visual" "offers-list " "notes     ";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 0;
  grid-row-gap: 30px;
}

.vinc.rivista.logo .scheda.offer .offer-visual {
  display: none;
}

.vinc.rivista.logo .offers-section-wrapper.container {
  margin-top: 0;
}

@media (max-width: 576px) {
  .vinc.rivista.logo .offers-section-wrapper.container {
    margin-top: -30px !important;
  }
}

/* end vincolata  alternativa logo styles */
/* vincolata  alternativa 5 offerte styles */
.vinc.rivista .off5 .choices .choice-data-wrapper .discount-wrapper.text .discount-label,
.vinc.rivista .off1 .choices .choice-data-wrapper .discount-wrapper.text .discount-label {
  font-size: 1.875rem !important;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .choices .choice-data-wrapper .discount-wrapper.text .discount-label,
  .vinc.rivista .off1 .choices .choice-data-wrapper .discount-wrapper.text .discount-label {
    font-size: 1.5rem !important;
  }
}

.vinc.rivista .off5 .duration,
.vinc.rivista .off1 .duration {
  height: auto !important;
}

.vinc.rivista .off5 .choice .control::before,
.vinc.rivista .off1 .choice .control::before {
  display: flex;
  position: absolute;
  content: '';
  background: none;
  width: 200px;
  height: 100%;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .choice .control::before,
  .vinc.rivista .off1 .choice .control::before {
    width: 200px;
  }
}

@media (max-width: 990px) {

  .vinc.rivista .off5 .choice .control::before,
  .vinc.rivista .off1 .choice .control::before {
    display: none;
  }
}

@media (max-width: 576px) {

  .vinc.rivista .off5 .scheda.offer,
  .vinc.rivista .off1 .scheda.offer {
    margin-top: 70px !important;
  }
}

.vinc.rivista .off5 .cta-wrapper.choice-cta,
.vinc.rivista .off1 .cta-wrapper.choice-cta {
  margin-top: 0;
}

@media (max-width: 767px) {

  .vinc.rivista .off5,
  .vinc.rivista .off1 {
    margin-top: -30px !important;
  }
}

.vinc.rivista .off5 .scheda.offer,
.vinc.rivista .off1 .scheda.offer {
  grid-template-columns: 1fr 4fr;
}

@media (max-width: 767px) {

  .vinc.rivista .off5 .scheda.offer,
  .vinc.rivista .off1 .scheda.offer {
    grid-template-columns: 1fr;
    grid-template-rows: 160px auto auto;
    grid-template-areas: "offer-visual" "offers-list" "notes";
    grid-row-gap: 20px;
  }

  .vinc.rivista .off5 .scheda.offer .offer-visual,
  .vinc.rivista .off1 .scheda.offer .offer-visual {
    max-width: 120px;
    margin: 0 auto;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices,
.vinc.rivista .off1 .vinc-offers-list .choices {
  flex-direction: column;
  /*.duration {
  border-radius: 9px 0 0 0;
  grid-column: 1 !important;
  grid-row-start: 1 !important;
  min-height: unset;
  height: auto !important;
  font-size: 3rem;
  min-width: 290px;
  display: flex;
  align-items: flex-start;
  padding-top: 34px;
  line-height: .8;
  background: none;
  @media (max-width: 1200px) {
  font-size: 2.5rem;
  grid-row-end: 5 !important;
  min-width: 240px;
  }
  }
  .issues {
    grid-row: 2 !important;
  grid-column: 1 !important;
  margin: 0;
  align-self: flex-start;
  padding-bottom: 20px;
  font-size: 20px;
  background: none;
  @media (max-width: 1200px) {
  grid-row: 4 !important;
  padding-bottom: 10px;
  }
  @media (max-width: 576px) {
  font-size: 16px;
  }
  }*/
}

.vinc.rivista .off5 .vinc-offers-list .choices .choice,
.vinc.rivista .off1 .vinc-offers-list .choices .choice {
  width: 100%;
  max-width: 100%;
  flex: 1;
  flex-direction: row;
  align-items: flex-end;
  padding-right: 0;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .choice,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .discount-wrapper,
.vinc.rivista .off1 .vinc-offers-list .choices .discount-wrapper {
  grid-row-start: 1 !important;
  grid-column: 4 !important;
  margin: -20px 0 0;
}

.vinc.rivista .off5 .vinc-offers-list .choices .price-wrapper,
.vinc.rivista .off1 .vinc-offers-list .choices .price-wrapper {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: center;
  align-self: flex-start;
  margin-top: 0;
}

@media (max-width: 990px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .price-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .price-wrapper {
    margin-top: 10px;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .fullprice,
.vinc.rivista .off1 .vinc-offers-list .choices .fullprice {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: flex-start;
  margin-top: 40px;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .fullprice,
  .vinc.rivista .off1 .vinc-offers-list .choices .fullprice {
    margin-top: 60px;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .delivery-charges,
.vinc.rivista .off1 .vinc-offers-list .choices .delivery-charges {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: flex-start;
  margin-top: 60px;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .delivery-charges {
    margin-top: 100px;
  }
}

@media (max-width: 990px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .delivery-charges {
    margin-top: 10px;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .offer-desc,
.vinc.rivista .off1 .vinc-offers-list .choices .offer-desc {
  grid-row-start: 1 !important;
  grid-row-end: 2 !important;
  grid-column: 3 !important;
  align-self: flex-start;
  margin-bottom: 0;
}

.vinc.rivista .off5 .vinc-offers-list .choices .gift-wrapper,
.vinc.rivista .off1 .vinc-offers-list .choices .gift-wrapper {
  grid-row-start: 2 !important;
  grid-row-end: 3 !important;
  grid-column: 3 !important;
  align-self: flex-start;
}

.vinc.rivista .off5 .vinc-offers-list .choices .small-text.edicola,
.vinc.rivista .off1 .vinc-offers-list .choices .small-text.edicola {
  border-top: 0;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.vinc.rivista .off5 .vinc-offers-list .choices .gift-wrapper,
.vinc.rivista .off1 .vinc-offers-list .choices .gift-wrapper {
  padding: 0 !important;
}

.vinc.rivista .off5 .vinc-offers-list .choices .gift-wrapper h3,
.vinc.rivista .off1 .vinc-offers-list .choices .gift-wrapper h3 {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .gift-wrapper h3,
  .vinc.rivista .off1 .vinc-offers-list .choices .gift-wrapper h3 {
    border-radius: 0;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .gift-wrapper p,
.vinc.rivista .off1 .vinc-offers-list .choices .gift-wrapper p {
  margin: 5px 0;
  padding: 0 10px;
}

.vinc.rivista .off5 .vinc-offers-list .choices .add-desc,
.vinc.rivista .off1 .vinc-offers-list .choices .add-desc {
  grid-column-start: 2 !important;
  grid-column-end: 3 !important;
  grid-row: 1 !important;
  margin-top: 80px;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .add-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .add-desc {
    padding: 10px !important;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper,
.vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add,
.vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper,
.vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
  grid-template-columns: 200px 1fr 1fr 1fr;
  grid-template-areas: unset;
  grid-row-gap: 0;
  grid-template-rows: auto;
  padding: 20px 0;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
    grid-template-columns: 200px 1fr 1fr 1fr;
  }
}

@media (max-width: 990px) {
.vinc.rivista .choices .choice-data-wrapper .duration {
  margin-top: 0;
}
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
    padding-top: 0;
    grid-template-columns: 1fr;
  }
	
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .duration,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .duration,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .duration,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration {
    border-radius: 0;
    min-height: unset;
    padding: 15px 15px 0;
    background: #0751B0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .issues,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .issues,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .issues,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .issues {
    min-height: unset;
    padding: 0 15px 10px;
    background: #0751B0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .discount-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .discount-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .discount-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .discount-wrapper {
    grid-row: 6 !important;
    grid-column: 1 !important;
    align-self: center;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .price-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .price-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .price-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .price-wrapper {
    grid-row: 3 !important;
    grid-column: 1 !important;
    align-self: center;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .fullprice,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .fullprice,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .fullprice,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .fullprice {
    grid-row: 4 !important;
    grid-column: 1 !important;
    align-self: center;
    margin-top: 0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .delivery-charges,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .delivery-charges {
    grid-row: 5 !important;
    grid-column: 1 !important;
    align-self: center;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .edicola,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .offer-desc,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .edicola,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .edicola,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .offer-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .edicola {
    grid-row-start: 7 !important;
    grid-row-end: 8 !important;
    grid-column: 1 !important;
    margin-top: 20px;
  }
.vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper {
		margin-top: 20px;
	}
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper {
    padding: 0 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper h3,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper h3,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper h3,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper h3 {
    margin: 0;
    border-radius: 0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper p,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper p,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper p,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper p {
    margin: 5px 0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper .gift-thumb,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper .gift-thumb,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper .gift-thumb,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper .gift-thumb {
    max-width: 100px;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .add-desc,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .add-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .add-desc {
    grid-column-start: 1 !important;
    grid-column-end: 4 !important;
    grid-row: 8 !important;
    margin-top: 0;
    padding: 0 10px !important;
  }
}

@media (max-width: 990px) {

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .duration,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .duration,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .duration,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration {
    grid-row: 1 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .issues,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .issues,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .issues,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .issues {
    grid-row: 2 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .price-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .price-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .price-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .price-wrapper {
    grid-row: 3 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .fullprice,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .fullprice,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .fullprice,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .fullprice {
    grid-row: 4 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .delivery-charges,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .delivery-charges,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .delivery-charges {
    grid-row: 5 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .discount-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .discount-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .discount-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .discount-wrapper {
    grid-row: 6 !important;
    margin: 10px 0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .choice-cta,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .choice-cta,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta {
    grid-row: 7 !important;
    grid-column: 1 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .offer-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .offer-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .offer-desc {
    grid-row: 8 !important;
    margin-bottom: 0;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-wrapper,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-wrapper {
    grid-row: 9 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .edicola,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .edicola,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .edicola,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .edicola {
    grid-row: 10 !important;
  }

  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .add-desc,
  .vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .add-desc,
  .vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .add-desc {
    grid-row: 11 !important;
    margin-bottom: 10px;
  }
}

.vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper .gift-thumb-wrapper .gift-thumb,
.vinc.rivista .off5 .vinc-offers-list .choices .choice-data-wrapper.add .gift-thumb-wrapper .gift-thumb,
.vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper .gift-thumb-wrapper .gift-thumb,
.vinc.rivista .off1 .vinc-offers-list .choices .choice-data-wrapper.add .gift-thumb-wrapper .gift-thumb {
  width: 50%;
}

.vinc.rivista .off5 .choice.best,
.vinc.rivista .off1 .choice.best {
  margin-top: 30px;
}

.vinc.rivista .off5 .choice.best:before,
.vinc.rivista .off1 .choice.best:before {
  width: max-content;
  padding: 5px 30px;
}

.vinc.rivista .off5 .choice .control,
.vinc.rivista .off1 .choice .control {
  padding-left: 0;
  flex: 1;
  margin-bottom: 0;
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
}

.vinc.rivista .off5 .choice,
.vinc.rivista .off1 .choice {
  padding: 0;
}

.vinc.rivista .off5 .choice .add-desc,
.vinc.rivista .off1 .choice .add-desc {
  margin-bottom: 0;
  text-align: center;
}

.vinc.rivista .off5 .choice .choice-cta,
.vinc.rivista .off1 .choice .choice-cta {
  padding-bottom: 0;
  grid-column: 4 !important;
  grid-row-start: 1 !important;
  grid-row-end: 3 !important;
  align-self: flex-end;
}

@media (max-width: 1200px) {

  .vinc.rivista .off5 .choice .choice-cta,
  .vinc.rivista .off1 .choice .choice-cta {
    padding-bottom: 0;
    grid-column-start: 2 !important;
    grid-column-end: 5 !important;
    grid-row-start: 4 !important;
    grid-row-end: 4 !important;
    align-self: center;
  }
}

/* end vincolata  alternativa 5 offerte styles */
/* vincolata  alternativa 1 offerta styles */
.vinc.rivista .off1 .scheda.offer {
  grid-template-columns: 1fr 4fr;
}

@media (max-width: 767px) {
  .vinc.rivista .off1 .scheda.offer {
    grid-template-columns: 1fr;
  }
}

/* vincolata bitestata */
.vinc.bitestata .abb .choices .choice-data-wrapper .fullprice {
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .abb .choices .choice-data-wrapper .fullprice {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .abb .choices .choice-data-wrapper .fullprice {
    margin-top: 0;
  }
}

.vinc.bitestata .abb .choices .choice-data-wrapper .delivery-charges {
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .abb .choices .choice-data-wrapper .delivery-charges {
    margin: 70px 0 0;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .abb .choices .choice-data-wrapper .delivery-charges {
    margin: 20px 0 0;
  }
}

.vinc.bitestata .vinc-heading.container,
.vinc.bitestata .brand-wrapper {
  display: flex;
}

@media (max-width: 990px) {

  .vinc.bitestata .vinc-heading.container,
  .vinc.bitestata .brand-wrapper {
    align-self: flex-start;
  }
}

.vinc.bitestata .vinc-heading.container .vinc-brand-logo,
.vinc.bitestata .brand-wrapper .vinc-brand-logo {
  margin-bottom: 0;
}

.vinc.bitestata .offer-desc,
.vinc.bitestata .add-desc,
.vinc.bitestata .edicola,
.vinc.bitestata .gift-wrapper {
  display: none;
}

.vinc.bitestata .choice-data-wrapper.add .offer-desc,
.vinc.bitestata .choice-data-wrapper.add .add-desc,
.vinc.bitestata .choice-data-wrapper.add .edicola,
.vinc.bitestata .choice-data-wrapper.add .gift-wrapper {
  display: flex;
}

.vinc.bitestata .offers-wrapper {
  display: flex;
  column-gap: 20px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .vinc.bitestata .offers-wrapper {
    flex-direction: column;
  }
}

.vinc.bitestata .offers-wrapper .vinc-offer-wrapper {
  display: flex;
  flex: 1;
}

.vinc.bitestata .offers-wrapper .vinc-offer-wrapper:first-child {
  border-right: 1px solid #C2C2C2;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .vinc.bitestata .offers-wrapper .vinc-offer-wrapper:first-child {
    border: 0;
    padding-right: 0;
  }
}

.vinc.bitestata .offers-wrapper .choices {
  gap: 10px;
}

.vinc.bitestata .offers-wrapper .scheda.offer {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vinc.bitestata .offers-wrapper .scheda.offer h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.vinc.bitestata .offers-wrapper .scheda.offer .discount-wrapper .discount-label,
.vinc.bitestata .offers-wrapper .scheda.offer .discount-wrapper .discount-number,
.vinc.bitestata .offers-wrapper .scheda.offer .discount-wrapper .discount-unit {
  font-size: 1.5rem !important;
}

.vinc.bitestata .offers-wrapper .scheda.offer .notes-wrapper {
  min-height: 50px;
}

@media (max-width: 576px) {
  .vinc.bitestata .offers-wrapper .scheda.offer .notes-wrapper {
    margin-bottom: 10px;
  }
}

.vinc.bitestata .offers-wrapper .scheda.offer .offer-visual {
  max-width: 180px;
  margin: 0 auto;
}

.vinc.bitestata .offers-wrapper .vinc-offers-list {
  width: 100%;
  height: calc(100% - 30px);
  margin-top: 30px;
}

@media (max-width: 767px) {
  .vinc.bitestata .offers-wrapper .vinc-offers-list {
    margin-top: 0;
  }
}

.vinc.bitestata .offers-wrapper .choices-wrapper {
  height: auto;
  width: 100%;
}

.vinc.bitestata .offers-wrapper .choices-wrapper .choices {
  height: auto;
  width: 100%;
  flex-direction: column;
}

.vinc.bitestata .offers-wrapper .choice {
  max-width: unset;
}

.vinc.bitestata .offers-wrapper .vinc-offers-list .choice.best::before {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .vinc.bitestata .offers-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .offers-wrapper .scheda.offer h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .scheda.offer .offer-visual {
    height: auto;
    margin: 0 auto;
  }
}

.vinc.bitestata .choices {
  flex-direction: column;
}

.vinc.bitestata .choices .choice {
  width: 100%;
  max-width: 100%;
  flex: 1;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 !important;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.vinc.bitestata .choices .choice .control.control--radio {
  overflow: hidden;
  border-radius: 9px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice .control.control--radio {
    width: 100%;
  }
}

.vinc.bitestata .choices .choice .choice-data-wrapper,
.vinc.bitestata .choices .choice .choice-data-wrapper.add {
  grid-template-areas: unset;
  grid-template-columns: 1fr 1fr 1fr !important;
}

@media (max-width: 1200px) {

  .vinc.bitestata .choices .choice .choice-data-wrapper,
  .vinc.bitestata .choices .choice .choice-data-wrapper.add {
    grid-template-columns: 1fr !important;
  }
}

.vinc.bitestata .choices .choice.best {
  margin-top: 20px;
}

.vinc.bitestata .choices .choice.best::before {
  top: -27px;
  width: max-content;
}

.vinc.bitestata .choices .duration {
  grid-column: 1 !important;
  grid-row-start: 1 !important;
  grid-row-end: 4 !important;
  min-height: 190px;
  height: 100% !important;
  font-size: 3rem;
  min-width: 200px;
  display: flex;
  align-items: flex-start !important;
  padding-top: 32px !important;
  line-height: .8;
  border-radius: 0 !important;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .duration {
    font-size: 2.5rem;
    grid-column: 1 !important;
    grid-row-start: 1 !important;
    grid-row-end: 2 !important;
    min-height: unset;
    height: auto !important;
    font-size: 2.5rem;
    min-width: unset;
    padding-top: 20px !important;
    line-height: .8;
    border-radius: 0 !important;
  }
}

.vinc.bitestata .choices .issues {
  grid-row-start: 2 !important;
  grid-row-end: 4 !important;
  grid-column: 1 !important;
  margin: 0;
  align-self: flex-end;
  padding-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .issues {
    grid-row-start: 2 !important;
    grid-row-end: 3 !important;
    grid-column: 1 !important;
    margin: 60px auto 0;
    align-self: flex-end;
    padding-bottom: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    background: #0A70F5;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .choices .issues {
    font-size: 16px;
  }
}

.vinc.bitestata .choices .discount-wrapper {
  grid-row: 1 !important;
  grid-column: 3 !important;
  margin: 0 !important;
  padding: 34px 10px !important;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .discount-wrapper {
    grid-row: 3 !important;
    grid-column: 1 !important;
    padding: 20px 10px !important;
  }
}

.vinc.bitestata .choices .price-wrapper {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: flex-start;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .price-wrapper {
    grid-row: 4 !important;
    grid-column: 1 !important;
    align-self: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 990px) {
  .vinc.bitestata .choices .price-wrapper {
    margin-top: 10px;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .fullprice {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: flex-start;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-data-wrapper .fullprice {
    grid-row: 4 !important;
    grid-column: 1 !important;
    margin-top: 50px;
  }
}

@media (min-width: 577px) and (max-width: 800px) {
  .vinc.bitestata .choices .choice-data-wrapper .fullprice {
    grid-row: 4 !important;
    grid-column: 1 !important;
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .choices .choice-data-wrapper .fullprice {
    margin-top: 0;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .delivery-charges {
  grid-row: 1 !important;
  grid-column: 2 !important;
  align-self: flex-start;
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-data-wrapper .delivery-charges {
    grid-row: 4 !important;
    grid-column: 1 !important;
    margin: 75px 0 10px;
  }
}

@media (min-width: 577px) and (max-width: 800px) {
  .vinc.bitestata .choices .choice-data-wrapper .delivery-charges {
    grid-row: 4 !important;
    grid-column: 1 !important;
    margin: 75px 0 10px;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .choices .choice-data-wrapper .delivery-charges {
    margin: 30px 0 10px;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .offer-desc,
.vinc.bitestata .choices .choice-data-wrapper .gift-wrapper,
.vinc.bitestata .choices .choice-data-wrapper .edicola {
  grid-row-start: 2 !important;
  grid-row-end: 3 !important;
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
  align-self: center;
  margin: 10px 0 !important;
}

@media (max-width: 1200px) {

  .vinc.bitestata .choices .choice-data-wrapper .offer-desc,
  .vinc.bitestata .choices .choice-data-wrapper .gift-wrapper,
  .vinc.bitestata .choices .choice-data-wrapper .edicola {
    grid-row-start: 5 !important;
    grid-row-end: 6 !important;
    grid-column: 1 !important;
    align-self: center;
    margin: 0 !important;
  }
}

@media (min-width: 577px) and (max-width: 800px) {

  .vinc.bitestata .choices .choice-data-wrapper .offer-desc,
  .vinc.bitestata .choices .choice-data-wrapper .gift-wrapper,
  .vinc.bitestata .choices .choice-data-wrapper .edicola {
    grid-row-start: 5 !important;
    grid-row-end: 6 !important;
    grid-column: 1 !important;
    align-self: center;
    margin: 0 !important;
  }
}

.vinc.bitestata .choices .small-text.edicola {
  border-top: 0;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.vinc.bitestata .choices .gift-wrapper {
  padding: 0 !important;
}

.vinc.bitestata .choices .gift-wrapper h3 {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .gift-wrapper h3 {
    border-radius: 0;
  }
}

.vinc.bitestata .choices .gift-wrapper p {
  margin: 5px 0;
}

.vinc.bitestata .choices .add-desc {
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
  grid-row: 3 !important;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .add-desc {
    grid-column: 1 !important;
    grid-row: 6 !important;
    padding: 10px !important;
  }
}

@media (max-width: 576px) {
  .vinc.bitestata .choices .add-desc {
    margin: 0 0 10px !important;
  }
}

.vinc.bitestata .choices .choice-cta {
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
  grid-row: 4 !important;
  margin: 15px auto;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-cta {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
    grid-row: 7 !important;
    margin: 15px auto;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .duration,
.vinc.bitestata .choices .choice-data-wrapper .issues {
  background: #0751B0;
}

.vinc.bitestata .choice .control::before {
  display: flex;
  position: absolute;
  content: '';
  background: none;
  width: 200px;
  height: 100%;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choice .control::before {
    display: none;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .duration-wrapper {
  grid-row-start: 1 !important;
  grid-row-end: 4 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-data-wrapper .duration-wrapper {
    grid-column: 1 !important;
    grid-row-end: 2 !important;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .duration-wrapper .duration {
  height: auto !important;
  min-height: unset !important;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-data-wrapper .duration-wrapper .duration {
    background: #0751B0;
    width: 100%;
  }
}

.vinc.bitestata .choices .choice-data-wrapper .duration-wrapper .issues {
  font-size: 1.125rem;
}

@media (max-width: 1200px) {
  .vinc.bitestata .choices .choice-data-wrapper .duration-wrapper .issues {
    background: #0751B0;
    width: 100%;
  }
}

/* end vincolata bitestata */
/* start vincolata genere */
.vinc.rivista.genere .cd-main-content,
.vinc.rivista.genere .cd-gallery {
  margin: 0 auto;
}

.vinc.rivista.genere .cd-gallery li {
  margin: 0;
}

.vinc.rivista.genere .filterlist>li {
  width: calc(24% - 4px);
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .vinc.rivista.genere .filterlist>li {
    width: calc(31% - 4px);
  }
}

@media (max-width: 767px) {
  .vinc.rivista.genere .filterlist>li {
    width: calc(48% - 4px);
  }
}

@media (max-width: 413px) {
  .vinc.rivista.genere .filterlist>li {
    width: 100%;
  }
}

.vinc.rivista.genere .genere-headline.container {
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .vinc.rivista.genere .form-item.search {
    opacity: 1;
  }
}

.vinc.rivista.genere .vinc-heading.container {
  display: flex;
}

.vinc.rivista.genere .vinc-heading.container .brand-wrapper,
.vinc.rivista.genere .vinc-heading.container .sponsor-wrapper {
  display: none;
}

.vinc.rivista.genere .vinc-heading.container .brand-heading {
  width: 100%;
  text-align: center;
}

.vinc.rivista.genere .card-medium {
  margin-bottom: 20px;
}

.vinc.rivista.genere .card-medium h2 {
  min-height: 65px;
  height: 65px;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .card-medium h2 {
    min-height: unset;
    height: 50px;
    min-height: 50px;
    margin-bottom: 10px;
  }

  .vinc.rivista.genere .card-medium h2 a {
    height: 50px;
  }
}

@media (max-width: 380px) {
  .vinc.rivista.genere .card-medium h2 {
    min-height: unset;
    height: auto;
    margin-bottom: 10px;
  }

  .vinc.rivista.genere .card-medium h2 a {
    height: auto;
  }
}

.vinc.rivista.genere .card-medium .discount-wrapper {
  grid-area: unset;
  display: flex;
  padding: 15px 10px;
  min-height: 60px;
  background: #0751B0;
  color: #FFFFFF;
  margin: 0;
  border-radius: 0;
  flex-direction: row;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .card-medium .discount-wrapper {
    min-height: auto;
    grid-row: 6 !important;
    padding: 25px 10px !important;
  }
}

.vinc.rivista.genere .card-medium .discount-wrapper .discount-label,
.vinc.rivista.genere .card-medium .discount-wrapper .discount-number,
.vinc.rivista.genere .card-medium .discount-wrapper .discount-unit {
  display: inline-flex !important;
  flex: 1 0 auto !important;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  font-size: 1.5rem !important;
  color: #FFFFFF !important;
  width: max-content;
  max-width: max-content;
  position: unset;
}

@media (max-width: 1200px) {

  .vinc.rivista.genere .card-medium .discount-wrapper .discount-label,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-number,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-unit {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 800px) {

  .vinc.rivista.genere .card-medium .discount-wrapper .discount-label,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-number,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-unit {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 576px) {

  .vinc.rivista.genere .card-medium .discount-wrapper .discount-label,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-number,
  .vinc.rivista.genere .card-medium .discount-wrapper .discount-unit {
    font-size: 1.25rem !important;
    max-width: max-content;
    width: max-content;
  }
}

.vinc.rivista.genere .card-medium .discount-wrapper .discount-number {
  margin-left: 5px;
}

.vinc.rivista.genere .card-medium .price-wrapper .price,
.vinc.rivista.genere .card-medium .price-wrapper .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  font-size: 2.5rem;
  color: #0751B0;
}

@media (max-width: 576px) {

  .vinc.rivista.genere .card-medium .price-wrapper .price,
  .vinc.rivista.genere .card-medium .price-wrapper .unit {
    font-size: 2rem !important;
  }
}

.vinc.rivista.genere .card-medium .fullprice .price,
.vinc.rivista.genere .card-medium .fullprice .unit {
  color: #14142B;
  text-decoration: line-through;
}

.vinc.rivista.genere .card-medium .discount-wrapper.text .discount-data {
  flex-direction: column;
}

.vinc.rivista.genere .card-medium .discount-wrapper.text .discount-label {
  width: 100%;
  line-height: 0.7 !important;
}

.vinc.rivista.genere .card-medium .price-wrapper {
  grid-area: choice-price;
  align-items: baseline;
  color: #0751B0 !important;
  font-size: 1.25rem;
}

.vinc.rivista.genere .card-medium .price-wrapper .price {
  margin: 0 5px;
}

.vinc.rivista.genere .card-medium .fullprice {
  grid-area: choice-fullprice;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.vinc.rivista.genere .card-medium .fullprice .fullprice-label,
.vinc.rivista.genere .card-medium .fullprice .price,
.vinc.rivista.genere .card-medium .fullprice .unit,
.vinc.rivista.genere .card-medium .fullprice .timeframe {
  font-size: .875rem;
  font-weight: 400;
  padding-top: 0;
  color: #14142B;
}

.vinc.rivista.genere .card-medium .fullprice-label {
  margin-right: 3px;
}

.vinc.rivista.genere .card-medium .delivery-charges {
  grid-area: choice-delivery;
}

.vinc.rivista.genere .card-medium .timeframe {
  color: #0751B0 !important;
}

.vinc.rivista.genere .card-medium .duration {
  grid-area: choice-duration;
  padding: 7px 10px 0;
  color: #0751B0;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  background: #FFFFFF;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px 9px 0 0;
  width: 100%;
}

@media (max-width: 800px) {
  .vinc.rivista.genere .card-medium .duration {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
  }
}

.vinc.rivista.genere .card-medium .issues {
  grid-area: choice-issues;
  margin: 0 auto;
  color: #0751B0;
  padding: 0 10px 10px;
  width: 100%;
  background: #FFFFFF;
  height: 30px;
  text-align: center;
}

@media (max-width: 1200px) {
  .vinc.rivista.genere .card-medium .issues {
    font-size: 0.875rem !important;
    line-height: 1;
    height: 33px;
  }
}

.vinc.rivista.genere .card-medium .card-text,
.vinc.rivista.genere .card-medium .merchant-wrapper,
.vinc.rivista.genere .card-medium .card-body h3,
.vinc.rivista.genere .card-medium .fullprice,
.vinc.rivista.genere .card-medium .delivery-charges {
  display: none;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .card-medium .cta-wrapper.choice-cta .btn-primary {
    line-height: 1;
    font-size: .875rem;
    padding: 10px;
  }
}

.vinc.rivista.genere .categories-list-wrapper {
  margin: 20px 0;
}

.vinc.rivista.genere .panel-opener {
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #0751B0;
}

.vinc.rivista.genere .panel-opener:after {
  content: '';
  background: url("../icons/ico-arrow-down.svg") no-repeat center center;
  background-size: cover;
  height: 8px;
  width: 16px;
  display: inline-flex;
  margin-left: 10px;
  transition: .5s;
}

.vinc.rivista.genere .panel-opener.open:after {
  transform: rotate(180deg);
}

.vinc.rivista.genere .categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .categories-list {
    padding: 0 5px;
  }
}

.vinc.rivista.genere .categories-list li {
  display: flex;
  flex: 1 0 25%;
  max-width: 25%;
  border-bottom: 0.5px solid #e6e6e6;
  padding: 7px 0;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .vinc.rivista.genere .categories-list li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 576px) {
  .vinc.rivista.genere .categories-list li {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .vinc.rivista.genere .categories-list li {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.vinc.rivista.genere .custom-banner {
  margin: 0 0 20px;
}

.vinc.rivista.genere .custom-banner h2 {
  display: none;
}

.vinc.rivista.genere .custom-banner img {
  width: 100%;
}

.vinc.rivista.genere .filters-wrapper.container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 30px auto;
  align-items: center;
  column-gap: 20px;
  position: relative;
  z-index: 20;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 9px;
  -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 */
}

@media (max-width: 576px) {
  .vinc.rivista.genere .filters-wrapper.container {
    flex-direction: row;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .vinc.rivista.genere .filters-wrapper.container {
    flex-direction: column;
    margin: 0 auto;
	height: 110px!important;
	min-height: 110px!important;
  }
}

.vinc.rivista.genere .filters-wrapper.container .filter-categories-wrapper {
  display: flex;
  flex: 1 0 100%;
  z-index: 2;
  flex-direction: column;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .filters-wrapper.container .filter-categories-wrapper {
    align-self: flex-start;
  }
}

.vinc.rivista.genere .filters-wrapper.container .filter-search-wrapper {
  display: block;
  width: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  top: -10px;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .filters-wrapper.container .filter-search-wrapper {
    display: flex;
    width: 100%;
    position: relative;
  }

  .vinc.rivista.genere .filters-wrapper.container .filter-search-wrapper .nav-search {
    max-width: 100%;
  }
}

.vinc.rivista.genere .filters-wrapper.container .filter-search-wrapper .nav-search {
  margin: 0 auto;
}

.vinc.rivista.genere .filters-wrapper.container .filter-ordering {
  display: flex;
  flex: 1 0 25%;
  justify-content: flex-end;
  position: absolute;
  left: auto;
  top: 27px;
  right: 30px;
  z-index: 4;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .filters-wrapper.container .filter-ordering {
    flex: 1 0 100%;
    top: 20px;
  }
}
@media (max-width: 480px) {
  .vinc.rivista.genere .filters-wrapper.container .filter-ordering {
    flex: 1 0 100%;
    top: 70px;
	 right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
  }
}

@media (max-width: 1160px) {
  .vinc.rivista.genere .filters-wrapper.container .filter-ordering {
    right: 30px;
  }
}

.vinc.rivista.genere .offers-grid-wrapper.container {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vinc.rivista.genere .offers-grid-wrapper.container .card-medium {
  display: inline-block;
  flex: 1 0 calc(20% - 14px);
  max-width: calc(20% - 14px);
}

@media (max-width: 990px) {
  .vinc.rivista.genere .offers-grid-wrapper.container .card-medium {
    flex: 1 0 calc(25% - 14px);
    max-width: calc(25% - 14px);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .vinc.rivista.genere .offers-grid-wrapper.container .card-medium {
    flex: 1 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .vinc.rivista.genere .offers-grid-wrapper.container .card-medium {
    flex: 1 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 380px) {
  .vinc.rivista.genere .offers-grid-wrapper.container .card-medium {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.vinc.rivista.genere .cd-filter {
  width: 100%;
  margin: 0 0 30px;
}

@media (max-width: 480px) {
  .vinc.rivista.genere .cd-filter {
    display: flex;
    flex-direction: column;
  }
}

.vinc.rivista.genere .cd-filter-content.filter-search {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 15px auto 0;
  width: 50%;
  top: 0;
  z-index: 10;
}

@media (max-width: 576px) {
  .vinc.rivista.genere .cd-filter-content.filter-search {
    display: flex;
    width: 100%;
    position: relative;
    margin: -10px auto 0;
  }
}

@media (max-width: 576px) {
  .vinc.rivista.genere .panel-categories-heading {
    padding: 0 15px;
  }
}

.vinc.rivista.genere .cd-filter-block .cd-filter-content input[type="search"] {
  border: 1px solid #0A70F5 !important;
  background-color: #fff !important;
  font-size: 1rem !important;
  padding: 7px 10px !important;
  border-radius: 100px;
  max-width: 280px;
}

.vinc.rivista.genere .cd-gallery {
  float: none !important;
  display: flex !important;
  width: 100% !important;
}

.vinc.rivista.genere .filterlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
}

.vinc.rivista.genere .filterlist ul li {
  display: block;
}

.vinc.rivista.genere .cd-filter-block .checkbox-label::after,
.vinc.rivista.genere .cd-filter-block .checkbox-label::before {
  display: none;
}

.vinc.rivista.genere .cd-filter-content .checkbox-label {
  padding-left: 0 !important;
  margin-bottom: 0;
}

/* end vincolata genere */
/* vincolata genere tritestata */
.vinc.rivista.genere.tritestata .filters-wrapper.container {
  display: none;
}

.vinc.rivista.genere.tritestata .filterlist>li {
  width: calc(32% - 4px);
}

@media (max-width: 990px) {
  .vinc.rivista.genere.tritestata .filterlist>li {
    width: calc(31% - 4px);
  }
}

@media (max-width: 767px) {
  .vinc.rivista.genere.tritestata .filterlist>li {
    width: calc(48% - 4px);
  }
}

@media (max-width: 413px) {
  .vinc.rivista.genere.tritestata .filterlist>li {
    width: 100%;
  }
}

.vinc.rivista.genere.tritestata .cd-main-content {
  min-height: auto;
}

.vinc.rivista.genere.tritestata .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "vinc-heading" "main-content" "genere-headline";
}

.vinc.rivista.genere.tritestata .vinc-heading.container {
  grid-area: vinc-heading;
}

.vinc.rivista.genere.tritestata .genere-headline.container {
  grid-area: genere-headline;
}

.vinc.rivista.genere.tritestata .cd-main-content {
  grid-area: main-content;
}

/* end vincolata genere tritestata */
/* vincolate heading */
.vinc .vinc-heading .brand-heading {
  margin: 10px 0 0;
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.vinc .vinc-heading .brand-heading h1 {
  padding-left: 0 !important;
  margin: 0 !important;
}

.vinc .vinc-heading .sponsor-wrapper {
  display: flex;
  flex: 1 0 100%;
  justify-content: flex-end;
  margin-top: 10px;
}

/* vincolate omaggio */
.vinc.genere.omaggio {
  /*.card-medium .issues{
  display: block;
  color: $fullwhite;
  background: $fulldarkblue;
  font-size: 1rem;
  height: 30px;
  }*/
}

.vinc.genere.omaggio .data-wrapper .discount-wrapper,
.vinc.genere.omaggio .data-wrapper .price-wrapper {
  display: none;
}

.vinc.genere.omaggio .card-body {
  min-height: 200px;
}

.vinc.monotestata.omaggio .vinc-heading.container,
.vinc.rivista.trybuy .vinc-heading.container,
.vinc.rivista.youme .vinc-heading.container {
  display: flex !important;
}

.vinc.monotestata.omaggio .off1 .scheda.offer,
.vinc.rivista.trybuy .off1 .scheda.offer,
.vinc.rivista.youme .off1 .scheda.offer {
  grid-template-columns: 300px auto;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
  grid-template-columns: 200px auto !important;
  padding: 20px 0;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta {
  padding-bottom: 0;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper {
  grid-row: 1 !important;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper {
  grid-row: 1 !important;
  grid-column: 2 !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration {
  height: auto;
}

.vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .html-desc,
.vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .html-desc,
.vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .html-desc {
  padding: 0 20px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

@media screen and (max-width: 990px) {

  .vinc.monotestata.omaggio .off1 .scheda.offer,
  .vinc.rivista.trybuy .off1 .scheda.offer,
  .vinc.rivista.youme .off1 .scheda.offer {
    grid-template-columns: auto auto;
  }

  .vinc.monotestata.omaggio .off1 .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista.trybuy .off1 .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista.youme .off1 .choices .choice-data-wrapper.add .add-desc {
    margin-bottom: 20px 20px 0 !important;
    grid-row: 2 !important;
    grid-column: 2 !important;
  }

  .vinc.monotestata.omaggio .off1 .choice .control::before,
  .vinc.rivista.trybuy .off1 .choice .control::before,
  .vinc.rivista.youme .off1 .choice .control::before {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .vinc.monotestata.omaggio .off1 .choice .control::before,
  .vinc.rivista.trybuy .off1 .choice .control::before,
  .vinc.rivista.youme .off1 .choice .control::before {
    display: none;
  }

  .vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }

  .vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper,
  .vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper,
  .vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .data-wrapper {
    grid-row: 2 !important;
    grid-column: 1 !important;
  }
}

@media screen and (max-width: 576px) {

  .vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add,
  .vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add {
    padding: 0 !important;
  }

  .vinc.monotestata.omaggio .off1 .choice .control::before,
  .vinc.rivista.trybuy .off1 .choice .control::before,
  .vinc.rivista.youme .off1 .choice .control::before {
    display: none;
  }

  .vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper,
  .vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper,
  .vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .duration-wrapper {
    grid-row: 1 !important;
  }

  .vinc.monotestata.omaggio .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta,
  .vinc.rivista.trybuy .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta,
  .vinc.rivista.youme .off1 .vinc-offers-list .choices .choice-data-wrapper.add .choice-cta {
    padding-bottom: 0;
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center;
  }

  .vinc.monotestata.omaggio .off1 .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista.trybuy .off1 .choices .choice-data-wrapper.add .add-desc,
  .vinc.rivista.youme .off1 .choices .choice-data-wrapper.add .add-desc {
    margin-bottom: 20px 20px 0 !important;
    grid-row: 3 !important;
    grid-column: 1 !important;
  }
}

.vinc.rivista.omaggio .offerslist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vinc.rivista.omaggio .offer-item {
  display: flex;
  flex: 1 0 calc(25% - 20px);
}

@media screen and (max-width: 990px) {
  .vinc.rivista.omaggio .offer-item {
    flex: 1 0 calc(33.33% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .vinc.rivista.omaggio .offer-item {
    flex: 1 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 576px) {
  .vinc.rivista.omaggio .offer-item {
    flex: 1 0 100%;
  }
}

.vinc.rivista.omaggio .brand-wrapper {
  display: flex !important;
  align-self: flex-start;
}

.vinc.rivista.omaggio .sponsor-wrapper {
  display: flex !important;
}

.vinc.rivista.genere.omaggio .brand-wrapper,
.vinc.rivista.genere.omaggio .sponsor-wrapper {
  display: none !important;
}

.vinc.rivista.genere.omaggio .offers-grid {
  margin-bottom: 0;
}

.vinc.rivista.genere .filter:checked+.checkbox-label {
  font-weight: 700;
  color: #0A70F5;
}

.vinc.rivista.trybuy .brand-heading,
.vinc.rivista.youme .brand-heading {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vinc.rivista.trybuy .brand-heading h1,
.vinc.rivista.youme .brand-heading h1 {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {

  .vinc.rivista.trybuy .brand-heading h1,
  .vinc.rivista.youme .brand-heading h1 {
    font-size: 2rem;
  }
}

.vinc.rivista.trybuy .brand-heading h2,
.vinc.rivista.youme .brand-heading h2 {
  font-size: 1.875rem;
}

@media screen and (max-width: 576px) {

  .vinc.rivista.trybuy .brand-heading h2,
  .vinc.rivista.youme .brand-heading h2 {
    font-size: 1.5rem;
  }
}

.vinc.rivista.trybuy .vinc-heading.container,
.vinc.rivista.youme .vinc-heading.container {
  display: flex !important;
}

.vinc.rivista.trybuy .brand-wrapper,
.vinc.rivista.youme .brand-wrapper {
  display: flex !important;
  align-self: flex-start;
}

.vinc.rivista.trybuy .sponsor-wrapper,
.vinc.rivista.youme .sponsor-wrapper {
  display: flex !important;
}

.vinc.rivista.youme .visual-wrapper {
  position: relative;
}

.vinc.rivista.youme .scheda.offer {
  display: grid;
  grid-template-areas: "offer-visual cover-gift offers-list" "notes notes offers-list";
  grid-template-columns: 1fr 1fr 2fr !important;
  grid-template-rows: auto 1fr;
  margin-bottom: 0;
  grid-row-gap: 0;
}

@media screen and (max-width: 990px) {
  .vinc.rivista.youme .scheda.offer {
    grid-template-columns: 1fr 1fr 3fr !important;
  }
}

@media screen and (max-width: 767px) {
  .vinc.rivista.youme .scheda.offer {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "offer-visual cover-gift" "notes notes" "offers-list offers-list" !important;
    grid-template-rows: auto auto auto !important;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 380px) {
  .vinc.rivista.youme .scheda.offer {
    grid-template-columns: 1fr !important;
    grid-template-areas: "offer-visual" "cover-gift" "notes" "offers-list" !important;
    grid-template-rows: auto auto auto auto !important;
    grid-row-gap: 5px;
  }
}

.vinc.rivista.youme .offer-visual.gift {
  grid-area: cover-gift;
  position: relative;
}

.vinc.rivista.youme .offer-visual.gift .badge {
  content: '';
  background: none;
  background-size: contain;
  display: block;
  position: absolute;
  height: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 132.14285714285714%;
  z-index: 5;
  bottom: 0;
}

@media screen and (min-width: 991px) {

  .vinc.rivista .duration-wrapper,
  .vinc.rivista.genere .duration-wrapper {
    min-height: 100px;
  }
}

.vinc.rivista .duration,
.vinc.rivista.genere .duration {
  font-size: 2rem !important;
}

@media screen and (min-width: 800px) {

  .vinc.rivista .duration,
  .vinc.rivista.genere .duration {
    font-size: 1.875rem !important;
  }
}

.vinc.rivista .card-medium .issues,
.vinc.rivista.genere .card-medium .issues {
  font-size: 1.125rem !important;
}

@media screen and (max-width: 800px) {

  .vinc.rivista .card-medium .issues,
  .vinc.rivista.genere .card-medium .issues {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 800px) {

  .vinc.rivista .card-medium h2,
  .vinc.rivista.genere .card-medium h2 {
    min-height: 35px !important;
    height: 35px !important;
  }
}

.vinc.rivista.genere .card-medium {
  height: 100%;
}

.vinc.rivista.genere .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vinc.rivista.genere .data-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.vinc.rivista.genere .price-wrapper {
  align-self: flex-end !important;
}

.vinc.rivista.genere .cta-wrapper.choice-cta {
  align-self: flex-end !important;
}

.vinc.rivista.genere .price-wrapper,
.vinc.rivista.genere .delivery-charges {
  flex: unset;
}

.vinc.genere .card-medium h2 a {
  text-align: center;
}

.vinc.rivista.genere .data-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}

.vinc .upselling-offers-wrapper .duration {
  font-size: 1rem !important;
}

.vinc .upselling-offers-wrapper .offer-visual .bkg {
  height: 100px;
}

.vinc .upselling-offers-wrapper .digitale .list-visual li:nth-child(1) img {
  padding: 4% 4.8% 7%;
  width: 80px;
  margin: 3% auto 0;
}

.vinc .upselling-offers-wrapper .all .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 100px;
}

.vinc .upselling-offers-wrapper .all .list-visual li:nth-child(2) img {
  position: relative;
  padding: 49px 16px 60px;
  width: 70px;
  margin: 2% auto 0;
  z-index: 3;
  left: 17px;
}

.vinc .upselling-offers-wrapper .cc .list-visual li:nth-child(1) img {
  padding: 0 13.6% 0 0;
  width: auto;
  margin: 4% auto 0;
  height: 70px;
}

.vinc .upselling-offers-wrapper .cc .list-visual li:nth-child(2) img {
  padding: 0 0 0 13.6%;
  width: auto;
  margin: 29% auto 0;
  height: 70px;
}

.vinc .upselling-offers-wrapper .carta .list-visual li:nth-child(1) img {
  padding: 0;
  width: auto;
  margin: 4% auto 0;
  height: 100px;
}

@media screen and (max-width: 576px) {
  .vinc .upselling-offers-wrapper .upselling-visual-wrapper {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .vinc .upselling-offers-wrapper .duration {
    margin-bottom: 5px;
  }
}

.vinc.rivista.youme .offer-visual.gift {
  padding: 20% 15% 0 0;
  align-items: flex-end;
  justify-content: flex-end;
  background: url("../img/bkg-youme.png") no-repeat top left;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .vinc.rivista.youme .offer-visual.gift {
    padding: 33px 25px 0 0;
    align-items: flex-start;
    justify-content: flex-start;
    background: url("../img/bkg-youme.png") no-repeat top left;
    background-size: contain;
    background-size: 160px;
  }
}

.vinc-heading h2 {
  text-align: left;
}

.vinc.trybuy .off1 .choice .control::before {
  display: flex;
  position: absolute;
  content: '';
  background: #0751B0;
  width: 200px;
  height: 100%;
}

/* vinc prodotti  e collezioni 2024-07 */
.vinc .vinc-heading .brand-heading {
  justify-content: center;
}

.vinc .vinc-heading .brand-heading h1 {
  font-size: 2.5rem;
}

.vinc .redactional-item-content.one-col {
  display: flex;
  column-gap: 20px;
  flex-direction: column;
}

.vinc.prodotto .vinc-sponsor-logo img,
.vinc.collezione .vinc-sponsor-logo img {
  width: auto;
  max-width: 100%;
  max-width: 120px;
}

.vinc.prodotto .container.scheda-slider,
.vinc.collezione .container.scheda-slider {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 20px;
  max-width: 50%;
}

@media (max-width: 576px) {

  .vinc.prodotto .container.scheda-slider,
  .vinc.collezione .container.scheda-slider {
    max-width: 100%;
    padding: 0;
  }
}

.vinc.prodotto .slick-slide img,
.vinc.collezione .slick-slide img {
  max-width: 1160px;
  width: 100%;
}

.vinc.prodotto .control__indicator,
.vinc.collezione .control__indicator {
  display: none !important;
}

.vinc.prodotto .choice-data-wrapper,
.vinc.collezione .choice-data-wrapper {
  display: grid;
}

.vinc.prodotto header nav .container.flex,
.vinc.collezione header nav .container.flex {
  margin: 10px auto 0;
}

.vinc.prodotto header nav .logo img,
.vinc.collezione header nav .logo img {
  width: 150px;
}

.vinc.prodotto .sticky-top,
.vinc.collezione .sticky-top {
  position: relative;
}

.vinc.prodotto .navbar-account,
.vinc.prodotto .mini-menu-wrapper,
.vinc.collezione .navbar-account,
.vinc.collezione .mini-menu-wrapper {
  display: none;
}

.vinc.prodotto .scheda.offer,
.vinc.collezione .scheda.offer {
  display: flex !important;
  align-items: center;
}

.vinc.prodotto .duration-wrapper,
.vinc.collezione .duration-wrapper {
  grid-area: choice-duration;
}

.vinc.collezione.multiofferta .duration-wrapper {
  grid-area: choice-duration;
  margin-top: 5px;
}

@media (max-width: 800px) {

  .vinc.prodotto .choices .choice-data-wrapper .offer-desc,
  .vinc.collezione .choices .choice-data-wrapper .offer-desc {
    grid-column: 1 !important;
    grid-row-start: 9 !important;
  }
}

.vinc.prodotto .additional-text.merchant,
.vinc.collezione .additional-text.merchant {
  margin: 5px 0;
  padding: 0 !important;
}

.vinc.prodotto .choices .choice-data-wrapper,
.vinc.collezione .choices .choice-data-wrapper {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr;
  padding: 20px 0;
}

.vinc.prodotto .choices .choice-data-wrapper .duration,
.vinc.collezione .choices .choice-data-wrapper .duration {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.22;
  color: #0751B0;
  padding: 10px;
  text-align: center;
  margin: 0;
  background: none !important;
  height: auto;
  text-transform: uppercase;
}

.vinc.prodotto .choices .choice-data-wrapper .add-desc,
.vinc.collezione .choices .choice-data-wrapper .add-desc {
  padding: 0 !important;
}

.vinc.prodotto .choices .choice-data-wrapper .issues,
.vinc.collezione .choices .choice-data-wrapper .issues {
  display: none;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc,
.vinc.collezione .choices .choice-data-wrapper .offer-desc {
  padding: 20px 20px 0 !important;
}

.vinc.prodotto .control,
.vinc.collezione .control {
  margin-bottom: 0;
}

.vinc.prodotto .choice,
.vinc.collezione .choice {
  padding: 0;
}

.vinc.prodotto .choice-name,
.vinc.collezione .choice-name {
  padding: 20px 10px;
  background: #0751B0;
  color: #FFFFFF;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -20px;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 800px) {

  .vinc.prodotto .choice-name,
  .vinc.collezione .choice-name {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choice-name,
  .vinc.collezione .choice-name {
    font-size: 1.2rem;
  }
}

.vinc.prodotto .price,
.vinc.prodotto .unit,
.vinc.collezione .price,
.vinc.collezione .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 0.98;
  color: #8850FF;
}

.vinc.prodotto .fullprice .label,
.vinc.prodotto .fullprice .price,
.vinc.prodotto .fullprice .unit,
.vinc.collezione .fullprice .label,
.vinc.collezione .fullprice .price,
.vinc.collezione .fullprice .unit {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #14142B;
}

.vinc.prodotto .fullprice .price,
.vinc.prodotto .fullprice .unit,
.vinc.collezione .fullprice .price,
.vinc.collezione .fullprice .unit {
  text-decoration: line-through;
}

.vinc.prodotto .vinc-heading.container,
.vinc.prodotto .brand-wrapper,
.vinc.collezione .vinc-heading.container,
.vinc.collezione .brand-wrapper {
  display: flex;
  justify-content: center;
}

.vinc.prodotto .vinc-brand-logo img,
.vinc.collezione .vinc-brand-logo img {
  max-height: 60px;
}

.vinc.prodotto .responsive-video iframe,
.vinc.collezione .responsive-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.vinc.prodotto .description-item-visual,
.vinc.prodotto .redactional-text,
.vinc.collezione .description-item-visual,
.vinc.collezione .redactional-text {
  flex: 1;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc ul,
.vinc.collezione .choices .choice-data-wrapper .offer-desc ul {
  padding: 10px 0 0 !important;
}

.vinc.prodotto .choice.pagamento,
.vinc.collezione .choice.pagamento {
  display: none;
  max-width: unset;
  flex-direction: row;
  flex-wrap: wrap;
}

.vinc.prodotto .choice.pagamento h3,
.vinc.collezione .choice.pagamento h3 {
  width: 100%;
  flex: 1 0 100;
}

.vinc.prodotto .choice.pagamento label,
.vinc.collezione .choice.pagamento label {
  padding: 0 20px 20px !important;
  flex: 1;
}

.vinc.prodotto .choice.pagamento .pag-name,
.vinc.collezione .choice.pagamento .pag-name {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: .875rem;
  margin-bottom: 10px;
}

.vinc.prodotto .choice.pagamento .price-label,
.vinc.collezione .choice.pagamento .price-label {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1;
  color: #0751B0;
}

.vinc.prodotto .choice.pagamento .price,
.vinc.prodotto .choice.pagamento .unit,
.vinc.collezione .choice.pagamento .price,
.vinc.collezione .choice.pagamento .unit {
  font-family: "TroisMille20", Arial, Helvetica, sans-serif !important;
  font-size: 1.75rem !important;
  line-height: 1;
  color: #0751B0;
}

.vinc.prodotto .choice.pagamento .fullprice .price,
.vinc.prodotto .choice.pagamento .fullprice .unit,
.vinc.collezione .choice.pagamento .fullprice .price,
.vinc.collezione .choice.pagamento .fullprice .unit {
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.875rem !important;
  color: #14142B;
}

.vinc.prodotto .choice.pagamento.on,
.vinc.collezione .choice.pagamento.on {
  display: flex;
}

@media (max-width: 576px) {

  .vinc.prodotto .choice.pagamento.on,
  .vinc.collezione .choice.pagamento.on {
    flex-direction: column;
  }
}

.vinc.prodotto .choices,
.vinc.collezione .choices {
  margin-bottom: 20px;
}

.vinc.prodotto #choicespag,
.vinc.collezione #choicespag {
  margin: 0 0 20px;
  width: 100% !important;
}

.vinc.prodotto .choice.pagamento h3,
.vinc.collezione .choice.pagamento h3 {
  padding: 10px;
  background: #0751B0;
  color: #FFFFFF;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px 9px 0 0;
  margin-top: 0;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 800px) {

  .vinc.prodotto .choice.pagamento h3,
  .vinc.collezione .choice.pagamento h3 {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .choice.pagamento h3,
  .vinc.collezione .choice.pagamento h3 {
    font-size: 1.2rem;
  }
}

.vinc.prodotto .subhead-wrapper,
.vinc.collezione .subhead-wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {

  .vinc.prodotto .subhead-wrapper,
  .vinc.collezione .subhead-wrapper {
    flex-direction: column;
  }
}

.vinc.prodotto .subhead-wrapper .subhead,
.vinc.prodotto .subhead-wrapper .sponsor-wrapper,
.vinc.collezione .subhead-wrapper .subhead,
.vinc.collezione .subhead-wrapper .sponsor-wrapper {
  display: flex;
  flex: 1;
  align-items: flex-end;
}

.vinc.prodotto .subhead-wrapper .subhead,
.vinc.collezione .subhead-wrapper .subhead {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.22;
  text-align: left;
  margin-bottom: 0;
  flex-direction: column;
}

@media (max-width: 767px) {

  .vinc.prodotto .subhead-wrapper .subhead,
  .vinc.collezione .subhead-wrapper .subhead {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  .vinc.prodotto .coll-desc-list,
  .vinc.collezione .coll-desc-list {
    flex-direction: column;
  }
}

.vinc.prodotto .vinc-offers-list .choice,
.vinc.collezione .vinc-offers-list .choice {
  width: 100%;
  max-width: 560px;
}

.vinc.prodotto .choices-wrapper .choices .choice-data-wrapper .duration {
  padding: 27px 10px 0;
  background: #0751B0 !important;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 0.98;
  color: #FFFFFF;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -20px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .vinc.prodotto .choices-wrapper .choices .choice-data-wrapper .duration {
    height: auto;
    padding: 7px 10px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.vinc.prodotto .choices .choice-data-wrapper .add-desc {
  padding: 0 20px 20px !important;
  margin-top: -20px;
}

.vinc.prodotto #choices01.choices .choice:nth-child(2) .choice-name,
.vinc.collezione #choices01.choices .choice:nth-child(2) .choice-name {
  background: #FF9432;
}

.vinc.prodotto #choicespag.choices .choice:nth-child(2) h3,
.vinc.collezione #choicespag.choices .choice:nth-child(2) h3 {
  background: #FF9432;
}

.prodotto.bundle .scheda.offer.bundle .visual-wrapper {
  margin: 0;
  height: 0;
  padding: 0;
  height: auto;
  aspect-ratio: 4/3;
  display: flex;
}

.prodotto.bundle .scheda.offer.bundle .offer-visual {
  max-width: 580px;
  padding: 0;
  height: 100%;
  flex: 1;
}

.prodotto.bundle .scheda.offer.bundle .offer-visual .bkg img {
  width: 100%;
  height: auto;
}

.prodotto.bundle .scheda.offer.bundle .list-visual li {
  position: relative;
}

.prodotto.bundle .scheda.offer.bundle .list-visual li:nth-child(1) img {
  width: 56.89%;
  position: absolute;
  bottom: 0;
}

.prodotto.bundle .scheda.offer.bundle .list-visual li:nth-child(2) img {
  width: 62.06%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.prodotto.bundle .vinc-offers-list {
  width: 100%;
  display: flex;
  flex: 1;
}

.vinc.collezione .choices .choice-data-wrapper {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "choice-name     " "choice-duration " "choice-issues   " "choice-price    " "choice-fullprice" "choice-delivery " "choice-discount " "choice-cta      " "choice-desc     " "choice-add      " "choice-gift     " "choice-edicola  ";
}

.vinc.collezione .choices .choice-data-wrapper.pag {
  display: grid;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0;
  grid-template-columns: 1fr;
  grid-template-areas: "choice-name     " "choice-duration " "choice-issues   " "choice-price    " "choice-fullprice" "choice-delivery " "choice-discount " "choice-cta      " "choice-desc     " "choice-add      " "choice-gift     " "choice-edicola  ";
}

@media (min-width: 769px) and (max-width: 1024px) {

  .vinc.prodotto .choice,
  .vinc.collezione .choice {
    width: 100%;
    flex: 1;
  }
}

.vinc.prodotto .offers-section-wrapper.container,
.vinc.collezione .offers-section-wrapper.container {
  margin-bottom: 20px;
}

.vinc.prodotto .choices .choice-data-wrapper .discount-wrapper .discount-unit,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
  position: relative;
  margin-left: 15px;
}

.vinc.prodotto #item-details,
.vinc.collezione #item-details {
  margin: 0 auto 30px;
}

.vinc.prodotto .choice-cta .btn-primary,
.vinc.collezione .choice-cta .btn-primary {
  color: #FFFFFF;
  padding: 15px 30px;
  font-size: 1.125rem;
  border-color: #24CE85;
  background: #24CE85;
  text-decoration: none;
  line-height: 1;
}

.vinc.prodotto .choice-cta .btn-primary:hover,
.vinc.collezione .choice-cta .btn-primary:hover {
  border-color: #1BA66A;
  background: #1BA66A;
}

/*.vinc.collezione {
	#choicepag01 {
		margin-right: auto;
	}
	#choicepag02 {
		margin-left: auto;
	}
	@media (max-width: 800px) {
		#choicepag01, #choicepag02 {
			margin-left: 0;
			margin-right: 0;
		}
	}
}*/
.vinc.prodotto.bundle .choices .choice-data-wrapper {
  display: grid;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-areas: "choice-duration " "choice-issues   " "choice-desc" "choice-price    " "choice-fullprice" "choice-delivery " "choice-discount " "choice-cta      " "choice-add      " "choice-gift     " "choice-edicola  ";
}

.vinc.prodotto.bundle .choices .choice-data-wrapper .offer-desc {
  padding: 0 20px !important;
}

@media (max-width: 800px) {
  .vinc.prodotto.bundle .choices .choice-data-wrapper .offer-desc {
    grid-column: 1 !important;
    grid-row-start: 1 !important;
    margin-bottom: 80px !important;
  }
}

@media (max-width: 576px) {
  .vinc.prodotto.bundle .choices .choice-data-wrapper .offer-desc {
    margin-bottom: 0 !important;
  }
}

.vinc.prodotto.bundle .choices .choice-data-wrapper .add-desc {
  margin-top: 10px;
}

@media (max-width: 990px) {

  .vinc.prodotto .choicespag.on,
  .vinc.collezione .choicespag.on {
    flex-direction: column;
  }
}

.vinc.prodotto .choice.pagamento.on,
.vinc.collezione .choice.pagamento.on {
  width: 100%;
}

/*.vinc.prodotto .choice-data-wrapper.pag .choice-cta, .vinc.collezione .choice-data-wrapper.pag .choice-cta {
  grid-row: 11 !important;
}*/
.choice.no-border {
  border: none !important;
  margin-top: 30px;
}

.choice.no-border.wide {
  width: calc(100% - 10px);
}

#choicepag01 {
  width: 50%;
}

/* styles 2024-09 */
.vinc.collezione.multiofferta .choices .choice.std .choice-name,
.vinc.collezione.multiofferta .choice.pagamento.std h3 {
  background: #0751B0 !important;
}

.vinc.collezione.multiofferta .choices .choice.pre .choice-name,
.vinc.collezione.multiofferta .choice.pagamento.pre h3 {
  background: #FF9432 !important;
}

.vinc.collezione.multiofferta .choice.pagamento {
  width: auto !important;
  flex: 1;
  justify-content: center !important;
}

.vinc.collezione.multiofferta .choice.pagamento label,
.vinc.collezione.monofferta .choice.pagamento label {
  max-width: 50%;
  padding-bottom: 0 !important;
}

.vinc.collezione.multiofferta .choice.pagamento.std .pag-name {
  background: #0751B0 !important;
  color: #fff;
  padding: 10px 20px;
}

.vinc.collezione.multiofferta .choice.pagamento.pre .pag-name {
  background: #FF9432 !important;
  color: #fff;
  padding: 10px 20px;
}

.vinc.collezione.multiofferta .choices .choice-data-wrapper.pag {
  padding: 20px 0 0;
}

.vinc.prodotto.bundle .choice.no-border {
  border: none !important;
  margin-top: 0;
  background: none;
}

.vinc.prodotto.bundle .add-desc.bundle h2 {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #14142B;
}

.vinc.prodotto.bundle .add-desc.bundle p {
  font-size: 1rem;
  line-height: 1.2;
  color: #14142B;
}

/* mq media queries */
@media (max-width: 900px) {
  .vinc.collezione.multiofferta .choice.pagamento label {
    max-width: 100%;
  }

  .vinc.collezione.multiofferta .choice.pagamento h3 {
    font-size: 1.125rem;
    text-align: center;
  }
}

@media (max-width: 576px) {

  .vinc.prodotto .slick-slide img,
  .vinc.collezione .slick-slide img {
    max-width: 580px;
    width: 100%;
    height: auto;
  }

  .vinc .vinc-heading .brand-heading h1 {
    font-size: 2rem;
  }

  .vinc.collezione .subhead-wrapper .subhead {
    font-size: .875rem !important;
  }

  .vinc.collezione .subhead-wrapper h3 {
    font-size: 1.125rem !important;
    margin-bottom: 10px !important;
  }

  .vinc.collezione.multiofferta .choice.pagamento h3 {
    text-align: center;
  }
}

/* new styles 2024-09-11 */
.vinc.prodotto .choice.pagamento .pag-name,
.vinc.collezione .choice.pagamento .pag-name {
  color: #FFF;
  background: #0751B0;
  padding: 10px;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc,
.vinc.collezione .choices .choice-data-wrapper .offer-desc {
  padding: 0 20px !important;
}

.vinc.collezione .subhead-wrapper {
  margin-top: 20px;
}

.vinc.collezione .subhead-wrapper .subhead {
  align-items: flex-start;
}

.vinc.collezione .choice.pagamento {
  display: flex;
}

.vinc.prodotto.monofferta .choices .choice-data-wrapper .price-wrapper .price,
.vinc.collezione .choices .choice-data-wrapper .price-wrapper .price {
  font-size: 5rem !important;
}

.vinc.prodotto .scheda.offer,
.vinc.collezione .scheda.offer {
  margin-bottom: 20px;
}

.vinc.prodotto .container.scheda-slider,
.vinc.collezione .container.scheda-slider {
  gap: 0;
}

.vinc.monofferta .choices-wrapper {
  display: flex;
  height: 100%;
}

.vinc.prodotto.monofferta .choices {
  margin-bottom: 0;
  height: 100%;
  justify-content: center;
}

.vinc.collezione.monofferta .choices {
  height: auto;
  justify-content: center;
}

.vinc.collezione.monofferta .choices .choice {
  max-width: 50%;
}

.vinc.collezione.monofferta .choices .choice.pagamento {
  max-width: 100%;
  background: none;
}

.vinc.prodotto.monofferta .choices .choice-data-wrapper,
.vinc.collezione.monofferta .choices .choice-data-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 20px 0;
  height: 100%;
}

.vinc.prodotto.monofferta .delivery-charges,
.vinc.collezione.monofferta .delivery-charges {
  font-size: 1.125rem;
}

.vinc.prodotto.monofferta .fullprice .fullprice-label,
.vinc.collezione .fullprice .fullprice-label,
.vinc.prodotto.monofferta .fullprice .price,
.vinc.collezione .fullprice .price,
.vinc.prodotto.monofferta .fullprice .unit,
.vinc.collezione .fullprice .unit {
  font-size: 1.125rem;
}

.vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper {
  margin-top: 30px;
}

.vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
  margin-top: 10px;
}

.vinc.collezione .choices .choice-data-wrapper .duration {
  padding: 0;
}

.vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-label,
.vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-unit,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
.vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
  font-size: 3rem !important;
}

.vinc.prodotto.monofferta .choice.wide,
.vinc.collezione .choice.wide {
  width: 100%;
}

.vinc.collezione.monofferta .tab-pane,
.vinc.collezione .tab-content {
  height: 100%;
}

.vinc.collezione .scheda-slider {
  grid-area: slideshow;
}

.vinc.collezione .subhead-wrapper {
  margin-top: 0;
  grid-area: descrizione;
}

.vinc.collezione .scheda.offer.collezione {
  display: grid !important;
  grid-template-areas:
    "slideshow   descrizione"
    "offers-list offers-list";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.vinc.collezione .container.scheda-slider {
  max-width: 580px;
  width: 100%;
}

.vinc.collezione .vinc-offers-list .choice {
  width: 100%;
  max-width: 100%;
}

.vinc.collezione .nav-pills li {
  flex: 1;
  text-align: center;
  padding: 0 0 10px;
}

.vinc.collezione .nav-pills {
  color: #14142b;
  font-family: "TroisMille20", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: .95;
  line-height: normal;
}

.vinc.collezione .nav-pills a {
  text-decoration: none !important;
}

.vinc.collezione .progress {
  margin-bottom: 15px;
  border: 0;
  box-shadow: -1px 2px 6px #11111124;
  height: 6px;
}

.vinc.collezione .progress .progress-bar {
  background-color: #0751B0;
}

.vinc.prodotto .choice.pagamento label,
.vinc.collezione .choice.pagamento label {
  padding: 0 20px 20px !important;
  flex: 1;
  border: 0.5px solid #14142B;
  margin-bottom: 20px;
  background: #FFF;
}

.vinc.prodotto .choice.pagamento,
.vinc.collezione .choice.pagamento {
  border: 0;
  gap: 20px;
}

.vinc.prodotto .choices .choice-data-wrapper .offer-desc,
.vinc.collezione .choices .choice-data-wrapper .offer-desc {
  padding: 10px 20px 20px !important;
}

.vinc.collezione.multiofferta .choices .choice-data-wrapper {
  padding: 0;
}

.vinc.collezione.multiofferta .choice-name {
  margin-top: 0;
}

.vinc-offers-list {
  width: 100%;
  margin-top: 30px;
}

html {
  scroll-behavior: smooth;
}

#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  align-items: center;
  column-gap: 5px;
}

#btnTop:before {
  padding: 0;
  content: url(../icons/ico-arrow-down-white.svg);
  width: 16px;
  display: inline-flex;
  height: 9px;
  transform: rotate(180deg);
}

.step-back {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.step-back:before {
  padding: 0;
  content: url("../icons/ico-arrow-double-right.svg");
  width: 14px;
  display: inline-flex;
  height: 24px;
  transform: rotate(180deg);
}

.vinc.collezione .nav-pills li.active {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
  color: #0751B0;
}

.vinc.collezione .nav-pills li.disabled {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
  color: grey;
}

.vinc.collezione .nav-pills li:first-child {
  border-radius: 9px 0 0 0;
}

.vinc.collezione .nav-pills li:last-child {
  border-radius: 0 9px 0 0;
}

.vinc.collezione .nav-pills li.active:hover,
.vinc.prodotto .nav-pills li.active:hover,
.vinc.collezione .nav-pills li.active a:hover,
.vinc.prodotto .nav-pills li.active a:hover {
  background: #0751B0 !important;
  color: #FFF !important;
  transition: .3s;
}

.vinc.collezione .nav-pills li.active:hover a,
.vinc.prodotto .nav-pills li.active:hover a {
  color: #FFF !important;
  transition: .3s;
}

.vinc.collezione .nav-pills li.disabled:hover,
.vinc.prodotto .nav-pills li.disabled:hover,
.vinc.collezione .nav-pills li a.disabled:hover,
.vinc.prodotto .nav-pills li a.disabled:hover {
  background: #FFF !important;
  color: #0751B0 !important;
  transition: .3s;
}

.vinc.notes-wrapper {
  margin-bottom: 20px;
}

/* media queries */
@media (max-width: 1100px) {

  .vinc.prodotto.monofferta .choices .choice-data-wrapper,
  .vinc.collezione .choices .choice-data-wrapper {
    padding: 20px 0;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .price-wrapper .price {
    font-size: 3rem !important;
  }

  .vinc.prodotto.monofferta .delivery-charges,
  .vinc.collezione .delivery-charges {
    font-size: 1rem;
  }

  .vinc.prodotto.monofferta .fullprice,
  .vinc.collezione .fullprice {
    font-size: 1rem;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    margin-top: 10px;
    min-height: auto;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-unit,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 2rem !important;
  }

  .vinc.prodotto.monofferta .choices .cta-wrapper,
  .vinc.collezione .choices .cta-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {

  .vinc.prodotto.monofferta .container.scheda-slider,
  .vinc.collezione .container.scheda-slider {
    padding: 0;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper,
  .vinc.collezione .choices .choice-data-wrapper {
    padding: 20px 0;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .price-wrapper .price,
  .vinc.collezine .choices .choice-data-wrapper .price-wrapper .price,
  .vinc.prodotto.monofferta .choices .choice-data-wrapper .price-wrapper .unit,
  .vinc.collezine .choices .choice-data-wrapper .price-wrapper .unit {
    font-size: 2rem !important;
  }

  .vinc.prodotto.monofferta .delivery-charges,
  .vinc.collezione .delivery-charges {
    font-size: .875rem;
  }

  .vinc.prodotto.monofferta .fullprice,
  .vinc.collezione .fullprice {
    font-size: .875rem;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper {
    margin-top: 10px;
    min-height: auto;
  }

  .vinc.collezione.multiofferta .choices .choice-data-wrapper .discount-wrapper {
    margin-top: 30px;
    min-height: auto;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.prodotto.monofferta .choices .choice-data-wrapper .discount-wrapper .discount-unit,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-label,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-number,
  .vinc.collezione .choices .choice-data-wrapper .discount-wrapper .discount-unit {
    font-size: 1.5rem !important;
  }

  .vinc.collezione .scheda.offer.collezione {
    display: grid !important;
    grid-template-areas:
      "slideshow" "offers-list" "descrizione"
    ;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    margin-bottom: 0;
  }

  .vinc.collezione .offers-section-wrapper.container {
    margin-bottom: 0;
  }

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

  .vinc.collezione .choice.pagamento {
    display: flex;
    flex-direction: column;
  }

  .vinc.collezione.monofferta .choices {
    margin-bottom: 0;
    height: auto;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper .price-wrapper .price,
  .vinc.collezione .choices .choice-data-wrapper .price-wrapper .price {
    font-size: 3rem !important;
  }

  .vinc.prodotto.monofferta .choices .choice-data-wrapper {
    padding: 20px 0;
  }

  .vinc.collezione.monofferta .choices .choice-data-wrapper {
    padding: 20px 0 0;
  }

  .vinc.collezione .nav-pills {
    font-size: 1.5rem;
  }

  .vinc.collezione .scheda.offer .notes-wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .vinc.collezione .nav-pills {
    font-size: 1.25rem;
    line-height: 1;
  }
}

/* new styles 2025-01-29 */
.vinc .container.upselling-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 30px;
}

.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;
  background: #FFFFFF;
  border-radius: 9px;
  padding: 10px 10px 0;
}

@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;
  border-top: 2px solid #FFFFFF;
  padding: 20px;
  justify-content: center;
  margin-top: 10px;
}

.upselling-wrapper .card.offer .offer-visual .bkg::after {
  display: none;
}

.vinc .upselling-wrapper h3 {
  min-height: 36px;
}

.vinc .upselling-wrapper .checked h3 {
  color: #14142B;
  margin-bottom: 20px;
}

.vinc .card.card-medium.offer.abb {
  top: 10px;
}

/* styles 2025-05 */
@media (max-width: 768px) {
.vinc  .navbar-account {
    width: auto!important;
	}
.vinc .heading-genere img {
  width: 100%;
  margin: 20px 0 10px;
}
}