@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  background-color: #EBEBE8;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow: auto;
  overflow-x: hidden;
}

.container-fluid {
    max-width: 1920px;
}

body span,
body p,
body div,
.nav-header-top li span,
.nav-header-top li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.nav-header-top li > a::before,
.nav-header-top li > span::before {
  height: 0 !important;
}

.nav-header-top li a,
.nav-header-top li span {
  font-size: 17px;
  line-height: 21px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav-header-top li a:hover {
  color: #000000 !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav-header-top li a {
  color: #016A35 !important;
}

/*.nav-header-top > ul > li > a {
  padding-right: 0 !important;
}*/

.corm400 {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}

.corm500 {
  font-family: "Cormorant", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
}

.nunito400 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}

.nunito500 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
}

.nunito600 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
}

.nunito700 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
}

.verde-cliente {
  color: #193F27;
}

.verde-cliente-2 {
  color: #016A35;
}

.grigio-cliente {
  color: #8F8D83;
}

.grigio-cliente-2 {
  color: #363636;
}

.grigio-cliente-3 {
  color: #938A87;
}

.bianco-cliente {
  color: #fff;
}

.bg-bianco-cliente {
  background-color: #fff;
}

.nero-cliente {
  color: #000000;
}

.bg-verde-cliente {
  background-color: #193F27;
}

.bg-grigio-cliente {
  background-color: #EBEBE8;
}

.f1rem {
  font-size: 1rem;
  line-height: 1.4rem;
}

