@import url(css-font.css);

*,:before,:after { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: Lato-Regular;
	line-height: 1.5rem;
	font-size: 1.1rem;
	margin: 0;
	overflow-x: hidden;
	height: 100vh;
}

input[type=text], input[type=email], input[type=password],input[type=number], textarea, select {
	font-family: Lato-Regular;
	outline: none;
	padding: 0.5rem;
	font-size: 1.2rem;
	border: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 1rem;
	width: 100%;
}
select {
	margin-bottom: 1.5rem;
}
input:focus, select:focus, button:focus {
	outline: 0;
}
input::placeholder {
	color: rgb(0,0,0,0.3);
}
a {
	color: #000000;
	text-decoration: none;
}
img {
	display: block;
	/*user-select: none;*/
}
h1 {
	font-family: Lato-Black;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	margin-bottom: 0.5rem;
}
h2 {
	font-family: Lato-Regular;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0;
	margin-bottom: 0.5rem;
}
h5 {
	font-family: Lato-Regular;
	font-size: 1.3rem;
	margin: 0;
	margin-top: 1.5rem;
	margin-bottom: -1.5rem;
	padding-bottom: 1.5rem;
	color: #000000;
	border-bottom: dashed 1px rgba(0,0,0,0.2);
}
button {
	display: block;
	font-family: Lato-Black;
	font-size: 1.1rem;
	padding: 0.6rem 3rem;
	text-align: center;
	background-color: #fff;
	border: solid 3px #000;
	cursor: pointer;
	transition: background-color 0.5s;
}
button::first-letter {
	text-transform: uppercase;
}
button.bianco {
	color: #ffffff;
	border-color: #ffffff;
}
button.trasparente {
	background-color: transparent;
}
button:hover {
	background-color: #B5CEE5;
	transition: 0.3s;
}
gsap {
	xdisplay: none;
}

