#mysa-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 40px auto 0;
}
@media (max-width: 500px) {
  #mysa-container {
    padding: 0 5px;
  }
}
#mysa-container:is(p, h1, h2, h3, h4, h5, h6, ul) {
  margin: 0;
  padding: 0;
}
#mysa-container small {
  font-size: 0.75rem;
}
#mysa-container ul {
  list-style: none;
}
#mysa-container ul li {
  margin-bottom: 20px;
}
#mysa-container ul li:last-child {
  margin-bottom: 0;
}

.mysa-wrapper {
  width: 100%;
  background: #F2F2F2;
  border-radius: 2px;
  padding: 40px 20px;
  margin-top: 15px;
}
@media (max-width: 990px) {
  .mysa-wrapper {
    padding: 15px;
  }
}
.mysa-wrapper h3 {
  font-size: 1.75rem;
  margin-bottom: 40px !important;
}
@media (max-width: 990px) {
  .mysa-wrapper h3 {
    margin-bottom: 15px !important;
  }
}
.mysa-wrapper h3 > svg {
  vertical-align: middle;
  margin-right: 20px;
}
.mysa-wrapper footer {
  text-align: center;
  margin-top: 60px;
  color: #afafaf;
}

.sa-circle-button,
.sa-plus-button,
.sa-closex-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #231F20;
}

.sa-circle-button {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
}
.sa-circle-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sa-plus-button {
  width: 30px;
  height: 30px;
  background: #231F20;
}
.sa-plus-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background: #fff;
}
.sa-plus-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background: #fff;
}

.x-btn {
  transform: rotate(45deg);
}

.btn-gray {
  background: #F2F2F2;
}
.btn-gray::after, .btn-gray::before {
  background: #231F20;
}

.sa-checkmark {
  position: relative;
  font-size: 0.875rem;
}
.sa-checkmark::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  border-bottom: 2px solid #231F20;
  border-left: 2px solid #231F20;
  transform: rotate(-45deg);
  vertical-align: text-top;
  margin-right: 8px;
}
.sa-checkmark.success {
  color: #4AD962;
}
.sa-checkmark.success::before {
  border-bottom: 2px solid #4AD962;
  border-left: 2px solid #4AD962;
}
.sa-checkmark.error {
  padding-left: 25px;
  color: #DE3929;
}
.sa-checkmark.error::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 20px;
  height: 1px;
  border-top: 2px solid #DE3929;
  border-left: none;
}
.sa-checkmark.error::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 1px;
  border-bottom: 2px solid #DE3929;
  border-left: none;
}
.sa-checkmark.warning::before {
  content: "i";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #FFBF00;
  border: 1px solid #231F20;
  transform: rotate(0deg);
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  font-size: 0.75rem;
}

.sa-success {
  color: #4AD962;
}

.sa-error {
  color: #DE3929;
}

.sa-warning {
  color: #FFBF00;
}

.lk-r-arrow {
  position: relative;
  display: inline-flex;
  width: auto;
  padding-right: 25px;
  align-items: center;
}
.lk-r-arrow::after {
  content: "";
  display: block;
  position: Absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
  transform: rotate(-45deg) translateY(-45%);
}
.lk-r-arrow:hover::after {
  border-right: 1px solid #ff5740;
  border-bottom: 1px solid #ff5740;
}
.lk-r-arrow > svg {
  margin-right: 10px;
}

.block-wrapper {
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  height: auto;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
}

