@charset "utf-8";
/* CSS Document */



.box_overlay_omaggio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
 z-index: 9999999999;    align-items: center;
}

.search_input_result {padding: 20px 20px 40px 20px}

.box_overlay_omaggio .box_overlay_omaggio_container {
	    background: #fff;
    border-radius: 7px;
    position: relative;
    width: 800px;
    margin: 0 auto;
    overflow: scroll;
    height: fit-content;
    max-height: 80vh;
   
}


.box_overlay_omaggio .column_product_2020 {
    width: 50% !important;
    float: left
}
.detail_product h2 a {color:#000}
.box_overlay_omaggio .main_image_2025 {
    background-size: contain;
	background-repeat: no-repeat;
    height: 300px; background-position: center
}

.box_overlay_omaggio .column_product_2020 h3 {margin-top: 0; line-height: 1;}
.box_overlay_omaggio .column_product_2020 h4 { font-size:16px}
.box_overlay_omaggio .column_product_2020 h3 a {color:#000; font-size:24px}
.search_input h3 strong {font-size:32px}
.scegli_omaggio {margin-top: 95px;}
.scegli_omaggio a {background: black;  color:#fff; border-radius: 30px; padding: 15px 20px; transition: all .3s; white-space: nowrap}

.scegli_omaggio a:hover {background:#007bff; color:#fff; transition: all .3s; text-decoration: none}

.box_overlay_omaggio.box_overlay_hidden {opacity: 0; pointer-events: none; }
.box_overlay_omaggio.box_overlay_hidden .box_overlay_omaggio_container {position: relative; top:-50px; opacity: 0; transition: all.3s;}

/*--------------------------------------------
					carrello
---------------------------------------------*/ 

.step_container ul li .active p:hover { text-decoration:none;}







.refresh {
	position: relative;
	float: left;
	width: 100%;
}
.riga_pagination .effettua_login {
	float: right;
	width: auto;
}
.refresh a {
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
	font-weight: 500;
	color: #031F5A;
	margin-top: 9px;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}
.refresh a img {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	top: -2px;
	position: relative;
}
.carrello_container {/* position: relative; *//* float: left; */}
.wrapper_carrello {
	padding: 0;
	max-width: 1600px;
    margin: 0 auto
}


.menu_line {
    background-image: linear-gradient(to bottom right, #e30613, #3973b9);
}

.intestazione_carrello {
	padding-top:60px;
	padding-left: 0;
	position: relative;
	float: left;
	width: 100%;
}
.intestazione_carrello h2 {
	/* font-size: 20px; */
	color: #555;
	font-weight: 300;
	margin-top: 21px;
	margin-bottom: 0;
}
a.continua_acquisti {
	color:black;
	position: absolute;
	right: 0;
	top: 20px;
	border: 2px solid #000000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	padding: 10px 15px;
}
.intestazione_carrello p {
	/* font-size: 15px; */
	margin-top: 4px;
	font-weight: 500;
}
.intestazione_carrello p a {
	font-weight: 700;
}
.intestazione_carrello .login {
	text-transform: uppercase;
	font-weight: 700;



	border: 1px solid;
	padding: 6px 13px;
	margin: 20px 10px 0 10x;
	font-size: 16px;
}

a.registrati_carrello {
	font-weight: 700;
	text-decoration: underline;
}
.step_container a {text-decoration:none;}

.step_container {
	float: left;
	width: 100%;
	margin-top: 48px;
}
.tabella_carrello {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	/* border: 1px solid #EBEBEB; */
	border-left: 0;
	margin-top: 35px;
	border-bottom: 0;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.riga_tabella {
	float: left;
	width: 100%;
	position: relative;
    	border-bottom: 1px solid #E2E2E2;

}
.colonna {
	float: left;
	padding: 1% 0;
	display: table;
	text-align: center;
	height: 100%;
}
.elimina {
	background-color: #031F5A;

	float: left;
	display: table;
	height: 180px;
	width: 3%;
	border-bottom: 1px solid #031F5A;
}
.colonna.prodotto {
	width: 52%;
	text-align: left;
	float: left;
	position: relative;
	display: block;
	height: 250px;
}
.colonna.quantita, .colonna.prezzo, .colonna.sconto, .colonna.prezzo {
	width: 25.2%;
}
.colonna p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: 500;
}
.colonna h3 {
	font-size: 16px;
	text-transform: inherit;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.colonna h2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 19px;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E2E2E2;
	font-weight: 700;
}
.colonna h2 img {
	height: 36px;
	top: -5px;
	position: relative;
}
.colonna .dettagli_prodotto {
	margin: 0;
}
.colonna .dettagli_prodotto p span {
	text-transform: none;
}
.colonna .dettagli_prodotto img {
	width: 30px;
}
.foto_prodotto {
	width: 40%;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.colonna.prodotto .vertical_align {
	width:100%;
	height: 100%;
	position: relative;
	padding-left: 20px;
	float: left;
}
.colonna .vertical_align {
	display: table-cell;
	vertical-align: middle;
}
.foto_prodotto img {
	width: 51%;
}
.elimina a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.colonna.quantita ul li {
	display: inline-block;
	float: left;
	width: 38px;
	height: 38px;
   
	margin-left: -1px;
}

.colonna.quantita ul li:nth-child(2) {	border: 0 solid #000;}
.colonna.quantita ul {
	padding: 0;
	list-style: none;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
}
.colonna.quantita ul li span {
	width: 100%;
	float: left;
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	height: 100%;
	padding-top: 5px;
}
.colonna.quantita ul li a {
     border-radius: 100%;
	border: 1px solid #000;
    font-weight: bold;
	float: left;
	width: 38px;
	height: 38px;
    border-radius: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 24px;
	/* font-weight: 100; */
	padding-top: 0px; ;transition: all .3s;
}
.colonna.quantita ul li a:hover {	text-decoration: none; background-color: #000;color:#fff; transition: all .3s;
}


.colonna h4 {
	color: #666;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	margin: 0;
}
.colonna h5 {
	color: #031F5A;
	display: inline-block;
	margin: 0;
	font-size: 23px;
}
.colonna_totale {
	background-color: #f9f9f9;
	height: 100%;
	width: 18%;
	display: table;
	text-align: center;
	margin-right: -1%;
}
.colonna_totale .vertical_align {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.colonna_totale p {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #000000;
	font-weight: 700;
}
.colonna_totale h6 {
	color: #3973b9;
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.riga_tabella .container-fluid {
	padding: 0;
}
.colonna p strong {
}
.colonna_prodotto {
	padding-right: 0;
}
.step_container ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.step_container ul li {
	width: 33.33%;
	display: inline-block;
	text-align: center;

	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	float: left;
}
.step_container ul li a {
	float: left;
	width: 100%;
}
.numero_step {	z-index:9 !important;}

.step_container ul li a .numero_step {
	border-radius: 100%;
	z-index:9 !important;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #C8C8C8;
	/* font-size: 21px; */
	background-color: #FFF;
	color: #666;
	/* padding-top: 3px; */;
}
.linea_carrello {
	height: 4px;
	background-color: #E9E9E9;
	position: absolute;
	display: inline-block;
	top: 17px;
	margin-left: 0;
	margin-right: 1px;
	width: 99%;
	z-index: -1;
	left: 0;
}
.step_container ul li:last-child .linea_carrello {
}
.step_container ul li .active .linea_carrello {
	background-color: #000000;
}
.step_container ul li .active .numero_step {
	font-weight: 500;
	z-index: 99999;
	color: #000000;
	border: 2px solid #000000;
	background-color: #fff;
}
.step_container ul li .active {
	font-weight: 700;
}
.riga_totale {
	float: left;
	width: 100%;
	border-top: 2px solid;
}
.totale_prezzo p {position: relative; top:-10px}
.riga_totale .row {justify-content: flex-end;}
.prezzo_totale {
    
	float: right !important;
	margin: 0;
	background-color: #000000;
	text-align: center;
	height: auto;
	padding-top: 18px;
	width: 17% !important;
	padding-bottom: 20px;
	 
}
.totale_prezzo {
	width: 86%;
	padding: 0 15px;
	float: left;
}
.dettagli_prodotto_subpack h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
}
.dettagli_prodotto_subpack p {
	margin: 0;
}
.dettagli_prodotto_subpack {
	float: left;
	width: 31%;
}
.step_container ul li p {
	color: #666;
	font-size: 14px;
}
.step_container ul li .active p {
	color: #000000;
}
.prezzo_totale span {
	    font-family: 'Assistant', sans-serif;
	color: #fff;
	display: inline-block;
	margin: 0;
	font-size: 25px;
	font-weight: 700;
}
.riga_totale p {
	text-align: right;
	padding-top: 27px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #000000;
	font-weight: 700;
}
.fascia_codice, .riga_pagination {
	width: 100%;
	float: left;
}
.coupon {
	width: 50%;
	float: left;
	margin-top: 0px;
	right: 0;
	position: relative;
	border: 0;
	padding: 0;
}
.inserimento_codice {
	float: right;
	width: 100%;
	text-align: left;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 30px;
	padding: 25px 20px;
	padding-bottom: 30px;
}
.inserimento_codice p {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
	display: inline-block;
	width: auto;
	margin-right: 20px;
	padding-top: 8px;
	float: none;
}
.inserimento_codice p {
	display: inline-block;
	width: auto;
	margin-top: 6px;
	margin-right: 15px;
}
.inserimento_codice input {
	display: inline-block;
	width: 74%;
    border-radius: 5px;
	margin-bottom: 0;
	float: left;
	/* margin-right: 25px; */
	border: 1px solid #000000;
	padding: 10px;
}
.inserimento_codice a {
	display: inline-block;
	text-decoration: underline;
	font-size: 15px;
	padding-top: 7px;
	font-weight: 700;
}
.inserimento_codice h3 {
	float: left;
	width: auto;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
}
.inserimento_coupon_2020 {overflow: auto}
.codice_2025 {width: 100%; margin-top: 20px}
.inserimento_codice label, .codice_2025 label {
	width: 100% !important;
	float: left;
	text-align: right;
	/* padding-right: 15px; */
}
.risultato_codice {
	float: right;
	margin: 0;
	text-align: left;
	width: 100%;
	padding-top: 10px;
}
.codice_ok, .codice_errato {
	text-align: left;
	float: left;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.elimina_coupon a {
	text-transform: none;
	padding: 0;
	margin-right: 0;
	letter-spacing: 0;
	text-decoration: underline;
	color: #000000;
	font-weight: 700;
}
.elimina_coupon {
	margin-top: 5px;
	float: left;
	width: 100%;
}
.codice_ok p, .codice_errato p {
	margin: 0;
	display: inline;
	width: auto;
	float: none;
}
.codice_ok img {
	display: inline-block;
	width: 22px;
	vertical-align: middle;

	top: -5px;
	position: relative;
	margin-right: 6px;
}
.codice_errato img {
	display: inline-block;
	width: 26px;
	vertical-align: middle;
	top: -2px;
	position: relative;
	margin-right: 6px;
}
.codice_ok p strong {
	color: #000000;
	font-weight: 900;
}
.consegna_gratuita {
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 20px;
}
.consegna_gratuita p {
	width: auto;
	float: none;
	display: inline-block;
	margin-left: 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.foto_coupon {
	float: left;
	margin-right: 4%;
}
.coupon:after {
	content: '';
	background-image: url(../images/arrow_promo.png);
	height: 64px;
	width: 48px;
	display: block;
	position: absolute;
	right: 5%;
	top: 28%;
	background-repeat: no-repeat;
}
.descrizione_coupon {
	width: 55%;
	float: left;
}
.descrizione_coupon h3 {
	text-align: left;


	padding-top: 0;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #031F5A;
	font-weight: 700;
}
.codice_coupon {
	float: left;
	width: auto;
	text-align: center;
	padding: 10px 50px;
	border: 1px solid #DCDCDC;
	margin-top: 12px;
}
.codice_coupon p {
	float: none;
	width: auto;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	margin-right: 10px;
}
.codice_coupon span {
	color: #031F5A;
	font-weight: 700;
	font-size: 23px;
}
.riga_pagination {
	margin-bottom: 70px;
	margin-top: 30px;
}
a.link_procedere {
	border-radius: 10px;
    background-image: linear-gradient(to bottom right, #e30613, #3973b9);
	color: #000;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	font-size: 16px;
	vertical-align: middle;
	color:white;
	 border: 2px solid #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover.link_procedere {
	text-decoration: none;
	    border: 2px solid #000000;
	   background:white !important;
	color:black !important;
		-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.link_procedere img {
	position: relative;
	margin-right: 5px;
	top: -3px;
}
.riga_tabella:last-child {
	border-bottom: 1px solid #031F5A;
}
.fascia_destra {
	width: 800px;
	float: right;
}
.step_container ul li:first-child .linea_carrello {
	width: 99%;
	margin-left: 0;
}
.avviso_spedizione {
	float: right;
	width: 260px;
    border-radius: 5px;
	margin-top: 30px;
	border: 1px solid #000000;
	background: #E2E2E2;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.avviso_paese {
	display: none;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	margin-right: 46px;
	float: left;
	padding-top: 18px;
}
.img_spedizione {
	width: 18%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-left: 8px;
}
.img_spedizione img {
	display: none;
}
.img_spedizione:before {
	font-family:  "Font Awesome 5 Free" !important;
	content: "\f48b";
	float: left;
	font-size: 36px;
	margin: -3px -5px 0 10px;
	font-weight: 700;
}
.dettagli_spedizione {
	width: 78%;
	float: right;
	padding-top: 4px;
	padding-bottom: 0;
}
.dettagli_spedizione h3 {
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 900;
	display: inline-block;
	color: #000000;
	width: 100%;
	float: left;
}
.dettagli_spedizione h4 {
	float: left;
	width: 30%;
	margin-top: 7px;
	color: #031F5A;
	display: inline-block;
	font-size: 30px;
	margin-bottom: 0;
}
.dettagli_spedizione p {
	font-size: 17px;
	font-weight: 700;
	width: 100%;
	float: left;
}
.dettagli_spedizione .spese {
	font-size: 15px;
	text-decoration: none;
	float: left;
	clear: both;
	width: 100%;
	color: #666666;
	font-weight: 500;
	margin-bottom: 16px;
	font-style: normal;
}
.dettagli_spedizione span {
	font-weight: 700;
	color: #031F5A;
}
.dettagli_spedizione span {
	font-weight: 500;
	font-style: italic;
	cursor: pointer;
	text-decoration: underline;
}
.dettagli_spedizione p span {
	text-decoration: none;
}
.login_input {
	width: 50% !important;
	float: left !important;
}
.fascia_fase1 {
	background: #000000;
	float: left;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
}
.fascia_fase1  p{
 color: #ffffff;
 margin: 0;
}
.colonna.prezzo p, .colonna.quantita p {
	text-transform: uppercase;
	font-weight: 700;
}
.dettagli .prodotto {
	border-bottom: 1px solid #000000;
	float: left;
	width: 100%;
}
span.prezzo_partenza {
	text-decoration: line-through;
	font-weight: 400;
}
span.valore_sconto {
	font-weight: 700;
}
h4.prezzo_scontato {
	margin-top: 7px;
	color: #000000;
}
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 250px;
	position: relative;
	float: left;
}
 
/* ---------------------  FASE 2 -------------------------------*/
.inserimento_codice form {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.inserimento_codice form a {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	padding: 10px;
	width: 26%;
	text-align: center;
}
.container_carrello {
	float: left;

	width: 100%;
	/* padding-top: 10px; */
	/* margin-top: 5px; */
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	background: white;
-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  
-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  
-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  
-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
  
box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
#indirizzo_spedizione form {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #D3D3D3;
}
 
.assistenza_acquisto {
	position: absolute;
	bottom: 70px;
	padding: 14px 35px;
	border-radius: 12px;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 69%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229,229,229,1)), color-stop(41%, rgba(246,246,246,1)), color-stop(69%, rgba(246,246,246,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 69%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 69%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 69%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to right, rgba(229,229,229,1) 0%, rgba(246,246,246,1) 41%, rgba(246,246,246,1) 69%, rgba(229,229,229,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=1 );
}
.assistenza_acquisto img {
	float: left;
	margin-right: 15px;
	display: block;
}
.assistenza_acquisto h5 {
	font-size: 18px;
	margin-top: 15px;
}
.assistenza_acquisto span {
	float: left;
}
.assistenza_acquisto h5 strong {
	color: #031F5A;
	font-size: 18px;
}
.dvna-articol .dati_container {
width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 22px;
    padding: 15px;
    background: #fcda79;
}
.dati_container {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 22px;
	padding: 16px;
}
.dati_container a {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	padding: 15px 13px;
	text-align: center;
	font-size: 13px;
	margin-left: 10px;
}
.dati_container h3 {
	width: auto;
	/* font-weight: 700; */
	color: #000000;
	display: inline-block;

	margin-bottom: 20px;
}

.dati_container .cart_form {
	float: left;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	margin-top: -1px;
}
#userForm {
	border-top: 1px solid #e9e9e9;
}
.dati_container .cart_form .input_container {
	float: left;
	width: 100%;
}
#adminForm .input_container .input, #userFormShip .input_container .input {
	width: 30%;
	float: left;
	margin-right: 3.3%;
	height: 65px;
	margin-bottom: 20px;
}
.input_container .input {
	width: 31%;
	float: left;
	margin-right: 3%;
	min-height: 80px;
}
.dvna-articol .input_container .input {
	width: 100%;
	width: 48%;
	float: left;
	margin-right: 2%;
	min-height: 80px;
}
.dvna-articol .input_container .input:nth-child(5)   {
	width: 100%; 
	float: left;
 
}
.dvna-articol .input_container .input:nth-child(3n+3) {margin-right: 2%;}

.input_container .input:nth-child(3n+4) {margin-right: 0%;}
.dati_container #adminForm {
	margin: 0;
	padding-bottom: 0;
}
.input_container .input label {
	font-size: 14px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	border: 0;
	color: #000000;
	margin-bottom: 1px;
}
.input_container .input input {
	height: 40px;
border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 15px;
	width: 100%;

	border: 1px solid #000000;
	padding: 0 5px;
}
.input_container select {
	height: 30px;
	background-color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 0;
	margin: 0;



	padding: 6px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	border: 1px solid #000000;
	text-align: left;
}
 .dati_container .input_container {
 float: left;
}
.dati_container p a {
	text-transform: uppercase;
	font-weight: 700;
	/* border: 1px solid; */
	padding: 8px 15px;
	margin: 0;
	/* font-size: 12px; */
	display: inline-block;
	text-decoration: none !important;
}
.dati_container .cart_form p {
	font-size: 19px;
}
.container_pagamento {
	width: 100%;
	float: left;
	margin-top: 22px;
}
.container_pagamento label {
	font-size: 18px;
	width: 100%;
	text-transform: uppercase;
	/* font-weight: 300; */
	border-bottom: 1px solid #E9E9E9;
	padding: 15px;
	float: left;
	color: #000000;
	position: relative;
}
.container_pagamento label input {
	width: 23px;
	margin-right: 13px;
	padding: 0;
	position: relative;
	margin-top: 0;
	top: 2px;
	height: 20px;
}
.container_pagamento.metodi_spedizione label p {
	width: 100%;
}
.dati_container .cart_form .input_container:last-child {
	margin-bottom: 0;
}
/*.dati_container .chzn-container-single .chzn-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 8px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 0px;
	background-clip: padding-box;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
	background: transparent;
	width: 100%;
}*/
.input_container label p {
	text-transform: none;
	font-weight: 300;
	font-size: 15px;
	display: inline-block;
	float: right;
	width: auto;
}
.input_container label input {
	float: left;
	display: inline-block;
}
.dati_container textarea {
	width: 100%;
	height: 85px;
	color: #4d4d4d;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	background-color: #FDFDFD;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #444444;
}
.dati_container .cart_form a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 6px 13px;
	margin: 0 10px;
	font-size: 16px;
	
	text-decoration: underline;
}
.link_indietro {
	background-color: #fff;
	color: #000000;
	border: 2px solid;
	padding: 10px 25px;
	text-transform: uppercase;
	
	font-weight: 700;
	float: left;
	font-size: 16px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.link_indietro img {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
	margin-right: 10px;
}

.adminForm.user-details select, #virtuemart_state_id_field_chzn, #virtuemart_country_id_field_chzn, .chzn-container-single{width: 100% !important; border-radius: 5px !important}
.carrello_fatturazione 
.chzn-single {
     border: 0 !important;
    box-shadow: 0 0 !important; height: 100% !important; padding: 0 !important; background: #fff !important
}
.container_pagamento p {font-weight: bold}
.descrizione_pagamento p {font-weight: normal}
.container_pagamento label span {
	text-align: right;
	float: right;
    clear: both;
	width: 50%;
    height: 100%;
	position: relative;
	top: -1px;
	right: 0;
}
.container_pagamento label span img {
	width: auto; height: 100%; max-width: 150px;
}
.container_pagamento label p {
	width: 50%;
	float: left;
	padding-top: 14px;
	line-height: 22px;
    
}
.container_pagamento label span img {
	margin: 0 6px;
}

#terminiecondizioni {
	position: relative;
	background: rgba(77, 77, 77, 0.57);
	/* z-index: 999999; */
	width: 100%;
	/* max-height: 0; */
	/* top: 0; */
	/* left: 0; */
	overflow: auto;
	float: left;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.termini {
 /* display: none; */
 max-height: 0;
}
.termini.open {
 /* display: block; */
 max-height: 500px;
}
.terminicontent {/* width: 70%; */background: #ffffff;height: 500px;/* top: 5%; *//* left: 15%; */position: relative;padding: 20px;overflow: auto;}
#terminiecondizioni_close {/* width: 70%; */height: auto;display: block;/* background-size: cover; */position: absolute;right: 30px;top: 20px;z-index: 2;/* font-size: 15px; *//* background: #dfdfdf; *//* text-align: center; *//* color: #2a2a2a; *//* font-weight: 700; *//* padding: 15px; */cursor: pointer;}

#terminiecondizioni_close:before {
    font-family: 'icomoon' !important;
    content: "\ebcb";
    float: left;
    font-size: 25px;
    margin:-18px -5px;
    color: #000;
}
.cart_form a {
	text-decoration: none;
}
#terminiclick {
	text-decoration: none;
	color: #666;
	text-transform: none;
	padding-right: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	margin-top: 3px;
	/* display: block; */
	float: left;
}
.dati_container .terminicontent a {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	border: 0;
	text-transform: none;
	font-weight: 900;
}
.dati_container .terminicontent p {
	font-size: 15px;
}
.dettagli_prodotto a {
	font-weight: 700;
}
.dettagli_prodotto a span {
	text-decoration: underline;
}
/*---------------------  FASE 3 -------------------------------*/






.tabella_riepilogo {
	float: left;
	width: 100%;
	/* overflow: hidden; */
	display: table;
	/* background: #b7b7b7; */
}
.tabella_riepilogo .container-fluid {
}
.riepilogo_riga {
	width: 100%;
	float: left;
	display: table;
	border: 1px solid #E3E3E3;
	position: relative;
	border-bottom: 0;
	min-height: 76px;
}
.tabella_riepilogo .titolo {
	width: 25%;
	height: 100%;
	float: left;
	background: none;
	margin: 0;
	margin-top: 10px;
	padding: 10px;
}
.dettagli {
	width: 75%;
	height: 100%;
	float: left;
}
.colonna_riepilogo {
	display: inline-block;
	width: 80%;
	height: 100%;
}
.quantita_col, .prezzo_col {
	width: 30%;
	float: left;
	display: table;
	height: 120px;
	text-align: center;
}
.slide .swiper-wrapper {
	max-height: 880px;
}
.prodotto .prodotto_col {
	width: 40%;
	float: left;
	display: table;
	height: 120px;
}
.tabella_riepilogo .vertical_align {
	display: table-cell;
	vertical-align: middle;
}
.prodotto .prodotto_col h5 {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 900;
	color: #000000;
}
.prodotto_col p, .dettagli p {
	/* font-size: 19px; */
	padding: 0;
	margin: 0;
	margin-top: 19px;
	font-weight: 500;
	color: #000000;
}
.prodotto_col p span {
	font-weight: 500;
}
.quantita_col p, .prezzo_col p {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.quantita_col h4, .prezzo_col h4 {
	margin: 0;
	display: block;
	margin-top: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	color: #000000;
}
.prezzo_col h4 span {
	text-decoration: line-through;
}
.colonna_totalefinale {
	background-color: #F6F6F6;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #f3f3f3;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.colonna_totalefinale p {
	font-size: 15px;
	text-transform: uppercase;
	
	margin-bottom: 0;
	color: #000000;

	font-weight: 700;
}
.colonna_totalefinale h6 {
	color: #000000;
	display: inline-block;
	margin: 0;
	font-size: 25px;
	font-weight: 700;
}
.tabella_riepilogo .titolo .vertical_align {
	width: 100%;
	height: 100%;
	display: table;
}
.tabella_riepilogo .titolo .vertical_align h4 {
	display: table-cell;
	vertical-align: middle;
	
	text-transform: none;
	margin-bottom: 0;
	text-align: left;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	color: #666;
	text-transform: uppercase;
}
.colonna_totalefinale .align_or {
	width: 100%;
	float: left;
	height: 100%;
	display: table;
}

.tabella_riepilogo .titolo .align_or {
	width: 100%;
	float: left;
	height: 100%;
	display: table;
}
.dettagli .align_or {
	width: 100%;
	float: left;
	height: 100%;
	display: table;
}
.reset h2, .remind h2, legend, .login h2 {
	margin-bottom: 20px;
	font-size: 26px;
	text-transform: uppercase;
	/* color: #031F5A; */
	font-weight: 500;
	border: 0;
}
  legend  {
   
    float: left;
    width: 100%;
  
     
    text-transform: uppercase;
    padding: 10px;
     
    margin: 0;
}
.control-group {
	float: left;
	padding: 0 20px;
	/* clear: right; */
	/* width: 100%; */
} 
.control-group:first-of-type, .control-group:last-of-type {
 
width: 100%;
}
  .control-group:last-of-type {
 margin: 35px 0;
width: 100%;
}
.registration {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	/* border: 1px solid #EBEBEB; */
	border-left: 0;
	margin: 35px 0;
	border-bottom: 0;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.dettagli .prodotto:last-child {
	border: 0;
}
.metodo h4 {
	margin-bottom: 0;
	text-align: left;
	width: auto;
	font-weight: 900;
	font-size: 16px;
	color: #000000;
	margin: 0;
	
	text-transform: none;
	    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #666;
    text-transform: uppercase;
}
.metodo h5 {
	font-size: 17px;
	margin-top: 21px;
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: uppercase;
}
.tabella_riepilogo .riga_totale {
	float: left;
	width: 100%;
	border-top: 2px solid #000000;
}
.riga_totale.riepilogo .prezzo_totale {
	width: 20%;
	float: right;
}
.riga_totale.riepilogo .totale_prezzo {
	width: 80%;
}
.riga_condizioni {
	width: 50%;
	float: right;
	text-align: right;
	margin: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #E3E3E3; */
}
.riga_condizioni .cart_form {
	border-top: 1px solid #031F5A;
}
.riga_condizioni form {
	border: 0;
	margin: 0;
	padding: 0;
}
.riga_condizioni h6 {
	font-size: 17px;
	text-transform: uppercase;
	
	margin-bottom: 5px;
	color: #000000;
	text-align: right;
	font-weight: 700;
}
.riga_condizioni form input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin: 5px;
	display: inline;
	float: left;
}
.riga_condizioni form label {
	font-weight: 500;
	font-size: 15px;
	text-transform: none;
}
.metodo .dettagli p {
	margin-bottom: 35px;
}
.assistenza_acquisto.after {
	position: relative;
	width: auto;
	float: left;
	clear: left;
	bottom: auto;
	margin-top: 46px;
	padding: 10px 45px;
}
#userForm {
	float: left;
	width: 100%;
}
.container_service h1 {
	text-transform: none;
	margin-bottom: 20px;
	font-size: 26px;
	text-transform: uppercase;
}
#form-login {
	font-size: 22px;
}
.profilo   {
	float: left;
	width: 100%;
}
.profilo h1  {
	float: left;
	margin-top: 20px;
	/* margin-bottom: 10px; */
}
.profilo p  {
	float: left;
	 
}
.profilo h2  {
	float: left;
	width: 100%;
}
.profilo form {
	float: left;
	width: 100%;
	padding: 15px;
	padding: 19px;
	overflow: hidden;
	background: #ffffff;
	/* border: 1px solid #EBEBEB; */
	border-left: 0;
	margin: 5px 0 35px 0;
	border-bottom: 0;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
#form-login {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.container_service input[type=submit] {
	float: right;
	width: auto;
	border: 1px solid #031F5A;
	color: #031F5A;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 500;
	margin-left: 20px;
	background-color: transparent;
	display: block;
}

table.user-details input.invalid {
    background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
    border: solid red 1px;
    border-radius: 0;
    color: #777;
    margin-bottom: 15px;

    padding: 5px 5px 4px;
    color:#1d191a;
    background:none;
    border:1px solid #e0e0e0;
    border-bottom: 1px solid #ff3254;
    min-height: 2em;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
    /* width: 100%; */
    min-height: 3em;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}
table.user-details input:hover {
    background: #e4c66e;
}
label {
    margin-bottom: 0 !important;
}


#spedidizionecomefatturazione {position: relative; top:-4px}
#adminForm, #userForm {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#ui-tabs .tabs {
    padding: 0;
}
.userfields_info {
	display: block;
	margin: 0px 0px 8px 0px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 28px;
	
}
table.user-details input, .user-details select {
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
	border: 1px solid #000000;
	min-width: 400px;
	padding-left: 10px;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 5px 5px 4px;
	color:#1d191a;
	background:none;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid #716b6c;
	min-height: 3em;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
table.user-details {
	width: 80%;
	margin-bottom: 10px;
	max-width: 1000px;
	/* padding: 0 20px; */
}
.chzn-container, .chzn-drop {
	max-width: 100%;
}

.chzn-container-single .chzn-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	text-align: left;
	color: #000000;
}
#com-form-login h2 {
	font-size: 18px;
	letter-spacing: initial;
	float: left;
	width: 100%;

	color: #000000;
	font-weight: 500;
}

#com-form-login .inputbox {
	height:35px;
	min-width:300px
 
 
}
#com-form-login-remember .inputbox{
	height:15px;
	min-width:auto;
	margin-left:10px
 
 
}
#com-form-login input {
 
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
	border: 1px solid #000000;
	/* min-width: 400px; */
	padding-left: 10px;
}
.floatleft{
 
float: left;
 
clear: left;
}
#com-form-login .width30.floatleft {
	/* display: inline-block; */
	margin: 0 20px 0 0;
	float: none;
	width: auto;
}
#com-form-login .default:hover {
 background: #000000 !important;
 border-color: #3973b9 !important;
 color: #3973b9;
}
#com-form-login .default {
	width: auto;
	float: left;
	margin: 0;
	margin-right: 20px;
	background-color: #3973b9;
	
	padding: 10px 17px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	
	border: 1px solid #000000;
}


