<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'space_grotesklight';
    src: url('fonts/spacegrotesk-variablefont_wght-webfont.eot');
    src: url('fonts/spacegrotesk-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/spacegrotesk-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/spacegrotesk-variablefont_wght-webfont.woff') format('woff'),
         url('fonts/spacegrotesk-variablefont_wght-webfont.ttf') format('truetype'),
         url('fonts/spacegrotesk-variablefont_wght-webfont.svg#space_grotesklight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'SpaceGrotesk-Bold';
    src: url('fonts/SpaceGrotesk-Bold.eot');
    src: url('fonts/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
         url('fonts/SpaceGrotesk-Bold.woff') format('woff'),
         url('fonts/SpaceGrotesk-Bold.ttf') format('truetype'),
         url('fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #ed0d82;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	background-color: #f4f4eb;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
}

h1 {

}

h2 {
	font-size: 14px;
}
b, strong {
	font-weight: normal !important;
}
#crumbs ol li {
	display: inline;
}
.text {
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.midtext {
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
}
.color_1 {
	color: #ed0d82 !important;
}
.color_2 {
	color: #c7a4cd !important;
}
.back_color_1 {
	background-color: #ed0d82;
}
.back_color_2 {
	background-color: #c7a4cd;
}
.fade {
  opacity: 0;
  transition: all .3s ease;
}
.fade.visible {
  opacity: 1;
}

#container {
	width: 100%;
	min-width: 1200px;
}
#container_popup {
	width: 100%;
	min-width: 1200px;
}
#logo {
	position: absolute;
	top: 18px;
	left: 5%;
	margin-left: -5px;
	width: 270px;
}
#butt_logo {
	filter: none !important;
}
#header {
	width: 100%;
	height: 80px;
	display: block;
	top: 0;
	left: 0;
	border-bottom: 2px solid #ed0d82;
}
#nav { 
	float: right; 
	margin-right: 30px; 
	margin-top: 50px; 
}
#langs {
	float: right; 
	margin-right: 30px; 
	margin-top: 50px; 
}
#options {
	float: right; 
	margin-right: 5%; 
	margin-top: 50px; 
}
#options img {
	width: 16px;
	height: auto;
}
.menuitem {
	margin-left: 10px;
}
.submenu {
	position: absolute;
	padding: 20px;
	border: 2px solid #ed0d82;
	border-radius: 20px;
	background-color: white;
	font-size: 14px;
	z-index: 9;
}
#submenu_products {
	margin-left: 258px;
	margin-top: 5px;
}
#submenu_collections {
	margin-left: 90px;
	margin-top: 5px;
}
#submenu_zones {
	margin-left: -50px;
	margin-top: 5px;
}
.submenuitem {
	line-height: 20px;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
}
.arrow {
	display: inline-block;
}
#head {
	width: 100%;
	height: 120px;
	display: block;
	overflow: hidden;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 200px;
	padding-top: 120px;
	margin-top: 0px;	
}
.headline {
	min-width: 3000px; 
	height: 120px;
	display: block;
	display: flex;
	white-space: nowrap;
    animation: scrollText 12s infinite linear;
}
@keyframes scrollText {
  from { transform: translateX(1%); }
  to { transform: translateX(-99%); }
}
#slideshow {
	margin-top: 10px;
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	display: block; 
}
.slide { 
	width: 100%; 
	height: auto;
	display: block; 
	border: 0;
	margin: 0;
}
.slide img {
	width: 100%; 
	height: auto;
}
.slide_heighted {
	height: 700px;
	background-size: cover;
	background-position: center;
}
.page {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.padded {
	padding: 5%;
}

/* SEARCH */
select, input {
	border: 1px solid #333333;
}
#search_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background-image: url(images/quad_trasp_white.png);
	display: none;
	z-index: 1000;
	text-align: center;
}
#search_form {
	position: fixed;
	width: 600px;
	display: block;
	top: 40%;
	left: 50%;
	margin-left:-300px;
	z-index: 1001;
	text-align: center;
}
#search_form input {	
	padding: 0px 10px;
	height: 35px;
}
#searchbutt {
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	text-decoration: none !important;
	color: white;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
}


