:root {
--font: 'Open Sans';


--base-color: #17222E;



--base-text-color: #fff;

--footer-color: #17222E;



--footer-text-color: #fff;

--button-color: #FE5A02;



--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));


--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Screen - Desktop */

/* All */

body .page-content {
	min-height: 60vh;
}
body > .opacityBackgroundDesktop {
	opacity: 0.5;
}



/* Header - Logo */

body > .header-wrapper .row.header .logo-container .header-logo {
	width: 230px;
    height: 60px;
    margin: 15px 0px 10px 0px;
}
body > .header-wrapper.fixed .row.header .logo-container .header-logo {
    margin-top: 0px;
}



/* Header - Search bar */

body > .header-wrapper .product-search {
    margin: 30px 0px 30px 0px;
}
body > .header-wrapper .product-search .product-search-input-container {
    margin: 0;
    width: 100%;
	max-width: none;
}



/* Header - Basket */

body > .header-wrapper .header-right {
    height: auto;
}
body > .header-wrapper .header-right .login-basket {
    margin-top: 0px;
}
body > .header-wrapper .header-right .login-basket .minibasket-icon {
	padding-top: 5px;
    font-size: 1.4em;
	border-radius: 5px;
	background-color: #FE5A02;
}



/* Header - Basket Login text */

body > .header-wrapper .logged-in-info {
	display: none;
}



/* Header - Menu Bar - Products Dropdown */

body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu {
	background-color: #ffffff;
}
body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu > ul > li {
	font-size: 14px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu > ul > li[data-node="/nodeapi/product_menu_my_products"] {
	display: none;
}
body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu > ul > li.active {
	background-color: #FE5A02;
}
body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu > ul > li.active > a {
	font-weight: 600;
}
body > .menu-wrapper .menu-bar-desktop-products > .menu-bar-desktop-categories-menu > ul > li.active > a:after {
	right: -2px;
}



/* Header - Menu Bar - Your Account Dropdown */

body > .menu-wrapper .menu-bar-items > .menu-bar-item > .resource-menu-desktop {
	top: 61px;
	left: 0px;
	right: unset;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.18);
}
body > .menu-wrapper .menu-bar-items > .menu-bar-item > .resource-menu-desktop > ul > li {
	border-bottom: 1px solid #d4d4d4;
}





/* Content pages */

/* Content page - Home */

/* -- Slideshow */

.first-page-content .promotion-item.slideshow {
	border: none;
	background-color: transparent;
}
.first-page-content .promotion-item.slideshow:hover {
	box-shadow: none;
}
.first-page-content .promotion-item .bx-wrapper .bx-pager {
	display: none;
}
.first-page-content .promotion-item .bx-wrapper {
	margin: 0;
	border: none;
	background-color: transparent;
}

/* -- Featured products */

body .content-container .first-page-content .section.small-12:nth-child(3) > .row > h2 {
	margin: 30px 0px 10px 0px;
    font-weight: bold;
	text-align: center;
}
body .content-container .first-page-content .section.small-12:nth-child(3) > .row > .row > .promotion-container > .promotion-item {
	padding: 25px;
}
body .content-container .first-page-content .section.small-12:nth-child(3) > .row > .row > .promotion-container > .promotion-item > .promotion-item-info > .promotion-item-information .descriptionDesktop {
	margin-bottom: 90px;
}
body .content-container .first-page-content .section.small-12:nth-child(3) > .row > .row > .promotion-container > .promotion-item > .promotion-item-bar {
    position: absolute;
    left: 0;
	bottom: 20px;
    padding: 0px;
	margin: 0px;
}
body .content-container .first-page-content .section.small-12:nth-child(3) > .row > .row > .promotion-container > .promotion-item > .promotion-item-bar > .product-price {
	padding-left: 25px;
}
body .content-container .first-page-content .section.small-12:nth-child(3) > .row > .row > .promotion-container > .promotion-item > .promotion-item-bar > .product__stock {
	padding-left: 25px;
}

/* -- Services */

body .content-container .first-page-content .section.small-12:nth-child(5) > .row > h2 {
	margin: 30px 0px 10px 0px;
    font-weight: bold;
	text-align: center;
}
body .content-container .first-page-content .section.small-12:nth-child(5) > .row > .row > .promotion-container {
	height: auto !important;
}
body .content-container .first-page-content .section.small-12:nth-child(5) > .row > .row > .promotion-container img {
	max-height: none;
}



/* Content page - Contact us */

/* -- Remove red border */

body .content-mail-form.mail-form-ready[data-id="52"] {
	margin-top: 30px;
}





/* Content page - Product Search */

/* -- Filters */

body .es-slider .noUi-connect {
	background-color: #FE5A02 !important;
}

/* -- Pagination */

body .pagination .current {
	background-color: #FE5A02;
}





/* Footer - Custom */

