@import url('/fonts/releway.css');
@import url('/fonts/elmessiri.css');

/*
verde	#65851c
rosa	#e8d6ad
*/

* {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

body, html {
	padding: 0px;
	margin: 0px;
	color: #222222;
	line-height: 26px
}

.alignleft {
	text-align: left;
}

.btn_terminato {
	background-color: #cccccc !important;
	color: #65851c !important;
}

.ribbon {
	display: none;
}

.barrato {
  text-decoration: line-through;
}

a {
	text-decoration: none;
	color: #666666;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}

a:hover {
	text-decoration: none;
	color: #65851c;
}

section {
	margin: 0px;
	padding: 0px;
}

#content-404{
	display: block;
	margin: 0px auto;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}

#logo-404 {
    display: inline-block;
	width: 200px;
}

.h1-404 {
	font-style: italic;
}

.btn-404 {
    display: inline-block;
    color: #ffffff;
    padding: 10px 40px;
    margin: 0 auto;
    border-radius: 25px;
    cursor: pointer;
    background-color: #65851c;
	text-align: center;
}

.container {
	display: block;
	max-width: 90%;
	margin: 0px auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.container-small {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.container-prodotti {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 60px 20px;
}

.container-nav {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 60px 20px;
	color: rgb(102, 102, 102);
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px
}

.container-foot {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 60px 20px;
	margin-top: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	color: rgb(102, 102, 102);
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	border-top: #dddddd 1px solid;
}

.container-foot a {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.container-foot .el{
	flex: 1 1 0px;
	position: relative;
}

.container-foot h2 {
	color: rgb(51, 51, 51);
	font-family: El Messiri, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin-top: 0px;
	padding-top: 0px;
}

.container-copy {
	display: block;
	max-width: 1170px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	color: rgb(102, 102, 102);
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	border-top: #dddddd 1px solid;
}

.container-copy a {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.container-copy .el{
	flex: 1 1 0px;
	position: relative;
}

.colonne {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
}

.colonne.center{
	align-items: center;
}

.colonne .el{
	flex: 1 1 0px;
	position: relative;
}

.colonne .el.el30{
	flex-basis: Calc(30% - 20px);
}

.colonne .el.el70{
	flex-basis: Calc(70% - 20px);
}

.main.bianco .el{
	z-index: 1000000;
}

.main.bianco .el.animate{
	/*visibility: hidden;
	opacity: 0;
	transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	-ms-transition: opacity 2s;	*/
}

.main.bianco .el.animatevisibile{
	visibility: visible;
	opacity: 1;
}


.colonne .el.border{
	border: #dddddd 1px solid;
	border-radius: 7px;
}

.round-box:not(:last-child) {
	margin-right: 20px;
}

.hovera {
	overflow: hidden;
	display: block;
}

.round-box {
	display: inline-block;
	background-color: #fff;
	line-height: 38px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	border: #666666 1px solid;
	transition: border 0.5s;
	-moz-transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
	-ms-transition: border 0.5s;
}

.round-box:hover {
	border: #65851c 1px solid;
}

.menu-foot {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu-foot li a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-copy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu-copy li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.menu-copy li:last-child {
	padding-right: 0px;
}

.menu-copy li a {
	display: inline-block;
	font-size: 13px;
}

#cnt-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo img {
	max-width: 180px;
	display: block;
}

#logo {
	flex-basis: 20%;
}

#logo-foot img {
	max-width: 120px;
	display: block;
}

#menu {
	flex-basis: 60%;
	text-align: center;
}

#carrello {
	flex-basis: 20%;
	text-align: right;
}

.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu li {
	position: relative;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.menu-link {
	text-transform: uppercase;
	/*box-shadow: inset 0 0 0 0 #65851c;*/
	padding: 5px 15px;
	color: #222222;
	/*transition: color .3s ease-in-out, box-shadow .3s ease-in-out;*/
	/*transition: background-color .3s linear, color .3s linear;*/

	display: inline-block;
	position: relative;
	border-radius: 7px;

}

.menu-link:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	border-radius: 7px;
}

.menu-link:hover {
	color: #fff !important;
}

.menu-link:hover:before {
	width: 100%;
	background: #65851c;
}

/*.menu-link:hover {
	box-shadow: inset 250px 0 0 0 #65851c;
	background-color: #65851c;
	color: #ffffff;
}*/

.sub-menu-link {
	color: #444444;
	font-weight: 400;
	font-style: italic;
}

.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50px;
	background-color: #ffffff;
	padding: 20px;
	margin: 0px;
	margin-top: 20px;
	box-shadow: 0px 0px 5px #cccccc;
	transition: visibility 0s, opacity .3s linear;
	z-index: 1000;
	border-radius: 7px;
}