missing {
	color: red;
}
colore {
	display: inline-block;
	width: 1rem;
	height: 1rem; 
	border-radius: 5rem;
}
reg {
	font-size: 0.9rem;
	margin-left: 0.1rem;

}
reg2 {
	position: relative;
	font-size: 0.7rem;
	top: -0.4rem;
}
reg3 {
	position: relative;
	font-size: 0.9rem;
	top: -0.8rem;
}
.yt-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.yt-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.nascosto {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.cookiebanner {
	z-index: 2000;
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	width: calc(100% - 1rem);
	max-width: 16rem;
	padding: 1.5rem;
	padding-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1rem;
	border-radius: 0.3rem;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	background-color: #fff;
}
.cookiebanner img {
	position: absolute;
	height: 2.5rem;
	top: -1.5rem;
	left: -0.5rem;
}
.cookiebanner button {
	display: block;
	float: right;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	border: solid 2px;
	padding: 0.2rem 0.5rem;
}

.promo {
	z-index: 2000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: calc(100% - 2rem);
	padding: 1rem;
	padding-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1rem;
	box-shadow: 1px 1px 30px rgba(0,0,0,0.7);
	background-color: #fff;
}
.promo img {
	width: 100%;
}
.promo .x {
	position: absolute;
	top: -1rem;
	right: -1rem;
	height: 2rem;
	width: 2rem;
	padding: 0.5rem;
	border-radius: 5rem;
	background-color: #000;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	cursor: pointer;
}
.html5video-wrapper {
	display: grid;
	justify-content: center;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.html5video-video {
	display: grid;
	height: 25rem;
}
.html5video-playpause {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(ico/play.svg);
	background-repeat: no-repeat;
	background-size: 3rem auto;
	background-position: center center;
}

.main-page button:hover {
	background-color: #CAD458;
}
.main-container-info button:hover {
	background-color: #C3D21E;
}
form {
	xxmargin-top: 3rem;
}
form button, form label {
	display: block;
	width: 100%;
}
form input[type=text], input[type=email], input[type=password], input[type=number], textarea {
	margin-bottom: 1.5rem;
	width: 100%;
}
form button {
	margin-top: 3rem;
	max-width: 25rem;
}
form input[type=checkbox] {
	margin: 0;
	margin-top: 2px;
}
.grid-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
.grid-2col button {
	width: 100% !important;
}
.grid-thalassa {
	display: grid;
	grid-template-columns: 3fr 2fr !important;
	grid-gap: 1rem;
}
form .grid-3col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}
label {
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin-bottom: 0.3rem;
}
exe {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	color: #ffffff;
	font-family: Courier;
}
.testo {
	font-size: 1.2rem;
	line-height: 1.7rem;
}
.testo sup {
	font-size: 0.5em;
}
.testo .text-link {
	font-weight: bold;
	text-decoration: underline;
}
.testo .ico {
	display: inline;
	height: 1.5rem;
}
.testo b {
	display: block;
	margin-bottom: 0.5rem;
}
.grid-1fr-1fr, .grid-1fr-1fr-top {
	display: grid;
	grid-template-columns: 1fr 1fr;	
	grid-gap: 5rem;
	margin-bottom: 6rem;
}
.grid-3fr-2fr {
	grid-template-columns: 3fr 2fr;
}

.grid-1fr-1fr:last-child, .grid-1fr-1fr-top:last-child {
	margin-bottom: 0;
}
.grid-1fr-1fr span, .grid-1fr-1fr-top span {
	display: block;
	margin-bottom: 1.5rem;
}
.grid-1fr-1fr button, .grid-1fr-1fr-top button {
	
}
.grid-1fr-1fr-top > div:nth-child(2) {
	display: grid;
	margin-top: -5rem;
	justify-content: right;
	align-content: start;

}
.grid-1fr-1fr-top {
	xgrid-gap: 3rem;
}
.main-container {
	display: grid;
	justify-content: center;
}
.main-container-page
{
	padding-top: 5rem;
	padding-bottom: 10rem;
	background-color: #F4F4F0;
}
.main-container-login, .main-container-registrati {
	background-color: #F4F4F0;
}
.main-linea, .main-login, .main-registrati {
	padding-right: 40%;
}
.main-container-page h1 {
	font-size: 4.5rem;
	line-height: 4.5rem;
	margin-bottom: 4rem;
	margin-left: -4px; /* font fix */
	margin-top: -20px; /* font fix */
}
.main-container-page .h1-smaller {
	font-size: 3.9rem;
	line-height: 3.9rem;
}
.main-container-page .h1-letterspacing {
	letter-spacing: -3px;
}

.main-container > .main > div {
	position: relative;
}
.main-1 {
	display: grid;
	align-content: start;
	padding-top: 5rem;
	height: 550px;
	background-image: url(home/home2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-container-2 {
	text-align: center;
	background-color: #F4F4F0;
	padding: 5rem 0;
}
.main-container-2 span {
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2rem;
	width: 100%;
	max-width: 33rem;
	font-family: Arno Pro Regular;
	color: #438176;
}
.main-container-2 img {
	display: grid;
	justify-self: center;
	height: 3rem;
	margin-top: 1rem;
}
.main-container-3 {
	background-color: #F4F4F0;
}
.main-container-3 .main {
	padding: 5rem 0;
	border-top: solid 1px rgba(0,0,0,0.2);
}
.main-container-3 h1 {
	margin-bottom: 2rem;
	width: 100%;	
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}
.main-container-3 h2 {
	font-family: Arno Pro Regular;
	color: #B74B65;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.main-container-3 button {
	margin-top: 4rem;
}

.main-container-4 {
	background-color: #F4F4F0;
}
.main-container-4 .main {
	padding: 5rem 0;
	padding-bottom: 2rem;
	border-top: solid 1px rgba(0,0,0,0.2);
}
.main-container-4 h1 {
	margin-bottom: 2rem;
	width: 100%;	
	font-size: 3rem;
	margin-bottom: 3rem;
}
.main-container-4 h2 {
	font-family: Arno Pro Regular;
	color: #B74B65;
	font-weight: normal;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.home-fiore {
	display: grid;
	justify-self: center;
	max-width: 60%;
	margin-top: 3rem;
}
.main-container-4 button {
	margin-top: 4rem;
}
.main-container .label,
.main-container .label-h1 {
	text-transform: uppercase;
}
.main-container-4 .label {
	top: 25%;
	left: 45%;
}
.main-container-4 > .main > div:nth-child(1) {
	display: grid;
	align-content: center;
}
.main-container .foto-sezione {
	width: 100%;
}
.main-container .foto-sezione-smaller {
	width: 100%;
	max-width: 30rem;
}
.main-container-info {
	background-color: #E4E2D0; 
	padding: 4rem 0;
}
.main-container-info button {
	display: inline;
	margin-top: 2rem;
}

.main-container-pretop {
	position: relative;
	background-color: #fff; 
	padding: 1rem 0;
	align-content: center;
	align-items: center;
}
.main-container-pretop:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, transparent 30%, #B74B65);
}
.main-container-top {
	position: relative;
	background-color: #ffffff; 
	z-index: 10;
}
.main-container-footer {
	background-color: #EEEEF2; 
	padding: 4rem 0
}
.main-container-footer > .main {
	display: grid;
	grid-template-columns: auto auto;
	font-size: 1rem;
	line-height: 1.4rem;
}
.main-container-footer .logo-footer {
	height: 2.5rem;
	margin-bottom: 0.5rem;
}
.main-container-footer .loghi {
	display: grid;
	grid-template-rows: auto auto auto;
	justify-content: right;
}
.main-container-footer .loghi > div {
	text-align: right;
}
.main-container-footer .loghi > div:nth-child(1) {
	align-content: start;
}
.main-container-footer .loghi > div:nth-child(2) {
	align-content: center;
}
.main-container-footer .loghi > div:nth-child(3) {
	align-content: end;
}
.main-container-footer .loghi-1 {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 2rem;
	align-items: center;
}
.main-container-footer .loghi-2 {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
	align-items: center;
	justify-content: right;
	
}
.main-container-footer .loghi-3 {
	display: grid;
	justify-content: right;
	align-content: end;
}
.main-container-footer .logo1 {
	height: 4rem;
}
.main-container-footer .logo2 {
	height: 3rem;
}
.main-container-footer .logo3 {
	display: inline;
	height: 4.5rem;
	opacity: 0.8;
}


.main-pretop {
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 1.5rem;
	justify-content: right;
	align-items: center;
	/*user-select: none;*/
}
.pretop-tagline {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	text-align: right;
}
.pretop-menu, .pretop-lingue {
	display: grid;
	grid-column-gap: 1rem;
	grid-auto-flow: column;
	justify-self: right;
}
.pretop-menu a {
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #B74B65;
	font-family: Lato-Black;
}
.pretop-lingue {
	grid-column-gap: 0.3rem;
	font-size: 1rem;
}
.pretop-ico {
	height: 1.5rem;
}

.top-logo img {
	height: 7.2rem;
	margin-top: -3.5rem;
}
.logo-desktop {
	display: block;
}
.logo-mobile {
	display: none;
}

.main-top {
	display: grid;
	grid-template-columns: auto 1fr;
	align-content: center;
	align-items: center;
	background:#ffffff; 
	height: 100px;
	/*user-select: none;*/
}



.menu-mobile {
	position: fixed;
	z-index: 1000;
	display: grid;
	opacity: 0;
	transform: translateX(100%);
	align-content: start;
	justify-content: right;
	justify-items: right;
	top: 0;
	left: 0;
	padding: 2rem;
	min-height: 100vh;
	max-height: 100vh;
	min-width: 100%;
	max-width: 100%;
	color: #fff;
	text-align: right;
	background-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0.9), rgba(0,0,0,0.6));	
	overflow: auto;
}
.menu-mobile > span, .menu-mobile a {
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 1.4rem;
	cursor: pointer;
}
.menu-mobile-submenu {
	display: none;
	padding-bottom: 1.5rem;
	margin-top: -0.5rem;
}
.menu-mobile-submenu a {
	font-size: 1.1rem;
	display: block;
	margin-bottom: 0.6rem;
	text-transform: none;
	color: rgba(255,255,255,0.7);
}

.menu-mobile-x {
	display: none;
	position: fixed;
	z-index: 2000 !important;
	top: 1.7rem;
	left: 0;
	height: 2rem;
	padding: 0.5rem;
	padding-left: 1rem;
	background-color: #000;
}
.menu-mobile-social {
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.menu-mobile-social img {
	display: inline;
	height: 1.7rem;
	margin-left: 1rem;
}
.menu-mobile-lingue {
	margin-bottom: 3rem;
}
.menu-mobile-lingue a {
	display: inline-block;
	width: 2rem;
	padding: 0.1rem;
	text-align: center;
	font-size: 0.9rem;
	margin: 0;
}
.menu-mobile-lingue a:last-child {
	width: auto;
	padding: 0;
}
.menu-mobile-lingue .attivo {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
.menu-mobile-lingue img {
	height: 1.5rem;
}
.menu-mobile-logout {
	font-size: 0.9rem !important;
	opacity: 0.6 !important;
	margin-top: -2rem !important;
	margin-bottom: 3rem !important;
}




.top-menu-mobile-hamburger, .top-menu-mobile-bag {
	display: none;
}
.top-menu {
	display: grid;
	grid-auto-flow: column;
	justify-self: right;
	align-self: center;
	align-content: center;
	grid-column-gap: 1.7rem;
	align-content: center;
}
.top-menu > div {
	position: relative;
	display: grid;
	
}
.top-menu > div > a, .top-menu > div > span {
	font-family: Lato-Regular;
	font-weight: bold;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.2rem;
}
.top-menu > div > a::first-letter, .top-menu > div > span::first-letter {
	text-transform: uppercase;
}
.top-menu > div > a:hover, .top-menu > div > span:hover {
	color: #B74B65;
	transition: all 0.3s;
}
.top-menu > div > a.no-hover {
	border: none;
}
.top-menu-bag {
	position: relative;
	cursor: pointer;
}
.top-menu-bag img {
	height: 1.6rem;
	cursor: pointer;
}
.shopping-bag-counter {
	position: absolute;
	visibility: shidden;
	display: grid;
	top: -0.2rem;
	right: -0.5rem;
	height: 21px;
	width: 21px;
	justify-content: center;
	align-content: center;
	font-size: 0.6rem; 
	background-color: #000;
	color: #ffffff;
	border-radius: 5rem;
	border: solid 1px;
}
.hidden {
	visibility: hidden;	
}
.top-menu-search {
	height: 1.5rem;
	cursor: pointer;
}
.top-menu-dropdown {
	z-index: 10;
	position: absolute;
	display: grid;
	visibility: hidden;
	top: 0;
	left: 50%;
	transform: translateX(-500%);
	margin-top: 2rem;
	padding: 2rem;
	padding-right: 3rem;	
	font-weight: 0.95rem;
	background-color: #ffffff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	border: solid 1px rgba(0,0,0,0.1);
	white-space: nowrap;
}


.top-menu-dropdown > span, .top-menu-dropdown > a {
	padding: 0.35rem 0;
	font-family: Lato-Regular;
}
.top-menu-dropdown:not(.top-menu-dropdown-cart) > span::before,
.top-menu-dropdown > a::before
{
	position: relative;
	display: inline-block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiM4MUMwQzAiIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMmMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4YzAsNy4yMTIsMi43OTYsMTMuOTY4LDcuODYsMTkuMDRsMTYuMTI0LDE2LjExNmM1LjA2OCw1LjA2OCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjgtMi43OTIsMTkuMDMyLTcuODZMMzgyLjY3OCwyNjVjNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	width: 8px;
	height: 8px;
	margin-right: 0.4rem;
	top: -0.1rem;
}
.top-menu-dropdown span.aperto::before,
.top-menu-dropdown a.aperto::before
{
	transform: rotate(90deg);
	top: 9px;
	left: 9px;
}
.top-menu-dropdown2 {
	overflow: hidden;
	font-weight: normal;
	white-space: nowrap;
	margin-bottom: 2rem;
}
.top-menu-dropdown2 a {
	display: block;
	line-height: 2rem;
}
.top-menu-dropdown  span, 
.top-menu-dropdown2 span 
{
	cursor: pointer;
}
.top-menu-dropdown:not(.top-menu-dropdown-cart) > span:hover, 
.top-menu-dropdown > a:hover, 
.top-menu-dropdown2 a:hover 
{
	color: #B74B65;
}
.top-menu-dropdown-cart, .top-menu-dropdown-search {
	z-index: 100;
}


.top-menu-dropdown-cart {
	min-width: 18rem;
}
.top-menu-dropdown-cart a {
	line-height: 1rem;
	font-weight: normal;
	color: #58ACAB;

}
.top-menu-dropdown-cart-content, .top-menu-dropdown-cart-recap {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	grid-column-gap: 2rem;
	grid-row-gap: 0.5rem;
	font-size: 1.1rem;
	font-weight: normal;
	margin-bottom: 1rem;

}
.top-menu-dropdown-cart-content  div:nth-child(2n) {
	text-align: right;
	opacity: 0.5;
}

.top-menu-dropdown-cart-recap {
	grid-template-columns: 1fr auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: solid 1px rgba(0,0,0,0.2);
	
}
.top-menu-dropdown-cart-recap img {
	height: 1.5rem;
}
.top-menu-dropdown-cart-recap button {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	grid-column: 1 / 3;
}
.top-menu-dropdown-cart-recap .spedizione {
	font-size: 0.8rem;
	opacity: 0.5;
}

.top-menu-dropdown2 a::before, 
.top-menu-dropdown-cart > a::before 
{
	position: relative;
	display: inline-block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiM4MUMwQzAiIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMmMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4YzAsNy4yMTIsMi43OTYsMTMuOTY4LDcuODYsMTkuMDRsMTYuMTI0LDE2LjExNmM1LjA2OCw1LjA2OCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjgtMi43OTIsMTkuMDMyLTcuODZMMzgyLjY3OCwyNjVjNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	width: 8px;
	height: 8px;
	margin-right: 0.4rem;
	top: -0.1rem;
}
.top-menu-dropdown-search  {
	padding: 0;
}
.top-menu-dropdown-search input {
	margin: 1.5rem;
	border: none;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	padding-left: 0;
	width: calc(100% - 3rem);
}


.top-menu-dropdown3 {
	overflow: hidden;
	grid-gap: 0.2rem; 
	font-weight: normal;
	white-space: nowrap;
}
.top-menu-dropdown3 a {
	display: block;
	line-height: 2rem;
	padding-left: 1rem;
}
.top-menu-dropdown3 a:last-child {
	margin-bottom: 1rem;
}
.top-menu-dropdown3 span 
{
	cursor: pointer;
}
.top-menu-dropdown3 a:hover 
{
	color: #81C0C0
}
.top-menu-dropdown3 a::before 
{
	position: relative;
	display: inline-block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiM4MUMwQzAiIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMmMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4YzAsNy4yMTIsMi43OTYsMTMuOTY4LDcuODYsMTkuMDRsMTYuMTI0LDE2LjExNmM1LjA2OCw1LjA2OCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjgtMi43OTIsMTkuMDMyLTcuODZMMzgyLjY3OCwyNjVjNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	width: 8px;
	height: 8px;
	margin-right: 0.4rem;
	top: -0.1rem;
}

.top-menu-dropdown-search-risultati {
	max-height: 30rem;
	width: 15rem;
	overflow: auto;
	margin: 1.5rem; 
	margin-top: 0;
}
.top-menu-dropdown-search-risultati > a {
	display: block;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.4rem;
	
}
.top-menu-dropdown-search-risultati > a > div:nth-child(1) {
	display: grid;
	justify-content: center;
}
.top-menu-dropdown-search-risultati > a > div:nth-child(1) img {
	width: 3rem;
	height: 3rem;
	object-fit: contain;
	object-position: center center;
}
.top-menu-dropdown-search-risultati a > div:nth-child(2) > b {
	font-size: 1.1rem;
	line-height: 1rem !important;
	color: rgba(0,0,0,0.7);
	white-space: normal !important;
}



.hero-home {
	position: relative;
	display: grid;
	justify-content: center;
	width: 100%; 
	height: calc(100% - 145px);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.hero-home::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5));
	content: '';
}
.hero-home-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-home-slide img {
	object-fit: cover;
	width: 100%;
	height: calc(100% + 80px);
}
.hero-home-content {
	z-index: 1;
	align-self: end;
	font-family: Lato-Black;
	font-size: 4rem;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 4rem;
	padding-bottom: 5rem;
}
.hero-home-content span {
	opacity: 0;
}
.hero-home-content .hero-home-regenereyes {
	height: 8rem; 
	margin-bottom: 1rem
}
.hero-home button {
	
	margin-top: 4rem;
}




.main {
	position: relative;
	display: grid; 
	width: 1200px; 
}
.main-fadein {
	opacity: 0;
}

.main-intro {
	height: 60vh;
	color: #fff;
	xtext-shadow: 1px 1px 20px rgba(0,0,0,0.35);

}
.main-intro h1 {
	font-size: 5rem;
	line-height: 0.95;
}
.main-intro h2 {
	line-height: 1.2;
	margin-top: 2rem;
	width: 100%;
	max-width: 35rem;
	font-weight: normal;
}
.intro-sticker {
	position: absolute;
}
.intro-sticker.maschera {
	height: 7rem;
	left: 1rem;
	bottom: 23rem;
	transform: rotate(70deg);
}
.intro-sticker.cuore {
	height: 12rem;
	left: 12rem;
	bottom: 12rem;
	transform: rotate(-20deg);
}
.intro-sticker.gnomo {
	height: 35rem;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%);
}
.intro-sticker.graal {
	height: 11rem;
	left: 60%;
	bottom: 30rem;
	transform: rotate(50deg);
}
.intro-sticker.piramide {
	height: 18rem;
	left: 52%;
	bottom: 7rem;
}
.intro-sticker.cucu {
	height: 25rem;
	right: 10%;
	bottom: 17rem;
}
.intro-sticker.strega {
	height: 11rem;
	right: 2rem;
	bottom: 12rem;
	transform: rotate(-30deg);
}

