/*FONTS*/
@import url("fonts.css");
:root {
	--text-color: #000;
	--primary-color: #ca171e;
	--primary-color-hover: #ad1319;
	--input-placeholder: rgba(0, 0, 0, 0.2);
	--input-padding: 15px;
	--input-size: 63px;
	--btn-border-radius: 40px;
	--copyright-color: rgba(255, 255, 255, 0.6);
	--primary-font: "futura_bk_btbook";
	--primary-font-bold: "futura_hv_btheavy";
	--primary-font-size: 16px;
	--heading-font-size: 3.63vw;
	--sub-heading-font-size: 1.55vw;
	--heading-2-font-size: 2.6vw;
	--font-size-medium: 1.3vw;
	--menu-font-size: 10px;
	--btn-font-size: 13px;
	--font-small: 12px;
	--menu-background: #000;
	--footer-background: #1a1a1a;
	--black: #000;
	--light-gray: #e5e5e5;
	--green: #00934d;
	--gray-color: rgba(0, 0, 0, 0.5);
	--grid-header: rgba(0, 0, 0, 0.1);
}
/*GENERAL STYLES*/
body {
	font-family: var(--primary-font);
	color: var(--text-color);
	font-size: var(--primary-font-size);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
ul,
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a,
a:hover {
	text-decoration: none;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	color: var(--primary-color);
}
a:hover {
	color: var(--primary-color-hover);
}
small {
	font-size: var(--font-small);
}
.animation {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
strong {
	font-family: var(--primary-font-bold);
}
.dropdown-menu {
	border-radius: 0;
	border: 0;
	color: var(--text-color);
	padding: 0;
}
.dropdown-menu a {
	padding: 10px;
}
.nav-tabs {
	border: 0;
	text-align: center;
	justify-content: center;
	margin-bottom: 30px;
}
.nav-fill .nav-item {
	display: inline-block;
	margin: 0 2px;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	font-family: var(--primary-font-bold);
	color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	flex: 0 1 auto;
	padding: 0 50px 10px;
}
.nav-tabs .nav-link.active {
	color: var(--white);
	border-bottom-color: var(--primary-color);
	background: none;
}
.img-wrapper {
	overflow: hidden;
	display: block;
}
.line-up-home .img-wrapper {
	height: 192px;
	background-size: cover !important;
	background-position: center center !important;
}
/* .line-up-home .img-wrapper img {
  opacity: 0;
}*/
.img-wrapper img {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
a:hover .img-wrapper img {
	transform: scale(1.2);
}
.btn {
	border-radius: var(--btn-border-radius);
	font-size: var(--btn-font-size);
	line-height: 56px;
	padding: 0 50px;
	border: 0;
	text-transform: uppercase;
	font-family: var(--primary-font-bold);
	letter-spacing: 5px;
}
.btn-primary {
	background: var(--primary-color);
}
.btn-primary:hover {
	background: var(--primary-color-hover);
}
.btn-secondary {
	background: #fff;
	color: var(--primary-color);
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	line-height: 48px;
}
.btn-secondary:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1470px;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font-bold);
	margin: 0;
}
h2 {
	font-size: var(--heading-font-size);
	color: var(--primary-color);
	letter-spacing: -3px;
	line-height: 70px;
}
h3 {
	font-size: var(--sub-heading-font-size);
}
h3 sup {
	font-family: var(--primary-font);
	color: var(--gray-color);
	font-size: var(--primary-font-size);
	text-decoration: line-through;
}
.sub-btn {
	display: inline-block;
	margin: 15px -2px 0 -2px;
	/* border-radius: 30px 0 0 30px;    Old CTA Button Style */
	border-radius:30px;
	background: var(--text-color);
	width:80%;
	height: 43px;
	padding: 0 20px;
	font-family: var(--primary-font-bold);
	color: var(--white);
	line-height: 43px;
}
.sub-btn.last {
	border-radius: 0 30px 30px 0;
}
.sub-btn:hover {
	background: var(--primary-color);
	color: var(--white);
}
.is-regular {
	font-family: var(--primary-font);
}
.is-bold {
	font-family: var(--primary-font-bold);
}
.is-white {
	color: var(--white);
}
.is-primary-color {
	color: var(--primary-color);
}
.is-green {
	color: var(--green);
}
.wow {
	visibility: hidden;
}
.form-group {
	position: relative;
	margin: 30px 0 0;
}
.form-group br {
	display: none;
}
.form-group label {

	left: 20px;
	margin: 0;
	color: #696969;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
.form-group input,
.form-group textarea,
.form-group select {
	border-radius: 0;
	height: 45px !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 20px;
	webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	font-family: var(--primary-font-bold);
	outline: none;
}
.form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.form-group.focused label,
.form-group.has-select label {
}

.form-group.focused input,
.form-group.focused textarea,
.form-group.has-select select {
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-group textarea {
	width: 100%;
	height: 190px !important;
	resize: none;
}
select {
		
	  /* Remove all default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add a custom background arrow */
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  
  /* Add padding to prevent text from overlapping the arrow */
  padding-right: 30px;
}
.form-group.has-select::after {
	
	  /* Remove all default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add a custom background arrow */
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  
  /* Add padding to prevent text from overlapping the arrow */
  padding-right: 30px;
	
}
/*PRELOADER*/
.preloader {
	background: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.lds-ripple {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lds-ripple div {
	position: absolute;
	border: 4px solid var(--primary-color);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}
/*HEADER*/
header {
	top: 0;
	left: 0;
	width: 100%;
	background: var(--menu-background);
	padding: 30px 15px;
	z-index: 1;
	position: fixed;
}
header.sticky {
	padding: 15px;
}
nav ul {
	position: relative;
	display: block;
}
nav li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
nav li:first-child {
	margin: 0 !important;
}
nav li.search,
nav li.user,
nav li.cart {
	margin-left: 20px !important;
}

nav li.location {
  margin-left: 20px;
}

nav li.location img {
  margin-top: -4px;
  width:20px;
  height:20px;
}

@media (max-width: 1450px) {
  nav li.location {
    margin-left: 18px;
  }
}

nav li a {
	font-family: var(--primary-font-bold);
	color: var(--white);
	font-size: var(--menu-font-size);
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
nav li a:hover {
	color: var(--white);
	opacity: 0.5;
}
nav li a.home {
	text-indent: -9999px;
	width: 13px;
	height: 15px;
	background: url("../images/home.svg") no-repeat center center;
}

nav li.current_page_item a::after {
	content: "";
	position: absolute;
	top: -52px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--primary-color);
}
header.sticky nav li.current_page_item a::after {
	top: -37px;
}
nav li.has-dropdown a {
	padding-right: 20px;
	background: url("../images/arrow-down-white.svg") no-repeat center right;
}
nav li.language-selector a img {
	margin-top: -4px;
	margin-right: 5px;
}
nav li.has-dropdown .dropdown-menu {
	margin-top: 10px;
}
nav li.search img,
nav li.user img,
nav li.cart img {
	margin-top: -4px;
}
nav li.cart a {
	position: relative;
}
nav li.cart a span {
	position: absolute;
	top: -7px;
	right: -10px;
	font-size: var(--font-small);
	color: var(--white);
	font-family: var(--primary-font);
}
.search-wrapper {
	background: var(--menu-background);
	padding: 15px 30px 30px;
	width: 100%;
	margin-top: 10px;
	position: relative;
	display: none;
}
.search-wrapper input {
	width: 100%;
	padding: 15px 0 15px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: url("../images/search.svg") no-repeat right center;
	outline: none;
	color: var(--white);
}
.menu-dropdown {
	width: calc(100% + 30px);
	margin-left: -15px;
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	margin-top: 25px;
	padding: 30px 0;
	display: none;
}
.menu-dropdown .title,
.menu-dropdown .price {
	font-family: var(--primary-font-bold);
	display: block;
}
.menu-dropdown .title {
	margin-top: 10px;
}
.menu-dropdown a:hover .title,
.menu-dropdown .price,
.menu-dropdown p {
	color: var(--white);
}
.menu-dropdown p {
	margin: 10px 0 30px;
}
.show-1366 {
	display: none;
}
.our-line-up .tab-pane .row {
	justify-content: center;
}
.our-line-up .tab-pane .img-wrapper {
	max-height: 115px;
}
.banner ul {
	display: block;
	float: left;
	width: 100%;
	max-height: 1500px;
}
.banner ul li {
	position: relative;
	text-align: center;
	max-height: 90vh;
	overflow: hidden;
	background-size: cover !important;
	background-position: center center !important;
}
.banner ul li img {
	opacity: 0;
}
.banner ul li .content {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.banner ul li .content .banner-sub-heading,
.banner ul li .content .banner-heading {
	font-size: var(--sub-heading-font-size);
	color: var(--white);
	font-family: var(--primary-font-bold);
	display: block;
}
.banner ul li .content .banner-heading {
	font-size: var(--heading-2-font-size);
	text-transform: uppercase;
}
.banner ul li .content .btn {
	margin: 20px 5px 0;
}
.banner ul li img {
	width: 100%;
}
.banner .redline {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/red-line.svg") no-repeat left center;
	height: 18px;
	width: 20%;
}
.banner-inner {
	max-height: 730px;
	overflow: hidden;
}
.banner-inner.small {
	max-height: 330px;
}
.banner-txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-30%);
	width: 100%;
}
.banner-txt h2 {
	color: var(--white);
	text-transform: uppercase;
	font-size: var(--heading-2-font-size);
	line-height: normal;
	letter-spacing: -1px;
}
.banner-inner.small .banner-txt {
	transform: translateY(-5%);
}
.banner img {
	width: 100%;
}
.vehicle-detail.banner ul li {
	/*max-height: 85vh;*/
}
.vehicle-detail.banner ul li .content {
	left: 0;
	transform: translateX(0);
	text-align: left;
	width: 100%;
	line-height: normal;
	bottom: 50px;
}
.vehicle-detail.banner .bx-has-controls-direction {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
}
.vehicle-detail.banner .bx-wrapper .bx-pager {
	position: relative;
	max-width: 1470px;
	bottom: 0;
	text-align: right;
	margin: auto;
}
.contact-banner .banner-txt {
	top: 150px;
	transform: translateY(0);
}
.contact-banner .form-group {
	width: 250px;
}
/*CONTENT*/
main {
	margin-top: 124px;
}
.kpis {
	margin: 50px 0 80px;
}
.kpis .col-12 {
	margin-top: 30px;
}
.kpis-feature {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
	height: 100%;
	text-align: center;
	position: relative;
	top: 0;
}
.kpis-feature:hover {
	top: -15px;
}
.kpis-feature h4 {
	font-size: var(--font-size-medium);
	color: var(--primary-color);
	margin: 20px 0 8px;
	letter-spacing: -1px;
}
.line-up-home {
	padding-bottom: 200px;
	background-size: cover;
}
.line-up-home::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("../images/img-2.jpg") no-repeat center bottom;
	height: 400px;
	background-size: cover;
}
.line-up-feature {
	margin: 30px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	background: #fff;
}
.line-up-feature .line-up-feature-body {
	padding: 25px 25px 30px;
}
.line-up-feature .title {
	margin-bottom: 5px;
	display: block;
}
.line-up-feature:hover .img-wrapper img {
	transform: scale(1.2);
}
.mobile-app {
	margin: 80px 0;
}
.mobile-app a {
	margin-left: 10px;
	margin-bottom: 10px;
}
.mobile-app a:hover {
	opacity: 0.5;
}
.home-offers {
	background: #000;
	padding: 80px 0;
}
.home-offer-large {
	position: relative;
	margin-top: 40px;
}
.home-offer-large .content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: var(--white);
	max-width: 340px;
}
.home-offer-large .content h3 {
	font-size: 40px;
}
.home-offer-small {
	height: calc(100% - 40px);
	position: relative;
	background: #fff;
	margin-top: 40px;
}
.home-offer-small a {
	display: block;
}
.home-offer-small .img-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.home-offer-small .content {
	padding: 40px;
	display: block;
	color: var(--text-color);
}
.home-offer-small .content p {
	margin: 10px 0 0;
}
.home-about,
.home-we-value-you {
	padding: 80px 0;
}
.home-about::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
	border-right: 0;
	background: url("../images/home-about.png") no-repeat center center;
	background-size: contain;
}
.home-about .col-md-6 {
	padding-right: 50px;
}
.home-about p,
.home-we-value-you p {
	margin: 20px 0 40px;
}
.home-we-value-you::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url("../images/img-6.jpg") no-repeat center center;
	background-size: cover;
}
.home-we-value-you .col-md-6 {
	padding-left: 50px;
}
.about-section-1 {
	padding: 80px 0;
}
.about-section-1 h2 {
	margin-bottom: 30px;
}
.about-section-1 p {
	margin: 0;
}
.about-section-1::after {
	content: "";
	position: absolute;
	top: 90px;
	right: 0;
	width: 41.666667%;
	height: calc(100% - 160px);
	background: url(../images/factory.jpg) no-repeat center center;
	background-size: cover;
}
.about-section-2 {
	background: rgba(0, 0, 0, 0.1);
	padding: 80px 0;
}
.vision,
.mission,
.values {
	min-height: 550px;
	position: relative;
	background: var(--white);
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
}
.vision img,
.mission img,
.values img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.vision .inner,
.mission .inner,
.values .inner {
	padding: 33px;
}
.vision h2,
.mission h2,
.values h2 {
	margin-bottom: 10px;
}
.vision p,
.mission p {
	margin: 0;
}
.values .inner h2 {
	color: var(--text-color);
}
.values .inner ul li {
	display: block;
	padding-left: 45px;
	position: relative;
	margin-bottom: 5px;
}
.values .inner ul li:last-child {
	margin-bottom: 0;
}
.values .inner ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 32px;
	height: 4px;
	background: var(--text-color);
}
.about-section-3 {
	padding: 80px 0;
}