.sub-menu li {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sub-menu li a {
	display: block;
	white-space: nowrap;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.has-sub-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.lang {
	height: 18px;
	position: relative;
	top: 4px;
}

.main{
	background-color: #F7F7F7;
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
}

.altri-prodotti {
  margin-top: 30px;
}
.main.bianco {
	background-image: linear-gradient(180deg, #eeeeee 0%, #ffffff 15%, #ffffff 85%, #eeeeee 100%);
}

.map{
	min-height: 500px;
}

.h1 {
	font-family: El Messiri, Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 80px;
	color: #444444;
	padding: 0px;
	display: block;
	margin: 0px;
}

.linea {
	/*border-top: #dddddd 1px solid;*/
	padding-top: 10px;
	padding-bottom: 30px;
	display: block;
	margin: 0px;
	width: auto !important;
}

.path {
	padding: 0px;
	display: block;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
}

.path a {
	color: #666666;
}

.scopri {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border: #666666 1px solid;
	color: #666666;
	border-radius: 7px;
	overflow: hidden;
}

.scopri:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #65851c;
}

.scopri:hover {
	color: #fff !important;
	border-color: #65851c;
}

.scopri:hover:before {
	width: 100%;
}

.prodotto {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 120px;
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.prodotto-img, .prodotto-txt{
	flex: 1 1 0px;
	position: relative;
}

.prodotto-img {
	overflow: hidden;
	border-radius: 7px;
}

.prodotto-img-a {
	display: block;
	width: 100%;
	background-color: #eee;
	padding-top: 100%;
	margin: 0px;
	border-radius: 7px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

.prodotto-img-a:hover {
	transform: scale(1.1);
}



.prodotto-linea-sx {
	position: absolute;
	top: 70px;
	left: -160px;
	background-color: #dddddd;
	height: 2px;
	width: 160px;
	z-index: 1;
}

.prodotto-linea-dx {
	position: absolute;
	top: 70px;
	right: -160px;
	background-color: #dddddd;
	height: 2px;
	width: 160px;
	z-index: 1;
}

.prodotto-numero {
	position: relative;
	font-size: 110px;
	line-height: 110px;
	font-weight: 600;
	color: #65851c;
	box-sizing: border-box;
	padding: 10px;
}

.prodotto-titolo {
	color: rgb(51, 51, 51);
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	box-sizing: border-box;
	padding: 10px;
}

.prodotto-testo {
	color: rgb(102, 102, 102);
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
	padding-bottom: 40px;
}

.prodotto-descrizione {
	display: block;
	padding-bottom: 20px;
}

.prodotto-prezzo {
	display: block;
	padding: 10px;
	padding-bottom: 20px;
	color: #65851c;
	font-size: 18px;
}

.sx {
	text-align: left;
}

.dx {
	text-align: right;
}


.orario{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.orario.contatti{
	width: 65%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	border-bottom: 1px dotted #dddddd;
	padding: 5px;
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

.btn-destinazione {
	font-size:  var(--size1);
}

.btn.btn-destinazione {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}
.flag-container {
	width: 30px;
	height: 30px;
}
.btn.bianco.btn-destinazione > .fas {
	padding-left: 0;
}
.btn-destinazione > span {
	flex: 1 0 0;
}
.btn-destinazione .flag-container {
	flex: 0 0 30px;
	margin: 0;
}

.bianco {
	background-color: #ffffff !important;
	color: #666666 !important;
}


.btn-destinazione-small {
	font-size:  var(--size0);
	border: 1px solid var(--colore1) !important;
	padding: 5px 10px !important;
}

.btn.btn-destinazione-small {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}
.flag-container-small {
	width: 30px;
	height: 30px;
}
.btn.bianco.btn-destinazione-small > .fas {
	padding-left: 0;
}
.btn-destinazione-small > span {
	flex: 1 0 0;
}
.btn-destinazione-small .flag-container-small {
	flex: 0 0 30px;
	margin: 0;
}



.spedition {
    display: block;
    position: absolute;
	top: calc(100% + 0px);
	left: 0;
	width: 100%;
	z-index: 20;
}

.spedition-small {
    display: block;
    position: absolute;
	top: calc(100% + 0px);
	left: 0;
	width: 100%;
	z-index: 20;
}

#divstato {
	display: none;
	padding: 0;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    background-color: #ffffff;
	padding: 10px 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #aaaaaa;
}

#divstato.mostra {
    display: block
}

.divstato-elemento {
	display: flex;
	gap: 10px;
	align-items: center;
}

.divstato-elemento:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.divstato-elemento > span {
	flex: 1 0 0;
	text-align: left;
}

.divstato-elemento-small {
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}
.divstato-elemento-small:not(:last-child) {
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
}
.divstato-elemento-small > span {
	flex: 1 0 0;
	text-align: left;
}


.banner-lingua-sped {
	background-color: #eeeeee;
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	border-radius: 7px;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.banner-lingua-sped .btn {
	margin: 0;
}

.banner-lingua-sped-flag {
	flex: 0 0 50px;
}

.flag-container {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.flag-container img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner-lingua-sped-txt {
	text-align: center;
	font-style: italic;
}


.banner-lingua-sped-small {
	background-color: #ffffff;
	display: flex;
	gap: 10px;
	border-radius: 7px;
	align-items: center;
	justify-content: flex-end;
}

.banner-lingua-sped-small .btn {
	margin: 0;
}

.banner-lingua-sped-flag-small {
	flex: 0 0 50px;
}

.flag-container-small {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 7px;
}

.flag-container-small img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}


#carrello_cnt.aperto {
	right: 0;
}

#carrello_cnt {
	display: block;
	position: fixed;
	right: 0px;
	top: 100%;
	top: 0px;
	right: -600px;
	height: 100vh;
	width: calc(100% - var(--margine3));
	width: 600px;
	min-height: 200px;
	padding: 20px;
	background-color: #fff;
	border-left: #dddddd 1px solid;
	z-index: 1300;
	border-radius: 0px;
	transition: right .4s;
	box-sizing: border-box;

}

.chiudi-carrello {
	text-align: right;
	padding-bottom: 20px;
}

.chiudi-menu {
	text-align: right;
	padding-bottom: 20px;
}

#back_dark {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: none;
    z-index: 1000;
    background-color: rgba(22, 22, 22, .60)
}

.noarticles {
    border: 0;
    padding: 0;
    width: 100%;
    border-spacing: 0;
	text-align: left;
}

#chiudicarrello i {
	font-size: 30px;
}

#chiudimenu i {
	font-size: 30px;
}

