/************************************************

Stylesheet: Global Stylesheet

*************************************************/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

/* When using Font Awesome Pro */
.fa, .fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
}
.carousel-container .owl-carousel-icon {
    font-family: 'Font Awesome 5 Pro';
}

/*********************
GLOBAL FONT STYLES
*********************/

@import url('//fonts.googleapis.com/css2?family=Roboto&display=swap');


/*********************
GLOBAL WIDTH'S
*********************/
.content {    
    max-width: 85rem;
    margin: 0 auto;
}
.content.fullwidth {    
    max-width: 100%;
    margin: 0 auto;
}
.row {
    max-width: 85rem;
    margin: 0 auto;
}
.grid-container {
    max-width: 85rem;
}
.top { 
	margin-top: 1rem !important;
}
.bottom {
	margin-bottom: 1rem !important;
}
.p-top {
	padding-top:1rem !important;
}
.p-bottom {
	padding-bottom:1rem !important;
} 
.p-top-2x {
	padding-top: 2rem !important;
} 
.p-bottom-2x {
	padding-bottom: 2rem !important;
}
.no-padding {
	padding: 0;
}
.no-right {
	padding-right: 0 !important;
}

.no-left {
	padding-left: 0 !important;
}

@media only screen and (max-width: 40em) { 
	.no-right {
		padding-right: 0.9375rem !important;
	}

	.no-left {
		padding-left: 0.9375rem !important;
	}
}


 
/*********************
SECTIONS
*********************/
section.white {
	background-color: #FFF;
}
section.grey {
	background-color: #f0f1f3;
}
section.dark {
	background-color: #212226;
}
section.used-vehicle-container {
	background-color: #FFF;
	border-bottom: 1px solid #f0f1f3;
	padding: 2rem 0;
}

@media only screen and (max-width: 40em) {	
	section.used-vehicle-container {
		padding: 1rem 0;
	}
}

 
/*********************
GLOBAL FONT STYLES
*********************/
body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	font-family: adobe-heiti-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 1rem;
	line-height: 1;
	text-transform: uppercase;
}
h1, .panel h1 {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
}
h2, .panel h2 {
	font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
}
h3, .panel h3 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}
h4, .panel h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
h5, .panel h5 { 
    font-family: 'Roboto', sans-serif !important;
	text-transform: none !important;
	font-size:0.8rem;
	line-height:1.4rem;
}
a {
    color: #000;
}
a:hover { 
    color: #505050;
}
hr {
    clear: both;
    max-width: 100rem;
    height: 0;
    margin: 1.25rem auto !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 5px solid #f7f7f7;
    border-left: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	h1, .panel h1 {
	    font-size: 2rem;
	    line-height: 2.4rem;
	}
	h2, .panel h2 {
		font-size: 1.6rem;
	    line-height: 2rem;
	}
	h3, .panel h3 {
	    font-size: 1.4rem;
	    line-height: 1.8rem;
	}
	h4, .panel h4 {
	    font-size: 1.2rem;
	}	
}

@media screen and (max-width: 39.9375em) {
	h1, .panel h1 {
	    font-size: 1.8rem;
	    line-height: 2rem;
	}
	h2, .panel h2 {
		font-size: 1.4rem;
	    line-height: 1.8rem;
	}
	h3, .panel h3 {
	    font-size: 1.2rem;
	    line-height: 1.6rem;
	}
	h4, .panel h4 {
	    font-size: 1rem;
	}
}



