img.lazy {
	color: transparent;
}
.address-badge {
	position: absolute;
	height: 24px;
	padding: 0 14px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 24px;
	white-space: nowrap;
	background-color: #363c49;
	top: 12px;
	right: 12px;
}
.checkout-order-summary .table td:last-child {
    text-align: right;
}
.checkout-order-summary .table {
	text-align: right;
	border-bottom: 1px solid #dee2e6;
}
.loginSignUpSeparator {
    border-top: 1px solid #e5e5e5;
    position: relative;
    margin: 25px 0 4px;
    text-align: center;
}
.loginSignUpSeparator .textInSeparator {
    background-color: #fff;
	padding: 0 .5em;
	position: relative;
    top: -.9em;
}
/* category tile styles */
.categories-tile {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #505050;
	letter-spacing: .025em;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .4s;
	background-color: #f5f5f5;
	min-height: 46px;
}
.categories-tile-inverse {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255,255,255,0.3);
}
.categories-tile:hover {
	background-color: #ebebeb;
	color: #505050;
}
.categories-tile-inverse:hover {
	background-color: #fff;
}
.categories-tile:hover, .categories-tile:focus, .categories-tile.active {
	outline: none;
	background-image: none;
	text-decoration: none;
	box-shadow: none;
}
.categories-tile span {
	padding: 8px 15px;
}
/* AJAX search */
.ajax-search input[type="search"] {
	padding-right: 38px;
	padding-left: 18px;
}
.result {
	position: absolute;        
	z-index: 999;
	top: 100%;
	left: 0;
	display: none;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2);
	padding: 10px 0;
}
.ajax-search > .result > p > a {
	text-decoration: none;
	transition: color .3s;
	color: #505050;
	display: block;
}
.ajax-search > .result > p > a:hover {
	color: #3277b3;
}
.ajax-search input[type="search"], .result {
	width: 100%;
	box-sizing: border-box;
}
.result p {
	margin: 0;
	padding: 6px 10px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { 
	display: none;
	width : 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none;
	width : 0; 
	height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
/* !! header styles */
.site-header .search-box-wrap .input-group .form-control {
	border-radius: 5px;
}
/* logo styles */
@media (min-width: 410px) {
	.site-header .site-branding .site-logo {
		width: 185px;
	}
}
@media (min-width: 576px) {
	.site-header .site-branding .site-logo {
		width: 228px;
	}
	.site-header .site-branding {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
/* !! swiper styles */
.swiper-slide {
	height: auto;
	align-self: stretch;
	margin-bottom: 51px;
}
.swiper-pagination-bullet {
	background: #a8a8a8;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #363c49;
	opacity: 1;
}
.swiper-container {
	display: none;
}
.swiper-container.swiper-container-initialized {
	display: block;
}
/* !! product card styles */
/* button border fix */
.product-card .product-price {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
	background-color: #fff;
	font-weight: 500;
}
/* sharp images */
/* no longer needed - suddenly its ok */
/*
.product-card img {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
}
*/
.product-card.product-list hr {
	margin-bottom: 20px;
}
.product-card.product-list .product-thumb img {
	max-width: 225px;
	display: inline;
}
.product-card.product-list .product-thumb {
	padding: 35px 25px 0 25px;
}
.product-card.product-list .product-card-body {
	padding: 20px 15px 15px 15px;
}
@media (min-width: 576px) {
	.product-card.product-list .product-thumb {
		padding: 20px 30px;
	}
	.product-card.product-list .product-card-body {
		padding: 20px 22px;
	}
	.product-card.product-list .product-price {
		margin-bottom: 16px !important;
	}
}
.product-card.product-grid .product-thumb img {
	max-width: 225px;
}
.product-card.product-grid {
	padding: 35px 15px 15px 15px;
}
.product-card.product-grid .product-thumb {
	padding: 0 10px 20px 10px;
}
.product-card .product-badge {
	z-index: 100;
	background-color: #363c49;
}
.gallery-wrapper .product-badge {
	background-color: #363c49;
}
/* !! partfinder styles */
#partfinder-button[disabled] {
	opacity: 1;
	pointer-events: auto;
}
.update {
	border: 0 !important;
}
.form-control:focus {
	background-color: #fff;
}
/* !! required field asterix styles */
label.required:before {
	color: #e32;
	content: '* ';
	font-size: 100%;
	position: relative;
	font-family: arial black;
	top: 2px;
}
/* !! footer styles */
.site-footer {
	padding: 32px 0;
}
.site-footer ul {
	list-style: none;
	padding-left: 0;
	font-size: 0;
	margin-bottom: 32px;
}
.site-footer ul li {
	font-size: 14px;
}
@media (min-width: 993px) {
	.site-footer ul li {
		display: inline-block;
	}
	.site-footer ul li::before {
		padding: 0 16px;
		content: '|';
	}
	.site-footer ul li:first-child::before {
		padding: 0;
		content: '';
	}
}
@media (max-width: 992px) {
	.site-footer ul li {
		display: block;
	}
}
.footer-payment {
	margin-bottom: 32px;
}
.footer-social {
	margin-bottom: 32px;
}
.site-footer .social-button {
	font-size: 18px;
}
.footer-copyright {
	padding: 0;
	font-size: 14px;
}
/* !! trustpilot styles */
.trustpilot-banner {
	padding: 30px 0;
}
/* !! use flex to fill available space */
body {
	min-height: 100vh;
}
/* !! shorten filter lists */
@media (min-width: 992px) {
	.widget-categories li.list-overflow-show, .widget-categories .list-see-show {
		display: block;
	}
	.widget-categories li.list-overflow-hide, .widget-categories .list-see-hide {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.widget-categories .list-see-hide, .widget-categories .list-see-show {
		display: none;
	}
}
/* !! hide text before image appears */
img.lazy:not([src]) {
	visibility: hidden;
}
img.swiper-lazy:not([src]) {
	visibility: hidden;
}
/* !! page title styles */
#product-page-title {
	padding: 20px 0;
}
@media (min-width: 768px) {
	#product-page-title .breadcrumbs {
		text-align: left;
	}
}
#product-page-title .breadcrumbs {
	padding: 0 !important;
}
.page-title .column:first-child {
	width: auto;
}
/* !! product page styles */
.stock-badge {
	padding: 2px 14px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 24px;
	white-space: nowrap;
}
#product_fitments {
	line-height: 1.6;
}
/* !! shopping cart styles !! */
.shopping-cart .icon-x {
	font-size: 18px;
}
.shopping-cart-footer.footer-lower .btn {
	margin-top: 23px;
	margin-bottom: 23px;
}
.shopping-cart-footer .btn-outline-secondary {
	margin-bottom: 0 !important;
}
/* !! checkout styles */
.steps > a.disabled {
    cursor: default;
    pointer-events: none;
}
/* !! postcode lookup styles */
#searchbox {
	font-weight: 400;
	line-height: 1.5;
	display: block;
	width: 100%;
	padding: 0 18px;
	transition: color .25s, background-color .25s, border-color .25s;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
	color: #505050;
	font-family: "Rubik",Helvetica,Arial,sans-serif;	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 46px;
}
#searchbox:focus {
	background-color: #fff;
	border-color: #3277b3;
	outline: none;
	color: #505050;
	box-shadow: none !important;
}
#output {
	position: relative;
	z-index: 999999;
}
.dropdowncontentstyle {
    cursor: context-menu !important;
    overflow: auto !important;
    max-height: 208px !important;
    display: block !important;
	border-radius: 5px;
    background-color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2) !important;
    box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2) !important;
}
.optionstyle {
    background-color: #fff !important;
    color: #505050 !important;
	font-size: 14px !important;
	text-decoration: none !important;
    display: block !important;
    padding-left: 6px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.optionstyle:hover {
    background-color: #f5f5f5 !important;
    color: #505050 !important;
}
.notice {
    display: none !important;
}
html {overflow-y: scroll;}
.site-header .site-menu>ul>li .sub-menu>li:last-child>a {
	text-decoration: underline;
}
.site-header .site-menu>ul>li .mega-menu .sub-menu>li>a {
    padding: 3px 0 !important;
}
.site-header .site-menu>ul>li .mega-menu .sub-menu>li:last-child>a {
	padding-bottom: 8px !important;
}
.site-header .site-menu>ul>li .mega-menu>li {
    border-left: 0;
}
.site-header .site-menu>ul>li .mega-menu>li .mega-menu-title {
	color: #232323;
	font-size: 15px;
}
.custom-control .custom-control-label::before {
	border: 1px solid #232323;
}
/* !! trustpilot styles */
#trustpilot-slider h6 a {
    color: #232323;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
#trustpilot-slider h6 a:hover {
    text-decoration: underline;
}
a.tp-hp-heading-link {
    color: #232323;
}

#popular-brands .img-thumbnail {
    padding: 10px 5px !important;
}
.h-81 {
    height: 81px;
}
#popular-categories a {
    color: #505050;
    text-decoration: none;
}
#popular-categories a:hover {
    text-decoration: underline;
}
#popular-categories .img-thumbnail {
    padding: 10px 5px !important;
}
.h-90 {
    height: 90px;
}

.desc-collapsed {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.desc-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.desc-collapsed.expanded {
    max-height: 2000px;
}

.desc-collapsed.expanded::after {
    display: none;
}

.desc-toggle {
    margin-top: 10px;
    background: none;
    border: none;
    color: #3277b3;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

.desc-toggle:hover {
    text-decoration: underline;
}