#responsive-menu-items {
	z-index: 99999;
	padding-top: 13px;
}

ul.responsive-menu-items li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	line-height: 25px;
	padding: 0 25px;
	font-weight: 600;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-width: 5px 0px 5px 7px;
	border-color: transparent transparent transparent #fff;
	top: 8px;
}

ul.responsive-menu-items li ul.sub-menu a {
	background-color: var(--color-grey-dark);
	font-weight: 400;
	padding-left: 35px;
	text-transform: unset;
}

ul.responsive-menu-items li ul.sub-menu ul.sub-menu a {
	background-color: var(--color-grey-normal);
	padding-left: 45px;
	text-transform: unset;
}

#coffeerm-button {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: unset;
	height: 60px;
	width: 80px;
	background-color: #000;
	z-index: 999999;
	transition: all 0.25s ease 0s;
}

#coffeerm-button.open {
	left: 320px;
}

#coffeerm-button span {
	width: 19px;
	height: 2px;
	border-radius: 100px;
	left: 40px;
}

#coffeerm-button span:nth-child(1) {
	top: 24px;
}

#coffeerm-button span:nth-child(3), 
#coffeerm-button span:nth-child(2) {
	top: 29px;
}

#coffeerm-button span:nth-child(4) {
	top: 34px;
}

.showroom-mobile-filter {
	display: none;
}

.showroom-mobile-icon {
	display: none;
	position: fixed;
	top: 75px;
	right: 20px;
	z-index: 99999999;
	cursor: pointer;
}

.showroom_mobile_filter-header {
	background-color: #fff;
	padding: 12px 40px;
	position: relative;
}

.showroom_mobile_filter-header h2 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

.showroom_mobile_filter-content .fyc-secondary-header h2 {
	display: none;
}

.showroom_mobile_filter-content .fyc-vehicle-selector-icons-single.active {
	background-color: var(--color-grey-lightest);
}

.showroom_mobile_filter-content .fyc-vehicle-selector-icons.fyc-secondary-vehicle-icons .fyc-vehicle-selector-icons-single:last-child {
	border-top-right-radius: 0px;
}

.showroom_mobile_filter-content .fyc-form-button-set {
	display: none;
}

.showroom_mobile_filter-content .fyc-secondary {
	padding: 50px 40px 30px;
}

.showroom_mobile_filter-content .fyc-secondary-form .fyc-form-price-min-max,
.showroom_mobile_filter-content .fyc-secondary-form .fyc-form-location-dropdown {
	width: 100%;
}

.button.showroom_mobile_filter-button {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.showroom_mobile_filter-close {
	position: absolute;
	top: 17px;
	right: 40px;
	cursor: pointer;
}

.showroom_mobile_filter-search {
	width: 100%;
	text-align: center;
}

.vac-grid {
	display: none;
}

.vac_grid-single {
	height: 80px;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.mobile-vehicle-back-bar {
	display: none;
	height: 50px;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	font-size: 14px;
	z-index: 9;
}

.mobile-vehicle-back-bar span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-grey-light);
	padding: 14px 25px 0;
}

.mv_back_bar-close_grid svg {
	position: absolute;
	top: 20px;
	right: 25px;
}

.mv_back_bar-close_grid {
	display: none;
}

.mv_back_bar-back svg {
	transform: rotate(180deg);
	margin-right: 5px;
	vertical-align: -1px;
}

.mobile-photo-icons {
	margin-left: -5vw;
	margin-right: -5vw;
	background-color: var(--color-grey-lightest);
	display: none;
}

.mobile_photo_icons-buttons {
	display: flex;
	margin-bottom: 20px;
}

.mobile_photo_icons-single, 
.mobile_photo_icons-grid {
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 600;
}

.mobile_photo_icons-buttons svg {
	vertical-align: -4px;
}

.mobile_photo_icons-single {
	color: #fff;
	background-color: #000;
}

.mobile_photo_icons-single svg {
	filter: invert(1);
}

.vehicle-gallery-grid {
	display: none;
}