.main-container-linea-top {
	background-color: rgba(0,0,0,0.03);
	border-bottom: solid 1px rgba(0,0,0,0.06);
}
.main-container-linea {
	padding: 0;
	overflow: hidden;
}
.main-container-linea .main-linea {
	padding: 0;
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.main-container-linea .main-linea-tutti {
	padding: 0;
	padding-top: 3rem;
	padding-bottom: 1rem;
	background: none;
}
.main-linea-intro {
	z-index: 1;
}
.main-linea-intro h3 {

}
		@media (max-width:1050px ) { 
			.main-linea-intro h3 {
				line-height: 1.4rem !important;
				font-size: 1rem !important;
			}
		}



.main-linea-intro-hero {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: bottom right 4rem;
	background-repeat: no-repeat;
	background-size: auto 90%;

}
.main-container-linea .main-linea h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 2rem;
	line-height: 2.5rem;
}
.main-container-linea .main-linea h2 {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1rem;
	margin-left: -2px;
}
.main-container-linea .main-linea h3 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.8rem;
	margin-bottom: 2rem;
	width: 70%;
}

.main-linea-prodotti {
	display: grid;
	
}
.main-linea-prodotti-menu {
	align-self: start;
	margin-bottom: 1rem;
}
.main-linea-prodotti-menu .loghi {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: solid 1px rgba(0,0,0,0.2);
}
.main-linea-prodotti-menu .loghi img {
	width: 8rem;
	margin-bottom: 1rem;
	opacity: 0.5;
}
.main-linea-prodotti-menu .loghi .logo3 {
	width: 4rem;
}

