<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
============================================= */
/* Compiled Less CSS File */
/* Generated from "grk.custom.layout.css" */
/************************************************************/
/* 															*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under GRKFORGE license									*/
/* 															*/
/************************************************************/
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CONFIGURATORE -------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.pleft20 {
  padding-left: 20px;
}

.tabs-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  height: 70px;
}
.tabs-container .tb {
  cursor: pointer;
  background: #00A5FF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #FFFFFF;
  border-top-color: #FFFFFF;
  border-bottom-color: #000000;
  border-left: 0;
  border-right: 0;
  width: calc(50% - 21.5px);
  cursor: pointer;
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.tabs-container .tb h4 {
  color: #FFFFFF !important;
  padding: 0;
}
.tabs-container .tb h4, .tabs-container .tb p {
  margin: 5px 0;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
.tabs-container .tb.active {
  border-top-color: #000000;
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
  padding-top: 10px;
}
.tabs-container .tb.active h4 {
  color: #00A5FF !important;
}
.tabs-container .tb:first-child.active {
  border-right: 1px solid #000000;
}
.tabs-container .tb:nth-child(2).active {
  border-left: 1px solid #000000;
}

.intro-configurator h4,
.intro-configurator .h4 {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.configuratore h3,
.configuratore .h3 {
  color: #000000;
  text-transform: uppercase;
}

.configuratore.fabrics a {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px;
}

.conf-bag-container {
  float: left;
  width: 550px;
}

.checkContainer {
  display: block;
  position: relative;
  /* margin-right: 30px;
   width: calc(100% - 30px);*/
}

.chiusura .checkContainer {
  margin-right: 30px;
  width: calc(100% - 30px);
}

.checkContainer img.oknext {
  width: 25px;
  height: 25px;
  z-index: 5;
  position: absolute;
  top: -12px;
  right: -5px;
  margin: 0 !important;
}

.conf-colors-container {
  float: left;
  width: calc(100% - 600px);
}
.conf-colors-container .border {
  border-left: 1px dotted #000000;
  padding-left: 30px;
  width: calc(100% - 30px);
  position: relative;
}
.conf-colors-container .border::before {
  content: url("/library/pagination/icon/step-before.svg");
  position: absolute;
  top: 13px;
  left: -5px;
}
.conf-colors-container .border.customization {
  width: calc(100% - 50px);
  padding: 20px;
  margin-left: 10px;
  border: 1px dotted #000000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  will-change: transform;
}
.conf-colors-container .border.customization:before {
  top: 31px;
  left: -15px;
}
.conf-colors-container .border.first::before {
  content: url("/library/pagination/icon/step-before-first.svg");
  top: 0;
}
.conf-colors-container h4 {
  opacity: 1 !important;
  text-transform: none;
  color: #55AEFA;
  padding-left: 0;
  margin-bottom: 5px;
}
.conf-colors-container .dove-stampare h4 {
  text-align: center;
}
.conf-colors-container p {
  margin-top: 0;
}
.conf-colors-container .flex {
  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: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.conf-colors-container .contact-form .input-block {
  background: none;
  border: 0;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  position: relative;
}
.conf-colors-container .contact-form .input-block input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #000000;
  text-indent: 0;
  padding: 15px 20px;
  width: calc(100% - 40px);
  min-height: 15px;
  margin-top: 0 !important;
}
.conf-colors-container .contact-form .input-block input.error {
  border: 1px solid #B41E30 !important;
}
.conf-colors-container .contact-form label {
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
  position: relative;
  left: inherit;
  top: inherit;
  font-size: 16px;
  line-height: 24px;
}
.conf-colors-container .chiusura {
  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: 100%;
  flex-wrap: nowrap;
  align-items: stretch;
}
.conf-colors-container .chiusura flex {
  justify-content: space-between;
}
.conf-colors-container .chiusura .five {
  width: 36.0833333333%;
  margin-left: 5%;
}
.conf-colors-container .design-select {
  height: auto;
  background: none;
  color: #000000;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
}
.conf-colors-container .design-select::after {
  display: none;
}
.conf-colors-container .design-select img.type {
  position: relative;
  top: inherit;
}
.conf-colors-container .design-select select {
  color: #000000;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 40px 15px 20px;
  background-color: #FFFFFF;
  margin: 0;
  background-image: url("/library/pagination/icon/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conf-colors-container .selettore-logo .design-select select {
  width: 100%;
}
.conf-colors-container .selettore-logo .icone-bags {
  width: 21%;
  margin: 0;
  padding: 0;
}
.conf-colors-container .selettore-logo .scegli-stampa {
  width: 37%;
  margin: 0;
  padding: 0;
}
.conf-colors-container .selettore-logo .scegli-stampa p {
  margin-bottom: 5px;
}
.conf-colors-container .selettore-logo .scegli-stampa h4.titolo-colore-stampa {
  margin-top: 20px;
}
.conf-colors-container .selettore-logo .input-block {
  background: none;
  border: 0;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
.conf-colors-container .selettore-logo .input-block input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #000000;
  text-indent: 0;
  padding: 15px 20px;
  width: calc(100% - 40px);
  min-height: 15px;
}
.conf-colors-container .selettore-logo .input-block input.error {
  border: 1px solid #B41E30 !important;
}
.conf-colors-container .selettore-logo label {
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
  position: relative;
  left: inherit;
  top: inherit;
  font-size: 16px;
  line-height: 24px;
}
.conf-colors-container .info-txt {
  font-size: 12px;
  line-height: 20px;
  color: #636B73;
  margin-top: 20px;
}
.conf-colors-container .info-txt strong {
  color: #000000;
}
.conf-colors-container.dettagli-preventivo .tc .four {
  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;
}
.conf-colors-container.dettagli-preventivo .tc .four img {
  width: auto;
  margin-right: 10px;
}
.conf-colors-container.dettagli-preventivo .tc .four img.greyscale {
  filter: grayscale(1);
  opacity: 0.5;
}
.conf-colors-container.dettagli-preventivo .tc .four .input-block {
  text-align: left;
}
.conf-colors-container.dettagli-preventivo .tc .four .input-block input {
  width: calc(100% - 40px);
}
.conf-colors-container.dettagli-preventivo .tc .four .input-block.no-entry input {
  border-color: #DADEE3;
}

/*h3.step, h5.step {
    color: #202020;
    text-transform: uppercase;
    border-bottom: 2px solid #00A5FF;
    width: auto;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    text-indent: 50px;
}
h5.step {
    font-family: 'Metropolis-Bold', Arial, Helvetica, Clean, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 0;
}
h5.step i {
    line-height: 40px!important;
}
h3.step span, h5.step span {
    border: 2px solid #00A5FF;
    background: $azzurrochiaro;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-indent: 0;
}*/
h3.step, h5.step,
.h3.step, .h5.step {
  color: #000000;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin: 0;
  padding: 0 0 0 55px;
}

h5.step,
.h5.step {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 0;
}
h5.step i,
.h5.step i {
  opacity: 0;
  -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;
}

h3.step span.nr-step,
h5.step span.nr-step,
.h3.step span.nr-step,
.h5.step span.nr-step {
  background: #E07900;
  position: absolute !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  bottom: calc(50% - 15px);
  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;
  width: 30px;
  height: 30px;
  text-indent: 0;
  padding: 0;
  color: #FFFFFF;
  margin: 0;
  font-size: 13px;
  -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;
  text-transform: uppercase;
  cursor: pointer;
}
h3.step span.nr-step.active,
h5.step span.nr-step.active,
.h3.step span.nr-step.active,
.h5.step span.nr-step.active {
  background: #2FAF56;
}
h3.step span.nr-step.active i,
h5.step span.nr-step.active i,
.h3.step span.nr-step.active i,
.h5.step span.nr-step.active i {
  opacity: 1;
}

.misura_c {
  font-size: 13px;
  transform: rotate(270deg);
  display: inline-block;
  width: 60px;
  height: 100%;
  position: absolute;
  right: -90px;
  bottom: 0;
  top: 25px;
  text-align: center;
}
.misura_c strong {
  font-size: 15px;
}

#d1 {
  display: none;
}

.configuratore a,
#elenco-tessuti a {
  padding: 0 2px;
  /*width: 50px;
  height: 50px;*/
  width: 60px;
  height: 60px;
  margin: 10px auto;
  display: block;
  position: relative;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
}

.configuratore a {
  margin: 0 auto;
  position: relative;
  display: inline-block;
}

.configuratore span {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.configuratore a:hover span,
.configuratore a.active span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#richiedi-preventivo, #richiedi-preventivo-mob {
  opacity: 0.2;
}

#configuratore-colori {
  display: none;
}

#elenco-tessuti a {
  padding: 0;
  position: relative;
  overflow: inherit;
}