#carrello_switch {
	display: inline-block;
	background-image: url('/img/shopping-bag.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	width: 32px;
	height: 40px;
	text-align: center;
	top: -3px;
}

#carrello_switch span {
	position: relative;
	top: 12px;
}

#accedi {
	display: inline-block;
	background-image: url('/img/login.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	width: 32px;
	height: 40px;
}

#account {
	display: inline-block;
	background-image: url('/img/login.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	width: 32px;
	height: 40px;
}

#ordini {
	display: inline-block;
	background-image: url('/img/lista-ordini.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	width: 32px;
	height: 40px;
}

#logout {
	display: inline-block;
	background-image: url('/img/logout.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 20px;
	width: 22px;
	height: 40px;
}

#trigger {
	display: none;
	background-image: url('/img/trigger.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 20px;
	width: 32px;
	height: 40px;
}

.prod-item-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px;
}

.prod-item-el {
	flex-basis: Calc(33.33% - 40px);
	position: relative;
	text-align: center;
}

.prod-img {
	display: block;
	padding-top: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

.prod-img:hover {
	transform: scale(1.1);
}

.prod-title {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #333333;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.prod-price-list {
	display: block;
	padding-top: 0px;
	padding-bottom: 40px;
	color: #65851c;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}

.btn {
	display: inline-block;
	margin: 0px auto;
	background-color: #65851c;
	color: #ffffff;
	padding: 5px 20px;
	border-radius: 7px;
	font-size: 15px;
	line-height: 28px;
	cursor: pointer;
	border: #65851c 1px solid;
}

.btn:hover {
	color: #ffffff;
}

.position {
	position: relative;
}

.richiesta_info_td {
    width: 35%;
    text-align: right;
    padding-right: 0px;
    padding-bottom: 0px;
    box-sizing: border-box
}

.tabella-prezzi-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
}

.tabella-prezzi-linea {
	display: flex;
	gap: 20px;
}

.tabella-prezzi-linea:not(:last-child) {
	/*padding-bottom: var(--margine2);*/
	/*border-bottom: 2px solid var(--colore1);*/
}

.tabella-prezzi-linea-contenuto {
	flex: 1 0 0;
}

.offerte-box-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	text-align: center;
}

.offerte-box-container .offerte-box {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
}

.offerte-box-container .offerte-box.selezionato {
	border: 1px solid #65851c;
	background-color: #eeeeee;
	color: #65851c;
}

.quantity2 {
	display: flex;
	align-items: stretch;
	height: 40px;
	justify-content: end;
}