.vehicle-gallery-grid {
	position: fixed;
	top: 110px;
	height: calc(100% - 110px);
	z-index: 999;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	left: 0;
}

.vehicle_gallery_grid-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding-top: 10px;
}

.grid_list-single {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
}

.vehicle_mobile_footer-buttons {
	display: none;
	position: sticky;
	bottom: 0;
	margin-left: -5vw;
	margin-right: -5vw;
	background-color: #000;
}

.vehicle_mobile_footer-buttons .button {
	/* width: 100%; */
	padding: 0;
	text-align: center;
	flex-grow: 1;
}

.mobile-jumpto-links {
	display: none;
	text-align: center;
	padding: 20px;
}

/* NEW RESPONSIVE MENU STYLES */

.mobile_menu-container {
	display: none; 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	transform: translateX(-100%);
}

.mobile_menu-container.open {
	transform: translateX(0);
}

.mobile_menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobile_menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	display: none;
}

.mobile_menu-button span {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	top: calc(50% - 1px);
	right: 20px;
}

.mobile_menu-button span:nth-child(1) {
	top: calc(50% - 6px);
}

.mobile_menu-button span:nth-child(3) {
	top: calc(50% + 4px);
}

.mobile-menu {
	width: 100%;
	max-width: 460px;
	background-color: #fff;
	height: 100%;
}

.mobile_menu-header {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #000000;
}

.mobile_menu-logo {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

.mobile_menu-logo a, .mobile_menu-logo img {
	display: block;
}

.mobile_menu-close {
	position: absolute;
	top: calc(50% - 15px);
	right: 25px;
}

.mobile_menu-content_container {
	height: calc(100% - 60px);
	position: relative;
	overflow: hidden;
}

.mobile_menu-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: all 0.2s ease 0s;
	overflow-y: scroll;
	background-color: #fff;
}

.mobile_menu-content.active {
	transform: translateX(0);
}

.mobile_menu-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile_menu-back_button + ul {
	background-color: #f1f1f1;
}

.mobile_menu-content[data-menu="dealershsips"] ul::before {
	content: "Select a Province";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background-color: #f1f1f1;
	display: block;
	width: 100%;
	line-height: 50px;
	padding-left: 25px;
	border-bottom: 1px solid #d9d9d9;
}

.mobile_menu-content ul li:nth-child(n+2) .mobile_menu-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	width: calc(100% - 50px);
	height: 1px;
	background-color: #f1f1f1;
}

.mobile_menu-back_button + ul li:nth-child(n+2) .mobile_menu-link::after {
	background-color: #d9d9d9;
	left: 0;
	width: 100%;
}

.mobile_menu-link {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	padding: 0 25px;
	position: relative;
	display: block;
}

.mobile_menu-back_button + ul .mobile_menu-link {
	text-transform: unset;
	font-size: 13px;
}

.mobile_menu-link svg {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	display: block;
}

.mobile_menu-back_button h3 {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	line-height: 50px;
	padding: 0 25px 0 45px;
}

.mobile_menu-back_button h3 svg {
	position: absolute;
	left: 25px;
	transform: rotate(180deg);
	top: calc(50% - 5px);
}

