

body {
		font-family: 'Poppins', Arial, sans-serif;
}

@media (min-width: 1200px) {
		.container {
				max-width: 1200px !important;
		}
}

[class*="text-color-hover-"] {
		transition: ease all 300ms;
}

[class*="bg-color-hover-"] {
		transition: ease background 300ms;
}

@media (min-width: 768px) {
		.custom-max-width-1 {
				max-width: 387px;
		}
}

.custom-font-secondary {
		font-family: 'Poppins', Arial, sans-serif;
}

.custom-font-size-1 {
		font-size: 1.4em !important;
}

.custom-font-size-2 {
		font-size: 1.35em !important;
}

.custom-font-size-3 {
		font-size: 1.15em !important;
}

.custom-font-size-4 {
		font-size: 50% !important;
}

.custom-text-color-1 {
		color: #93bae4 !important;
}

.box-shadow-1 .card-body {
		z-index: 1;
}

.custom-box-shadow-1 {
		box-shadow: 0 0px 90px -55px rgba(0, 0, 0, 0.25) !important;
}

.custom-border-radius-1 {
		border-radius: 0.5rem !important;
}

.custom-line {
		display: inline-block;
		width: 50px;
		border-bottom: 3px solid #CCC;
}

.custom-card-style-1 {
		border: 2px solid transparent;
		transition: ease border 300ms;
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
		transform: translate3d(5px, -5px, 0);
		transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
		transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
		transform: translate3d(0, 0, 0);
}

.owl-carousel {
		display: block;
		opacity: 0;
}

.owl-carousel.owl-loaded {
		opacity: 1;
}

@media (min-width: 1200px) {
		.custom-carousel-box-shadow-1 {
				position: relative;
		}
		.custom-carousel-box-shadow-1:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 65%;
				height: 0px;
				box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.07);
				transform: translate3d(-50%, -50%, 0);
				z-index: 0;
		}
		.custom-carousel-box-shadow-2 {
				position: relative;
		}
		.custom-carousel-box-shadow-2:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 57%;
				height: 0px;
				box-shadow: 0 0 160px 240px rgba(0, 0, 0, 0.07);
				transform: translate3d(-50%, -50%, 0);
				z-index: 0;
		}
}

@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 0%;
				height: 100%;
				background-color: var(--color-text);
				z-index: -1;
		}
}

.customHighlightAnim:after {
		-webkit-animation-name: customHighlightAnim;
						animation-name: customHighlightAnim;
		-webkit-animation-duration: 2s;
						animation-duration: 2s;
		-webkit-animation-fill-mode: forwards;
						animation-fill-mode: forwards;
}

.customHighlightAnimDelay:after {
		-webkit-animation-delay: 3s;
						animation-delay: 3s;
}

@-webkit-keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 100%;
				opacity: 1;
		}
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 100%;
				opacity: 1;
		}
}

.clean-animation-1 svg g:nth-child(1) {
		-webkit-animation: cleanAnimation 3s;
						animation: cleanAnimation 3s;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
}

.clean-animation-1 svg g:nth-child(2) {
		-webkit-animation: cleanAnimation 3s;
						animation: cleanAnimation 3s;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
		-webkit-animation-delay: 400ms;
						animation-delay: 400ms;
}

.clean-animation-1 svg g:nth-child(3) {
		-webkit-animation: cleanAnimation 3s;
						animation: cleanAnimation 3s;
		-webkit-animation-iteration-count: infinite;
						animation-iteration-count: infinite;
		-webkit-animation-delay: 800ms;
						animation-delay: 800ms;
}