#com-form-login .default:hover {
	background-color: #000000;
}
.login_input {
	width: 50% !important;
	float: left !important;
}
.container_img {
	float: left;
	width: 33%;
	height: 100%; display: flex; align-items: center
}
.container_img img {
	width: 90%;
	/* height: 100%; */
}
.detail_product {
	float: left;
	width: 66%;
	padding-left: 1%;
	margin-top: 50px;
}
p.sottotitolo_prodotto {
	font-size: 15px;
}
span.icon-reload {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: 'Lato' !important;
	font-size: 12px;
	color: #4a4040;
}

span.icon-reload a {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	 
 
}
span.icon-reload:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2f9";
	float: left;
	font-size: 16px;
	margin: -3px -5px 0 10px;
	font-weight: 700;
}
span.icon-reload img {
	display: none;
}
.icon-cancella {
	display: block;
	/* margin-top: 10px; */
	/* font-family: 'icomoon' !important; */
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.icon-cancella a {
	display: block;
	padding-top: 2px;
    font-weight: bold;
	text-transform: uppercase;
	    font-family: 'Assistant', sans-serif !important;
	font-size: 12px;
	color: #4a4040;
}
.icon-cancella a:hover {text-decoration: none; color:#e30613}
.icon-cancella span {font-weight:bold; font-size:18px; margin-right:7px; position: relative; top:1px;}
.icon-cancella {font-family: 'Lato' !important;}
.icon-cancella:hover,.icon-cancella a:hover, .icon-reload:hover {
 color: #3973b9;
	cursor: pointer;
}
.inserimento_codice form {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.inserimento_codice form a {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 13px;
	text-align: center;
	font-size: 11px;
}
.input_login {
	float: left;
	width: 100%;
}
.input_login label {
	text-align: left;
	float: left;
	margin-top: 7px;
	width: 30%;
	color: #666666;
}
.input_login input, .input_login input[type="password"] {
	float: left;
	width: 70%;
}
.login_container {
	float: left;
	width: 70%;
}
.a_container {
	width: 30%;
	float: left;
}
.input_login.remember input[type="submit"] {
	width: auto;
	float: right;
}
.fascia_sx {
	float: left;
	width: 40%;
	margin-top: 36px;
	padding: 2%;
	text-align: center;
	position: relative;
	border: 2px solid #a91d26;
}
.fascia_sx p {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 23px;
	margin-bottom: 15px;
	color: #a91d26;
	font-weight: 700;
	margin-top: 10px;
}
.fascia_sx textarea {
	float: left;
	width: 100%;
}
span.icon_gift:before {
	content: '';
	position: relative;
	background-image: url(../images/gift.png);
	width: 45px;
	height: 45px;
	display: inline-block;
	z-index: 999999;
	background-size: contain;
}
span.icon_gift {
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	height: 60px;
}
.fascia_sx span {
	font-size: 19px;
	color: #666666;
}
.fascia_sx a {
	font-size: 13px;
	color: #a91d26;
	border: 0;
	float: none;
}
.fascia_sx textarea {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	color: #4a4040;
}
.terminicontent h3, .terminicontent h1 {
	float: none;
	margin-bottom: 20px;
	color: #a91d26;
	/* font-family: 'Roboto Slab', sans-serif; */
}
.terminicontent h4 {
	margin-top: 30px;
	/* font-family: 'Roboto Slab', sans-serif; */
}
.terminicontent p {
	font-size: 14px;
	margin-bottom: 0;
}
.slide_prodotti {
	position: relative;
}
.slide_prodotti .swiper-container.gallery-thumbs.swiper-container-horizontal img {
	width: 50px;
}
.slide_prodotti .swiper-slide img {
	width: 80%;
}
.slide_prodotti .swiper-slide {
	text-align: center;
}
.slide_prodotti .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: 0;
	top: auto;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000;
}
.vm-wrap {
	width: 100%;
	/* max-width: 1140px; */
	/* min-width: 755px; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
	/* margin-bottom: 50px; */
}
.vm-wrap.vm-order-done h3{
	 font-size: 2em;
	 font-weight: 300;
	 line-height: 1;
	 /* letter-spacing: 2px; */
	 /* text-transform: uppercase; */
	 margin-top: 30px;
}
.vm-wrap.vm-order-done input[type="submit"] {
 
    margin: 0 15px 0  0;
   
    
}
.order-view {
	margin-top: 20px;
}
 
.vm-wrap label {
	font-size: 14px;
	
	float: left;
	/* width: 100%; */
	text-transform: uppercase;
	font-weight: 500;
	border: 0;
	color: #000000;
	margin-bottom: 1px;
}
.vm-wrap form {
	margin-top: 30px;
	width: 100%;
	float: left;
}
.vm-wrap input {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
	border: 1px solid #000000;
	height: 35px;
	min-width: 300px;
	padding-left: 10px;
	/* float:left; */
	/* display:block; */
	/* width: 100%; */
}
.vm-wrap input[type="submit"] {
	background: #000000;
	/* padding: 0.5em; */
	float: left;
	clear: left;
	margin: 0;

	color: #ffffff;
	text-transform: uppercase;
	
	height: auto;
	/* padding: 10px 0; */
}
fieldset.userdata h2 {
	margin-bottom: 30px;
}
 
.vm-wrap input[type="submit"]:hover {
	/* font-weight: 500; */
}
label#jform_spacer-lbl {
	/* margin-top: 30px; */
	margin-bottom: 25px;
}
button.btn.btn-primary.validate {
	background: #000000;
	text-transform: uppercase;
	color: #ffffff;


	font-weight: 700;
	
	padding: 10px 20px;
}
.prezzo_container p span {
	font-weight: 100;
	text-decoration: line-through;
	color: #666666;
	margin-left: 10px;
	font-size: 21px;
}
span.sconto_prodotto {
	background: #000000;
	color: #ffffff;
	font-weight: 700;
	margin-left: 15px;
	padding: 5px 6px;
	position: relative;
	width: 60px;
	display: inline-block;
	text-align: center;
}
span.sconto_prodotto:before {
	content: '';
	position: absolute;
	width: 68px;
	height: 37px;
	top: -4px;
	left: -4px;
	border: 2px solid #000000;
}
.chzn-container .chzn-results li.active-result {
	font-weight: 500;
}
.wrapper p {
	font-weight: 500;
}
#login {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}
.logout {
	max-width: 1200px;
	margin: 0 auto;
	height: 550px;
}
.logout form.form-horizontal.well {
	float: left;
	width: 100%;
	margin-top: 80px;

	padding: 0 15px;
}
.logout button.btn.btn-primary {
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
	letter-spacing: 2px;
	font-size: 17px;
}
.metodo_articolo {
	width: 70%;
	float: left;
}
.menu_servizi {
	width: 25%;
	float: right;
}
.pagina_servizio {
	margin-bottom: 75px;
}
.pagina_servizio h1 {
	margin-bottom: 25px;
}
.metodo_articolo p {
	line-height: 28px;
	color: #555555;
}
.metodo_articolo h3 {
	font-weight: 500;
	margin-top: 25px;

	margin-bottom: 10px;
}
.menu_servizi ul li {
	font-weight: 700;
	margin-bottom: 13px;
	border-left: 3px solid #000000;
	padding-left: 8px;
}
.metodo_articolo h4 {
	font-weight: 500;
	text-decoration: underline;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 12px;
}
.metodo_articolo ul li {
	line-height: 28px;
	color: #555555;
	font-weight: 500;
}
.adminForm.user-details select, #virtuemart_state_id_field_chzn, #virtuemart_country_id_field_chzn {
	height: 3em;
	/* font-size: 14px; */
	/* font-weight: 500; */
	/* color: #000000; */
	/* margin-bottom: 15px; */
	/* border: 1px solid #000000; */
	/* min-width: 200px; */
	/* padding-left: 10px; */
	/* line-height: 2em; */
	max-width: 400px;
	min-width: 290px;
	
}
.chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
   background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
}
.chzn-container-single .chzn-single   {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 8px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px;
    background-clip: padding-box;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    background: transparent;
    width: 100%;
}
table.user-details input[type="checkbox"] {
	width: auto;
	min-width: auto;
}
.key label {
	font-size: 14px;
	
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	border: 0;
	color: #000000;
	margin-bottom: 1px;
}

