body {
	/*background: #153E73 url("/img/tomasi-bg.png") no-repeat center center fixed !important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!importantr;
	*/
}

.page-manufacturer #main ul li.brand {
	width:100%;
	border:solid 1px rgba(0,0,0,0.1);
	padding:20px;
	margin: 20px auto;
	text-align: center;
}


@media (min-width:770px){
	.page-manufacturer #main ul {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.page-manufacturer #main ul li.brand {
		width:20%;
		margin: 20px 2.5%;
	}
}

.psgdpr_consent_message {
	padding-left: 15px;
}

.psgdpr_consent_message span {
	font-size: 0.9em;
	font-weight: 400;
}
/*
#_desktop_logo {
	position: relative;
}

#_desktop_logo .logo {
	position: absolute;
	top:-20px;
}*/

#checkout-payment-step .custom-radio {
    margin-top: 13px;
}