/*768*/
@media(max-width: 1025px) {
	:root {
/*		--fontsize-heading-primary: 42px; */
/*		--fontsize-heading-secondary: 38px; */
/*		--fontsize-heading-tertiary: 30px; */
/*		--fontsize-heading-quarternary: 21px; */
		--fontsize-body-normal: 13px;
		--fontsize-body-small: 10px;
		--fontsize-button: 12px;
	}

	#primary {
		margin-top: 60px;
	}

	#coffeerm-button,
	.showroom-mobile-icon,
	.mobile-vehicle-back-bar,
	.mobile-photo-icons,
	.mobile_menu-button,
	.mobile_menu-container {
		display: block;
	}

	.vehicle_mobile_footer-buttons {
		display: flex;
	}

	.full-navigation-bar {
		display: none;
	}

	#masthead {
		height: 60px;
	}

	.site-branding {
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.fyc-secondary {
		display: none;
	}

	.showroom-filter {
		display: none;
	}

	.showroom-content {
		width: 100%;
		left: 0;
	}

	.showroom-vehicle-list > .vehicle-archive-card, 
	.showroom-vehicle-list > .variable-archive-advert, 
	.showroom-vehicle-list > .variable-advert {
		width: calc(50% - 10px) !important;
	}

	#primary .dealer-body {
		width: 100%;
	}

	#primary #dealer-map {
		width: 100%;
		height: 180px;
	}

	#primary .dealer-footer {
		width: 100%;
		margin-top: 0;
	}

	/*#primary .dealers-list {
		height: auto;
		overflow-y: unset;
	}*/

	#primary .dealer-footer h3 {
		font-size: 13px;
		font-weight: 600;
	}

	#primary .fsl-store-single h4 {
		font-size: 13px;
		font-weight: 700;
	}

	#primary .fsl-store-single-content > a:last-child {
		font-size: 12px;
		font-weight: 400;
	}

	#colophon {
		padding: 50px 0 0;
	}

	body.single-product #colophon {
		margin-top: 0;
	}

	body #gform_wrapper_1 #gform_1 .gform_footer #gform_submit_button_1 {
		top: 72px;
	}

	.footer-column.contact .button {
		padding: 0 !important;
		line-height: unset !important;
		height: auto !important;
		background-color: #000 !important;
		color: #fff !important;
	}

	.footer-column.contact .button svg {
		filter: invert(0) !important;
	}

	.footer-column {
		width: 100% !important;
		text-align: center;
		max-width: 100% !important;
	}

	.footer-column.quick-links {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.footer-column.quick-links::after {
		height: 1px;
		width: 100%;
		right: 0;
		top: calc(100% + 20px);
	}

	.footer-column.quick-links ul {
		max-width: 290px;
		margin: auto;
		column-count: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: unset;
	}

	.footer-column.quick-links ul li {
		margin: 5px 0px;
		position: relative;
		border-right: 1px solid #fff;
		padding: 0 12px;
	}

	.footer-column.quick-links ul li:nth-child(4), 
	.footer-column.quick-links ul li:nth-child(7), 
	.footer-column.quick-links ul li:last-child {
		border-right: 0;
	}

	.social-list {
		justify-content: center;
	}

	.footer-column.newsletter {
		margin-top: 50px;
	}

	.footer-column.newsletter h3 {
		text-align: center;
	}

	body.single-product #primary {
		margin-top: 110px;
	}

	body.single-product #primary > .max-width-container {
		margin-top: 60px !important;
	}

	.landing-fold .left, 
	.landing-fold .right {
		width: 100%;
		position: relative;
	}

	.landing-fold .right {
		padding-bottom: 0px;
	}

	.vehicle-gallery {
		position: relative;
		margin-left: -5vw;
		width: calc(100% + 10vw);
	}

	.vehicle_gallery-small {
		display: none;
	}

	.vic-price {
		position: static;
		text-align: left;
		display: flex;
		gap: 20px;
		align-items: baseline;
	}

	.vic-footer {
		position: static;
	}

	.vic_footer-buttons .button:nth-child(1), 
	.vic_footer-buttons .button:nth-child(2) {
		display: none;
	}

	.vehicle-secondaries {
		border-top: 1px solid var(--color-grey-normal);
		margin-top: 50px;
		padding-top: 50px;
	}

	.vehicle-secondaries .left, 
	.vehicle-secondaries .right {
		width: 100%;
	}

	#vehicle-details {
		margin-bottom: 50px;
	}

	.find-your-car-banner {
		height: auto;
		min-height: 780px;
		padding-bottom: 50px;
		padding-top: 100px;
	}

	.find_your_car_banner-content {
		top: 100px;
		left: 5%;
		position: relative;
		top: unset;
		left: unset;
		margin: auto;
	}

	.find_your_car_banner-content .left, 
	.find_your_car_banner-content .right {
		width: 100%;
	}

	.find_your_car_banner-content .left {
		padding: 45px 40px;
	}

	.find_your_car_banner-content .right {
		border-radius: 0 0 20px 20px;
		min-height: 110px;
		border-top: 0;
		position: static;
	}

	.find_your_car_banner-background-small {
		position: static;
	}

	.fyc-vehicle-selector-icons {
		top: 0px;
	}

	.fyc-sideform {
		position: relative;
		opacity: 1;
		top: 0;
		left: 0;
		padding: 0;
		display: none;
	}

	.find_your_car_banner-content.show-more .fyc-sideform {
		left: 0;
		display: block;
	}

	.find_your_car_banner-content.show-more .fyc-form-button-set {
		width: 100%;
		margin-top: 40px;
	}

	.usp_item-content h3 {
		font-size: 18px;
	}

	.usp_item-content p {
		font-size: var(--fontsize-body-small);
	}

	.experience-item,
	.smg_experience-content .latest_news-single {
		width: calc(50% - 12px);
		margin-bottom: 20px;
	}

	.smg_experience-content .latest_news-single:nth-child(n+7) {
		width: 100%;
	}

	.latest_news-single:nth-child(3):last-child {
		width: 100%;
	}

	.link-blocks > .link-block:nth-child(3):last-child {
		width: 100%;
		padding-bottom: 75px;
	}

	.smg_custom_banner-links li a {
		font-size: var(--fontsize-button);
	}

	.branch-finder {
		margin: 50px 0;
	}

	.bf-branch_column {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.bf-province_column, 
	.bf-brand_column {
		width: calc(50% - 10px);
	}

	.bf_single_branch-brands span {
		margin-bottom: 5px;
	}

	.about.max-width-container {
		margin: 20px auto 40px;
	}

	.about-sidebar {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.about-sidebar h3 {
		margin-left: auto;
		margin-right: auto;
	}

	.about-content {
		width: 100%;
		text-align: center;
	}

	.showroom-mobile-filter {
		display: none;
		position: fixed;
		top: 0;
		z-index: 100000001;
		background-color: var(--color-grey-lightest);
		left: 0;
		height: 100vh;
		overflow-y: scroll;
		width: 100%;
		padding-bottom: 25px;
	}

	.showroom_mobile_filter-content .fyc-secondary, 
	.showroom_mobile_filter-content .showroom-filter {
		display: block;
		width: 100%;
	}

	.vehicle_gallery-large {
		margin-bottom: 0;
	}

	.page-intro {
		padding: 35px 0;
	}

	body.single-brand #showroom {
		margin-top: 20px;
	}

	.showroom-pagination p {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.showroom-pagination ul {
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}

	.showroom-pagination ul .next {
		flex-grow: 1;
		text-align: right;
	}

	.showroom-pagination ul .previous {
		flex-grow: 1;
		text-align: left;
	}

	body.single-brand #find-a-dealer {
		margin-top: 50px;
		padding-top: 10px;
		margin-bottom: 0;
	}

	body.single-brand .smg-experience.related-news {
		padding-top: 15px;
	}

	.dealership_details-gallery {
		width: 100%;
		gap: 0;
	}

	.dealership-gallery-thumb:hover img, 
	.dealership-gallery-thumb.slick-current img {
		border: 0;
	}

	.dealership-gallery-slider, 
	.dealership-gallery-thumbnails {
		width: 100%;
	}

	#dealership-details {
		padding: 25px 0;
	}

	.dealership-gallery-thumbnails {
		order: 1;
	}

	.dealership_details-content {
		width: 100%;
		padding: 25px 0;
	}

	.accolade-carousel {
		padding: 20px 0;
	}

	.accolade-track .award {
		height: 80px;
	}

	.smg_custom_banner.sales-agent-banner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.smg_agent_banner-image {
		width: 100%;
		height: 200px;
		background-position: center;
	}

	.smg_agent_banner-bio {
		width: 100%;
		margin-top: 25px;
	}

	.smg_agent_banner-contact {
		width: 100%;
		margin-top: 50px;
	}

	.accolade-track .award span {
		font-size: 15px;
	}

	body.single-sales_agent .usp-list .max-width-container {
		margin-top: 25px;
	}

	.blog #filter-sidebar, #post-grid-content {
		width: 100%;
		margin-bottom: 25px;
	}

	#filter-options select {
		font-size: 12px;
	}

	#filter-options label {
		font-size: 12px;
		font-weight: 400;
	}

	.post-item {
		width: 100%;
	}

	ul.page-numbers {
		margin-top: 25px;
	}

	ul.page-numbers li .page-numbers {
		font-size: 12px;
		margin: 0;
	}

	.blog .flex,
	#post-grid-content {
		margin-bottom: 0 !important;
	}

	.pagination {
		margin-bottom: 0px;
	}

	#filter-sidebar, .blog-post {
		width: 100%;
	}
	.indexed-content {
		margin: 20px 0;
	}

	.indexed_content-sidebar {
		width: 100%;
		position: relative;
		top: 0;
	}

	.indexed_content-main {
		width: 100%;
		margin-top: 25px;
	}

	.accreditation_carousel-wrapper {
		margin: 50px 0 0;
	}

	.indexed_content-single .featured_image-blocks {
		display: block;
	}

	.featured_image_blocks-single {
		margin: 10px 0;
	}

	.cta_blocks-single {
		width: 100%;
	}

	.page-id-541339 .indexed_content-single {
		width: 100% !important;
	}

	.vap_cta-single {
		width: 100%;
		margin-top: 10px;
	}

	.page-id-55957 #find-a-dealer {
		margin-top: 30px;
		padding-top: 10px;
	}
	.milestones {
		width: 90%;
		margin-bottom: 20px;
	}
	.single-milestone {
		width: 100%;
		position: static;
		height: auto;
		margin: 0;
	}
	.single-milestone-container {
		position: static;
		width: 100%;
	}
	.milestone-line {
		display: none;
	}
	.milestone-content {
		position: static !important;
		width: 100%;
		text-align: center !important;
	}
	.single-milestone::after {
		display: none;
	}
	.milestone-content h3, 
	.milestone-content p {
		text-align: center !important;
	}
	.page-id-644721 .page-intro {
		padding-bottom: 0 !important;
	}

	.milestone-content h3 {
		margin-top: 10px;
		border-top: 1px solid var(--color-grey-light);
		padding-top: 20px;
	}

	.page-id-644721 #find-a-dealer {
		padding-top: 10px;
	}

	.link-blocks.care .experience-item {
		margin-bottom: 10px;
	}
}