.main-linea-prodotti-menu span {
	display: block;
	cursor: pointer;
	margin-bottom: 0.5rem;
	font-family: Lato-Black;
}
.main-linea-prodotti-menu span:hover {
	color: #73B9B8;
}
.main-linea-prodotti-menu span::before
{
	position: relative;
	display: inline-block;
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiM4MUMwQzAiIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMmMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4YzAsNy4yMTIsMi43OTYsMTMuOTY4LDcuODYsMTkuMDRsMTYuMTI0LDE2LjExNmM1LjA2OCw1LjA2OCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjgtMi43OTIsMTkuMDMyLTcuODZMMzgyLjY3OCwyNjVjNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	width: 8px;
	height: 8px;
	margin-right: 0.4rem;
	top: -0.1rem;
}
.main-linea-prodotti-menu-scelto {
	font-weight: bold;
}
.main-linea-prodotti-elenco {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 4rem;
}
.main-linea-prodotti-elenco .prodotto-foto {
	position: relative;
	display: grid;
	justify-items: center;
	align-items: end;
	height: 16rem;
	overflow: hidden;
	box-shadow: 0 1px 12px rgba(0,0,0,0.105);
}
.main-linea-prodotti-elenco .prodotto-foto img {
	object-fit: cover;
	object-position: bottom;
	width: 100%;
	height: 100%;
}
.fascia-sconto {
	position: absolute;
	top: 0;
	right: 0;
	height: 10rem;
	width: 10rem;
	overflow: hidden;
}
.fascia-sconto span {
	position: absolute;
	top: 1.7rem;
	right: -7.3rem;
	width: 20rem;
	text-align: center;
	background-color: #B74B65;
	color: #fff;
	font-size: 0.85rem;
	text-transform: uppercase;
	padding: 3px 0;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	transform: rotate(45deg);
}
.main-linea-prodotti-elenco .prodotto {
	
}

