:root{

	--blue:#0057cb;
	--yellow:#F7EF34;
	--red:#D90D03;
	--standard:30px;
	--double:60px;
	--triple:90px;
	--mini:10px;
}

/* Hero Visual Widescreen */
.hero-visual {
	width: 100%;
	height: 0;
	padding-bottom: 41.67%; /* Aspect ratio 1920x800 */
	position: relative;
	overflow: hidden;
	padding-top: 150px;
}

.hero-visual-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-subtitle {
	font-size: 25px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 15px;
	font-weight: 400;
}

.hero-title {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.1;
}

.hero-cta-text {
	font-size: 44px;
	font-weight: 700;
	color: #E67E22;
	margin-bottom: 25px;
	line-height: 1.1;
}

ul.disc{
	list-style-type: disc;
}

ul.disc li{
	margin-left: 30px;
}

.btn-primary {
	background-color: #E67E22;
	border-color: #E67E22;
	color: #fff;
	padding: 10px 60px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	background-color: #D35400;
	border-color: #D35400;
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(230, 126, 34, 0.4);
}


/* YourIdentity Content Section */
.youtidentity-content {
	margin-top: 30px;
}

.youtidentity-text {
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 25px;
	text-align: left;
}

.youtidentity-text b {
	font-weight: 700;
}

.youtidentity-cta-text {
	font-size: 18px;
	line-height: 1.4;
	color: #E67E22;
	text-align: left;
}

.youtidentity-cta-text b {
	font-weight: 700;
}

/* Sfumato Section with Background */
.sfumato-visual {

}

.sfumato-visual-inner {

	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Klub Vantaggi Section */
.klub-vantaggi {
	color: #000;
	padding: 20px 0;

}

.klub-vantaggi-title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;

}

.vantaggio-item {
	margin-bottom: 20px;
}

.vantaggio-subtitle {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
	text-transform: uppercase;

}

.vantaggio-text {
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 0;

}

.klub-cta-text {
	font-size: 15px;
	font-weight: 700;
	margin: 25px 0;
	line-height: 1.4;

}

.text-gradient {
	color: #E67E22;
	font-weight: 700;

}

/* Kontainer Intro Section */
.kontainer-intro {
	margin-bottom: 30px;
}

.kontainer-intro-title {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}

.kontainer-intro-text {
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 0;
}

.text-orange {
	color: #E67E22;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	/*.sfumato-visual {
		padding-bottom: 100%; Mobile aspect ratio
	}*/

	.klub-vantaggi-title {
		font-size: 18px;
	}

	.vantaggio-subtitle {
		font-size: 14px;
	}

	.vantaggio-text {
		font-size: 13px;
	}

	.klub-cta-text {
		font-size: 14px;
	}

	.kontainer-intro-title {
		font-size: 20px;
	}

	.kontainer-intro-text {
		font-size: 14px;
	}
}

/* Punti Section - Come Funziona */
.punti {
	padding: 40px 0;
}

