<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* FONT WEIGHTS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* LISTA PRODOTTI ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.shop-intro p {
  text-align: center !important;
}

.padding-perc {
  padding: 3% 0 2% 0;
}
.padding-perc h1 {
  margin-bottom: 24px;
}

.conf h3 {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.autoCoupon {
  background-color: #9AD0FD;
  color: #FFFFFF;
  margin-bottom: 2%;
}
.autoCoupon h1, .autoCoupon h2, .autoCoupon h3, .autoCoupon h4, .autoCoupon h5, .autoCoupon p {
  color: #FFFFFF;
}
.autoCoupon h2 {
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
  padding-bottom: 1%;
}

.shop-list .shop-list-item .price.pricemobile {
  display: none;
}

.shop-list .shop-list-item .btn-shop.btn-shop-mobile {
  display: none;
}

.shop-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  width: calc(100% - 20px);
  margin: 0 10px;
  margin: 0 auto;
  max-width: 1200px;
  /*.shop-list-item.active {
    border: 4px solid $azzurro;

    .btn-shop {
      background-color: $azzurro;
      pointer-events: auto;
    }
  }*/
}
.shop-list .shop-list-item {
  width: calc(100% - 40px);
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 4px solid #F7F8F9;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -ms-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.shop-list .shop-list-item .shop-img {
  width: calc(50% - 60px);
  padding: 10px 30px;
  position: relative;
}
.shop-list .shop-list-item .shop-desc {
  width: calc(50% - 120px);
  padding: 30px 60px;
}
.shop-list .shop-list-item .shop-desc h2 {
  border-bottom: 1px solid #ECF0F2;
  padding-bottom: 15px;
}
.shop-list .shop-list-item .pantone {
  margin: 10px auto;
  width: 80px;
  /*min-width: 220px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.shop-list .shop-list-item .pantone span {
  width: 60px;
  margin: 4px 15px;
}
.shop-list .shop-list-item:hover {
  border: 4px solid #033E8C;
}
.shop-list .shop-list-item:hover .btn-shop-no-mobile {
  background-color: #033E8C;
  display: block;
}
.shop-list .shop-list-item:hover .design-select {
  background-color: #033E8C;
}
.shop-list .shop-list-item:hover .design-select::after {
  background-color: #033E8C;
}
.shop-list .shop-list-item:hover section.info-cart input {
  border-color: #033E8C;
}
.shop-list .shop-list-item img.foto {
  width: 80%;
}
.shop-list .shop-list-item .price {
  background: #FFC84D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 120px;
  flex-wrap: nowrap;
  width: 170px;
  height: 170px;
  position: absolute;
  text-align: center;
  /*padding-top: 40px;*/
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  z-index: 9;
}
.shop-list .shop-list-item .price .tot {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.shop-list .shop-list-item .price small {
  font-size: 12px;
}
.shop-list .shop-list-item .price .pieces {
  font-size: 13px;
  text-transform: uppercase;
}
.shop-list .shop-list-item section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
  flex-wrap: nowrap;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #EFF2F7;
  text-align: left;
}
.shop-list .shop-list-item section h4 {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  width: auto;
}
.shop-list .shop-list-item section.info-cart h4, .shop-list .shop-list-item section.info-cart p {
  margin: 0;
}
.shop-list .shop-list-item section.info-cart p {
  font-size: 12px;
}
.shop-list .shop-list-item section.info-cart input {
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #DADEE3;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -ms-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
  padding: 14px 10px;
  width: 50px;
  font-size: 18px;
}
.shop-list .shop-list-item section.info-fabric div {
  padding: 0 10px;
  /*&amp;:nth-child(2) {
    flex-grow: 2;
  }*/
}
.shop-list .shop-list-item section.info-fabric div:first-child {
  padding-left: 0;
}
.shop-list .shop-list-item section.info-fabric div:nth-child(5) {
  text-align: center;
}
.shop-list .shop-list-item section.info-fabric div a.download-sheet {
  display: block;
  line-height: 0;
  margin: 5px 0 0 0;
  text-align: center;
}
.shop-list .shop-list-item section.info-fabric div a.download-sheet img {
  width: auto;
}
.shop-list .shop-list-item section.info-fabric div p {
  margin: 5px 0 0 0;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.shop-list .shop-list-item section.info-fabric div .scelta-tessuto {
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 10px 0;
  border-radius: 50%;
  border: 1px solid #717171;
}
.shop-list .shop-list-item section.info-bag p {
  margin: 5px 0 0 0;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
}
.shop-list .shop-list-item section.info-order {
  align-items: flex-start;
}
.shop-list .shop-list-item section.info-order div:nth-child(1) {
  min-width: 100px;
}
.shop-list .shop-list-item section.info-order div:nth-child(2) {
  flex-grow: 2;
}
.shop-list .shop-list-item section.info-order-print .display-flex div {
  min-width: 130px;
  margin-right: 15px;
}
.shop-list .shop-list-item section.info-order-print .display-flex div img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.shop-list .shop-list-item section.info-order-print .display-flex span {
  flex-grow: 2;
}
.shop-list .shop-list-item section.selects {
  justify-content: flex-start;
}
.shop-list .shop-list-item section.selects div {
  width: 50%;
}
.shop-list .shop-list-item section.selects div:first-child {
  margin-right: 20px;
}
.shop-list .shop-list-item .colors {
  width: 100%;
}
.shop-list .shop-list-item .colors .color {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border: 1px solid red;
}
.shop-list .shop-list-item .colors .color:hover, .shop-list .shop-list-item .colors .color.active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.shop-list .shop-list-item .colors .color.active::after {
  background-image: url(../pagination/icon/checked-mini.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -5px;
  top: -5px;
}
.shop-list .shop-list-item .btn-shop {
  background-image: url("/library/pagination/icon/cart.svg");
  background-position: calc(100% - 20px) 7px;
  background-size: 35px;
  background-color: #DADEE3;
  background-repeat: no-repeat;
  padding: 15px 65px 15px 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.shop-list .shop-list-item .btn-shop:hover {
  background-color: #033E8C;
}

/* FORMAT PREZZI ------------------------------------------------------------------------------------- */
.iva {
  font-size: 11px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.dec {
  font-size: 1em;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.cent {
  font-size: 0.8em;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.design-select {
  display: block;
  width: 100%;
  min-width: 85px;
  float: left;
  height: 40px;
  margin: 5px 0 0 0;
  background-color: #DADEE3;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
}
.design-select.misure {
  min-width: 150px;
}
.design-select.stampa {
  min-width: 150px;
}
.design-select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 35px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
  outline: none;
  cursor: pointer;
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0 2px;
}
.design-select select option {
  color: #000000;
}
.design-select:after {
  content: "";
  width: 40px;
  height: 100%;
  background-color: #DADEE3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.design-select img {
  width: auto !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

#modal.troppi-prodotti {
  background: rgba(255, 255, 255, 0.8);
}
#modal.troppi-prodotti .modal-content {
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid #E2E6EB;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*position: relative;*/
}
#modal.troppi-prodotti.visible {
  opacity: 1;
  pointer-events: auto;
}
#modal.troppi-prodotti .btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 20px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CARRELLO LATERALE ---------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#cartcont {
  overflow-y: auto;
  position: relative;
}

.cart {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFFFFF;
  width: 320px;
  padding: 20px;
  -webkit-transition: transform 0.5s ease 0.00001s;
  -moz-transition: transform 0.5s ease 0.00001s;
  -ms-transition: transform 0.5s ease 0.00001s;
  -o-transition: transform 0.5s ease 0.00001s;
  transition: transform 0.5s ease 0.00001s;
  -webkit-transform: translateX(360px);
  -moz-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  transform: translateX(360px);
  will-change: transform;
  z-index: 999;
  /*overflow-y: auto;*/
  /*a.empy-cart {
    background-color: $grigioscuro;
    margin-left: 0;

    &amp;:hover {
      background-color: $nero;
    }
  }*/
}
.cart table {
  width: 100%;
}
.cart img {
  max-width: 250px;
}
.cart .cart-color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 70px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #DADEE3;
  padding-bottom: 20px;
}
.cart .cart-color div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 70px;
  flex-wrap: nowrap;
}
.cart .color {
  width: 50px;
  height: 50px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}
