

.sb-selectboxes {
	border: 1px solid #ddd;
}

	.sb-selectboxes span {
		background: #fff url("../images/sprites-smartfit-arrows.png") no-repeat scroll right top;
		color: #222;
		cursor: pointer;
		display: block;
		padding: 6px 28px 6px 12px;
		text-align: left;
		width: 100%;
	}

.sb-disabled span {
	background: #eee url("../images/sprites-smartfit-arrows.png") no-repeat scroll right bottom;
	color: #999;
}

.smartfit-partfinder-container {
	font-size: 14px;
	padding: 21px 18px;
	position: relative;
}

	.smartfit-partfinder-container form {
		margin: 10px 0 0 0;
	}

		.smartfit-partfinder-container form.withsavedvehicles {
			padding-bottom: 45px;
		}

	.smartfit-partfinder-container input {
		display: block;
		margin: 0 auto;
	}

.sb-selectboxes {
	margin: 0 0 10px 0;
	position: relative;
}

.sb-disabled select {
	cursor: default !important;
}

.sb-selectboxes select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	margin: 0 auto;
	opacity: 0;
	outline: none;
	padding: 10px 12px;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
}

.sb-submodel, .sb-engine {
	display: none;
}

.smartfit-partfinder-container input.btn-search {
	background: #ec1a3b;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjMWEzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjE3MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ec1a3b 0%, #c21732 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1a3b), color-stop(100%,#c21732));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec1a3b 0%,#c21732 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec1a3b 0%,#c21732 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ec1a3b 0%,#c21732 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ec1a3b 0%,#c21732 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1a3b', endColorstr='#c21732',GradientType=0 );
	/* IE6-8 */
	border: 0;
	color: #fff;
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 10px 40px;
	text-transform: uppercase;
}

.smartfit-partfinder-error {
	color: #a5d6ff;
	display: none;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-align: left;
}

.smartfit-partfinder-cantfind {
	color: #333;
	font-size: 12px;
	margin: 15px 0;
	text-align: left;
}

	.smartfit-partfinder-cantfind.smartfit-pfdp a:hover {
		color: #e71939;
	}

	.smartfit-partfinder-cantfind strong {
		display: block;
		font-size: 14px;
	}
/* SmartFit - saved vehicles */
.smartfit-select .btn-saved-vehicles {
	bottom: 41px;
	color: #fff !important;
	cursor: pointer;
	padding: 5px 10px;
	position: absolute;
	right: -10px;
	text-decoration: underline;
	z-index: 3;
}

.smartfit-select .btn-saved-vehicles-active {
	background: #f6f6f6;
	border: 1px #ccc solid;
	border-bottom: 0;
	bottom: 41px;
	color: #222;
	cursor: pointer;
	display: none;
	padding: 5px 10px;
	position: absolute;
	right: -10px;
	z-index: 3;
}

.universalContainer .smartfit-select .btn-saved-vehicles-active {
	bottom: 74px;
}

.universalContainer .smartfit-select .btn-saved-vehicles {
	bottom: 74px;
}

.smartfit-select .btn-saved-vehicles-vehicleselected {
	float: left;
	margin-left: -10px;
}

.smartfit-select .saved-vehicles {
	background: #f6f6f6;
	border: 1px #ccc solid;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	color: #222;
	display: none;
	padding: 15px 18px;
	position: absolute;
	right: -10px;
	text-align: left;
	top: -14px;
	width: 100%;
	z-index: 2;
}

.smartfit-select .saved-vehicles-vehicleselected {
	margin: 29px 0 0 0;
}

.smartfit-select .saved-vehicles ul {
	margin: 0;
	padding: 0;
}

.smartfit-select .saved-vehicles li {
	border-bottom: 1px #999 dashed;
	list-style: none;
	padding: 5px 0;
	position: relative;
}

	.smartfit-select .saved-vehicles li.last {
		border: 0;
	}

.smartfit-select .saved-vehicles input[type="checkbox"] {
	display: none;
	left: 0;
	margin: 0 8px 0 0;
	position: absolute;
	top: 7px;
}

.smartfit-select .saved-vehicles-cta {
	margin: 5px 0 0 0;
}

	.smartfit-select .saved-vehicles-cta div {
		display: none;
	}

	.smartfit-select .saved-vehicles-cta input {
		display: inline-block;
	}

	.smartfit-select .saved-vehicles-cta a {
		border-left: 1px #ddd solid;
		margin: 0 0 0 15px;
		padding: 6px 15px;
	}
/* SmartFit - selected vehicles */
.smartfit-selected {
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}

ul.smartfit-selected-list {
	border-bottom: 1px #fff dotted;
	border-top: 1px #fff dotted;
	margin: 0 0 5px 0;
	padding: 15px 0;
}

	ul.smartfit-selected-list li {
		line-height: 18px;
		list-style: none;
		padding: 0 25px 0 0;
		position: relative;
		text-align: left;
	}

		ul.smartfit-selected-list li span {
			display: block;
			font-size: 12px;
		}

		ul.smartfit-selected-list li a {
			color: #fff;
			text-decoration: underline;
		}

			ul.smartfit-selected-list li a.close:after {
				background: #ddd;
				content: '×';
				/* UTF-8 symbol */
				color: #444;
				font: 14px/100% arial, sans-serif;
				padding: 0 4px;
				position: absolute;
				right: 0;
				text-decoration: none;
				text-shadow: 0 1px 0 #fff;
				top: 0;
			}

.smartfit-partfinder-add {
	display: none;
}

.smartfit-partfinder-cancel {
	cursor: pointer;
	font-size: 14px;
	text-decoration: underline;
}
/* etc */
.padtop10 {
	padding-top: 20px;
}

{
	color: #333;
}

.smartfit-select {
	color: #333;
	margin: 15px 0;
	position: relative;
	text-align: left;
}

	.smartfit-select h4 {
		font-size: 16px;
		font-weight: normal;
	}

		.smartfit-select h4.doesnotfit {
			color: #f00;
		}
	/* SmartFit - saved vehicles */
	.smartfit-select .btn-saved-vehicles {
		bottom: 95px;
		color: #fff;
		cursor: pointer;
		padding: 5px 10px;
		padding-bottom: 12px;
		position: absolute;
		right: 0;
		z-index: 3;
	}

	.smartfit-select .btn-saved-vehicles-active {
		background: #f6f6f6;
		border: 1px #ccc solid;
		border-bottom: 0;
		bottom: 95px;
		color: #222;
		cursor: pointer;
		display: none;
		padding: 5px 10px;
		padding-bottom: 12px;
		position: absolute;
		right: 0;
		z-index: 3;
	}

	.smartfit-select .btn-saved-vehicles-vehicleselected {
		float: left;
		margin-left: -10px;
	}

	.smartfit-select .saved-vehicles {
		background: #f6f6f6;
		border: 1px #ccc solid;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		color: #222;
		display: none;
		margin: -8px 0 0 0;
		padding: 15px 18px;
		position: absolute;
		right: 0;
		text-align: left;
		top: -13px;
		width: 100%;
		z-index: 2;
	}

	.smartfit-select .saved-vehicles-vehicleselected {
		margin: 29px 0 0 0;
	}

	.smartfit-select .saved-vehicles ul {
		margin: 0;
		padding: 0;
	}

	.smartfit-select .saved-vehicles li {
		border-bottom: 1px #999 dashed;
		list-style: none;
		padding: 5px 0;
		position: relative;
	}

		.smartfit-select .saved-vehicles li.last {
			border: 0;
		}

	.smartfit-select .saved-vehicles input[type="checkbox"] {
		display: none;
		left: 0;
		margin: 0 8px 0 0;
		position: absolute;
		top: 7px;
	}

	.smartfit-select .saved-vehicles-cta {
		margin: 5px 0 0 0;
	}

		.smartfit-select .saved-vehicles-cta div {
			display: none;
		}

		.smartfit-select .saved-vehicles-cta input {
			display: inline-block;
		}

		.smartfit-select .saved-vehicles-cta a {
			border-left: 1px #ddd solid;
			margin: 0 0 0 15px;
			padding: 6px 15px;
		}