.mysa-header {
  display: flex;
  width: 100%;
  height: 140px;
  border-radius: 2px;
  background: #231f20;
  align-items: center;
  color: #aeaeae;
}
@media (max-width: 500px) {
  .mysa-header {
    min-height: 60px;
    height: auto;
  }
}
.mysa-header.internal {
  height: 60px;
  padding: 10px;
}
.mysa-header.internal a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.mysa-header.internal a:hover {
  color: #aeaeae;
}
.mysa-header.internal .sa-circle-button::after {
  border-right-color: #231f20;
  border-bottom-color: #231f20;
}
.mysa-header img {
  border-radius: 50%;
  align-self: center;
  margin-left: 90px;
}
@media (max-width: 500px) {
  .mysa-header img {
    max-width: 75px;
    margin-left: 20px;
  }
}
.mysa-header--dati {
  margin-left: 25px;
}
.mysa-header h1 {
  font-size: 1.75rem;
  color: #fff;
}
@media (max-width: 500px) {
  .mysa-header h1 {
    font-size: 1.125rem;
  }
}
.mysa-header p {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 500px) {
  .mysa-header p {
    font-size: 0.875rem;
  }
}
.mysa-header a {
  text-decoration: underline;
  color: #aeaeae;
}
@media (max-width: 500px) {
  .mysa-header a {
    display: block;
  }
}
.mysa-header .sa-circle-button {
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  margin-right: 15px;
}

.mysa-login {
  display: flex;
  width: 75%;
  padding: 40px 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .mysa-login {
    width: 100%;
  }
}
.mysa-login > .block-wrapper {
  width: 100%;
}

.psw-fake {
  margin-top: 12px;
  border: none;
  color: #afafaf;
}

.kartlabelError {
  color: #DE3929;
  font-weight: 700;
}

.rec_psw input[type=password],
.rec_psw input[type=text] {
  width: 100%;
}

.wrap-psw {
  position: relative;
}

