/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Global Styling
*  2.0 - Button	
*  3.0 - Header & Menu
*  4.0 - Footer Links
*  5.0 - Mini Stock Locator
*/

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */


html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


html, .stock-locator,.ate-online-tool {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
}

body {
	background: #fafafa;
	color: #000;
	padding-top: 80px;
}

.anchor {
	top: -40px;
}

.banner-badge.just-arrived, .sd-title, .sdc-heading  {
    font-weight: 500; 
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, a.si-title, .sl-results-heading {
	color: #000;
	font-weight: 700;
	line-height: 1.25em;
	font-family:"usual";
}

h1, .h1 {
	font-size: 28px;
}

h2, .h2 { 
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 16px;
}

.subtitle {
	margin-top: -10px;
	font-size: 20px;
}

a {
	color: #888888;
}

a:hover {
	color: #2a87c0;
}

.wrapper, .sml-wrapper, .full-wrapper {
	line-height: 1.5em;
}

.wrapper, .sml-wrapper {
	padding: 40px 30px;
}

/*.full-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
*/

.wrapper {
	max-width: 1330px;
}

.sml-wrapper {
	max-width: 1000px;
}

.m-top {
	margin-top: 20px;
}

.m-bot {
	margin-bottom: 20px;
}

.grey-bg {
	background-color: #f3f3f3;
}


@media (min-width: 1025px) {

	h1, .h1, h2, .h2 {
		margin-bottom: 20px;
	}

	.anchor {
		top: -90px;
	}

	.wrapper, .sml-wrapper {
		padding: 80px 50px;
	}

	/*.full-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}*/

	h1, .h1 {
		font-size: 40px;
	}

	h2, .h2 { 
		font-size: 32px;
	}

}

@media(min-width: 1200px) {

}

/* ========================================================================== 
*  2.0 - Buttons	
* ========================================================================== */

.btn {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 16px;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	line-height: 1em;
	text-align: center;
	background-position: center;
	transition: background 0.8s;
	cursor: pointer;
}

a.btn:hover, .btn:hover {
	text-decoration: none;
}

.btn-mg-top {
	margin-top: 20px;
}

.btn-mg-bot {
	margin-bottom: 20px;
}

.btn-join, a.btn-join {
	background-color: #0076BB;
	color: #fff;
	box-shadow: #00000029 0 3px 6px;
	font-size: 16px;
	font-weight: 500;
}

.btn-join:hover, a.btn-join:hover {
	background-color: #555;
	color: #fff;
}

@media (min-width: 640px) {

	.btn {
		padding: 16px 20px;
	}

}

@media (max-width: 768px) {

	.btn-login, a.btn-login {
		padding: 0;
	}

}

@media (max-width: 1023px) {

	.icon-profile {
		display: none;
	}

	.btn-login {
	    font-weight: 400 !important;
	}
	.nav-menu .wrapper {
    	justify-content: end;
    	display: flex;
	}

}

@media (min-width: 1024px) {

	.btn-login, a.btn-login {
		background: transparent;
		border: 1px solid #D5D5D5;
		color: #999999;
		display: flex;
		align-items: center;
	}

	.btn-login svg, a.btn-login svg {
		margin-right: 0.5rem;
	}

	.btn-login {
		font-weight: 500 !important;
	}


}


@media (min-width: 1025px) {

	.btn {
		display: inline-block;
		width: auto;
	}

	.btn-full {
		display: block;
		width: 100%;
	}

	.btn.form-submit {
		width: 100%;
		text-align: center;
	}

}

/* ========================================================================== 
*  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;
}

/* ========================================================================== 
*  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: #2a87c0; 
}


@media (min-width: 1025px) {

	.dealer-name {
		margin-top: 7px;
	}

}

@media (min-width: 1200px) {

	.dealer-name {
		font-size: 30px;
		margin-top: 15px;
	}

	.dealer-menu .logo {
		width: auto;
	}

	.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;
}

.nav-menu .wrapper {
	align-items: center;
	max-width: 1080px;
}

.fixed-menu .nav-menu {
	transform: translate(0, -100%);
}

.primary-nav {
	display: none;
}

.logo img {
	display: block;
}

.logo a {
	display: block;
}

.mobile-title {
	white-space: nowrap;
}

.btn-flex .icon-save {
    fill: none;
    stroke-width: 2px;
    stroke: currentColor;
    color: #999999;
}

.btn-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-flex .btn-join {
    margin-left: 16px;
}



@media (max-width: 768px) {

	.saved {
		display: none;
	}

	.logo-flex {
		display: flex;
		align-items: center;
	}

	.logo-flex, .btn-flex {
		flex: 1;
	}	

}

@media (min-width: 769px) {


	.saved {
	    height: 16px;
	}

	.btn-flex .btn-login, .btn-flex .btn-join {
		margin-left: 10px;
	}

}


@media (max-width: 1024px) {

	.logo img {
		width: auto;
		height: 22px;
	}


}

@media (min-width: 1025px) {

	.logo-flex, .primary-nav, .btn-flex {
	    flex: 1 1 auto;
	}

	.mobile-header, .mobile-title {
		display: none;
	}

	.logo {
		width: 158px;
	}

	.logo img {
		height: auto;
		
	}


	.m-menu {
		background: #eee;
	}

	.nav-menu {
		position: fixed;
	}


	.nav-menu .wrapper {
		padding: 26px 16px;
	}

	.stacked .nav-menu .wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.primary-nav {
		display: inline-block;
	}

	.primary-nav .nav {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: left;
	}

	.primary-nav ul {
		margin: 0;
		padding: 0;
		z-index: 50;
	}

	.primary-nav li {
		display: inline-block;
		position: relative;
	}

	.primary-nav a {
		display: block;
		padding-right: 1.25rem;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
	}

	.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 > ul > li:last-child > a {
		padding-right: 0;
	}

	.primary-nav > .nav > li:hover > a {
		color: #2a87c0;
	}

	.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: #2a87c0;
		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: #2a87c0 !important;
		color: #fff !important;
	}

	/* ========================================================================== 
	*  	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);
	}

	.scrolling-down .nav-menu {
		transform: translate(0, -100%);
	}

}

@media(min-width: 1200px) {

}

/* ========================================================================== 
	*  	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: 55px;
	background-color: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	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: #ddd;
	margin-right: 25px;
}

.mobile-link span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mobile-header a {
	margin-right: 20px;
}

.mobile-header a svg, .mobile-link svg {
	color: #fff;
	font-size: 15px;
}

.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: #f0f0f0;
	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: #444;
	border-bottom: 1px solid #e4e4e4;
	text-decoration: none;
	text-transform: uppercase;
}

.m-menu .active > a {
	background-color: #2a87c0;
	color: #fff;
}

.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: #2a87c0;
	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;
}


@media (min-width: 769px) {

	.mobile-link {
		display: none;	
	}

}

/* ========================================================================== 
*  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: #2a87c0; 
}

.mobile-split a svg {
	margin-right: 0;
}


@media (max-width: 1024px) {

	.mobile-header .wrapper, .nav-menu .wrapper {
		padding: 16px;
	}

}

/* ========================================================================== 
*  7.0 - Footer Links
* ========================================================================== */

.footer .wrapper, .copyright .wrapper {
	max-width: 1536px;
}

.footer-links .wrapper {
		padding-bottom: 0px;
}

.footer-links {
    background-color: #fff;
}

.footer-links hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 15px 0;
	height: 1px;
	background-color: #ececec;
	border: none;
}

