
*:hover{
	 -webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

body, a{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	color: #4b4d51;
	font-size: 15px;
	font-family: Source Sans Pro, sans-serif;
	line-height: 1.3em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

@media only screen and (max-width: 1279px) {
	body{
		font-size: 16px;
	}
}

@media only screen and (max-width: 679px) {
	body{
		font-size: 19px;
	}
}

input:invalid {
  border: none;
}
:focus {
  outline: none;
}

p{
	margin: 0.5em 0 0.5em 0;
}

.alert{
	margin: 0.42857em 0.9257em;
}


/*Tooltip*/
section#tooltip p {
  margin: 20px 0;
}

section#tooltip > div > div > p:nth-child(odd)::first-letter {
  font-weight: normal;
  float: left;
  font-size: 5em;
  line-height: .75;
  letter-spacing: .15em;
  margin-top: .2em;
}

/*Tooltip text*/
.tooltip {
  position: relative;
  color: rgba(51,51,51,0.9);
  z-index: 99;
}

.tooltip .tooltip-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  visibility: hidden;
  max-width: 300px;
  background-color: rgba(51,51,51,0.9);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 155%;
  left: 50%;
  margin-left: -610%;
  opacity: 0;
  transition: .3s;
  transform: translate3d(0px, 20px, 0px);
  min-width: 200px;
  word-break:normal;
}

@media only screen and (max-width: 1279px) {
	.tooltip .tooltip-text {
		bottom: 128%;
		margin-left: -570%;
	}
}

@media only screen and (max-width: 679px) {
	.tooltip .tooltip-text {
		margin-left: -317%;
		max-width: 80px;
		min-width: 80px;
		bottom: 138%;
	}
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(51,51,51,0.9) transparent transparent transparent;
}

@media only screen and (max-width: 679px) {
	.tooltip .tooltip-text::after {
		right: 22%;
		left: auto;
	}
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}







select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
	margin: 0;
	line-height: 1em;

}

.btn:hover {

	background-color: #323437;
	color: white;
}

.disabled{
	cursor: default !important;
	background: #c8c8c8 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.enable{
	cursor: pointer !important;
	background: #323437 !important;
}

.colore_grigio_sfondo{
	position: fixed;
	border-left: 1px solid #e1e1e1;
	background-color: #fafafa;
	z-index: -1;
}

@media only screen and (max-width: 1279px) {
	.colore_grigio_sfondo{
		display: none;
	}
}

#page{
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1279px) {
	.colore_grigio{
		display: none;
	}
}

.fascia_interna_checkout{
	margin: 0px auto;
	width: 1290px;
}

@media only screen and (max-width: 1279px) {
	.fascia_interna_checkout{
		width: 100%;
	}
}

.col1{
	width: 100%;
	display: inline-block;
	padding-top: 40px;
}

.col2{
	width: 49%;
	display: inline-block;
	padding-top: 40px;
}

.col2:nth-child(1){
	width: 60%
}

@media only screen and (max-width: 1279px) {
	.col2:nth-child(1){
		width: 100%;
		margin-bottom: 30px;
		padding-top: 0px;
		display: block;
	}
}

.col2:nth-child(2){
	float: right;
	padding-left: 24px;
	width: 40%;
	box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
	.col2:nth-child(2){
		display: none;
	}
}