.quantita2 {
	flex: 0 0 40px;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
	border-radius: 0;
	max-width: 40px;
}

.add2, .sub2 {
    flex: 0 0 40px;
	height: 100%;
	line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
	display: inline-block;
}

.box-acquista-foot .btn {
    float: right
}

.tabella-prezzi-linea-contenuto .prezzo {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#modifica-prezzo {
	font-weight: 600;
}

.prezzo {
    margin-bottom: var(--margine1);
    margin-top: var(--margine2);
}

.prezzo .big-prezzo {
	font-weight: 700;
	font-size: 30px;
	padding-top: 20px;
	display: block;
}

.disclaimer-prezzo {
	color: var(--colore2);
	font-style: italic;
}

.quantity {
    width: var(--margine2);
    float: left;
    margin-right: 10px
}

.quantita {
    float: left;
    width: var(--margine2);
    height: var(--margine2);
    border: 1px solid var(--grigio2);
    text-align: center;
    line-height: var(--margine2);
    box-sizing: border-box;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.add,
.sub {
    float: left;
    height: var(--margine1);
    width: var(--margine1);
    border: 1px solid var(--grigio2);
    border-left: 0;
    text-align: center;
    line-height: var(--margine1);
    box-sizing: border-box;
    cursor: pointer
}

.add {
    border-top-right-radius: 7px;
}

.sub {
    border-top: 0;
    border-bottom-right-radius: 7px;
}

.btn.aggiungi {
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 5px 20px;
}

.btn.aggiungi:hover {
    color: #ffffff !important;
}

.btn.aggiungi .fas {
    margin-right: 10px;
}

.acquista-box {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner-lingua-sped-small {
	/*background-color: var(--colore1);*/
	background-color: #ffffff;
	/*padding: 10px;*/
	color: #65851c;
	display: flex;
	gap: var(--margine2);
	border-radius: 7px;
	align-items: center;
	justify-content: flex-end;
	border: #dddddd 1px solid;
}

.banner-lingua-sped-small .btn {
	margin: 0;
}

.banner-lingua-sped-flag-small {
	flex: 0 0 50px;
}

.flag-container-small {
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	border-radius: 20px;
}

.flag-container-small img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner-lingua-sped-txt-small {
	text-align: center;
	font-style: italic;
}

.img-prodotto img {
	width: 100%;
}


div[class*=owl]:not(.owl-controls) {
    height: 100%
}

.owl-controls * {
    height: auto !important
}

.owl-nav [class*=owl-] {
    color: var(--colore1);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 40px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev {
    left: 40px;
}

.owl-next {
    right: 40px;
}

.owl-prev .fa-solid, .owl-next .fa-solid {
	font-size: 40px !important;
	color: rgb(102, 102, 102) !important;
}

.carrello-table {
	display: grid;
	grid-template-columns: auto auto 1fr auto auto;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}

.carrello-table.conferma {
	grid-template-columns: auto 1fr auto auto;
	margin-bottom: 0px !important;
}

.carrello-table-head {
	height: auto;
	font-style: italic;
}

.carrello-table-immagine {
	width: 60px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.carrello-table-numero {
	text-align: right;
	white-space: nowrap;
}

.carrello-table-linea {
	grid-column: span 5;
	height: 1px;
	background-color: #dddddd;
}

.carrello-table-linea.conferma {
	grid-column: span 4;
}

.div_contatti {
    margin: 0 auto;
    width: 100%;
	/*border: #65851c 1px solid;*/
    box-sizing: border-box;
    border-radius: 7px;
}

.div_head {
    width: 100%;
}

.trhead {
    color: #65851c;
    font-style: italic;
    float: left;
    width: 20%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.trhead2 {
    color: #65851c;
    font-style: italic;
    float: left;
    width: 40%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box
}

.lineax {
    height: 1px;
    background-color: #ffffff;
    overflow: hidden;
    clear: both;
    margin: 0;
}

.servizio {
    float: left;
    width: 20%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box
}

.servizio2 {
    float: left;
    width: 40%;
    text-align: left;
    padding: 10px;
    box-sizing: border-box
}

.qta-carrello {
	text-align: right;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 7px;
	text-align: center;
	width: 48px;
}

.disclaimer_carrello {
    text-align: center;
    margin: var(--margine2) auto;
    padding: 10px;
    background-color: var(--grigio2);
    color: var(--colore1);
    border-radius: 7px
}

.disclaimer_carrello {
    color: var(--colore1);
}

.header_desktop {
    font-style: italic;
    border-bottom: 1px solid var(--grigio2);
    margin-bottom: 10px
}

.img_space {
    float: left;
    width: calc(5% + 52px);
    height: 1px
}

.denominazione {
    float: left;
    width: 38%;
    text-align: left
}

.quantita_space {
    float: left;
    width: 20%;
    text-align: right
}

.prezzo_space {
    float: right;
    text-align: right;
    width: 20%
}

.prodotto_carrello {
    position: relative;
    border-bottom: 1px solid var(--grigio2);
    margin: var(--margine1) 0
}

.elimina_prodotto {
    float: left;
    width: 5%;
    text-align: center;
	font-size: 34px;
}

.eliminacarrello {
    font-size: 20px !important;
    padding-right: 0;
    width: auto
}

.immagine_carrello {
    float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #ffffff;
    margin-right: 10px;
}

.descrizione_carrello {
    float: left;
    width: calc(44% - 10px);
    text-align: left
}

.quantita_carrello {
    float: left;
    width: 20%;
    text-align: right
}

.prezzo_carrello {
    float: right;
    text-align: right;
    width: 20%
}

.totale_prezzi {
    text-align: right;
	margin-bottom: 20px;
}

.nome_prezzo {
    display: inline-block
}

.valore_prezzo {
    display: inline-block;
    min-width: var(--margine3);
}

.mancano {
    color: var(--colore1);
}

.link-rosso {
	color: var(--colore1);
	cursor: pointer;
	text-decoration: underline;
}

.align-right {
	text-align: right;
}

#bottoni_cnt {
    border: 0;
    padding: 0;
    border-spacing: 2px;
    width: 100%
}

.confirm {
    display: block;
    float: right
}

.disabled {
    cursor: default;
    background-color: var(--grigio2)
}

.btn.disabled {
	background-image: none;
	background-color: var(--grigio2);
}

.mod-stato {
	border-bottom: 2px solid #a49b00;
	cursor: pointer;
}

.mod-stato .fas {
	padding-right: 0;
	width: auto;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.renew {
    display: block;
    float: right;
    padding-right: 10px;
}

.align-center {
    text-align: center
}

button,
input,
select,
textarea {
    text-decoration: none;
    color: #666666;
    border: #dddddd 1px solid;
    padding: 10px;
    border-radius: 7px;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #eeeeee;
    border: #65851c 1px solid
}

textarea {
    resize: vertical;
	width: 100%;
}

.mobile {
	display: none;
}

.mobile-carrello {
    display: none;
}

.box-fatturazione {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	min-height: 460px;
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 7px;
}

.box-fatturazione.last {
	margin-right: 0px;
}

.clear {
	clear: both;
	height: 0;
}

#cnt_regalo {
	width: 100%;
}

.box-fatturazione .btn {
	position: static;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	float: none;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	text-align: left;
	padding: 10px;
	line-height: 28px;
	font-weight: 700;
}

.box-fatturazione .btn .fas {
	color: inherit;
	font-size: 25px;
	float: right;
}

.btn.inverted {
  color: #65851c;
  background-color: #ffffff;
  border: #65851c 1px solid;
}

.input {
	width: 100%;
	box-sizing: border-box;
}

.field {
	position: relative;
	margin-bottom: 20px;
}

.field label {
	position: absolute;
	top: 25px;
	left: 10px;
	line-height: 20px;
	transition: .2s top;
	cursor: text;
}

.field input, .field select {
	padding: 40px 10px 10px 10px;
	-webkit-appearance: initial;
}

.field select {
	-webkit-appearance: initial;
}

.field-select {
	position: relative;
}

.field-select::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0d8";
	color: #a49b00 !important;
	font-size: 17px;
	color: #666666;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
	top: 10px;
	right: 18px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}


.field .input::placeholder {
	opacity: 0;
	transition: .2s opacity;
}

.field .input:focus::placeholder {
	opacity: 1;
}

.field .input:not(:placeholder-shown) {
	border: #65851c 1px solid;
	border: #dddddd 1px solid;
}

.field .input:not(:placeholder-shown) + label , .field .input:focus + label {
	top: 10px;
}

.form-mini {
  max-width: 600px;
  margin: 0 auto;
}

.left_50.nomargin, .right_50.nomargin {
  margin-bottom: 0;
}
.left_50 {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.right_50 {
  float: right;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.field #pswd_info , .field #pswd_info2 {
	top: 20px;
	right: auto;
	left: 0;
}

#pswd_info,
#pswd_info2 {
    position: absolute;
    top: 80px !important;
    right: calc(10px * -1);
    width: 400px;
    padding: 10px;
    border-radius: 7px;
	background-color: #fff;
    border: 1px solid #dddddd;
    display: none;
    z-index: 2
}

#pswd_info2::before,
#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 15px;
    line-height: 14px;
    color: #666666;
    text-shadow: none;
    display: block
}

#pswd_info .introx,
#pswd_info2 .introx {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400
}

#pswd_info ul,
#pswd_info2 ul {
    list-style-type: none;
    padding: 0;
    margin: 10px;
}