.main-linea-prodotti-elenco .prodotto h1 {
	font-family: Lato-Black;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-transform: none;
	margin: 0;
	padding-top: 1rem;
	margin-top: 1.5rem;
}
.main-linea-prodotti-elenco .prodotto h2 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4rem;
	margin: 0;
	margin-top: 0.3rem;
	opacity: 0.6;
}
.main-linea-prodotti-elenco .prodotto h3 {
	font-size: 1.5rem;
	margin: 0;
	margin-top: 1rem; 
	padding-top: 1rem; 
	border-top: solid 1px rgba(0,0,0,0.15);
}
.main-linea-prodotti-elenco .prodotto h4 {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0;
	opacity: 0.6;
}
.main-linea-prodotti-elenco .prodotto h5 {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 0;
	margin-top: 1rem; 
	border: none;
}

.main-linea-prodotti-elenco-skincoding {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-top: 3rem;
	padding-bottom: 6rem;
}
.main-linea-prodotti-elenco-account {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.main-container-prodotto {
	padding: 0;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.main-prodotto {
	display: grid;
	grid-template-columns: 28rem 1fr;
	grid-gap: 6rem;
}
.main-prodotto .prodotto-foto {
	text-align: center;
}
.main-prodotto .prodotto-foto > img {
	display: inline;
	width: 100%;
	object-fit: contain;
	object-position: center 100%;
	background-color: #fff;
	box-shadow: 0 1px 12px rgba(0,0,0,0.105);
}
.main-prodotto .prodotto-chat {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 2rem;
	padding-top: 2rem;
	margin-top: 5rem;
	border-top: solid 1px rgba(0,0,0,0.2);
	text-align: left;
	cursor: pointer;
}
.main-prodotto .prodotto-chat img {
	height: 3rem;
}
.main-prodotto .prodotto-foto .marchi {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: solid 1px rgba(0,0,0,0.2);
	text-align: left;
}
.main-prodotto .prodotto-foto .marchi img  {
	display: inline;
	height: 4rem;
	margin-right: 2rem;
	opacity: 0.5;
}
.main-prodotto .prodotto-scheda h1 {
	max-width: 70%;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	margin-bottom: 1rem;
}
.main-prodotto .prodotto-scheda h2 {
	width: 100%;
	max-width: 30rem;
	font-size: 1.5rem;
	margin: 0;
	line-height: normal;
	margin-bottom: 2rem;
	font-weight: normal;
}
.main-prodotto .prodotto-scheda h3 {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.6rem;
	font-weight: normal;
	color: rgba(0,0,0,0.65);
}
.main-prodotto .prodotto-scheda h3 i {
	font-size: 1rem;
}
.main-prodotto .prodotto-social {
	position: absolute;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
	top: 1rem;
	right: 0;
}
.main-prodotto .prodotto-social img {
	cursor: pointer;
	height: 1.5rem;
}
.main-prodotto .prodotto-info {
	color: rgba(0,0,0,0.8);
	margin-top: 2rem;
	border-top: solid 1px rgba(0,0,0,0.2);
	line-height: 1.6rem;
	color: rgba(0,0,0,0.5);
}
.main-prodotto .prodotto-info h2 {
	font-size: 1.2rem;
	font-family: Lato-Black;
	text-transform: uppercase;
	margin-bottom: 1rem;
	margin-top: 2rem;
	line-height: normal;
	color: rgba(0,0,0,1);
}
.main-prodotto .prodotto-prezzo {
	position: relative;
	padding-top: 2rem;
	color: rgba(0,0,0,0.8);
	margin-top: 2rem;
	padding-bottom: 3rem;
	line-height: normal;
	border-top: solid 1px rgba(0,0,0,0.2);
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.main-prodotto .prodotto-prezzo {
	font-size: 1.5rem;
	font-family: Lato-Black;
	line-height: normal;
	color: rgba(0,0,0,1);
}
.prodotto-prezzo-scontato {
	font-family: Lato-Regular;
	text-decoration: line-through;
	font-size: 80%;
	opacity: 0.5;
	padding-left: 0.5rem;
}
.main-prodotto .prodotto-prezzo button {
	margin-top: 2rem;
}
.main-prodotto .prodotto-icone {
	display: grid;
	grid-gap: 3rem;
	grid-auto-flow: column;
	justify-items: center;
	justify-items: center;
	margin-top: 3rem;
}
.main-prodotto .prodotto-icone > div,
.main-prodotto .prodotto-icone > a
 {
	display: grid;
	justify-items: center;
	align-content: start;
	text-align: center;
	font-size: 1rem;
	line-height: 1.3rem;
	color: rgba(0,0,0,0.5);
}
.main-prodotto .prodotto-icone img {
	height: 2.2rem;
	margin-bottom: 1rem;
}
.main-prodotto .prodotto-icone b {
	display: block;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,1);
}


.button-aggiungi-carrello {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 21rem;
	height: 3rem;
	padding: 0;
	padding-left: 2rem;
	bottom: 0;
	background: #ffffff url(ico/basket.svg) 1.5rem center no-repeat;
	background-size: auto 50%;
	white-space: nowrap;
	overflow: hidden;
}
.button-aggiungi-carrello-conferma {
	position: absolute;
	display: none;
	z-index: 1;
	bottom: 3.2rem;
	text-align: center;
	font-size: 1.2rem;
	background-color: #62B074;
	color: #ffffff;
	padding: 0.5rem 1rem;
}

.button-spinner {
	background: url(images/spinner.svg) 1rem center no-repeat;
	background-size: auto 60%;
}

.sfondo-bianco {
	background-color: #ffffff;
}


/* Checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	/*user-select: none;*/
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox-container .checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: solid 1px rgba(0,0,0,0.3);
}
.checkbox-container:hover input ~ .checkmark {
	background-color: rgba(0,0,0,0.1);
}
.checkbox-container input:checked ~ .checkmark {
	background-color: #000000;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .checkmark:after {
	content: "✓";
	text-align: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1rem;
	border: solid 1px rgba(0,0,0,0.3);
}


.pasticcino {
	position: fixed;
	z-index: 1000;
	width: 14rem;
	top: 11rem;
	right: -14rem;
	transform: scale(0.3);
}
.pasticcino img:nth-child(1) {
	width: 100%;
}
.pasticcino img:nth-child(2) {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.pasticcino img:nth-child(3) {
	position: absolute;
	top: -1rem;
	right: 0;
	height: 1.5rem;
	cursor: pointer;
}


.checkout-boxes {
	display: grid; 
	grid-gap: 5rem; 
	grid-template-columns: 1fr 20rem 20rem;
}
.checkout-box {
	position: relative;
	padding: 2rem;
	background-color: #ffffff;
	border: solid 1px rgba(0,0,0,0.2);
	height: 15rem;
}
.checkout-boxes > div:nth-child(1) {
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.checkout-boxes > div:nth-child(1) .ico-edit {
	position: absolute;
	top: 1rem; 
	right: 1rem;
	height: 1.5rem;
}
.checkout-boxes > div:nth-child(3) p {
	font-size: 0.95rem;
	line-height: 1.3rem;
	color: rgba(0,0,0,0.6);	
}
.checkout-box-campioncini {
	display: grid;
	width: 100%;
	height: 15rem;
	padding: 0.5rem 0;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px rgba(0,0,0,0.2);
	background-color: #fff;
}
.checkout-box-campioncini > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-column-gap: 1rem;
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: all 0.5s;
}
.checkout-box-campioncini > div img {
	object-fit: contain; 
	width: 1.5em;
	height: 1.5rem;
}
.checkout-box-campioncini > div p {
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
.checkout-box-campioncini-on {
	background-color: #000 !important;
	color: #fff !important;
}

.bottone-paga {
	position: relative;
	font-size: 1.2rem;
	background-color: #FFC439;
}

.checkout-cart-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 5rem;
	align-items: start;
	margin-top: 6rem;
	padding: 2rem;
	background-color: #ffffff;
	border: solid 1px rgba(0,0,0,0.2);
}
.checkout-cart-container-spedizione {
	margin-top: 0;
	margin-bottom: 3rem;
}




.checkout-cart {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	align-items: center;
	border-right: solid 1px rgba(0,0,0,0.2);
	padding-right: 2rem;
}
.checkout-cart-foto {
	object-fit: cover;
	width: 5rem;
	height: 5rem;
	border: solid 1px rgba(0,0,0,0.1);
}

.checkout-cart-product  h4 {
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.2rem;
}
.checkout-cart-product-info  {
	display: grid;
}

.checkout-cart-remove > img {
	height: 1.5rem;
}
.checkout-cart-recap .totale {
	display: block;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.checkout-cart-recap .totale-valore {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.checkout-cart-recap .totale-spedizione {
	opacity: 0.5;
	font-size: 1rem;
}
.checkout-cart-recap button {
	margin-top: 3rem;
}
.checkout-form {
	position: relative;
	margin-top: 7rem;
}
.checkout-form form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 3rem;
}
.checkout-form button {
	margin-top: 3rem;
}
.checkout-pagamento {
	display: grid;
	margin-top: 5rem; 
}
.checkout-pagamento .bottoni {
	position: relative;
	display: grid;
	justify-self: left; 
	grid-auto-flow: column; 
	grid-gap: 3rem;
	margin-top: 2rem;
}
.checkout-pagamento .bottoni > div {
	position: relative;
	display: grid;
}
.checkout-pagamento .bottoni .spinner2 {
	position: absolute;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	height: 2rem;
}
.checkout-pagamento .bottoni img {
	transition: all 0.2s;
}
.checkout-pagamento .bottoni img:hover {
	position: relative;
	cursor: pointer;
	transform: translateY(-10%);
	transition: all 0.3s;
}

.grid-colspan-2 {
	grid-column: 1 / 3;
}

.paypal-button {
	width: 100%;
	max-width: 30rem;
	margin-top: 2rem;
}
.paypal-carte {
	width: 100%;
	max-width: 20rem;
	margin-top: 1rem;
}
.paypal-dida {
	max-width: 30rem;
	margin-top: 3rem;
	color: rgba(0,0,0,0.6);
}

.modal,
.modal2 {
	position: fixed;
	z-index: 1000;
	display: none;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 4rem);
	max-width: 30rem;
	padding: 2rem;
	background-color: #ffffff;
	border: solid 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}
.modal3 {
	max-width: 50rem;
	padding: 0;
}
.modal3 img {
	width: 100%;
}
.modal-background {
	position: fixed;
	z-index: 990;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.modal h1,
.modal2 h1 {
	font-size: 2rem;
	margin: 0;
	margin-bottom: 2rem;
	line-height: 2.1rem;
}
.modal h2,
.modal2 h2 {
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
}
.modal > div:nth-child(2) {
	text-align: right;
	margin-top: 3rem;
}
.modal button {
	display: inline-block;
	padding: 0.5rem 1rem;
}

.docs-scheda {
	display: none;
	padding: 2rem;
	background-color: #ffffff;
	color: rgb(0,0,0,0.7);
	border: solid 1px rgb(0,0,0,0.1);
	margin-top: 1rem;
}

.account-tabs {
	margin-top: 3rem;
	display: inline-grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
	align-items: end;
}
.account-tabs .tab {
	opacity: 0.6;
	height: 3.2rem;
	padding: 0.7rem;
	border-radius: 0.3rem;
	border: solid 1px rgba(0,0,0,0.2);
	background-color: #ffffff;
	cursor: pointer;
}
.account-tabs .tab.active {
	opacity: 1;
	height: 4rem;
}
.account-tab-content {
	display: none;
	margin-top: 3rem;
}
.account-tab-content.active {
	display: block;
}
.account-ordine {
	margin-top: 1rem;
	margin-bottom: 3rem;
	box-shadow: 1px 1px 12px rgba(0,0,0,0.08);
}
.account-ordine-recap {
	display: grid;
	grid-template-columns: 1fr auto;
	font-size: 1rem;
	padding: 1rem;
	background-color: rgba(0,0,0,0.07);
}
.account-ordine-recap > div:nth-child(2) {
	text-align: right;
	font-size: 1.3rem;
	font-weight: bold;
}
.account-ordine-recap > div:nth-child(2) .spedizione {
	font-size: 1rem;
	font-weight: normal;
	opacity: 0.6;
}
.account-ordine-recap b {
	display: inline;
}
.account-ordine-prodotti {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	background-color: #ffffff;
	padding-top: 1rem;
}
.account-ordine-prodotto {
	display: inline-grid;
	justify-items: center;
	text-align: center;
	white-space: nowrap;
	line-height: 1rem;
	font-size: 1rem;
	padding: 2rem;
}
.account-ordine-prodotto b {
	display: block;
}
.account-ordine-prodotto img {
	width: 5rem;
	height: 5rem;
	object-fit: contain;
	margin-bottom: 1rem;
}

.goovi-michelle {
	position: absolute; 
	z-index: -1; 
	top: -1rem; 
	right: 0; 
	max-height: 100%;
}
		@media (max-width:1050px ) { 
			.goovi-michelle {
				opacity: 0.3;
				top: -4rem;
				right: -2rem;
			}
		}
.cirmolo-logo {
	position: absolute; 
	display: grid;
	z-index: -1; 
	top: 2rem; 
	right: 0; 
	height: 9rem;
}
.cirmolo-logo img {
	height: 9rem;
}
		@media (max-width:1050px ) { 
			.cirmolo-logo {
				opacity: 0.3;
				top: -4rem;
				right: -2rem;
				height: 5rem;
			}
		}

.spinner {
	position: fixed;
	display: none;
	z-index: 1000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 4rem);
	max-width: 30rem;
	text-align: center;
	padding: 2rem;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.6);
}
.spinner b {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,1);
}
.paypal-spinner {
	background: #ffffff url(images/paypal-lock.png) center center no-repeat;
}
.paypal-spinner .loading {
	position: relative;
	height: 110px;
	width: 110px;
	left: 50%;
	margin-left: -55px;
	margin-bottom: 2rem;
	border-width: 5px;
	border-style: solid;
	border-color: #2180c0 #ccc #ccc;
	border-radius: 100%;
	animation: rotation .7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  } to {
    transform: rotate(359deg);
  }
}