/*********************
GLOBAL BUTTONS
*********************/
/* button changes */
button, .button, input[type=submit].wpcf7-submit {
    font-family: adobe-heiti-std, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: normal;
    text-transform: capitalize !important;
    color: #FFF;
    background: #DA291C;
    border-color: transparent;
    border-radius: 25px !important;
	padding: 1em 1.5em;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button {
    font-family: adobe-heiti-std, sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem;
    line-height: normal;
    text-transform: capitalize !important;
    color: #FFF;
	background: #DA291C;
	border-color: transparent;	     
    border-radius: 25px !important;
	padding: 1em 1.5em;
} 
input[type=submit].wpcf7-submit {
    padding: .85rem 1.5rem;
    line-height: 1;
    vertical-align: middle;
    margin-top: .75rem;
    margin-bottom: .75rem;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.button:hover, input[type=submit].wpcf7-submit:hover, .wpcf7-submit:hover, .elementor-button:hover, .elementor-cta__button:hover, .elementor-widget-button a.elementor-button:hover, .elementor-slide-button:hover {
	background: #000;
	border-color: transparent;	
	color: #FFF;
}
 


/*********************
NAVIGATION
*********************/
.elementor-menu-toggle {
	margin-left: 5px;
}
.elementor-nav-menu a i.fas {
    font-size: 1rem;
    line-height: 20px;
}
.elementor-menu-toggle span.elementor-screen-only {
    position: relative;
    top: 1px;
    overflow: initial;
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
    font-size: 16px;
}
.elementor-nav-menu li a i.fa {
    position: relative;
    top: 3px;
}

/*********************
SLIDESHOW
*********************/
.swiper-slide-inner:before {

}


/*********************
CSS FIXES FOR USED STOCK
*********************/
/* Input group override only needed on Founcdation 6 sites currently */
.input-group {
    display: block !important;
    margin-bottom: 0;
}
.asset-item-container {
    max-width: 100% !important;
}



/*********************
USED STOCK OVERRIDES
*********************/
.list-view .asset-item-container h3.price, .list-view .asset-item-container li span.spacer, .list-view .asset-item-container span.spacer, .view-asset-title h3.asset-price {
    color: #DA291C;
}
.asset-filters button, .asset-filters .button {
    padding: 10px 0;
}
.button.view-asset-cta {
    padding: 1.05rem 1.5rem;
}
div.LatestUsedTitle {
    text-align: center;
}
div.LatestUsedPrice {
    min-height: 65px;
    text-align: center;
}
div.LatestUsedButton .button.small {
    border-radius: 0 !important;
}
.list-view .asset-item-container {
    background: #FFF;
    border: 0 solid #FFF;
    box-shadow: 0;
    margin-bottom: 0;
}
.asset-filters {
    background: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #0a9ab7 !important;
    background: #DA291C !Important;
}
.asset-filters button, .asset-filters .button {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0;
    margin: 1rem 0 0 0 !important;
    border-radius: 0;
}
.asset-filters button i, .asset-filters .button i {
    margin-left: 10px;
}
.list-view .asset-item-header {
    margin-bottom: 1rem;
}
.list-view .asset-item-details {
    margin-bottom: 0rem;
    margin-left: 0;
}
.list-view .asset-item-container h3.title, .list-view .asset-item-container h3.attention-grabber {
    width: 100%;
    float: none;
    text-transform: none;
}
.list-view .asset-item-container h3.attention-grabber {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0;
    position: relative;
    top: 5px;
}
.list-view .asset-item-container h3.price {
	background: #212226;
    color: white;
    float: none;
    text-align: right;
    font-size: 2rem;
    line-height: 1;
    padding: 0.8rem;
    width: auto;
}
.list-view .asset-item-container span.available-from-price {
	font-family: "Roboto", Sans-serif;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    display: block;
    color: #DA291C;
}
.list-view .button.used-list-photos {
    margin: 0;
    background: #f0f1f3;
    font-size: 0.75rem;
    color: #545454 !important;
    padding: 0.7rem 0;
    width: 100%;
    border: 0;
}
.list-view .asset-item-contact, .list-view .asset-item-link {
    width: auto;
    position: relative;
    float: none;
}
.list-view .asset-item-link .button, .list-view .asset-item-contact .button {
	margin: 0.5rem 0;
    font-size: inherit;
	float: none;
	padding: 1rem;
}
.finance-table-container {
    margin-top: 1rem;
    padding-top: 0;
    border-top: 0px solid #f1f1f1;
}
.button.view-asset-cta {
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    margin: 0 0 0.5rem 0;
}
table.finance-table tr td {
    font-size: 0.65rem;
    padding: 0.5625rem 0.525rem;
    text-align: center;
    color: #1a1a1a;
}
.view-asset-head {
    overflow: hidden;
}
.list-view .asset-item-image-container, .list-view .asset-item-detail-container {
    width: 100%;
}
.list-view .asset-item-container li {
    display: block;
    list-style: none;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 0.8rem;
    color: #1a1a1a;
    border-bottom: 1px solid #d8d8d8;
}
.list-view .asset-item-container li i {
	margin-right: 5px;
    font-weight: 600;
    color: #5f6673;
    font-size: 1rem;
}


/*********************
VIEW USED PAGE
*********************/
/* Page Layout */
.view-asset-head {
	overflow: hidden;
}
.view-asset-image-container, .view-asset-summary-container, .view-asset-description, .view-asset-specification, .view-asset-finance-widget {
	position: relative;
	width: 100%;
}
.view-asset-title {
    margin: 0;
    padding: 0;
    border-top: 0px solid #ececec;
    border-bottom: 0px solid #ececec;
}
.view-asset-title h1 {
    font-size: 1.8rem !important;
    line-height: 1;
	margin-bottom: 1rem;
}
.view-asset-price {
    text-align: right;
    margin-bottom: 2rem;
}
.view-asset-price h2.asset-price {
    background: #212226;
    color: white;
    float: none;
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    padding: 0.8rem;
    width: auto;
	display: inline-block;
}
.view-asset-price h2.asset-price span.finance-price {
	font-family: "Roboto", Sans-serif;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.2rem;
    display: block;
    color: #DA291C;
    margin-top: 10px;
}
.asset-item-details {
	margin-left: 15%;
}
.asset-item-key-details ul {
	margin: 0 0 2rem 0;
	list-style: none;
}
.asset-item-key-details li {
	font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #1a1a1a;
    margin-bottom: 6px;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #e6e6e6;
    border-radius: 12px 0 25px 12px;
}
.asset-item-key-details li i {
    color: #000000;
    font-size: 0.8rem;
    margin: 0 5px;
}
.icon-container {

}
.icon-container p, .icon-container label {
	margin: 0;
	line-height: 2.5;
	color: white;
}
.icon-container p.value {
	text-align: right;
	font-size: 0.8rem;
}
.icon-container .icon {
	float: left;
	margin-right: 15px;
}
.icon-container .icon:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #e6e6e6;
}
.icon-container .icon.fuel-type:before {
	font-weight: 400;
	content: "\f52f";
}
.icon-container .icon.mileage:before {
	font-weight: 400;
	content: "\f627";
}
.icon-container .icon.year:before {
	font-weight: 400;
	content: "\f073";
}
.icon-container .icon.body-type:before {
	font-weight: 400;
	content: "\f5de";
}
.icon-container .icon.engine:before {
	font-weight: 400;
	content: "\f013";
}
.icon-container .icon.transmission:before {
	font-weight: 400;
	content: "\f622";
}
.icon-container .icon.colour:before {
	font-weight: 400;
	content: "\f53f";
}
.icon-container .icon.location:before {
	font-weight: 400;
	content: "\f3c5";
}
.carousel-container .owl-carousel-icon {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    width: 30px;
}
a.return-link {
    display: block;
    padding-bottom: 0;
    margin: 1rem 0 0 0;
    font-size: 0.8rem;
    border-bottom: 0px solid #ececec;
    color: #1a1a1a;
    text-align: right;
}
a.return-link .fa-first {
	margin-right: 10px;
	font-size: 12px;
}


@media (min-width: 768px) {
	.view-asset-image-container {
		float: none;
		width: 100%;
	}
	.view-asset-summary-container {
		float: none;
		width: 100%;
	}
	.view-asset-description, .view-asset-specification, .view-asset-finance-widget {
		width: 100%;
		margin: 0 auto;
	}
}
/* Tabs */
.tabs {
    display: flex;
}
.tabs-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.tabs-title>a {
	font-size: 0.95rem;
    color: #1a1a1a;
    background: #f0f1f3;
}
.tabs-title>a i {
    font-size: 0.7rem;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: #343840;
    color: #FFF;
}

/* Accordion */
.view-asset-specification li {
    color: #1a1a1a;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    width: 100%;
}
.accordion-title {
	border: 1px solid #363638;
    background: #363638;
    color: #1a1a1a !important;
	font-size: 0.95rem;
    font-weight: bold;
}
.accordion-title:focus, .accordion-title:hover {
	background-color: #DA291C;
    border: 1px solid #0488a2;
}

@media only screen and (max-width: 40em) {	
	.list-view .asset-item-container h3.price {
		text-align: center;
		margin: 0.5rem 0;
	}
	.list-view .asset-item-container li {
		text-align: left;
		font-size: 0.7rem;
	}	
	.list-view .asset-item-container li i {
		font-size: 0.7rem;
	}
	.view-asset-price h2.asset-price {
		font-size: 2.2rem;
		text-align: center;
		display: block;
	}
	.view-asset-price h2.asset-price span.finance-price {
		font-size: 1rem;
	}	
	.asset-item-details {
		margin-left: 0%;
	}	
}

/*********************
CATEGORY OVERVIEW PAGE
*********************/
.model-category {
	margin-bottom:1rem;
}
.model-category-info {
	background: black;
}
.model-category-info:hover { 

}
.model-category-info a {
	color: #FFF;
}
.model-category-text {
	padding:1rem;
}
.model-category-text h2 {
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    color: #FFF;
}
.model-category-text h3 {
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.model-category-text p {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.new-model-group-container {
	border: 5px solid #f1f1f1;
	margin-bottom: 1rem;
}
.new-model-group-text h3 {
    line-height: 2.2rem;
    font-size: 2.2rem;
	margin: 0 0.7rem;
	padding: 0; 
}
.new-model-group-text p {
	text-transform: uppercase;
	font-size: 1.2rem;	
	margin: 0 0.7rem; 
	padding: 0;
}
.new-model-group-text .button {
    margin: 1rem 0.7rem 1rem 0.7rem;
    padding: 0.7rem 1.2rem;
    font-size: 0.7rem;
}

	@media only screen and (max-width: 768px) { 
		.model-category-text h2 {
			line-height: 2rem;
			font-size: 2rem;
		}
		.new-model-group-text h3 {
			line-height: 1.8rem;
			font-size: 1.8rem;
		}
		
	}


/*********************
NEW BIKE VIEW PAGE
*********************/
.new-model-container h1.bike-name, .new-model-container h2.bike-price {

}
.new-model-container h1.bike-name {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.new-model-container h2.bike-price {
	color: #CB0D25;
	font-size: 2.6rem;
	line-height: 1;
}
.bike-description-details h3.bike-price {
    margin-bottom: 5rem;
    font-family: "Oswald", Sans-serif;
    text-transform: none;
    font-weight: 500;
    color: #cc1718;
}
.new-model-container a.return-link {
    display: block;
    padding-bottom: 1rem;
    margin: 1rem 0 1rem 0;
    font-size: 0.8rem;
    border-bottom: 1px solid #ececec;
    color: #1a1a1a;
    text-align: left;
}
.bike-description-details {
    margin: 0 0 1rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 40em) {
}


/* New Bike Accordion */
.accordion {
    background: transparent;
}
.accordion-title {
    border: none;
}
.accordion-title::before {
    font-family: 'Roboto', sans-serif;
    content: "+";
    padding-left: 5px;
    float: right;
    font-size: 25px;
    line-height: 1;
    top: 10px;
    position: relative;
}
a.accordion-title {
	padding: 1.5rem 1rem;
    display: block;
    background: transparent;
    font-family: adobe-heiti-std, sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222222;
}
.accordion-item:first-child > :first-child {
    border-top: 1px solid #cbcbcb;
}
.accordion-item {
    border-bottom: 1px solid #cbcbcb;
}
.accordion-item.is-active a.accordion-title {
    background: #FFF;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
    border: 0px solid #000;
}
.accordion-content {
    border: none;
    background-color: #FFF; 
}
.specification-container .accordion .accordion-content .spec-item p.lead {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: none;
}
.specification-container .accordion .accordion-content .spec-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    text-align: center;
}

/*********************
HERO CONTAINER
*********************/
.hero-container {
    position: relative;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto; 
    background-position: center top;
    background-size: cover!important;
    -webkit-background-size: cover!important;
    background-attachment: initial!important;
   	padding: 0;
	text-align: left;
	min-height: 500px;
}
.hero-container.has-text:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    min-height: 100%;
    width: 100%;
	background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.hero-content {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left;
    width: 70%;
    min-height: 700px;
    height: 700px;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 999;
}
.hero-content > div {
	max-width: 100%;
    padding-left: 0;	
}

.hero-container h1, .hero-container h2, .hero-container h3 {
	color: #FFF;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0;
}
.hero-container p {
    font-family: adobe-heiti-std, sans-serif;	
    font-size: 1.6rem;
    color: #FFF;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
    border-bottom: 0;
}
.hero-container .hero-button {
	font-size: 1rem;
}

@media screen and (max-width: 40em) {
	.hero-container {
		min-height: 350px;
	}
	.hero-content {
		min-height: 350px;
		height: 350px;
		width: 100%; 
		justify-content: flex-start;
	}
	.hero-content div {
	}
	.hero-container h2 {
		font-size: 1.8rem;
	}
	.hero-container p {
		font-size: 1rem;
		line-height: 1.4rem;
		display: none;
	}
	.hero-container button, .hero-container .button {
		margin: 0.5rem 0 0.5rem 0;
	}
	.hero-container .button.clear {
		font-size: 1rem;	
	}
	 
}


/*********************
MPU BANNERS
*********************/
/*Mpu Banners*/
.mpu-banners {
    margin: 1rem -0.625rem;
}
.mpu-block {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #FFF;
}
.mpu-block>figure {
    position: relative;
    padding-top: 70%;
	margin: 0;
}
.mpu-block>figure:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
}
.mpu-block>figure img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.mpu-block>.text-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 1rem;
    text-align: left;
}
.mpu-block>.text-wrapper h3 {
    color: #fff!important;
    font-size: 2rem!important;
    line-height: 2rem;
    text-transform: uppercase;
}
.mpu-block>.text-wrapper .button {
    margin:0 0 1rem 0;
}

		@media only screen and (max-width: 768px) {
			.mpu-block>.text-wrapper h3 {
				font-size: 1.2rem;
				line-height: 1.4rem;
			}
		}

.mpu-block .button {
	border: none;
}
.mpu-block .button:hover {
}



/*********************
PROMOTIONS
*********************/
.latest-promotion {
	margin-bottom: 1rem;
}
.promo-block {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
	padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	margin-bottom: 1rem;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);	
}
.promo-block:hover {
    background-color: #CCC;
    background-image: linear-gradient(#f2f2f2, #CCCCCC, rgba(255, 133, 0, 0));
    background-repeat: no-repeat;
    background-size: 100% 200%;	
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
    -moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
    box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);	
}
.promo-block>a figure {
    position: relative;
    padding-top: 0;
    margin: 0;
    height: 100%;
}
.promo-block>figure img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.promo-block>.text-wrapper {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 1;
    padding: 0 1.5rem;
    text-align: left;
}
.promo-block>.text-wrapper p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: capitalize;
}
.promo-block>.text-wrapper .button {
    margin:0 0 1rem 0;
}

		@media only screen and (max-width: 768px) {
			.promo-block>.text-wrapper p {
				font-size: 1.6rem;
				line-height: 1.8rem;
			}
		}

		@media only screen and (max-width: 40em) {
			.promo-block {
				padding: 0px;
			}
			.promo-block>figure {
				
			}		
			.promo-block>.text-wrapper {
				padding: 0 1rem;
			}			
			.promo-block>.text-wrapper p {
				font-size: 1.2rem;
				line-height: 1.2rem; 
				margin-bottom: 0.5rem;
			}
			.promo-block>.text-wrapper .button {
			    margin:0 0 0.5rem 0;
				font-size: 0.7rem;
				padding: 0.5rem 1rem; 
			}
		}