.cart table tr td {
  padding: 6px 0;
  width: calc(50% - 20px);
  text-align: left;
}
.cart table tr td:nth-child(1) {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  width: 100px;
}
.cart table tr td.txtcenter {
  text-align: center;
}
.cart table tr td strong, .cart table tr td b {
  color: #033E8C;
}
.cart table tr.actions td {
  border-top: 1px solid #DADEE3;
}
.cart table tr.total td, .cart table tr.total-sconto td {
  border-top: 2px solid #000000;
  color: #000000;
}
.cart table tr.total td h4, .cart table tr.total-sconto td h4 {
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.cart table tr.total td h3, .cart table tr.total-sconto td h3 {
  color: #000000;
  margin: 5px;
}
.cart table tr.total td:nth-child(1), .cart table tr.total-sconto td:nth-child(1) {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
}
.cart table tr.total td:nth-child(1) small, .cart table tr.total-sconto td:nth-child(1) small {
  font-size: 10px;
}
.cart table tr.sconto td {
  border-top: 1px solid #DADEE3;
}
.cart table tr.sconto td h4 {
  font-size: 15px;
}
.cart table tr.sconto td h3 {
  margin: 5px;
  font-size: 15px;
}
.cart .close-cart {
  background: #DADEE3;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.cart .close-cart:hover {
  background: #9AD0FD;
}
.cart .close-cart img {
  width: 15px;
  margin: 12px;
}
.cart .open-cart {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #00A5FF;
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  top: calc(50vh - 30px);
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
}
.cart .open-cart img {
  width: 30px;
  margin: 4px;
}
.cart .open-cart.visible {
  pointer-events: auto;
  opacity: 1;
}
.cart .open-cart:hover {
  background: #9AD0FD;
}
.cart .checkoutart {
  text-align: center;
}
.cart .checkoutart .empty-container {
  float: left;
  width: 100%;
}
.cart .checkoutart .empty-container a.empy-cart {
  color: #636B73;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  margin: 0 5px 20px 5px;
  border-bottom: 1px solid #636B73;
  display: inline-block;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.cart .checkoutart .empty-container a.empy-cart:hover {
  color: #033E8C;
}
.cart .spacing {
  height: 120px;
  display: block;
}
.cart .confirmCart {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  height: 90px;
  width: 360px;
  text-align: center;
  border-top: 1px solid #ECF0F2;
}
.cart .confirmCart a.checkout {
  padding: 15px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  display: inline-block;
  margin: 20px 5px;
  width: calc(50% - 10px);
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  background-color: #033E8C;
  margin-right: 0;
  margin-bottom: 50px;
}
.cart .confirmCart a.checkout:hover {
  background-color: #000000;
}

.cart.visible {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  will-change: transform;
}

.cart-container {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  margin: 0;
  z-index: 998;
}
.cart-container.visible {
  opacity: 1;
  pointer-events: auto;
}

.contact-form .pec-sdi .six:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: 60px;
}
.contact-form .pec-sdi .six:first-child label {
  position: relative;
  top: inherit;
  left: inherit;
}
.contact-form .pec-sdi .six:first-child input {
  padding: 0;
  margin: 0 0 0 10px;
  border: solid 1px #E2E6EB;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form .pec-sdi .six:first-child input:nth-child(2) {
  margin-right: 15px;
}

.shop-list .shop-list-item section.info-fabric div.model {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CHECK-OUT ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.steps ul li {
  counter-increment: my-awesome-counter;
  display: inline-block;
}
.steps ul li a {
  color: #000000;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ECF0F2;
  border: 1px solid #DADEE3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.steps ul li::after {
  width: 80px;
  border-bottom: 3px dotted #DADEE3;
  content: "";
  display: inline-block;
  margin: 0 0 4px 0;
}
.steps ul li.active a {
  content: counter(my-awesome-counter);
  background-color: #9AD0FD;
  border: 1px solid #00A5FF;
}
.steps ul li.active::after {
  border-bottom: 3px dotted #00A5FF;
}
.steps ul li:last-child::after {
  width: 0;
}

/*

table.checkout {
  width: 100%;

  thead {

    tr {

      td {
        border-bottom: 1px solid $grigio;
        color: $nero;
        font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
        font-size: 18px;
        text-align: center;
        padding: 20px 10px;
      }
    }
  }

  tbody {

    tr {

      td {
        text-align: center;
        padding: 20px 10px;
        vertical-align: top;

        img {
          width: 150px;
        }

        h4 {
          color: $nero;
          font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
          font-size: 15px;
          margin: 10px 0 3px 0;
        }

        h3 {
          color: $nero;
          margin: 5px 0;
        }

        p {
          font-size: 15px;
          margin: 0;
        }

        strong, b {
          color: $azzurro;
        }

      }

      td.contact-form .input-block {
        width: 150px;
        float: right;
        background: $grigioform;
        border: 1px solid $grigioform;
        font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
        opacity: 1;
        @include transitionEase(opacity);

        &amp;.inactive {
          opacity: .5;
          pointer-events: none;
        }
      }

      td:last-child {
        font-size: 18px;
        color: $nero;
      }

    }

    tr:last-child {
      td {
        border-top: 1px solid $grigio;
      }

      td:first-child {
        text-align: right;

        p {
          margin-left: 5px;
        }

        .right {
          margin-left: 15px;
        }
      }
    }

  }

  .pantone {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .price span {
    font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
    font-size: 16px;
  }

  .design-select {
    width: auto;
    background: $azzurro;
    float: none;
    display: inline-block;
    margin: 0;


    &amp;::after {
      background: $azzurro;
    }
  }


}

*/
.print-note {
  background: #F7F8F9;
  margin: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  padding: 0 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.print-note div {
  border-left: 1px solid #DADEE3;
  padding: 15px 0 15px 30px;
  margin-left: 30px;
  width: calc(100% - 150px);
}
.print-note div strong {
  color: #000000;
}

.btn.step-confirm, .btn.submit_sped {
  padding: 20px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  float: right;
  margin: 20px 5px;
  width: auto;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  background: #033E8C;
}

.btn.back-shop {
  border: 2px solid #000000;
  padding: 20px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #000000;
  background-color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  float: left;
  margin: 20px 5px;
  width: auto;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
}
.btn.back-shop:hover {
  background-color: #ECF0F2;
}

.checkout .pantone {
  display: inline-block;
  float: none;
  margin: 0;
  margin-bottom: 15px;
  height: 65px;
}
.checkout .pantone p {
  font-size: 11px;
}
.checkout section {
  border-top: 1px solid #DADEE3;
  padding: 20px 0;
  text-align: center;
  display: grid;
  grid-template-columns: 12% 24% 10% 10% 10% 10% 12% 12%;
  grid-template-rows: max-content;
  grid-template-areas: "model description color measure print qta remove tot" "country country country country country country allinclusive pricetot";
}
.checkout section .model-check {
  grid-area: model;
}
.checkout section .model-check p {
  width: 100%;
}
.checkout section .desc-check {
  grid-area: description;
}
.checkout section .color-check {
  grid-area: color;
}
.checkout section .mis-check {
  grid-area: measure;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkout section .print-check {
  grid-area: print;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkout section .qta-check {
  grid-area: qta;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkout section .remove-check {
  grid-area: remove;
}
.checkout section .remove-check a {
  background: #CC0303;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
}
.checkout section .remove-check a:hover {
  background: #000000;
}
.checkout section .remove-check a img {
  width: 40px;
}
.checkout section .tot-check {
  grid-area: tot;
}
.checkout section .tot-check h4 {
  text-align: right !important;
}
.checkout section .sped-spese-calc {
  grid-area: country;
  border-top: 2px solid #000000;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.checkout section .sped-spese-calc .right {
  margin-left: 10px;
}
.checkout section .all-inclusive {
  grid-area: allinclusive;
  border-top: 2px solid #000000;
  margin-top: 20px;
  padding-top: 30px;
}
.checkout section .all-inclusive hr {
  border: 0;
  outline: 0;
  height: 3px;
  background-color: #000000;
  margin: 15px 0;
}
.checkout section .all-inclusive h3:first-child {
  color: #000000;
  font-size: 18px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkout section .all-inclusive h3.totale-finale {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  letter-spacing: 1px;
}
.checkout section .pricetot {
  grid-area: pricetot;
  border-top: 2px solid #000000;
  margin-top: 20px;
  padding-top: 30px;
}
.checkout section .pricetot .price, .checkout section .pricetot .discount, .checkout section .pricetot .shipping, .checkout section .pricetot .totalprice {
  margin: 7px 0;
  width: 100%;
  display: block;
  height: 21px;
}
.checkout section .pricetot hr {
  border: 0;
  outline: 0;
  height: 3px;
  background-color: #000000;
  margin: 15px 0;
}
.checkout section .pricetot .totalprice {
  color: #000000;
  font-size: 20px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
}
.checkout section h3, .checkout section .h3 {
  margin: 7px 0;
  font-size: 14px;
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #636B73;
  height: 21px;
}
.checkout section h4, .checkout section .h4 {
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 15px;
  /*margin: 20px 0 3px 0;*/
  margin: 15px 0 0px 0;
  width: auto;
  display: inline-block;
}
.checkout section h4::after, .checkout section .h4::after {
  content: ":";
}
.checkout section p {
  font-size: 14px;
  margin: 0;
  width: auto;
  display: inline-block;
}
.checkout section p.tessuto {
  width: 100%;
  text-align: center;
}
.checkout section strong, .checkout section b {
  color: #00A5FF;
}
.checkout section h4.heading {
  border-bottom: 1px solid #DADEE3;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.checkout section h4.heading::after {
  content: "";
}
.checkout section img {
  width: 150px;
  max-width: 100%;
}
.checkout section .price {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  font-size: 18px;
  color: #000000;
}
.checkout section .design-select {
  width: auto;
  min-width: 100px;
  background: #033E8C;
  float: none;
  display: inline-block;
  margin: 0;
}
.checkout section .design-select::after {
  background: #033E8C;
}
.checkout section .reg-select {
  width: auto;
  min-width: 220px;
}
.checkout section:first-child {
  border-top: none;
}
.checkout section:last-child {
  border-top: none;
  padding-top: 0;
}

.step-1 .checkout section .dati-check, .step-1 .checkout section .sped-label-check, .step-1 .checkout section .coupon-check {
  display: none;
}
.step-1 .checkout section .all-inclusive hr {
  margin: 15px 0 15px 30px;
  width: calc(100% - 30px);
}

.step-2 .six, .step-3 .six {
  position: relative;
  margin-bottom: 50px;
}
.step-2 .login-container, .step-2 .registraz-container, .step-3 .login-container, .step-3 .registraz-container {
  /*margin-right: 30px;*/
}
.step-2 .checkout, .step-3 .checkout {
  padding: 20px;
}
.step-2 .checkout section, .step-3 .checkout section {
  grid-template-columns: 33.3333333% 33.3333333% 33.3333333%;
  grid-template-rows: max-content;
  grid-template-areas: "model color misc" "sped-label sped-label tot" "coupon coupon coupon" "allinclusive allinclusive pricetot";
}
.step-2 .checkout section .dati-check, .step-3 .checkout section .dati-check {
  grid-area: misc;
}
.step-2 .checkout section .sped-label-check, .step-3 .checkout section .sped-label-check {
  grid-area: sped-label;
  text-align: right;
}
.step-2 .checkout section .sped-label-check, .step-2 .checkout section .tot-check, .step-3 .checkout section .sped-label-check, .step-3 .checkout section .tot-check {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #DADEE3;
}
.step-2 .checkout section .coupon-check, .step-3 .checkout section .coupon-check {
  grid-area: coupon;
  border-top: 1px solid #DADEE3;
  margin-top: 20px;
  padding-top: 15px;
}
.step-2 .checkout section .mis-check, .step-2 .checkout section .print-check, .step-2 .checkout section .qta-check, .step-2 .checkout section .sped-spese-calc, .step-2 .checkout section .desc-check, .step-3 .checkout section .mis-check, .step-3 .checkout section .print-check, .step-3 .checkout section .qta-check, .step-3 .checkout section .sped-spese-calc, .step-3 .checkout section .desc-check {
  display: none;
}
.step-2 .checkout section .tot-check h4, .step-2 .checkout section .tot-check h4:first-child, .step-3 .checkout section .tot-check h4, .step-3 .checkout section .tot-check h4:first-child {
  display: none;
}
.step-2 .checkout section p, .step-3 .checkout section p {
  width: 100%;
}
.step-2 .checkout section .input-block, .step-3 .checkout section .input-block {
  width: 160px;
  float: left;
  /*background: $grigioform;
  border: 1px solid $grigioform;*/
  background: #F7F8F9;
  border: 1px solid #F7F8F9;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.step-2 .checkout section .input-block.coupon, .step-3 .checkout section .input-block.coupon {
  background: #FFFFFF;
  border: 1px solid #ECF0F2;
}
.step-2 .checkout section .input-block.ok, .step-3 .checkout section .input-block.ok {
  background-image: url(/library/pagination/icon/checked-mini.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px 50%;
}
.step-2 .checkout section .input-block.ok label, .step-3 .checkout section .input-block.ok label {
  left: 60px;
}
.step-2 .checkout section .btn, .step-3 .checkout section .btn {
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
.step-2 .checkout section .btn.remove-coupon, .step-3 .checkout section .btn.remove-coupon {
  background: #636B73;
}
.step-2 .checkout section .coupon-msg, .step-3 .checkout section .coupon-msg {
  width: 100%;
  float: left;
}

.step-3 {
  min-height: calc(100vh - 498px);
}
.step-3 #loaderShop {
  left: 0;
}
.step-3 .checkout section {
  grid-template-areas: "model color misc" "sped-label sped-label tot" "allinclusive allinclusive pricetot";
}
.step-3 .checkout section .coupon-check {
  display: none;
}
.step-3 .six .mright {
  margin-right: 30px;
}
.step-3 h3, .step-3 .h3 {
  color: #000000;
  margin: 5px 0 10px 0;
}
.step-3 .six.right {
  background: #F7F8F9;
  margin-bottom: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.step-3 .paypal-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #DADEE3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.step-3 .paypal-container div:first-child {
  width: 50%;
}
.step-3 .paypal-container small {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.step-3 .bonifico {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.step-3 .bonifico .btn {
  width: calc(50% - 80px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 40px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.step-3 .bonifico small {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.step-3 .btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.checkoutTable thead td {
  border-bottom: 1px solid #DADEE3;
  color: #202020;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 15px;
  text-align: left;
}
.checkoutTable tbody tr:last-child td {
  border-top: 1px solid #DADEE3;
  padding-top: 15px;
}
.checkoutTable tbody tr:last-child td:last-child {
  color: #000000;
  font-size: 20px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkoutTable tbody h4, .checkoutTable tbody .h4 {
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.checkoutTable tbody h3, .checkoutTable tbody .h3 {
  color: #000000;
  margin-bottom: 5px;
}
.checkoutTable tbody p {
  margin-top: 0;
}

/*.bonifico {

  input {
    padding: 0;
    margin: 0;
    border: solid 1px #E2E6EB;
    background: $bianco;
    width: 30px;
    height: 30px;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  label {
    line-height: 32px;
    margin-left: 10px;
  }
}*/
/* ---------------------------------------------------------------------------------------------------- */
/* LOGIN ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.page-login {
  text-align: center;
  margin: 50px 0;
}

#loaderShop {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 80;
  background: rgba(255, 255, 255, 0.9);
}

.login-container, .registraz-container {
  height: 0;
  -webkit-transition: height 0.5s ease 0s;
  -moz-transition: height 0.5s ease 0s;
  -ms-transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  transition: height 0.5s ease 0s;
  overflow: hidden;
}
.login-container.visible, .registraz-container.visible {
  height: auto;
}
.login-container h4, .login-container .h4, .registraz-container h4, .registraz-container .h4 {
  font-size: 16px;
  color: #000000;
}
.login-container h4 a, .login-container .h4 a, .registraz-container h4 a, .registraz-container .h4 a {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.btns a {
  float: left;
  margin: 8px 0;
  color: #000000;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btns a span {
  color: #00A5FF;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.btns a:hover {
  color: #00A5FF;
}

.login-registration .btns a span {
  color: #000000;
  background-color: #9AD0FD;
  padding: 5px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.open-login, .recoverBtn, .open-registration, .submit_login, .submit_form, .submit_recoverPwd, .submit_recover, .backlogin {
  /* padding: 20px 30px;
   @include borderRadius(8px);*/
}

.submit_login, .submit_recover, #registrazione .submit_form {
  margin-top: 10px;
  padding: 20px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
}

#registrazione .column, #spedizione .column {
  padding: 0;
}
#registrazione .input-block input, #spedizione .input-block input {
  color: #000000;
  font-size: 16px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}

.login-registration {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  height: 100%;
  flex-wrap: nowrap;
  min-height: calc(100vh - 898px);
  margin: 50px 0;
}
.login-registration .login-container hr, .login-registration .registraz-container .open-login {
  display: none;
}
.login-registration .six {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
}
.login-registration .six:first-child {
  padding-left: 20px;
}
.login-registration .six:last-child {
  padding-right: 20px;
}

#registrazione .six {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
}
#registrazione .six:first-child {
  padding-right: 5px;
}
#registrazione .six:last-child {
  padding-left: 5px;
}
#registrazione .eight {
  width: 67.3333333333%;
}
#registrazione .ten {
  width: 84.167%;
}
#registrazione .eight, #registrazione .ten, #registrazione .four, #registrazione .two {
  margin: 0;
}
#registrazione .eight, #registrazione .ten {
  padding-right: 5px;
}
#registrazione .four, #registrazione .two {
  padding-left: 5px;
}

#recover {
  display: none;
}

.step-2 {
  min-height: calc(100vh - 498px);
}
.step-2 .six {
  margin: 0 2% 50px 0;
  padding: 0;
  width: 48%;
}
.step-2 .six.right {
  margin: 0 0 60px 2%;
  background: #F7F8F9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.step-2 h3, .step-2 h3.uppercase, .step-2 h4, .step-2 .h4 {
  margin-top: 0;
}
.step-2 .login-container {
  margin-right: 0;
}
.step-2 .btns {
  border-top: 1px solid #DADEE3;
  margin-top: 20px;
  padding-top: 20px;
}

.logged .login-container, .logged .login-container.visible, #spedizione {
  display: none;
}

.logged #spedizione {
  display: block;
}