.smartfit-partfinder-select {
	display: inline-block;
	font-size: 14px;
	min-height: 42px;
	padding: 0 0 0 40px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

	.smartfit-partfinder-select.pfdp em:before {
		color: #fff;
		position: absolute;
		top: 15px;
		z-index: 1;
	}

	.smartfit-partfinder-select.pfdp em:after {
		background: none repeat scroll 0 0 #034ea2;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		content: "";
		height: 33px;
		left: 0;
		position: absolute;
		top: 0;
		width: 33px;
		z-index: 0;
	}

	.smartfit-partfinder-select.pfdp em.icon-arrow-right2:before {
		font-size: 22px;
		left: 5px;
		top: 7px;
		font-weight: bold;
	}

	.smartfit-partfinder-select.pfdp em.icon-check:before {
		font-size: 24px;
		left: 8px;
		top: 5px;
	}

	.smartfit-partfinder-select.pfdp em.icon-check {
		display: none;
	}

	.smartfit-partfinder-select.pfdp em.inactive:after {
		background: #aaa;
	}

	.smartfit-partfinder-select.pfdp em.selected:after, .smartfit-current.smartoptions em.selected:after {
		background: #690;
	}

.smartfit-submodel, .smartfit-engine {
	display: none;
}

.sb-selectboxes span.active {
	background-color: #fffce3;
}
/* Current vehicle */
.smartfit-current {
	padding: 0 15px 10px;
	text-align: left;
}

	.smartfit-current h3 {
		display: inline-block;
		margin: 5px 10px 10px 0;
	}

	.smartfit-current .smartfit-current-addtocart {
		margin: 20px;
	}

		.smartfit-current .smartfit-current-addtocart span.qty {
			float: left;
			margin: 14px 0 0 0;
		}

		.smartfit-current .smartfit-current-addtocart a {
			color: #fff;
			float: right;
			width: 250px;
		}

.smartfit-current-addtocart .btn-primary {
	font-size: 18px;
}

.smartfit-current a.change {
	text-decoration: underline;
}

.smartfit-current a.btn-secondary {
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 250px;
}

.smartfit-current a.btn-options {
	color: #fff;
	background: #1f7cc2;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1f7cc2 0%, #14639c 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f7cc2), color-stop(100%,#14639c));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f7cc2 0%,#14639c 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f7cc2 0%,#14639c 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f7cc2 0%,#14639c 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1f7cc2 0%,#14639c 100%);
	/* W3C */
	box-shadow: 0 2px 0 #134165;
	-moz-box-shadow: 0 2px 0 #134165;
	-webkit-box-shadow: 0 2px 0 #134165;
	border: 1px solid #16639b;
	display: block;
	font-size: 16px;
	margin: 20px auto;
	padding: 10px 20px 8px;
	text-align: center;
	width: 200px;
}
/* Smart Select - PFDP */
.smartfit-current.smartselect {
	padding: 0 0 30px;
}

	.smartfit-current.smartselect .smartfit-current-vehicle {
		padding: 0 15px 15px;
	}

	.smartfit-current.smartselect a.btn-options, .smartfit-current.smartselect .smartfit-current-addtocart {
		display: none;
	}

.smartfit-partfinder-select.pfdp-smartselect {
	background: #999;
	padding: 10px 10px 0 40px;
}

	.smartfit-partfinder-select.pfdp-smartselect em:before {
		color: #fff;
		position: absolute;
		top: 15px;
		z-index: 1;
	}

	.smartfit-partfinder-select.pfdp-smartselect em:after {
		content: "";
		height: 33px;
		left: 0;
		position: absolute;
		top: 0;
		width: 33px;
		z-index: 0;
	}

	.smartfit-partfinder-select.pfdp-smartselect em.icon-arrow-right2:before {
		font-size: 54px;
		left: -6px;
		top: 0;
	}

	.smartfit-partfinder-select.pfdp-smartselect em.icon-check:before {
		font-size: 35px;
		left: 7px;
		top: 10px;
	}

	.smartfit-partfinder-select.pfdp-smartselect em.icon-check {
		display: none;
	}
/* Smart Options */
h5.h5-productoptions {
	margin: 0 0 20px 0;
}

.pgrid.btn {
	color: #fff;
	float: right;
	width: 250px;
}

.smartfit-current-addtocart {
	margin: 15px;
}

	.smartfit-current-addtocart a.btn-secondary {
		display: block;
		margin: 20px auto;
		text-align: center;
		width: 250px;
		color: #333;
		font-size: 18px;
		margin-top: 10px;
		float: right;
	}

.btn.nlb {
	display: inline-block;
}
.grid.results div.product-image {
	height: 159px;
}
/* Media Queries */
@media (max-width: 1920px) {
	.smartfit-select .btn-saved-vehicles-active {
		bottom: 38px;
	}

	.smartfit-select .btn-saved-vehicles {
		bottom: 38px;
	}
}

@media (max-width: 1279px) {
	.smartfit-placer {
		width: 1005px;
	}

{
	left: 0;
	top: 15px;
}

h2 {
	font-size: 18px;
	/*padding: 8px;*/
}

.grid.results div.product-image {
	height: auto;
}

.smartfit-partfinder-container {
	font-size: 12px;
	padding: 10px 20px;
}

.sb-selectboxes span {
	font-size: 14px;
}

.smartfit-partfinder-container input.btn-search {
	margin: 0 5px 0 0;
	padding: 10px 24px;
}

.saved-vehicles-vehicleselected {
	margin: 26px 0 0 0;
}

.saved-vehicles-cta .btn-manage {
	padding: 9px 6px 10px;
}

.saved-vehicles-cta a {
	margin: 0 0 0 10px;
	padding: 6px 10px;
}

h5 {
	font-size: 14px !important;
}

.smartfit-partfinder-container {
	padding-bottom: 0 !important;
}

.smartfit-select h4.doesnotfit {
	display: block;
}

.smartfit-select .btn-saved-vehicles {
	bottom: 38px;
	border: 0;
	color: #fff !important;
	font-size: 12px;
	right: -15px;
	text-decoration: underline;
}

.smartfit-select .btn-saved-vehicles-active {
	bottom: 38px;
	font-size: 12px;
	right: -15px;
}

.smartfit-select .saved-vehicles {
	right: -15px;
	top: -13px;
}

.smartfit-current .smartfit-current-addtocart a {
	width: 150px;
}

.smartfit-current a.btn-secondary {
	width: auto;
}

.pgrid.btn {
	width: 150px;
}

.smartfit-current-addtocart a.btn-secondary {
	width: auto;
}

}

@media (max-width: 1080px) {
	.smartfit-select .saved-vehicles {
		top: -13px;
	}

	.smartfit-current .smartfit-current-addtocart a {
		width: 180px;
	}

	.pgrid.btn {
		width: 230px;
	}

	.smartfit-current-addtocart a.btn-secondary {
		width: 230px;
	}
}

@media (max-width: 1023px) {
	.smartfit-select h4 {
		font-size: 16px;
	}

	.smartfit-select .btn-saved-vehicles {
		bottom: 38px;
		border: 0;
		color: #fff !important;
		font-size: 14px;
		right: -15px;
		text-decoration: underline;
	}

	.smartfit-select .btn-saved-vehicles-active {
		bottom: 38px;
		font-size: 14px;
		right: -14px;
	}

	.smartfit-select .saved-vehicles {
		right: -14px;
		top: -13px;
	}

	.smartfit-select .btn-saved-vehicles, .smartfit-select .btn-saved-vehicles-active {
		left: auto;
		padding: 5px 15px;
		padding-bottom: 12px;
		width: auto;
	}

	.smartfit-select .saved-vehicles-cta .btn-manage {
		padding: 9px 10px 10px;
	}

	.smartfit-partfinder-select.pfdp em:after {
		height: 36px;
		width: 35px;
	}

	.smartfit-partfinder-select.pfdp em.icon-check:before {
		left: 10px;
		top: 6px;
	}

	form {
		padding: 0;
	}

	.smartfit-placer {
		position: relative;
		width: auto;
	}

{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
	margin: 10px;
	position: relative;
	top: 0;
	width: auto;
}

.smartfit-partfinder-container, .sb-selectboxes span {
	font-size: 16px;
}

.leftcolumn300 {
	margin: 0 5px 20px;
}

.smartfit-partfinder-container form {
	padding: 0 0 45px 0;
}

.smartfit-partfinder-container input.btn-search {
	float: none;
	width: 100%;
}

.smartfit-partfinder-container .btn-saved-vehicles, .smartfit-partfinder-container .btn-saved-vehicles-active {
	clear: both;
	float: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 10px;
	width: 140px;
}

.saved-vehicles {
	width: 100%;
}

.saved-vehicles-vehicleselected {
	margin: -11px 0 0 0;
}

}

@media(min-width: 768px) and (max-width: 1023px) {
	.pgrid.btn {
		width: 230px;
	}

	.smartfit-current-addtocart a.btn-secondary {
		width: 230px;
	}
}

@media(min-width: 1024px) and (max-width: 1080px) {
	.pgrid.btn {
		width: 180px;
	}

	.smartfit-current-addtocart a.btn-secondary {
		width: 180px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 990px) {
	h5 {
		font-size: 16px !important;
	}

	.smartfit-select .saved-vehicles {
		top: -13px;
	}

	.smartfit-select .btn-saved-vehicles-active {
		bottom: 38px;
	}

	.smartfit-select .btn-saved-vehicles {
		bottom: 38px;
	}
}

@media (max-width: 767px) {
	.grid.results div.product-image {
		height: auto;
	}
	.smartfit-partfinder-container {
		padding-bottom: 0 !important;
	}

	.smartfit-select {
		margin: 15px 0 5px;
	}

		.smartfit-select h4 {
			margin-bottom: 0;
		}

		.smartfit-select .saved-vehicles {
			top: -13px;
		}

	.sb-selectboxes.sb-disabled {
		display: block;
	}

	.smartfit-select .saved-vehicles-cta input {
		display: block;
		float: none;
		width: 100%;
	}

	.smartfit-select .saved-vehicles-cta a {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 10px 15px;
		text-align: center;
	}

	.smartfit-current a.btn-options, .smartfit-current a.btn-secondary {
		width: auto;
	}

	.smartfit-current a.btn-optionsmargin {
		margin: 20px 15px;
	}

	.smartfit-current .smartfit-current-addtocart span.qty {
		display: block;
		float: none;
		margin: 14px 0 20px;
		text-align: center;
	}

	.smartfit-current .smartfit-current-addtocart select {
		padding: 5px;
		width: 100px;
	}

	.smartfit-current .smartfit-current-addtocart a {
		color: #fff;
		display: block;
		float: none;
		width: 100%;
	}

	.smartfit-current-addtocart span.qty {
		display: block;
		float: none;
		margin: 14px 0 20px;
		text-align: center;
	}

		.smartfit-current-addtocart span.qty select {
			padding: 5px;
			width: 100px;
		}

	.pgrid.btn {
		color: #fff;
		display: block;
		float: none;
		width: 100%;
	}

	.smartfit-current-addtocart a.btn-secondary {
		color: #000;
		display: block;
		float: none;
		width: 100%;
	}
}

@media (max-width: 750px) {
	.smartfit-select {
		font-size: 14px;
	}

	.smartfit-partfinder-container form {
		padding-bottom: 35px;
	}

	.sb-selectboxes.sb-disabled {
		/*display: none */
	}

	.smartfit-partfinder-container input.btn-search {
		display: none;
		margin-bottom: 10px;
	}
	/*.smartfit-select .btn-saved-vehicles { bottom: 98px; }*/
}

@media (max-width: 550px) {
	.wheels-main-banner-topic-mobile {
		display: block !important;
	}

	.wheels-main-banner-topic {
		display: none !important;
	}
}

@media (max-width: 384px) {

	.smartfit-partfinder-select {
		width: 93%;
	}
}

@media (max-width: 360px) {

	.smartfit-select .btn-saved-vehicles-active {
		bottom: 38px;
	}

	.smartfit-select .btn-saved-vehicles {
		bottom: 38px;
	}
}

@media (max-width: 320px) {
	.smartfit-select .btn-saved-vehicles-active {
		bottom: 38px;
	}

	.smartfit-select .btn-saved-vehicles {
		bottom: 38px;
	}
	/* Overwrite css for universal products */
	.universalContainer .smartfit-select .btn-saved-vehicles-active {
		bottom: 73px;
	}

	.universalContainer .smartfit-select .btn-saved-vehicles {
		bottom: 73px;
	}
}

@media (max-width: 390px) {
	#PDPVehicleSelectorV2.universalContainer h4 {
		margin-bottom: 25px !important;
	}
}

.smartfit-select .btn-saved-vehicles-active {
	bottom: 38px;
}

.smartfit-select .btn-saved-vehicles {
	bottom: 38px;
}

#PDPVehicleSelectorV2.universalContainer h4 {
	height: 54px;
}