/*********************
TABLES
*********************/
thead {
    background: #1a1a1a;
    color: #fefefe;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff;
}
.woocommerce table.shop_table td {
    font-size: 0.9rem;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th.label {
    background: transparent;
}


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }


/*********************
FORM STYLES
*********************/
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=number], textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}




    /* =Loader
-------------------------------------------------------------- */
.loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.loader::before {
	display: none;
}
.loader h5 {
    -webkit-animation: blink-text 1s infinite;
    -moz-animation: blink-text 1s infinite;
    -ms-animation: blink-text 1s infinite;
    -o-animation: blink-text 1s infinite;
    animation: blink-text 1s infinite;
}

.loader-content {
    display: block;
    position: relative;
    top: 45%;
    -webkit-animation: fadeInDown 0.7s;
    -moz-animation: fadeInDown 0.7s;
    -ms-animation: fadeInDown 0.7s;
    -o-animation: fadeInDown 0.7s;
    animation: fadeInDown 0.7s;
}

.loader-content img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
}

.progress-container {
    display: block;
    position: relative;
    width: 100px;
    height: 1px;
    overflow: hidden;
    margin: 0.5rem auto;
}
.progress-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: -102px;
    overflow: hidden;
    width: 100px;
    height: 1px;
    background-color: #DA291C;
    -webkit-animation: loader-anim 1s 0s infinite;
    -moz-animation: loader-anim 1s 0s infinite;
    -ms-animation: loader-anim 1s 0s infinite;
    -o-animation: loader-anim 1s 0s infinite;
    animation: loader-anim 1s 0s infinite;
}
/* Hide the Woocommerce Loader */
.woocommerce .loader::before {
    display: none;
}
@media only screen and (max-width: 40em) {
    .loader-content img {
        width: 160px;
    }
}
/* End Loader */