#elenco-tessuti a img.scelta-tessuto {
  border: 2px solid #636B73;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#elenco-tessuti a:hover img.scelta-tessuto,
#elenco-tessuti a.active img.scelta-tessuto {
  border: 2px solid #00A5FF;
}

#elenco-tessuti .fabric {
  display: inline-block;
  padding: 0px 10px;
  margin: 0 3px 15px 0;
  font-family: "Metropolis-Light", Arial, Helvetica, Clean, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  min-width: 90px;
}

#elenco-tessuti .fabric b {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  text-align: left;
}

#elenco-tessuti .fabric b span {
  font-family: "Metropolis-Light", Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  letter-spacing: normal;
}

#elenco-tessuti .fabric.first {
  border-left: 1px solid #000000;
}

#elenco-tessuti .fabric.first:nth-child(2) {
  border-left: 0;
}

/* selezioni -------------*/
.configuratore a img.choosen {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}

#elenco-tessuti a img.pulse {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}

#fixed-logo-cont {
  min-height: 800px;
}

.fixed-logo {
  position: fixed;
  top: 200px;
  left: calc(50vw - 685px);
}

#fileUpload {
  background-color: #00A5FF;
  background-image: url("/library/pagination/icon/add-logo.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  position: absolute;
  left: calc(50% - 45px);
  top: 215px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  overflow: hidden;
  text-indent: 5000000px;
}