.fitVariation2 {
	display: none;
}

.wheels {
	min-height: 400px;
	margin-top: 25px;
}

.results, .results-tpms, .results-tires {
	/*background: #e9e9e9;*/
}

.options-wheel {
	background: #e8e8e8;
	display: block;
	float: left;
	margin-bottom: 60px !important;
}

.package-wheel .options-wheel {
	background: #669700;
}

.results ul, .results-tpms ul, .results-tires ul {
	margin: 0;
	padding: 0;
}

.wheels .MMY_spinner {
	position: absolute;
	left: 4px;
	top: 200px;
}

.results ul li.productli, .results-tires ul li.productli {
	background: #fff;
	overflow: hidden;
	margin: 10px 10px 10px 10px !important;
	padding: 5px 20px;
	position: relative;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.results-tpms ul li.productli {
	padding: 5px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	float:left;
}
.CheckoutNowButton {
	background: #0071bc none repeat scroll 0 0;
	padding: 10px 15px;
	margin: 0;
	border: none;
	color: #fff;
	font-weight: bold;
}
	.results-tpms ul li.productli .product-box {
		background: #fff;
		padding: 5px;
	}

	.results ul li.productli.selected, .results-tpms ul li.productli.selected, .results-tires ul li.productli.selected {
	}


.results-tpms .addtopackage {
	width: 70%;
	float: none;
	margin: 20px auto 0;
}

.ShopTiresButton {
	background: #669700 none repeat scroll 0 0;
	padding: 10px 15px;
	margin: 0;
	border: none;
	color: #fff;
	font-weight: bold;
}

.product-detail h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size:26px;
}