.valid {
    background: url(/img/valid.png) no-repeat 0 50%;
    padding-left: 20px;
    line-height: 24px;
    color: #008000
}

.invalid {
    background: url(/img/invalid.png) no-repeat 0 50%;
    padding-left: 20px;
    line-height: 24px;
    color: #ff4e42;
}

.dispo_captcha {
	float: left;
	width: 50%;
}

.btn.right {
	float: right;
}

.right {
	text-align: right;
}

.noshow {
	display: none;
}

.defaultReal {
	padding: 10px;
}

#pay-path {
	display: table;
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 7px;
}

#pay-path a, #pay-path span{
	display: table-cell;
	width: 20%;
	text-align: center;
	padding: 5px 10px;
	position: relative;
	color: #666666;
}

#pay-path a:not(:last-child):after , #pay-path span:not(:last-child):after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
	color: #666666;
	position: absolute;
	top: 6px;
	right: 0px;
}

#pay-path a.current:not(:last-child):after , #pay-path span.current:not(:last-child):after {
	color: #666666;
	font-weight: 700;
}

#pay-path a.current, #pay-path span.current {
	color: #65851c;
	font-weight: 700;
}

.nascosto {
	display: none !important;
}

h1.nav {
	padding-top: 40px;
}

.riepilogo {
    border: 0;
    padding: 0;
    border-spacing: 2px;
    width: 100%
}