#fileUpload:hover {
  background-color: #9AD0FD;
}

.change-logo {
  position: absolute;
  background-color: #00A5FF;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  height: 42px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 3px 18px;
  border: 3px solid #FFFFFF;
  left: calc(50% - 103px);
  top: 400px;
  display: none;
}

.change-logo a {
  float: left;
  margin: 6px 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.change-logo a img {
  width: auto;
  height: 30px;
}

.stroke-icon {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.change-logo a:hover .stroke-icon {
  stroke: #000000;
}

/* SCELTA BORSE SHOPPING -----------------------------*/
#cat-intro {
  background: #FFFFFF;
}

.bag-type {
  background: #F7F8F9;
  display: none;
  /*border-top: 1px solid $nero;
  border-bottom: 1px solid $nero;*/
}

#model-container {
  display: none;
}

.bag-type.open {
  margin: 15px 0;
  display: block;
}

.products-intro {
  text-align: center;
}
.products-intro .padding10 {
  display: inline-block;
  width: calc(clamp(200px, 10vw, 275px) - 10px);
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
.products-intro .padding10 a {
  display: block;
}
.products-intro .padding10 svg {
  width: 100%;
  height: auto;
}

.model-icons {
  width: 100%;
  float: left;
  height: 100%;
}

.model-icons-slider.grkSlider {
  display: block;
  padding-bottom: 65px;
}
.model-icons-slider.grkSlider ul li {
  width: 100%;
  min-height: 350px;
}
.model-icons-slider.grkSlider ul li div {
  width: calc(50% - 5px);
  display: inline-block;
  height: 100%;
}
.model-icons-slider.grkSlider ul li div a {
  width: 100%;
  display: block;
  height: 100%;
}
.model-icons-slider.grkSlider ul li div svg {
  width: 100%;
  display: block;
  height: auto;
  /*height: 100%;*/
}
.model-icons-slider.grkSlider .grkSlider-paging {
  display: none;
}
.model-icons-slider.grkSlider .grkSlider-prev, .model-icons-slider.grkSlider .grkSlider-next {
  height: 40px;
  bottom: 0;
  width: calc(50% - 25px);
  padding: 10px;
}
.model-icons-slider.grkSlider .grkSlider-prev img, .model-icons-slider.grkSlider .grkSlider-next img {
  width: 40px;
}
.model-icons-slider.grkSlider .grkSlider-prev {
  text-align: right;
  left: 0;
}
.model-icons-slider.grkSlider .grkSlider-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: transform;
}
.model-icons-slider.grkSlider .grkSlider-next {
  right: 0;
  text-align: left;
}
.model-icons-slider.grkSlider .model-type-description {
  height: 40px;
}

.bag-type span.info-details p {
  text-align: center;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  white-space: initial;
  min-height: 55px;
}

.caratteristiche-configuratore {
  margin: 30px 0;
}