.detail {
	position: relative;
	overflow: hidden;
	font-size: 13px;
}

	.detail .col-md-4 {
		text-align: right;
	}

		.detail .col-md-4 a {
			color: #1f8ce7;
			display: block;
			white-space: nowrap;
			margin-bottom: 10px;
		}

	.detail .status {
		margin-bottom: 3px;
	}

	.detail .title {
		color: #6d6163;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.detail .col-md-7 {
		padding: 0px;
	}

	.detail ul {
		padding: 0;
		margin: 0;
	}

		.detail ul li {
			font-weight: 600;
			padding: 0;
			margin: 0;
			font-size: 13px;
		}

			.detail ul li span {
				font-weight: normal;
			}

.results > ul, .results-tires > ul {
	padding: 5px;
	margin: 0px;
	position: relative;
	width: 100%;
}

.results-tpms > ul {
	padding: 0px 10px;
	margin: 0px;
	position: relative;
	width: 100%;
	background: none;
}

.results ul.ui-tabs-nav, .results-tpms ul.ui-tabs-nav, .results-tires ul.ui-tabs-nav {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

	.results ul.ui-tabs-nav li.ui-state-active, .results-tpms ul.ui-tabs-nav li.ui-state-active, .results-tires ul.ui-tabs-nav li.ui-state-active {
		border-bottom: 3px solid #ff0000;
	}

	.results ul.ui-tabs-nav li, .results-tpms ul.ui-tabs-nav li, .results-tires ul.ui-tabs-nav li {
		float: left;
		background: none;
		border: none;
		padding: 5px 28px;
		margin: 0px;
		height: 34px;
	}

.product-image {
	padding: 0px 4 0 5px !important;
	text-align: center;
}

	.product-image img {
		max-width: 100% !important;
	}

.product-detail {
	padding: 8px !important;
}

.variant-div {
	border: none;
	border-top: 1px solid #bcbcbc;
	padding-top: 8px;
}

.varianttabs {
	border: none;
}

.detail .qty {
	width: 45px;
	height: 33px;
	border: 1px solid #222;
	border-top: 2px solid #222;
	padding: 5px;
}

.price-div {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

	.price-div div {
		padding: 0px;
	}

		.price-div div:nth-child(2) {
			text-align: right;
			width:100%;
			max-width:100%;
		}

.detail .price {
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 15px;
}

	.detail .price span {
		font-size: 15px;
		font-weight: normal;
		vertical-align: top;
		line-height: 18px;
	}

.price-detail {
	color: #808076;
	font-size: 13px;
}

	.price-detail .price {
		display: inline;
		font-size: 15px;
		font-weight: bold;
	}

		.price-detail .price span {
			font-size: 13px;
			font-weight: normal;
			vertical-align: top;
			line-height: 17px;
		}
.Selector-title.ng-binding {
		font-size:1.2rem;
}

.addtopackage {
	background: #a7001a;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	float: right;
	border-radius: 2px;
	margin-top: 10px;
	border: none;
}

.productliStaggered .addtopackage {
	background: #a7001a;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	float: left;
	border-radius: 2px;
	margin-top: 10px;
	border: none;
}

.addtires {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 9999;
	padding: 56px;
	width: auto;
	margin: 86px auto;
	font-size: 18px;
	left: 15%;
	right: 15%;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.addtires-title {
	margin-bottom: 13px;
	color: #545454;
}

.addtires-option {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}

.add-package-cart, .start-over-package {
	background: #669700;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	float: right;
	border-radius: 2px;
	margin-top: 10px;
	border: none;
	margin: 5px 0 5px 10px;
	position: relative;
}

.add-package-cart {
	padding: 10px 20px 10px 38px;
}

	.add-package-cart .icon-shopping-cart {
		font-size: 23px;
		position: absolute;
		top: 6px;
		left: 9px;
	}

.start-over-package {
	 background: #d70000 !important; 
	margin: 20px 0 -47px 10px;
	/* float: none; */
	display: inline;
	z-index: 9;
}

#wheelSelection .price-div .add-to-cart-form, #wheelSelection .js-add-to-cart-form {
	display: none;
}

.wheels {
	padding: 0px;
}

	.wheels .smartfit-partfinder-container {
		font-size: 14px;
		padding: 0px;
		position: relative;
	}

#wheelSelection .price-div div:nth-child(1) a {
	color: #1f8ce7;
	font-size: 14px;
}

.wheelqty input, .wheelqty a {
	display: inline !important;
}

.package-wheel .price-div {
	border-top: none;
	padding-top: 0;
}

	.package-wheel .addtopackage, .package-wheel .price-div a {
		display: none;
	}

.package-wheel .detail .price, .package-wheel .wheelqty {
	margin-bottom: 5px;
}

.wheel-title {
	font-size: 21px;
	text-transform: uppercase;
	color: #b2b2b2;
	overflow: hidden;
	display: none;
}

	.wheel-title span {
		font-weight: bold;
		color: #000;
		float: left;
		color: #fff;
		background: #b82128;
		padding: 24px 0;
		text-align: center;
	}

div.loaidng {
	margin: 20px auto;
	text-align: center;
}

.wheels .smartfit-select {
	margin: 0;
}




.package-wheel {
	float: left;
	width: 100%
}

.filterOptions ul {
	float: left;
	list-style: none;
	letter-spacing: -0.31em;
	margin: 0px;
	padding: 0px;
	margin-top:10px;
}

	.filterOptions ul li {
		letter-spacing: normal;
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 100%;
	}

		.filterOptions ul li.expandable {
			border-bottom: 1px solid #cecece;
			padding: 14px 0 14px 0;
			position: relative;
		}

			.filterOptions ul li.expandable.expanded {
				padding-bottom: 0;
			}

			.filterOptions ul li.expandable .text {
				margin-left: 20px;
				position: relative;
				cursor: pointer;
				width: 100%;
				float: left;
				line-height: 17px;
				font-size: 17px;
			}

			.filterOptions ul li.expandable .subCategory {
				display: none;
				width: 100%;
				padding: 13px 0 13px;
			}

		.filterOptions ul li.expandable {
			border-bottom: 1px solid #cecece;
			padding: 14px 0 14px 0;
			position: relative;
		}

			.filterOptions ul li.expandable .subCategory .subCategoryLi {
				padding: 13px 5px 0 35px;
				padding-top: 13px;
				padding-left: 35px;
				line-height: 37px;
				height: 64px;
				width: 190px;
				border-top: 1px dashed #a6a6a6;
				border-bottom: none;
			}

.filterOptions form ul li.expandable .subCategory .subCategoryLi {
	border-bottom: none;
}

.filterOptions ul li.expandable .subCategory.subCategoryBand .subCategoryLi {
	height: auto !important;
	padding-left: 18px !important;
	border-top: 0 !important;
	padding-top: 0;
	margin-top: -5px;
}

.filterOptions ul li.expandable .subCategory .subCategoryLi:first-child {
	border-top: 1px dashed #a6a6a6;
}

.filterOptions ul li.expandable .subCategory .subCategoryLi:last-child {
	border-bottom: none;
}

.filterOptions ul li.expandable .subCategory .left {
	float: left;
}

.filterOptions ul li.expandable.expanded .checks {
	margin-top: 0;
}

.filterOptions ul.checks li {
	line-height: 18px;
}

checkbox {
	border: 1px solid #CECECE;
	border-radius: 3px;
	box-shadow: 0 3px #E2E2E2 inset;
	position: relative;
	display: inline-block;
	height: 22px;
	width: 22px;
	background-color: #fff;
	cursor: pointer;
}

.filterOptions checkbox {
	float: left;
	margin-right: 12px;
}

.filterOptions ul li.expandable.expanded .checks checkbox {
	background-color: #fff;
	margin-right: 10px;
}

checkbox input {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 22px;
	position: absolute;
	cursor: pointer;
	border: 1px solid #CECECE;
	border-radius: 3px;
	box-shadow: 0 3px #E2E2E2 inset;
	position: relative;
}

checkbox.on {
	background: url("/images/icon-sprite.png") no-repeat scroll 0 -169px;
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: 0 0;
	height: 24px;
	width: 24px;
}

.filterOptions ul li.expandable.expanded .checks .check-text {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

.filterOptions ul li.expandable.expanded .text::before {
	content: ' ';
	display: block;
	position: absolute;
	background: url("/images/icon-sprite.png") no-repeat -39px -1550px;
	height: 7px;
	width: 12px;
	top: 6px;
	left: -19px;
}

.filterOptions ul li.expandable#Hubcentric .text {
	line-height: 23px;
}

	.filterOptions ul li.expandable#Hubcentric .text::before, .filterOptions ul li.expandable#InStock .text::before {
		background: none !important;
	}