.contact-form {
	padding: 70px 0;
}
.filter-form {
	background: rgba(0, 0, 0, 0.05);
	padding-bottom: 30px;
}
.filter-form .btn {
	margin-top: 33px;
	width: 100%;
}
.section-filter-results {
	padding: 80px 0;
}
.section-filter-results .img-wrapper {
	max-height: 250px;
}
.section-filter-results .line-up-feature img,
.offers img {
	width: 100%;
}
.section-filter-results .line-up-feature .sub-btn {
	margin: 15px -1px 0 -1px;
}
.section-filter-results .line-up-feature strong {
	display: block;
	margin: 10px 0;
}
.offers {
	padding: 50px 0 80px;
}
.offers .line-up-feature {
	text-align: left;
}
.offers .line-up-feature .btn {
	width: 100%;
	margin-top: 10px;
}
.offers-detail,
.offers-detail-form {
	padding: 80px 0;
}
.offers-detail h3 {
	margin-bottom: 20px;
}
.offers-detail .btn {
	margin-top: 20px;
}
.offers-detail-form {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btns-row {
	padding: 30px 0 50px;
}
.btns-row .btn {
	width: 100%;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 0;
	line-height: 75px;
}
.btns-row .btn img {
	margin-right: 10px;
	margin-top: -5px;
}
.vd-1 {
	background: var(--black);
	padding: 70px 0;
}
.vd-1 p,
.vd-3 p {
	margin: 20px 0 0;
}
.vd-2 .content,
.vd-3 .content,
.vd-6 .content {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.vd-2 .content h2,
.vd-3 .content h2 {
	font-size: var(--heading-2-font-size);
	color: #000;
	letter-spacing: -1px;
	line-height: normal;
}
.vd-3 .content {
	top: 70px;
}
.video-btn {
	text-align: center;
	background: url("../images/video-icon.svg") no-repeat center top;
	background-size: 120px;
	width: 120px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-btn:hover {
	opacity: 0.8;
}
.video-btn span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 130px;
	display: block;
	font-family: var(--primary-font-bold);
}
.vd-5 {
	background: var(--black);
	overflow: hidden;
}
.vd-5 img {
	opacity: 0;
}
.vd-5 .col-12 {
	background-size: cover !important;
	background-position: center center !important;
}
.vd-5 img,
.vd-6 img,
.vd-4 img,
.vd-2 img {
	width: 100%;
}
.vd-5 .content {
	padding: 30px;
}
.vd-5 .content h2,
.vd-6 .content h2 {
	font-size: var(--heading-2-font-size);
}
.vd-5 .content p {
	font-size: 25px;
	color: #fff;
	margin-top: 20px;
}
.vd-6 {
	margin-top: 1px;
}
.vd-6 .content {
	top: 0;
	padding: 6% 0;
}
.vd-6 .content p {
	font-size: 25px;
	margin: 10px 0;
}
.vd-6 .content li {
	margin: 40px 30px 0 0;
	display: inline-block;
}
.vd-6 .content li h3 {
	color: var(--primary-color);
	font-size: var(--heading-2-font-size);
}
.vd-6 .content li span {
	color: #fff;
	font-size: 25px;
}
.vd-7,
.vd-8 {
	padding: 70px 0 90px;
}
.vd-7 h2,
.vd-8 h2 {
	color: var(--black);
	font-size: var(--heading-2-font-size);
}
.vd-list {
	display: flex;
	margin: 20px 0 0 -30px;
	width: calc(100% + 30px);
	flex-wrap: wrap;
}
.vd-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
	padding: 40px 30px;
	height: 100%;
	text-align: center;
	margin-left: 30px;
	width: calc(20% - 30px);
	margin-top: 30px;
}
.vd-list li img {
	margin-bottom: 20px;
	max-height: 90px;
}
.vd-list li span {
	display: block;
	color: #636466;
	font-size: 20px;
}
.vd-list li strong {
	color: var(--primary-color);
	font-size: 28px;
	display: block;
	line-height: normal;
}
.vd-8 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
}
.vd-3 .bx-wrapper {
	width: 65%;
}
.gallery-slider li img {
	width: 100%;
	opacity: 0;
}
.gallery-slider li {
	background-size: cover !important;
	background-position: center center !important;
}
.vd-3 .bx-wrapper .bx-controls-direction {
	display: block;
}
.vd-3 .bx-wrapper .bx-pager {
	display: none;
}
.vd-3 .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 30px;
	margin: 0;
}
.vd-3 .bx-wrapper .bx-prev {
	background: url("../images/slider-arrow-left-white.svg") no-repeat center center;
	background-size: cover;
	left: auto;
	right: 56px;
}
.vd-3 .bx-wrapper .bx-next {
	background: url("../images/slider-arrow-right-white.svg") no-repeat center center;
	background-size: cover;
	right: 20px;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0 10px;
	position: relative;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #ca171e !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #0a2eba !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
	background: #fff !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a.active {
	background: #000 !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
	background: #55595c !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
	background: #000 !important;
}