@-webkit-keyframes cleanAnimation {
		0% {
				opacity: 0;
				transform: scale(0.8);
				transform-origin: 50% 50%;
		}
		85% {
				opacity: 1;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
		100% {
				opacity: 0;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
}

@keyframes cleanAnimation {
		0% {
				opacity: 0;
				transform: scale(0.8);
				transform-origin: 50% 50%;
		}
		85% {
				opacity: 1;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
		100% {
				opacity: 0;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
}

.customLineAnimation {
		-webkit-animation-name: customLineAnimation;
						animation-name: customLineAnimation;
}

@-webkit-keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}

@media (min-width: 2000px) {
		.shape-divider svg {
				width: 100%;
		}
}

.custom-col-half-section.col-half-section {
		max-width: 727px;
}

.fluid-col-lg-5 .fluid-col {
		left: 50%;
		width: 100vw;
		transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
		.fluid-col-lg-5 {
				min-height: 0;
		}
		.fluid-col-lg-5 .fluid-col {
				width: calc(44.2vw - 15px);
				left: 15px;
				transform: none;
		}
}

@media (max-width: 991px) {
		.fluid-col-lg-5 {
				min-height: 400px !important;
		}
}

/*
* Header
*/
.custom-header-top-btn-style-1 {
		position: relative;
}

.custom-header-top-btn-style-1:after {
		content: '';
		position: absolute;
		top: 100%;
		right: 0;
		width: calc( 100% + 20px);
		height: 10px;
		z-index: 1;
		background: #FFF;
}

html.sticky-header-active #header .header-top {
		padding: 0 !important;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 15px;
				font-weight: 600;
				padding: 0 0.8rem !important;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0 1.3rem !important;
		}
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: #f7f7f7;
		border-color: #f7f7f7;
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: #CCC;
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

.custom-svg-stars {
		position: absolute;
		top: 0;
		right: 100%;
		width: 300px;
		opacity: 0.1;
		z-index: 0;
}

/*
* Home Why Choose Us Section - Custom Accordion Style
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #FFF;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 20px;
}

/*
* Home Section Our Process - Custom Featured Icon
*/
.custom-featured-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 110px;
		border-radius: 100%;
}

.custom-featured-icon-wrapper .icon-featured {
		margin: 0 !important;
}

/*
* Home Section Happy Clients - Custom Testimonial
*/
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote {
		background: #FFF !important;
		padding: 45px 40px 35px 40px;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
		content: '\f10d';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 19.2px;
		font-size: 1.2rem;
		top: 15px;
		left: 15px;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
		margin: 19px 0 0 0;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img {
		max-width: 67px;
}

/*
* Portfolio Detail
*/
.custom-list-icons-icon-size li {
		padding-left: 50px !important;
}

.custom-list-icons-icon-size li > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li a:first-child > .icons:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px !important;
		height: 40px !important;
		font-size: 14.4px !important;
		font-size: 0.9rem !important;
		top: 1px !important;
}

/*
* Services Detail
*/
.custom-nav-list-effect-1 > li > a {
		position: relative;
		transition: ease padding 300ms, ease color 300ms;
}

.custom-nav-list-effect-1 > li > a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #CCC;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -50%, 0);
		transition: ease opacity 300ms;
}

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
		padding-left: 15px;
}

.custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before {
		opacity: 1;
		visibility: visible;
}

/*
* Blog
*/
.blog-sidebar .form-control.bg-color-grey {
		background-color: #FFF !important;
}

/*
* Footer
*/
#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
		color: #175471;
}

#footer .social-icons li a {
		color: #a3b2c7 !important;
}

#footer .social-icons li:hover a {
		color: #FFF !important;
}

#footer a:not(.btn):not(.no-footer-css) {
		color: #a3b2c7;
}



#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 20px 40px 10px 40px;
    /*box-sizing: border-box;*/
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: var(--color-text)
}
/*
#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    /*width: 100%;*/
 /*   box-sizing: border-box;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--color-text);
    font-size: 16px;
    letter-spacing: 1px
}*/

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid var(--color-accent-text);
    outline-width: 0
}

#msform .action-button {
    width: 150px;
    background: var(--color-accent-text);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: .25rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--color-accent-text)
}

#msform .action-button-previous {
    width: 150px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid var(--color-accent-text)
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--color-text);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 24%;
    float: left;
    position: relative
}

#progressbar #datipersonali:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f502";
	font-weight:300;
}

