﻿.Coupon__Btn {
  float: none;
  width: fit-content;
}

body.Checkout div#Content {
  padding: 0;
}
body.Checkout div#ShopPage {
  overflow: hidden;
}
body.Checkout div#ShopPage p.Step__Description {
  margin: 0.25rem 0;
}
body.Checkout div#ShopPage div.Page__Container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-bottom: 40px;
}
body.Checkout div#ShopPage div.Page__Container div.LeftColumn {
  margin-top: 20px;
  position: relative;
  --content-padding: 25px;
}
body.Checkout div#ShopPage div.Page__Container div.LeftColumn div.GenericForm a.HomePageButton {
  width: fit-content;
  margin: 0;
}
body.Checkout div#ShopPage div.Page__Container div.LeftColumn div.Page__Header {
  position: relative;
}
body.Checkout div#ShopPage div.Page__Container div.LeftColumn div.Page__Header::before {
  right: calc(-1 * var(--content-padding));
  background-color: #f7f7f7;
  position: absolute;
  display: block;
  bottom: -27px;
  width: 100vw;
  content: " ";
  z-index: -1;
  top: -27px;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Page__Container div.LeftColumn div.Page__Header::before {
    right: 0;
  }
}
@media only screen and (max-width: 999px) {
  body.Checkout div#ShopPage div.Page__Container {
    flex-direction: column;
  }
  body.Checkout div#ShopPage div.Page__Container div.LeftColumn,
  body.Checkout div#ShopPage div.Page__Container div.RightColumn {
    width: 100%;
  }
  body.Checkout div#ShopPage div.Page__Container div.RightColumn div.OrderSummary {
    display: none;
  }
  body.Checkout div#ShopPage div.Page__Container div.RightColumn div.Summary__Info {
    border-top: 1px solid black;
    padding: 1.25rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  body.Checkout div#ShopPage div.Page__Container div.LeftColumn {
    --content-padding: 60px;
    padding: 0 60px;
    flex: 1;
  }
  body.Checkout div#ShopPage div.Page__Container div.RightColumn {
    width: 33%;
    min-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1250px) {
  body.Checkout div#ShopPage div.Page__Container div.LeftColumn {
    --content-padding: 90px;
    padding: 0 90px;
    flex: 1;
  }
  body.Checkout div#ShopPage div.Page__Container div.RightColumn {
    width: 33%;
    min-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.Checkout div#ShopPage h1 {
  margin: 0;
  padding-bottom: 0;
}
body.Checkout div#ShopPage div.Page__Content {
  padding-top: 2.75rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Page__Content {
    padding-top: 3.75rem;
  }
}
body.Checkout div#ShopPage div.Header__Logo img {
  max-width: 6.675rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Header__Logo {
    margin-bottom: 1.25rem;
  }
}
body.Checkout div#ShopPage span.Mandatory__Label {
  margin-bottom: 3.75rem;
  font-size: 0.6875rem;
  display: block;
  color: #71797f;
}
body.Checkout div#ShopPage div.Step:not(.Visible) {
  display: none;
}
body.Checkout div#ShopPage input[type=text],
body.Checkout div#ShopPage input[type=number],
body.Checkout div#ShopPage input[type=password] {
  padding: 0 20px;
  font-weight: 600;
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
  height: 3.4375rem;
}
body.Checkout div#ShopPage textarea {
  height: 8rem;
  resize: none;
  font-weight: 600;
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
}
body.Checkout div#ShopPage input[type=submit] {
  background: black;
  line-height: 1.5rem;
  min-height: 3.475rem;
  font-size: 0.9375rem;
  font-weight: normal;
  cursor: pointer;
}
body.Checkout div#ShopPage div.Select {
  height: 3.4375rem;
}
body.Checkout div#ShopPage div.Select select {
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  padding-right: 3.125rem;
  padding-left: 1.25rem;
  height: 100%;
}
body.Checkout div#ShopPage ul.BreadCrumb {
  padding: 0;
  border-top: unset;
  margin-top: 1.1875rem;
  margin-bottom: 1.375rem;
  justify-content: flex-start;
}
body.Checkout div#ShopPage ul.BreadCrumb li {
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: unset;
}
body.Checkout div#ShopPage ul.BreadCrumb li a {
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}
body.Checkout div#ShopPage ul.BreadCrumb li.Current {
  font-weight: bold;
}
body.Checkout div#ShopPage ul.BreadCrumb li.Current a {
  color: black;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid black;
}
body.Checkout div#ShopPage ul.BreadCrumb li.Completed {
  font-weight: bold;
}
body.Checkout div#ShopPage ul.BreadCrumb li.Completed a {
  color: black;
  cursor: pointer;
}
body.Checkout div#ShopPage ul.BreadCrumb li:not(:last-child):after {
  content: "";
  margin: 0 10px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
  font-family: FontAwesome;
  content: "\f054";
}
body.Checkout div#ShopPage div.Confirm__Container {
  display: flex;
  flex-wrap: wrap;
}
body.Checkout div#ShopPage div.Confirm__Container.Confirm__Container--Padding {
  padding-top: 2.625rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Confirm__Container.Confirm__Container--Padding {
    padding: 0;
    margin: 3.75rem 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Confirm__Container.Confirm__Container--Padding div.Privacy__Cta div.Privacy__CheckBox {
    padding-bottom: 1.875rem;
    margin: auto;
  }
}
body.Checkout div#ShopPage div.Confirm__Container.Confirm__Container--Padding div.Confirm__Btn--Pay {
  margin-left: auto;
  margin-right: unset;
  padding: 0 0 42px 0;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Confirm__Container.Confirm__Container--Padding div.Confirm__Btn--Pay {
    padding: 0;
    margin: auto;
  }
}
body.Checkout div#ShopPage div.Confirm__Container div.Privacy__CheckBox {
  padding-bottom: 0.625rem;
}
body.Checkout div#ShopPage div.Confirm__Container div.Confirm__Btn {
  text-transform: uppercase;
  padding: 3.75rem;
  margin: auto;
}
body.Checkout div#ShopPage div.Confirm__Container div.Confirm__Btn input {
  margin: 0;
}
body.Checkout div#ShopPage div.Confirm__Container div.Confirm__Error {
  width: 100%;
}
body.Checkout div#ShopPage div.Summary__Block {
  background-color: #f7f7f7;
  margin-top: 0.125rem;
  padding: 1.875rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Summary__Block {
    background-color: unset;
    padding: 0.625rem;
  }
}
body.Checkout div#ShopPage div.Summary__Block h3 {
  padding-bottom: 1.25rem !important;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.Summary__Block h3.Title__Riepilogo {
    padding-bottom: 1.875rem;
  }
}
body.Checkout div#ShopPage div.Summary__Block div.Summary__Row {
  gap: 8px;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body.Checkout div#ShopPage div.Summary__Block div.Summary__Row div.Summary__Column {
  flex: 1;
}
body.Checkout div#ShopPage div.Summary__Block div.Summary__Row div.Summary__Title {
  font-weight: 600;
}
body.Checkout div#ShopPage div.Summary__Block div.Summary__Row a {
  color: black;
  padding-top: 5px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid black;
}
body.Checkout div#ShopPage div.ShippingCart__Summary--Totale {
  font-size: 1.125rem !important;
  font-weight: 600;
}
body.Checkout div#ShopPage div.ShoppingCart {
  /*&.Summary__Block {
      @media only screen and (max-width: 759px) {
          border-bottom: 1px solid black;
      }
  }*/
}
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem a.ShoppingItem__Image img {
  width: 6.375rem;
}
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.Confirmation-Dialog--Open {
  display: block;
}
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.ShoppingItem__Product-Code {
  margin: 0.5rem 0 1rem 0;
}
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.ShoppingItem__Price {
  font-weight: bold;
}
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.ShoppingItem__Price,
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.ShoppingItem__Product-Code,
body.Checkout div#ShopPage div.ShoppingCart div.ShoppingItem div.ShoppingItem__Product-Characters {
  font-size: 0.875rem;
}
body.Checkout div#ShopPage div.LeftColumn h3 {
  /*margin-bottom: 32px;*/
  padding-bottom: 0;
}
body.Checkout div#ShopPage div.LeftColumn h3.Section__Title {
  margin-top: 4.5rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.LeftColumn h3.Section__Title {
    margin-top: 3.25rem;
    margin-bottom: 1.875rem;
  }
}
body.Checkout div#ShopPage div.LeftColumn .GenericForm h4 {
  margin-top: 0;
}
body.Checkout div#ShopPage div.LeftColumn .Box {
  width: 100%;
  margin-bottom: 27px;
}
body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column .Select {
  width: 100%;
}
body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column .Select select {
  width: 100%;
}
body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column:first-child {
  margin-right: 14px;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column:first-child {
    margin-right: 0;
  }
}
body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column:last-child {
  margin-left: 14px;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.LeftColumn .Box.Fatturazione div.Column:last-child {
    margin-left: 0;
  }
}
body.Checkout div#ShopPage div.LeftColumn .Box.Pagamento label {
  margin-bottom: 0px;
}
body.Checkout div#ShopPage div.LeftColumn .Box.Pagamento span {
  margin-bottom: 20px;
}
body.Checkout div#ShopPage div.LeftColumn .Box.Pagamento div.Column:last-child {
  padding-top: 10px;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column {
  width: 50%;
  display: table-cell;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.LeftColumn .Box div.Column {
    display: block;
    width: 100%;
  }
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column:first-child {
  padding-right: 30px;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.LeftColumn .Box div.Column:first-child {
    padding-right: 0;
  }
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column:last-child {
  padding-right: 5px;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column h3 {
  margin-bottom: 30px;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column span, body.Checkout div#ShopPage div.LeftColumn .Box div.Column strong {
  font-size: 15px;
  line-height: 21px;
  display: block;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column ul {
  margin-top: 20px;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column ul li {
  padding-bottom: 10px;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column .Register {
  margin-top: 20px !important;
}
body.Checkout div#ShopPage div.LeftColumn .Box div.Column .Login {
  margin-top: 1px !important;
}
body.Checkout div#ShopPage div.LeftColumn #PaymentForm div.Margin {
  margin-bottom: 10px;
}
body.Checkout div#ShopPage div.LeftColumn #PaymentForm span {
  margin-bottom: 0;
}
body.Checkout div#ShopPage div.RightColumn {
  background-color: white;
  border-left: 1px solid rgb(247, 247, 247);
}
body.Checkout div#ShopPage div.RightColumn h2 {
  padding-bottom: 20px;
}
body.Checkout div#ShopPage div.RightColumn h4 {
  margin: 0;
  /*  padding-bottom: 16px;
  border-bottom: 1px solid $Color-Silver;*/
}
body.Checkout div#ShopPage div.Summary__Row {
  display: flex;
  font-size: 0.875rem;
  /*padding-bottom: 0.625rem;*/
}
body.Checkout div#ShopPage div.Summary__Row div.Summary__Label {
  flex: 1;
}
body.Checkout div#ShopPage div.Summary__Row--Total {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  /*margin-top: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 1.90625rem;*/
  /*border-bottom: 1px solid #a5a0a0;*/
}
body.Checkout div#ShopPage div.Summary__Shipping {
  /*padding: 1.25rem 0;*/
  font-size: 0.875rem;
  /*margin-bottom: 1.25rem;*/
  /*border-bottom: 1px solid #a5a0a0;*/
}
body.Checkout div#ShopPage div.Summary__Shipping div.Summary__Shipping-Title {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Summary__Shipping div.Summary__Shipping-Customer {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Summary__Shipping div.Summary__Shipping-Description {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Summary__Shipping div.Summary__Shipping-Title {
  font-weight: 700;
}
body.Checkout div#ShopPage div.Shipping__Content {
  display: none;
}
body.Checkout div#ShopPage div.Shipping__Content h3.Section__Title {
  margin-top: 0.8rem;
}
body.Checkout div#ShopPage div.Summary__Subtotal {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #a5a0a0;
}
body.Checkout div#ShopPage div.Summary__Subtotal div.Summary__Row:not(:last-child) {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Accordion {
  position: relative;
}
body.Checkout div#ShopPage div.Accordion p.Accordion__Title {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  body.Checkout div#ShopPage div.Accordion p.Accordion__Title {
    font-size: 1rem;
  }
}
body.Checkout div#ShopPage div.Accordion i.Accordion__Icon {
  position: absolute;
  top: 2px;
  right: 0;
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item {
  position: relative;
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item + div.Accordion__Item {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item--Active i.Accordion__Icon::before {
  content: "\f068";
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item:not(.Accordion__Item--Active) div.Accordion__Content {
  display: none;
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item:not(:last-child) {
  margin-bottom: 0.5625rem;
}
body.Checkout div#ShopPage div.Accordion div.Accordion__Item div.Accordion__Content p {
  margin: 0;
}
body.Checkout div#ShopPage div.MetodiPagamento {
  padding-top: 4.275rem;
}
@media only screen and (max-width: 759px) {
  body.Checkout div#ShopPage div.MetodiPagamento {
    padding-top: 5rem;
  }
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento {
  border: 2px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 1.25rem;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento:last-child {
  margin-bottom: 0;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento.MetodoPagamento--Selected {
  border: 3px solid #387ED6;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento:not(.MetodoPagamento--Selected) div.MetodoPagamento__Content {
  display: none;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento:not(.MetodoPagamento--Selected) div.MetodoPagamento__Check::after {
  font-size: 0;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento:not(.MetodoPagamento--Selected) div.MetodoPagamento__Header {
  cursor: pointer;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Header {
  display: flex;
  padding: 1.25rem;
  align-items: center;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Title {
  font-weight: 400;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Content {
  font-size: 0.875rem;
  padding: 0 1.25rem 1.25rem;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Content div.Left,
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Content div.Right {
  width: calc(50% - 0.625rem);
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Content input {
  margin: 1.25rem 0 0 0;
  font-weight: 400;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Content p {
  margin: 0;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Check {
  width: 21px;
  height: 21px;
  content: " ";
  display: block;
  position: relative;
  margin-right: 1rem;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Check::before, body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Check::after {
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  line-height: inherit;
  font-family: FontAwesome;
  content: "\f111";
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Check::before {
  font-weight: 400;
}
body.Checkout div#ShopPage div.MetodiPagamento div.MetodoPagamento div.MetodoPagamento__Check::after {
  top: 50%;
  left: 50%;
  font-weight: 900;
  position: absolute;
  font-size: 0.675rem;
  transform: translate(-50%, -50%);
}
body.Checkout div#ShopPage div.ShippingMethod {
  display: flex;
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Title {
  font-weight: 600;
}
body.Checkout div#ShopPage div.ShippingMethod:not(.ShippingMethod--Simple) {
  border: 1px solid #d8dce1;
  border-radius: 4px;
  padding: 1.25rem;
  cursor: pointer;
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Check {
  width: 21px;
  content: " ";
  display: block;
  position: relative;
  margin-right: 1.25rem;
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Check::before, body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Check::after {
  top: 50%;
  left: 50%;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  line-height: inherit;
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
  content: "\f111";
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Check::before {
  font-weight: 400;
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Check::after {
  font-weight: 900;
  font-size: 0;
}
body.Checkout div#ShopPage div.ShippingMethod div.ShippingMethod__Container {
  flex: 1;
}
body.Checkout div#ShopPage div.ShippingMethod.ShippingMethod--Selected div.ShippingMethod__Check::after {
  font-size: 0.675rem;
}

div.OrderSummary div.Sezioni__Container {
  display: flex;
  flex-direction: column;
}
div.OrderSummary div.Sezioni__Container div.Sezione {
  padding: 0.7rem 0;
}
div.OrderSummary div.Sezioni__Container div.Sezione:not(:last-child) {
  border-bottom: 1px solid #a5a0a0;
}
div.OrderSummary div.Sezioni__Container div.Sezione .ShopCouponTextArea {
  height: 1.4375rem !important;
  padding: 0 10px !important;
  margin-top: 0.5625rem !important;
  margin-bottom: 0.5625rem !important;
}
div.OrderSummary div.Sezioni__Container div.Sezione .CodiceScontolbl {
  margin-bottom: 0.5625rem !important;
}
div.OrderSummary div.Sezioni__Container div.Sezione a.Coupon__Btn {
  text-decoration: none;
  margin-left: 0;
}
div.OrderSummary div.Sezioni__Container div.Sezione div.CodiceSconto__Container h4.CodiceScontolbl {
  padding-bottom: 0.125rem;
  border: none;
  border-bottom: 1px solid #a5a0a0;
}
div.OrderSummary div.Sezioni__Container div.Sezione div.CodiceSconto__Container div.Group input.OrderSummaryInput {
  margin-top: 8px;
  height: 2.5rem !important;
  padding: 0 10px !important;
}
div.OrderSummary div.Sezioni__Container div.Sezione div.CodiceSconto__Container div.Group a {
  float: none;
  width: fit-content;
}

@media only screen and (max-width: 759px) {
  ul.PaymentSteps {
    flex-direction: column;
    margin-bottom: 3.75rem !important;
  }
  ul.PaymentSteps li {
    margin-bottom: 0.5rem;
  }
}

div.Label {
  margin: 1.25rem 0;
}
div.Label p {
  line-height: normal !important;
}

@media only screen and (max-width: 759px) {
  div.RadioButton {
    margin-bottom: 0.25rem;
  }
}

div.Step div.Section {
  margin-bottom: 3.25rem;
}

@media only screen and (max-width: 759px) {
  div.Sezione {
    padding: 1.875rem 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }
  div.Sezione div.Accordion__Item {
    margin-bottom: 1.25rem !important;
  }
  div.Sezione div.Accordion__Item:last-child {
    margin-bottom: 0 !important;
  }
}

div.StepDescription {
  margin-top: 2.5rem;
}

div.ScontoMobile {
  border-bottom: 1px solid grey;
}
div.ScontoMobile h4.Title__TotaleSconto {
  margin-bottom: 1.25rem;
}
div.ScontoMobile h4.InserisciCoupon {
  margin-bottom: 1.25rem;
}
div.ScontoMobile .ShopCouponTextArea {
  padding: 0 10px !important;
  margin-top: 0.5625rem !important;
  margin-bottom: 1.25rem !important;
}
div.ScontoMobile div.Group {
  padding-bottom: 1.875rem;
}

@media only screen and (max-width: 759px) {
  div.ShoppingItem__Container {
    border-bottom: 1px solid grey;
    padding-bottom: 1.25rem;
  }
}
div.ShoppingItem__Container div.ShoppingItem__Content div.ShoppingItem__Info div.ShoppingItem__LeftBox div.ShoppingItem__Price.Mobile {
  font-weight: unset !important;
}

@media only screen and (max-width: 759px) {
  div.Summary__Block {
    border-bottom: 1px solid grey;
  }
  div.Summary__Block:first-child {
    margin-bottom: 3.75rem;
  }
  div.Summary__Block h3 {
    margin-bottom: 0;
  }
}

div.Summary__Columns {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
div.Summary__Columns div.Summary__Column div.Summary__Info {
  display: flex;
  flex-direction: column;
}
div.Summary__Columns div.Summary__Column div.Summary__Info a {
  color: black;
  padding-top: 0.5rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid black;
  width: fit-content;
}
div.Summary__Columns:last-child {
  padding-bottom: 1.25rem;
}
