/* - - RESET - - */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

img {
	height: auto;
	max-width: 100%;
}

input[type="submit"] {
	-webkit-appearance: none;
}

.rel {
	position: relative;
}

.smooth,
input,
input + label,
button,
a,
img,
.facebook i:before,
.instagram i:before,
.x i:before,
.pinterest i:before,
.button i {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* - - GRID - - */
.clear:after {
	content: "";
	display: table;
	clear: both;
}

[class*='col-'] {
	padding-left: 20px;
	float: left;
}

.nudge {
	margin-left: -20px;
}

.nudge10 {
	margin-left: -10px;
}

.nudge10 > [class*='col-'] {
	padding-left: 10px;
}

.nudge40 {
	margin-left: -40px;
}

.nudge40 > [class*='col-'] {
	padding-left: 40px;
}

.nudge60 {
	margin-left: -60px;
}

.nudge60 > [class*='col-'] {
	padding-left: 60px;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-6 {
	width: 16.6667%;
}

.col-1-5 {
	width: 20%;
}

.col-1-4 {
	width: 25%;
}

.col-1-3 {
	width: 33.3333%;
}

.col-2-5 {
	width: 40%;
}

.col-1-2 {
	width: 50%;
}

.col-2-3 {
	width: 66.66%;
}

.col-3-4 {
	width: 75%;
}

.col-4-5 {
	width: 80%;
}

.col-1-1 {
	width: 100%;
}

body {
	font-size: 90%;
	font-family: "Roboto";
	color: #111111;
	background: #f5f5f5;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

/* - - FONTS - - */
.font-s {
	font-size: 0.9em;
}

.font-m{
	font-size: 1.2em;
	line-height: 1.5em;
}

.font-l,
#ezPageDefault h2,
#ezPageDefault h3,
#ezPageDefault h4,
#ezPageDefault h5,
#productPrices .productBasePrice,
#productPrices .productSalePrice {
	font-size: 1.5em;
	line-height: 1.5em;
}

.font-xl {
	font-size: 2.5em;
	line-height: 1.3em;
}

.bold,
strong,
#ezPageDefault h2,
#ezPageDefault h3,
#ezPageDefault h4,
#ezPageDefault h5,
#category_description a {
	font-weight: 700;
}

.tal {
	text-align: left;
}

.tac,
.centeredContent {
	text-align: center;
}

.tar {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.underline,
#category_description a {
	text-decoration: underline;
}

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

/* - - PADDING - - */
.pad20 {
	padding: 20px;
}

/* - - MARGINS - - */
.mb0 {
	margin-bottom: 0;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20,
.formatted_content p {
	margin-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

/* - - COLOURS - - */
.white {
	color: #fff;
}

.white_bg {
	background: #fff;
}

.shadow {
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}

.white_svg {
	fill: #fff;
}

.red,
#category_description a {
	color: #db2427;
}

.red_bg,
.line_title span:after {
	background: #db2427;
}

.red_svg {
	fill: #db2427;
}

.green:not(#productPrices .green) {
	color: #428655;
}

.green_bg {
	background: #428655;
}

.dark_bg {
	background: #111111;
}

/* - - GLOBAL - - */
.flex {
	display: flex;
	align-items: center;
}

.inner {
	max-width: 1260px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	position: relative;
	font-weight: bold;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 6px 50px;
}

.button span + i {
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button:hover span + i {
	right: 4px;
}

.button:disabled {
	opacity: 0.4;
}

.fw_button,
#cartAdd .button {
	width: 100%;
}

.np_button {
	padding-left: 10px;
	padding-right: 10px;
}

.clearBoth {
	clear: both;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}

.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

.paypal-button-hidden {
  visibility: hidden;
}

/* - - HEADER - - */
#header {
	padding: 10px 0;
}

#header svg {
	height: 90px;
	margin: 0 0 -6px -12px;
}

#header ul {
	list-style: none;
	margin: 0 auto;
}

#header ul li {
	display: inline-block;
	margin-left: 12px
}

#products_toggle,
#manufacturers_toggle {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#header ul li ul {
	display: none;
	position: absolute;
	left: 20px;
	top: 100%;
	margin-top: 10px;
	padding: 20px 20px 10px;
	width: calc(100% - 40px );
	z-index: 4;
}

#header ul li ul li {
	width: 25%;
	float: left;
	margin: 0 0 10px;
}

#header ul li ul li a {
	display: block;
}