.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #482e1e !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
	background: #2b2b2b !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
	background: #8a8990 !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
	background: #aaceee !important;
}
.vd-2.js4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(6) a {
	background: #60bbe1 !important;
}

.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #482e1e !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
	background: #2b2b2b !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
	background: #8a8990 !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a {
	background: #fff !important;
}
.vd-2.s3 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(5) a.active {
	background: #000 !important;
}
.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #000 !important;
}
.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #fff !important;
}
.vd-2.m4 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a.active {
	background: #000 !important;
}
.vd-2.t8 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #26a0f5 !important;
}
.vd-2.t8 .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #26a0f5 !important;
}
.vd-2.t8pro .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #41444b !important;
}
.vd-2.t8pro .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #41444b !important;
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #fff !important;
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #fff !important;
}
.vd-2.sunray .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	background: #000 !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a {
	background: #fff !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
	background: #fff !important;
}
.vd-2.n-series .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	background: #000 !important;
}
.vd-2 .bx-wrapper .bx-pager.bx-default-pager a.active::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	top: 6px;
	left: 6px;
}
.vd-2 .bx-wrapper .bx-pager {
	text-align: right;
	width: 98%;
}
.vd-2 .bx-viewport {
	max-height: 87vh;
}
.body-tabs .nav-item {
	color: rgba(0, 0, 0, 0.5);
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.body-tabs .nav-item:hover {
	color: #000;
	border-bottom-color: #000;
}
.body-tabs .nav-link.active {
	color: #000;
}
.tab-content-form {
	max-width: 450px;
	margin: auto;
}
.customer-care {
	padding: 90px 0;
}
.cc-feature span {
	padding: 10px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	display: block;
	text-align: center;
	font-family: var(--primary-font-bold);
	font-size: 20px;
}
.cc-feature:hover img {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.spare-parts {
	padding: 50px 0 90px;
}
.spare-part-item {
	text-align: left;
}
.spare-part-item .dis {
	font-family: var(--primary-font-bold);
	margin: 20px 20px 10px;
	display: block;
	text-align: left;
	color: var(--primary-color);
}
.spare-part-item a.title {
	color: var(--black);
}
.spare-part-item:hover a.title {
	color: var(--primary-color);
}
.spare-part-item .current-price {
	color: var(--green);
}
.spare-part-item .old-price {
	color: var(--gray-color);
	text-decoration: line-through;
	margin-left: 5px;
}
.spare-part-item .img-wrapper {
	text-align: center;
}
.spare-part-item small {
	display: block;
	margin-top: 5px;
}
.spare-part-item .btn-row {
	margin-top: 10px;
}
.spare-part-item .btn {
	margin-top: 15px;
	width: calc(100% - 90px);
}
.spare-part-item .btn-primary {
	width: 79px;
	height: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
	margin-left: 5px;
}
.load-more-btn {
	margin-top: 50px;
}
.spare-parts-single {
	padding: 70px 0;
}
.spare-parts-single .bx-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-slider li,
.product-slider li img,
.custom-pager li img {
	width: 100%;
}
.custom-pager {
	margin: 20px 0 0;
	padding: 0 56px;
}
.custom-pager li {
	width: 24%;
	display: inline-block;
}
.custom-pager li a {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-pager li a.active {
	border: 1px solid var(--primary-color);
}
.spare-parts-single .bx-controls-direction {
	display: block;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: -79px;
	width: 17px;
	height: 20px;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url("../images/slider-arrow-left.svg") no-repeat center center;
	left: 0;
}
.spare-parts-single .bx-wrapper .bx-controls-direction a.bx-next {
	background: url("../images/slider-arrow-right.svg") no-repeat center center;
	right: 0;
}
.rating {
	margin: 5px 0 22px;
}
table {
	width: 100%;
}
td,
th {
	padding: 15px;
}
th {
	background: var(--grid-header);
	font-weight: normal;
}
.has-white-bg th {
	background: var(--white);
}
.qty input {
	padding: 20px !important;
	text-align: center;
}
.qtr-row .qty {
	width: 50%;
	max-width: 145px;
	display: inline-block;
}
.in-stock {
	color: var(--green);
	background: url("../images/tick.svg") no-repeat left center;
	padding-left: 23px;
	margin-left: 16px;
}
.qty .min,
.qty .plus {
	position: absolute;
	left: 20px;
	top: 38%;
	width: 15px;
	height: 15px;
	background: url("../images/minus.svg") no-repeat center center;
	cursor: pointer;
}
.qty .plus {
	left: auto;
	right: 20px;
	width: 15px;
	height: 15px;
	background: var(--white) url("../images/plus.svg") no-repeat center center;
	top: 38%;
}
.spare-parts-single .btn {
	width: 100%;
	margin-top: 30px;
}
.spare-parts-single .btn img {
	vertical-align: text-bottom;
}
.cart-page {
	padding: 70px 0;
}
table tbody tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.02);
}
table tbody td img {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 5px;
}
table tbody td .qty {
	width: 130px;
}
table tbody td .qty input {
	height: 43px !important;
	padding: 0 !important;
}
table tbody td a.del img {
	border: 0;
}
.total-row {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 20px;
	margin-bottom: 20px;
}
.total-row ul {
	width: 40%;
}
.total-row ul li {
	margin-top: 10px;
}
.total-row li strong {
	display: inline-block;
	width: 52%;
}
.checkout-page {
	padding: 70px 0;
}
.form-checkbox {
	padding-left: 33px;
	position: relative;
	margin-top: 30px;
}
.form-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	opacity: 0;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}
.form-checkbox span {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-checkbox input:checked + span::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 5px;
	transform: rotate(45deg);
	height: 15px;
	width: 10px;
	border-bottom: 3px solid var(--primary-color);
	border-right: 3px solid var(--primary-color);
}
hr {
	margin: 40px 0;
}
.radio-accordion-head {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px 10px 10px 45px;
	margin-top: 20px;
	font-family: var(--primary-font-bold);
}
.radio-accordion-head input,
.radio-accordion-head span,
.form-radio input,
.form-radio span {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 23px;
	height: 23px;
	opacity: 0;
	margin: 0;
}
.radio-accordion-head input,
.form-radio input {
	z-index: 1;
	cursor: pointer;
}
.radio-accordion-head span,
.form-radio span {
	opacity: 1;
	background: var(--white);
	border-radius: 50%;
}
.radio-accordion-head input:checked + span,
.form-radio input:checked + span {
	border: 1px solid var(--black);
}
.radio-accordion-head input:checked + span::after,
.form-radio input:checked + span::after {
	content: "";
	width: 13px;
	height: 13px;
	background: var(--black);
	border-radius: 50%;
	left: 4px;
	top: 4px;
	position: absolute;
}
.form-radio input,
.form-radio span {
	top: 0;
	left: 0;
}
.form-radio {
	position: relative;
	padding-left: 35px;
	margin-top: 20px;
}
.form-radio span {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.radio-btns-row .form-radio {
	display: inline-block;
	margin-right: 30px;
}
.border-table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 30px;
}
.border-table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: var(--white) !important;
}
.border-table td img {
	border: 0;
}
.border-table .total {
	background: var(--black) !important;
	color: #fff;
	font-family: var(--primary-font-bold);
}
.thankyou-page {
	padding: 190px 0 70px;
}
.thankyou-page p {
	font-family: var(--primary-font-bold);
	margin: 20px 0 50px;
	font-size: var(--font-size-medium);
}
.jac-exclusive {
	padding: 40px 0 70px;
}
.icon-link {
	height: calc(100% - 30px);
	margin: 30px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
	text-align: center;
	background: #fff;
	width: 100%;
	display: block;
	padding: 30px;
}
.icon-link img {
	height: 75px;
}
.icon-link span {
	display: block;
	color: #636466;
	margin-top: 20px;
}
.icon-link:hover {
	border: 1px solid var(--primary-color);
}
.icon-link:hover span {
	color: var(--black);
}
.announcements {
	padding: 40px 0 70px;
}
.announcements h3 {
	margin-bottom: 10px;
}
.announcements img {
	width: 100%;
}
.my-profile {
	padding: 70px 0;
}
.links {
	margin: 20px 0 0;
	text-align: center;
}
.cncl-btn {
	margin-left: 20px;
	color: var(--black);
}
.cncl-btn:hover {
	color: var(--primary-color);
}
.my-vehicles {
	padding: 40px 0 70px;
}
.my-vehicles .line-up-feature {
	text-align: left;
}
.my-vehicles .line-up-feature img {
	width: 100%;
}
.my-vehicles .line-up-feature .detail span {
	width: 100px;
	display: inline-block;
}
.badge {
	display: inline-block;
	color: var(--white);
	background: var(--green);
	padding: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.badge.pending {
	background: var(--primary-color);
}
.announcements .date {
	position: absolute;
	top: 0;
	right: 0;
}
.my-docs {
	padding: 70px 0;
}
.my-docs .upload {
	height: 133px;
	background: #eeeeee;
	border: 1px dashed rgba(99, 100, 102, 0.5);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	text-align: center;
	flex-wrap: wrap;
}
.my-docs .upload span {
	display: block;
	width: 100%;
}
.my-docs .upload span span {
	margin-top: 10px;
	color: #636466;
}
.doc-item {
	border: 1px solid #e5e5e5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin-top: 30px;
	position: relative;
}
.doc-item img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.doc-item div {
	display: inline-block;
}
.doc-item div a {
	color: var(--black);
}
.doc-item div a:hover {
	color: var(--primary-color);
}
.doc-item .del {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
header.order {
	background: var(--black);
}
.order-page {
	margin: 124px 0 0;
}
.order-col-left {
	width: 510px;
	padding-bottom: 98px;
}
.order-col-right {
	width: calc(100% - 510px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: var(--black);
}
.order-col-right img {
	width: 100%;
}
.order-col-right .bx-wrapper .bx-pager {
	bottom: auto;
	top: 20px;
	text-align: right;
	width: 98%;
}
.order-col-right .bx-wrapper .bx-pager.bx-default-pager a {
	background: var(--black);
}
.order-col-right .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: var(--primary-color);
}
.bottom-detail {
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
}
.bottom-detail li {
	display: inline-block;
	margin-right: 40px;
}
.bottom-detail span,
.bottom-detail strong {
	color: #fff;
	font-family: var(--primary-font-bold);
}
.bottom-detail strong {
	display: block;
	font-size: var(--font-size-medium);
}
.steps {
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.steps li {
	padding: 20px;
	font-family: var(--primary-font-bold);
	color: #999999;
	position: relative;
	width: 25%;
}
.steps li.current {
	color: var(--primary-color);
}
.steps li.current::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 3px;
	width: calc(100% - 40px);
	background: var(--primary-color);
}
.order-inner {
	padding: 30px;
}
.order-inner h3 {
	margin: 40px 0 20px;
}
.range-slider output {
	position: absolute;
	top: 0;
	right: 0;
	font-family: var(--primary-font-bold);
}
.range-slider input.range-slider-input {
	width: 100%;
	margin: 15px 0 25px;
	background: var(--primary-color);
	-webkit-appearance: none;
	height: 5px;
	border-radius: 5px;
	border: 0;
	outline: none;
}
.range-slider input.range-slider-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: var(--primary-color);
	cursor: pointer;
	border-radius: 50%;
}
.cash-list {
	margin: 20px 0 0;
}
.cash-list li {
	line-height: 31px;
	margin-top: 10px;
}
.cash-list li input {
	width: 165px;
	height: 31px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 5px;
}
.cash-list li strong {
	width: 165px;
}
.btn-row {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 98px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 20px 25px;
	line-height: 57px;
}
.btn-row .btn {
	line-height: 57px !important;
}
.color-selection {
	margin: 0 0 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.color-selection li {
	width: calc(33.33% - 20px);
	margin: 10px;
}
.color-selection li a {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	padding: 20px 15px;
	text-align: center;
	color: var(--black);
}
.color-selection li a strong {
	display: block;
	margin: 15px 0 0;
}
.color-selection li a.active {
	border-color: var(--primary-color);
}
/*FOOTER*/
footer {
	background: var(--footer-background);
	padding: 55px 0 0;
	color: var(--white);
}
footer .col-sm-12 {
	margin-top: 30px;
}
footer p.text-about {
	margin: 25px 0 0;
}
footer h4 {
	color: var(--white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: var(--primary-font-size);
}
footer .footer-links li {
	margin: 13px 0 0;
}
footer .footer-links li:first-child {
	margin: 0;
}
footer .footer-links li a {
	position: relative;
	color: var(--white);
	padding-left: 23px;
}
footer .footer-links li a:hover {
	text-decoration: underline;
}
footer .footer-links li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 7px;
	background: url("../images/double-arrow.svg") no-repeat left center;
}
footer .newsletter input {
	width: 100%;
	border: 0;
	padding: 0 67px 0 15px;
	border-radius: 0;
	outline: none;
	height: 52px;
}
footer .newsletter input.newsletter-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	background: var(--primary-color) url("../images/double-arrow.svg") no-repeat center center;
	background-size: 19px;
	cursor: pointer;
	padding: 0;
}
footer .newsletter input.newsletter-submit:hover {
	background: var(--primary-color-hover) url("../images/double-arrow.svg") no-repeat center center;
	background-size: 19px;
}
.social-media {
	margin-top: 30px;
}
.social-media a {
	margin: 0 10px 0 0;
}
.social-media a:hover {
	opacity: 0.7;
}
.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	color: var(--copyright-color);
	margin-top: 50px;
}
.copyright::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
}
.copyright a {
	color: var(--copyright-color);
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright img {
	margin-left: 10px;
	margin-top: -4px;
}
/*MOBILE NAV BUTTON*/
.mobile-nav-button {
	width: 25px;
	height: 21px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
	z-index: 1;
}
.mobile-nav-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.mobile-nav-button span:nth-child(1) {
	top: 0px;
}
.mobile-nav-button span:nth-child(2),
.mobile-nav-button span:nth-child(3) {
	top: 9px;
}
.mobile-nav-button span:nth-child(4) {
	top: 18px;
}
.mobile-nav-button.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.mobile-nav-button.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-nav-button.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-nav-button.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}