/* CF7 Error Styles */
span.wpcf7-not-valid-tip {
	background: #cc4b37;
	color: white !important;
	margin-top: 0rem;
	margin-bottom: 1rem;
	padding: 3px 10px;
	font-size: 14px;
}

/* Contact Form Messages */
.wpcf7 .wpcf7-form.error .wpcf7-response-output {
	color: #FFF;
	background-color: #cc4b37;
	border: 0;
	padding: 10px;
	margin: 0;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #FFF;
	background-color: #cc4b37;
	border: 0;
	padding: 10px;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 0;
	padding: 10px;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before,.wpcf7 .wpcf7-form.error .wpcf7-response-output:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before {
	content:'\f00c';
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before, .wpcf7 .wpcf7-form.error .wpcf7-response-output:before {
	content:'\f057';
}




/*********************
WOOCOMMERCE OVERRIDES
*********************/

/* Off Canvas */
.logged-in .off-canvas {
    margin-top: 46px;
}
.off-canvas {
    padding: 10px;
	background: #383838;	
}
.off-canvas h1, .off-canvas h2, .off-canvas h3, .off-canvas h4 {
    color: #FFF;
}


/* Header Add to Cart Button */
header .elementor-menu-cart__toggle .elementor-button {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 14px;
    color: #fff !important;
    padding: 0px !important;
    border-bottom: 0px solid #000;
    margin-bottom: 0 !important;
    border-top: 0px solid;
}
header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -1.5em;
    font-size: 8px;
}
/* Change Nav Text Colours when header is sticky */
header .elementor-sticky--effects .elementor-menu-cart__toggle .elementor-button {
	 color: #000 !important;
}


/* AWS Form */
header .aws-container {
	border-bottom: 1px solid #000;
    border-radius: 0;
}
header .aws-container .aws-search-form {
    background: transparent;
}
header .aws-container .aws-show-clear .aws-search-field {
	color: black;
    background: transparent;
    border: 0;
	box-shadow: none;
}
header .aws-container .aws-search-form .aws-form-btn {
	background: transparent;
    border: 0px solid #000;
    color: #000;
}
header .aws-container .aws-search-form .aws-search-btn_icon {
    color: #000;
}
header .aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: transparent;
}
.aws-container .aws-search-form {
    background: #000;
}
.aws-container .aws-show-clear .aws-search-field {
    color: black;
    background: white;
}
.aws-container .aws-search-form .aws-form-btn {
    background: #303033;
    border: 0px solid #000;
    color: #FFF;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #FFF;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: #333;
}