.filterOptions ul li.expandable .text::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 2px;
	left: -15px;
	background: url("/images/icon-sprite.png") no-repeat -39px -1558px;
	height: 11px;
	width: 7px;
}

.options-wheel.filter .productli, .options-wheel.filter .productli #tabs .ui-tabs-nav li {
	display: none !important;
}

	.options-wheel.filter .productli.on, .options-wheel.filter .productli.on #tabs .ui-tabs-nav li.on {
		display: block !important;
	}

.package-wheel .options-wheel {
	margin-bottom: 0px !important;
}

.package-wheel {
	margin-bottom: 60px !important;
}

#filterOptions {
	display: none;
}

.filter-tags ul {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

	.filter-tags ul li {
		float: left;
		margin-right: 10px;
	}

.filter-title {
	display: block;
}

.filter-title-mobile, .filter-options-mobile {
	display: none;
}

#mmyModal {
	z-index: 9999;
}

	#mmyModal #mmytabs {
		margin: 0;
	}

	#mmyModal #mmySelection .wheeltabs {
		padding: 40px !important;
	}

	#mmyModal #mmySelection {
		background: none;
		min-height: 200px;
		margin-bottom: 0px;
	}

#mmytabs {
	background: none;
	border: none !important;
	margin: 0;
}

.wheeltabs-links {
	background: none;
	border: none !important;
	margin: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

	.wheeltabs-links li {
		overflow: hidden;
		float: left;
		border: none !important;
		margin: 0px;
	}

#mmySelection {
	background: url('/images/wheels-bg.jpg');
	/*min-height: 400px;*/
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

	#mmySelection .loaidng {
		position: absolute;
		background: #fff;
		opacity: 0.7;
		width: 100%;
		height: 100%;
		top: 0;
		text-align: center;
	}

		#mmySelection .loaidng img {
			margin: 40px auto 0 auto;
		}

	#mmySelection .wheeltabs {
		background-color: #1d4159;
		-webkit-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
		padding: 14px 0 0;
		border: none !important;
		padding: 0 12px;
	}

	#mmySelection .wheeltabs-links a {
		width: 100%;
		background-color: #7b7676;
		display: inline;
		float: left;
		z-index: 6;
		cursor: pointer;
		text-decoration: none;
		font-size: 18px;
		float: left;
		margin: 0px;
		text-transform: uppercase;
		line-height: 24px;
		font-weight: bold;
		padding: 14px 32px;
		color: #a7b5be;
	}

	#mmySelection .wheeltabs-links .ui-state-active a {
		background-color: #1d4159;
		color: #189ff8 !important;
	}

.wheels-mmyinfo {
	background: #000;
	padding: 30px;
	margin: 60px 0px 0 40px;
	color: #fff;
	opacity: 0.8;
}

	.wheels-mmyinfo header {
		font-size: 34px;
		line-height: 30px;
		font-weight: bold;
	}