#header ul li ul#products_drop_down li a {
	border-bottom: 1px solid #fff;
	margin-right: 20px;
	padding-bottom: 10px;
}

#header ul li ul#products_drop_down li a:after {
	font-family:"Font Awesome 7 Free";
	display:inline-block;
	content:"\f105";
	float: right;
	font-weight: 600;
}

#header ul li ul#products_drop_down li a:hover {
	padding-left: 2px;
}

#products_drop_down.visible {
	display: block;
}

#header ul li ul#manufacturers_drop_down {
	flex-wrap: wrap;
	padding: 0 10px 20px 10px;
}

#header ul li ul#manufacturers_drop_down li {
	width: 20%;
	float: left;
	margin: 20px 0 0;
	padding: 0 10px;
}

#header ul li ul#manufacturers_drop_down li div {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	padding: 20px 10px 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#header ul li ul#manufacturers_drop_down li div img {
	width: 50%;
}

#header ul li ul#manufacturers_drop_down li:hover div img {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#header ul li ul#manufacturers_drop_down li div a.bold {
	margin-top: 5px;
}

#manufacturers_drop_down.visible {
	display: flex;
}

#navBreadCrumb {
	padding: 10px 0;
}
	
	/* - - TOP BAR - - */
	#top_bar {
		height: 40px;
		line-height: 40px;
	}

	.facebook {
		background: #4267b2;
	}

	.instagram {
		background: #c13584;
	}

	.x {
		background: #fff;
		color: #111;
	}

	.pinterest {
		background: #e60023;
	}

	.facebook,
	.instagram,
	.x,
	.pinterest {
		display: block;
		width: 40px;
		height: 40px;
		float: left;
		text-align: center;
	}

	.facebook i:before,
	.instagram i:before,
	.x i:before,
	.pinterest i:before {
		line-height: 40px;
	}

	.facebook:hover i:before,
	.instagram:hover i:before,
	.x:hover i:before,
	.pinterest:hover i:before {
		line-height: 38px;
	}

	#top_bar p.back {
		margin-left: 10px;
	}

	#top_bar ul {
		list-style: none;
	}

	#top_bar li {
		float: left;
		margin-left: 10px;
	}

	/* - - SEARCH - - */
	#navMainSearch {
		width: 25%;
	}

	#navMainSearch input[type="text"] {
		display: block;
		background: #fff;
		border: 1px solid #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		padding: 8px 30px 8px 15px;
		width: 100%;
	}

	#navMainSearch button {
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
		background: transparent;
		border: none;
		cursor: pointer;
	}

	/* - - CHOOSE - - */
	#choose_van {
		padding: 60px 0 40px;
	}

	#choose_van .button {
		padding: 0;
		height: 44px;
		line-height: 44px;
	}

	#chosen_van {
		padding: 20px 0;
	}

	#chosen_van .flex {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#chosen_van img {
		width: auto;
		height: 25px;
		margin: 0 5px;
	}

	#change_van, #clear_van {
		margin-left: 20px;
		cursor: pointer;
	}

	select,
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="number"] {
		display: block;
		background: #fff;
		border: 1px solid #cfcfcf;
		width: 100%;
		padding: 12px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="number"] {
		box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
		margin-top: 3px;
	}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="number"]:focus {
		border-color: #428655;
		box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3)
	}

	@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
	    #choose_van select {
	        height: 44px;
	        line-height: 44px;
	        background: #ffffff;
	    } 
	}
	#choose_van select::-moz-focus-inner { /*Remove button padding in FF*/ 
	    border: 0;
	    padding: 0;
	}
	@-moz-document url-prefix() { /* targets Firefox only */
	    #choose_van select {
	        padding: 12px 15px!important;
	    }
	}        
	@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
	    #choose_van select {
	        height: 44px;
	        line-height: 44px;
	    }     
	}

/* - - FOOTER - - */
#footer {
	border-top: 2px solid #db2427;
	padding: 80px 0 60px;
	margin-top: 45px;
}

#footer_logo {
	margin-top: -125px;
	display: inline-block;
}

#footer_logo svg {
	height: 90px;
}

#footer ul {
	list-style: none;
}

#footer ul li a:hover {
	padding-left: 2px;
}

#secure_online_ordering,
#iso {
	padding: 12px 20px;
	color: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#siteinfoLegal {
	padding: 15px 0;
}

#siteinfoLegal a {
	text-decoration: underline;
}