.punto-box {
	background-color: #f4f4f4;
	padding: 40px 30px;
	border-radius: 0;
	text-align: center;
	height: 100%;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.punto-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.punto-numero {
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	color: #000;
	margin-top: -78px;
}

.punto-text {
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	margin: 0;
}

.punto-text b {
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.hero-visual {
		padding-bottom: 133.33%; /* Mobile aspect ratio */
	}

	.hero-text-box {
		padding: 20px 25px;
	}

	.hero-subtitle {
		font-size: 13px;
	}

	.hero-title {
		font-size: 20px;
	}

	.hero-cta-text {
		font-size: 18px;
	}

	.hero-text-box .btn-primary {
		padding: 12px 35px;
		font-size: 16px;
	}

	.youtidentity-text {
		font-size: 18px;
	}

	.youtidentity-cta-text {
		font-size: 16px;
	}

	.punto-numero {
		font-size: 60px;
	}

	.punto-text {
		font-size: 18px;
	}

	.punto-box {
		padding: 30px 20px;
	}
}

/* Multistep Form Styles */
.form-progress {
    margin-bottom: 2rem;
}

.form-progress .progress {
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.form-progress .progress-bar {
    background-color: #E67E22;
    transition: width 0.3s ease;
}

.step-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.step-indicator {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

.step-indicator.active {
    background-color: var(--blue);
    color: white;
}

.form-step {
    display: none;
    min-height: 400px;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

.form-step h4{
	font-weight: 400;
	color:#000
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Step Number */
.step-number {
font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

/* Mood Options - Step 1 */
.mood-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.mood-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.mood-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.mood-option:hover .mood-image {
    transform: scale(1.02);
}

.mood-checkbox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.mood-checkbox input[type="radio"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
}

.mood-label {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
}

.mood-option input[type="radio"]:checked ~ .mood-label,
.mood-option:has(input[type="radio"]:checked) .mood-label {
    color: #000;
}

.mood-option:has(input[type="radio"]:checked) .mood-image-container {
    border-color: #000;
}

/* Texture Options - Step 2 */
.texture-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.texture-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
    border-radius: 50%;
}

.texture-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.texture-option:hover .texture-image {
    transform: scale(1.02);
}

.texture-checkbox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.texture-checkbox input[type="radio"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
}

.texture-label {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
}

.texture-option input[type="radio"]:checked ~ .texture-label,
.texture-option:has(input[type="radio"]:checked) .texture-label {
    color: #000;
}

.texture-option:has(input[type="radio"]:checked) .texture-image-container {
    border-color: #000;
}

/* Palette Options - Step 3 */
.palette-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.palette-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.palette-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.palette-option:hover .palette-image {
    transform: scale(1.02);
}

.palette-checkbox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.palette-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
}

.palette-label {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
}

.palette-option:has(input[type="checkbox"]:checked) .palette-image-container {
    /*border-color: #000;*/
}

/* Occasion Options - Step 4 */
.occasion-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.occasion-checkbox-container {
    text-align: center;
    /*padding: 30px 20px;
    border: 2px solid #000;*/
    border-radius: 8px;
    transition: all 0.3s ease;
}

.occasion-checkbox-container:hover {
    /*background-color: #f8f8f8;*/
}

.occasion-checkbox {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
    margin-bottom: 15px;
}

.occasion-label {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    display: block;
}

.occasion-option:has(input[type="checkbox"]:checked) .occasion-checkbox-container {
    /*background-color: #000;*/
}

.occasion-option:has(input[type="checkbox"]:checked) .occasion-label {
    /*color: #fff;*/
}

/* Size Buttons Round - Step 5 */
.size-btn-round {
    /* min-width: 80px; */
    /* height: 80px; */
    margin: 0.5rem;
    font-weight: 400;
    font-size: 18px;
    /* border-radius: 50%; */
    border: 2px solid #999;
    transition: all 0.3s 
ease;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.size-btn-round:hover {
    transform: scale(1.05);
}

.size-btn-round.btn-dark {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Fit Options - Step 5 */
.fit-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.fit-checkbox-container {
    text-align: center;
    /*border: 2px solid #000;*/
    border-radius: 8px;
    transition: all 0.3s ease;
}

.fit-checkbox-container:hover {
    /*background-color: #f8f8f8;*/
}

.fit-radio {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
    margin-bottom: 15px;
}

.fit-label {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    display: block;
}

.fit-option:has(input[type="radio"]:checked) .fit-checkbox-container {
    /*background-color: #000;*/
}

.fit-option:has(input[type="radio"]:checked) .fit-label {
    /*color: #fff;*/
}

/* Service Options - Step 6 */
.service-option {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.service-checkbox-container {
    text-align: center;
    /*padding: 30px 20px;
    border: 2px solid #000;*/
    border-radius: 8px;
    transition: all 0.3s ease;
    /*min-height: 140px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.service-checkbox-container:hover {
    /*background-color: #f8f8f8;*/
}

.service-checkbox {
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #000;
    margin: 0;
    flex-shrink: 0;
}

.service-label {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    display: block;
    text-align: left;
}

.service-option:has(input[type="checkbox"]:checked) .service-checkbox-container {
    /*background-color: #000;*/
}

.service-option:has(input[type="checkbox"]:checked) .service-label {
    /*color: #fff;*/
}

/* Privacy Labels */
.privacy-label {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.privacy-label a {
    color: #E67E22;
    text-decoration: underline;
}

#step-6 .form-check {
    display: flex;
    align-items: flex-start;
}

#step-6 .form-check-input {
    margin-top: 3px;
    flex-shrink: 0;
}

/* Color Options */
.color-options {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.color-option {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.color-option:hover {
    transform: scale(1.1);
}

.color-option.selected {
    border-color: #333;
    transform: scale(1.1);
}

.color-option.selected::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Size Options */
.size-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.size-btn, .outfit-btn {
    min-width: 50px;
    margin: 0.25rem;
    font-weight: bold;
}

/* Step Dots */
.step-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
	display: none;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: var(--blue);
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.form-navigation .btn {
    padding: 8px 30px;
    font-size: 16px;
}

/* Align next button to right when prev button is hidden */
.form-navigation:has(#prev-btn[style*="display: none"]) {
    justify-content: flex-end;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .color-options {
        gap: 10px;
    }

    .color-option {
        width: 45px;
        height: 45px;
    }

    .size-options {
        gap: 5px;
    }

    .size-btn, .outfit-btn {
        min-width: 40px;
        padding: 0.375rem 0.5rem;
        font-size: 0.9rem;
    }

    .step-indicator {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width : 767px) {
    /* Step 1, 2, 3 - 2 items per row on mobile */
    #step-1 .col-lg-3,
    #step-2 .col-lg-3,
    #step-3 .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Step 4 (occasions) - 2 items per row on mobile */
    #step-4 .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Step 7 (fit) and 8 (services) - 1 item per row on mobile */
    #step-5 .col-lg-4,
    #step-6 .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


::selection {
    background: var(--blue);
    color: #fff;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after, .wpcf7{
	line-height: 1;
}

*{
	margin:0px;
	padding:0px;
}

body{
	overflow-x: hidden;
}

html, body { 
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight:400;
	color:#000;
	font-size:16px;
}

h1, h2, h3, h4{
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight:500;
	line-height: 1;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
	color:#000;
}

a:focus, a:hover, a:active{
	color:#000;
}

ul{
	list-style-type:none;
}

.content p, p{
	font-size: 18px;
	line-height: 1.1;
}

.content ul li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	font-size: 24px;
}

.content ul li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	font-size: 55px;
	top: -21px;
	left: 0px;
	color:var(--blue);
}

footer{
	background-color:#1a1a1a;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	font-size:12px;
}

footer p{
	color: #f4f4f4;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

footer a{
	color:#fff;
	text-decoration: underline;
}

.padding-0{
	padding:0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
	padding:15px 30px;
	border-radius:5px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}

.wpcf7-form-control-wrap {
    color: #fff;
    font-size: 12px;
}

input[type="submit"] {
	transition: all 0.7s ease 0s;
	cursor:pointer;
	background: #000 !important;	
	color:#fff;
	border:1px solid #000;
	font-weight:bold;
	font-size:14px;
	border:0px !important;
	/*width: 100%;*/
	padding: 10px 60px;
	border-radius: 10px;
	margin-bottom:10px;
	margin-top: 15px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color:#fff;
	border:1px solid #E67E22;
	color:#000;

}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #000;
	font-size:14px;
}

input.btn-primary{
	margin-bottom:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
  }

textarea{
	height:90px !important;
}

.form-control {
    color: #000;
    background-color: transparent;
    border: 0;
    background-image: none;
    margin-bottom: 0px;
    box-shadow: none;
    margin-bottom: var(--mini);
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #999;
    border-radius: 10px;
    line-height: 1.5;
}

.jumbotron{
	padding:0;
	position:relative;
	background-position:center center;
	height:100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.mb-mini{
	margin-bottom:10px;
}

.p-tb{
	padding-top:30px;
	padding-bottom:30px;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.mb-standard{
	margin-bottom:var(--standard);
}

.pb-mini{
	padding-bottom:var(--mini);
}

.pt-standard{
	padding-top:var(--standard);
}

.pb-standard{
	padding-bottom:var(--standard);
}

.pt-double{
	padding-top:var(--double);
}

.pb-double{
	padding-bottom:var(--double);
}

.pt-triple{
	padding-top:var(--triple);
}

.pb-triple{
	padding-bottom:var(--triple);
}

.pl-standard{
	padding-left:var(--standard);
}

.pr-standard{
	padding-right:var(--standard);
}

.ptb-mini{
	padding-top:var(--mini);
	padding-bottom:var(--mini);
}

.wpcf7 .ajax-loader{
	display:block !important;
}

.visual{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.visual p{
	color:#fff;
	font-size: 21px;
	line-height: 1.5;
}

.visual h2{
	color:#fff;
}

.mb-5, .my-5 {
    margin-bottom: 0 !important;
}

#form{
	color: #fff;
	padding-top: var(--mini);
	padding-bottom: var(--mini);
	z-index: 999;
	width: 100%;
	bottom: 0;
}

#form a{
	text-decoration:underline;
}

#form.form-fixed{
	position: fixed;
	z-index: 9;
	width: 100%;
	bottom: 0;
}

#form p{
	margin-bottom:0px;
	line-height: 1;
}

.wpcf7-spinner{
	position: absolute;
}

.wpcf7-form{
	margin-top:var(--mini);
}

.wpcf7-radio.wpcf7-not-valid label{
	border-bottom:1px solid red;
}

.wpcf7-radio label{
	padding-right: 10px;
}

.wpcf7-response-output{
	display:none;
}

.wpcf7-radio label span{
	font-size:12px;
	line-height: 1.5;
}

.wpcf7-radio{
/* background-color: #D50037; */

}

input[type="radio"] {
    transform:scale(1);
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
	color:#999;
	background-color:#fff;
}

header{
	position:relative;
	color:var(--blue);
	border-bottom: 2px solid #ccc;
}

.slick-dots{
	bottom: -30px;
	z-index: 99;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #000;
    font-size: 10px;
    width: 15px;
    height: 15px;
}

img.hover{
	border: 1px solid #666;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev, .slick-next, .gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-prodotti3-prev, .gallery-prodotti3-next, .gallery-bestseller-prev, .gallery-bestseller-next{
	z-index:99;
}

.slick-prev, .gallery-prodotti1-prev, .gallery-prodotti2-prev, .gallery-prodotti3-prev, .gallery-prodotti3-prev, .gallery-bestseller-prev {
    left: -20px;
}

.slick-next, .gallery-prodotti1-next , .gallery-prodotti2-next , .gallery-prodotti3-next , .gallery-prodotti3-next , .gallery-bestseller-next {
    right: -20px;
}

.gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti3-prev, .gallery-prodotti3-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-bestseller-prev, .gallery-bestseller-next {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

#logo {
	height: 60px;
}

section{
	padding-top: var(--standard);
	padding-bottom: var(--standard);
}

#gallery-prodotti1 .prodotto{
	padding-left: 15px;
	padding-right: 15px;
}

#gallery-prodotti3 .prodotto{
	padding-left: 15px;
	padding-right: 15px;
}

.hr{
	border-top: 1px solid #000;
	margin-top:15px;
}

.grey{
	background-color:#f8f8f8;
}

h2{
	font-size: 32px;
}

#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap div label{
	line-height: 44px;
}

#wpsl-search-btn{
	padding: 12px 30px;
	color:#fff;
	border-radius: 15px;
	background-color: #000 !important;
}

.wpsl-dropdown{
	border-radius: 15px;
}

#wpsl-search-btn, #wpsl-search-wrap input{
	border-radius: 15px;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: auto;
}

#wpsl-result-list{
	background-color: #fff;
}

.wpsl-select-wrap{
	display: none !important;
}

.grazie h1{
	color:var(--blue);
	font-size:55px;
}

.grazie p{
	font-size:24px;
	color:#fff;
}

a.wpsl-directions{
	display: none;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: auto !important;
}

.wpsl-search {
	margin-bottom: 12px;
	padding: 15px;
	background: #F4F4F4;
	margin:0;
	padding-bottom: 5px;
}

.opensans{
	font-family: 'Open Sans', sans-serif;
}

span.grey{
	color:#999;
	background-color: transparent;
}

#gallery-prodotti2 .hr{
	padding-left: 15px;
	padding-right: 15px;
}