.wheels-how h2 {
	color: #3c3837;
	font-size: 38px;
	line-height: .85;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.wheels-how h4 {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #3c3837;
	font-weight: bold;
	margin-bottom: 0;
}

	.wheels-how h4 span {
		color: #d70000;
	}

.wheels-how p {
	margin: 7px 0 20px;
	padding: 0 15px;
	font-weight: 400;
	height: 88px;
}

.wheels-how a.wheel-info-button {
	display: inline-block;
	font-family: gibsonsemibold;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #3c3837;
	background-color: #eaeaea;
	border-radius: 15px;
	padding: 0 15px;
}

	.wheels-how a.wheel-info-button:hover {
		color: #FFF;
		background-color: #d70000
	}

.wheels-how .col-md-4 {
	text-align: center;
}

.wheels-how.wrap {
	margin-bottom: 60px !important;
	overflow: hidden;
}

.wheels-found-result {
	/*display:none;
    margin-top: 20px;
    background: #f4f4f4;
    padding: 20px 30px;*/
}

.wheels-results-total {
	font-size: 16px;
	display: block;
}

.wheels-details {
	font-size: 26px;
}

.mmyselected-result span {
	font-weight: bold;
}

.wheels-details a {
	color: #0e7bc0;
	font-size: 17px;
	margin-left: 10px;
}

.grid.results ul li.productli {
	float: left;
	width: 24%;
	margin: 4px !important;
	border: 1px solid #ccc;
}




.grid.results .product-image {
	/*width: 100% !important;*/
	max-width: 100%;
	height:159px !important;
}

.grid.results .product-detail {
	width: 100% !important;
	max-width: 100%;
}

	.grid.results .product-detail h1 {
		font-size: 16px;
		height: 60px;
		margin-top: 10px;
	}

.grid.results .detail .col-md-7 {
	width: 100% !important;
	max-width: 100%;
}

.grid.results .detail .col-md-4 {
	width: 70% !important;
	padding: 0;
	float: left;
	max-width: 70%;
}

.grid.results .detail .col-md-1 {
	width: 30% !important;
	padding: 0;
	float: left;
	max-width: 30%;
}

.grid.results .price-div {
	border-top: none;
	padding-top: 5px;
	overflow: hidden;
}

.grid.results #tabs > ul, .grid.results .grid-hide {
	display: none;
}

.grid.results .detail ul li {
	float: left;
}

.grid.results .detail ul {
	overflow: hidden;
	height: 30px;
}

.grid-select {
	display: none;
	position: relative;
	margin: 0 !important;
}

.grid.results .grid-select {
	display: block;
}

.grid-select select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
	padding: 5px 5px;
	width: 100%;
}
	.grid-select .nochoise select{
		display:none;
	}
.grid-select .nochoise span {
	border: 1px solid #fff;
	background: no-repeat;
}
	.options-wheel.filter .grid-select select option.on {
		display: block;
	}

.options-wheel.filter .grid-select select option {
	display: none;
}
/*.grid-select span {
    width: 100px;
    display: inline-block;
    padding: 6px 10px;
    background: #d70000 url("images/sprites-smartfit-arrows.png") no-repeat right bottom;
    color: #fff;
    width: 100%;
}*/
.grid-select span {
	display: inline-block;
	padding: 5px 5px;
	border: 1px solid #d70000;
	background: white url("/images/sprites-smartfit-arrows.png") no-repeat right bottom;
	color: #d70000;
	width: 100%;
}


.filterOptions ul li.expandable.expanded .checks .check-text reg {
	color: #999;
	font-size: 10px;
}

.grid-select #selectwidth {
	color: #fff;
	background: #000;
	padding: 6px;
	text-align: center;
}

.grid.results .options-wheel {
	background: none !important;
	width: 100%;
}

.page-grid-list {
	margin: -10px 50px 0 0;
}

	.page-grid-list a.active {
		color: #d70000;
	}

#pagelist {
	font-size: 40px;
	height: 37px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 8px;
}
.filter-tags > div div {
	display: inline-block;
	margin-right: 10px;
}
.select-wheel-added {
	display: none;
	font-size: 19px;
	text-align: center;
	padding: 40px;
	border: 10px solid #f0d1d1;
	clear: both;
	margin-bottom: 65px;
	color: #d70000;
}

	.select-wheel-added span {
		font-weight: bold;
		border-bottom: 1px solid;
	}

.added-to-package-message {
	text-align: center;
	font-size: 21px;
	margin: 28px auto;
	color: #d70000;
}

.addtocart-bg {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: .5;
	display: none;
}

.addtocart-overlay {
	background: #fff;
	z-index: 99999;
	position: fixed;
	top: 20%;
	left: 38%;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	border: 2px solid #ccc;
	display: none;
}

	.addtocart-overlay img {
		max-width: 75px;
	}

.wheeltabs .icon-arrow-right2, .wheeltabs .icon-check {
	display: none !important;
}

.wheeltabs-links li a {
	padding: 15px 30px 15px 15px;
	display: block;
	border-radius: 0px !important;
	color: #fff !important;
}

	.wheeltabs-links li a span {
		font-weight: bold;
	}

.wheeltabs-links li:nth-child(1) a, .wheels-tabs #tabsVehicle {
	background: #3b4049;
	border-radius: 0;
}

.wheeltabs-links li:nth-child(2) a, .wheels-tabs #tabSize {
	background: #454b56;
	border-radius: 0;
}

.wheeltabs-links li:nth-child(3) a, .wheels-tabs #tabTires {
	background: #33556c;
	border-radius: 0;
}

.wheels-tabs #tabsVehicle, .wheels-tabs #tabSize, .wheels-tabs #tabTires {
	border: none;
	display: none;
}

.wheeltabs .smartfit-partfinder-select {
	width: 226px;
	float: left;
	padding: 0;
	margin-right: 1px;
}

.wheeltabs-links li {
	border-radius: 0px !important;
}

.wheeltabs .select-number {
	position: absolute;
	z-index: 999;
	top: 12px;
	border-right: 1px solid #ccc;
	padding: 0 6px;
}

.wheeltabs .sb-selectboxes span {
	padding: 12px 40px;
	white-space: nowrap;
}

.wheeltabs .sb-selectboxes select {
	height: 48px;
	top: 0px
}

.wheeltabs .MMY_spinner {
	position: absolute;
	left: 0;
	top: -30px;
}

.wheels-tabs.wrap {
	/*margin-top: -50px;*/
	top: -52px;
	position: relative;
}

#mmyModal #mmySelection .wheeltabs-links a {
	padding: 14px 15px;
}

#mmyModal .wheeltabs .smartfit-partfinder-select {
	width: 100% !important;
}

.inventory {
	width: 100%;
	float: none;
	white-space: nowrap;
	color: #ff0000;
	font-size: 12px;
	height: 13px;
	text-align: right;
}

.tiretabs .smartfit-partfinder-select {
	width: 195px;
}

.tire-size-options {
	padding: 20px;
}

	.tire-size-options ul {
		padding: 0;
		margin: 0;
	}

		.tire-size-options ul li {
			/*margin-left: 20px;*/
			padding: 10px 20px;
			border-left: 4px solid #f4f4f4;
			/*margin-bottom: 30px;
			*/
		}

			.tire-size-options ul li a.tire-size {
				display: block;
				padding: 15px 20px;
				background: #fff;
				max-width: 300px;
				font-size: 16px;
			}

				.tire-size-options ul li a.tire-size:hover {
					background: #333;
					color: #fff;
				}

				.tire-size-options ul li a.tire-size span {
					font-size: 22px;
					border-right: 1px solid #333;
					padding-right: 10px;
					margin-right: 10px;
				}

				.tire-size-options ul li a.tire-size:hover span {
					border-right: 1px solid #fff;
				}