.modal-content {
	border-radius: 0;
	padding-bottom: 40px;
}
.modal-header {
	border: 0;
	padding-bottom: 0;
}
.modal-title {
	display: block;
	font-size: 30px;
}
.modal-header,
.modal-title {
	text-align: center;
}
.modal-body {
	padding: 0 40px;
}
.color-viewer-slider li {
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.color-viewer-slider li img {
	opacity: 0;
}

/*RESPONSIVE*/
@media (max-width: 767px) {
	.sm-hidden {
		display: none;
	}
}
@media (min-width: 768) and (max-width: 992px) {
	.md-hidden {
		display: none;
	}
}
@media (min-width: 993px) and (max-width: 1199px) {
	.lg-hidden {
		display: none;
	}
}
@media (min-width: 1200px) {
	.xl-hidden {
		display: none;
	}
}
@media (max-width: 1450px) {
	nav li {
		margin-left: 18px;
	}
}
@media (max-width: 1366px) {
}
@media (max-width: 1199px) {
	.vision,
	.mission,
	.values {
		margin-top: 30px;
		min-height: inherit;
	}
	.vision img,
	.mission img,
	.values img {
		position: relative;
		width: 100%;
	}
	.about-section-2 {
		padding: 50px 0 80px;
	}
	.vd-1 h3,
	.vd-2 .content h2,
	.vd-3 .content h2,
	.vd-7 h2,
	.vd-8 h2,
	.vd-5 .content h2,
	.vd-6 .content h2 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.vd-6 .content {
		padding: 60px 0;
	}
	.vd-7 h2,
	.vd-8 h2 {
		letter-spacing: 0;
	}
	.vd-7,
	.vd-8 {
		padding: 50px 0;
	}
	.vd-list li {
		width: calc(33.33% - 30px);
	}
	.vd-list {
		margin-top: 0;
	}
	.order-col-left,
	.order-col-right {
		width: 100%;
	}
	.order-page {
		flex-wrap: wrap;
	}
	.order-col-right {
		order: 1;
	}
	.order-col-left {
		order: 2;
	}
}

@media (max-width: 1231px) {
	nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--menu-background);
		padding-top: 20%;
		overflow-y: auto;
	}
	nav li {
		display: block;
		text-align: center;
		font-size: 20px;
		margin: 0;
	}
	nav li.current_page_item a::after {
		display: none;
	}
	nav li a {
		padding: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
	}
	nav li a.home {
		width: 100%;
	}
	.mobile-nav-button {
		display: block;
	}
	nav li.has-dropdown a {
		background-position: calc(100% - 20px) center;
	}
	nav li.has-dropdown .dropdown-menu {
		position: relative !important;
		width: 100%;
		margin: 0 !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	nav li.search,
	nav li.user,
	nav li.cart {
		margin-left: 0 !important;
	}
	.menu-dropdown {
		height: 100%;
		position: fixed;
		background: var(--menu-background);
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		margin: 0;
		border-top: 0;
		padding-top: 123px;
		overflow: auto;
	}
	.show-1366 {
		display: block;
	}
}

