/* Header */

/* Header -- Main */

header {
	position: relative;
	z-index: 100;
}
header .header-full .headersection-2 {
	padding: 10px 20px 20px 20px;
	z-index: 10;
}
header.aah-header-fixed .header-full .headersection-2 {
	padding: 0px 20px;
}

/* Header -- Fixed */

header.aah-header-fixed .header-full {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
			box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
}
header .header-spacer.aah-header-spacer {
	height: 0px;
}
header.aah-header-fixed .header-spacer.aah-header-spacer {
	height: 300px;
}

/* Header -- Offer */

header .header-full .headersection-1 .htmlcontent_container {
	padding: 0px;
}

/* Header -- Logo */

header .header-full .headersection-2 .widgetlogo > .logo {
	text-align: left;
}
header .header-full .headersection-2 .widgetlogo > .logo > img {
	max-width: 150px !important;
	max-height: 70px !important;
}

/* Header -- Search */

header .header-full .headersection-2 .search_container {
	width: 60%;
}
header .header-full .headersection-2 .search_container .search .search-form .relsearch button i {
	color: #585858;
}
header .header-full .headersection-2 .search_container .search .search-form .form-group input {
    height: 46px;
    padding: 10px 20px;
    border-radius: 40px;
    border: 2px solid #eb5c1e;
	background-color: #EFEFEF;
}
header .header-full .headersection-2 .search_container .search .search-form .form-group button[type=submit] {
	top: 8px;
    right: 14px;
    font-size: 1.4em;
}

/* Header -- Account buttons */

header .header-full .headersection-2 .htmlcontent_container {
	width: 23%;
}

/* Header -- Navigation */

header .header-full .menu .catalog-block {
    background-color: #17202D;
	text-align: center;
}
header .header-full .menu .catalog-block .catalog {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1300px;
    vertical-align: top;
}
header .header-full .menu .catalog-block .catalog > li {
	padding: 0px;
}
header .header-full .menu .catalog-block .catalog > li:hover {
    background-color: #39506f;
}
header .header-full .menu .catalog-block .catalog > li:nth-child(n+8) {
	display: inline-block;
}
header .header-full .menu .catalog-block .catalog > li.float-right {
    float: right;
}
header .header-full .menu .catalog-block .catalog > li > a {
	padding: 8px 25px;
	font-weight: bold;
    font-size: 1.2em;
}
header .header-full .menu .catalog-block .catalog > li > ul.submenu > div > li {
    width: 20%;
}
header .header-full .menu .catalog-block .catalog > li.wider-menus > ul.submenu > div > li {
    width: 25%;
}
header .header-full .menu .catalog-block .catalog > li > ul.submenu > div > li.float-clear {
    margin-bottom: 100px;
}
header .header-full .menu .catalog-block .catalog > li > ul.submenu > div > li > ul > li.view-more > a {
	font-weight: bold;
	color: #EB5C1E;
}

/* Header -- Minicart */

header .header-full .headersection-4 {
	display: none;
}

/* Header -- Mobile */

header .header-mobile .cd-dropdown-wrapper .cd-dropdown-content .aah-navigation-image {
	display: none;
}

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

	header.aah-header-fixed .header-spacer.aah-header-spacer {
		display: none;
	}

    header .header-mobile .logo img {
        max-width: 200px
    }

	header .header-mobile > .header-logo > .logo > img {
		max-height: 40px !important;
	}
}





/* Footer */

/* Footer - Main */

footer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px 0 0;
}
footer:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background: rgb(23,32,45);
	background: linear-gradient(135deg, rgba(23,32,45,1) 0%, rgba(0,56,136,1) 100%);
}
.footer .footersection-1 .dealerdetails_container {
	width: 25%;
	padding: 30px;
}
.footer .footersection-1 .dealerdetails_container .info p:nth-child(2) {
	margin: 10px 0;
}
.footer .footersection-1 .menulinks_container {
	width: 25%;
	padding: 30px;
}
.footer .footersection-1 .menulinks_container ul {
	margin-top: 1em;
}
.footer .footersection-1 .menulinks_container:nth-child(4) ul {
	margin-top: 31px;
}
.footer .footersection-1 .menulinks_container ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px dashed #787878;
}
.footer .footersection-1 .menulinks_container ul li a:after {
    content: '>';
    position: absolute;
    right: 0;
    color: #063273;
    font-family: 'Lato';
}
.footer .footersection-1 .menulinks_container ul li a:hover {
	color: #063273;
}
.footer .footersection-1 .menulinks_container ul li:last-child {
	border-bottom: 0;
}
.footer .footersection-1 .menulinks_container ul li a {
	padding: 12px 0;
	display: block;
	font-weight: 700;
}
.footer .footersection-1 .menulinks_container ul li a:after {
	right: 15px;
	transition: 0.25s ease-in-out;
}
.footer .footersection-1 .menulinks_container ul li:hover a:after {
	right: 0;
}
.footer .footersection-1 .htmlcontent_container {
	width: 25%;
	padding: 30px 20px 30px 30px;
}