a.tire-optional-link {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
}

.tire-optional-title span {
	display: block;
	font-weight: bold;
}

.tire-optional-title {
	padding: 10px;
	margin-bottom: 30px;
}

.tire-more-options {

	margin: 20px 0 160px 0;
}

.tire-optional {
	display: none;
}

.tire-more-options i {
	padding: 0;
	font-size: 20px;
	background: #333;
	color: #fff;
	margin-right: 10px;
	border-radius: 10px;
}

#wheelSelection.tires .grid.results .product-detail h1 {
	height: 33px;
}

#wheelSelection.tires .grid.results .detail ul {
	overflow: hidden;
	height: 59px;
}

.mmyselected-result.selected.row {
	font-size: 16px;
}

	.mmyselected-result.selected.row span {
		font-weight: bold;
		white-space: nowrap;
	}

#containerwrap {
	/*background: #f4f4f4;*/
}

#wheelsSelectionInfo {
	margin-top: 20px;
	text-transform: capitalize;
}



.wheels-lable {
	font-weight: bold;
}

.wheels-selection {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

#wheelsSelectionInfo a.btn.btn-primary {
	border-radius: 0px;
	margin-top: 26px;
	color: #fff;
	padding: 8px !important;
	font-size: 15px;
}


.recommended-title {
	display: inline-block;
	border: 1px solid #d70000;
	padding: 4px 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}

	.recommended-title span {
		color: #d70000;
		font-weight: bold;
	}

.freeshipping-title {
	display: inline-block;
	border: 1px solid #8ec749;
	padding: 4px 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}

	.freeshipping-title span {
		color: #8ec749;
		font-weight: bold;
	}

	.recommended-title .tool-tip, .freeshipping-title .tool-tip {
		margin: 0 0 0 20px;
	}

.wheels-found-result {
	display: none;
	text-transform: capitalize;
}
@media (max-width: 415px) {
	.grid-select span {
		font-size: 14px;
	}

	.WheelssearchTabs li {
		width: 49.7%;
		white-space: nowrap;
	}

		.WheelssearchTabs li.active {
			margin: 0px !important;
		}
	.results.grid > div:first-child {
		margin: 0;
	}
		.results.grid > div:first-child .col-12 {
			padding: 0;
		}
	.grid.results .product-image {
		height: auto !important;
	}
	.grid.results ul li.productli {
		width: 48.7%;
	}
	}