.riepilogo-2 {
	border: #dddddd 1px solid;
    box-sizing: border-box;
    border-radius: 7px;
    position: relative;
	margin-bottom: 40px;
	padding: 20px;
}

.riepilogo-2.totale-prezzi-2 .btn {
	margin-bottom: 0;
}

.totale-prezzi-2 .riepilogo-descrizione {
	text-align: right;
}

.riepilogo-box {
	display: flex;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	position: relative;
}

.totale-prezzi-2 .riepilogo-box {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.riepilogo-box:last-child {
	padding-bottom: 10px;
	border-bottom: none;
	margin-bottom: 10px;
}

.riepilogo-titolo {
	flex: 0 0 90px;
}

.riepilogo-descrizione {
	flex: 1 0 0;
}

.riepilogo-modifica a .fas {
	font-size: 15px;
	width: auto;
	height: auto;
	padding-right: 0 !important;
}

.align-top {
    vertical-align: top
}

.separatore_dati {
    height: 1px;
    background-color: #dddddd;
    margin: 0 0
}

.richiesta_info_td.left {
    text-align: left
}

.immagine_carrello img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.width15 {
    width: 15%
}

.fa-file-invoice {
  font-size: 22px !important;
  display: inline-block !important;
  width: 30px !important;
  text-align: center;
}

.fa-gift {
  font-size: 22px !important;
  display: inline-block !important;
  width: 30px !important;
  text-align: center;
}

.minimobile {
	display: none;
}

.box-select-pagamento {
	display: block;
	padding: 20px 10px;
	background-color: #ffffff;
	border: #dddddd 1px solid;
    border-radius: 7px;
	float: left;
	width: calc(33.33% - 14px);
	/*min-width: 300px;*/
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
	text-align: left;
	line-height: 25px;
	transition: border .2s;
}

.conferma-2 .box-select-pagamento {
	width: 100%;
	min-width: auto;
	float: none;
	margin-right: 0;
	padding: 20px;
	margin-top: 20px;
}

.box-select-pagamento:last-child {
	margin-right: 0;
}

.box-select-pagamento.selezionato , .box-select-pagamento:hover {
	border: #65851c 1px solid;
	color: #65851c;
}

.box-select-pagamento .fa-circle , .box-select-pagamento .fa-check-circle {
	font-size: 25px;
	padding-right: 10px;
	line-height: 25px;
    vertical-align: bottom;
	width: auto;
}

.img-syspag {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	max-height: 100%;
}

.img-syspag img {
	width: 71px;
	height: 52px;
	max-height: 100%;
	object-fit: contain;
}

.img-syspag .fas , .img-syspag .fab {
    /*background-color: var(--grigio2);*/
	color: #65851c;
	/*border: var(--grigio2) 1px solid;*/
	padding: 10px;
	border-radius: 7px;
    width: 49px;
    text-align: center;
	font-size: 30px;
}

.pagamento-nascosto{
	display: none;
}

.chiudi-menu {
	display: none;
}

#cookie-disclaimer {
    background-color: rgba(0, 0, 0, .85);
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    text-align: center
}