/* Change Nav Text Colours when header is sticky */
header .elementor-sticky--effects .aws-container {
    border-bottom: 1px solid #000;
	transition:color .3s font-size .3s ease-in;
}
header .elementor-sticky--effects .aws-container .aws-show-clear .aws-search-field {
	color: black;
}
.elementor-sticky--effects .aws-container .aws-search-form .aws-form-btn {
    color: #000;
}
.elementor-sticky--effects .aws-container .aws-search-form .aws-search-btn_icon {
    color: #000;
}


@media only screen and (max-width: 40em) {
	.aws-container .aws-search-field {
		font-size: 12px;
	}
	.aws-container .aws-show-clear .aws-search-field {
		padding-right: 10px;
	}	
	.aws-container .aws-search-field {
		height: 32px;
	}
	.aws-container .aws-search-form .aws-search-btn {
		height: 32px;
	}
	.aws-search-result {
		width: 100% !important;
		left: 0 !important;
	}	
}



/* Header Add to Cart Button */
/*header .elementor-menu-cart__toggle .elementor-button {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 12px;
    color: #000 !important;
    padding: 0 !important;
    border: 0px solid;
}
header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -1.5em;
    font-size: 8px;
}*/

/* Other Add to Cart Button */
.elementor-menu-cart__toggle .elementor-button {
    font-size: 15px;
    border: 0px solid;
    padding: 12px 24px !important;
    background-color: #000 !important;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -1.5em;
    font-size: 8px;
}