/* SCHEDA PRODOTTO */
#product_zoom {
	width: 50%;
	min-height: 300px;
	float: left;
	margin: 7% 0 5% 0;
}
.zoom {
	background-color: white;
	position: relative;
}
.zoomvar {
	background-color:white;
}
.product_slide { 
	max-width: 100%; 
	max-height: 600px;
	display: block; 
	border: 0;
	margin: 0 auto;
	z-index: 9;
}
#product_download {
	position: absolute;
	margin-top: 10px;
	right: 2%;
	z-index: 99;
}
#pop_sartoria {
	max-height: 570px;
    width: auto;
    padding-top: 5%;
}
.downloadbutt {
	width: 32px;
	height: auto;
	border: 0;
	padding: 8px;
}
.product_images {
	width: 104%;
	margin-top: 30px;
	display: block;
	float: left;
	text-align: justify;
}
.product_ico_left {
	width: 14%;
	height: 100px;
	display: inline-block;
	margin-right: 1.9%;
	cursor: pointer;
	border: 0;
	background-size: contain;
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
}
.product_ico_right {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 0;
	cursor: pointer;
	border-radius: 50px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
}
.product_info {
	width: 45%;
	min-height: 300px;
	display: inline-block;
	float: right;
	text-align: left;
	margin: 7% 0 5% 0;
}
.product_category {
	font-size: 20px;
	line-height: 20px;
	color: #999999;
}
.product_collection {
	font-size: 20px;
	line-height: 20px;
	color: #999999;
}
.product_title {
	font-size: 70px;
	line-height: 70px;
	display: block;
	width: 100%;
	margin-top: -10px;
}
.product_variants {
	width: 400px;
	height: 120px;
	display: block;
	overflow: hidden;
	text-align: left;
	margin: 100px 0 0 0;
}
.select_color {
	padding: 10px;
	border-radius: 40px;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: transparent;
	width: 100%;
}

#select_container {
    border-radius: 40px;
    width: 100%;
}

#select2_container {
    border-radius: 40px;
    width: 100%;
}
.select_color option {
	padding: 10px;
}
#butt_richiedi_informazioni {
	border-radius: 40px;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size:16px;
	padding:15px;
	padding-left:50px !important;
	padding-right:50px !important;
}

#butt_richiedi_informazioni_mobile {
	display: none;
}

#butt_customize {
	margin-top:5px;
	font-size:16px;
}

#butt_customize_mobile {
	display: none;
}

.normalized {
	padding: 2px 5px !important;
	border-radius: 20px;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin: 3px 0;
	width: 100%;
	font-size:18px;
}
.normalized:focus-visible, .normalized:focus, textarea.normalized:focus-visible, textarea.normalized:focus {
	outline:0;
}
textarea.normalized {
	height: 60px;
}
.butt_inviarichiesta {
    border-radius: 35px;
    color: white;
    border: 0;
    padding: 20px 40px;
    font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
    margin-top: 15px;
    font-size:18px;
 }

#contact_form {
	line-height:19px;
	margin-top: 183px;
    display: inline-block;
    width: 100%;
}

#customize_form {
	width: 100%;
}

.butt_upload_file {
    color: white;
    padding: 2px 9px;
    border-radius: 30px;
    font-size: 16px;
}
.file_butt_container {
    display: inline-block;
    border-radius: 25px;
    width: 100%;
    font-size:16px;
    padding: 2px 10px 2px 0px;
}
.file_butt_container span{
    margin-left: 10px;
}

#contact_form .normalized {
	width: 95%;
}
#contact_form .file_butt_container {
	width: 95%;
}
.variant_ico {
	width: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 20px 20px;
}
.variant_ {
	width: 116px;
	height: 160px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}