@media (max-width: 376px) {
	.grid-select span {
		font-size: 13px;
	}
}


	@media (max-width: 767px) {
		.wheels-found-result {
			display: block;
		}

		.filter-title-mobile.btn-filter {
			color: #b82128;
			background: #fff;
			float: left;
			padding: 22px 0;
			text-align: center;
			border-radius: 0px;
			font-size: 15px;
			margin-left: 2px;
			border: 1px solid #ccc !important;
			width: 49%;
		}

		.filterOptions .wheel-title span {
			font-weight: bold;
			color: #000;
			float: left;
			color: #fff;
			background: #b82128;
			padding: 23px 0;
			text-align: center;
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
			font-size: 15px;
			font-weight: normal;
		}

		span.mmyselected-result {
			font-size: 20px;
			font-weight: normal;
			line-height: 35px;
			display: block;
			margin: 12px 0;
		}
		#divSpecs {
			margin:0px;
		}
		#divSpecs .col-12{
			padding:0px;
		}
			.filterOptions .wheel-title {
			display: block;
		}

		#filterOptions {
			width: 100%;
		}

		#wheelsSelectionInfo, .recommended-title, .freeshipping-title {
			display: none !important;
		}




		.tblSpecs {
			width: 100%;
			float: none;
		}

		.wheels-tabs #tabsVehicle, .wheels-tabs #tabSize, .wheels-tabs #tabTires {
			height: auto;
		}

		.page-grid-list {
			margin: -93px 156px 0 0;
		}

		#mmytabs {
			margin: 4px auto;
		}

		.smartfit-partfinder-container {
			padding: 1px 15px !important;
		}

		.wheeltabs .smartfit-partfinder-select {
			width: 100% !important;
		}

		.wheeltabs-links li {
			width: 33%;
		}

			.wheeltabs-links li a {
				padding: 11px 5px;
				display: block;
				border-radius: 0px !important;
				color: #fff !important;
				font-size: 14px;
			}

		#mmyModal #mmySelection .wheeltabs {
			padding: 5px !important;
		}

		.wheels-found-result {
			/*padding: 16px 19px;*/
		}

		.wheels-details a {
			margin-left: 0;
			display: block;
		}

		.product-image img {
			max-width: 100% !important;
			max-height: 158px;
		}

		.results .product-image img, .results-tpms .product-image img {
			max-height: 158px;
			margin: 0 auto;
			width: auto !important;
			max-height: 158px;
			float: none;
		}


		.WheelssearchTabs li {
			padding: 10px 24px !important;
		}

		.wheels .col-md-2 {
			position: initial;
			overflow: hidden;
		}

		.wheels-how p {
			margin: 7px 0 5px;
		}

		.wheels-how .col-md-12, .wheels-how .col-md-4 {
			padding: 0px;
			margin-bottom: 50px;
		}

		.wheels-how .image img {
			width: 100%;
		}

		#mmySelection .wheeltabs {
			margin-top: -1px;
		}

		.wheels-mmyinfo {
			margin: 50px auto 0 0;
		}

		/*.grid.results ul li.productli
    {
        float: left;
        width: 49%;
        margin: 4px !important;
    }*/
		.grid.results ul li.productliStaggered {
			float: left;
			width: 96%;
			margin: 2px !important;
			padding: 15px;
			background: white;
			border: 1px solid #ddd;
		}

		.grid.results ul li.productli {
			float: left;
			width: 48%;
			margin: 2px !important;
			padding: 15px;
		}

		.filter-t-sections {
			display: none;
			position: absolute;
			z-index: 999;
			background: #fff;
			border: 2px solid #ccc;
			padding: 0px;
			top: 0;
			left: 0;
			width: 100%;
			overflow: hidden;
			height: 100%;
		}

		.filter-options-mobile {
			display: block;
		}

		.filter-title-mobile {
			display: block;
			margin-bottom: 5px;
			width: 50%;
		}

		.filter-title {
			display: none;
		}

		.wheels, .wheels .col-md-3 {
			position: inherit;
		}

		.filter-options-mobile {
			background: #000;
			color: #fff;
			font-size: 16px;
			text-align: center;
			padding: 10px 0;
			text-transform: uppercase;
		}

			.filter-options-mobile span {
				float: right;
				padding: 0 10px;
				color: #ff0000;
				font-weight: bold;
				font-size: 16px;
			}

		.page-number-title {
			display: block;
			font-size: 16px;
			color: #000;
			margin-top: -80px;
		}

		.filter-t-sections > ul {
			margin: 0 10px;
		}

		.filter-t-sections > ul {
			margin: 0 10px;
		}

		.breadcrumb, .wheels-banner {
			display: none;
		}


		.tblSpecs td, .tblSpecs th {
			font-size: 13px !important;
		}

		.tblSpecs {
			margin-bottom: 10px !important;
		}
	}

	@media (max-width: 479px) and (min-width: 320px) {
		.tabs {
			display: block;
		}
	}

	@media (min-width: 800px) {
		#frontrearWheelsList .options-wheel > li {
			width: 49% !important;
			background: white !important;
			border: 1px solid #ddd !important;
			margin: 3px;
		}
	}

	@media (min-width: 1400px) {
		.grid.results .product-image {
			margin-bottom: 20px;
		}
	}


	#cboxOverlay {
		left: 0;
		outline: 0;
		top: 0;
		background: #000;
		height: 100%;
		opacity: 0.75 !important;
		position: fixed;
		width: 100%;
	}

	#cboxClose {
		border: 0;
		cursor: pointer;
		outline: 0;
		padding: 0;
		position: absolute;
		height: 26px;
		right: 0;
		opacity: .7;
		padding: 7px;
		top: 0px;
		width: 63px;
		color: #ff0000;
		text-transform: uppercase;
	}

	#colorbox {
		z-index: 9999;
	}

	.filter-tags {
		width: 100%;
		overflow: hidden;
	}

	/*
* ===================================================
*     NoUI Slider theming
* ===================================================
*/
	.noUi-target {
		background: #ddd;
		border-radius: 0;
		border: none;
		box-shadow: none;
		height: 3px;
	}

	.noUi-horizontal .noUi-handle {
		width: 3px;
		height: 14px;
		left: 0;
		right: -2px !important;
		top: -5px;
		background: #222 !important;
		border: none;
		border-radius: 0;
		cursor: pointer;
		box-shadow: none;
		outline: none;
	}

		.noUi-horizontal .noUi-handle::before,
		.noUi-horizontal .noUi-handle::after {
			display: none;
		}

	.noUi-connect {
		background: #222;
	}

	.sidebar-heading {
		margin-bottom: 1.2rem;
		/*font-weight: 400;
    color: #868e96;
    text-transform: uppercase;
    letter-spacing: 0.1em;*/
	}

	li#Offset .subCategory, li#Width .subCategory, li#Price .subCategory {
		/*border: none;*/
		/*margin-top:20px;*/
	}

	#Offset input[type='number'], #Width input[type='number'], #Price input[type='number'] {
		width: 70px;
		padding: 4px 5px;
		text-align: center;
		border: 1px solid #ccc;
		border-top: 2px solid #ccc;
		height: 33px;
		margin-top: 20px;
	}

	.noUi-horizontal .noUi-handle {
		width: 10px;
		height: 20px;
		left: 0;
		right: -2px !important;
		top: -8px;
		background: #666 !important;
		border: none;
		border-radius: 0;
		cursor: pointer;
		box-shadow: none;
		outline: none;
	}

	.filter-t-sections {
		position: relative;
		/*overflow:hidden;*/
	}

	.no-data {
		font-size: 16px;
		margin: 150px 0;
		text-align: center;
		font-weight: bold;
	}

		.no-data a {
			color: #ff0000;
			text-decoration: underline;
		}

	#rearWheelsList, #frontWheelsList, #frontrearWheelsList {
		display: none;
	}

		#rearWheelsList.active, #frontWheelsList.active, #frontrearWheelsList.active {
			display: block;
		}

	.WheelssearchTabs li {
		float: left;
		border: 1px solid #d70000;
		padding: 10px 30px;
		margin-right: 0px;
		font-size: 16px;
		background: white;
		cursor: pointer;
		color: #d70000;
		margin-right: 2px;
	}

		.WheelssearchTabs li.active {
			color: #fff;
			background: #d70000;
			margin-right: 2px;
		}


	.fitmentTitle {
		font-weight: 800;
		border-bottom: 1px solid;
		margin: 30px 0px 10px;
	}

	.front-options, .rear-options {
		padding: 0 10px;
	}

	#frontrearWheelsList .options-wheel > li {
		width: 96%;
		background: white;
		border: 1px solid #ddd;
	}

	#frontrearWheelsList .product-detail h2 {
		font-size: 16px !important;
		height: auto !important;
		line-height: 17px;
	}

	.productName_ellipsis {
		display: -webkit-box;
		/*max-width: 400px;*/
		max-height: 60px;
		height: auto;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.625;
	}

	.prod-name-box {
		height: 80px;
		margin-bottom: 5px;
	}

	.tiretype {
		font-size: 13px;
		margin-top: 5px;
	}

	.wheels-viewlink {
		margin: 15px 0 !important;
		display: block;
		font-size: 12px;
		font-weight: bold;
	}

	#Wheelssearch .productName_ellipsis {
		height: 40px;
	}

	#Wheelssearch .detail ul {
		overflow: hidden;
		height: 10px;
	}

	.cart-msg {
		margin: 10px 0;
		color: #669700;
	}

	#ModelOffset td {
		padding: 4px !important;
		text-align: center;
	}

	@media (max-width: 800px) {

		#ModelOffset table {
			font-size: 10px;
		}
	}

	.ag-title {
		font-size: 15px;
		padding: 10px;
		color: #d70000;
		border: 1px solid #d70000;
		margin: 0 11px 3px 5px;
	}

	.options-wheel .row {
		/*display: block;*/
	}

	.options-wheel#Ul1 div.product-image, .options-wheel#Ul1 div.product-detail {
		float: left;
	}

	.options-wheel#Ul1 div.product-image {
		float: left;
		max-width: 33.333333%;
	}

	#filterbox .filterOptions {
		padding: 0px;
	}

	.mmy-item span {
		font-weight: bold;
		float: right;
		color: #666;
	}

	li.mmy-item.sc0 {
		background: #f4f4f4 !important;
		cursor: default;
		color: #666;
	}

	.tiretabs#tabSize ul.mmy-list li {
		width: 23%;
		float: left;
		padding: 8px;
		text-align: center;
		margin: 2px;
	}

		.tiretabs#tabSize ul.mmy-list li:hover {
			width: 23%;
			float: left;
			padding: 8px;
			text-align: center;
			margin: 2px;
			background: #0071bc;
			color: white;
		}

	div#RimSizeBlock {
		margin: 0;
	}

	.tiretabs#tabSize ul.mmy-list {
		min-width: 340px;
	}

	.tiretabs#tabSize #RatioBlock ul.mmy-list {
		min-width: 325px;
	}

	.tiretabs#tabSize #RimSizeBlock ul.mmy-list {
		min-width: 160px;
	}

	#TiresWidthBlock, #RatioBlock, #RimSizeBlock {
		width: 32%;
		float: left;
		height: 63px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.tiretabs#tabSize .mmy-selected.empty {
		border-bottom: 1px solid #0071bc;
	}