@keyframes heartfade {
	0% {
		opacity : 1;
	}
	50% {
		opacity : 0;
	}
}
.heart {
	z-index : 99999;
	animation : heartfade 6s linear;
	position : absolute; 
}
.heart:before,
.heart:after {
	content : "";
	background-color : #fc2a62;
	position : absolute;
	height : 30px;
	width : 45px;
	border-radius : 15px 0px 0px 15px;
}

.heart:before {
	transform : rotate(45deg);
}

.heart:after {
	left : 10.5px;
	transform : rotate(135deg);
}



.slider {
	position: relative;
	width: 100%;
	height: 22rem;
}
.slider > div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	background-color: red;
}
.slider > div > img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.grid 				{ display: grid; }
.grid-3fr-2fr		{ grid-template-columns: 3fr 2fr; }
.grid-1fr-1fr-1fr-1fr	{ grid-template-columns: 1fr 1fr 1fr 1fr; }
		@media (max-width:1050px ) { 

			.grid-3fr-2fr		{ grid-template-columns: 1fr; }
			.grid-1fr-1fr-1fr-1fr	{ grid-template-columns: 1fr 1fr; }

		}
.grid-gap-1 		{ grid-gap: 1; }
.grid-gap-2 		{ grid-gap: 2; }
.grid-gap-3 		{ grid-gap: 3; }
.grid-gap-4 		{ grid-gap: 4; !important}