@media (max-width: 992px) {
	:root {
		--heading-font-size: 5vw;
		--sub-heading-font-size: 3vw;
		--heading-2-font-size: 2.6vw;
		--font-size-medium: 2.3vw;
	}
	h2 {
		line-height: normal;
	}
	.btn {
		line-height: 50px;
	}
	header,
	header.sticky {
		padding: 15px 0;
	}
	.banner ul li .content {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translateX(0);
		background: #000;
		padding: 30px 30px 60px;
	}
	.bx-wrapper .bx-pager {
		bottom: 25px !important;
	}
	.kpis {
		margin: 20px 0 50px;
	}
	.mobile-app {
		margin: 50px 0;
	}
	.mobile-app .col-12 {
		align-self: center !important;
		justify-content: center !important;
		text-align: center !important;
	}
	.mobile-app a {
		margin: 20px 10px;
	}
	.home-offers,
	.home-about,
	.home-we-value-you,
	.about-section-1,
	.about-section-2,
	.about-section-3,
	.section-filter-results,
	.contact-form,
	.offers-detail,
	.offers-detail-form {
		padding: 50px 0;
	}
	.about-section-2 {
		padding-top: 20px;
	}
	.home-offer-small .img-wrapper {
		position: relative;
		width: 100%;
	}
	.home-offer-small .img-wrapper img {
		width: 100%;
	}
	.home-offer-small {
		height: auto;
	}
	.home-about::before,
	.home-we-value-you::before,
	.about-section-1::after,
	.about-section-3::after {
		display: none;
	}
	.home-about img {
		border: 1px solid #ccc;
		margin-top: 30px;
	}
	.home-we-value-you {
		padding-top: 0;
	}
	.home-we-value-you img,
	.about-section-1 img {
		margin-top: 30px;
		width: 100%;
	}
	footer {
		padding-top: 20px;
	}
	.copyright {
		text-align: center;
	}
	.copyright .justify-content-end {
		justify-content: center !important;
		margin-top: 20px;
	}
	.home-about .pr-5 {
		padding-right: 15px !important;
	}
	.home-we-value-you .pl-5 {
		padding-left: 15px !important;
	}
	.about-section-1 h2 {
		margin-bottom: 20px;
	}
	.about-section-3 img {
		margin-bottom: 30px;
	}
	.offers-detail img {
		margin-top: 30px;
	}
	.banner-txt {
		position: relative;
		top: auto;
		transform: translateY(0);
		background: #000;
		padding: 30px 0;
	}
	.banner-inner.small {
		max-height: inherit;
	}
	.vd-list li {
		width: calc(50% - 30px);
	}
	.vehicle-detail.banner .redline {
		display: none;
	}
	.vehicle-detail.banner ul li .content,
	.vehicle-detail.banner .bx-wrapper .bx-pager {
		text-align: center;
	}
	.vehicle-detail.banner ul li .content,
	.vehicle-detail.banner .bx-has-controls-direction {
		bottom: 0;
	}
	.vd-3 .content,
	.vd-6 .content {
		position: relative;
		top: 0;
		padding: 50px 0;
	}
	.vd-6 .content {
		background: var(--black);
	}
	.vd-3 .bx-wrapper {
		width: 100%;
	}
	.vd-3 {
		flex-wrap: wrap;
	}
	.video-btn {
		width: 60px;
		height: 60px;
		background-size: 60px;
	}
	.video-btn span {
		margin-top: 70px;
	}
	.vd-6 .content li {
		margin-top: 20px;
	}
	.custom-pager {
		margin-bottom: 30px;
	}
	.checkout-page .right-col {
		margin-top: 50px;
	}
	.order-page {
		margin: 94px 0 0;
	}
	.color-selection li {
		width: calc(50% - 20px);
	}
	.contact-banner .banner-txt {
		top: 0;
	}
	.contact-banner .form-group {
		margin: 0;
		width: 100%;
	}
	.banner ul li {
		background: none !important;
	}
	.banner ul li img {
		opacity: 1;
	}
	main {
		margin-top: 94px;
	}
}
@media (max-width: 767px) {
	:root {
		--heading-font-size: 9vw;
		--sub-heading-font-size: 5vw;
		--heading-2-font-size: 7vw;
		--font-size-medium: 5.5vw;
	}
	.logo {
		width: 200px;
	}
	/* .banner {
    margin-top: 70px;
  } */
	h2 {
		letter-spacing: -2px;
	}
	.img-wrapper img {
		width: 100%;
	}
	.line-up-home .justify-content-end,
	.home-offers .justify-content-end {
		justify-content: flex-start !important;
	}
	.line-up-home .justify-content-end .btn,
	.home-offers .justify-content-end .btn {
		margin-top: 20px;
	}
	.home-offer-large {
		min-height: 400px;
	}
	.home-offer-large .content {
		left: 0;
	}
	.mobile-app .col-12 {
		flex-wrap: wrap;
	}
	.mobile-app a {
		margin: 10px 0 0;
	}
	.mobile-app h2 {
		margin-bottom: 20px;
	}
	.home-offer-large {
		min-height: inherit;
	}
	.home-offer-large .content {
		position: relative;
		bottom: 0;
		margin-top: 15px;
		display: block;
	}
	.home-offer-large .content h3 {
		font-size: 30px;
	}
	.home-offer-small .content {
		padding: 30px;
	}
	.copyright {
		margin-top: 30px;
	}
	.vd-list li {
		width: 100%;
	}
	.vd-2 .content {
		position: relative;
		top: 0;
		padding: 15px 0;
		text-align: center;
		background: var(--primary-color);
		color: white;
	}
	.vd-2 .content h2 {
		color: white;
		font-size: 20px;
	}
	.vd-2 .bx-wrapper .bx-pager {
		bottom: 15px !important;
		text-align: center;
	}
	.vd-8 {
		padding-bottom: 0;
	}
	.offers,
	.customer-care {
		padding: 20px 0 50px;
	}
	.cc-feature {
		margin-top: 30px;
		display: block;
	}
	.nav-fill .nav-item {
		padding: 0 10px 10px;
	}
	.spare-parts {
		padding: 30px 0 50px;
	}
	.spare-parts-single {
		padding: 50px 0;
	}
	.custom-pager {
		padding: 0 34px;
	}
	.custom-pager li {
		width: 23%;
	}
	.spare-parts-single .bx-wrapper .bx-controls-direction a {
		bottom: -64px;
	}
	.checkout-page {
		padding: 50px 0;
	}
	.thankyou-page {
		padding: 110px 0 50px;
	}
	.jac-exclusive {
		padding: 20px 0 50px;
	}
	.announcements img {
		margin-bottom: 20px;
	}
	.links {
		margin-bottom: 30px;
	}
	.my-profile {
		padding: 50px 0;
	}
	.my-vehicles {
		padding: 10px 0 50px;
	}
	.my-docs {
		padding: 50px 0;
	}
	.bottom-detail li {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.bottom-detail li:first-child {
		margin: 0;
	}
	.bottom-detail strong {
		font-size: 22px;
	}
	.text-right {
		white-space: nowrap;
	}
	.bottom-detail {
		position: relative;
	}
	.order-page {
		margin: 70px 0 0;
	}
	.color-selection li {
		width: calc(100% - 20px);
	}
	.cart-page th {
		display: none;
	}
	.cart-page td {
		display: block;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
		padding-left: 50%;
	}
	.cart-page td::before {
		content: attr(data-title) ": ";
		font-family: var(--primary-font-bold);
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.cart-page td img {
		display: inherit;
		margin-bottom: 10px;
	}
	.cart-page td.text-right::before {
		display: none;
	}
	.total-row ul {
		width: 100%;
	}
	.cart-page {
		padding: 50px 0;
	}
	.menu-dropdown {
		padding-top: 30px;
	}
	.our-line-up .tab-pane .img-wrapper,
	.section-filter-results .img-wrapper {
		max-height: initial;
	}
	.line-up-home .img-wrapper {
		height: auto;
	}
	.vd-2 .bx-wrapper .bx-pager.bx-default-pager a {
		width: 16px;
		height: 16px;
	}
	.vd-2 .bx-wrapper .bx-pager.bx-default-pager a.active::after {
		width: 10px;
		height: 10px;
		top: 3px;
		left: 3px;
	}
	main {
		margin-top: 70px;
	}
	header {
		height: 70px;
	}
}

.mapselectdropdown {
	height: 60px !important;
	  /* Remove all default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Add a custom background arrow */
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px;
  
  /* Add padding to prevent text from overlapping the arrow */
  padding-right: 30px;
}

.mapselectdropdown:after {
	top: 50px !important;
 
}

.wfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:40px;
	background-color:#ca171e;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.wa-float{
	margin-top:16px;
}
.pfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color:#ca171e;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.ph-float{
	margin-top:16px;
}