@media(max-width: 767px) {

		:root {
		--fontsize-heading-primary: 36px;
		--fontsize-heading-secondary: 28px;
		--fontsize-heading-tertiary: 24px;
		--fontsize-heading-quarternary: 18px;
/*		--fontsize-body-normal: 13px;*/
/*		--fontsize-body-small: 10px;*/
/*		--fontsize-button: 12px;*/
	}

	.showroom-vehicle-list > .vehicle-archive-card, 
	.showroom-vehicle-list > .variable-archive-advert, 
	.showroom-vehicle-list > .variable-advert {
		width: 100% !important;
		margin-right: 0;
		min-height: 450px;
	}

	.variable-advert.advert-size-wide, 
	.variable-advert.advert-orientation-landscape {
		min-height: 150px;
	}

	.ccstudio .left, 
	.ccstudio .right {
		width: 100%;
		text-align: center;
	}

	.ccstudio ul {
		justify-content: center;
		margin-bottom: 10px;
	}

	.vic-stats {
		flex-wrap: wrap;
	}

	.vic-dealership {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.vic-stat-spacer:nth-child(6) {
		display: none;
	}

	.vic_footer-buttons .button:nth-child(3) {
		display: block;
		text-align: center;
	}

	body .finance-form .deposit, 
	body .finance-form .balloon, 
	body .finance-form .installments, 
	body .finance-form .interest {
		width: 100%;
	}

	body .finance-form .gform_wrapper .gform_fields .interest {
		margin-bottom: 210px;
	}

	.finance-calculations {
		position: absolute;
		top: 575px;
		right: 0;
		width: 100%;
		text-align: left;
		padding: 0 50px;
	}

	.finance_calculations-container {
		border-bottom: 1px solid var(--color-grey-normal);
		padding-bottom: 25px;
	}

	body .finance-form .gform_wrapper .gform_fields .vap-choices .gfield_checkbox {
		display: block !important;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	body .finance-form .gform_wrapper .gform_fields .vap-choices .gfield_checkbox .gchoice:nth-child(4) {
		margin-bottom: 10px;
	}

	body .finance-form .gform_wrapper .gform_fields .vap-choices .gfield_checkbox .gchoice:nth-child(4) > input + label {
		width: 100%;
		max-width: 100%;
	}

	.finance-form {
		margin-left: -5vw;
		margin-right: -5vw;
		border-radius: 0;
	}

	.usp-item {
		width: 50%;
	}

	.experience-item,
	.smg_experience-content .latest_news-single {
		width: 100%;
		margin-bottom: 20px;
	}

	.bf-province_column, 
	.bf-brand_column {
		width: 100%;
		margin-bottom: 25px;
	}

	.smg_custom_banner-links li a {
		border-width: 0;
	}

	.smg_custom_banner-links ul {
		border-width: 0;
	}

	.counter.flex {
		justify-content: center;
		gap: 30px;
	}

	.mission {
		padding: 20px 0 50px;
	}

	.mission-content {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.mission img {
		width: 100%;
	}

	.mission + .link-blocks {
		margin-top: 20px;
	}

	.experience-item {
		height: 275px;
	}

	.heading-with-link a {
		display: none;
	}

	.find-a-dealer {
		padding: 50px 0;
	}

	.find_your_car_banner-content .left {
		padding: 85px 40px 25px;
	}

	.fyc-form-button-set .button {
		margin: 0 0 5px !important;
		display: block;
		width: 100%;
		text-align: center;
	}

	.brand_carousel-wrapper {
		padding: 10px 0 0px;
	}

	.brand_carousel-single img {
		margin: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		max-width: 100%;
		max-height: 80px;
		opacity: 1;
	}

	.brand_carousel-single {
		background-image: unset !important;
	}

	.explore-vehicles {
		padding-top: 30px;
	}

	.explore-vehicles h2 {
		font-size: var(--fontsize-heading-secondary);
	}

	.explore-vehicles .smg-carousel-arrow {
		left: unset !important;
		right: -10px;
	}

	.explore-vehicles .smg-carousel-arrow.prev {
		right: 20px;
	}

	.guided_filter-lightbox {
		z-index: 999999;
	}

	.gf-content {
		padding: 20px 20px 40px;
	}

	.guided_filter-guide ul {
		justify-content: center;
	}

	.guided_filter-guide ul li {
		margin-right: 20px;
	}

	.guided_filter-guide ul li:last-child {
		margin-right: 0;
	}

	.guided_filter-line {
		width: 26px;
	}

	.gfl-close {
		top: 20px;
	}

	.guided_filter_screen h2 {
		font-size: 26px;
	}

	.guided_filter-vehicletype, 
	.guided_filter-bodytype, 
	.guided_filter_transmissions-types, 
	.guided_filter_newused-types {
		flex-wrap: wrap;
		gap: 10px;
	}

	.guided_filter_vehicletype-single {
		width: calc(50% - 5px);
		height: 110px;
		padding-top: 0px;
	}

	.guided_filter_vehicletype-single input + label svg {
		height: 24px;
	}

	.guided_filter_vehicletype-single input + label {
		padding-top: 30px;
	}

	.guided_filter-next {
		margin-top: 20px;
	}

	.guided_filter_budget-type {
		display: flex;
		gap: 10px;
	}

	.guider_filter-secondary_label {
		font-size: 12px;
		font-weight: 400;
	}

	.guided_filter_budget-types {
		gap: 0;
		flex-wrap: wrap;
	}

	.guided_filter_budget_type-single input + label {
		font-size: 12px;
		display: block;
		margin-bottom: 10px;
	}

	.guided_filter_screen span.ui-selectmenu-button.ui-button {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}

	.guided_filter_bodytype-single {
		height: 80px;
		width: calc(33.3% - 7px);
	}

	.guided_filter_bodytype-single:nth-child(n+4) {
		width: calc(50% - 5px);
	}

	.guided_filter_bodytype-single input + label svg {
		width: 45px;
	}

	.guided_filter_bodytype-single input + label {
		padding-top: 18px;
	}

	.guided_filter-next .guided_filter_next-button.button {
		height: 45px;
		line-height: 43px;
		font-size: 14px;
	}

	.guided_filter_transmission_type-single input + label, 
	.guided_filter_newused_type-single input + label {
		padding-top: 20px;
	}

	.guided_filter_transmission_type-single, 
	.guided_filter_newused_type-single {
		height: 65px;
	}

	.guided_filter_newused_type-single {
		width: calc(50% - 5px);
	}

	.guided_filter-mileageyears {
		gap: 10px;
		flex-wrap: wrap;
	}

	.guided_filter_screen {
		padding-top: 30px;
	}

	.guided_filter-extras .guider_filter-secondary_label {
		margin-top: 10px;
	}

	.vac-grid {
		display: flex;
	}

	.smg_sl-province-selector-wrapper {
		float: left;
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.smg_sl-brands-selector-wrapper {
		width: calc(50% - 5px);
		float: right;
		margin-top: 5px;
	}

	.dealers-head span.ui-selectmenu-button.ui-button {
		font-size: 12px;
		padding: 0 15px;
	}

	#dealer-address-input {
		padding-left: 15px;
	}

	.dealers-address {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	body .finance-form .gfield.gfield--type-captcha {
		transform: scale(0.782);
		transform-origin: left;
	}

	.explore_vehicles-carousel .slick-track > div.variable-advert {
		display: none;
	}

	.page-id-56062 #contact {
		padding: 40px 5%;
	}

	.page-id-56062 #find-a-dealer {
		margin-top: -30px;
		padding-top: 10px;
	}

	.page-id-56062 #colophon,
	.page-id-644764 #colophon {
		margin-top: 0;
	}

	.page-id-644764 .smg-experience.related-news {
		padding: 20px 0;
	}

	.smg_custom_banner-links ul {
		display: none;
	}

	.mobile-jumpto-links {
		display: block;
	}

	.smg_custom_banner {
		position: relative;
		height: 225px;
	}

	.sml-container {
		padding: 30px 30px 35px;
	}
	.vehicle_compare-selectors {
		padding: 0;
	}

	.vehicle_compare-card {
		width: 100%;
		margin-bottom: 20px;
	}

	.vehicle_compare_card-preview .vehicle-archive-card {
		width: 320px;
		margin: auto !important;
	}

	.vehicle_compare_card-remove {
		left: unset;
		right: 13px;
		transform: unset;
	}

	.vehicle_details_table-tr {
		width: 100% !important;
	}

	.vehicle_details_table-tr:first-child {
		border-top: 20px solid #fff;
	}

	.vehicle_details_table-th {
		width: 100%;
	}

	.vehicle_details_table-td {
		width: 100%;
		min-height: 38px;
	}

	.page-id-1004080 #find-a-dealer {
		margin-top: 20px;
		padding-top: 10px;
	}
	.find_your_car_banner-content .right {
		height: 0;
		min-height: 0;
	}
	.find_your_car_banner-background-small {
		height: 0;
		min-height: 0;
		background-image: unset !important;
	}
	.showroom-vac .vac-image {
		background-position: center;
	}
	.ui-selectmenu-open {
		z-index: 999999999 !important;
	}
	.showroom-vac .vac-image {
        background-position: center;
        height: 280px;
    }
}

@media(max-width: 420px) {
	.finance-calculations {
		top: 625px;
	}
	.showroom-sortbar {
		display: block;
	}
	.showroom_sortbar-sortby {
		margin: 10px 0 30px;
	}
}