/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea,.form-control.empty + label{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-uploao-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* SVG */
[class*=" icon-"],[class^=icon-]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}

/* SLIDER STYLES */
.embla{position:relative}.embla__viewport{overflow:hidden;width:100%}.embla__viewport.is-draggable{cursor:move;cursor:grab}.embla__viewport.is-dragging{cursor:grabbing}.embla__container{display:flex;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.embla__container.flex{flex-wrap:nowrap;}.embla__slide{position:relative;width:100%;flex-shrink:0}.embla__slide__img,.embla__slide__video{display:block;width:100%;height:auto}.full-height .embla__slide__inner{position:relative;overflow:hidden;height:100vh}.embla__slide__video,.full-height .embla__slide__img{width:100%;height:100%;object-fit:cover;object-position:center}.embla__button{outline:0;cursor:pointer;background-color:transparent;touch-action:manipulation;position:absolute;z-index:1;top:50%;transform:translateY(-50%);border:0;width:30px;height:30px;justify-content:center;align-items:center;fill:#fff;padding:0}.embla__button:disabled{cursor:default;opacity:.3}.embla__button__svg{width:100%;height:100%}.embla__button--prev{left:50px}.embla__button--next{right:50px}.embla__dots{display:none;list-style:none;justify-content:center}.embla__dot{cursor:pointer;position:relative;display:flex;align-items:center;}.embla__dot:last-child{margin-right:0}@media(max-width: 500px) {.embla__slide__inner {width:100%;height:100%;}.embla__slide__video {max-height: none !important;}}@media(max-width: 1024px) {.embla__button--prev{left:30px}.embla__button--next{right:30px}}
.disable-click .embla__slide { pointer-events: none; }
.embla-thumbs .embla__slide {
	width: 33.3333%;
	min-width: 33.3333%;
}

/* Hiding/Appearing Styles */
@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.hide-above-mobile{display:none!important}}@media (max-width:1024px){.hide-below-desktop{display:none!important}}@media (min-width:1025px){.hide-desktop{display:none!important}}@media (max-width:1200px){.hide-below-large{display:none!important}}@media (min-width:1025px){.hide-large{display:none!important}}

/* FLEX */
.flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-justify-content:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-left:-20px}.flex.no-gaps{margin-left:0}.fv-center{align-items:center}.fh-center{justify-content:center}.flex>*{width:100%;float:left;position:relative;padding:0 0 0 20px}.flex.pb-vert>*{padding-bottom:20px}.flex.no-gaps>*{padding:0}.flex.site-container>*{padding:0}.flex>.m-col-6{width:50%}.flex>.m-col-4{width:33.333%}.flex>.m-col-3{width:25%}.m-two-cols>*{width:50%}.m-three-cols>*{width:33.333%}.m-full{width:100%}.flex-grow{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1}.equal-height>*{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.equal-height>*>*{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1}.equal-height img{min-height:1px;align-self:flex-start}.flex-reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.equal-height>*>*{height:100%}}.equal-height>*>*>:last-child{margin-top:auto}.flex-right{-webkit-justify-content:flex-end;justify-content:flex-end;-moz-justify-content:flex-end}.ie .flex-basic:before,.ie .flex:before{content:" ";display:table}.ie .flex-basic:after,.ie .flex:after{content:" ";display:table;clear:both}
.m-flex-basic{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ie .m-flex-basic:before{content:" ";display:table}.ie .m-flex-basic:after{content:" ";display:table;clear:both}.ie .m-flex-basic>*{float:left}.ie .m-flex-basic>:last-child{float:right}
@media (min-width:500px){.flex-basic{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ie .flex-basic>*{float:left}.ie .flex-basic>:last-child{float:right}.t-two-cols>*{width:50%}.t-three-cols>*{width:33.333%}.t-four-cols>*{width:25%}.dealer-links .d-logo{background-size:auto 80%}a.video-popup{max-width:500px;height:218px;margin:20px auto;padding:170px 20px 0 20px}.ie .edge-designed{float:right}}
@media (max-width:767px){.flex.t-pb-vert>*{padding-bottom:20px}}
@media (min-width:768px){.l-two-cols>*{width:50%}.l-three-cols>*{width:33.333%}.l-four-cols>*{width:25%}}
@media (max-width:1024px){.flex.l-pb-vert>*{padding-bottom:20px}}
@media (min-width:1025px){.flex{margin-left:-30px}.flex>*{padding:0 0 0 30px}.flex.pb-vert>*{padding-bottom:30px}.d-two-cols>*{width:50%}.d-three-cols>*{width:33.333%}.d-four-cols>*{width:25%}.d-five-cols>*{width:20%}.d-six-cols>*{width:16.66667%}.flex>.d-col-10{width:83.333%}.flex>.d-col-9{width:75%}.flex>.d-col-8{width:66.66667%}.flex>.d-col-7{width:58.333%}.flex>.d-col-6{width:50%}.flex>.d-col-5{width:41.66667%}.flex>.d-col-4{width:33.333%}.flex>.d-col-3{width:25%}.flex>.d-col-2{width:16.66667%}}
@media (min-width:1200px){.xl-two-cols>*{width:50%}.xl-three-cols>*{width:33.333%}.xl-four-cols>*{width:25%}.xl-five-cols>*{width:20%}.xl-six-cols>*{width:16.66667%}.flex>.xl-col-10{width:83.333%}.flex>.xl-col-9{width:75%}.flex>.xl-col-8{width:66.66667%}.flex>.xl-col-7{width:58.333%}.flex>.xl-col-6{width:50%}.flex>.xl-col-5{width:41.66667%}.flex>.xl-col-4{width:33.333%}.flex>.xl-col-3{width:25%}.flex>.xl-col-2{width:16.66667%}}/*@media (min-width:1500px){.flex:not(.sml-gaps):not(.no-gaps){margin-left:-50px}.flex:not(.sml-gaps):not(.no-gaps)>*{padding-left: 50px} }*/
/*@media (min-width:1500px){.flex:not(.sml-gaps):not(.no-gaps){margin-left:-50px}.flex:not(.sml-gaps):not(.no-gaps)>*{padding-left: 50px} }*/

*,*:before,*:after {-webkit-box-sizing:inherit;box-sizing:inherit}section{margin:0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}h1,h2,h3,h4{display:block;width:100%;margin-top:0;margin-bottom:15px}a{text-decoration:none}a:hover{text-decoration:underline}p{margin:0 0 20px}a,button,input[type=submit]{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}img{max-width:100%;height:auto}button:focus{outline:0}.full-wrapper,.sml-wrapper,.wrapper,.med-wrapper{position:relative;width:100%;margin:0 auto}.t-left{text-align:left}.t-right{text-align:right}.t-center,.t-centre{text-align:center;list-style-position:inside}.t-upper{text-transform:uppercase}.inline-list{margin:0;padding:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.inline-list li{float:left;list-style:none}.anchor{position:relative;visibility:hidden;display:block}.hidden{display:none!important}iframe[name=google_conversion_frame]{height:0!important;width:0!important;line-height:0!important;font-size:0!important;margin-top:-13px;float:left}.slider-video video{display:block}.error-page form{display:none!important}.parallax{position:relative;background-repeat:no-repeat;background-attachment:fixed;background-position:top center;background-size:cover}.content ol,.content ul{padding-left:20px;margin-bottom:20px;line-height:1.75em}.content ol ol,.content ol ul,.content ul ol,.content ul ul{padding-left:20px}img:not([src]){visibility:hidden}img[data-src],img[data-srcset]{display:block;min-height:1px}.loaded{animation-name:fadeIn;animation-duration:.4s;animation-timing-function:cubic-bezier(0,0,.4,1);animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.videoWrapper{position:relative;padding-bottom: 56.25%;width:100%;height:0}.videoWrapper iframe,.videoWrapper video{position:absolute;top:0;left:0;width:100%;height:100%}th{background:#e4e4e4}td,th{padding:10px 15px;border:1px solid #d8d8d8}.bg-img{position:absolute;top:0;right:0;width:48%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}a.skip-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}a.skip-main:active,a.skip-main:focus{color:#fff;background-color:#000;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid #ff0;text-align:center;font-size:1.2rem;z-index:999}

/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Global Styling
*    1.1 - Button	
*    1.2 - Sidebar
*    1.3 - Finance text calculator	
*    1.4 - Form styles
*    1.5 - Forms Checkbox
*    1.6 - Error page
*    1.7 - Social
*  2.0 - Featured Cars & Edge Reviews
*  3.0 - Grid & Video Gallery
*    3.1 - Gallery Grid - Masonary
*    3.2 - Video Gallery
*  4.0 - Tab & Accordian
*  5.0 - News & Events - Menu Item - Category Blog
*  6.0 - Header & Menu
*  7.0 - Footer Links
*  8.0 - Banner
*  9.0 - Quicklinks
*  10.0 - Mini Stock Locator
*  11.0 - Main Content - Pages
*    11.1 - Home Page
*    11.2 - Content Page
*    11.3 - Contact Page
*/

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */


html {
	font-size: 16px;
	line-height: 1.5em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: ibm-plex-sans, sans-serif;
}

body {
	background: #000;
	color: #fff;
	padding-top: 154px;
}

.anchor {
	top: -40px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	color: #fff;
	font-weight: 700;
	line-height: 1em;
}

h1, .h1 {
	font-size: 24px;
}

h2, .h2 { 
	font-size: 24px;
}

h3, .h3 {
	font-size: 16px;
}

h4, .h4 {
	font-size: 18px;
}

.subtitle {
	margin-top: -10px;
	font-size: 20px;
}

a {
	color: #fff;
}

a:hover {
	color: #ed0000;
}

.wrapper, .sml-wrapper, .full-wrapper, .med-wrapper {
	line-height: 1.5em;
}

.wrapper, .sml-wrapper, .med-wrapper {
	padding: 40px 30px;
}

/*.full-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
*/

.wrapper {
	max-width: 1900px;
}

.med-wrapper {
	max-width: 1500px;
}

.sml-wrapper {
	max-width: 1000px;
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.grey-bg {
	background-color: #1c1c1c;
}

.white-bg {
	background-color: #fff;
}

.white-bg h1, .white-bg h3 {
	color: #000;
}

.wrapper.no-padding-top, .sml-wrapper.no-padding-top {
	padding-top: 0 !important;
}

.wrapper.no-padding-bottom, .sml-wrapper.no-padding-bottom {
	padding-bottom: 0 !important;
}

.t-red {
	color: #ed0000 !important;
}

.t-small {
	font-size: 12px;
	font-style: italic;
}

.term-top {
	margin-top: 60px;
}

@media (max-width: 768px) {

	.sml-wrapper.no-padding-top-mobile {
		padding-top: 0;
	}

}

@media (min-width: 1025px) {


	body {
		padding-top: 112px;
	}

	h1, .h1, h2, .h2 {
		margin-bottom: 20px;
	}

	.anchor {
		top: -90px;
	}

	.wrapper, .sml-wrapper, .med-wrapper {
		padding: 80px 50px;
	}

	/*.full-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}*/

	h1, .h1 {
		font-size: 40px;
	}

	h2, .h2 { 
		font-size: 30px;
	}

	h3, .h3 {
		font-size: 24px;
	}

	h4, .h4 {
		font-size: 18px;
	}

}

@media(min-width: 1200px) {

	.wrapper, .sml-wrapper, .med-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

}


@media(min-width: 1440px) {


	body {
		padding-top: 117px;
	}

	.wrapper, .sml-wrapper, .med-wrapper {
		padding-top: 140px;
		padding-bottom: 140px;
	}

}



@media(min-width: 1600px) {


	body {
		padding-top: 126px;
	}


}

/* ========================================================================== 
*  1.1 - Buttons	
* ========================================================================== */

.btn {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 17px 15px;
  border: none;
	text-decoration: none;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
	font-size: 14px;
}

a.btn:hover, .btn:hover {
	text-decoration: none;
}

.btn-mg-top {
	margin-top: 20px;
}

.btn-mg-bot {
	margin-bottom: 20px;
}

.btn-primary, a.btn-primary, .readmore, p.readmore {
	background-color: #fff;
	color: #000;
}

.btn-primary:hover, a.btn-primary:hover {
	background: #ed0000 radial-gradient(circle, transparent 1%, #ed0000 1%) center/15000%;
	color: #fff;
}

.btn-primary:active, a.btn-primary:active, p.readmore:hover, .readmore:hover {
	background-color: #ed0000;
	background-size: 100%;
	transition: background 0s;
}

.btn-secondary, a.btn-secondary {
	background-color: #1a1a1a;
	color: #fff;
}

a.btn-secondary:hover, .btn-secondary:hover {
	background: #8a8a8a radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
	color: #fff;
}

.btn-secondary:active, a.btn-secondary:active {
	background-color: #79ccff;
	background-size: 100%;
	transition: background 0s;
}

.btn-white, .btn-white-right {
	background: #fff;
	color: #101213;
	min-width: 180px;
}

.btn-white {
	background: #fff;
	color: #101213;
	min-width: 180px;
}

.btn-outline, a.btn-outline {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	padding: 10px 15px;
	border-radius: 25px;
}

a.btn-outline:hover, .btn-outline:hover {
	border-color: #568bf4;
}

.btn-signature {
	padding: 5px 20px; 
}


.btn-flex {
  display: flex;
  flex-direction: row;
}

.btn-flex >*:first-child {
  margin-right: 10px;
  margin-bottom: 0;
}


.btn.form-submit {
	width: 100%;
	text-align: center;
}

.btn-full-mobile {
	display: block;
	width: 100%;
}


@media (max-width: 500px) {

	.btn-flex {
		flex-direction: column;
	}

	.btn-flex >*:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

}

@media (min-width: 1025px) {

	.btn-full {
		display: block;
		width: 100%;
	}

}

/* ========================================================================== 
*  1.2 - Sidebar
* ========================================================================== */

.sidebar-mini {
	position: fixed;
	right: -124px;
	top: 40%;
	transform: translateY(-50%);
	width: 160px;
	z-index: 2000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar-mini:hover {
	right: 0;
}

.sidebar-mini a:hover {
	background: #444;
}

.sidebar-mini a {
	display: block;
	background: #ed0000;
	color: #fff;
	padding: 10px;
	vertical-align: middle;
	text-decoration: none;
}

.sidebar-mini .icon-sidebar {
	margin-right: 10px;
	vertical-align: middle;
}

.sidebar-mini .s-bg span {
	vertical-align: middle;
}

/* ========================================================================== 
*  1.3 - Finance text calculator	
* ========================================================================== */

.finance-text-calc .ft-content {
	margin: 30px 0;
}

.ft-content .ft-text {
	margin-top: 15px;
	font-size: 36px;
	line-height: 1.5;
}

.ft-content .input-group, .ft-content .select-group {
	position: relative;
}

.ft-input {
	padding: 0 5px;
	border: 0;
	border-bottom: 2px solid #000;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

.ft-input option {
	font-size: 0.6em;
}

.ft-input.error {
	border-color: red;
}

.ft-input:focus {
	outline: 0;
}

.ft-input.loan-amount {
	max-width: 200px;
	padding-left: 30px;
}

.ft-input.loan-interest {
	max-width: 150px;
	padding-right: 30px;
}

.ft-input.loan-balloon-value {
	max-width: 150px;
	padding-left: 30px;
}

.ft-input.loan-balloon-percent {
	max-width: 100px;
	padding-right: 30px;
}

.input-icon {
	position: absolute;
	left: 0;
	top: -16px;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}

.loan-interest + .input-icon, .loan-balloon-percent + .input-icon {
	left: auto;
	right: 8px;
}

.ft-text {
	display: block;
}

.ft-content #allow-balloon {
	display: inline-block;
	margin-top: 20px;
}

.ft-disclaimer {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
}

.ft-results {
	margin-top: 30px;
	padding: 30px;
	background-color: #f5f5f5;
}

.ft-results p {
	margin: 0;
	font-size: 22px;
}

.ft-repayment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ddd;
}

.ft-repayment .tabs-content {
	display: none;
}

.ft-repayment .tabs-content.active {
	display: block;
	font-size: 80px;
	line-height: 2;
}

.ft-repayment .tabs-header {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	border-left-width: 0;
	cursor: pointer;
}

.ft-repayment .tabs-header:nth-child(4){
	border-radius: 3px 0 0 3px;
	border-left-width: 1px;
}

.ft-repayment .tabs-header:nth-child(6){
	border-radius: 0 3px 3px 0;
}

.ft-repayment .tabs-header.active {
	background-color: #000;
	color: #fff;
}

.ft-repayment .balloon-payment {
	margin-top: 20px;
}

.ft-loan-details {
	max-width: 350px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
}

.ft-loan-details.ftld-ec {
	font-weight: bold;
}

.ft-results .btn-primary {
	margin-top: 30px;
}

.preapproval-form {
	display: none;
}

.preapproval-form.show {
	display: block;
}

/* ========================================================================== 
*  1.4 - Form styles
* ========================================================================== */

.form-group {
	position: relative;
}

.form-control, .select-container {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	padding: 13px 20px;
  color: #fff;
  background-color: #000;
  border: 2px solid #7f7f7f;
	line-height: 1em;
	outline: none;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus, .select-container:focus {
	outline: none;
	border-color: #ed0000;
}

.select-container {
	display: inline-block;
	padding: 0 !important;
	overflow: hidden;
	vertical-align: top;
	background: url(../images/select-input-white.png) no-repeat right 20px center #000;
}

.select-container .select-hide {
	  background: transparent;
	  width: 100%;
	  color: #fff;
	 height: 45px;
	 padding: 0 20px;
	 line-height: 2;
	 border: 0;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 text-indent: 0.01px;
	 text-overflow: '';
}

.select-container .select-hide:focus {
	outline: 0;
}

.select-container .select-hide option {
color: black;
}

.form-group label {
	position: absolute;
	top: -10px;
	left: 0px;
	padding: 0 5px;
	border: 0;
	color: #ed0000;
	z-index: 1;
	line-height: 1.5em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: text;
	font-size: 12px;
	background: #000;
}

.form-control.empty + label {
	top: 0;
	left: 0;
	padding: 15px 20px;
	background-color: transparent;
	color: #666;
	border-left: 0;
	border-right: 0;
}

.home textarea.form-control {
	height: 100px;
	resize: none;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.gcore-form-row {
	display: block;
	width: 100%;
}

.chrono_credits, #ftr-confirm {
	display: none;
}

.form-mbot {
	margin-bottom: 10px !important;
}

.form-text {
	margin-bottom: 30px; 
}

.flex > .gcore-form-row {
	padding-top: 0;
	padding-bottom: 0;
}

.chronoform .error {
	border-color: red !important;
}

.chronoform .error + label, .chronoform .error select {
	color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
	display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
	display: block;
}

/* Lines Theme */

.chrono-lines .form-control, .chrono-lines .select-container {
	padding: 10px 4px;
	border: 0;
	border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
	 padding: 0;
}

.chrono-lines .form-group label {
	top: -13px;
	left: 4px;
	padding: 0;
	background-color: transparent;
	color: #666;
}

.chrono-lines .form-control.empty + label {
	top: 0;
	left: 4px;
	padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus + label {
	color: #0099ff;
}

/* Left Labels Theme */
.chrono-l-labels .form-group {
	*zoom:1
}

.chrono-l-labels .form-group:before{
	content:" ";
	display:table
}

.chrono-l-labels .form-group:after{
	content:" ";
	display:table;
	clear:both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
	float: right;
	width: 74%;
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label  {
	position: relative;
	width: 25%;
	top: auto;
	left: auto;
	float: left;
	padding: 10px 0;
	background-color: transparent;
	color: #666;
	line-height: 1.5em;
}

.chrono-l-labels .form-control:not(.empty):focus + label {
	color: #0099ff;
}


/* ========================================================================== 
*  1.5 - Forms Checkbox
* ========================================================================== */

.checkbox-group {
    display: inline-block;
}

.checkbox-group .container {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark, .radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 2px solid #727272;
	border-radius: 10px;
}

.radiomark {
	border-radius: 25px;
}

.error + .checkmark {
	border-color: #ec1c24;
}

/* On mouse-over, add a grey background color */
.checkbox-group:hover input ~ .checkmark, .checkbox-group:hover input ~ .radiomark {
   border-color: #568bf4;
}

.checkbox-group input:checked ~ .checkmark, .checkbox-group input:checked ~ .radiomark {
   border-color: #568bf4;
}

/*.checkmark:after, .radiomark:after {
	content: "";
	position: absolute;
	display: none;
}*/

.checkbox-group input:checked ~ .checkmark:after, .checkbox-group input:checked ~ .radiomark:after {
	display: block;
}

/*.checkbox-group .checkmark:after {
	left: 11px;
	top: 5px;
	width: 10px;
	height: 18px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

.checkbox-group .container {
	vertical-align: middle;
	position: relative;
}

/* Radio Button -Style the indicator (dot/circle) */
.checkbox-group .radiomark:after {
    top: 10px;
    left: 10px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}


.pre-radio .checkmark, .pre-radio .radiomark {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border-radius: 0;
    z-index: 1;
}

.checkbox-group .container.pre-radio {
    padding: 30px;
}

.pre-radio img, .pre-radio h4, .pre-radio p {
    z-index: 2;
    position: relative;
}

.pre-radio p {
	margin: 15px 0 0;
	color: #666;
}

.checkbox-group input:checked ~ .checkmark, .checkbox-group input:checked ~ .radiomark {
    border-color: #568bf4;
}

@media (min-width: 1025px) {

	.form-group label {
		top: -10px;
		background: #000;
		left: 5px;
	}

	.form-group .select-container.active + label {
		top: -8px;
	}

}

/* DOLPHIN COLOURS - TO BE ADDED
   ========================================================================== */

.dolphin-standard .cc-thumb, .dolphin-extended .cc-thumb {
    width: 62px;
    height: 62px;
    display: block;
    border-radius: 5px;
    position: relative;
}

/* Colour Dolphin Standard
   ========================================================================== */
.dolphin-standard .checkbox-group:nth-child(1) .cc-thumb {background: #8c929e;}
.dolphin-standard .checkbox-group:nth-child(2) .cc-thumb {background: #e1e2e6;}
.dolphin-standard .checkbox-group:nth-child(3) .cc-thumb {background: #666666;}
.dolphin-standard .checkbox-group:nth-child(4) .cc-thumb {background: #b8b6dd;}

/* Colour Dolphin Extended
   ========================================================================== */
.dolphin-extended .checkbox-group:nth-child(1) .cc-thumb {background: #efefef;}
.dolphin-extended .checkbox-group:nth-child(2) .cc-thumb {background: #8c929e;}
.dolphin-extended .checkbox-group:nth-child(3) .cc-thumb {background: #666666;}
.dolphin-extended .checkbox-group:nth-child(4) .cc-thumb {background: #e1e2e6;}

/* ========================================================================== 
*  1.6 - Error page
* ========================================================================== */

.error-page h1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.error-page h2 {
	color: red;
}

.error-page h1 svg {
	margin-right: 20px;
}


/* ========================================================================== 
*  1.7 - Social
* ========================================================================== */

.social {
	-webkit-align-items: center;
	align-items: center;
}

.social a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
}

.social a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.social li:last-child a {
	margin-right: 0;
}

.social a:hover {
	background: #e0e0e0;
	color: #0c0c0c;
}

.top-header .social{
	margin-left: 20px;
}

.top-header .social a, .footer .social a{
    width: 24px;
    height: 24px;
    padding: 5px;
    font-size: 13px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.top-header .social a:hover, .footer .social a:hover {
	background-color: #ed0000;
	color: #fff;
}


/* ========================================================================== 
*  2.1 - Featured Cars + Reviews Thumbnails	 
* ========================================================================== */

.featcars .embla__dot, #reviews .embla__dot, #google-reviews .embla__dot {
	background-color: #ccc;
	border: none;
	width: 50px;
	border-radius: 5px;
	height: 5px;
}

.featcars .embla__dot.is-selected, #reviews .embla__dot.is-selected,#google-reviews .embla__dot.is-selected {
	background-color: #ed0000;
}

.featcars .embla__dots__container, #reviews .embla__dots__container,#google-reviews  .embla__dots__container {
	bottom: auto;
}

/* ========================================================================== 
*  2.2 - Feat cars + Review Slider
* ========================================================================== */

.f-stack > div span{
    color: #ed0000;	
}

.price-text {
    color: #999;
    font-weight: normal;
    text-transform: capitalize;
}

.rc-box .star-colour {
	color: #ed0000;
}

.just-arrived .cow-img:after, .featured .cow-img:before, .special-banner .cow-img:after, .featured-banner .cow-img:after {
	background-color: #ed0000 !important;
	color: #fff !important;
}

#reviews .embla__button, .featcars .embla__button {
	top: auto;
	bottom: -50px;
	left: 50%;
	width: 40px;
	height: 40px;
	padding: 10px;
	transform: translateX(-55px);
	fill: #ccc;
	border: 1px solid #ccc;
}

#reviews .embla__button:hover, .featcars .embla__button:hover {
	background-color: #ed0000;
	border-color: #ed0000;
	fill: #fff;
}

#reviews .embla__button--next, .featcars .embla__button--next {
	transform: translateX(15px);
}

/* ========================================================================== 
*  3.1 - Gallery Grid - Masonary
* ========================================================================== */

.gallery-grid-layout {
	columns: 340px;
	column-gap: 30px; 
}

.gallery-grid-layout > div {
		break-inside: avoid-column;
		margin-bottom: 30px;
}

.gallery-grid-layout img {
	display: block;
}

/* ========================================================================== 
*  3.2 - Video Gallery Styles
* ========================================================================== */

.video-gallery {
	max-width: 960px;
	margin: 0 auto;
}

div.imgbox a:hover img {
	opacity: 0.6;
}

div.vid_icon:hover, span.vid_icon:hover {
	opacity: 1;
	background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
}


/* ========================================================================== 
*  4.1 - Tabs
* ========================================================================== */

.tabs {
	margin-top: 20px;
}

.tabs-flex {
	display: flex;  
}

.default-header {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 15px 20px;
	background-color: #dce4e6;
	color: #000;
	cursor: pointer;
	border-right: 1px solid #aaa;
	flex: 1 1 100%;
}

.default-header:last-child {
	border-right: 0;
}

.default-header.dropdown {
	display: block;
}

.default-header.active {
	background-color: #ed0000;
	color: #fff;
	border-color: #ed0000;
}

.default-content {
	display: none;
	padding: 20px;
}

.default-content.dropdown {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

.default-content.active, .default-content.tab-slider {
	display: block;
	border: 2px solid #ed0000;
}

.default-content.dropdown.active {
	max-height: 10000px;
}


@media (max-width: 768px) {

	.tabs-flex {
		flex-wrap: wrap;
	}

}

/* ========================================================================== 
*  4.2 - Accordian
* ========================================================================== */

.accord-head {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}   

.accord-head svg {
	fill: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;  
}  

.accord-head:hover, .accord-container.active .accord-head{
	color: #ed0000;
}

.accord-head:hover svg, .accord-container.active svg {
	fill: #ed0000;
}   

.accord-container.active .accord-head svg {
	transform: rotate(45deg);
}

.accord-content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;  
	border-bottom: 1px solid #ccc;
}

.accord-content:last-child * {
	margin-bottom: 0;
}

.accord-container.active .accord-content {
	padding: 0 20px 20px;  
	max-height: 10000px;  
}

/* ========================================================================== 
*  5.0 - News & Events - Menu Item - Category Blog
* ========================================================================== */

.readmore, p.readmore {
	display: inline-block;
	margin: 0;
}

.readmore a {
	margin-top: 0;
	color: #fff;
}

.readmore a span {
	display: none;
}

.page-header, .page-header + .article-info {
	display: none;
}

.published {
	margin-left: 0;
}

.published .icon-calendar {
	display: none;
}

.pagination ul {
	display: flex;
	list-style: none;
	justify-content: center;  
	padding-left: 0;
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a, .pagination ul li span {
	padding: 7px;
	margin: 0 5px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border: 1px solid #000;
}

.pagination ul li span, .pagination ul li a:hover {
	background-color: #ed0000;
	color: #fff;
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
	display: none !important;
}

.np-img {
	width: 100%;
	background-position: center;
	background-size: cover;
}

.np-line {
	margin-bottom: 35px;
}

/* ========================================================================== 
*  6.1 - Top Header
* ========================================================================== */

.top-header {
	display: none;
	position: relative;
	z-index: 1000;
	text-align: center;
	background-color: #000;
	width: 100%;
}

.top-header .wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	justify-content: flex-end;
}

.top-header a, .top-header .wrapper > svg {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.top-header a {
	color: #fff;
	font-size: 14px;
}

.top-header .wrapper > svg {
	color: #ed0000;
}

.top-header a:hover {
	color: #ed0000;
	text-decoration: none
}

.top-header p {
	margin: 0;
	line-height: 1.1em;
	vertical-align: middle;
	color: #fff;
}

.top-header .wrapper > svg {
	margin: 0 5px 0 10px;
}

.translated-ltr .skiptranslate ~ .header .top-header {
	top: 40px;
}


@media (min-width: 1025px) {

	.top-header {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1030;
		text-align: right;
		-webkit-transition: top 0.4s ease;
		-moz-transition: top 0.4s ease;
		transition: top 0.4s ease;
		overflow: hidden;
	}

	.top-header .wrapper {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.top-header p {
		display: inline-block;
	}

}

/* ========================================================================== 
*  6.2 - Dealer menu
* ========================================================================== */

.dealer-menu {
	background: #000;
	position:fixed;
	top: 52px;
	left: 0;
	width: 100%;
	z-index: 1030;
	-webkit-transition: top 0.4s ease;
	-moz-transition: top 0.4s ease;
	transition: top 0.4s ease;
}

.dealer-menu .wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}

.dealer-menu .logo {
	display: inline-block;
	width: 150px;
}

.dealer-name {
	color: #fff;
	text-align: right;
	font-weight: 700;
	width: auto;
	float: right;
	font-style: italic;
	margin-top: 15px;
}

.dealer-name span {
	color: #ed0000; 
}




@media (min-width: 1025px) {

	.dealer-name {
		margin-top: 7px;
	}

	.stacked .nav-menu {
		top: 135px;
	}

}

@media (min-width: 1200px) {

	.dealer-name {
		font-size: 30px;
		margin-top: 15px;
	}

	.dealer-menu .logo {
		width: auto;
	}

	.stacked .nav-menu {
		top: 156px;
	}

	.fixed-menu .stacked .nav-menu {
		top: 0;
	}

}

/* ========================================================================== 
*  6.3 - Navigation
* ========================================================================== */

.nav-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1030;
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
  border-bottom: 4px solid #ed2027;
}

.nav-menu .wrapper {
	align-items: center;
}

.fixed-menu .nav-menu {
	transform: translate(0, -100%);
}

.primary-nav {
	display: none;
}

.logo {
	display: flex;
	margin: 0 auto;
}

.logo img {
	display: block;
}

.logo a {
	display: block;
}

.mobile-title {
	white-space: nowrap;
}

@media (max-width: 1024px) {

	.logo img {
		width: auto;
		height: 32px;
	}

}

@media (min-width: 1025px) {


	.mobile-header, .mobile-title {
		display: none;
	}

	.logo {
		width: 180px;
	}

	.logo img {
		height: auto;
	}

	.mobile-link {
		display: none;
	}

	.m-menu {
		background: #eee;
	}

	.nav-menu {
		position: fixed;
		top: 40px;
	}

	.fixed-menu .nav-menu {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}

	.nav-menu .wrapper {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.stacked .nav-menu .wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-nav {
		display: flex;
		justify-content: flex-end;
		-webkit-flex: 1;
		flex: 1;
	}

	.primary-nav .nav {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
	}

	.primary-nav ul {
		margin: 0;
		padding: 0;
		z-index: 50;
	}

	.primary-nav li {
		display: inline-block;
		position: relative;
	}

	.primary-nav a {
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		font-size: 12px;
		line-height: 1em;
	}

	.primary-nav .nav-child {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		border: none;
		text-transform: uppercase;
		min-width: 100%;
		white-space: nowrap;
	}

	.primary-nav ul li:hover .nav-child {
		display: block;
	}

	.primary-nav .nav-child li {
		display: block;
	}

	.primary-nav > .nav > li:hover > a {
		color: #ed0000;
	}

	.primary-nav .nav-child a {
		position: relative;
		padding: 8px 20px;
		text-align: left;
		background-color: #1a1a1a;
		color: #fff;
	}

	.primary-nav .nav-child li:hover a {
		background: #ed0000;
		color: #ffffff;
	}

	.primary-nav .nav-child li:last-child a {
		border: 0;
	}

	.right-sidebar h2 {
		margin: 14px 0 27px; 
	}

	.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
		top: 88px;
	}

	/* Second Level Sub-Menu */
	.primary-nav ul li .nav-child .nav-child {
		display: none;
		position: absolute;
	}

	.primary-nav .nav-child li:hover .nav-child {
		display: block !important;
	}

	.primary-nav .nav-child .nav-child {
		top: 0;
		left: 100%;
		height: 103.1%;
		display: none !important;
	}

	.primary-nav .nav-child .nav-child li a {
		background-color: #f2f2f2 !important;
		color: #000 !important;
	}

	.primary-nav .nav-child .nav-child li:hover a {
		background-color: #ed0000 !important;
		color: #fff !important;
	}

	.primary-nav a.ord-link {
    background: #7f7f7f;
    color: #fff;
    margin-left: 15px;
	}

	.primary-nav a.ord-link:hover {
    background: #ed0000;
    color: #fff !important;
	}

	.primary-nav a.pre-link {
    background: #ed0000;
    color: #fff;
    margin-left: 15px;
	}

	.primary-nav a.pre-link:hover {
    background: #fff;
    color: #ed0000 !important;
	}


	.atto-3-service-plan .primary-nav a.pre-service {
		display: inline-block;
	}

	.ordernow {
		display: block;
	}


	/* ========================================================================== 
	*  	6.3.1 - Smaller Navigation on scroll
	* ========================================================================== */

	.fixed-menu .top-header {
		transform: translate(0, -100%);
	}

	.fixed-menu .dealer-menu {
		top: 0;
		transform: translate(0, -100%);
	}

	.fixed-menu .nav-menu {
		top: 0;
		transform: translate(0, 0);
	}


}

@media(min-width: 1200px) {

	.logo {
		display: flex;
		width: 230px;
		margin-right: 30px;
	}

	.primary-nav a {
		font-size: 14px;
	}	

}

@media(min-width: 1440px) {

	.logo {
		width: 350px;
		margin-right: 30px;
	}

	.primary-nav a {
		padding: 10px 14px;
	}	
}


@media(min-width: 1600px) {

	.logo {
		width: auto;
	}

}



/* ========================================================================== 
	*  	6.3.2 - Fixed menu items positioned under navigation
	* ========================================================================== */

.fixed-menu {
	--fixed-padding: 44px;
}

@media(min-width: 1025px) {
	.fixed-menu {
		--fixed-padding: 96px;
	}
}

@media(min-width: 1200px) {
	.fixed-menu {
		--fixed-padding: 106px;
	}
}

/* ========================================================================== 
*  6.4 - Mobile Header
* ========================================================================== */

.mobile-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
	background-color: #000;
	z-index: 1000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.fixed-menu .mobile-header {
	top: 0;
}

.scrolling-down .mobile-header {
	transform: translate(0, -100%);
}

.mobile-header .m-flex-basic > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mobile-link, .mobile-header a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 0;
	padding: 0;
	background-color: transparent;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.mobile-link span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mobile-header a {
	margin-right: 20px;
}

.mobile-header a svg, .mobile-link svg {
	font-size: 20px;

}

.icon-location, .icon-mobile {
	color: #ed0000;	
	margin-right: 5px;
}

.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {
	display: none
}

.show-menu .mobile-link .icon-cross {
	display: block;
}

.mobile-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	z-index: 500;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
}

.show-menu .mobile-overlay {
	display: block;
	-webkit-animation: mobile_overlay 1s;
	animation: mobile_overlay 1s;
}

@-webkit-keyframes mobile_overlay {
	from {background-color: rgba(0,0,0,0);}
	to {background-color: rgba(0,0,0,0.6);}

}

@keyframes mobile_overlay {
	from {background-color: rgba(0,0,0,0);}
	to {background-color: rgba(0,0,0,0.6);}
}

body.show-menu {
	overflow: hidden;
}

.m-menu {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	height: 100%;
	background-color: #000;
	z-index: 99999999;
	max-height: 0;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
}

.fixed-menu .m-menu {
	top: 42px;
}

.show-menu .m-menu {
	display: block;
	padding-bottom: 200px;
	max-height: 2000px;
	overflow: auto;
}

.m-menu .nav-child {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.m-menu .show .nav-child {
	max-height: 10000px;
}

.m-menu ul {
	margin: 0;
	padding: 0;
}

.m-menu li {
	padding: 0 0;
	list-style: none;
}

.m-menu a {
	display: block;
	position: relative;
	padding: 15px 30px;
	color: #7f7f7f;
	border-top: 1px solid #363636;
	text-decoration: none;
	text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.m-menu .active > a {
	color: #ed0000;
}

.m-menu .nav-child a {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.m-menu .active .nav-child .active a {
	background-color: #ed0000;
	color: #fff;
}

.m-menu .parent > a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 5px;
	top: 50%;
	right: 30px;
	margin-top: -2px;
	transform: rotate(-90deg);
	background-image: url(../images/select-input.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.m-menu .parent.show > a:after {
	transform: rotate(0);
}

/* Second Level Sub-Menu */
.m-menu .nav-child, .m-menu .show .nav-child .nav-child {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.m-menu .show .nav-child, .m-menu .show .nav-child .show .nav-child {
	max-height: 100%;
}

.m-menu .nav-child .nav-child a {
	padding-left: 30px;
	color: #ffffff;
	background: #8e8e8e;
}

/* ========================================================================== 
*  6.5 - Mobile Header - Split Style
* ========================================================================== */

.mobile-split .wrapper {
	padding: 0 !important;
}

.mobile-split .m-flex-basic > div {
	padding: 0 30px;
}

.mobile-split .mobile-link {
	padding: 11px 30px;
	background: #ed0000; 
}

.mobile-split a svg {
	margin-right: 0;
}


@media (max-width: 1024px) {

	.nav-menu .wrapper {
		padding: 32px 30px;
	}

	.mobile-header .wrapper {
		padding: 15px 30px;
	}	

}
/* ========================================================================== 
*  7.0 - Footer Links
* ========================================================================== */

.footer-links {
	background-color: #000;
}

.footer-links .h3 {
	margin: 0;
}

.footer-links .h4 {
	margin: 30px 0 20px;
	color: #ed0000;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-links a {
	text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
	color: #ed0000;
}

.highlight {
	color: #ed0000; /* Highlight Day Colour*/
}

.footer-links ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.footer-links .chronoform {
	margin-bottom: 0;
	padding-right: 10px;
}

.foot-header {
	display: flex;
	justify-content: space-between;
	align-items: center;  
}

.foot-header.active .icon-foot { 
	transform: rotate(45deg);
}

.icon-foot {
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
}

.foot-header {
	font-size: 18px;
}

.footer-links img {
	margin-bottom: 30px;
}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */

.copyright {
	background-color: #000;
}

.copyright p, .copyright a {
	margin-bottom: 0;
	font-size: 12px;
	color: #666666;
	font-weight: 500;
}

.copyright span {
		color: #ed0000;
}

.copy-name {
	color: #666666 !important;
}

.copyright .wrapper {
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

.edge-designed a {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed span, .edge-designed img {
	display: inline-block;
	vertical-align: middle;
}

.edge-designed img {
	margin-left: 10px;
}

.back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 767px) {

	.copyright {
		text-align: center;
	}

	.copy-name {
		display: block;
	}

	.copy-break {
		display: none;
	}

	.edge-designed {
		margin-top: 10px;
	}

	.footer-links p, .footer-links a {
		font-size: 14px;
	}

	.foot-content {
		display: block;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.foot-content.active {
		max-height: 1000px;
		padding-bottom: 20px;
	}

	.icon-foot {
		display: block;
	}

	.foot-header {
		background: #ed0000;
		padding: 15px 30px;
		width: 100vw;
		margin: 0 0 0 -30px;
	}
}

@media (min-width: 768px) {

	.copy-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}

	.footer-links img {
		margin-bottom: 60px;
	}

}

@media (max-width: 1024px) {


}

@media (min-width: 1025px) {

	.footer-links .wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer-links h1 {
		margin: 10px 0 40px 0;
	}

	.footer-links .h3 {
		margin: 0 0 40px 0;
	}

	.footer-links .flex > div {
		padding-bottom: 0;
	}

	.copyright .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner {
	background-color: #000;
}

.banner .wrapper {
	max-width: none;
	padding: 0;
}

.banner-text {
  padding: 30px;
}

.banner-text img {
	display: block;
}

.banner-text p {
	font-size: 16px;
	margin-bottom: 30px;
}

.banner img {
	margin: 0 auto;
	display: block;
}

.banner .embla__slide__inner img { 
	min-height: 235px;
	object-fit: cover;
}

.banner-img, .banner-img-m {
	width: 100%;
}

.bannertwo-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1730px;
  z-index: 2;
  padding: 50px;
  color: #fff;
}

.bannertwo-text.bottom {
	top: auto;
	bottom: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.banner-two, .stats {
	background: #000;
}

@media (min-width: 768px) {

	.banner-text {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.banner-two .full-wrapper {
		padding-top: 100px;
		padding-bottom: 70px;
	}

}

@media (max-width: 1024px) {

	.bannertwo-text.bottom p{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
}

@media (min-width: 1025px) {

	.banner .embla__slide__inner img {
		width: 100%;
	}

	.banner-two .banner-dw {
		font-family: montserrat, sans-serif;
		font-size: 22px;
		margin-top: 20px;
	}

	.banner-text {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 1730px;
    z-index: 2;
    padding: 30px 50px;
  }

  .banner-text h2, .banner-text p {
  	color: #fff;
  }

  .banner-text h2 {
  	font-size: 45px;
  	line-height: 54px;
  	margin-bottom: 10px;
  }

  .banner-text .t-centre .btn-white {
  	top: 87%;
  	position: absolute;
  	left: 5%;
  	right: 0;
  	max-width: 180px;
  	width: 100%;
  }

  .banner-text .t-centre .btn-white-right {
  	top: 87%;
  	position: absolute;
  	right: 5%;
  	max-width: 180px;
  	width: 100%;
  }

  .banner-text p {
  	font-size: 35px;
  	line-height: 42px;
  	margin-bottom: 20px;
  }

  .bannertwo-text.bottom p{
  	font-size: 20px;
  }

  .embla__dots__container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    padding: 20px;
	}

	.embla__dots {
    display: flex;
    list-style: none;
    justify-content: center;
	}

	.embla__dot {
    border: none;
    padding: 0;
    outline: 0;
    width: 50px;
    height: 3px;
    margin-right: 10px;
    border: none;
    background: #fff;
    opacity: 0.4;
	}

	.embla__dot.is-selected {
    opacity: 1;
	}
}



@media (min-width: 1440px) {

	.banner-text {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.bannertwo-text {
		padding: 125px 50px 30px;
	}

	.banner-two .banner picture img {
		min-height: 500px;
    object-fit: cover;
  }

}

/* ========================================================================== 
*  9.0 - Quicklinks
* ========================================================================== */

.quicklinks {
	background: #fff;
}

.q-link {
	position: relative;
	overflow: hidden;
}

.q-link img {
	overflow: hidden;
	width: 100%;
}

.q-link img{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.q-link:hover img {
    transform: scale(1.2);
}

.q-link a {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.q-link h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}


@media (min-width: 769px) {

	.q-link {
		margin: 0;
	}

	.q-img div {
		height: 160px;
	}

	.q-link p {
		padding: 15px;
	}

	.q-link p {
		background-color: #333;
	}

}

@media (min-width: 1025px) {
	.quicklinks .wrapper {
		padding-top: 80px;
		padding-bottom: 50px;
	}

}

@media (max-width: 1499px) {

	.quicklinks .q-link h3 {
		padding: 10px;
	}
}


/* ========================================================================== 
*  11.1 - Main Content - Home Page
* ========================================================================== */


.content {
	position: relative;
}

.content-fill {
	height: 100%;
	background: #bdbdbd;
	padding: 10px 20px; 
}

.dark-bg p, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg a {
	color: #fff;
}

.google-map {
	display: block;
}

.google-map iframe {
	max-width: 100%;
	pointer-events: none;
}

.stats-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  /*flex-wrap: wrap;*/
}

.stats-flex > div {
  padding: 10px;
  border-right: 1px solid #424242;
}

.stats-flex > div p {
	margin: 0;
	font-size: 12px;
}

.stats-flex > div:last-child {
	border-right: none;
}

.t-blue {
	color: #5686ef !important;
}

.battery {
	border-right: none !important;
	padding-right: 0 !important;
}

.reviews {
	background: #fff;
}

.light-bg p, .light-bg h1, .light-bg h2, .light-bg h3, .light-bg h4, .light-bg h5 {
	color: #000;
}

.dir-btn {
  bottom: 0;
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%, -50%);
}

.dir-btn .btn {
	min-width: 180px;
}

.stats .wrapper {
	padding-top: 20px;
}

.banner-dw {
	margin-top: 20px;
}

.ReviewBackground__Container-sc-1jrpbkc-0 {
    background-color: #f2f2f2 !important;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 17.2px !important;
    min-height: 270px;
}

@media (max-width: 600px) {

	.stats-flex > div {
	  width: 33%;
	}

}

@media (min-width: 601px) {

	.stats-flex > div {
	  padding: 10px 20px;
	}

}

@media (max-width: 768px) {

	.stats-flex .stats-full {
		width: 100%;
		margin-top: 30px;
	}

	.stats-flex > div:nth-last-child(2) {
		border-right: none;
	}

}

@media (min-width: 1025px) {

	.stats .wrapper {
		padding-top: 40px;
	}

	.col-half {
		width: 50%;
	}

	.stats-flex > div {
	  width: auto
	}

	.stats-flex > div {
	  padding: 10px 10px;
	}

}

@media(min-width: 1200px) {

	.reviews .wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.range-section .banner-dw {
		font-size: 13px;
	}
}

@media(min-width: 1440px) {

	.range-section .banner-dw {
		font-size: 16px;
	}

}


/* ========================================================================== 
*  11.2 - PAGE - SERVICE PLAN
* ========================================================================== */


.service-table .wrapper {
    max-width: 1600px;
}

.service-plan {
	overflow-x: auto;
}

.service-plan table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
}


.service-plan table tr:nth-child(even) {
    background: #303030;
}

.service-plan th {
    background: #ec0300;
}

.service-plan td, .service-plan th {
    border: 1px solid #1e1e1e;
}

.service-plan table tr td:first-child {
    text-align: left;
    width: 40%;
    min-width: 240px;
}

.service-table .accord-head {
    margin-bottom: 20px;
    background-color: #ec0300;
}

.service-table .accord-content {
	border-bottom: 0;
}

.service-table .accord-head:hover, .service-table .accord-container.active .accord-head {
    color: #fff;
}

.service-table .accord-head:hover svg, .service-table .accord-container.active svg {
    fill: #fff;
}



/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.center-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-content > div {
	max-width: 768px;
	width: 100%;
	padding: 40px 30px
}

.center-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.centered-carousel .embla__container {
  align-items: center;
}

.centered-carousel .embla__slide {
  width: 50%;
  transform: translateX(10%);
}

.centered-carousel .embla__slide__inner {
  width: 80%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.centered-carousel .is-selected .embla__slide__inner {
  width: 110%;
  transform: translateX(-13.6%);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}


/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.full-container {
	max-height: 400px;
	height: 100vh;
	overflow: hidden;
}

.full-container .wrapper {
	max-width: 1700px;
	height: 100%;
}

.full-text {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 600px;
	z-index: 2;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.full-text > div:last-child {
	margin-top: 30px;
}

.float-text {
	background: #000000;
	padding: 30px 0 0;
	width: 100%;
}


.float-text span {
	color: #28ade2;
}

.float-text p:last-child {
	margin-bottom: 0;
}


@media(min-width: 768px) {

	.full-container {
		max-height: 500px;
	}

	.float-text {
		padding: 30px;
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 600px;
	}

	.float-text.float-left {
		left: 0px;
	}	

}

@media(min-width: 1025px) {

	.full-container {
		max-height: 700px;
	}

	.float-text {
		padding: 40px;
	}

	.full-text > div:last-child {
		margin-top: 60px;
	}

	.full-text {
		top: 20%;
	}	

}


@media(min-width: 1240px) {

	.float-text.float-left {
		left: -80px;
	}	

}


@media(min-width: 1440px) {

	.full-container {
		max-height: 1024px;
	}

}

/* ========================================================================== 
*  11.3 - Contact page
* ========================================================================== */

.contact-tabs .inline-list {
	padding-left: 0;
	background-color: #dce4e6;
}

.contact-tabs .tabs-content {
	padding: 20px;
}

.contact-card {
	background-color: #f5f5f5;
	border: 1px solid #969696
}

.contact-card .contact-logo {
	background-color: #fff;
	text-align: center;
	padding: 10px 20px;
}

.contact-card .contact-stuff {
	padding: 20px;
}

.contact-card .s-header {
	width: auto;
	color: #000;
	cursor: pointer;
	position: relative;
}

.contact-card .s-header:after {
	content: "+";
	position: absolute;
	color: #000;
	right: 2px;
	top: 0;
	z-index: 2;
	font-weight: bold;
}

.contact-card .s-content {
	display: none;
}

.contact-card .s-header.active + .s-content {
	display: block;
}



/* ========================================================================== 
*  11.2 - POP UP - ORDER NOW
* ========================================================================== */

.ordernow-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: opacity 250ms ease-out;
  z-index: -1;
  opacity: 0;
}

.ordernow-popup {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999999;
  background: #ffffff;
  padding: 30px 30px 100px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;  
  overflow: auto;
}

.ordernow-popup, .ordernow-popup h2, .ordernow-popup h3, .ord-colour-name {
  color: #000;
}

.ordernow-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ordernow-heading p {
	margin-bottom: 0;
}

.icon-cross-gs {
  width: 32px;
  height: 32px;
  color: #6d747c;
  background: #fff;
  border: 1px solid #727272;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
}

.icon-cross-gs:hover {
	border-color: #ed0000;
  background: #ed0000;
  color: #fff;
}

.ordernow-overlay.show {
  opacity: 1;
  z-index: 9999998;
} 

.ordernow-popup.show {
  right: 0;
}

.ordernow-popup.show .total-flex {
	right: 0;
}


@media (max-width: 700px) { 

	.icon-cross-gs {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	}

}


@media (min-width: 769px) { 

  .ordernow-popup {
    padding: 70px 70px 150px;
    max-width: 770px;
  }

}


/* ========================================================================== 
*  11.2 - Floating Pre Order Button
* ========================================================================== */


.pre-floating {
    background: #ed0000;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 15px;
    text-transform: uppercase;
    position: fixed;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    display: inline-block;
    text-align: center;
    width: 80%;
    border: 1px solid #b11717;
/*    box-shadow: 0 0 17px 3px #f00, 0 0 4px 2px #f00;*/
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;  
}



@media (max-width: 768px) { 

	.scrolling-down .pre-floating {
	    bottom: 25px;	
	}

}

/* ========================================================================== 
*  11.2 - POP UP - ORDER NOW
* ========================================================================== */

#payment-form .container-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
}

#payment-form .eta {
	color: #6b82e0;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;
}

#payment-form .container, #payment-form .price {
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
}

#payment-form .container span {
	font-size: 14px;
	display: block;
  font-weight: 500;
}

#payment-form .container img {
	border-radius: 5px;
	display: block;
}

#payment-form .container .price {
	font-weight: 700;
}

.ord-flex, .trade-flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.ord-flex > div {
	margin-right: 2%;
}


.ord-flex > div:last-child, .trade-flex > div:last-child {
	margin-right: 0;
}


#payment-form .container.sml-pad {
	padding: 5px;
}

.ord-border {
  padding: 40px 0;
  border-bottom: 1px solid #727272;	
}

.ord-border p {
	margin-bottom: 0;
}

.ord-cost, .ord-colour-name, .ord-colour-price {
	font-weight: 700;
	margin: 0;
	font-size: 14px;
}

.ord-cost span, .ord-colour-price {
	font-weight: 500;
	color: #727272;
}


.total-flex h3, .due-flex h3 {
	margin-bottom: 0;
}

.total-flex p, .due-flex p {
	color: #727272;
	font-size: 13px;
	margin: 0;
}

p.total-price {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  margin: 0;
  line-height: 1em;
  text-align: right;
}

.t-green {
    color: green !important;
}

p.rebate-txt {
    font-weight: bold;
    font-size: 18px;
}

.total-flex, .due-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 770px;
    background: #fff;
/*		padding-bottom: 15px 30px 15px 30px;*/
}

.due-flex {
	padding-top: 30px;
}

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

.ao-flex img {
	margin-right: 10px;
}

.total-flex {
		padding: 15px 30px 15px 30px;
		position: fixed;
    bottom: 0;
		right: -100%;
		width: 100%;
    max-width: 770px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    z-index: 1;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
}

.ord-border .form-control, .ord-border .select-container {
    margin-bottom: 15px;
    padding: 15px 20px;
    color: #000;
    background-color: #fff;
    border: 2px solid #727272;
    border-radius: 10px;
    font-size: 14px;
}


.ord-border .form-control.empty + label {
    padding: 18px 20px;
    color: #000;
    font-size: 14px;
}

.ord-border .form-control.empty + label {
  background: transparent;
}

.ord-border .form-group label {
  background: #fff;
}

.ord-mg-top {
	margin-top: 30px;
}

.tradein-form {
	margin-top: 30px;
	display: none;
}

.orc {
	font-size: 16px;
}

p.orc {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: right;
    line-height: 1em;
}

.sum-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sum-margin {
	margin: 0;
	font-weight: 600;
}

.ord-form-heading {
	display: block;
}

.ord-sum-heading, .order-summary, .btn-back {
	display: none;
}

.btn-back {
	color: #6b82e0 !important;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;	
	cursor: pointer;
}

.btn-back:hover {
	text-decoration: underline;
}

.sum-floormats, .sum-wallbox, .sum-protection, .sum-tradein {
	display: none;
}

.sum-floormats.show, .sum-wallbox.show, .sum-protection.show, .sum-tradein.show {
	display: flex;
}

.sum-rebate, .sum-orc {
    color: #6b82e0;
}

.ord-more {
	color: #6b82e0 !important;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 500;	
	cursor: pointer;
}


#payment-form .container span.ord-more {
	display: inline-block;
}


.ord-more-floating {
    position: absolute;
    padding: 10px;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow: #999595 1px 1px 3px 1px;
    display: none;
}

.ord-more-floating p {
	    font-weight: 300;
}

.ord-more:hover + .ord-more-floating {
	display: block;
}

.order-tcs {
	font-size: 14px;
	line-height: 1.3;
}

.order-tcs li {
	margin-bottom: 10px;
}

/* Payment */
.spinner2{vertical-align:middle;transform-origin:center;animation:spinner-rotate 2.25s linear infinite;will-change:transform}.spinner2 circle{fill:none;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:spinner-stretch calc(2.25s * .75) ease-in-out infinite;will-change:stroke-dasharray,stroke-dashoffset}@keyframes spinner-rotate{100%{transform:rotate(360deg)}}@keyframes spinner-stretch{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-124px}}

.sr-card-element {
    display: block;
    width: 100%;
    padding: 9px 15px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    outline: none;
    font-size: 16px;
    background-image: none;
    border: 2px solid #aaa; /* Change to same as form border */
    color: #555;
}

.sr-field-error {
  margin-bottom: 20px;
  color: red;
}

.powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

.powered-by img {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  margin-right: 5px;
  height: 28px;
}


.order-tcs {
    line-height: 1.6;
    padding-left: 0;
    list-style: none;
    color: #727272;
    font-size: 13px;	
    margin-bottom: 10px;
}

.order-tcs-link {
	line-height: 1.6;
	padding-left: 0;
	list-style: none;
	color: #6b82e0;
	font-size: 13px;	
	cursor: pointer;
}

.btn-signature {
    border: 0;
    background: #fff;
    margin: 10px 0 0 auto;
    color: #6b82e0;
    font-size: 13px;
    padding: 0;
    display: block;
}


/* Signature field */
#signature-canvas {
	width: 100%;
	height: 100px;
	border-bottom: 2px dashed #CCCCCC;
	cursor: crosshair;
	background: #f7f7f7;
}
  
.drawing .ordernow-popup {
  overflow: hidden;
}

  
@media (min-width: 1025px) {
  .drawing .ordernow-popup .hc-content {
      width: calc(100% - 17px)
  }
}

@media (max-width: 599px) { 

	.trade-flex {
    flex-direction: column;
	}

}

@media (min-width: 600px) { 

	.trade-flex > div {
		width: 49%;
		margin-right: 2%;
	}	

	.trade-flex .checkbox-group .container {
		margin-bottom: 0;
	}

}


@media (min-width: 769px) { 

	.total-flex {
    padding-left: 70px;
    padding-right: 90px;
  }


	p.total-price {
	  font-size: 30px;
	}  

}

/* ========================================================================== 
*  11.2 - FAQ WALL CHARGER
* ========================================================================== */



ul.service-list {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.service-list li {
  border-bottom: 1px solid #6a6a6a;
  padding: 15px 0px;
	display: flex;
	align-items: center;
}

.service-list li:first-child {
	padding-top: 0;
}

.service-list li:last-child {
	border-bottom: 0;
}

.service-list p {
    margin: 0 0 0 10px;
    color: #000;
    font-size: 14px;
}

.service-list .icon-tick {
    border: 1px solid #ccc;
    font-size: 25px;
    padding: 3px;
    fill: #ed0000;
    flex: 0 0 25px;
}

h3.wall-price {
	color: #ed0000;
}

.wallbox-img {
	border-radius: 25px;
    margin: 30px 0;
}

.sum-floormats,
.sum-rubberfloormats,
.sum-cargislushtray,
.sum-carpetbootliner,
.sum-weather-shields,
.sum-bonner-protector,
.sum-mud-flap,
.sum-tow-bar,
.sum-roof-rack,
.sum-roofbox,
.sum-wallbox,
.sum-service-schedule,
.sum-service-schedule-6yr,
.sum-paint,
.sum-rubbercargomat,
.sum-microphone,
.sum-cargotray,
.sum-carpetbootmat,
.sum-weathershields,
.sum-mudflap,
.sum-towbarwiring,
.sum-service-schedule-premium {
	display: none;
}


.sum-floormats.show,
.sum-rubberfloormats.show,
.sum-cargislushtray.show,
.sum-carpetbootliner.show,
.sum-weather-shields.show,
.sum-bonner-protector.show,
.sum-mud-flap.show,
.sum-tow-bar.show,
.sum-roof-rack.show,
.sum-roofbox.show,
.sum-wallbox.show,
.sum-service-schedule.show,
.sum-service-schedule-6yr.show,
.sum-paint.show,
.sum-rubbercargomat.show,
.sum-microphone.show,
.sum-cargotray.show,
.sum-carpetbootmat.show,
.sum-weathershields.show,
.sum-mudflap.show,
.sum-towbarwiring.show,
.sum-service-schedule-premium.show {
	display: flex;
}

body.ate-stock-locator {
	background: #fff;
	color: #000;
}

.ate-stock-locator h1, .ate-stock-locator h2, .ate-stock-locator h3, .ate-stock-locator h4, .ate-stock-locator h5 {
	color: #000;
}
.sl-stock-details.sd-used .sd-details,.sl-stock-details.sd-new .sd-external-buttons,.sl-stock-details.sd-demo .sd-external-buttons {
  display: none;
}


/* ========================================================================== 
*  11.2 - PRE ORDER POP UP - TO BE ADDED
* ========================================================================== */


.pop-overlay, .pop-container {
  display: none;
  position: fixed;
}

.pop-container {
  width: 90%;
}

.pop-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: opacity 250ms ease-out;
  z-index: 1640;
}

.pop-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 25px;
  background-color: #212121;
  z-index: 9999999;
  border: 2px solid #000000;
  max-width: 900px;
}

.pop-container img {
  display: block;
}

.pop-container .icon-cross {
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
  font-size: 24px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px 0px;
  background: #000;
  font-size: 18px;
  height: 35px;
  width: 35px;
}

.pop-overlay.show, .pop-container.show {
  display: block;
}

.pop-link {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	z-index: 1;
  border: 1px solid #568bf4;
  border: 2px solid #727272;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  position: relative;
}

.pop-link a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.pop-link:hover {
  border-color: #568bf4;
}

.pop-link:hover p {
  color: #fff;
}

.pop-container p {
	color: #666;
}

.pop-link p {
	margin: 15px 0 0;
}


@media (min-width: 1025px) { 

	.pop-container {
	  padding: 50px;
	}

	.pop-link {
	  padding: 30px;
	}	

}


/* ========================================================================== 
*  11.2 - Homepage - Range
* ========================================================================== */

.range-container {
    padding: 50px 20px;
    border-right: 1px solid #fff;
}

.sl-stock-details .sd-details { display: none; }


/* ========================================================================== 
*  12.23 - Clear Car Rebate 
* ========================================================================== */


.ord-message {
    background: #FFF5F8;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #F1416C;
    font-size: 14px;
    color: #F1416C;
    margin: 20px 0 20px;
}

.home .ord-message {
    border-radius: 0px;
    margin: 0;
    text-align: center;
}

/*.preorder, .ordernow {
	display: none !important;
}*/

/* ========================================================================== 
*  Button Removal on Sealion 6 Page
* ========================================================================== */

/*.sealion-6 .preorder {
	display: none;
}*/


#payment-form .container img {
    border-radius: 5px;
    display: block;
    max-width: 90px;
}