.update_item {font-weight: bold}
.remind, .reset {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	min-height: 500px;
	padding-top: 68px;
}
.remind p, .reset p {
	font-size: 21px;
	margin-bottom: 20px;
}
.controls input {
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
	border: 1px solid #000000;
	min-width: 400px;
	padding-left: 10px;
}
.controls .inputbox {

	height:20px;
	min-width: auto;
}
.controls {
 
/* display: block; */
 
/* float: left; */
}
.control-label label {
	font-size: 14px;
	
	/* float: left; */
	/* width: 100%; */
	text-transform: uppercase;
	font-weight: 500;
	border: 0;
	color: #000000;
	margin-bottom: 1px;
}
form#com-form-login {
	margin-bottom: 50px;
}
.buttonBar-right {
	margin-bottom: 50px;
}
.button, button, .continue_link, .showcart, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited  {
	border-radius: 0;
	padding: 10px 17px;
	font-size: 15px;
	font-weight: 700;
	background: #3973b9;
	color: #000000;
	text-transform: uppercase;
	
	border: 1px solid #000000;
}
  .continue_link   {
 background:rgb(192, 227, 203);
 /* margin: 1em 0; */
 float: left;
}
.vm-orders-information img{
 width:auto
}
.button:hover, button:hover,  .vm-button-correct:hover, .continue_link:hover, .showcart:hover  {
 background: #000000 !important;
 border-color: #3973b9 !important;
 color: #3973b9;
}
div.spaceStyle, #editcell  {
       float: left;
       width: 100%;
       overflow: hidden;
       background: #ffffff;
       /* border: 1px solid #EBEBEB; */
       border-left: 0;
       /* margin-top: 35px; */
       border-bottom: 0;
       padding: 1em;
       -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
    background: #ffffff;
           padding: 1em;
       -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
       box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.product-field-type-R, .product-field-type-Z {
    float: left;
    margin: 0 5% 0 0;
    width: 20%;
}
#fancybox-content img{
    float: left;
    margin: 0;
    width:100%;
    padding: 0 0 1em 0;
}
#fancybox-content .product-field-type-R a{
    font-size: 15px;
    line-height: 1.1em;
    /* line-height: inherit; */
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: inherit;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#fancybox-content h4 {
 font-size: 1.5em;
 font-weight: 300;
 line-height: 1;
 letter-spacing: 2px;
 text-transform: uppercase;
 margin: 1em 0;
 float: left;
}