.eye {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.eye.eye_off {
  background-image: url(../../images/ui/sa-eye-off.png);
}

.eye.eye_on {
  background-image: url(../../images/ui/sa-eye.png);
}

.mysa-dashboard {
  display: flex;
  width: 75%;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .mysa-dashboard {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .mysa-dashboard {
    flex-wrap: wrap;
  }
}
.mysa-dashboard > div.block-wrapper {
  display: flex;
  width: 33.3333%;
  min-height: 140px;
  height: auto;
  margin-right: 20px;
}
.mysa-dashboard > div.block-wrapper:nth-child(3n) {
  margin-right: 0;
}
.mysa-dashboard > div.block-wrapper:hover h2 {
  text-decoration: underline;
}
@media screen and (max-width: 460px) {
  .mysa-dashboard > div.block-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mysa-dashboard > div.block-wrapper:last-child {
    margin-bottom: 0;
  }
}
.mysa-dashboard h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.mysa-dashboard h2 span {
  font-size: 0.75rem;
  font-weight: 400;
}
.mysa-dashboard img {
  align-self: flex-start;
  margin-right: 15px;
}
.mysa-dashboard a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mysa-menu {
  width: 25%;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .mysa-menu {
    width: 100%;
    margin-right: 0;
  }
}
.mysa-menu ul {
  list-style: none;
}
.mysa-menu ul li {
  margin-bottom: 20px;
}
.mysa-menu ul li:last-child {
  margin-bottom: 0;
}
.mysa-menu a {
  color: #231f20;
  text-decoration: none;
}

.order-list > div.block-wrapper {
  display: flex;
  margin-bottom: 30px;
  min-height: 110px;
}
.order-list > div.block-wrapper:last-child {
  margin-bottom: 0;
}
.order-list > div.block-wrapper > div {
  flex-grow: 0;
  flex-basis: 20%;
  width: 20%;
}
.order-list > div.block-wrapper > div.ord-status {
  flex-grow: 1;
  flex-basis: 30%;
}
.order-list > div.block-wrapper > div h4 {
  font-weight: 400;
}
.order-list > div.block-wrapper > div p {
  margin-top: 10px !important;
  font-weight: 700;
}
.order-list > div.block-wrapper > div.ord-cta {
  position: relative;
  flex-basis: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.ord-status > p.status {
  display: inline-block;
  padding: 8px 15px !important;
  border-radius: 2px;
  background-color: #F2F2F2;
  font-size: 1rem;
  color: #231f20;
}
div.ord-status > p.status img {
  width: 100%;
  max-width: 24px;
  vertical-align: middle;
  margin-right: 12px;
}
div.ord-status > p.status svg {
  width: 100%;
  max-width: 25px;
  height: auto;
  vertical-align: middle;
  margin-right: 12px;
  fill: #e96484 !important;
  stroke: #e96484 !important;
}
div.ord-status > span {
  display: block;
  font-size: 0.75rem;
  margin-top: 10px;
  font-weight: 500;
}

div.ord-cta > .sa-circle-button {
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 460px) {
  .order-list > .block-wrapper {
    flex-wrap: wrap;
  }
  .order-list > .block-wrapper .ordn,
.order-list > .block-wrapper .ord-data {
    width: 50%;
    flex-basis: 50%;
  }
  .order-list > .block-wrapper .ord-tot,
.order-list > .block-wrapper .ord-status {
    width: 100%;
    flex-basis: 100%;
  }
  .order-list > .block-wrapper .ord-tot {
    margin: 20px 0;
  }
  .order-list > .block-wrapper > div.ord-cta {
    width: 100%;
    flex-basis: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.txt-newsletter {
  width: 70%;
  line-height: 30px;
}

@media screen and (max-width: 600px) {
  .txt-newsletter {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #mysa-newsletter-form .mysa_nsl_prv {
    margin-left: 0 !important;
  }
}
#nsl_switch_ok {
  display: none;
}

.mysa-coupon {
  display: flex;
}
.mysa-coupon > .block-wrapper {
  line-height: 30px;
}
.mysa-coupon > .block-wrapper > span {
  font-size: 0.875rem;
}
.mysa-coupon > .used-coupon {
  background: transparent;
  box-shadow: none;
  color: #aeaeae;
  text-decoration: line-through;
  border-bottom: 1px solid #aeaeae;
  border-radius: 0;
}

.coupon-code {
  font-size: 1rem;
}

.mysacoupon_header svg {
  width: 50px;
}
.mysacoupon_header p {
  font-size: 1rem;
  line-height: 1.8;
}

#mysa-container .mysacoupon_detail .mysacoupon_code {
  margin: 20px 0;
}

.mysa-profile p {
  line-height: 30px;
  margin-top: 12px !important;
}
.mysa-profile > div.block-wrapper {
  margin-bottom: 20px;
}
.mysa-profile > div.block-wrapper:not(:last-of-type) a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
  font-size: 0.875rem;
}
.mysa-profile > div.block-wrapper:is(:last-of-type) {
  margin-top: 20px;
}
.mysa-profile > .my-address p {
  margin-bottom: 30px !important;
}
.mysa-profile > .add-address {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
}
.mysa-profile > .add-address .sa-plus-button {
  margin-right: 10px;
}

.mysa-ord-detail > header {
  display: flex;
  margin-bottom: 135px !important;
}
@media (max-width: 500px) {
  .mysa-ord-detail > header {
    flex-direction: column;
    margin-bottom: 55px !important;
  }
}
.mysa-ord-detail > header h3 {
  display: flex;
  flex-direction: column;
  margin-left: 20px !important;
  margin-bottom: 0 !important;
}
.mysa-ord-detail > header h3 span > span {
  color: #e96484;
}
.mysa-ord-detail .testata-ordine {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
}
@media (max-width: 768px) {
  .mysa-ord-detail .testata-ordine {
    width: 100%;
  }
}
.mysa-ord-detail .testata-ordine h3 span:not(:nth-of-type(1)) {
  font-size: 0.875rem;
  color: #231f20;
  font-weight: 400;
}
.mysa-ord-detail .consegna-prev {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
}
@media (max-width: 500px) {
  .mysa-ord-detail .consegna-prev {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.mysa-ord-detail .consegna-prev p {
  text-align: left;
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .mysa-ord-detail .consegna-prev p {
    font-size: clamp(12px, 3.2vw, 16px);
  }
}

@media screen and (max-width: 500px) {
  .mysa-ord-detail .testata-ordine h3 span:nth-of-type(2) {
    font-size: clamp(12px, 2.4vw, 14px);
  }
}
/* MOBILE */
@media screen and (max-width: 500px) {
  .mysa-wrapper h3 {
    font-size: clamp(20px, 4.8vw, 24px);
  }
}
.ordine-annullato {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  background: #FFBF00;
  border-radius: 2px;
}
.ordine-annullato svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.cont-timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 20px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #aeaeae;
}
.cont-timeline p {
  font-size: 0.75rem;
}
.cont-timeline > div {
  display: flex;
  position: relative;
}
.cont-timeline > div:after {
  content: "";
  position: absolute;
  top: calc(50% + 12.5px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #aeaeae;
}
.cont-timeline > div svg {
  height: 42px;
  width: auto;
  stroke: #aeaeae;
}
.cont-timeline > div.active-state:after {
  background: #e96484;
}
.cont-timeline > div.active-state svg {
  stroke: #e96484;
}
.cont-timeline > div.active-state .timeline-wrap .cont-check svg {
  stroke: #e96484;
}
.cont-timeline > div:not(:last-child) {
  flex: 1 1 25%;
  font-size: 0.75rem;
  position: relative;
}
.cont-timeline > div:last-child {
  flex: 0 1 auto;
}
.cont-timeline > div:first-child::after {
  background: #e96484;
}
.cont-timeline .timeline-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 50%;
  min-width: 120px;
  z-index: 5;
}
.cont-timeline .timeline-wrap .cont-check {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-timeline .timeline-wrap .cont-check svg {
  width: 25px;
  stroke: #aeaeae;
}

.cont-timeline > div:first-child:first-child .timeline-wrap .cont-check {
  background: linear-gradient(90deg, #fff 50%, transparent 50%);
}

.cont-timeline > div:first-child:first-child .timeline-wrap .cont-check svg {
  stroke: #e96484;
}

.cont-timeline > div:last-child .timeline-wrap .cont-check {
  background: linear-gradient(90deg, transparent 50%, #fff 50%);
}

.mysa-ord-detail > header {
  margin-bottom: 0 !important;
}

/* da rimuovere */
.wrapper-timeline .swipe {
  display: none;
}

@media screen and (max-width: 600px) {
  .cont-timeline {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 30px;
    border-bottom: none;
  }
  .cont-timeline > div:not(:last-child) {
    flex: 0 0 auto;
    width: 45%;
  }
  .cont-timeline ul li:last-child {
    min-width: 80px;
    right: auto;
  }
  .timeline-wrap {
    flex: 0 1 auto;
  }
  .wrapper-timeline {
    position: relative;
  }
  .wrapper-timeline .swipe {
    display: block;
    position: absolute;
    left: 50%;
    top: 14%;
    width: 40px;
    /*background: #fff;*/
    animation: animation-swipe 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    z-index: 30;
  }
}
@keyframes animation-swipe {
  0%, 99% {
    left: 50%;
  }
  25% {
    left: 40%;
  }
  75% {
    left: 60%;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cont-compay {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.comunication {
  flex: 0 1 50%;
}
.comunication .toggle-timeline {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 30px !important;
  width: auto;
  padding-right: 50px !important;
}
.comunication .toggle-timeline::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 28%;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #231f20;
  border-right: 1px solid #231f20;
  transform: rotate(45deg) translateY(-50%);
}

#sa_com_timeline > ul > li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  border-left: 1px solid #aeaeae;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}

.sa_com_timeline {
  max-height: 295px;
  height: auto;
  overflow-y: hidden;
  will-change: transform;
  transition: max-height 0.7s ease-out;
}
.sa_com_timeline ul {
  list-style-type: none;
  margin-left: 3px !important;
}
.sa_com_timeline ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aeaeae;
  border: 2px solid #fff;
}
.sa_com_timeline ul li span {
  color: #aeaeae;
  font-size: 0.75rem;
}
.sa_com_timeline.open {
  max-height: 100vh;
}
.sa_com_timeline.open + .toggle-timeline::after {
  content: attr(data-close);
}
.sa_com_timeline.open + .toggle-timeline::before {
  transform: rotate(-135deg);
  top: 40%;
}
.sa_com_timeline + .toggle-timeline::after {
  content: attr(data-open);
}

.pay-type {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #f2f2f2;
  border-radius: 2px;
}
.pay-type__info {
  flex: 0 1 100%;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 0.875rem;
}
.pay-type__info-totale {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pay-type__info-totale span {
  width: 100%;
}
.pay-type__info-totale span:nth-child(2) {
  align-self: center;
  font-weight: 700;
}
.pay-type__info-metodo {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
}
.pay-type__info-metodo span {
  width: 100%;
  margin-bottom: 15px;
}
.pay-type__info-metodo > svg {
  align-self: center;
  height: 35px;
  margin-right: 15px;
}
.pay-type__info-metodo > img {
  align-self: center;
  max-width: 75px;
  margin-right: 15px;
}
.pay-type__info-metodo > img[alt=PayPal] {
  margin-right: 0;
}
.pay-type__info-metodo > img + p {
  display: none;
}
.pay-type__info-metodo p {
  align-self: center;
}
.pay-type .result {
  display: inline-flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
}
.pay-type .result p span {
  font-size: 0.75rem;
  color: #231f20;
}

.payments {
  flex: 0 1 50%;
}
.payments .sa-cta {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.payments button:not(:nth-of-type(1)) {
  margin-top: 15px !important;
}
.payments .pay-type .sa-cta {
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .comunication,
.payments {
    flex-basis: 100%;
  }
  .payments {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #aeaeae;
  }
  .pay-type {
    flex-wrap: wrap;
  }
  .pay-type .result {
    margin-top: 10px;
  }
  .pay-type .result .sa-checkmark {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .cont-compay {
    border-top: 1px solid #aeaeae;
  }
}
.cont-daticli {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #aeaeae;
}
@media screen and (max-width: 500px) {
  .cont-daticli {
    padding: 0;
  }
}

.cont-ord-sped {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cont-ord-sped {
    flex-basis: 100%;
    justify-content: flex-start;
    border-top: 1px solid #aeaeae;
  }
}
@media (max-width: 500px) {
  .cont-ord-sped {
    flex-wrap: wrap;
    border-top: none;
  }
}
.cont-ord-sped .dati-spedizione, .cont-ord-sped .dati-fatturazione {
  flex: 0 1 25%;
}
@media (max-width: 768px) {
  .cont-ord-sped .dati-spedizione, .cont-ord-sped .dati-fatturazione {
    margin-top: 30px;
    flex-basis: 50%;
  }
}
@media (max-width: 500px) {
  .cont-ord-sped .dati-spedizione, .cont-ord-sped .dati-fatturazione {
    flex-basis: 100%;
  }
}
.cont-ord-sped .dati-docs {
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  .cont-ord-sped .dati-docs {
    margin-top: 30px;
    flex-basis: 50%;
  }
}
@media (max-width: 500px) {
  .cont-ord-sped .dati-docs {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 500px) {
  .cont-ord-sped .dati-fatturazione {
    border-top: 1px solid #aeaeae;
    padding-top: 30px;
  }
}
.wrapper-ordln {
  background: #F2F2F2;
  padding: 15px;
  border-radius: 2px;
}

.cont-ordart {
  padding: 30px 0 15px;
}
.cont-ordart div.ordline {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 500px) {
  .cont-ordart div.ordline {
    flex-wrap: wrap;
  }
}
.cont-ordart div.ordline:last-child {
  margin-bottom: 0;
}
.cont-ordart div.ordline img {
  align-self: flex-start;
  max-width: 160px;
}

.ordline_detail {
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .ordline_detail {
    width: 100%;
    margin-top: 20px;
  }
}
.ordline_detail .art_name {
  font-size: 1.375rem;
  font-weight: bold;
}
.ordline_detail .art_desc {
  margin: 20px 0 !important;
}
.ordline_detail .art_price {
  font-weight: 700;
  color: #e96484;
}

.ordline-service {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px;
}
.ordline-service span {
  margin-left: 5px;
  color: #e96484;
  font-weight: bold;
}
.ordline-service span:first-of-type {
  color: #231f20;
  font-weight: 400;
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
  .ordline-service span:first-of-type {
    flex-grow: 1;
    margin-left: 15px;
  }
}
.ordline-service .wrap-svg {
  display: flex;
  justify-content: center;
  flex: 0 1 55px;
}
.ordline-service .wrap-svg svg {
  width: 55px;
  stroke: #e96484;
  height: 30px;
}

.sa-totale-importo {
  margin-bottom: 30px;
}
.sa-totale-importo span {
  color: #e96484;
  font-weight: bold;
}

.total-pay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #F2F2F2;
  border-radius: 2px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}
.total-pay-wrapper span {
  color: #e96484;
}

.all-payments .type-pay-wrapper {
  display: flex;
  width: 100%;
  padding: 25px;
  border-radius: 2px;
  border: 1px solid #aeaeae;
  margin-bottom: 10px;
}
.all-payments h5 {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
}
.all-payments .type-pay {
  padding: 0 15px;
  font-size: 0.875rem;
  flex-grow: 1;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .all-payments .type-pay {
    padding: 15px 0;
  }
}
.all-payments .type-img-pay svg, .all-payments .type-img-pay img {
  width: 45px;
}

.wrap-pagreq-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.mysa-wishlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mysa-wishlist > header {
  width: 100%;
}
.mysa-wishlist footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.mysa-wishlist footer > * {
  width: 100%;
}
.mysa-wishlist footer p:first-child {
  color: #231f20;
}
.mysa-wishlist footer .sa-cta {
  width: auto;
  text-decoration: none;
}
@media (max-width: 500px) {
  .mysa-wishlist footer .sa-cta {
    width: 100%;
  }
}
.mysa-wishlist > .block-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .mysa-wishlist > .block-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mysa-wishlist > .block-wrapper .sa-plus-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.wishlist-img {
  width: 100%;
}
.wishlist-img > img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.wishlist-text {
  flex-grow: 1;
  width: 100%;
}
.wishlist-text p {
  line-height: 1.4;
}
.wishlist-text .wh-prod {
  text-transform: lowercase;
  font-size: 0.875rem;
}
.wishlist-text .wh-prod_desc {
  display: block;
  height: 55px;
  font-size: 0.875rem;
}
.wishlist-text .wh-prod_name {
  font-weight: 700;
  font-size: 1.125rem;
}
.wishlist-text .wh-prod_price {
  font-size: 0.75rem;
  color: #aeaeae;
  line-height: 1.4;
}
.wishlist-text .wh-prod_price .price {
  font-size: 1.375rem;
  color: #e96484;
  font-weight: 700;
}
.wishlist-text .wh-prod_price .price small {
  font-size: 0.875rem;
  font-weight: 400;
}
.wishlist-text .wh-prod_price .original-price {
  font-size: 0.875rem;
  color: #231f20;
  text-decoration: line-through;
  margin-left: 20px;
}
.wishlist-text li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.wishlist-text li svg {
  margin-right: 15px;
  stroke: #e96484;
  width: 30px;
  height: auto;
}
.wishlist-text li span {
  color: #e96484;
}
.wishlist-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wishlist-link a {
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 40px;
  padding-right: 50px;
}
.wishlist-link a .sa-circle-button {
  display: inline-block;
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=file:///S:/WWW/dev.css/src/site/mysa/index.scss */
/*# sourceMappingURL=maps/mysa.css.map */