/* LARGE SCREEN RESPONSIVE FIXES */

/* Fix container width for very large screens */
@media (min-width: 1600px) {
  .container {
    max-width: 95%; /* Use percentage instead of fixed pixels */
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1800px; /* Cap at reasonable size for very large screens */
  }
}

/* Fix font scaling issues on large screens */
@media (min-width: 1400px) {
  :root {
    --heading-font-size: 50px; /* Fixed size instead of vw */
    --sub-heading-font-size: 22px;
    --heading-2-font-size: 36px;
    --font-size-medium: 18px;
  }
}

@media (min-width: 1600px) {
  :root {
    --heading-font-size: 60px;
    --sub-heading-font-size: 26px;
    --heading-2-font-size: 42px;
    --font-size-medium: 20px;
  }
}

@media (min-width: 1920px) {
  :root {
    --heading-font-size: 70px;
    --sub-heading-font-size: 30px;
    --heading-2-font-size: 48px;
    --font-size-medium: 22px;
  }
}

/* Improve navigation spacing on large screens */
@media (min-width: 1600px) {
  nav li {
    margin-left: 35px;
  }
  
  nav li.location {
    margin-left: 25px;
  }
}

/* Better banner scaling for large screens */
@media (min-width: 1400px) {
  .banner ul li {
    max-height: 95vh; /* Increase height utilization */
  }
  
  .banner ul li .content {
    bottom: 120px; /* More space from bottom */
  }
}