/* - - HOME PAGE - - */

	/* - - HERO - - */
	#hero {
		display: flex;
	}

	#hero_banner {
		width: 50%;
	}

	#hero_banner:after {
		content: "";
		display: block;
		width: 100%;
		height: 70%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		background: #000000;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	}

	#hero_banner img {
		width: 100%;
	}

	#hero_banner > div {
		width: 100%;
		max-width: 610px;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 20px 15px 0;
		z-index: 3;
	}

	#hero_banner > div .bold p a {
		font-weight: 400;
		text-decoration: underline;
	}

	#hero_fitting {
		width: 100%;
		max-width: 305px;
		display: flex;
    	align-items: flex-end;
    	padding: 15px 20px;
	}

	#hero_fitting_options {
		display: flex;
    	flex: 1;
    	flex-wrap: wrap;
	}

	#hero_fitting_options a {
		display: flex;
		align-content: flex-end;
    	flex-wrap: wrap;
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	#hero_fitting_options a:after,
	#fitting_options a:after {
		content: "";
		display: block;
		width: 100%;
		height: 80%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		background: #000000;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	}

	#hero_fitting_options a img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	#hero_fitting_options a span,
	#fitting_options a span {
		position: relative;
		padding: 0 0 15px 20px;
		display: block;
		z-index: 3;
	}

	#hero_fitting_options a:hover span,
	#fitting_options a:hover span {
		padding-left: 22px;
	}

	/* - - FEATURED PRODUCTS - - */
	#featuredProducts {
		padding: 120px 0 80px;
	}

	/* - - MANUFACTURERS - - */
	#van_manufacturers {
		border-top: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
		padding: 80px 0;
	}

	.line_title {
	    display: flex;
   		align-items: center;
	}

	.line_title span {
		flex: 1;
		margin-left: 15px;
	}

	.line_title span:after {
		content: "";
		display: block;
		height: 2px;
	}

	#van_manufacturers .slick-slide {
		border: 1px solid #cfcfcf;
		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
		padding: 30px;
		margin: 0 20px;
	}

	#van_manufacturers i {
		position: absolute;
		top: 50%;
		left: -40px;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
   	 	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

	#van_manufacturers i:last-of-type {
		left: auto;
		right: -40px;
    }

    .slick-arrow.slick-disabled {
    	cursor: not-allowed;
    	opacity: 0.4;
    }

    /* - - REVIEW - - */
    #home_page_review {
    	padding: 80px 0;
    }

    #home_page_review p {
    	max-width: 600px;
    	margin-left: auto;
    	margin-right: auto;
    }

/* - - CATEGORY BLOCK - - */
.category_box {
	overflow: hidden;
}

.category_box a.centeredContent {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category_box img {
	opacity: 0.5;
}

.category_box:hover img {
	opacity: 0.65;
}


/* - - PRODUCT BLOCK - - */
.product_grid {
	display: flex;
	flex-wrap: wrap;
}

.product_box {
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.image_wrap {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}

.image_wrap img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.van_info_wrap {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px;
	justify-content: center;
	width: 100%;
}

.van_info_wrap img {
	width: auto;
	height: 22px;
	margin: 0 6px 0 0;
}

.product_box_inner {
	padding: 20px;
}

#product_box_selected_van > div {
	height: 100%;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 20px;
}

#product_box_selected_van img {
	width: 40%;
}

#product_box_selected_van .clear {
	width: 100%;
}

/* - - PRODUCT LISTING - - */
#category_description {
	padding: 40px 0;
	border-bottom: 1px solid #cfcfcf;
}

#category_description p {
	margin-top: 10px;
}

.navSplitPagesResult, .navSplitPagesLinks {
	padding: 10px;
}

#filters > .red_bg {
	padding: 10px 20px;
}

.sidebox {
	padding: 20px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}

form[name="category_filter"] ul {
	list-style: none;
}

form[name="category_filter"] ul li {
	margin-top: 3px;
}

form[name="category_filter"] label a.red,
form[name="category_filter"] label span.red {
	display: none;
}

form[name="category_filter"] input[type="radio"]:checked + label a.red,
form[name="category_filter"] input[type="checkbox"]:checked + label span.red {
	display: inline;
}

form[name="category_filter"] input[type="radio"]:disabled + label,
form[name="category_filter"] input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
	opacity: 0.4;
}