.footer-links p {
	margin: 0 0 20px 0;
	color: #888888;
}

.footer-links .h3 {
	margin: 0;
	color: #333333;
}

.footer-links .h4 {
	margin: 20px 0 0;
	color: #2a87c0;
}

.footer-links a {
	text-decoration: none;
	font-size: 15px;
	color: #1a1a1a;
}

.footer-links a:hover, .copyright a:hover {
	color: #2a87c0;
}

.highlight {
	color: #faa41a; /* Highlight Day Colour*/
}

.footer-links ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.9em;
}

.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;
}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */

.copyright {
	background-color: #F5F5F5;
}

.copyright p {
	margin-bottom: 0;
}

.copyright span {
		color: #2a87c0;
}

.copy-name {
	color: #fff !important;
}

.copyright .wrapper {
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copy-links a:last-child {
	margin-left: 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: 768px) {

	.copyright {
		text-align: center;
	}

	.copy-name {
		display: block;
	}

	.copy-break {
		display: none;
	}

	.edge-designed {
		margin-top: 10px;
	}

	.copy-links {
		display: none;
	}

	.footer-links .flex.pb-vert>* {
		padding-bottom: 60px;
	}

	.footer-links .flex.pb-vert>*:last-child {
		padding-bottom: 0;
	}

}

@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%;
	}


}

@media (max-width: 1024px) {

	.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;
	}

	.icon-foot {
		display: block;
	}

}

@media (min-width: 1025px) {

	.footer-links .wrapper {
		padding-top: 50px;
	}

	.footer-links h1 {
		margin: 10px 0 40px 0;
	}

	.footer-links .h3 {
		margin: 0 0 20px 0;
	}

	.footer-links .flex > div {
		padding-bottom: 0;
	}

	.copyright .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}


/* ========================================================================== 
*  10.1 - Mini Stock Locator
* ========================================================================== */

.search-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2; 
}