.h3, h3 {
	font-size: 1.5rem;
}

#gallery-prodotti1 .opensans {
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2;
	margin-top: 10px;
}

#gallery-prodotti1{
	margin-bottom: 50px;
}

#gallery-prodotti2 .opensans{
	font-weight: 700;
	color:#000;
	font-size:18px;
	padding-top:10px;
}

.testo{
	padding-top:115px;
}

.negative{
	padding-top:100px;
}

.zoom{
	transform: scale(1.2);
	position: relative;
	z-index: -1;
}

.desktop-big{
	display:block;
}

.mobile-big{
	display:none;
}

#gallerymobile .slick-dots {
	bottom: -20px;
	z-index: 99;
}

#gallerymobile .slick-dots li.slick-active button::before {
	opacity: .75;
	color: #000;
	font-size: 14px;
	width: 15px;
	height: 15px;
}

#gallerymobile .slick-dots li button::before {
	opacity: 1;
	color: #fff;
}

#gallerymobile ul{
	list-style-image: url('../img/icona_triangolo.png');
	margin-left: 30px;
}

#gallerymobile ul li::marker{
	
}

/*#gallery-prodotti2 img{
	border:2px solid #ccc;
}*/

#gallery-prodotti2 h4{
	font-size:18px;
	margin-top:20px
}