/* Shop Sidebars */
.shop-sidebar li {
	list-style: none;	
}
.shop-sidebar h2.widgettitle, .shop-sidebar h3.widgettitle  {
	font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #8f8f8f;
}
.shop-sidebar .widget {
	background: white;
	padding: 10px;
	margin-bottom: 1rem;
}
.powerparts-widget-header {
	background: white;
	margin: 0;
	padding: 10px;
}
.powerparts-widget-header p {
	font-size: 0.8rem;
	margin: 0;
}
.elementor-widget-container h5 {
	margin-bottom: 1rem;
}
.elementor-widget-sidebar .elementor-widget-container li, .shop-sidebar ul {
	list-style: none;
	margin: 0;
}
ul.product-categories {
	margin: 1rem 0 0 0;
}
ul.product-categories li, ul.powerparts-tree li {
	list-style: none;
	margin-bottom: 1em;
	line-height: 1.41575em;
}
ul.powerparts-tree li {
	background: white;
    margin: 0 0 1rem 0;
}
ul.product-categories li a, li.powerparts-tree__entry a {
    display: block;
    padding-top: 0;
    padding-bottom: 0.7em;
    padding-left: 0;
    background: #FFF;
    border-bottom: 1px solid #d4d4d4;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: unset;
    font-family: 'Open Sans', Sans-serif;
}
ul.powerparts-tree li.active ul.powerparts-tree {
    margin: 0 0 1rem 1rem;
}
ul.product-categories li::before {
}
ul.product-categories li ul.children, li.powerparts-tree__entry.leaf {
	padding-top: 0.5em;
}
ul.product-categories li ul.children li, li.powerparts-tree__entry.leaf {
	margin-bottom: 0;
}
ul.product-categories li ul.children li a, li.powerparts-tree__entry.leaf a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 0;
    border-bottom: 1px solid #d4d4d4;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #FFF;
	font-weight: normal;
}
ul.product-categories li ul.children li > ul.children {
	padding-left: 1rem;
}

/* Current Categories */
ul.product-categories li.current-cat-parent::before {

}
ul.product-categories li ul.children li.current-cat > a, ul.product-categories li ul.children li.current-cat-parent > a, li.powerparts-tree__entry.leaf.active a {
	font-weight: bold;
}
ul.product-categories li ul.children li.current-cat::before {
}


/* Fitment Sidebar Specific Styles */
li.powerparts-tree__entry span.powerparts-tree__entry__count {
	float: right;
	font-size: 12px;
	color: #333;
	position: relative;
	top: 5px;
	right: 5px;
	display: none;
}	

@media only screen and (max-width: 40em) {
	.shop-sidebar {
		margin-top: 2rem;
	}		
}