.butt_prev_var {
	width: 24px;
	display: block;
	position: absolute; 
	margin-left: -5px;
	margin-top: 40px;
	cursor: pointer;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.butt_prev_var svg {
	transform: rotate(90deg);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.butt_next_var svg {
	transform: rotate(-90deg);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}

.butt_prev_var:hover, .butt_next_var:hover {
	filter:brightness(0.96);
}

.butt_prev_var:hover {
	margin-left:-8px;
}
.butt_next_var:hover {
	margin-left:376px;
}
.butt_next_var {
	width: 24px;
	display: block;
	position: absolute; 
	margin-left: 373px;
	margin-top: 40px;
	cursor: pointer;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.price {
	display: block;
	margin-top: 7px;
}
.product_price {
	font-size: 26px;
	line-height: 40px;
	float: right;
	margin-top: -50px;
}
.scheda_tecnica {
	line-height: 40px;
	float: right;
}
.disponibilita {
	width: 100%;
	text-align: left;
	margin: 40px 0 40px 0;
}
.product_text {
	line-height: 18px;
}
.pdf_icon {
	margin-bottom: -2px;
	height: 64px;
}
.shipping_text {
	display: none;
	margin: 0 auto;
}
.product_press {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.press_img {
	display: inline-block;
}
.press_img.swiper-slide {
    width: auto !important;
    height: 380px;
}


.press_img.swiper-slide img {
	object-position: top;
}
.product_press_ico {
	height: 300px;
	width: auto;
	margin: 10px;
}
.dida {
	font-size: 20px;
	line-height: 20px;
	margin-top: 15px;
}
.stories_menu {
	width: 100%;
	height: 120px;
	display: block;
	margin-top: -50px;
	text-align: right;
}
.paginazione {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.paginazione a.polly {
    border: 2px solid;
    border-radius: 20px;
    width: 22px;
    height: 10px;
    padding: 3px 0px 8px 0px;
    display: inline-block;
    background-color: white;
    margin: 0 2px;
}

.paginazione a.polly.selection {
    background-color: #ff1c86 !important;
    color: #f4f4eb !important;
    border-color: #ff1c86 !important;
}

/* ELEMENTI MASONRY */
.gallery_list {
	width: 102%; 
	text-align: center;
	margin-left: 0;
}
.gallery_img {
    width: 31%;
    display: inline-block;
    margin: 0.8%;
	line-height: 0;
}
.news_list {
	width: 102%; 
	text-align: center;
	margin-left: 0;
	text-align: left;
}
.news_img {
    width: 20%;
    display: inline-block;
    margin: 0 6.5%;
}
.gallery_ico {
	width: 380px;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.press_ico {
	width: 180px;
	height: 240px;
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}

.social-container {
	margin-top: 30px;
	width: 380px;
	height: 50px;
	margin: 20px auto 0 auto;
	padding-left: 10px;
}
.social-container .links {
	margin: 2px;
	text-align: center;
}
.social-container .links a {
	margin: 2px;
	opacity: .8;
}
.social-container .links a:hover {
	opacity: 1;
}


#butt_scopri {
	width: 160px;
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -80px;
	color: white !important;
	text-align: center;
	z-index: 9;
}
#news_circle {
	position: absolute;
	top: 600px;
	right: 15%;
	width: 20%;
	z-index: 9;
}
#news_circle img {
	width: 100%;
	height: auto;
}
.rotate {
  animation: rotation 4s infinite linear;
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

.swiper-slide {
      width: 60% !important;
	  text-align: left;
      display: inline-block;
      justify-content: left;
      align-items: left;
    }
.swiper-slide img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
}
	
.stripe {
	width: 90%;
	height: auto;
	display: block;
	overflow: hidden;
	color: white;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 70px;
	line-height: 70px;
	padding: 5%;
}
.stripe_dida {
	font-family: 'space_grotesklight', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 115px;
	float: right;
}
.stripe_collezioni {
	height: 600px;
	display: block;
	overflow: hidden;
}
.stripe_full {
	width: 95%;
	padding-left: 5%;
	padding-bottom: 2%;
	color: white;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 45px;
}
.cover_collezione {
	width: auto;
	height: 600px;
	display: inline-block;
	margin-right: 30px;
	font-size: 40px;
	line-height: 44px;
}
.cover_collezione img {
	width: 100%;
	height: 500px;
	margin-bottom: 10px;
}
.ico_collezione {
	width: 28%;
	height: auto;
	display: inline-block;
	margin-right: 4%;
	margin-top: 7%;
	font-size: 30px;
	line-height: 32px;
	vertical-align: top;
}
.ico_collezione img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	vertical-align: top;
}
.partner {
	width: 40%;
	height: auto;
}
#gallery {
	width: 95%;
	height: auto;
	display: block;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin-left: 4%;
}
#gallery span {
	font-size: 20px;
	line-height: 20px;
}

.pic {
    width: 21.5%;
    display: inline-block;
    margin: 1.4%;
}
.pic img {
    width: 90%;
	padding: 5%;
}

#gallery.gallery_sartoria .pic img {
	width: 100% !important;
	padding:0 !important;
}

.col_contactform {
    width: 45%;
    text-align: right;
    display: inline-block;
    float: right;
}