/* Footer -- Company details */

.footer > .footersection-2 .htmlcontent_container {
	padding: 0px;
}

/* Footer - Cart Banner (hidden) */

.footer > .footersection-3 {
	display: none;
}



/* Defaults */

/* -- Container */

.aah-desktop-hidden {
	display: none;
}
.aah-mobile-hidden {
	display: inline-block;
}

/* -- Title */

.aah-title {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.aah-title:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #707070;
}
.aah-title > h1,
.aah-title > h2,
.aah-title > h3,
.aah-title > h4 {
	position: relative;
	display: inline-block;
	width: auto;
	float: none;
    padding: 0px 50px;
	color: #707070;
	background-color: #F0F0F0;
}

/* -- Round banners */

.aah-rounded-banner .responsive.deskimg {
	border-radius: 0px;
}

/* -- Inputs */

.aah-rounded-input {
	border-radius: 50px;
    padding: 10px 20px;
    color: #000000;
    border: 1px solid #707070;
}
.aah-rounded-button {
	border-radius: 50px;
    padding: 10px 20px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 400;
    border: 1px solid #FE5905;
    background: #FE5905;
}
/* -- Title */

.acsms-title {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.acsms-title:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #707070;
}
.acsms-title > h1,
.acsms-title > h2,
.acsms-title > h3,
.acsms-title > h4 {
	position: relative;
	display: inline-block;
	width: auto;
	float: none;
    padding: 0px 50px;
	color: #707070;
	background-color: #F0F0F0;
}

/* -- Round banners */

.acsms-rounded-banner .responsive.deskimg {
	border-radius: 0px;
}

/* -- Inputs */

.acsms-rounded-input {
	border-radius: 50px;
    padding: 10px 20px;
    color: #000000;
    border: 1px solid #707070;
}
.acsms-rounded-button {
	border-radius: 50px;
    padding: 10px 20px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 400;
    border: 1px solid #eb5c1e;
    background: #eb5c1e;
}

/* -- Forms */