/* Product Listing Overrides */
	.woocommerce a.button.categories-link {
	    
	    position: relative;
	    margin-bottom: 1rem;
	    text-align: center;
	    background: #e8e8e8;
	    color: #1a1a1a;
	}
	.woocommerce a.button.categories-link:before {
	    font-family: 'Font Awesome 5 Free';
	    vertical-align: middle;
	    display: inline-block;
	    font-weight: 900;
	    content: "\f0b0";
	    margin-right: 12px;
	    font-size: 12px;
	    position: relative;
	    top: -2px;	
	}			
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		border: 2px solid #F2F2F2;
		background: #FFF;
		text-align: left;
		margin-bottom: 1.892em;
		text-align: center;
	}	
	.uael-woo-categories .products li.product .uael-category__title-wrap, .uael-woo-categories ul.products li.product .uael-category__title-wrap {
		background-color: transparent;
	}
	.uael-woo-categories .products li.product .uael-category__title-wrap .uael-count, .uael-woo-categories ul.products li.product .uael-category__title-wrap .uael-count {
		font-size: .75em;
		color: #FFF; 
	}
	.uael-woo-categories ul.products li.product .uael-category__title-wrap h2 {
		font-size: 1.2rem !important;
		font-weight: 700;
		text-transform: none;
		color: #FFF;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
		padding: 0 1rem;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;		
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    font-size: 0.9em;
	    line-height: 1.5; 
	}	
	.woocommerce ul.products li.product .price {
	    color: #DA291C;
	    display: block;
	    font-weight: 500;
	    margin-bottom: .5em;
	    font-size: 1.657em;
	}	
	.woocommerce ul.products li.product .button {
		margin: 1rem;
		display: none;
	}
	.product_meta span.posted_in {
		display: none;
	}



/* WooCommerce Pagination */
.woocommerce nav.woocommerce-pagination ul {
	    width: auto;
}


/* Product Page Styles */
.woocommerce-products-header {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0.5rem;
	margin: 1rem 0;
}
.woocommerce .woocommerce-breadcrumb {
	text-decoration: none;
	margin: 0;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
	text-decoration: underline;
    font-style: italic;
	margin: 0 5px;
}


/* Variant Table Overrides */
.woocommerce div.product form.cart table.variations tbody {
    background: transparent;
}

/* Product Fitment Styles */
form.mlo-wc-fitment-form {
	margin-bottom: 0;
}
.mlo-wc-fitment-form  .select2-container {
	width: 29% !important;
}
.mlo-wc-fitment-form.inc-brand .select2-container {
    width: 22.5% !important;
}
.mlo-wc-fitment-form button {
	padding: 0.8em 1.41575em;
	position: relative;
	top: 1px;
	/* margin: 20px auto 0; */
}
body.home .mlo-wc-fitment-form button {
	border: 2px solid white;
	top: 0px;
	padding: 0.7em 1.41575em;
}
/* Select 2 Overrides */
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
	font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #cbcbcb;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #b6b6b6 !important;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 0 !important;
}
@media only screen and (max-width: 40em) {
	.mlo-wc-fitment-form .select2-container {
		min-width: 100% !important;
	}
	.mlo-wc-fitment-form button {
		margin: 20px auto 0;
		width: 100%;
	}		
}


/* Fitment Check area on product page */
#add-to-cart-container {
	background: #f1f1f1;
	padding: 1rem;
	margin-bottom: 1rem;
}
add-to-cart-container .mlo-fitment-check-container {
	background: #f1f1f1;
}
.mlo-fitment-check-container p {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.mlo-fitment-check-container a {
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
	color: #3c3c3c;
}
.mlo-fitment-check-container a:hover {
	color: #ed1b22;
}
.mlo-fitment-check-container p.mlo-referrer-path {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.mlo-fitment-check-container p.mlo-invalid-bike {
	color: #F44336;
	font-weight: 600;
	margin-bottom: 1rem;
}
.mlo-fitment-check-container p.mlo-valid-bike {
	color: #4CAF50;
	font-weight: 600;
	margin-bottom: 1rem;
}
.mlo-fitment-check-container p.mlo-invalid-bike:before, .mlo-fitment-check-container p.mlo-valid-bike:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 14px;
	content: "\f059";
	margin-right: 5px;
}
.mlo-fitment-check-container p.mlo-invalid-bike:before {
	content: "\f059";
}
.mlo-fitment-check-container p.mlo-valid-bike:before {
	content: "\f058";
}
.mlo-fitment-check-container button.mlo-fitment-change-bike {
	font-size: 0.8rem;
	margin-top: 0.5rem;
}
.mlo-fitment-check-container .select2-container {
	width: 32.5% !important;
}
.mlo-fitment-check-container .select2-container .select2-selection--single {
	height: 35px !important;
}
.mlo-fitment-check-container .select2-container--default .select2-selection--single .select2-selection__placeholder, .mlo-fitment-check-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px !important;
	font-size: 14px;
}
.mlo-fitment-check-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
	right: 10px !important;
}


/* Stock Count */

/* Stock Count */
p.stock {
	font-weight: bold;		
}
.stock.in-stock {
	color: #27ae60 !important;
	margin-bottom: 0.5em;
}
.stock.available-on-backorder {
	color: #F60 !important;
	margin-bottom: 0.5em;
}
.stock.in-stock::before, .stock.available-on-backorder::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	font-size: 20px;
	margin-right: 5px;
	content: "\f638";
}
.stock.out-of-stock {
	color: #c0392b !important;
	margin-bottom: 0.5em;
}
.stock.out-of-stock::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	font-size: 20px;
	margin-right: 5px;
	content: "\f63a";
}