/* Improve content sections for wide screens */
@media (min-width: 1600px) {
  .kpis,
  .home-offers,
  .home-about,
  .home-we-value-you,
  .about-section-1,
  .section-filter-results {
    padding: 100px 0; /* More generous spacing */
  }
  
  /* Prevent text from becoming too wide on large screens */
  .home-about .col-md-6,
  .home-we-value-you .col-md-6 {
    max-width: 600px;
  }
}

/* Fix button sizing on large screens */
@media (min-width: 1400px) {
  .btn {
    font-size: 15px;
    line-height: 60px;
    padding: 0 60px;
  }
}

/* Improve grid layouts for wide screens */
@media (min-width: 1600px) {
  .vd-list li {
    width: calc(16.666% - 30px); /* 6 columns instead of 5 */
  }
  
  .color-selection li {
    width: calc(25% - 20px); /* 4 columns instead of 3 */
  }
}

/* Fix form elements on large screens */
@media (min-width: 1400px) {
  .form-group input,
  .form-group textarea,
  .form-group select {
    height: 50px !important;
    font-size: 16px;
  }
  
  .contact-banner .form-group {
    width: 300px;
  }
}

/* Improve footer on large screens */
@media (min-width: 1600px) {
  footer {
    padding: 80px 0 0;
  }
  
  footer .col-sm-12 {
    margin-top: 40px;
  }
}

/* Fix vehicle detail pages for large screens */
@media (min-width: 1400px) {
  .vd-1,
  .vd-7,
  .vd-8 {
    padding: 100px 0;
  }
  
  .vd-5 .content,
  .vd-6 .content {
    padding: 50px;
  }
  
  .vd-6 .content p {
    font-size: 28px;
  }
}

/* Improve line-up and offers layout */
@media (min-width: 1600px) {
  .line-up-home {
    padding-bottom: 250px;
  }
  
  .line-up-home::before {
    height: 500px;
  }
}