.justify-items-center  { justify-items: center }
.justify-items-content { justify-content: center }
.align-items-center    { align-items: center }
.align-items-content   { align-content: center }

.margin-top-1		{ margin-top: 1rem; }
.margin-top-2		{ margin-top: 2rem; }
.margin-top-3		{ margin-top: 3rem; }
.margin-top-4		{ margin-top: 4rem; }
.margin-top-5		{ margin-top: 5rem; }
.margin-top-6		{ margin-top: 6rem; }

.margin-bottom-1	{ margin-bottom: 1rem; }
.margin-bottom-2	{ margin-bottom: 2rem; }
.margin-bottom-3	{ margin-bottom: 3rem; }
.margin-bottom-4	{ margin-bottom: 4rem; }
.margin-bottom-5	{ margin-bottom: 5rem; }
.margin-bottom-6	{ margin-bottom: 6rem; }

.padding-top-1		{ padding-top: 1rem; }
.padding-top-2		{ padding-top: 2rem; }
.padding-top-3		{ padding-top: 3rem; }
.padding-top-4		{ padding-top: 4rem; }
.padding-top-5		{ padding-top: 5rem; }
.padding-top-6		{ padding-top: 6rem; }

.padding-bottom-1	{ padding-bottom: 1rem; }
.padding-bottom-2	{ padding-bottom: 2rem; }
.padding-bottom-3	{ padding-bottom: 3rem; }
.padding-bottom-4	{ padding-bottom: 4rem; }
.padding-bottom-5	{ padding-bottom: 5rem; }
.padding-bottom-6	{ padding-bottom: 6rem; }