/* Fitment selector area on categories page */
.mlo-shop-category-fitment-container {
	background: #f1f1f1;
	padding: 1rem;
	margin-bottom: 2rem;
}
.mlo-shop-category-fitment-container .mlo-wc-fitment-form {
	/* margin-bottom: 20px; */
}
.mlo-shop-category-fitment-container .mlo-wc-fitment-form.inc-brand .select2-container {
    width: 20% !important;
}
.mlo-shop-category-fitment-container p.small {
	font-size: 12px;
}
.mlo-shop-category-fitment-container h3 {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.mlo-shop-category-fitment-container .select2-container .select2-selection--single {
	height: 45px !important;
}
.mlo-shop-category-fitment-container .select2-container--default .select2-selection--single .select2-selection__placeholder, .mlo-shop-category-fitment-container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px !important;
	font-size: 14px;
}
.mlo-shop-category-fitment-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
	right: 10px !important;
}
.mlo-shop-category-fitment-container .mlo-wc-fitment-form button {
	top: 2px;
	height: 45px;
}



/* Add to Cart */
.woocommerce div.product.elementor .quantity .qty {
    margin: 0;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.woocommerce div.product.elementor .quantity+.button {
    margin-left: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #44bd32;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #44bd32;
}


/* Shop Images */
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.woocommerce div.product div.images img, .uael-grid-img-thumbnail img {
    border: 1px solid #CCC;
	padding: 5px;
}


/* On Sale Span for the images */
.woocommerce span.onsale {
    min-height: inherit; 
    min-width: inherit;
    background-color: #DA291C;
    line-height: 2.236;
    position: absolute;
    margin: 0 !important;
}
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 0.7em 0.6em;
}


/* Shop Alerts / Messages */
.woocommerce-info {
    border-top-color: #DA291C;
}
.woocommerce-info::before {
    color: #DA291C;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f1f1f1;
    margin: 0;
    border-radius: 0;
}


/* Store Notices */
.admin-bar p.demo_store {
	top: auto;
}
.woocommerce-store-notice, p.demo_store {
	position: fixed;
	bottom: 0;
	background-color: #ed1b22;
	color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 0em;
}
.woocommerce-message, .woocommerce-error {
	color: #FFF;
	line-height: 1.8;
}
.woocommerce-message {
	border-top-color: #377f2e;
	background: #53b047;
}
.woocommerce-error {
	border-top-color: #7b151a;
	background: #b81c23;
}
.woocommerce-info {
    border-top-color: #d6d6d6;
    background: #eeeeee;
    font-weight: 700;    
}
.woocommerce-message::before, .woocommerce-error::before {
	color: #FFF;
}
.woocommerce-info::before {
	color: #A90000;
}


/* Woocommerce Tables */
.woocommerce table.shop_table {
	border-radius: 0;
	border-spacing: 0;
}


/* Coupon Text Box */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    padding: 12px 20px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f6f6f6;
    margin: 0 0 2rem 0;
    border-radius: 0;
    background: #f6f6f6;
}


/* Checkout Payment Area */
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin: 1rem 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f6f6f6;
    border-radius: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1rem;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	width: auto;
}
#sagepaydirect-cc-form .wc-credit-card-form-card-type, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box input.input-text {
	font-size: 0.8rem !important;
}
.woocommerce ul.payment_methods li.wc_payment_method.payment_method_ppec_paypal img {
	width: auto;
}
.woocommerce ul.payment_methods li.payment_method_klarna_payments_pay_over_time label a, .woocommerce ul.payment_methods li.payment_method_klarna_payments_pay_later label a {
    float: none !important;
    line-height: 1 !important;
    font-size: .83em;
    position: relative;
    left: 10px;
    top: 5px;
}


/* Woocommerce Buttons */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background: #CCC;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    /* text-transform: uppercase; */
    font-weight: 400;
    border-radius: 0px;
    background-color: #000;
    color: #FFF;
    font-size: 0.875rem;
    padding: 0.818em 1.5em;
}


/* Woocommerce Disabled Button */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #9a9a9a;
    color: #1a1a1a;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: .5;
    padding: 12px 20px;
    background: #9a9a9a;
}


/* Shop Attribute Selector */
.woocommerce div.product.elementor form.cart table.variations tbody {
	background: transparent;
	border: 0;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
	width: 35%;
	background: transparent;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	width: auto;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 0.5em;
}
table.variations tbody tr:nth-child(even) {
    background-color: transparent;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul { 
    margin-left: 0;
    border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
	padding: 1rem 0; 
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 0;
    display: block;
    color: #1a1a1a;     
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #DA291C;
    font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c"; 
  line-height: 1.618;
  margin-right: 0.5407911001em;
  width: 1.41575em;
  text-align: left;
  float: left;
  opacity: 0.25; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; }

.woocommerce-Address-title.title a {
	color: initial;
}


/* Stop Fiche Finder Showing Circles */
.image-diagram__highlight {
    display: none !important;
}

/*********************
END WOOCOMMERCE OVERRIDES
*********************/