.f1_3rem {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.f1_6rem {
  font-size: 1.6rem;
  line-height: 2rem !important;
}

.f1_8rem {
  font-size: 1.8rem;
  line-height: 2.2rem !important;
}

.f3rem {
  font-size: 3rem;
  line-height: 2rem !important;
}

.f4rem {
  font-size: 4rem;
  line-height: 2rem !important;
}

.f8rem {
  font-size: 8rem;
  line-height: 10rem !important;
}

.f10rem {
  font-size: 10rem;
  line-height: 8rem;
}

.f1rem {
  font-size: 1rem;;
}

.f13rem {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.f18rem {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.footer-int {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 50px 80px !important;
  box-sizing: border-box;
}

.menu-header ul {
  justify-content: flex-end;
}

.lang-menu .ms-4 {
  display: none !important;
}

.menu-top li a,
.menu-top li span {
  color: rgba(0,0,0,.6) !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-top li a:hover {
  color: #016A35 !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-top li:not(.lang-menu) a,
.menu-top li:not(.lang-menu) span {
  text-transform: lowercase !important;
}

.menu-top li.lang-menu a,
.menu-top li.lang-menu span {
  padding: 0;
  font-size: 15px;
  line-height: 19px;
}

.div-lang {
  padding-left: 2px !important;
}

.logo {
  width: 100%;
  max-width: 300px !important;
  display: block;
  height: 100px;
}

.logo path,
.logo path.st0 {
  fill: #016A35 !important;
}

svg.ico-menu {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain !important;
}

svg.ico-menu path {
  fill: rgba(0, 0, 0, .6) !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.menu-top li a:hover svg.ico-menu path {
  fill: #016A35 !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.logoPreload {
  width: 100%;
  max-width: 360px;
}

#form-newsletter .input-text {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 0.5px #fff !important;
  color: #fff !important;
  padding: 0 !important;
}

.btn-biancobordointobianco {
  transition: all 200ms linear;
  background-color: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 6px 42px !important;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}

.btn-biancobordointobianco:hover {
  transition: all 200ms linear;
  background-color: #fff;
  color: #193F27;
}

input[type="checkbox"],
input[type=radio] {
  background-color: #fff;
  border-radius: 2px;
  border-width: 1px;
}

input[type="checkbox"]:checked,
input[type=radio]:checked {
  background-color: #193F27;
  border-width: 4px;
}

.regular {
  font-weight: 400;
}

footer a {
  color: #fff !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

footer a:hover {
  text-decoration: underline !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.titolo-menu {
  margin-bottom: 20px;
}

.menu-footer a {
  display: block;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 1.1rem !important;
}

.header-testata {
  margin-top: 20px;
}

.header-testata h1 {
  margin-top: 22vw;
}

.header-testata h1 span {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #8F8D83;
}

.content-interno {
  padding: 0 100px;
  box-sizing: border-box;
}

.titolo-supimage {
  margin-bottom: 15px;
}

.thumb-2cell:first-child {
  padding-right: 10px;
  box-sizing: border-box;
}

.thumb-2cell:last-child {
  padding-left: 10px;
  box-sizing: border-box;
}

.thumb-2cell img {
  width: 100%;
  height: 460px;
  overflow: hidden;
  object-fit: cover;
  display: block;
}

a.btn {
  transition: all 200ms linear;
  background-color: transparent;
  border: 1px solid #016A35;
  color: #016A35 !important;
  padding: 6px 42px !important;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

a.btn.btn-verde {
  background-color: #016A35;
  color: #fff !important;
}

a.btn:hover {
  transition: all 200ms linear;
  background-color: #016A35;
  color: #fff !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

a.btn.btn-gray,
button.btn.btn-gray {
  background-color: #8F8D83;
  border-color: #8F8D83;
  color: #fff !important;
}

a.btn.btn-gray:hover,
button.btn.btn-gray:hover {
  transition: all 200ms linear;
  background-color: #8F8D83;
  color: #fff !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lineh-6 {
  line-height: 6rem;
}

.test-abs-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px;
  box-sizing: border-box;
}

/* the slides */
.slick-slide {
  margin: 0 10px;
}

/* the parent */
.slick-list {
  margin: 0 -10px;
}

.slick-slide p {
  margin: 15px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #8F8D83;
}

.slide-home {
  /*margin-right: calc(-270px - 1rem);*/
  margin-right: 0;
}

#nav-icon1 span {
  height: 2px !important;
  border-radius: 0 !important;
  top: -6px !important;
}

#nav-icon1 span:nth-child(2) {
  width: 80% !important;
  top: 3px !important;
}

#nav-icon1 span:nth-child(3) {
  background-color: transparent !important;
}

#nav-icon1 span.text{
  top: 13px !important;
  font-size: 13px;
}

.text-menu {
  font-size: 13px;
}

svg.ico-menu {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
}

.box-product-list {
  width: 100%;
  max-width: 460px;
  display: inline-block;
  margin: 30px 10px;
}

.titolo-art {
  line-height: 2rem;
  opacity: .65;
  margin: 10px 0 0 0;
}

/*.box-thumb-over {
  overflow: hidden;
}*/

.box-thumb-over .text-over {
  opacity: 0;
  padding: 40px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-thumb-over .text-over > div {
  margin-bottom: 10px;
}

/*.box-thumb-over img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-thumb-over:hover img {
  transform: scale(1.1);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}*/

.box-thumb-over:hover .text-over {
  opacity: 1;
  z-index: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-thumb-over img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-thumb-over:hover img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.box-thumb-over .ico-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.box-thumb-over .ico-menu path {
  fill: #fff !important;
}

.thumb-prodotto {
  padding-right: 50px;
  box-sizing: border-box;
}

.details-prodotto {
  padding-left: 50px;
  box-sizing: border-box;
}

.thumb-prodotto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.details-prodotto h1 {
  font-size: 1.8rem;
  line-height: 2rem;
}

.details-prodotto .briciole-prodotto {
  font-weight: 500;
  color: rgba(54,54,54,.5);
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}

.details-prodotto .briciole-prodotto a {
  color: rgba(54,54,54,.5) !important;
}

.details-prodotto p {
  color: rgba(54,54,54,.65) !important;
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.details-prodotto label {
  font-size: 1.25rem;
  line-height: 1.4rem;
  display: block;
  margin-bottom: 10px;
  margin-top: 24px;
  letter-spacing: 0.1em;
}

.details-prodotto label span {
  text-transform: lowercase;
  font-size: 16px;
  line-height: 20px;
}

.details-prodotto .ico-wishlist {
  position: absolute;
  top: 0;
  right: 10%;
}

.colore-circle {
  width: 27px;
  height: 27px;
  position: relative;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  border: solid 1px #8F8D83;
  display: inline-block;
  margin: 5px 12px 5px 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.colore-circle.active {
  border: solid 1.2pt #016A35;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.colore-circle span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  border: solid 2px #fff;
}

/*.colore-circle label.colore {
  display: none;
  position: absolute;
  top: 6px;
  left: -2px;
  font-size: 10px;
  line-height: 12px;
  width: 200px;
  height: auto;
  letter-spacing: -0.05em;
  color: #8F8D83;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.colore-circle:hover label.colore {
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}*/

.list-box {
  max-width: 420px;
  width: 100%;
  border-bottom: solid 1px rgba(54,54,54,.3);
  padding: 0 70px 5px 0;
  cursor: pointer;
}

.details-list {
  /*height: 44px;
  overflow: hidden;*/
  display: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.details-list.active {
  /*height: auto;
  overflow: auto;*/
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.list-box .accordion {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  right: 0;
  /*background-image: url(../images/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;*/
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.list-box .accordion.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.list-box .accordion .ico {
  width: 11px;
  height: 11px;
  display: block;
}

.detail-box {
  display: inline-block;
  margin: 5px 12px 5px 0;
  background-color: #fff;
  padding: 4px 9px;
  border-radius: 5px;
}

.detail-box span {
  color: rgba(54, 54, 54, .65);
  font-weight: 500;
}

.btn-box {
  margin: 20px 20px 0 0;
}

.btn-box:last-child {
  margin: 20px 0 0 0;
}

.btn-box.max-btn {
  max-width: 150px;
}

.btn-box.max-btn a {
  padding: 6px 20px !important;
}

.btns-prod .fix-height {
  height: 54px !important;
}

.header-testata .h1-interno h1 {
  margin: 50px 0;
}

.ico-wishlist.active path {
  fill: #016A35 !important;
}

.h-auto {
  height: auto !important;
}

.letter-spacing {
  letter-spacing: .1em;
}

body.produzione .frase,
body.private-label .frase {
  padding: 0 100px 0 20%;
}

body.produzione .desc,
body.private-label .desc {
  padding: 0 20% 0 100px;
  margin: 0;
}

.box-inline-block-2 {
  display: inline-block;
  width: 100%;
  max-width: 48.333%;
  vertical-align: top;
}

.thumb-2cell.box-inline-block-2 {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.thumb-2cell.box-inline-block-2 .image-scale {
  overflow: hidden;
  background-color: #000;
}

.thumb-2cell.box-inline-block-2 .image-scale img {
  height: 540px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.thumb-2cell.box-inline-block-2 .image-scale:hover img {
  transform: scale(1.1);
  opacity: .8;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.no-cursor {
  cursor: default;
}

.pad-left-testata {
  padding-left: 100px;
  box-sizing: border-box;
}

.h-auto {
  height: auto;
}

.clerb10 {
  height: 10px;
  display: block;
}

.clerb20 {
  height: 20px;
  display: block;
}

.clerb30 {
  height: 30px;
  display: block;
}

.clerb40 {
  height: 40px;
  display: block;
}

.clerb50 {
  height: 50px;
  display: block;
}

.letter span,
.letter-space {
  letter-spacing: .25rem;
  display: block;
}

header .letter span {
  color: #E6E6E6;
}

.padding50lr {
  padding: 0 50px;
  box-sizing: border-box;
}

.padding50l {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.padding50r {
  padding: 0 50px 0 0;
  box-sizing: border-box;
}

.mleft-image {
  margin-left: -100px;
}

.top25 {
  top: 25%;
}

.padding-special-int {
  padding: 0 10vw;
  box-sizing: border-box;
}

.class-papers-list .accordion {
  margin: 0;
  padding: 50px 0;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  border-top: solid .09em #7f7f7f;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion:hover {
  padding: 50px 20px;
  background-color: rgba(255,255,255,.3);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion:last-child {
  border-bottom: solid .09em #7f7f7f;
}

.class-papers-list .accordion h4 {
  margin: 0;
}

.class-papers-list .accordion a.accordion-link {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 0;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion a.accordion-link span:first-child {
  width: 10px;
  height: 2px;
  display: block;
  background-color: #7f7f7f;
  position: absolute;
  top: 30px;
  left: 25px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion a.accordion-link span:last-child {
  width: 10px;
  height: 2px;
  display: block;
  background-color: #7f7f7f;
  position: absolute;
  top: 30px;
  left: 25px;
  transform: rotate(90deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion.active a.accordion-link span:last-child {
  transform: rotate(0deg);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion .accordion-content {
  display: none;
  margin-top: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.class-papers-list .accordion.active .accordion-content {
  display: block;
  margin-top: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.tabs ul li {
  position: relative;
}

.tabs ul li label {
  color: #363636 !important;
  background-color: transparent;
  text-align: center;
  border-bottom: solid 1px #707070;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  color: #363636 !important;
  background: transparent;
  align-items: center;
  justify-content: center;
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1):after,
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2):after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: calc(50% - 15px);
  background-image: url(../images/tabs_act.png);
  background-repeat: no-repeat;
  background-size: 30px 32px;
  background-position: 0 50%;
  width: 30px;
  height: 32px;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
input[type="checkbox"],
input[type=radio] {
  background-color: #fff !important;
  border: solid 1px #938A87 !important;
}

input[type=text],
input[type=email],
input[type=password] {
  margin-bottom: 0 !important;
  height: 40px !important;
}

textarea {
  height: 200px !important;
}

#formLogin input[type=text],
#formLogin input[type=email],
#formLogin textarea,
#formLogin input[type="checkbox"],
#formLogin input[type=radio] {
  background-color: #fff !important;
}

.form-check-input[type=checkbox] {
  display: inline-flex;
  border-radius: 24px;
  width: 24px;
  height: 24px;
}

input[type="checkbox"]:checked,
input[type=radio]:checked {
  background-color: #938A87 !important;
}

div#login,
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

div#login.active,
.popup.active {
  display: flex;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.popup-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 16px 15px 15px 0px rgba(0,0,0,0.14);
  -webkit-box-shadow: 16px 15px 15px 0px rgba(0,0,0,0.14);
  -moz-box-shadow: 16px 15px 15px 0px rgba(0,0,0,0.14);
}

.space-btn {
  margin-left: 20px !important;
}

.popup .f3rem {
  line-height: 3rem !important;
}

.popup button {
  text-transform: capitalize;
}

.close-pop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 4;
}

.close-pop span {
  width: 18px;
  height: 2px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  transform: rotate(45deg);
}

.close-pop span:last-child {
  transform: rotate(-45deg);
}

.menu-account a {
  font-size: 15px !important;
  line-height: 19px !important;
  letter-spacing: .1em;
}

.menu-account a.active {
  color: #016A35;
  text-decoration: underline !important;
}

.ico-logout {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.dnone {
  display: none;
}

h4.errori {
  color: red;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px !important;
}

.tab-content {
  display: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.tab-content.active {
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ico-pdf {
  max-width: 35px;
  margin: 0 auto 5px auto;
  display: block;
}

.link-pdf {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}

.accordion-download {
  padding: 20px 0 !important;
}

#wishlist .box-product-list {
  max-width: 45.888%;
}

.tab-content input[type=text],
.tab-content input[type=email],
.tab-content input[type=password],
.tab-content textarea,
.tab-content input[type="checkbox"],
.tab-content input[type=radio] {
  background-color: #EBEBE8 !important;
  margin-bottom: 10px !important;
}

.tab-content h3 {
  font-size: 15px;
  line-height: 19px;
  color: #363636;
}

.readonly {
  pointer-events: none !important;
}

.filtri .select {
  position: relative;
  margin: 10px !important;
}

.filtri .select select {
  width: 100% !important;
  border: 1.2pt solid #016A35 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  height: 44px !important;
  text-align: center !important;
  color: #016A35 !important;
  background-color: #EBEBE8 !important;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.filtri .select:after {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #016A35;
  position: absolute;
  top: 22px;
  right: 14px;
  z-index: 1;
  transform: rotate(-45deg);
}

.filtri .select:before {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #016A35;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}

.filtri .select:first-child {
  margin-left: 0 !important;
}

.filtri .select:last-child {
  margin-right: 0 !important;
}

@media (min-width: 1200px) {

  h3, .h3 {
    font-size: 2rem;
  }

}

@media (max-width: 1199px) {

  .content-interno {
    padding: 0;
  }

  .f10rem {
    font-size: 7rem;
    line-height: 6rem;
  }

  .titolo-supimage {
    min-height: 42px;
  }

  .slide-home {
    margin-right: calc(-70px - 1rem);
  }

  .box-product-list {
    max-width: 46.888%;
  }

}

@media (max-width: 1023px) {

  .f10rem {
    font-size: 6rem;
    line-height: 5rem;
  }

  h2 {
    margin-bottom: 20px;
  }

  .test-abs-right {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
  }

  .header-testata {
    margin-top: 10px;
  }

  .logo {
    height: 60px;
  }

  select.languageselector {
    margin-bottom: 0;
    border: none !important;
  }

  .header-homepage {
    height: 380px !important;
  }

  .header-testata h1 {
    margin-top: 200px;
  }

  .thumb-prodotto {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .details-prodotto {
    padding-left: 0;
  }

  .list-box {
    max-width: 100%;
  }

  .details-prodotto .ico-wishlist {
    right: 0;
  }

  .f8rem {
    font-size: 4rem;
    line-height: 3rem !important;
  }

  .thumb-2cell.box-inline-block-2 .image-scale img {
    height: 300px;
  }

  .pad-left-testata {
    padding: 0;
  }

  .f1_3rem {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .f1_8rem {
    font-size: 1.5rem;
    line-height: 1.9rem !important;
  }

  .padding50lr,
  .padding50l,
  .padding50r {
    padding: 0;
  }

  .mleft-image {
    margin-left: 0;
  }

  header .mb-3.header-testata {
    margin-bottom: 0 !important;
  }

  h4, .h4 {
    /*font-size: .9rem !important;*/
  }

  .letter span,
  .letter-space {
    letter-spacing: .3rem;
  }

  .padding-special-int {
    padding: 0;
  }

  .padding-mobile-int {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .accordion {
    padding: 50px 20px;
  }

  .fs-30 {
    font-size: 1.4rem !important;
  }

  .f3rem {
    font-size: 2rem;
    line-height: 2rem !important;
  }

  .popup h3 {
    margin-bottom: 20px;
  }

  .filtri .select {
    margin: 10px 0 !important;
    display: inline-block;
    width: 49%;
  }
  
  .hauto-t {
  	height: auto;
  }

}

@media (max-width: 767px) {

  .mobile-flex {
    display: flex !important;
  }

  .testataiconelogo {
    margin-bottom: 0 !important;
  }

  #nav-icon1 {
    margin-left: 10px;
  }

  .fs-60-md-40 {
    font-size: 2rem;
  }

  .footer-bottom {
    background-color: inherit;
    color: white;
  }

  .footer-int {
    padding: 40px 20px !important;
  }

  .thumb-2cell:first-child,
  .thumb-2cell:last-child {
    padding: 0;
  }

  .titolo-supimage {
    min-height: 0;
  }

  .thumb-2cell img {
    height: 260px;
  }

  .slide-home {
    margin-right: 0;
  }

  .f10rem {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .f13rem {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .no-padleft {
    padding-left: 0 !important;
  }

  .box-product-list {
    max-width: 42.888%;
  }

  body.produzione .frase,
  body.private-label .frase {
    padding: 0;
    margin-bottom: 20px;
  }

  body.produzione .desc,
  body.private-label .desc {
    padding: 0;
    margin: 0;
  }

  .h-auto-m {
    height: auto !important;
  }

  .box-inline-block-2 {
    max-width: 100%;
  }

  .thumb-2cell.box-inline-block-2 {
    margin-bottom: 0;
  }

  #wishlist .box-product-list {
    max-width: 42.888%;
  }

  .f8rem {
    font-size: 3rem;
    line-height: 4rem !important;
  }

  .f4rem {
    font-size: 2rem;
    line-height: 2.5rem !important;
  }

}