#fancybox-content .product-related-products h4 {
 font-size: 1em;
 color: black;
 width: 100%;
}
.vm-orders-order td,  .vm-orders-items td{
	font-size:15px;
	font-weight: 300;
	line-height: 1.1em;
	padding: 15px 0;
}
.vm-orders-order td, .vm-orders-items th {
  padding: 15px 0;
    line-height: 1.1em;
  
}
.vm-orders-order td strong,  .vm-orders-items td strong{
 color: #3973b9;
 width: 100%;
 float: left;
 padding: 15px 0;
}
.vm-orders-order td:first-of-type,  .vm-orders-items td:first-of-type {
	/* font-size:6px; */

	font-weight: 400;
	padding: 15px 0;
	margin: 0;
}

div.spaceStyle tr {
 border-bottom: 1px solid #dddddd;
}
.post_payment_order_total {
    color: #3973b9;
    display: inline-block;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    margin:  1em 0;
}
td.key {
	width: 40%;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 1em;
}
 
.control-buttons {
	margin: 20px 0;
}
fieldset.userdata p {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 500;
}

.flex-item.colonna.prezzo {display: none} 

	.scegli_omaggio a {font-weight:bold !important;  text-transform: uppercase }


.avviso_consegna p { font-size: 14px;
    text-transform: uppercase;
 	padding:14px 30px;
    font-weight: 900;
margin-bottom:0; line-height:1.2;
    color: #000000;}  

.avviso_consegna_small {
    font-size: 10px;
}

.avviso_consegna {
    max-width: 315px;
    float: left;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #000000;
    background: #ffffff;
    margin-left: 20px;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 800px) {
                .colonna.quantita ul li span {padding-top: 0}

    .container_pagamento label span img {max-width: 115px}
    .container_pagamento label p {font-size:14px}
    .container_pagamento label p {
        width: 100%;}
    .input_container .input {
        width: 100%;}
    .container_img img {
max-width:140px;
}
	.avviso_consegna {
    margin-bottom: 10px;
		width: 100%;
    margin-top: 30px;
	max-width:100%;
    margin-left: 0;
}
	.avviso_consegna p {
		padding: 10px 15px;}
	.scegli_omaggio {
    margin-top: 105px;
}
	.colonna_totale h6 {font-size:14px}
    .box_overlay_omaggio .main_image_2025 {height: 230px}
	.fascia_destra {
    width: 100%;
}
	.tabella_carrello {margin-top: 0}
	.colonna.quantita{width: 40%}
	.container_img { width: 80%;
		height: auto; }
	.colonna.prodotto .vertical_align { padding-left: 10px;}
	.detail_product {width:100%; margin-top: 0 !important}
		.codice_2025 {width:100%}

	.step_container {
    margin-top: 25px;
}
	.intestazione_carrello {
		padding-top:20px !important;}
	.scegli_omaggio a {font-size:10px; padding: 10px 10px; }

	.search_input h3 strong {
    font-size: 26px;
}
.box_overlay_omaggio .column_product_2020 h4 {
    font-size: 13px;
}
	.box_overlay_omaggio .column_product_2020 {
   
    margin-bottom: 40px;
}
	.box_overlay_omaggio .column_product_2020 h3 a {font-size:16px; line-height: 1}
	
	.box_overlay_omaggio .box_overlay_omaggio_container {
  
    max-height: 90vh;
}
	
	
	.box_overlay_omaggio .main_image_2020 {
   
    height: 170px;
}

	.control-group {

    padding: 0 ;
   
}
	.totale_prezzo {
    width: 63%;
 
}.controls input {
 
    min-width: 240px;
    
}
	.prezzo_totale {
 
    width: 37%;
 
}
.avviso_spedizione {

    float: right;
    width: 100%;

    margin-top: 10px;
 
}
.login_container.open .form-login {
 float: left;
 padding: 0 10px;
}
.login_container.open {
	top: 23px;
	right: 0;
	left: auto;
	width: 250px;
	height: auto;
	z-index: 80;
}
.button, button, .continue_link, .showcart, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
 
    padding: 10px 12px;
    font-size: 12px;
 
}
#fancybox-content {
 padding: 0.2em;
 width: 100%;
 min-width: 100%;
}
#fancybox-loading div {
 background-size: 40px;
 background-image: url(https://www.divina.style/templates/divina/images/loader.gif);
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1101;
    outline: none;
    display: none;
    width:100% important;
    min-width: 90%;
}
.continue_link {
    background: rgb(192, 227, 203);
    margin: 1em 0;
    float: left;padding: 5px 12px;
 font-size: 10px;
}
.showcart {padding: 5px 12px;
 font-size: 10px;
    margin: 0.5em 0;
    float: left;
}
#fancybox-content h4 {
    font-size: 1em; 
    margin: 0.5em 0;
    float:left
}
#fancybox-content .product-related-products h4 {
    font-size: 0.7em;
  
}
.product-field-type-R, .product-field-type-Z {
    float: left;
    margin: 0 1% 0 0;
    width: 31%;
}
#fancybox-content .product-field-type-R a {
    font-size: 12px;
    line-height: 1.1em;
 
}
.main_menu {
	float: right;
	width: 95%;
	display: none;
}
.btn_menu p {
	font-size: 19px;
	padding-right: 15px;
	padding-top: 21px;
	text-transform: uppercase;
	font-weight: 700;
	
	float: right;
	width: auto;
	padding-left: 20px;
	cursor: pointer;
}
.btn_menu {
	height: 70px;
	text-align: right;
	position: relative;
	z-index: 70;
	display: block;
	width: 50px;
	float: right;
	height: 50px;
}
.main_menu.open {
	display: block;
	position: fixed;
	top: 124px;
	left: 0;
	width: 100%;
	z-index: 100;
	margin: 0;
}
.main_menu ul {
	float: right;
	text-align: right;
	width: 94%;
	margin-top: 10px;
	padding: 0;
	margin: 0 3% 0 16%;
	border: solid 1px rgba(252, 218, 121, 0.44);
}
.main_menu.open ul li {
	display: block;
	font-size: 16px;
	width: 100%;
	background: rgb(0, 0, 0);
	text-align: center;
	margin: 0;
	padding: 5px;
	position: relative;
	
	/* color: #fcda79; */
}

.main_menu.open ul li:last-of-type:after {
 
	background-color: rgba(0, 0, 0, 0);
	 
}
.main_menu.open ul li:after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: rgba(252, 218, 121, 0.3);
	width: 80%;
	top: 100%;
	left: 10%;
	z-index: 2;
}
}

#jform_captcha {
	float:left
 
}


@media screen and (max-width: 767px) {
	.colonna_totale {
		width: 25%;}
	
	.colonna.prodotto {
	width: 60%;}
	.intestazione_carrello h1 {font-size:24px}
	.step_container ul li p {    font-size: 12px;}
	.intestazione_carrello {
		padding-top: 70px; }
	
	.menu_line span {color:black}
	
header {
    height: 100px !important;
	} }