.logged .registraz-container {
  height: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* AREA CLIENTI --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.intro-area-ris {
  padding: 90px 0 2% 0;
}
.intro-area-ris p {
  margin-bottom: 0;
  text-align: center;
}
.intro-area-ris h2 span {
  font-family: "Metropolis-Light", Arial, Helvetica, Clean, sans-serif;
}
.intro-area-ris.bgLightGrey {
  padding: 2% 0;
  min-height: calc(100vh - 825px);
  width: 100%;
  overflow: hidden;
}
.intro-area-ris .left:last-child {
  width: calc(100% - 262px);
}
.intro-area-ris .no-reserved {
  display: none;
}

.reserved-strip {
  background: #ECF0F2;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 89;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.reserved-strip .container-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 50px;
  flex-wrap: nowrap;
}
.reserved-strip .container-full ul {
  flex-grow: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.reserved-strip .container-full ul li a {
  width: auto;
  padding: 10px 20px;
  color: #636B73;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  position: relative;
  margin: 0;
}
.reserved-strip .container-full ul li a:hover {
  color: #000000;
}
.reserved-strip .container-full ul li a::after {
  content: " / ";
  position: absolute;
  right: -3px;
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
}
.reserved-strip .container-full ul li:last-child a::after {
  content: "";
}
.reserved-strip p {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  margin: 2px 0 0 0;
  color: #000000;
}
.reserved-strip p span {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
}
.reserved-strip strong {
  display: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #636B73;
}
.reserved-strip a {
  height: 100%;
  width: 50px;
  display: block;
  margin-left: 15px;
}
.reserved-strip a img {
  width: 32px;
  margin-top: 8px;
}
.reserved-strip a.showmobile {
  display: none;
}

.scroll.scroll2 .reserved-strip {
  transform: translateY(-50px);
}

.menu-reserved {
  margin: 0;
  padding: 0;
  border-left: 1px solid #636B73;
  margin-right: 40px;
  width: 220px;
}
.menu-reserved li a {
  display: block;
  padding: 10px;
  line-height: 25px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  color: #636B73;
  position: relative;
}
.menu-reserved li a strong {
  display: none;
}
.menu-reserved li a img {
  width: auto;
  float: left;
  margin-right: 10px;
}
.menu-reserved li a:hover, .menu-reserved li a.active {
  color: #000000;
}
.menu-reserved li a.active {
  color: #000000;
}

#registrazione_success {
  float: left;
  text-align: center;
  width: 96%;
  margin-top: 25px;
}

#spedizione #registrazione_success {
  margin-top: 30px;
}