#gallery-prodotti2 .prodotto{
	margin-left:10px;
	margin-right:10px;
}

.pp{
	padding:90px 30px !important;
}

.orange{
	color:var(--blue);
}

.funziona .col-md-4{
	border-right: 1px solid #ccc;
}

.funziona .col-md-4:last-child{
	border-right: 0px solid #ccc;
}

.boxgrey{
	border-radius:60px;
	background-color: #f4f4f4;
	padding: var(--double) !important;
	margin-left: 30px;
}

.boxgrey p{
	font-size: 24px;
}

.shadow{
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.25);

}

.line-bottom{
	border-bottom: 1px solid #999;
}

#gallery-prodotti1 img{
	padding-left: 7px;
	padding-right: 7px;
}

.form-check-input {
  position: relative;
  margin-top: .3rem;
  margin-left: 0;
}

#form-round{
	/*border-radius: 50px;
-webkit-box-shadow:1px 0px 10px 0px #999;
-moz-box-shadow:1px 0px 10px 0px #999;
-o-box-shadow:1px 0px 10px 0px #999;
box-shadow:1px 0px 10px 0px #999;
	border: 1px solid #f4f4f4;
	margin-top: var(--double);
	margin-bottom: var(--double);
	padding: 30px; */
}

#form{
	background-color: #F2F2F2;
}