.product_info_col_left {
    float: left;
    width: 100%;
}

.product_info_col_right {
    float: right;
    width: 40%;
    text-align: right;
    margin-top:0px;
}

.pollycol .col_50_about:last-child {
	margin-right:0 !Important;
	margin-left:2%;
}

.pollycol3 .col_33_about:first-child {
	margin: 0 !important;
}

.pollycol3 .col_33_about:last-child {
	margin: 0 !important;
}

.pollycol3 .col_33_about:nth-child(2) {
	margin-right:7%;
	margin-left:7%;
}

.pollycol4 .col_25_about:first-child {
	margin:0 !important;
}

.col_1 {
	width: 30%;
	float: left;
}
.col_2 {
	width: 60%;
	float: right;
}
.col_24 {
	width: 23%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
.col_33 {
	width: 33%;
	text-align: right;
}
.col_45 {
	width: 45%;
	margin-left: 3.2%;
	display: inline-block;
	vertical-align: top;
}
.col_50 {
	width: 50%;
	float: left;
}
.col_50_about {
	width: 47%;
	margin-right: 2%;
	display: inline-block;
	text-align: justify;
}
.col_50_about img {
	width: 100%;
	margin-top: 50px;
}
.col_25_about {
	width: 22%;
	margin-left: 4%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.col_33_about {
	width: 28%;
	margin-right: 8.3%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.col_65 {
	width: 65%;
}
.col_72 {
	width: 72%;
	display: inline-block;
	vertical-align: top;
}
.col_prod {
	width: 30%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
}
.col_prod_corr {
	width: 21%;
	margin-left: 2.5%;
	display: inline-block;
	vertical-align: top;
}
.items {
	width: 102%;
	margin-left: -2%;
}
.title {
	font-size: 40px;
	line-height: 48px;
}
.title_filters {
	font-size: 40px;
	line-height: 40px;
}
#container_popup .title {
    font-size:70px;
    margin-bottom: 20px !important;
}
#container_popup form {
	line-height:17px;
}
.testocoll {
	font-size: 18px;
	line-height: 24px;
}
.realperson-regen {
    /*padding-top: 4px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background-image: url(https://altreforme.edendesign.org/images/refresh.png);
    text-indent: -999px;
    overflow: hidden;
    width: 16px;
    background-size: contain;
    background-position: center center;
    border: none;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 3px;
    */
        display: none;
}
/*.realperson-text {
    display: inline-block;
}*/
#numb {
    width: 90px !Important;
    margin-top: 10px;
 }
.coll_cover {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
}
.coll_title {
	font-size: 40px;
	line-height: 40px;
}
.prod_cover {
	width: 90%;
	height: 90%;
	padding: 5%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	vertical-align: top;
}

.prod_home_price {
	display: block;
	margin-top: 7px;
}

.prod_home_coll {
	display: block;
	margin-top: 7px;
}
#crumbs {
	position: absolute;
	margin-top: 4%;
	z-index: 99;
}

#homepress {
	width: 96%;
	height: 70px;
	overflow: hidden;
	display: block;
	text-align: justify;
	position: absolute;
	margin-left: -1.5%;
}
.homepress_ico {
	height: 50px;
	width: auto;
	margin: 0 35px;
	border: 0;
}
.arrow {
	height: 32px;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.vedi {
	font-size: 16px;
	line-height: 30px;
}
.butt {
	padding: 20px;
	border: 2px solid #ed0d82;
	border-radius: 40px;
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.filters {
	padding: 5px 8px;
	background-color: white;
	margin: 8px 6px 0 0;
	display: inline-block;
}
.separatore {
	width: 100%;
	height: 50px;
	display: block;
	clear: both;
}
.miniseparatore {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.line {
	width: 100%;
	height: 2px;
	display: block;
	clear: both;
}
#footer {
	width: 90%;
	padding: 5%;
	min-height: 300px;
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 18px;
}
#logo_footer {
	width: 400px;
	margin-left: -10px;
	margin-top: -15px;
}
#claim {
	font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	margin-left: 5px;
}
.col_footer {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}
.col_footer_bottom {
	width: 47%;
	display: inline-block;
	vertical-align: bottom;
}
.footeritem {
	display: inline;
}

.fancybox-bg {
	background-image:none !Important;
}