#footer > footer.footer {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 40px;
}
#footer > footer.footer * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer > footer.footer .inline {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	min-height: 100%;
	padding: 0px 20px;
	margin: 0;
	vertical-align: top;
}
#footer > footer.footer > .footer-design-link {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 5px 0 8px;
	text-align: center;
	background-color: #9c9c9c;
}
#footer > footer.footer > .footer-design-link > .title {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-family: 'Gotham', 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#footer > footer.footer > .footer-design-link > .title > a {
	color: #ffffff;
	font-family: 'Gotham', 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: underline;
}
#footer > footer.footer > .footer {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0;
	background-color: #0C131C;
}
#footer > footer.footer > .footer > .section[data-number="1"] {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 80px 50px 80px;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .logo-container {
	position: relative;
	display: inline-block;
	width: 120px;
	float: left;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .logo-container > .image {
	position: relative;
	display: inline-block;
	height: 38px;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container {
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 20px;
	opacity: 0.5;
	cursor: pointer;
	text-align: center;
	transition: opacity 0.3s ease;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container:hover {
	opacity: 1;
}
#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container > .image {
	position: relative;
	display: inline-block;
	height: 38px;
	float: left;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="2"] {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 740px;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column {
	position: relative;
	display: inline-block;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="1"] {
	width: 42%;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="2"] {
	width: 38%;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="3"] {
	width: 20%;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0;
	list-style-type: none;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links > li > a,
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links > li > p {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 5px 10px;
	margin: 0;
	color: #ffffff;
	opacity: 1;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links > li > a:hover {
	opacity: 0.5;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .button-container {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 0px 5px;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .button-container > .button {
	position: relative;
	display: inline-block;
	float: left;
	padding: 5px;
	opacity: 1;
	background: none;
	transition: opacity 0.3s ease;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .button-container > .button:hover {
	opacity: 0.5;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .button-container > .button > .image {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .bsi-logo-container {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 140px;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .bsi-logo-container > .image {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 50px 10px 5px 10px;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links {
	position: relative;
	display: inline-block;
	margin: 0;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li {
	position: relative;
	display: inline-block;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li > a,
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li > p {
	position: relative;
	display: inline-block;
	float: left;
	padding: 5px 15px;
	opacity: 0.5;
	color: #ffffff;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 0px 10px 40px 10px;
	text-align: center;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links {
	position: relative;
	display: inline-block;
	margin: 0;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links > li {
	position: relative;
	display: inline-block;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links > li > a,
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links > li > p {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 5px 10px;
	margin: 0;
	opacity: 0.5;
	color: #ffffff;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container {
	position: absolute;
	display: inline-block;
	width: 150px;
	bottom: 100px;
	right: 0px;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container > .image-container {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}
#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container > .image-container > .image {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}





/* ----------------------------------------------------*/
/* Small Screens */
/* ----------------------------------------------------*/

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

	#footer > footer.footer > .footer > .section[data-number="1"] {
		padding: 50px 20px;
		margin: 0;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .logo-container {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		top: unset;
		left: unset;
		text-align: center;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .logo-container > .image {
		float: unset;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container {
		padding: 40px 0px;
		float: unset;
	}

}



/* ----------------------------------------------------*/
/* Smaller Screens */
/* ----------------------------------------------------*/

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

    body > .header-wrapper .header-logo {
        width: 300px;
		height: 90px;
	    margin: 20px 0px 10px 0px;
    }



	#footer > footer.footer > .footer > .section[data-number="1"] {
		padding: 30px 0px 0px;
		transform: none;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container {
		padding: 20px 0;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container {
		float: none;
		padding: 20px;
	}
	#footer > footer.footer > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container > .image {
		position: relative;
		display: inline-block;
		height: 24px;
		float: left;
		text-align: center;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		left: unset;
		top: unset;
		padding: 0px;
		transform: unset;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container {
		padding: 20px 0px;
		border-top: 1px solid #ffffff;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column {
		padding-right: 0px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="1"] {
		width: 100%;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="2"] {
		width: 100%;
		margin-top: 20px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="3"] {
		width: 100%;
		margin-top: 20px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column[data-number="4"] {
		width: 100%;
		margin-top: 20px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links > li > a,
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .links > li > p {
		text-align: center;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .button-container > .button {
		float: none;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .bsi-logo-container {
		max-width: 100%;
		text-align: center;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .columns-container > .column > .bsi-logo-container > .image {
		float: none;
		max-width: 100px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container {
		padding: 10px 0px;
		border: 2px solid #848484;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links {
		width: 100%;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li {
		float: unset;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li > a,
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .policies-container > .links > li > p {
	    padding: 10px 10px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container {
		padding: 0px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links {
		width: 100%;
		padding: 20px 0px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links > li {
		width: 100%;
		float: left;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .company-information-container > .links > li > p {
    	padding: 8px 0px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container {
		bottom: 60px;
		right: 20px;
	}

}



/* ----------------------------------------------------*/
/* iPads and Tablets */
/* ----------------------------------------------------*/

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

	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container {
		position: relative;
		display: inline-block;
		width: 100%;
		float: left;
		bottom: unset;
		right: unset;
		padding: 20px 0px;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container > .image-container {
		width: auto;
		height: 70px;
		float: unset;
	}
	#footer > footer.footer > .footer > .section[data-number="2"] > .inline > .group-container > .image-container > .image {
		width: auto;
		height: 100%;
		float: unset;
	}

}



/* ----------------------------------------------------*/
/* Phones - Large */
/* ----------------------------------------------------*/

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

	/* Header - Logo */

    body > .header-wrapper .header-logo {
		width: 150px;
		max-width: 100%;
		height: 60px;
        margin: 10px 0px 10px 0px;
    }



	/* Header - Search bar */

	body > .header-wrapper .product-search {
	    margin: 0px 10px 20px 10px;
	}



	/* Header - Basket */

	body > .header-wrapper .header-right {
		margin: 0;
	    padding-top: 15px;
	}



	/* Home - Featured products */

	body .content-container .first-page-content .section.small-12:nth-child(2) > .row > .row > .promotion-container > .promotion-item > .promotion-item-info {
		height: auto;
	}

}



/* ----------------------------------------------------*/
/* Phones - Large */
/* ----------------------------------------------------*/

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

	body > .body > .footer > .section[data-number="1"] > .inline > .branches-container > .image-container {
		padding: 10px;
	}
	body > .body > .footer > .section[data-number="2"] > .inline > .company-information-container > .links {
	    width: 100%;
	    padding: 20px;
	    margin-top: 20px;
    	border: 2px solid #848484;
	}

}