.step-indicators{
	display: none;
}

#swap.desktop{
	padding-left: 100px;
	padding-right: 100px;
}

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1200px){
	.pp{
		padding:30px 30px !important;
	}
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}

	.testo{
		padding-top:30px;
	}

	.desktop-big{
		display:none;
	}
	
	.mobile-big{
		display:block;
	}

	.boxgrey{
		margin-right: 30px;
	}

	#gallery-prodotti1 .slick-slide p{
		padding-left: 15px;
		padding-right: 15px;
	}

	.punti .col-lg-4{
		margin-bottom: 60px !important;
	}

	.pb-double.tre{
		padding-bottom: 0px !important;
	}

	.cont{
		margin-top:-20px
	}

	
}
 
@media only screen and (max-width : 767px){

	.col {
		flex-basis: initial;
	}

	.wpcf7-spinner{
		right:0;
	}

	.desktop{
		display:none;
	}

	.mobile{
		display:block;
	}

	.sfumato-visual-inner {
		background-image: url('../img/sfumato_mobile.jpg') !important;
		background-size: cover !important;
	}

	.fascia-date-mobile {
		overflow: hidden;
	}

	.fascia-date-scroll {
		display: flex;
		animation: scroll-infinite 20s linear infinite;
		width: fit-content;
	}

	.fascia-date-scroll img {
		height: 40px;
		width: auto;
		margin-right: 0;
	}

	@keyframes scroll-infinite {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}

	#form {
		position: relative;
	  }

	  .grazie h1{
		color:var(--blue);
		font-size:35px;
	}

	.grazie p{
		font-size:20px
	}
	
	.gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-bestseller-prev, .gallery-bestseller-next{
		display:none;
	}

	.negative{
		padding-top:0px;
	}

	footer{
		padding-bottom:0px;
	}

	.content p{
		font-size: 16px;
	}
	
	.content ul li{
		font-size: 20px;
	}
	
	.content ul li::before {
		font-size: 40px;
	}

	.h1, h1 {
		font-size: 2rem;
	}

	.funziona img{
		max-width: 200px;
	}

	.punto-numero {
		margin-top: -60px;
	}

	#gallery-prodotti2 img{
		padding-left:7px;
		padding-right:7px;
		border:0px;
	}

	footer .text-right, footer .text-left, footer{
		text-align: center !important;
	}

	
}
 
@media only screen and (max-width : 480px){
	.slick-next, .gallery-prodotti1-next, .gallery-prodotti2-next, .gallery-prodotti3-next, .gallery-prodotti3-next, .gallery-bestseller-next {
		right: 0px;
	}

	.slick-prev, .gallery-prodotti1-prev, .gallery-prodotti2-prev, .gallery-prodotti3-prev, .gallery-prodotti3-prev, .gallery-bestseller-prev {
		left: 0px;
	}

	.boxgrey {
		margin-left: 0px;
		margin-right: 0px;
	}

	.boxgrey p {
		font-size: 20px;
	  }

}
 
@media only screen and (max-width : 320px){

}

/* Logo Gallery - Infinite Horizontal Scroll */
.logo-gallery-section {
	background-color: #fff;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}

.logo-gallery-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logo-gallery-track {
	display: flex;
	align-items: center;
	animation: scroll-logos 30s linear infinite;
	width: fit-content;
}

.logo-gallery-track:hover {
	animation-play-state: paused;
}

.logo-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-item img {
	height: 60px;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s ease;
}

.logo-item img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

@keyframes scroll-logos {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 768px) {
	.logo-gallery-section {
		padding: 40px 0;
	}

	.logo-item {
		padding: 0 30px;
	}

	.logo-item img {
		height: 45px;
	}
}