#fancybox-close {
    display: inline;
    background-image: url(images/close_fancybox.png) !Important;
    background-size: 53% !Important;
    background-position: center center !Important;
    background-repeat: no-repeat !Important;
    border-radius: 20px !Important;
    padding: 4px !Important;
    top: -9px !Important;
    right: -9px !Important;
}

#fancybox-left-ico {
	background-image: url(images/arrow_prev.png) !important;
    background-size: 53% !Important;
    background-position: center center !Important;
    background-repeat: no-repeat !Important;
    border-radius: 20px !Important;
    padding: 4px !Important;
}

#fancybox-right-ico {
	background-image: url(images/arrow_next.png) !important;
    background-size: 53% !Important;
    background-position: center center !Important;
    background-repeat: no-repeat !Important;
    border-radius: 20px !Important;
    padding: 4px !Important;
}

#fancybox-right:hover, #fancybox-left:hover {
	filter: grayscale(0%);
}

#fancybox-right-ico:hover, #fancybox-left-ico:hover  {
	filter: grayscale(30%);
}

div#fancybox-content {
	border: 0px solid transparent;
}

div#fancybox-outer {
	background-color: transparent;
}

a:link, a:visited {
	color: #ed0d82;
	text-decoration: none;
}
a:active, a:hover {
	color: #ed0d82;
	text-decoration: none;
	filter: grayscale(30%); 
}

.mobile {
	display: none;
}