input[type="radio"],input[type="checkbox"] {border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;visibility:hidden;width:1px;display:none;}
input[type="radio"] + label,input[type="checkbox"] + label{cursor:pointer;}
input[type="radio"] + label:before,input[type="checkbox"] + label:before {font-family:"Font Awesome 7 Free";display:inline-block;content:"\f111";width:20px;z-index:2;}
input[type="radio"]:checked + label:before,input[type="checkbox"]:checked + label:before {content:"\f058";color:#039a45;font-weight:900;}

/* - - PRODUCT INFO - - */
#product_info {
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}

#product_info h1, #cart_cta h3 {
	padding: 10px 20px;
}

#product_info h1 + div, #cart_cta h3 + div {
	padding: 20px;
}

#productDescription p {
	margin-bottom: 10px;
}

#productDescription ul {
	margin: 0 0 10px 30px;
}

#cart_cta label {
	display: block;
	float: none;
	margin-bottom: 3px;
}

/* - - LOGIN - - */
#createAccountForm .flex .button {
	margin-left: auto;
}

/* - - EZ - - */
.formatted_content ol,
.formatted_content ul {
	margin: 0 0 20px 40px;
}

.image_with_logo svg {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 25%;
}

#fitting_options a span {
	position: absolute;
	bottom: 0;
	left: 0;
}

#ezPageDefault .single_review {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

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

	.nm {
		display: none!important;
	}

	.bm {
		display: block;
	}

	.hwm {
		width: 50%;
	}

	.fwm {
		width: 100%;
	}

	.nudge40 {
		margin-left: -20px;
	}

	.nudge40 > [class*='col-'] {
		padding-left: 20px;
	}

	.hwm.mb40,
	.fwm.mb40 {
		margin-bottom: 20px;
	}

	.font-xl {
		font-size: 2em;
	}

	.font-l {
		font-size: 1.3em;
	}

	#top_bar {
		height: 32px;
		line-height: 32px;
	}

	#top_bar .inner {
		padding-left: 0;
	}

	.facebook, .instagram, .x, .pinterest {
		width: 32px;
		height: 32px;
	}

	.facebook i:before, .instagram i:before, .x i:before, .pinterest i:before {
	    line-height: 32px;
	}

	#header {
		padding-bottom: 50px; /* FOR MENU LI */
	}

	#header svg {
	    height: 60px;
	}

	#products_toggle,
	#manufacturers_toggle {
		position: absolute;
	    left: 0;
	    top: 100%;
	    margin: 10px 0 0;
	    width: 50%;
	    -webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-right: none;
		border-bottom: none;
		border-left: none;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}

	#manufacturers_toggle {
	    left: auto;
	    right: 0;
	    border-left: 1px solid #fff;
	}

	#header ul li ul {
		left: 0;
		margin-top: 50px;
		width: 100%;
	}

	#header ul li ul li {
		width: 50%;
	}

	#header ul li ul#products_drop_down li:nth-child(odd) a {
		margin: 0 10px 0 0;
	}

	#header ul li ul#products_drop_down li:nth-child(even) a {
		margin: 0 0 0 10px;
	}

	#header ul li ul#manufacturers_drop_down li {
		width: 33.33333%;
	}

	#navMainSearch {
	    width: 65%;
	}

	#navBreadCrumb {
		border-top: 1px solid #fff;
	}

	#choose_van {
		padding: 20px 0 0;
	}

	#choose_van p.forward {
		margin-bottom: 20px;
	}

	#chosen_van {
		padding: 12px 0;
	}

	#chosen_van .flex {
		justify-content: center;
	}

	#chosen_van p.flex span.font-m {
		width: 100%;
	}

	#chosen_van img {
		margin-left: 0;
	}

	#change_van, #clear_van {
		margin: 10px;
	}

	#hero,
	#hero_fitting,
	#hero_banner,
	#hero_banner > div {
		display: block;
		width: 100%;
		max-width: none;
	}

	#hero_banner > div {
		padding: 20px;
	}

	#hero_fitting_options a span {
		margin-top: 100px;
	}

	#van_manufacturers i {
		left: -20px;
    }

	#van_manufacturers i:last-of-type {
		right: -20px;
    }

    #footer p.bold:not(.red) {
    	border-bottom: 1px solid #da2527;
    	padding-bottom: 7px;
    	margin-bottom: 7px;
    }

    #footer ul li {
    	width: 50%;
    	display: inline-block;
    	margin-bottom: 4px;
    }

    #siteinfoLegal {
    	text-align: center;
    	font-size: 0.9em;
    }

    .image_with_logo svg {
    	width: 40%;
    }

}