#progressbar #riepilogo:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f022";
	font-weight:300;
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f09d";
	font-weight:300;
}

#progressbar #conferma:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f560";
	font-weight:300;
}

#progressbar #conferma:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f560";
	font-weight:300;
}


#progressbar #spedizione:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0d1";
	font-weight:300;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--color-accent-text)
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0%;
    background: transparent;
    box-shadow: 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 0;
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.form-check-input:checked {background-color:var(--color-accent-text);}


a.btn-tondo {    
	display: inline-flex;
    justify-content: center;
    height: 200px;
    text-align: center;
    width: 200px;
    border-radius: 50%;
    align-items: center;
	border: 2px solid #CCC;
	border-color: var(--color-accent-text);
	background-color: #ffffff;
	font-weight: bold;
    color: var(--color-text);
    font-size: 1.6em;
	letter-spacing:-1px;
	text-decoration:none !important;}
	
a.btn-tondo:hover, a.btn-tondo:active, a.btn-tondo:focus, a.btn-tondo:selected  {color:#ffffff; background-color:var(--color-accent-text);}


a.btn-tondo-disabled {    
	display: inline-flex;
    justify-content: center;
    height: 200px;
    text-align: center;
    width: 200px;
    border-radius: 50%;
    align-items: center;
	border: 2px solid #CCC;
	border-color: #c6c6c6;
	background-color: #ffffff;
	font-weight: bold;
    color: #c6c6c6;
    font-size: 1.6em;
	letter-spacing:-1px;
	text-decoration:none !important;}
	
a.btn-tondo-disabled:hover {color: #c6c6c6;}

.box-btn-tondo input[type=radio] {
  display: none;
}

.box-btn-tondo label .disabled {
  cursor: pointer;
  opacity:0.4;
  background-color:red !important;
}

.box-btn-tondo .non-disp {opacity:0.4; border-color:#444444}
.box-btn-tondo label:hover {
  cursor: pointer;
} 

.box-btn-tondo label:active {
  cursor: pointer;
}

.box-btn-tondo label  {
	border: 2px solid var(--color-accent-text);
	background-color: #ffffff;
	width: 200px;
	height:200px;
    border-radius: 50%;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	color:  var(--color-text);
	
}

.box-btn-tondo input[type=radio]:unchecked + label  {
	border: 2px solid #CCC;
	border-color: #c6c6c6;
	background-color: #ffffff;
	width: 200px;
    border-radius: 50%;
	color:#ffffff;
	
}
	
.box-btn-tondo input[type=radio]:checked + label {
    height: 200px;
    text-align: center;
    width: 200px;
    border-radius: 50%;
    align-items: center;
	border: 2px solid #CCC;
	border-color: #c6c6c6;
	color: var(--color-text);
	background-color:var(--color-accent-text);
	cursor:pointer;
	}

.box-btn-tondo input[type=radio]:checked + label + titolo-box {
	color: #ffffff;
	cursor:pointer;
}

.box-btn-tondo .titolo-box {
	font-weight: bold; font-size: 1.6em; line-height:26px; letter-spacing:-1px; text-decoration:none !important; margin: 70px  0 30px  0;
}

.box-btn-tondo .scegli-box {
	color:grey; padding:10px; font-size: 1.2em !important; line-height:1.5em
}


@media (max-width: 575px) {
	#msform fieldset .form-card {
		width: 100%;
		margin: 0;
		padding: 10px 20px 10px 20px;
	}
	.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0px 1px;
	}

}

.mastercard-info {
	border-left: 1px solid #ddd;
padding-left: 10px;}

.btn-grey {background-color:#eaeaea !important; color:var(--color-text) !important; font-weight:600 !important;}
.btn-grey:hover {background-color:var(--color-text) !important; color:#ffffff !important;}


.info-box {min-height:290px !important;}

@media (max-width: 575px) {
	.info-box {min-height:auto !important;}
}

.dropdown-menu {min-width: 1rem !important;}


#language {
  font-size: 20px;
  background-color: #ffffff;
  border: 0;