.caratteristiche-configuratore .bgLightGrey {
  background-color: #FFFFFF;
}

.caratteristiche-configuratore .configuratore a {
  width: 45px;
  height: 45px;
}

.caratteristiche-configuratore #elenco-tessuti .fabric.first {
  display: block;
  border-left: 0;
  margin-bottom: 5px;
}

.caratteristiche-configuratore #elenco-tessuti .fabric b {
  /*border-bottom: 2px solid $azzurro;*/
  display: inline-block;
}

.caratteristiche-configuratore #elenco-tessuti .fabric b span {
  display: inline-block;
  width: auto;
}

/* PREVENTIVO ----------------------------------------------------------------------------------------- */
#preventivo .dettagli-preventivo .selettore-logo svg {
  width: 100%;
  cursor: pointer;
  cursor: hand;
  height: auto;
}

#preventivo .dettagli-preventivo .four {
  text-align: center;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  padding-top: 10px;
  margin-top: 10px;
}

#preventivo .dettagli-preventivo svg {
  width: 75px;
  height: 75px;
}

#preventivo .dettagli-preventivo a {
  display: inline-block;
  width: 55px;
  height: 55px;
  clear: both;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 25px;
}
#preventivo .dettagli-preventivo a.btn-yellow {
  display: inline-flex;
  align-items: center;
  background: #FADA55;
  color: #000000;
  text-transform: none;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
}
#preventivo .dettagli-preventivo a.btn-yellow img {
  width: auto;
  margin-left: 10px;
}
#preventivo .dettagli-preventivo a.btn-yellow:hover {
  background: #FFC84D;
}

#preventivo .dettagli-preventivo a span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#preventivo .dettagli-preventivo a img.choosen,
#preventivo .dettagli-preventivo a img.pulse {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}

#preventivo .dettagli-preventivo a img.scelta-tessuto {
  border: 2px solid #636B73;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#preventivo .mkt a {
  height: auto;
  width: auto;
  margin-bottom: 0;
  clear: none;
}

ul.ul-selettore-interno {
  text-align: center;
  margin: 0;
}

ul.ul-selettore-interno li {
  color: #000000;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  display: none;
}

ul.ul-selettore-interno li:first-child {
  display: block;
}

ul.ul-selettore-interno li a {
  color: #000000;
  display: block;
}

.titleMobile {
  display: none;
}

.aselettore {
  display: block;
}