.home-aree { margin-top: 5rem; margin-bottom: 5rem; }
.home-area { display: grid; height:  13rem; background: top 2rem center no-repeat; justify-content: center; align-content: end; padding-bottom: 1rem; color: #B74C66; font-weight: bold; border-right: dashed 1px #A3B5B380; border-bottom: dashed 1px #A3B5B380; text-align: center; }
.home-aree > .home-area:nth-child(1) { background-size: auto 4rem }
.home-aree > .home-area:nth-child(2) { background-size: auto 4rem }
.home-aree > .home-area:nth-child(3) { background-size: auto 4.5rem }
.home-aree > .home-area:nth-child(4) { background-size: auto 4.5rem; border-right: none; }
.home-aree > .home-area:nth-child(5) { background-size: auto 2rem; border-bottom: none; background-position: top 3rem center }
.home-aree > .home-area:nth-child(6) { background-size: auto 3rem; border-bottom: none; background-position: top 3rem center }
.home-aree > .home-area:nth-child(7) { background-size: auto 5rem; border-bottom: none; }
.home-aree > .home-area:nth-child(8) { background-size: auto 3.2rem; border-bottom: none; border-right: none; background-position: top 3rem center }
		@media (max-width:1050px ) { 

			.home-aree { margin-bottom: -2rem; }
			.home-aree > .home-area:nth-child(2) { border-right: none; }
			.home-aree > .home-area:nth-child(5) { border-bottom: dashed 1px #A3B5B380 }
			.home-aree > .home-area:nth-child(6) { border-right: none; border-bottom: dashed 1px #A3B5B380}

		}

.nodesktop { display: none }
@media (max-width: 1050px ) {
	.nomobile {	display: none }
	.nodesktop {display: grid }
}