.intestazione_checkout{
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

.intestazione_checkout img{
	max-height: 120px;
}

@media only screen and (max-width: 1279px) {
	.intestazione_checkout{
		margin: 30px auto 0px;
		width: 600px;
		text-align: center;
	}
}

@media only screen and (max-width: 679px) {
	.intestazione_checkout{
		margin: 0px;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}

.intestazione_checkout .breadcrumbs{
	text-align: center;
	padding-top: 15px;
}

@media only screen and (max-width: 1279px) {
	.intestazione_checkout .breadcrumbs {
		font-size: 18px;
	}
}

.intestazione_checkout .breadcrumbs a{
	margin: 0px 10px;
	text-decoration: none;
	color: #999;
	font-size: 1em;
	cursor: default;
	font-size: 1.08em;
}

.intestazione_checkout .breadcrumbs .past{
	color: #4b4d51;
	cursor: pointer;
	font-weight: 300;
}

.intestazione_checkout .breadcrumbs .active{
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}





/* FORM */

.contenitore-form{
	width: 572px;
	margin: 40px auto;
}

@media only screen and (max-width: 1279px) {
	.contenitore-form{
		width: 588px;
	}
}

@media only screen and (max-width: 679px) {
	.contenitore-form{
		width: 100%;
		margin: 20px auto;
	}
}

.testata_form {
	margin-top: 50px;
	margin-bottom: 0.5em;
	position: relative;
	padding: 0.42857em 0.9257em;
}

@media only screen and (max-width: 679px) {
	.testata_form {
		margin-top: 40px;
		padding: 0.42857em 0.9257em 0 0.9257em;
	}
}

.testata_form h2 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.78em;
	line-height: 1.3em;
	color: #333333;
}

@media only screen and (max-width: 679px) {
	.testata_form h2 {
		font-size: 1.58em;
	}
}

.cont-input{
	position: relative;
	width: 100%;
	margin: 0px auto 0px;
	float: left;
	padding: 0.42857em 0.9257em;
	box-sizing: border-box;
}

@media only screen and (max-width: 679px) {
	.cont-input{
		padding:0.42857em 0.9257em;
	}
}

.campo--second {
	width: 50%;
}

.campo--third {
	width: 33.33333%;
}

.campo--two_third {
	width: 66.66667%;
}

@media only screen and (max-width: 679px) {
	.campo--second {
		width: 100%;
	}

	.campo--third, .campo--two_third{
		width: 100%;
	}
}

.input-form{
	border: 1px transparent solid;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	background-clip: padding-box;
	border-radius: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0.92857em 0.78571em;
		padding-top: 0.92857em;
		padding-right: 0.78571em;
		padding-bottom: 1.1em;
	word-break: normal;
	background-color: white;
	color: #333333;
	border-color: #d9d9d9;
	font-size: 0.9em;
	height: 46px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.input-form:focus {

	outline: none;

	/*border-color: #4b4d51;
	-webkit-box-shadow: 0 0 0 1px #4b4d51;
	box-shadow: 0 0 0 1px #4b4d51;*/

	border-color: rgba(75,77,81,.7);
	-moz-box-shadow: 0 0 8px rgba(75,77,81,.5);
	box-shadow: 0 0 8px rgba(75,77,81,.5);

}

@media only screen and (max-width: 1279px) {
	.input-form{
		height: 48px;
		padding: 0.65714em;
	}

	select.input-form{
		padding-right: 45px;
	}
}

@media only screen and (max-width: 679px) {
	.input-form{
		height: 48px;
		padding: 0.65714em;
	}

	select.input-form{
		padding-right: 45px;
	}
}

.input-form.required.error {
	border: 1px solid rgba(228, 44, 62, 0.65);
}

.input-form.required.error:focus {

	border-color: rgba(228, 44, 62, 0.25);
	-moz-box-shadow: 0 0 8px rgba(228, 44, 62, 0.5);
	box-shadow: 0 0 8px rgba(228, 44, 62, 0.5);
}

.input-form.required.ok {
	border: 1px solid #66afe9;
}

.input-form.required.ok:focus {

	border: 1px solid #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.input-form.note_aggiuntive{
	height: 100px;
}

.cont-input.contip .input-form{
	padding-right: 40px;
}

.campo-label {
	position: absolute;
	font-size: 0.78em;
	top: 5px;
	width: 100%;
	margin-top: 0.15em;
	margin-left: 1px;
	padding: 0 0.91em;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	pointer-events: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	color: #737373;
	padding: 0px 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
}

@media only screen and (max-width: 679px) {
	.campo-label {
		font-size: 0.72em;
	}
}

.link_indietro{
	text-decoration: none;
	float: left;
	padding-top: 10px;
}

@media only screen and (max-width: 679px) {
	.link_indietro{
		padding-top: 30px;
	}
}

.link_indietro span{
	font-size: 1.4em;
}

.btn.bottone_avanti_checkout{
	float: right;
}

@media only screen and (max-width: 679px) {
	.btn.bottone_avanti_checkout{
		width: 100%;
		box-sizing: border-box;
	}
}

.privacy .cont-input{
	padding: 0.42857em 1.1em;
}

.privacy, .bottoni{
	font-size: 0.9em;
}

@media only screen and (max-width: 679px) {
	.un_dato.privacy, .un_dato.bottoni{
		width: 90%;
		margin: 15px 5% 0px;
	}

	.privacy .cont-input{
		padding: 0.42857em 0.9em;
	}
}

.campo--third .input-form:nth-child(3n){
	margin-right: 0px;
	padding-right: 0;
}

.campo-select .input-form {

	padding-top: 14px;
	padding-bottom: 0;
	padding-left: 0.68571em;
	padding-right: 30px;

}

.campo-select .campo-label {

	font-size: 0.78em;
	top: 5px;
	width: 100%;
	color: #737373;
	opacity: 1;
}

.campo-select.disable-select .campo-label, .campo-select.disable-select .input-form{
	color: #ccc;
	cursor: default;
}

.field__caret {
	border-left: 1px rgba(179,179,179,0.5) solid;
	display: block;
	width: 2.6em;
	height: 43%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	pointer-events: none;
}

@media only screen and (max-width: 679px) {
	.field__caret {
		right: -6px;
	}
}

.triangle{
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #919191;
	margin: 10px 5px;
}

.privacy a{
	font-size: 1em !important;
}

@keyframes hover-color {
  from {
	border-color: #4b4d51; }
  to {
	border-color: #4b4d51; } }

.input-radio,
.input-checkbox {
  position: absolute;
  display: none; }

.input-radio[disabled],
.input-checkbox[disabled] {
  cursor: not-allowed; }

.input-radio + label,
.input-checkbox + label {
	line-height: 1.8em;
  position: relative;
  display: block;
  padding-left: 2em;
  cursor: pointer;
  vertical-align: middle; }


@media only screen and (max-width: 679px) {
	.input-radio + label,
	.input-checkbox + label {
	line-height: 1.2em;
	}
}

  .input-radio + label:hover:before,
  .input-checkbox + label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color; }
  .input-checkbox + label:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #4b4d51; }

	.input-checkbox.error + label:before {
		border: 1px solid rgba(228, 44, 62, 0.65)
	}


@media only screen and (max-width: 679px) {
	.input-checkbox + label:before {
	left: 5px;
	}
}

	.input-radio + label:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	content: '';
	border: 1px solid #4b4d51; }

	.input-radio.error + label:before {
		border: 1px solid rgba(228, 44, 62, 0.65)
	}

  .input-radio + label:after,
  .input-checkbox + label:after {
	position: absolute;
	display: none;
	content: ''; }

.input-radio[disabled] + label,
.input-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #4b4d51; }
  .input-radio[disabled] + label:hover, .input-radio[disabled] + label:before, .input-radio[disabled] + label:after,
  .input-checkbox[disabled] + label:hover,
  .input-checkbox[disabled] + label:before,
  .input-checkbox[disabled] + label:after {
	cursor: not-allowed; }
  .input-radio[disabled] + label:hover:before,
  .input-checkbox[disabled] + label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none; }
  .input-radio[disabled] + label:before,
  .input-checkbox[disabled] + label:before {
	border-color: #4b4d51; }

.input-radio:checked + label:before,
.input-checkbox:checked + label:before {
  animation-name: none; }

.input-radio:checked + label:after,
.input-checkbox:checked + label:after {
  display: block; }

.input-radio + label:before {
  border-radius: 50%; }

.input-radio + label:after {
  top: 9px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b4d51; }

.input-radio:checked + label:before {
  border: 1px solid #4b4d51; }

.input-radio:checked[disabled] + label:before {
  border: 1px solid #4b4d51; }

.input-radio:checked[disabled] + label:after {
  background: #4b4d51; }

.input-checkbox + label:before {
  border-radius: 4px; }

.input-checkbox + label:after {
  top: 5px;
  left: 7px;
  box-sizing: border-box;
  width: 5px;
  height: 11px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

@media only screen and (max-width: 679px) {
	.input-checkbox + label:after {
	left: 12px;
	}
}

.input-checkbox:checked + label:before {
  border: #4b4d51;
  background: #4b4d51; }

.input-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }


.campo-label--visible .campo-label {
	opacity: 1;
}

.campo-label--visible .input-form {
	padding-top: 1.5em;
	padding-bottom: 0.35714em;
}

@media only screen and (max-width: 1279px) {
	.campo-select .campo-label--visible .input-form {
		padding-bottom: 0;
		padding-top: 1.2em;
	}
}

.campo-label--visible .input-form {
	border-color: rgba(75,77,81,.7);
}

.cont-input .tooltip {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.cont-input .tooltip .fa-question-circle{
	font-size: 1.2em;
	color: #999;
}

.cont-input .tooltip:hover .fa-question-circle{
	color: #4b4d51;
}

.wrapper-info{
	width: 100%;
	padding: 0.42857em 0.9257em;
	box-sizing: border-box;
	font-size: 0.96em;
	margin-bottom: -10px;
}

.info-block{
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 16px;
}

.wrapper-info-block {

	width: 80%;
	float: left;
}

.elem-info-block {
	margin-top: 0.85714em;
	padding-top: 0.85714em;
	border-top: 1px solid #e6e6e6;
}

.elem-info-block:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.info-block-link {
	width: 20%;
	float: left;
	text-align: right
}

.info-block-label {
	color: #737373;
	padding-right: 20px;
	width: 22%;
	float: left;
	box-sizing: border-box;
}

.info-block-content {

	width: 78%;
	float: left;
}

@media only screen and (max-width: 679px) {
	.info-block-label, .info-block-content {
		width: 100%;
		float: none;
	}
}

.info-block-link a {
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
}


/* PAGAMENTO */

.pagamento .input-radio + label {
	line-height: 1.8em;
	padding-left: 2.2em;
	font-size: 1.3em;
	font-weight: 600;
}

@media only screen and (max-width: 1279px) {
	.pagamento .input-radio + label {
		line-height: 1.6em;
	}
}

@media only screen and (max-width: 679px) {
	.pagamento .input-radio + label {
		line-height: 1.4em;
	}
}

.pagamento .input-radio + label i, .pagamento .input-radio + label .testo_nascosto{
	font-weight: normal;
	font-style: italic;
	font-size: 0.85em;
}

@media only screen and (max-width: 679px) {
	.pagamento .input-radio + label .testo_nascosto{
		margin-left: -50px;
		font-size: 0.74em;
	}
}

.pagamento .input-radio + label:before {
	top: 3px;
	left: 0;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.pagamento .input-radio + label:after {
	top: 9px;
	left: 6px;
	width: 12px;
	height: 12px;
}

.pagamento .cont_lista_met_pag{
	padding: 0.42857em 0.9257em;
}

@media only screen and (max-width: 679px) {

	.pagamento .cont_lista_met_pag{
		padding: 0;
	}

}

.pagamento .lista_met_pag{
	background-color: #fafafa;
	border: 1px solid #CCC;
	border-radius: 5px;
}

@media only screen and (max-width: 679px) {
	.pagamento .lista_met_pag{
		background-color: transparent;
		border: 1px solid #CCC;
		border-radius:0;
		border-left: none;
		border-right: none;
	}
}

.pagamento .lista_met_pag img{
	height: 32px;
	margin-top: 10px;
}

.pagamento .lista_met_pag .elemento_met_pag, .pagamento .lista_met_pag .elemento_met_sped{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #CCC;
}

.pagamento .elemento_met_pag:hover, .pagamento .elemento_met_pag.sel, .pagamento .elemento_met_sped:hover, .pagamento .elemento_met_sped.sel{
	background-color: #f1f1f1;
}


.pagamento .lista_met_pag .elemento_met_pag:first-child, .pagamento .lista_met_pag .elemento_met_sped:first-child{
	border-top: none;
}

.pagamento .cont-coordinate-bancarie{
	border: 1px dashed #ccc;
	padding: 10px 20px;
	margin: 10px 0;
	color: #777;
	display: inline-block;
}

.pagamento .lista_met_pag .credit-card{
	width: 70px;
	height: auto;
}

/* COLONNA CARRELLO */


.fascia_carrello_esterna{
	display: none;
}

@media only screen and (max-width: 1279px) {
	.fascia_carrello_esterna{
		display: block;
		width: 100%;
		margin-top: 30px;
		padding: 20px 0px;
		background-color: #fafafa;
		border: 1px solid #e6e6e6;
	}
}

@media only screen and (max-width: 679px) {
	.fascia_carrello_esterna{
		margin-top: 0px;
	}
}

@media only screen and (max-width: 1279px) {
	.fascia_carrello_interna{
		margin: auto;
		width: 600px;
	}
}

@media only screen and (max-width: 679px) {
	.fascia_carrello_interna {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1279px) {
	.fascia_carrello_interna .testo{
		display: inline-block;
		float: left;
	}
}

@media only screen and (max-width: 1279px) {
	.fascia_carrello_interna .prezzo{
		display: inline-block;
		float: right;
	}

	.fascia_carrello_interna.testata{
		font-weight: 600;
	}
}

.box_prodotto_carrello{
	width: 100%;
	padding-top: 38px;
}

.box_prodotto_carrello:first-child{
	padding-top: 10px;
}

.box_prodotto_carrello .immagine_prodotto{
	width: 150px;
	display: inline-block;
	position: relative;
}

@media only screen and (max-width: 1279px) {
	.box_prodotto_carrello .immagine_prodotto{
		width: 20%;
	}
}

@media only screen and (max-width: 679px) {
	.box_prodotto_carrello .immagine_prodotto{
		width: auto;
	}
}

.box_prodotto_carrello .immagine_prodotto img{
	width: 100px;
	height: auto;
	border-radius: 10px;
	border: 1px solid #e5e5e1;
}

.box_prodotto_carrello .immagine_prodotto .contatore_prodotto{
	font-size: 0.85714em;
	font-weight: 600;
	line-height: 1.75em;
	white-space: nowrap;
	text-align: center;
	border-radius: 1.75em;
	background-color: rgba(114,114,114,0.9);
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.58333em;
	position: absolute;
	left: 91px;
	top: -0.75em;
	z-index: 3;
}

.box_prodotto_carrello .testo_prodotto{
	display: inline-block;
	position: relative;
	width: 338px;
	height: 100%;
	font-weight: 600;
	vertical-align: top;
}

@media only screen and (max-width: 1279px) {
	.box_prodotto_carrello .testo_prodotto{
		display: inline-block;
		position: relative;
		width: 80%;
		float: right;
		padding-left: 4px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 679px) {
	.box_prodotto_carrello .testo_prodotto{
		width: 65%;
	}
}

.box_prodotto_carrello .testo_prodotto .testo{
	display: inline-block;
	float: left;
	width:74%;
}

@media only screen and (max-width: 679px) {
	.box_prodotto_carrello .testo_prodotto .testo{
		width:60%;
	}
}

.box_prodotto_carrello .testo_prodotto .prezzo{
	display: inline-block;
	float: right;
	text-align: right;
	width:26%;
}

@media only screen and (max-width: 679px) {
	.box_prodotto_carrello .testo_prodotto .prezzo{
		width: 40%;
	}
}

.barra_separazione_carrello{
	margin: 22px 0;
	width: 100%;
	margin-left: 0px;
	border-bottom: 0px;
	border-color: rgba(175,175,175,0.34);
}

.box_codice_sconto .wrapper-input{
	width: 82%;
}

@media only screen and (max-width: 679px) {
	.box_codice_sconto .wrapper-input{
		width: 66%;
		margin-left: 0px;
	}
}

.box_codice_sconto .cont-input{
	padding-left: 0;
}

@media only screen and (max-width: 679px) {
	.box_codice_sconto .input-form {
		width: 230px;
	}
}

.bottone_sconto{
	float: right;
	margin-left: 0px;
	margin-top: 19px;
}

@media only screen and (max-width: 1279px) {
	.bottone_sconto{
		float: right;
		margin-top: 26px;
	}
}

@media only screen and (max-width: 679px) {
	.bottone_sconto{
		display: inline-block;
		margin-left: 24px;
		margin-top: 22px;
		font-size: 0.8em;
	}
}

.btn{
	/*background-color: #4b4d51;*/
	background-color: #1ba76b;
	padding: 13px 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border: none;
}

@media only screen and (max-width: 1279px) {
	.btn{
		padding:16px 20px;
	}
}

@media only screen and (max-width: 679px) {
	.btn{
		padding:14px 20px;
		font-size: 1.0em;
	}
}

.testo_totale{
	margin-bottom: 20px;
	height: 20px;
}

.testo_totale .testo{
	float: left;
}

.testo_totale .prezzo{
	float: right;
	margin-right: 0px;
}

@media only screen and (max-width: 1279px) {
	.testo_totale .prezzo{
		float: right;
		margin-right: 0px;
	}
}

.totalecarrello{

	font-size: 1.71429em;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1em;

}

.fascia_esterna_mobile{
	background-color: #fafafa;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in;
	   -moz-transition: opacity 1s ease-in;
		-ms-transition: opacity 1s ease-in;
		 -o-transition: opacity 1s ease-in;
			transition: opacity 1s ease-in;
	display: none;
}

.fadein{
	opacity: 1;
	display: block;
}

.fascia_interna_mobile{
	width: 600px;
	margin: 20px auto 0px;
}

@media only screen and (max-width: 679px) {
	.fascia_interna_mobile {
		font-size: 19px;
		width: 100%;
		padding: 0px 20px 0px;
		box-sizing: border-box;
		border-top: 1px solid #e6e6e6;
	}

	.fadein .fascia_interna_mobile {
		border-top: 0px;
	}
}


.animate-floating-labels .campo-label {

	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}

.floating-labels .field--show-floating-label .input-form {

	padding-top: 1.5em;
	padding-bottom: 0.35714em;

}


/* LOGIN */


.login .contenitore-form h2{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.login .wrapper-input.bottoni{
	text-align: center;
}

.login .barra_separazione_carrello{
	width: 60%;
	margin-left: 20%;
	margin-top: 50px;
}

.login .testata_form{
	text-align: center;
}

/* LOGIN SOCIAL */

.login .wrap-login-social{
	text-align: center;
}

.cont_login_social{
	display: inline-block;
	margin: 0 10px;
}

.cont_login_social .abcRioButton{
	width: auto !important;
	height: 42px !important;
	text-align: left !important;
	display: inline-block !important;
}

.cont_login_social .abcRioButtonSvg{
	width: 26px !important;
	height: 26px !important;
}

.cont_login_social .abcRioButtonContents span{
	font-size: 18px !important;
	line-height: 42px !important;
	padding: 0 10px !important;
}

@media only screen and (max-width: 679px) {
	.blocco_nuova_registrazione p{
		padding-left: 0.9257em !important;
	}

	.cont_login_social:nth-child(3), .cont_login_social:nth-child(4){
		margin: 30px 0 0 0;
	}

}


/* FOOTER */

.col2_footer{
	text-align: center;
	margin-top: 3px;
	padding: 0.42857em 0.9257em;
}

.col2_footer, .col2_footer a{
	font-size: 0.9em;
}

.col2_footer a{
	text-decoration: none;
	font-style: italic;
}

.col2_footer .voce_footer{
	padding: 0px 10px 0 10px;
}

.col2_footer .dati_footer{
	padding: 10px;
}

.col2_footer .dati_footer span{
	font-weight: 600;
}

.col2_footer .dati_footer div{
	display: inline-block;
}

@media only screen and (max-width: 679px) {

	.col2_footer{
		margin-top: 30px;
		padding: 0;
	}

	.col2_footer .dati_footer .pipe{
		display: none;
	}
	.col2_footer .dati_footer div{
		display: block;
	}
	.col2_footer .dati_footer br {
		display: none;
	}
}

.col2_footer .credit-card{
	width: 50px;
	height: auto;
	padding: 10px 2px 6px 2px;
}

@media only screen and (max-width: 679px) {
	.col2_footer .credit-card{
		padding: 10px 1px 6px 1px;
	}
}

.testata_form .col2_footer{
	max-width: 50%;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

@media only screen and (max-width: 679px) {
	.testata_form .col2_footer{
		max-width: none;
		margin-top: 20px;
	}
}

.supplementi{
	margin-top: 20px;
}

.supplementi input{
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
}

.supplementi label{
	float: left;
	margin-left: 5px;
	margin-top: -5px;
}

@media only screen and (max-width: 679px) {
	.supplementi label{
		width: 280px;
	}
}

.supplementi label big{
	font-weight: bold;
}

#form-coupon-mobile{
	display: none;
}
.barra_separazione_carrello.mobile{
	display: none;
}

.codice_sconto.mobile{
	display: none;
}
@media only screen and (max-width: 1279px) {
	#form-coupon-mobile{
		display: block;
		padding: 20px 20px;
		max-width: 500px;
		margin: 0px auto;
	}
	.codice_sconto.mobile{
		display: block;
	}
	.barra_separazione_carrello.mobile{
		width: 440px;
		margin: 0px auto;
		display: block;
	}
	#form-coupon-mobile .alert, .codice_sconto .alert{
		margin: 0.42857em 0;
	}

	.codice_sconto.mobile{
		margin: 20px 20px;
	}
}

/* express checkout START */
@media only screen and (max-width: 679px) {
	.contenitore-form.express-checkout{
		box-sizing: border-box;
		padding: 0 20px;
	}
}

.alternative-payment-separator {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 -ms-flex-pack:justify;
 justify-content:space-between;
 font-size:0.8571428571em;
 line-height:1.4;
 text-align:center;
 text-transform:uppercase;
 color:#737373;
 margin-top:2.5em
}
@media only screen and (max-width: 679px) {
 .alternative-payment-separator {
  padding-bottom:2em
 }
}
@media only screen and (max-width: 679px) {
 .alternative-payment-separator {
  margin-bottom:2em
 }
}
.alternative-payment-separator::after,
.alternative-payment-separator::before {
 content:'';
 display:inline-block;
 height:1px;
 background-color:#e6e6e6;
 -webkit-box-flex:1;
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1
}
.alternative-payment-separator__content {
 display:inline-block;
 padding:0 1em
}
@media only screen and (max-width: 679px) {
 .dynamic-checkout {
  margin-top:1.5em
 }
}
.dynamic-checkout__title {
 color:#737373;
 font-size:1em;
 font-weight:500;
 margin:0;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 width:100%;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:end;
 -webkit-align-items:flex-end;
 -ms-flex-align:end;
 align-items:flex-end;
 text-align:center
}
.dynamic-checkout__title::before,
.dynamic-checkout__title::after {
 content:'';
 border:1px #e6e6e6 solid;
 border-bottom:0;
 height:0.5em;
 -webkit-box-flex:1;
 -webkit-flex:1 0 2em;
 -ms-flex:1 0 2em;
 flex:1 0 2em
}
.dynamic-checkout__title::before {
 border-right:0;
 border-top-left-radius:5px;
 margin-right:1em
}
.dynamic-checkout__title::after {
 border-left:0;
 border-top-right-radius:5px;
 margin-left:1em
}
.dynamic-checkout__content {
 border:1px #e6e6e6 solid;
 border-top:0;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
 padding:0.9285714286em 1.4285714286em 1.4285714286em
}
.dynamic-checkout__skeleton {
 display:none
}
.dynamic-checkout__buttons {
 display:block
}
.dynamic-checkout--loading .dynamic-checkout__skeleton {
 display:block
}
.dynamic-checkout--loading .dynamic-checkout__skeleton .placeholder-line {
 height:3.8571428571em
}
@media only screen and (max-width: 679px) {
 .dynamic-checkout--loading .dynamic-checkout__skeleton {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .dynamic-checkout--loading .dynamic-checkout__skeleton .placeholder-line {
  max-width:18.7142857143em;
  height:3em;
  -webkit-box-flex:1;
  -webkit-flex:1 1 auto;
  -ms-flex:1 1 auto;
  flex:1 1 auto
 }
 .dynamic-checkout--loading .dynamic-checkout__skeleton .placeholder-line+.placeholder-line {
  margin-top:0;
  margin-left:0.5714285714em
 }
}
.dynamic-checkout--loading .dynamic-checkout__buttons {
 display:none
}

/* express checkout END */

/* CARRELLO */

.contenitore_carrello {
	display: block !important;
	position: fixed;
	top: 0;
	height: 100%;
	width: 500px;
	z-index: 61;
	padding: 0;
	right: 0;
	will-change: transform;
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 0;
	transform: translateX(100%);
}
@media only screen and (max-width: 1279px) { /* TABLET */
	.contenitore_carrello {

	}
}
@media only screen and (max-width: 879px) { /* SMARTPHONE */
	.contenitore_carrello {
		width: 480px;
	}
}

.carrello_aperto .contenitore_carrello {
	transform: translateX(0%);
	opacity: 1;
}

.contenitore_carrello .titolo_carrello {
	padding: 0px 40px;
	height: 70px;
	line-height: 70px;
	position: relative;
	display: block;
	font-weight: normal;
}
@media only screen and (max-width: 1279px) { /* TABLET */
	.contenitore_carrello .titolo_carrello {

	}
}
@media only screen and (max-width: 879px) { /* SMARTPHONE */
	.contenitore_carrello .titolo_carrello {
		padding: 0px 30px;
	}
}

.contenitore_carrello .titolo_carrello span span {
	opacity: 0.5;
}

.contenitore_carrello .icona_chiudi {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	right: 40px;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
	transform: translate(0, -50%);
	cursor: pointer;
	transition-duration: 0.5s;
}
@media only screen and (max-width: 1279px) { /* TABLET */
	.contenitore_carrello .icona_chiudi {

	}
}
@media only screen and (max-width: 879px) { /* SMARTPHONE */
	.contenitore_carrello .icona_chiudi {
		right: 30px;
	}
}

.contenitore_carrello .icona_chiudi svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contenitore_carrello .contenuto_carrello {
	padding: 40px;
	position: relative;
}
@media only screen and (max-width: 1279px) { /* TABLET */
	.contenitore_carrello .contenuto_carrello {

	}
}
@media only screen and (max-width: 879px) { /* SMARTPHONE */
	.contenitore_carrello .contenuto_carrello {
		padding: 30px;
	}
}

.contenitore_carrello .icona_carrello_vuoto {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 40px auto 20px;
	position: relative;
}

.contenitore_carrello .icona_carrello_vuoto svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contenitore_carrello .testo_carrello_vuoto {
	text-align: center;
}

.contenitore_carrello .bottone_carrello {

}

.contenitore_carrello .bottone_carrello {
	width: 100%;
	box-sizing: border-box;
	margin-top: 25px;
}

.contenitore_carrello .bottone_carrello_vuoto {
	margin-top: 40px;
}

.contenitore_carrello .lista_prodotti_carrello {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.contenitore_carrello .lista_prodotti_carrello li {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

.contenitore_carrello .lista_prodotti_carrello li::after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}

.contenitore_carrello .lista_prodotti_carrello li:last-child {
	margin: 0px;
	border-bottom-width: 0px;
}

.contenitore_carrello .lista_prodotti_carrello li .foto_prodotto_carrello {
	width: 100px;
	height: auto;
	border: none;
	float: left;
	display: block;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.contenitore_carrello .lista_prodotti_carrello li .titolo_prodotto_carrello {
	margin: -3px 30px 10px 0px;
	display: block;
	float: right;
	width: 270px;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: 500;
}

.contenitore_carrello .lista_prodotti_carrello li .elimina_prodotto_carrello {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	top: 0px;
	right: 0px;
	transition-duration: 0.5s;
	box-sizing: border-box;
	border-radius: 50%;
}

.contenitore_carrello .lista_prodotti_carrello li .elimina_prodotto_carrello svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
	stroke-width: 3.5;
}

.contenitore_carrello .lista_prodotti_carrello li .elimina_prodotto_carrello:hover svg {
	stroke-width: 4;
}

.contenitore_carrello .lista_prodotti_carrello li .attributo_prodotto_carrello .label {
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.contenitore_carrello .lista_prodotti_carrello li .attributo_prodotto_carrello .valore {
	font-size: 0.9em;
}

.contenitore_carrello .attributo_prodotto_carrello {
	width: 200px;
	float: right;
	margin: 0px 100px 0px 0px;
	line-height: 1.4em;
}

.contenitore_carrello .prezzo_prodotto_carrello {
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: right;
	line-height: 1.3em;
	font-weight: 500;
}

.contenitore_carrello #contenitore_lista_prodotti_carrello {
	position: relative;
	overflow: hidden;
}

.contenitore_carrello .ps__rail-y, .contenitore_carrello .ps__thumb-y {
	height: 0px !important;
	max-height: 0px !important;
}

.contenitore_carrello .contenitore_bottoni_carrello {
	padding: 20px 0px 40px;
}
@media only screen and (max-width: 1279px) { /* TABLET */
	.contenitore_carrello .contenitore_bottoni_carrello {

	}
}
@media only screen and (max-width: 879px) { /* SMARTPHONE */
	.contenitore_carrello .contenitore_bottoni_carrello {
		padding: 15px 0px 30px;
	}
}

.contenitore_carrello .totale_carrello {
	font-weight: normal;
}

.contenitore_carrello .totale_carrello .valore {
	float: right;
	font-weight: 500;
}

#seleziona_utente .select2-container .select2-selection--single{
	height: 46px;
}

#seleziona_utente .field__caret{
	display: none;
}

#seleziona_utente .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 44px;
}

#seleziona_utente .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
	right: 8px;
}

#seleziona_utente .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 6px 6px 0 6px;
}

#seleziona_utente .select2-container--default .select2-selection--single{
	border-color: #d9d9d9;
}