.scroll .login-registration {
  min-height: calc(100vh - 750px);
}

/* inizio da spostare in ordine.css */
.tab-container {
  padding: 40px;
}
.tab-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
.tab-container input {
  display: none;
}
.tab-container .borsa-manage input {
  display: block;
}
.tab-container label {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 25px;
  color: #636B73;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  margin-bottom: -3px;
  padding-left: 80px;
  position: relative;
}
.tab-container label::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 10;
}
.tab-container label h3 {
  margin-bottom: 0;
  color: #636B73;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.tab-container label p {
  font-size: 13px;
}
.tab-container label .status {
  position: absolute;
  left: 15px;
  top: 36px;
  width: 50px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  font-size: 27px;
  border-right: 1px solid #DADEE3;
}
.tab-container label .status.ok {
  color: #00A5FF;
}
.tab-container label .status.nok {
  color: #CC0303;
}
.tab-container label:hover {
  color: #000000;
  cursor: pointer;
}
.tab-container label:hover .status {
  opacity: 1;
}
.tab-container input + label {
  border: 2px solid transparent;
}
.tab-container input:checked + label {
  position: relative;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #00A5FF;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 5px 5px 0 0;
}
.tab-container input:checked + label .status {
  opacity: 1;
}
.tab-container input:checked + label h3 {
  color: #00A5FF;
}
.tab-container input:checked + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dettaglio-1, #dettaglio-2, #dettaglio-3, #dettaglio-4 {
  background: #FFFFFF;
  display: none;
  border: 2px solid #00A5FF;
  padding: 15px;
}