.aselettore img {
  width: auto;
  margin-top: 3px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CARTELLA COLORI ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.pantone {
  display: block;
  padding: 5px;
  /*margin-right: 0;*/
  border: 2px solid #000000;
  height: 60px;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  margin-left: 25px;
  width: 90px;
}
.pantone span {
  width: calc(100% - 2px);
  height: 15px;
  display: block;
  margin: 4px 0;
}
.pantone p {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
  /*font-size: 9px;*/
  margin: 0;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
}

.fabrics-list {
  text-align: center;
  padding: 3% 0;
}
.fabrics-list span.show-feature {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 20px;
  -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;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  cursor: pointer;
}
.fabrics-list span.show-feature.active {
  background: #9AD0FD;
}
.fabrics-list span.show-feature.active::after {
  background-image: url(../pagination/icon/checked-mini.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 6px;
}
.fabrics-list h3.step, .fabrics-list .h3.step {
  background: url("/library/pagination/icon/line-h3.svg") 0 50% no-repeat;
  line-height: 45px;
}

.features {
  display: none;
  text-align: center;
  margin-bottom: 3%;
}
.features span {
  display: inline-block;
  padding: 20px 30px;
  color: #000000;
  border: 1px solid #000000;
  margin: 10px;
  font-size: 12px;
  -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;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.features span.active {
  background: #9AD0FD;
}
.features span.active::after {
  background-image: url(../pagination/icon/checked-mini.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
}
.features h3.step, .features .h3.step {
  background: url("/library/pagination/icon/line-h3.svg") 0 50% no-repeat;
  line-height: 45px;
}

.navigate-select {
  display: none;
}

.chart-list {
  background-color: #F7F8F9;
  display: table;
  clear: both;
  width: 100%;
  min-height: calc(100vh - 880px);
}

.chart-list-item {
  float: left;
  width: calc(100% - 80px);
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.chart-list-item span.intestazione {
  text-align: center;
  height: 50px;
  min-height: 50px;
  margin: 0 0 20px 0;
  padding: 0 15px 20px 15px;
  /*border-bottom: 1px solid $grigio;*/
  white-space: nowrap;
  /*float: left;*/
}
.chart-list-item span.intestazione h4 {
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
  color: #000000;
  font-size: 16px;
}
.chart-list-item span.intestazione p {
  margin-bottom: 0;
}
.chart-list-item span.intestazione .flex {
  width: 100%;
  float: left;
  /*border-bottom: 1px solid $grigio;*/
  height: 50px;
  min-height: 50px;
  margin: 0 0 20px 0;
  padding: 0 15px 20px 15px;
}
.chart-list-item span.intestazione .flex p {
  text-align: center;
}
.chart-list-item span.intestazione:nth-child(2) {
  min-width: 180px;
}
.chart-list-item .colors1, .chart-list-item .colors2 {
  width: 140px;
}
.chart-list-item .colors1 span.intestazione, .chart-list-item .colors2 span.intestazione {
  border-bottom: 0;
}
.chart-list-item .chart {
  width: calc(100% - 360px);
}
.chart-list-item .colors1 {
  margin: 0 20px 0 40px;
}
.chart-list-item .chart-head.display-flex, .chart-list-item .chart-head {
  align-items: flex-end;
  align-content: center;
  justify-content: space-between;
  margin-top: 30px;
}
.chart-list-item .chart-head.display-flex h2, .chart-list-item .chart-head h2 {
  font-size: 45px;
  flex-grow: 2;
  line-height: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid$grigio;*/
  /**/
  position: relative;
  /* white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;*/
}
.chart-list-item .chart-head.display-flex img, .chart-list-item .chart-head img {
  width: 70px;
  position: absolute;
  top: -10px;
  margin-left: 20px;
}
.chart-list-item .chart-body.display-flex .img-trama-container {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 200px);
  max-width: 960px;
  max-height: 960px;
}
.chart-list-item .chart-body.display-flex .cats-container {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
}
.chart-list-item .chart-body.display-flex .cats-container span {
  width: 11%;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  height: 70px;
}
.chart-list-item .chart-body.display-flex .cats-container span svg {
  width: 100%;
  height: 70px;
}
.chart-list-item .chart-body.display-flex .cats-container span svg .azzurro {
  fill: none !important;
}
.chart-list-item .chart-body.display-flex .cats-container span svg .azzurro path, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro ellipse, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro rect, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro polygon, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro line, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro polyline, .chart-list-item .chart-body.display-flex .cats-container span svg .azzurro circle {
  fill: none !important;
}
.chart-list-item .chart-body.display-flex .cats-container span svg g path, .chart-list-item .chart-body.display-flex .cats-container span svg g ellipse, .chart-list-item .chart-body.display-flex .cats-container span svg g rect, .chart-list-item .chart-body.display-flex .cats-container span svg g polygon, .chart-list-item .chart-body.display-flex .cats-container span svg g line, .chart-list-item .chart-body.display-flex .cats-container span svg g polyline, .chart-list-item .chart-body.display-flex .cats-container span svg g circle {
  stroke: #FFFFFF !important;
  stroke-width: 3 !important;
  stroke-miterlimit: 10;
}
.chart-list-item .chart-body.display-flex .cats-container span.inactive {
  opacity: 0.5;
}
.chart-list-item .chart-body.display-flex .chart-utility {
  background: #00A5FF;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  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;
  height: 44px;
  width: 280px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 140px);
  display: none;
}
.chart-list-item .chart-body.display-flex .chart-utility span {
  position: absolute;
  color: #FFFFFF;
  top: -35px;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  font-size: 16px;
}
.chart-list-item .chart-body.display-flex .chart-utility a {
  padding: 5px;
  width: 25px;
  margin: 4px 4px 0 4px;
}
.chart-list-item .chart-body.display-flex .chart-utility a img {
  width: 25px;
}
.chart-list-item .chart-body.display-flex .chart-utility a.addcompare, .chart-list-item .chart-body.display-flex .chart-utility a.removecompare {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}
.chart-list-item .chart-body.display-flex .chart-utility a.addcompare img, .chart-list-item .chart-body.display-flex .chart-utility a.removecompare img {
  width: 35px;
  margin: 8px auto;
}
.chart-list-item .chart-body.display-flex .chart-utility a.addcompare {
  background: #00A5FF;
  -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;
  text-align: center;
}
.chart-list-item .chart-body.display-flex .chart-utility a.addcompare:hover {
  background: #0090DF;
}
.chart-list-item .chart-colors {
  width: 130px;
  margin: 40px;
  margin-top: 70px;
  text-align: center;
  border-right: 1px solid #000000;
  position: relative;
}
.chart-list-item .chart-colors img.menu-active {
  width: 36px;
  position: absolute;
  right: -2px;
  top: 0;
  transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s;
  opacity: 0;
}
.chart-list-item .chart-colors .tone-chart {
  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: block;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.chart-list-item .chart-colors .tone-chart:hover, .chart-list-item .chart-colors .tone-chart.active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chart-list-item .chart-colors .tone-chart.active::after {
  background-image: url(../pagination/icon/checked-mini.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -5px;
  top: -5px;
}
.chart-list-item .chart-colors article {
  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;
  flex-direction: column;
  padding-bottom: 15px;
  font-size: 13px;
  width: 100%;
}
.chart-list-item .chart-colors article strong {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #636B73;
  border-bottom: 1px solid #DADEE3;
  display: inline-block;
  margin-bottom: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
  line-height: 14px;
}
.chart-list-item .chart-colors article span {
  text-transform: uppercase;
  color: #636B73;
}
.chart-list-item .chart-colors article:nth-child(1) {
  margin-top: 0;
}
.chart-list-item .chart-footer {
  margin: 20px 0;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.chart-list-item .chart-footer .description {
  width: calc(100% - 99px);
  min-height: 74px;
}
.chart-list-item .chart-footer .description p {
  margin: 0;
}
.chart-list-item .colors2 {
  opacity: 0;
  -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;
}
.chart-list-item .colors2 .color-chart {
  width: 65px;
  height: 65px;
  -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: block;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 2px solid #F7F8F9;
}
.chart-list-item .colors2 .color-chart:hover, .chart-list-item .colors2 .color-chart.active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chart-list-item .colors2 .color-chart.active {
  /*border: 2px solid $azzurro;*/
  border: 2px solid #636B73;
}
.chart-list-item .colors2 .color-chart.active::after {
  background-image: url(../pagination/icon/checked-mini.svg);
  background-size: contain;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -5px;
  top: -5px;
}
.chart-list-item .colors2 .chart-colors {
  margin-top: 20px;
  border: 0;
}
.chart-list-item .colors2 .chart-colors article {
  display: none;
}
.chart-list-item .colors2.visible {
  opacity: 1;
}

.compare-menu {
  background: #00A5FF;
  position: fixed;
  right: 0;
  /*top: 200px;*/
  top: 190px;
  z-index: 100;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.compare-menu h3, .compare-menu article {
  border-bottom: 1px solid #DADEE3;
}
.compare-menu h3 {
  color: #FFFFFF;
  font-size: 13px;
}
.compare-menu article {
  padding: 10px;
}
.compare-menu article strong {
  font-family: "Metropolis-Regular", Arial, Helvetica, Clean, sans-serif;
  color: #FFFFFF;
  border-bottom: 1px solid #DADEE3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  line-height: 14px;
  width: 100%;
  float: left;
}
.compare-menu article span {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 10px;
}
.compare-menu article img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
}
.compare-menu article a.removecompare {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  will-change: transform;
  display: inline-block;
  border: 2px solid #FFFFFF;
}
.compare-menu article a.removecompare img {
  width: 18px;
  margin-top: 10px;
}
.compare-menu article:last-child {
  border-bottom: none;
}
.compare-menu .show-compare {
  width: 50px;
  display: inline-block;
  padding: 15px 0;
}
.compare-menu .show-compare img {
  border: 2px solid #0090DF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.compare-menu .show-compare img:hover {
  border: 2px solid #FFFFFF;
}

.compare-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: #FFFFFF;
  opacity: 0;
  -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;
  pointer-events: none;
  padding: 50px 50px 80px 50px;
  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;
  width: calc(100vw - 100px);
  height: calc(100vh - 130px);
}
.compare-modal.visible {
  opacity: 1;
  pointer-events: auto;
}
.compare-modal .chart-list-item {
  width: calc(33% - 40px);
}
.compare-modal .chart-list-item .chart {
  width: 100%;
}
.compare-modal .chart-list-item .chart-head.display-flex {
  margin-top: 0;
}
.compare-modal .chart-list-item .chart-head.display-flex h2 {
  font-size: 40px;
  line-height: 40px;
}
.compare-modal .chart-list-item a.removecompare {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}
.compare-modal .chart-list-item a.removecompare img {
  width: 18px;
  margin-top: 10px;
}
.compare-modal .chart-list-item .chart-head.display-flex img.biodegradabile {
  position: absolute;
  width: 70px;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  top: 90px;
  margin-left: 0px;
  z-index: 9;
  left: 10px;
}
.compare-modal .chart-list-item .chart-body.display-flex .img-trama-container {
  max-width: 740px;
  max-height: 740px;
  height: 26.6666666667vw;
}
.compare-modal .chart-list-item .cats-container {
  width: 100%;
  float: left;
  text-align: center;
}
.compare-modal .chart-list-item .cats-container svg {
  width: 3vw;
}
.compare-modal .chart-list-item .cats-container .inactive svg {
  opacity: 0.35;
  pointer-events: none;
}
.compare-modal .chart-list-item .chart-footer {
  display: block;
}
.compare-modal .chart-list-item .chart-footer .description {
  width: 100%;
}
.compare-modal .close-compare-modal {
  top: 10px;
  position: fixed;
  right: 10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}
.compare-modal .close-compare-modal img {
  width: 30px;
  margin: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  will-change: transform;
}
.compare-modal .pantone {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 5px;
}

.modalChiusure .modal-content .chiusure .gallery-cont picture img {
  border: 1px solid #DADEE3;
}

.red {
  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;
}
.red:hover {
  background: #A70000;
}

.radius {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.error404 img {
  width: auto;
}

/* PERSONALIZZAZIONI -----------------------------*/
.da-configuratore h3.step, .da-configuratore h5.step,
.da-configuratore .h3.step, .da-configuratore .h5.step,
.da-prodotti h3.step,
.da-prodotti h5.step,
.da-prodotti .h3.step,
.da-prodotti .h5.step {
  height: 30px;
  line-height: 30px;
}
.da-configuratore h3.step span.nr-step, .da-configuratore h5.step span.nr-step,
.da-configuratore .h3.step span.nr-step, .da-configuratore .h5.step span.nr-step,
.da-prodotti h3.step span.nr-step,
.da-prodotti h5.step span.nr-step,
.da-prodotti .h3.step span.nr-step,
.da-prodotti .h5.step span.nr-step {
  bottom: calc(50% - 15px);
}

.da-configuratore .categories-intro .padding10:hover .btn.btn-outline,
.da-configuratore .active .btn.btn-outline {
  background: #00A5FF;
  border-color: #000000;
  color: #000000;
}

.browse-tessuti .fabrics-list, .browse-tessuti .features {
  padding: 30px 0;
}
.browse-tessuti .fabrics-list h3.step, .browse-tessuti .fabrics-list .h3.step, .browse-tessuti .features h3.step, .browse-tessuti .features .h3.step {
  background: none;
  line-height: 30px;
  padding: 0;
}
.browse-tessuti .features {
  margin-bottom: 20px;
}
.browse-tessuti .pantone p {
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY -------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1280px) {
  .conf-bag-container {
    float: left;
    width: 580px;
    padding-right: 20px;
  }
  .conf-colors-container {
    float: left;
    width: calc(100% - 600px);
  }
}
@media all and (max-width: 1140px) {
  .conf-colors-container {
    float: left;
    width: 40%;
  }
  .conf-bag-container {
    float: left;
    width: calc(60% - 20px);
  }
}
@media all and (max-width: 1024px) {
  .modalChiusure h4 {
    font-size: 20px;
  }
  .modalChiusure h4 span {
    font-size: 20px;
  }
  .modalChiusure h4 span::before {
    margin: 0 10px;
  }
  #messaggio_failed, #messaggio_success {
    width: 60%;
    margin: 20px auto;
    padding: 20px 40px !important;
  }
}
@media all and (max-width: 1023px) {
  .conf-colors-container, .conf-bag-container {
    float: left;
    width: 100%;
    padding: 0;
  }
  #messaggio_failed, #messaggio_success {
    width: calc(90% - 60px);
    padding: 20px 30px !important;
  }
}
@media all and (max-width: 860px) {
  .modalChiusure .modal-content {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    margin: 30px;
  }
  .modalChiusure .modal-content p {
    text-align: left;
  }
  .modalChiusure .modal-content p.desc {
    font-size: 14px;
  }
}
@media all and (max-width: 800px) {
  .conf-colors-container .chiusura {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .conf-colors-container .selettore-logo .icone-bags {
    width: 33.333333%;
  }
  .conf-colors-container .selettore-logo .scegli-stampa {
    width: 100%;
  }
  .conf-colors-container .chiusura .five {
    margin-left: 0;
  }
  .modalChiusure .chiusure article div.c {
    flex-direction: column;
    align-items: flex-start;
  }
  .modalChiusure .chiusure article div.c div:last-child {
    margin-left: 0;
  }
  .modalChiusure .chiusure .overflow-x picture {
    width: calc(30vw + 40px);
  }
  .modalChiusure .chiusure .mtop20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  h5.step {
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #preventivo .dettagli-preventivo .four {
    width: 32.6666666667%;
    clear: none;
    line-height: 18px;
    letter-spacing: normal;
  }
  .misura_c {
    font-size: 13px;
    transform: rotate(0deg);
    display: inline-block;
    width: 90px;
    height: 100%;
    position: relative;
    right: inherit;
    left: inherit;
    bottom: inherit;
    top: inherit;
    text-align: left;
  }
  .conf-colors-container .design-select img.type {
    margin-left: 10px;
    width: 70px !important;
    padding-right: 0;
    line-height: 25px;
  }
  #chiusure {
    width: auto;
  }
  .tabs-container {
    height: 50px;
  }
  .tabs-container .tb {
    padding: 0 10px 5px 10px;
  }
  .tabs-container .tb.active {
    padding-top: 5px;
  }
  .tabs-container .tb h4 {
    margin-top: 0;
  }
  .conf-colors-container .chiusura .five {
    width: 100%;
    margin-left: 0;
  }
  .tabs-container .tb h4, .tabs-container .tb p {
    font-size: 16px;
  }
  .conf-colors-container .flex.columnMobile {
    flex-direction: column;
    align-items: flex-start;
  }
  #preventivo .dettagli-preventivo a.btn-yellow {
    margin-top: 10px;
  }
  .conf-colors-container .selettore-logo .icone-bags {
    width: 33.3333%;
  }
  .conf-colors-container .selettore-logo .scegli-stampa {
    width: 100%;
  }
  #preventivo .conf-colors-container.dettagli-preventivo .tc .four {
    align-items: center;
    flex-direction: column;
    width: calc(32.6666666667% - 10px);
  }
  #preventivo .conf-colors-container.dettagli-preventivo .tc .four:not(:last-child) {
    margin-right: 10px;
  }
  #preventivo .conf-colors-container.dettagli-preventivo .tc .four img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #preventivo .chiusura .seven {
    width: 100%;
  }
  #preventivo .chiusura .seven .checkContainer {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  #preventivo .chiusura .seven .checkContainer #chiusure {
    width: 100%;
  }
  .conf-colors-container .border::before {
    top: 3px;
  }
  .conf-colors-container.dettagli-preventivo .tc .four .input-block input {
    width: calc(100% - 20px);
    padding: 15px 5px 15px 15px;
  }
  .checkContainer img.oknext {
    top: -10px;
    right: 0px;
  }
  .dettagli-preventivo .pleft20 {
    padding-left: 0;
  }
  section.mkt p {
    margin: 0px;
    width: 100%;
  }
  .modalChiusure h4 {
    align-items: flex-start;
    font-size: 16px;
    line-height: 20px;
    flex-wrap: wrap;
  }
  .modalChiusure h4 span {
    font-size: 16px;
    width: 100%;
  }
  .modalChiusure h4 span::before {
    margin: 0;
    content: normal;
    width: 0;
    height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    display: block;
  }
  .modalChiusure .chiusure article div.c div {
    margin: 10px 0;
  }
  .modalChiusure .chiusure article .overflow-x picture {
    width: calc(30vw + 40px);
  }
  .modalChiusure .chiusure article .type {
    width: auto;
    max-width: 50px;
  }
  .modalChiusure .chiusure article .quote {
    font-size: 16px;
  }
}
@media all and (max-width: 720px) {
  .modalChiusure .modal-content {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin: 50px 20px;
    height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
  }
  .modalChiusure .chiusure article .quote {
    font-size: 14px;
  }
}

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