@media screen and (max-width: 1199px) {

	#container {
		min-width:auto;
	}

	#logo {
    	top: 17px;
    	width: 190px;
	}

	#header {
		height: 60px;
	}

	.page {
    	min-width: auto;
	}

	.page .col_45 {
    	width: 100%;
    	margin-left: 0;
	}
	.slide_heighted {
		height: 180px;
	}
	.mobile {
		display: block}

	.nomobile {
		display: none !important;
	}

	#nav {
    	width: 90%;
    	margin-right: 5%;
    	margin-left: 5%;
	}

	#langs {
	    float: left;
	    margin-right: 0;
	    margin-top: 30px;
	    margin-left: 5%;
	    font-size: 16px;
	}

	.menuitem {
    	margin-left: 0;
    	display: block;
    	padding: 10px 0px;
    	font-size: 16px;
	}
	.midtext {
		font-size: 16px;
		line-height: 20px;
	}

	#submenu_collections, #submenu_products {
		display: none !important;
	}

	#submenu_zones {
    	margin-left: -50px;
    	margin-top: 25px;
    	width: 79%;
    	left: 5%;
    	margin-left: 0;
    	font-size: 16px;
    	line-height: 24px;
	}

	#options {
    	float: right;
    	margin-right: 6%;
    	margin-top: 25px;
	}

	.menuitem sub {
		display: none;
	}

	#options img {
    	width: 22px;
    	height: auto;
	}

	#menupolly {
    	width: 100%;
    	height: 100vh;
    	position: absolute;
    	z-index: 999;
    	top: 68px;
    	display: none;
    	background-color: #f4f4eb;
	}

	.title_filters sub {
		display: inline-block;
	}

	.title_filters {
    	font-size: 20px;
    	line-height: 22px;
	}

	.filterspolly {
		display: none;
	}

	.butt {
    	padding: 9px;
	}

	#butt_scopri {
    	width: 110px;
    	margin-left: -70px;
    	top:210px !important;
    	display: none !important;
	}

	#head {
		font-size: 50px;
		height: 40px;
		padding-top:40px;
	}

	#news_circle {
    	width: 28%;
    	left: auto;
    	right: 6%;
    	margin-left: auto;
    	top: 250px !important;
	}
	
	.stripe {
		font-size: 35px;
    	line-height: 36px;
	}



	.stripe_dida {
    	line-height: 25px;
    	margin-top: 17px;
    	font-size: 20px;
    	float: left;
	}

	.separatore {
		height: 25px;
	}

	#gallery {
		font-size: 20px;
    	line-height: 20px;
	}

	#logo_footer {
    	width: 200px;
    	margin-left: -10px;
    	margin-top: 0px;
    	margin-bottom: -20px;
	}

	.title {
    	font-size: 25px;
    	line-height: 30px;
	}

	.product_title {
    	font-size: 40px;
    	line-height: 49px;
	}

	.stripe_full {
		font-size: 25px;
    	line-height: 30px;
	}

	.col_33 {
    	width: 70%;
    	text-align: left;
	}

	.col_2 {
    	width: 100%;
        float: none;
    	margin-top: 30px;
    	display: inline-block;
	}

	.col_65 {
    	width: 100%;
	}

	.col_72 {
    	width: 100%;
	}

	.col_50 {
    	width: 100%;
	}

	.col_50_about {
    	width: 100%;
    	margin-right: 0;
	}

	.col_25_about {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 10px;
	}

	.col_33_about {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 30px;
	}

	.col_50_about img {
    	width: 100%;
    	margin-top: 20px;
	}

	.about_tag {
		font-size:20px;
	}

	.img_valentina {
		height: auto !important;
		width: 100% !important;
	}

	.col_24 {
    	width: 100%;
    	margin:0;
	}

	.col_footer {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    margin-top: 15px;
	    margin-left: 0;
	}

	.col_footer_bottom {
		width: 100%;
		margin-bottom: 15px;
	}

	.col_footer_bottom div {
		margin-left:0 !important;
	}

	.coll_cover {
    	width: 100%;
    	height: 160px !important;
	}

	#footer .col_50 {
    	width: 100%;
    	float: none;
	}

	#crumbs {
		margin-top:40px;
		position: relative;
	}

	#claim {
    	margin-left: 0;
    	margin-bottom:20px;
    	font-size: 30px;
    	line-height: 34px;
	}

	.collezioni_home {
		display: inline-block !Important;
	}

	.collezioni_home .col_1 {
		width: 100%;
	}

	.ico_collezione {
		font-size: 20px;
    	line-height: 22px;
    	margin-right:2%;
    	margin-left: 2%;
    	width: 45%;
	}

	.controls {
    	float: left !Important;
    	text-align: left;
    	margin-left: -12px;
    	margin-top: 20px !Important;
    	display: block;
    	width: 100%;
	}
	.pic {
    	width: 45%;
    	margin: 2%;
	}

	.gallery_img {
    	width: 45%;
    	margin: 2%;
    }

    .product_info {
    	width: 100%;
    	min-height: auto;
    	float: none;
    	margin: 0;
	}

	#product_zoom {
    	width: 100%;
    	min-height: auto;
    	float: none;
    	margin: 40px 0 0px 0px;
    	display: inline-block;
	}

	.product_info_col_left {
    	float: none;
    	width: 100% !important;
	}

	.product_info_col_right {
    	float: none;
    	width: 100%;
    	text-align: left;
	}

	.product_variants {
    	width: auto;
	}

	.product_variants {
    	width: 100%;
    	margin: 20px 0 0 0;
    	text-align: center;

	}

	.product_price {
	    margin-top: 10px;
	    display: block;
	    width: 100%;
	}

	.product_ico_right {
    	width: 75px;
    	height: 75px;
	}

	.variant_ico {
    	width: auto;
    	margin: 20px 5px;
	}

	.butt_next_var {
    	margin-left: auto;
    	right: 5%;
	}

	.product_ico_left {
    	width: 30%;
    	margin-right: 0 !important;
    	margin-bottom: 14px;
	}

	.product_images a:nth-child(2) .product_ico_left{
		margin-right: 3.6% !important;
		margin-left: 3.6% !important;
	}

	.product_images a:nth-child(5) .product_ico_left{
		margin-right: 3.6% !important;
		margin-left: 3.6% !important;
	}
	
	.product_images {
		width: 100%;
		text-align: left;
	}

		#butt_richiedi_informazioni {
		display: none !important;
	}

	#butt_richiedi_informazioni_mobile {
		border-radius: 40px;
		font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
		cursor: pointer;
		font-size:16px;
		padding:15px;
		padding-left:30px !important;
		padding-right:30px !important;
		display: inline-block;
	}

	#butt_customize {
		display: none;
	}

	#butt_customize_mobile {
		border-radius: 40px;
		font-family: 'SpaceGrotesk-Bold', Arial, Helvetica, sans-serif;
		cursor: pointer;
		font-size:16px;
		padding:15px;
		margin-top:18px;
		padding-left:30px !important;
		padding-right:30px !important;
		display: inline-block;

	}

	.press_img.swiper-slide {
    	width: auto !important;
    	height: 260px;
    	margin-right: 20px !important;
	}

	.col_prod_corr {
   		width: 46%;
    	margin-left: 2.5%;
    	margin-bottom: 20px;
	}

	.coll_title {
    	font-size: 25px;
    	line-height: 28px;
    	letter-spacing: 0;
	}

	.dida {
    	margin-top: 7px;
	}

	#butt_zone_mobile {
		display: inline-block;
	}

	.filters {
    	padding: 5px 8px;
    	background-color: white;
    	margin: 4px 2px 0 0;
    	display: inline-block;
    	font-size: 13px;
    	padding: 7px !important;
	}

	.news_img {
    	width: 100%;
    	display: inline-block;
    	margin: 20px 0px 0px 0px;
	}

	.news_img .title_filters {
    	font-size: 25px;
    	line-height: 29px;
    	margin-bottom: -10px;
    	display: inline-block;
	}

	.col_prod {
    	width: 45%;
    	margin-left: 0;
    	margin-top: 30px;
    	margin-right: 2%;
    	margin-left: 2%;
	}

	.col_prod .separatore {
		height: 0;
	}

	.col_prod span {
    	margin-top: 7px;
    	display: block;
	}

	.stories_menu {
    	width: 100%;
    	height: auto;
    	display: block;
    	margin-top: 0;
    	text-align: left;
    	margin-bottom: 40px;
	}

	.news_list {
    	width: 100%;
	}

	.mappa {
		height: 250px !important;
	}

	#contact_form {
    	margin-top: 40px;
    	margin-bottom: 40px;
    	float: left;
	}

	.col_contactform {
    	width: 100%;
    	float: left;
	}

	#contact_form td{
		width: 100%;
		display: block;
		margin-bottom:5px;
	}

	.file_butt_container {
		margin-bottom:20px;
	}

	#gallery {
    	font-size: 22px;
    	line-height: 22px;
	}


	#gallery span {
    	font-size: 17px;
    	line-height: 17px;
	}

	#ham {
		position: absolute;
    	top: 25px;
    	right: 5%;
    	margin-top: 0;
	}

	#ham svg{
    	width: 35px;
    	height: 30px;
    	
	}

	#container_popup {
    	width: 90%;
    	min-width: auto;
    	margin-left: 5%;
    	padding-bottom: 60px;
	}

	.col_45 {
    	width: 100%;
    	margin:0 !important;
	}

	#pop_sartoria {
    	height: auto;
    	max-height: unset;
    	width: 100%;
    	padding-top:0;
    	margin-top: 70px;
    	margin-bottom:30px;
	}

	#container_popup .title {
    	font-size: 50px;
    	margin-bottom: 30px !important;
	}

	#customize_form td{
		width: 95%;
		display: block;
		margin-bottom:5px;
	}

	#select_container {
    	border-radius: 40px;
    	width: 100%;
    	max-width: 266px;
	}

	#select2_container {
    	border-radius: 40px;
    	width: 100%;
    	max-width: 266px;
	}

	.pollycol .col_50_about {
		margin:0 !Important;
		margin-bottom:20px !important;
	}


	.pollycol3 .col_33_about {
		margin:0 !Important;
		margin-bottom:40px !important;
	}


	.pollycol3 .col_33_about:nth-child(2) {
		margin:0 !Important;
		margin-bottom:40px !important;
	}

	.pollycol3 .col_33_about:first-child {
		margin:0 !Important;
		margin-bottom:40px !important;
	}

	.pollycol4 .col_25_about {
		margin:0 !important;
		margin-bottom:20px !important;
	}

	.pollycol4 .col_25_about:first-child {
		margin-bottom:20px !important;
	}

	.pollysartoria {
		margin: 0 !Important;
		margin-top:20px !important;
	}

	.pollysartoria img {
		width: 100%;
	}

	.pollycol3 img {
		width: 50% !important;
		max-width:200px;
		opacity:1;
	}

	.headline {
		min-width: 1500px; 
    	animation: scrollText 24s infinite linear;
	}

	.chupa_chups_partner {
    	width: 55%;
    	margin-top: 20px;
    	margin-bottom: -30px;
	}

	.text {
		font-size: 16px;
    	line-height: 22px;
	}

	.pollycollection {
		margin-bottom:30px !important;
	}

	.event_container .slide {
		height: 200px !important;
	}

	#myRange2 {
		margin-top: -5px !important;
	}

	.swiper-slide img {
		max-width:200px;
	}

	.gallery_sartoria {
		margin-bottom: 40px;
	}


}</pre></body></html>