#tab-1:checked ~ #dettaglio-1,
#tab-2:checked ~ #dettaglio-2,
#tab-3:checked ~ #dettaglio-3,
#tab-4:checked ~ #dettaglio-4 {
  display: block;
}

/* fine da spostare in ordine.css */
#cartcont {
  height: 100%;
  /*overflow: visible;
  @include flex();
  height: calc(100% - 91px);
  flex-direction: column-reverse;
  /*align-items: flex-end;
  justify-content: flex-end;*/
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media screen and (max-height: 1460px) {
  .step-2 .checkout section .input-block, .step-3 .checkout section .input-block {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }
  .step-2 .checkout section .btn, .step-3 .checkout section .btn {
    width: calc(40% - 10px);
    margin-left: 8px;
    padding: 19px 0;
    margin-top: 8px;
    font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  }
}
@media screen and (max-width: 1280px) {
  .autoCoupon h2 {
    font-size: 20px;
  }
  .checkout section {
    grid-template-columns: 12% 21% 10% 10% 9% 10% 14% 14%;
  }
  .checkout section h4.heading {
    font-size: 14px;
  }
  .checkout section .all-inclusive h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 21px;
  }
  .checkout section .all-inclusive h3:first-child,
  .checkout section .price {
    font-size: 16px;
  }
  .checkout section .all-inclusive h3.totale-finale,
  .checkout section .pricetot .totalprice {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .shop-list .shop-list-item section.info-fabric div p {
    font-size: 12px;
    line-height: 20px;
  }
  /*.step-2 form .txtright, .step-3 form .txtright {
    text-align: center;
  }*/
  .btns {
    margin-right: 30px;
    justify-content: center;
  }
  /* .open-login, .recoverBtn, .open-registration, .submit_login, .submit_form, .submit_recoverPwd, .submit_recover, .backlogin {
     margin: 0 5px;
   }*/
}
@media screen and (max-width: 1024px) {
  .checkout section {
    grid-template-columns: 10% 18% 12% 10% 9% 10% 17% 14%;
    font-size: 12px;
  }
  .checkout section p {
    font-size: 12px;
  }
  .checkout section h4 {
    font-size: 14px;
  }
  .cart table tr td {
    padding: 6px 0;
  }
  .step-2 .checkout section, .step-3 .checkout section {
    grid-template-columns: 50% 50%;
    grid-template-areas: "model misc" "sped-label tot" "coupon coupon" "allinclusive pricetot";
  }
  .step-2 .checkout section .color-check, .step-2 .checkout section .desc-check, .step-3 .checkout section .color-check, .step-3 .checkout section .desc-check {
    display: none;
  }
  .step-2 .checkout section .contact-form, .step-3 .checkout section .contact-form {
    justify-content: center;
    /*
              .btn {
                margin: 0 10px;
              }*/
  }
}
@media screen and (max-width: 1023px) {
  .menu-reserved {
    margin-right: 30px;
    width: 230px;
  }
  .reg-mobile .two {
    width: 25%;
  }
  .reg-mobile .five {
    width: 74%;
  }
  .reg-mobile .five:last-child {
    width: 100% !important;
    margin: 0;
  }
  .intro-area-ris .reg-mobile-2 .two {
    width: 25%;
  }
  .intro-area-ris .reg-mobile-2 .five {
    width: 74%;
  }
  .intro-area-ris .reg-mobile-2 .five:last-child {
    width: 100% !important;
    margin: 0;
  }
  .shop-list .shop-list-item {
    /*section:nth-child(4) {
      flex-direction: column;
      text-align: center;
    }*/
  }
  .shop-list .shop-list-item img.foto {
    height: auto;
    width: 100%;
  }
  .shop-list .shop-list-item .btn-shop {
    margin: 20px 0 10px 0;
  }
  .shop-list .shop-list-item .shop-img, .shop-list .shop-list-item .shop-desc {
    width: calc(50% - 60px);
    padding: 30px;
  }
  .checkout section {
    grid-template-columns: 20% 38% 22% 20%;
    grid-template-rows: max-content;
    grid-template-areas: "model description color misc" "remove remove remove tot" "country country allinclusive pricetot";
  }
  .checkout section .contact-form .right {
    width: calc(50% - 10px);
  }
  .checkout section .contact-form .right .txt {
    display: none;
  }
  .checkout section .contact-form .right .select2 {
    width: 100% !important;
  }
  .checkout section .contact-form .right:nth-child(2) {
    margin-left: 0px;
  }
  .step-1 .checkout section .dati-check {
    display: block;
  }
  .step-1 .checkout section .qta-check, .step-1 .checkout section .print-check, .step-1 .checkout section .mis-check {
    display: none;
  }
  .step-1 .checkout section .tot-check, .step-1 .checkout section .remove-check {
    background: #ECF0F2;
    padding: 15px;
  }
  .step-1 .checkout section .tot-check .price, .step-1 .checkout section .remove-check .price {
    margin-top: 10px;
    float: right;
  }
  .step-1 .checkout section .tot-check h4, .step-1 .checkout section .remove-check h4 {
    display: none;
  }
  .step-1 .checkout section .remove-check {
    text-align: right;
  }
  .step-3 {
    text-align: center;
  }
  .step-3 .paypal-container, .step-3 .bonifico {
    flex-direction: column;
  }
  .step-3 .paypal-container div, .step-3 .paypal-container small, .step-3 .bonifico div, .step-3 .bonifico small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .step-3 .paypal-container div:first-child, .step-3 .bonifico div:first-child {
    width: 100%;
  }
  .step-3 .btn, .step-3 h3 {
    margin-bottom: 20px;
  }
  .step-3 .paypal {
    margin-top: 0 !important;
  }
  .shop-list {
    flex-direction: column;
  }
  .shop-list .shop-list-item {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .checkout section .sped-spese-calc {
    height: auto;
  }
  .print-note h2 br {
    display: none;
  }
  .checkout section .sped-spese-calc {
    position: relative;
    padding-top: 20px;
  }
  .checkout section .sped-spese-calc span.left {
    position: absolute;
    top: 50px;
    left: 12px;
  }
  .checkout section .contact-form .right {
    margin-right: 5px;
  }
  .step-2 .contact-form label {
    left: 10px;
  }
  .step-2 .contact-form input {
    padding: 20px 5px 5px 0px;
  }
  .step-3 .bonifico .btn {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 947px) {
  .login-registration {
    flex-direction: column;
  }
  .login-registration .six, .login-registration .six:first-child, .login-registration .six:last-child {
    width: 100%;
    margin: 15px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .shop-list .shop-list-item section.info-order-print .display-flex div {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .checkout section .sped-spese-calc {
    justify-content: space-between;
  }
  .checkout section .sped-spese-calc span.left {
    position: relative;
    top: auto;
    left: auto;
  }
  .checkout section .sped-spese-calc .right {
    float: none;
    width: calc(70% - 10px);
  }
  .checkout section .reg-select {
    width: 100%;
    min-width: 220px;
  }
  .scroll.scroll2 .reserved-strip {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
  }
  .shop .p-top-bottom {
    padding: 40px 0;
  }
  .cart {
    width: calc(100% - 40px);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
  }
  .cart .confirmCart {
    width: 100%;
  }
  .checkout section {
    grid-template-columns: 50% 50%;
    /*grid-template-areas: "model model" "description color" "measure print" "qta tot" "country country" "allinclusive pricetot";*/
    grid-template-areas: "model misc" "remove tot" "country country" "allinclusive pricetot";
  }
  .checkout section h4.heading {
    display: none;
  }
  .checkout section img {
    width: 300px;
  }
  .checkout section b, .checkout section strong {
    width: 100%;
    float: left;
    text-transform: uppercase;
  }
  .step-1 .checkout section .print-check h4:first-child, .step-1 .checkout section .qta-check h4:first-child {
    border-bottom: none;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .step-1 .checkout section .color-check {
    display: none;
  }
  .step-1 .checkout section .remove-check {
    text-align: left;
  }
  .step-1 .checkout section .desc-check {
    display: none;
  }
  .checkout section .sped-spese-calc span.left {
    color: #000000;
    font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  }
  .print-note {
    flex-direction: column;
    padding: 30px;
  }
  .print-note div {
    border-top: 1px solid #DADEE3;
    border-left: none;
    padding: 30px 0 15px 0;
    margin-left: 0;
    width: 100%;
  }
  .print-note h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .login-container h3.uppercase {
    text-align: center;
  }
  .step-1 .section:last-child, .step-2 .section:last-child {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .step-1 .section:last-child .btn, .step-2 .section:last-child .btn {
    float: none;
    display: inline-block;
  }
  .step-2 .six, .step-2 .six.right {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
  }
  .step-3 .six .mright {
    margin-right: 0px;
  }
  .checkout section .all-inclusive, .checkout section .pricetot {
    text-align: center;
    border-top: 2px solid #000000;
  }
  .padding-perc {
    padding: 5% 0 2% 0;
  }
  .btns {
    margin-right: 0;
  }
  #registrazione .six {
    clear: none;
  }
  #registrazione .four, #registrazione .eight {
    width: 100%;
  }
  #registrazione .ten {
    width: 80%;
    float: left;
    clear: none;
  }
  #registrazione .two {
    width: 20%;
    float: left;
    clear: none;
  }
  #registrazione .reg-mobile-2 .two {
    margin-right: 10px;
    width: calc(30% - 10px);
    float: left;
    clear: none;
  }
  #registrazione .reg-mobile-2 .five {
    width: 70%;
    float: left;
    clear: none;
  }
  #registrazione .reg-mobile-2 .five:last-child {
    width: 100%;
  }
  .reg-mobile .two {
    margin-right: 10px;
    width: calc(30% - 10px);
    float: left;
    clear: none;
  }
  .reg-mobile .five {
    width: 70%;
    float: left;
    clear: none;
  }
  .reg-mobile .five:last-child {
    width: 100%;
  }
  .menu-reserved {
    display: none;
  }
  .reserved-strip .container-full {
    justify-content: center;
    height: 60px;
  }
  .reserved-strip .container-full a {
    width: 25%;
    text-align: center;
    margin: 0;
  }
  .reserved-strip .container-full a strong {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 11px;
  }
  .reserved-strip .container-full a img {
    width: 26px;
    margin-top: 7px;
  }
  .reserved-strip .container-full a.showmobile {
    display: inline-block;
  }
  .shop-list .shop-list-item .design-select.stampa, .shop-list .shop-list-item .design-select.misure {
    min-width: 100px;
  }
  .shop-list .shop-list-item section.info-fabric div.pantone {
    width: 80px;
  }
  .shop-list .shop-list-item section.info-fabric div:nth-child(2) {
    width: calc(100% - 180px);
  }
  .shop-list .shop-list-item section.info-fabric div:last-child {
    width: 50px;
  }
}

/*# sourceMappingURL=shop.css.map */
</pre></body></html>