<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visible-auth-no {
    display: none;
}
.visible-auth-yes {
    display: none;
}
body.auth-no .visible-auth-no {
    display: block;
}
body.auth-yes .visible-auth-yes {
    display: block;
}

body {
	background-color: #FFFFF3;
}

.bg-lightgrey {
	background-color: #fbf7e9;
}

#footer {
	background-color: #313131;
	border-top: solid 5px #cfcfcf;
}

#footer-bottom {
	background-color: #29292a;
}

hr.vertical {
	display: none;
}

.subscription-products .row .col {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(165,165,165,0.2);
}
.subscription-products h3 small {
	font-family: 'Lato', sans-serif;
	color: #c69c6d;
}

#layout-checkout-cart .breadcrumb:after {
	content: 'For orders above 700 Euro you will automatically get a 10% discount upon checkout';
	display: block;
	text-transform: none;
	font-style: italic;
	padding-top: 8px;
}

#layout-checkout-cart.it .breadcrumb:after {
	content: 'Per ordini superiori ai 700 Euro avrÃ&nbsp; un coupon del 10% che verrÃ&nbsp; attivato automaticamente al checkout';
}

#layout-checkout-complete #invoicerequired-text:before {
	content: "in Italia fatturazione obbligatoria. Se sei un privato inserisci nome, cognome e codice fiscale.";
	display: block;
	padding-left: 10px;
}

/*#layout-checkout-complete #ctl00_cph_main_up_order_complete::before {
    content: 'United Kingdom and Northern Ireland customers are responsible for delivery duties';
    display: block;
	color: #333;
    padding: 20px;
    text-align: center;
    background-color: #f7efd3;
    margin-bottom: 20px;
}

#layout-checkout-complete.it #ctl00_cph_main_up_order_complete::before {
    content: 'Gli oneri doganali sono a carico del destinatario per spedizioni in Regno Unito e Irlanda del Nord';
}*/


@media (min-width:992px) {
	.subscription-products .row .col {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.subscription-products .row {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(165,165,165,0.2);
	}
	
	
	#layout-page section.lg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
}

#layout-category #product-list .stock-out {
	display: none;
}</pre></body></html>