#titolo-cookies {
    font-weight: 700;
    margin-bottom: 10px;
    display: none
}

#cookie-disclaimer a {
    color: #ffffff;
}

#cookie-disclaimer .btn {
    margin-left: 20px;
    margin-right: 0;
    margin: 0 auto;
    float: right;
    float: none;
    cursor: pointer;
    background-color: var(--colore1);
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 7px;
}

#cookie-disclaimer .btn.primo {
    margin-right: 10px;
    margin-left: 10px
}

#cookie-disclaimer .btn:hover {
    background-color: var(--colore1);
}

.main.bianco .colonne {
	min-height: 560px;
}

#cookie-disclaimer {
	font-size: 15px;
}


@media all and (max-width: 1600px) {

	.container {
		display: block;
		max-width: 100%;
		margin: 0px auto;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	.owl-prev {
		left: 20px;
	}

	.owl-next {
		right: 20px;
	}

}

@media all and (max-width: 1400px) {

	.h1 {
		font-size: 40px;
		line-height: 60px;
	}

	.main.bianco .container-small {
		padding-left: 80px;
		padding-right: 80px;
	}

}

@media all and (max-width: 1200px) {

	#logo img {
		max-width: 120px;
	}

	#logo {
		flex-basis: auto;
	}

	#menu {
		flex-basis: auto;
	}

	#carrello {
		flex-basis: auto;
	}

	.menu-link {
		padding: 5px 10px;
	}

	#carrello_switch {

	}

	#accedi {
		margin-right: 15px;
	}

	#account {
		margin-right: 15px;
	}

	#ordini {
		margin-right: 15px;
	}

	#logout {
		margin-right: 15px;
	}

	#trigger {
		margin-left: 15px;
	}

}

@media all and (max-width: 1170px) {

	.container {
		display: block;
		max-width: 100%;
		margin: 0px auto;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media all and (max-width: 1000px) {

	#cnt-head {
		flex-wrap: wrap;
	}

	#logo {
		flex-basis: auto;
	}

	#menu {
		display: block;
		flex-basis: auto;
		text-align: right;
		position: fixed;
		right: 0px;
		top: 100%;
		top: 0px;
		right: -600px;
		height: 100vh;
		width: 600px;
		min-height: 200px;
		padding: 20px;
		background-color: #fff;
		border-left: #dddddd 1px solid;
		z-index: 1300;
		border-radius: 0px;
		transition: right .4s;
		box-sizing: border-box;
	}

	#menu.open {
		right: 0px;
	}

	#carrello {
		flex-basis: auto;
	}

	.menu li {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0px;
	}

	.sub-menu {
		visibility: visible;
		opacity: 1;
		position: relative;
		top: 0px;
		background-color: #ffffff;
		padding: 0px;
		margin: 0px;
		margin-top: 0px;
		box-shadow: none;
		transition: none;
		z-index: 1000;
		border-radius: 0px;
	}

	.has-sub-menu {
		padding-bottom: 0px !important;
	}

	.menu-link {
		padding: 5px 0px;
	}

	.sub-menu li {
		text-align: right;
		padding-right: 0px;
	}

	.sub-menu li a {
		text-align: right;
		padding-bottom: 0px;
	}

	.lang {
		padding-right: 0px;
	}

	.chiudi-menu {
		display: block;
	}

	#trigger {
		display: inline-block;
	}

	.menu-link:hover:before {
		width: 100%;
		background: #ffffff;
	}

	.menu-link:hover {
		color: #65851c !important;
	}

	.main.bianco .container-small {
		padding-left: 80px;
		padding-right: 80px;
	}

	.h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.prodotto {
		gap: 60px;
	}

	.prodotto-linea-dx {
		right: -120px;
		width: 120px;
	}

	.prodotto-linea-sx {
		left: -120px;
		width: 120px;
	}

	.container-copy {
		flex-wrap: wrap;
	}

	.container-copy .el {
		flex-basis: 100%;
		text-align: center;
	}

	.prod-item-list {
		flex-wrap: wrap;
	}

	.prod-item-el {
		flex-basis: Calc(50% - 30px);
	}


	.ellogo {
		display: none;
	}

	.prodotto {
		align-items: flex-start;
	}

	#cookie-disclaimer {
		font-size: 13px;
	}

	#cookie-disclaimer .btn {
		font-size: 13px;
		display: block;
		max-width: 200px;
		margin: 20px auto;
	}

	#cookie-disclaimer .btn.primo {
		margin-right: auto;
		margin-left: auto;
	}

}