.ss-video {
	position: absolute;
	overflow: hidden;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.search-our-stock video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.search-our-stock label {
	text-align: left;
}

@media (min-width: 1025px) {

	.search-our-stock .wrapper {
		max-width: 1400px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

@media(min-width: 1300px) {

	.search-our-stock .wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

}

@media(min-width: 1500px) {

	.search-our-stock .wrapper {
		padding-top: 180px;
		padding-bottom: 180px;
	}

}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Search Colours
* ========================================================================== */

/*.mini-search-quick a {
	border-radius: 3px !important;
	color: #fff !important;
	padding: 8px 25px !important;
	font-size: 18px !important;
}

.search-our-stock h2 {
	color: #fff !important;
}

.mini-search-quick, .mini-search-quick a {
	color: #fff !important;
}

.mini-search-quick a:hover, .mini-search-quick a.primary {
    border-color: #fff !important;
}

.ms-dark .stock-option .so-select, .ms-dark .stock-option.ms-btn {
    background-color: rgba(0,0,0,0.5) !important; 
    color: #fff;
}

.stock-option.active .so-select {
    background-color: rgba(0,0,0,0.5) !important; 
    color: #fff;	
}

.ms-dark .stock-option .so-select label {
    color: #fff !important;
}

.ms-dark .stock-option .value {
    color: #fff !important; 
}

@media (min-width: 1025px) {

	.mini-search-quick .msq-text {
	    border-right: 1px solid #fff !important;
	}

}*/

/* ========================================================================== 
*  10.3 - Mini Stock Locator - Search Flex
* ========================================================================== */

.search-flex {
	display: flex;
	flex-direction: column;
}

.search-flex .mini-search-quick {
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .search-flex > *:nth-child(1) { order: 1; }
    .search-flex > *:nth-child(2) { order: 3; }
    .search-flex > *:nth-child(3) { order: 2; }

    .search-flex .mini-search-quick {
    	margin-top: 20px;
	}

	.search-our-stock .search-flex  {
		text-align: center;
	}

}

@media (min-width: 1025px) {

	.search-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.search-flex h2, .search-flex .mini-search-quick {
		margin: 0;
	}

	.search-flex h2, .search-flex > div {
		width: auto;
	}

	.search-flex > div:last-child {
		width: 100%;
	    margin-top: 20px;
	}

	.search-flex .mini-search-quick .msq-text {
	    margin-right: 0;
	    padding-right: 30px;
	    border-right: 1px solid #fff;
	}

	.search-flex .mini-search-quick > div {
	    padding: 0 0 0 10px;
	}

	.search-flex .mini-search-quick > div:last-child {
		padding-right: 0;
	}
}



/* ========================================================================== 
*  1.7 - Social
* ========================================================================== */

.social {
	-webkit-align-items: center;
	align-items: center;
}

.social a {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
    padding: 4px;
    font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	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;
}

.social .facebook {
	background-color: #3b5998 ;
}

.social .youtube {
	background-color: #c4302b;
}

.social .linkedin {
	background-color: #4875B4;
}

.social .insta {
	background-color: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social .twitter {
	background-color: #64cbee;
}

.social .gplus {
	background-color: #d73d32;
}


.banner-badges {
	display: none;	
}

.copy-links {
    font-size: 14px;
}

/* ========================================================================== 
*  1.7 - Siderbar Filter
* ========================================================================== */

.ate-stock-locator .sl-vertical-filters .sl-searchbar {
	max-height: calc(100vh - 90px)
}

@media (min-width: 1200px) {
	.sl-vertical-filters .sl-searchbar {
		top: 90px;
	}

	.ate-stock-locator .sl-vertical-filters .stock-option {
		border:  0;
	}

	.ate-stock-locator .sl-vertical-filters .stock-option .so-select label {
		font-weight: 500;
		color: #000;
	}

}

.sd-share-mobile > div:first-child {
	display: none;
}

/* Top Features */
.sd-description {
	overflow: hidden;
}

.carbar-features {
	position: relative;
	overflow: hidden;
}

.carbar-features .top-feature {
	text-align: center;
}

.carbar-features .tf-img {
	width: 100%;
	padding: 10px 0;
	background-color: #eee;
}

.carbar-features .tf-title {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.carbar-features .tf-desc {
	color: #888;
	line-height: 1.2;
}

.stock-locator .carbar-features .embla__button {
	fill: #000;
	width: 12px;
	height: 12px;
	top: -48px;
}

.stock-locator .carbar-features .embla__button--prev {
	left: auto;
	right: 30px;
}

.stock-locator .carbar-features .embla__button--next {
	right: 0;
}

@media(min-width: 500px) {
	#carbar-features .embla__slide {
		width: 50%;
	}
}

@media(min-width: 1400px) {
	#carbar-features .embla__slide {
		width: 33.333%;
	}
}