.acsms-form .acsms-input-container {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.acsms-form .acsms-input-container[data-number="1"] {
	margin-top: 0px;
}
.acsms-form .acsms-input-container.full {
	width: 100%;
}

.acsms-form .acsms-input-container > .acsms-input-label {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0;
	margin-top: 4px;
	color: #4D4D4F;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	line-height: 22px;
}
.acsms-form .acsms-input-container.full > .acsms-input-label {
	width: 100%;
}
.acsms-form .acsms-input-container.error > .acsms-input-label {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-description {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0;
	margin-top: 4px;
	color: #4D4D4F;
	font-family: 'Rubik', sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	line-height: 16px;
}
.acsms-form .acsms-input-container.full > .acsms-input-description {
	width: 100%;
}
.acsms-form .acsms-input-container.error > .acsms-input-description {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-input {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 14px 15px;
	color: #000000;
	font-family: 'Vollkorn', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 20px;
	background-color: #ffffff;
}
.acsms-form .acsms-input-container > .acsms-input-input,
.acsms-form .acsms-input-container > .acsms-input-input:focus,
.acsms-form .acsms-input-container > .acsms-input-input:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
.acsms-form .acsms-input-container > .acsms-input-input::placeholder {
	color: #bfbfbf;
}
.acsms-form .acsms-input-container.error > .acsms-input-input,
.acsms-form .acsms-input-container.error > .acsms-input-input:focus,
.acsms-form .acsms-input-container.error > .acsms-input-input:valid {
	border: 1px solid #f96e64;
}
.acsms-form .acsms-input-container.error > .acsms-input-input::placeholder {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-boxed {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	padding: 10px 8px;
	color: #000000;
	font-family: 'Vollkorn', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	background-color: #ffffff;
}
.acsms-form .acsms-input-container > .acsms-input-boxed,
.acsms-form .acsms-input-container > .acsms-input-boxed:focus,
.acsms-form .acsms-input-container > .acsms-input-boxed:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
.acsms-form .acsms-input-container > .acsms-input-boxed::placeholder {
	color: #bfbfbf;
}
.acsms-form .acsms-input-container > .acsms-input-boxed::-webkit-outer-spin-button {
  display: none;
}
.acsms-form .acsms-input-container.error > .acsms-input-boxed,
.acsms-form .acsms-input-container.error > .acsms-input-boxed:focus,
.acsms-form .acsms-input-container.error > .acsms-input-boxed:valid {
	border: 1px solid #f96e64;
}
.acsms-form .acsms-input-container.error > .acsms-input-boxed::placeholder {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-textarea {
	position: relative;
	display: inline-block;
	width: 100%;
    height: 200px;
	float: left;
	padding: 14px 15px;
	color: #000000;
    resize: none;
	font-family: 'Vollkorn', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
	background-color: #ffffff;
}
.acsms-form .acsms-input-container > .acsms-input-textarea,
.acsms-form .acsms-input-container > .acsms-input-textarea:focus,
.acsms-form .acsms-input-container > .acsms-input-textarea:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
.acsms-form .acsms-input-container > .acsms-input-textarea::placeholder {
	color: #bfbfbf;
}
.acsms-form .acsms-input-container.error > .acsms-input-textarea,
.acsms-form .acsms-input-container.error > .acsms-input-textarea:focus,
.acsms-form .acsms-input-container.error > .acsms-input-textarea:valid {
	border: 1px solid #f96e64;
}
.acsms-form .acsms-input-container.error > .acsms-input-textarea::placeholder {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-canvas {
	position: relative;
	display: inline-block;
	width: 100%;
    height: 200px;
	float: left;
  	cursor: crosshair;
	background-color: #ffffff;
	border: 1px solid #959596;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}

.acsms-form .acsms-input-container > .acsms-input-upload {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 14px 15px;
	color: #000000;
	font-family: 'Gotham', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	opacity: 1;
	background-color: #ffffff;
}
.acsms-form .acsms-input-container > .acsms-input-upload,
.acsms-form .acsms-input-container > .acsms-input-upload:focus,
.acsms-form .acsms-input-container > .acsms-input-upload:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
.acsms-form .acsms-input-container.error > .acsms-input-upload,
.acsms-form .acsms-input-container.error > .acsms-input-upload:focus,
.acsms-form .acsms-input-container.error > .acsms-input-upload:valid {
	color: #f96e64;
	border: 1px solid #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-select {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 14px 15px;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	line-height: 20px;
    background-color: #eb5c1e;
}
.acsms-form .acsms-input-container > .acsms-input-select,
.acsms-form .acsms-input-container > .acsms-input-select:focus,
.acsms-form .acsms-input-container > .acsms-input-select:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
.acsms-form .acsms-input-container > .acsms-input-select::placeholder {
	color: #ffffff;
}
.acsms-form .acsms-input-container.error > .acsms-input-select,
.acsms-form .acsms-input-container.error > .acsms-input-select:focus,
.acsms-form .acsms-input-container.error > .acsms-input-select:valid {
	border: 1px solid #f96e64;
}
.acsms-form .acsms-input-container.error > .acsms-input-select::placeholder {
	color: #f96e64;
}

.acsms-form .acsms-input-container > .acsms-input-submit {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 10px;
	padding: 4px 24px;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	background-color: #eb5c1e;
}
.acsms-form .acsms-input-container > .acsms-input-submit,
.acsms-form .acsms-input-container > .acsms-input-submit:focus,
.acsms-form .acsms-input-container > .acsms-input-submit:valid {
	border: none;
	outline: none;
	box-shadow: none;
}
.acsms-form .acsms-input-container > .acsms-input-submit:disabled {
	background-color: #dfdfdf;
}

/* -- Item merchandising */

.acsms-merchandising-carousel {
    margin-top: 25px !important;
    border-radius: 20px;
	background-color: #ffffff;
}
.acsms-merchandising-carousel h3 {
	border: none;
    color: #eb5c1e;
    font-weight: 600;
}
.acsms-merchandising-carousel .owl-carousel {
	max-width: 100%;
}
.acsms-merchandising-carousel .owl-carousel .owl-stage-outer {
	padding: 20px 0px;
}
.acsms-merchandising-carousel .owl-carousel .owl-nav .owl-prev {
	left: 0px;
}
.acsms-merchandising-carousel .owl-carousel .owl-nav .owl-next {
	right: 0px;
}

/* -- Modal */

body > .acsms-modal {
	position: fixed;
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	z-index: 5000;
	transform: translateY(100%);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
body > .acsms-modal.active {
	opacity: 1;
	transform: translateY(0);
}
body > .acsms-modal.success {
	color: #ffffff;
	background-color: #3ecf8e;
}
body > .acsms-modal.failure {
	background-color: #fc5b5b;
	color: #ffffff;
}
body > .acsms-modal > .acsms-modal-text {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	color: inherit;
	font-family: 'Sofia', sans-serif;
	font-weight: 700;
	font-size: 18px;
}



/* Default content pages */

/* Global */

/* -- Redefine page widths */

@media (min-width: 1470px) {
    .container {
        width: 1300px;
    }
}

/* -- Remove breadcrumbs */

body.ex-content-page .container > .row > .row-breadcrumb {
	display: none;
}



/* Content page [Default] - Home */

/* -- Global */

body.ex-home {
	background-color: #ffffff;
}

/* -- Hero slideshow */

body.ex-home .home-hero-slideshow .ms-bullets-count > .ms-bullet {
	background-color: #cccccc;
}
body.ex-home .home-hero-slideshow .ms-bullets-count > .ms-bullet.ms-bullet-selected {
	background-color: #8f8f8f;
}

/* -- Featured products */

body.ex-home .home-featured-products .owl-item .tile {
	width: 272px;
	max-width: 272px;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .brand-label {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .product-name {
	min-height: 60px;
	text-align: center;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .indicators-grid {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .product-sku {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .product-category {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .price-label {
	padding: 3px 30px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    background-color: #FFE74C;
}
body.ex-home .home-featured-products .owl-item .tile .footer-wrapper .price-label-inc-vat {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .buttons .addtoquicklist-wrapper {
	display: none;
}
body.ex-home .home-featured-products .owl-item .tile .product-compare-action {
	display: none;
}



/* Content page [Default] - Order */

/* -- Remove delivery note */

#shippingAddress > div:nth-child(3) > div .container > div:nth-child(3) {
    display: none;
}



/* Content page [Default] - Product search */

/* -- Category selection on the left */

.shop-filters .filter-section .categories li a {
    color: #555555;
}
.shop-filters .filter-options a {
    color: #555555;
}

/* -- Product Descriptions */

.catalog-grid .tile .footer a {
    color: #555555;
}
.product-name > a {
    color: #555555;
}

/* -- Disable pointer events so that Edge browsers can't add AI visual search */

body.ex-searchresult #grid.griditems .tile .imgthumbnail img {
	pointer-events: none;
}



/* Content page [Default] - Product */

/* -- Disable pointer events so that Edge browsers can't add AI visual search */

body.ex-product .productimage_container .main-image img {
	pointer-events: none;
}



/* Content page [Default] - Category */

/* -- Disable pointer events so that Edge browsers can't add AI visual search */

body.ex-category #grid.griditems .tile .imgthumbnail img {
	pointer-events: none;
}
body.ex-category .cat-tiles .tile .cat-thumb-container > img {
	pointer-events: none;
}




/* iPads and Small laptops */

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

}





/* Mobile */

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

	/* Screen parameters */

	.aah-desktop-hidden {
		display: inline-block;
	}
	.aah-mobile-hidden {
		display: none;
	}

	/* Titles */

	.aah-title > h1,
	.aah-title > h2,
	.aah-title > h3,
	.aah-title > h4 {
	    padding: 0px 30px;
	}



	/* Footer */

	footer .menulinks_container ul li {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.footer .footersection-1 .dealerdetails_container,
	.footer .footersection-1 .menulinks_container,
	.footer .footersection-1 .htmlcontent_container {
		width: 100%;
		padding: 30px;
	}

}