@media all and (max-width: 760px) {
	
	h1.nav {
	  padding-top: 0px;
	}	

	.main.bianco .colonne {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		/*align-items: flex-start;*/
		gap: 0px;
		min-height: 710px;
	}

	.main.bianco .el {
		flex-basis: 100%;
		position: relative;
		text-align: center;
	}

	.main.bianco .el img {
		width: 80%;
		display: block;
		margin: 0px auto;
	}

	.banner-lingua-sped {
		flex-wrap: wrap;
	}

	.banner-lingua-sped-txt {
		flex-basis: 100%;
	}

	.btn-destinazione {
		flex-basis: 100%;
	}

	.banner-lingua-sped-small {
		flex-wrap: wrap;
	}

	.banner-lingua-sped-txt-small {
		flex-basis: 100%;
		padding: 10px;
	}

	.btn-destinazione-small {
		flex-basis: 100%;
		padding: 10px;
	}



	.prodotto-numero {
		font-size: 70px;
		line-height: 70px;
	}

	.prodotto-linea-dx {
		top: 50px;
	}

	.prodotto-linea-sx {
		top: 50px;
	}

	.prodotto-titolo {
		font-size: 24px;
	}


	.box-fatturazione {
	  float: none;
	  width: 100%;
	  margin-right: 0px;
	  margin-bottom: 20px;
	}

	.box-select-pagamento {
	  float: none;
	  width: 100%;
	  margin-right: 0px;
	  margin-bottom: 20px;
	}


}

@media all and (max-width: 600px) {

	#logo img {
		max-width: 90px;
	}

	#carrello_switch {
		width: 26px;
		height: 40px;
		top: -2px;
	}

	#carrello_switch span {
		top: 12px;
	}

	#accedi {
		width: 28px;
		height: 40px;
	}

	#account {
		width: 28px;
		height: 40px;
	}

	#ordini {
		width: 28px;
		height: 40px;
	}

	#logout {
		width: 18px;
		height: 40px;
	}

	#trigger {
		width: 28px;
		height: 40px;
	}

	#menu {
		right: -100%;
		width: 100%;
		border-left: none;
	}

	#carrello_cnt {
		right: -100%;
		width: 100%;
		border-left: none;
	}

	#back_dark {
		display: none !important;
	}

	.main.bianco .el img {
		width: 100%;
	}

	.h1 {
		font-size: 26px;
		line-height: 44px;
	}

	.main.bianco .container-small {
		padding-left: 60px;
		padding-right: 60px;
	}

	.owl-prev .fa-solid, .owl-next .fa-solid {
		font-size: 30px !important;
	}

	.main.bianco .colonne {
		min-height: 700px;
	}

	.container-foot {
		flex-wrap: wrap;
	}

	.container-foot .el{
		flex-basis: 100%;
		text-align: center;
	}

	.prodotto {
		flex-wrap: wrap;
		gap: 20px;
	}

	.prodotto-txt{
		flex-basis: 100%;
	}

	.prodotto-img{
		flex-basis: 100%;
		width: 100%;
	}

	.prodotto-linea-dx {
		display: none;
	}

	.prodotto-linea-sx {
		display: none;
	}

	.prodotto-txt .dx {
		text-align: left;
	}

	.mobiledx {
		flex-direction: column-reverse;
	}

	.menu-copy li {
		display: block;
	}

	.mobileblock {
		display: block;
	}

	.colonne {
		flex-wrap: wrap;
	}

	.colonne .el {
		flex-basis: 100%;
	}

	.prod-item-list {
		flex-wrap: wrap;
	}

	.prod-item-el {
		flex-basis: 100%;
	}

	.offerte-box-container {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.colonne .el.el30 {
	  flex-basis: 100%;
	}

	.colonne .el.el70 {
	  flex-basis: 100%;
	}

	.left_50 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.right_50 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.mobile {
		display: inline-block;
	}

	.dispo_captcha{
		float: none;
		width: 100%;
		padding-top: 20px;
		margin-bottom: 20px;
		text-align: right;
	}

	#pay-path {
		font-size: 11px;
	}

	#pay-path a, #pay-path span {
		padding: 5px 2px;
		width: auto;
	}

	#pay-path a:not(:last-child)::after, #pay-path span:not(:last-child)::after {
		display: none;
	}

	.main {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.path {
		font-size: 12px;
	}


}

@media all and (max-width: 400px) {

	.main.bianco .colonne {
		min-height: 500px;
	}

}
