﻿ul.mmy-list.open {
	display: block;
}

#shopByVehicle {
	width: 100%;
}

.mmy-selected {
	width: 100%;
	cursor: pointer;
	padding: 18px 10px;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #0071bc;
	margin-bottom: 10px;
	background: #fff;
}

	.mmy-selected.empty {
		color: #ccc;
		border-bottom: 3px solid #fff;
		cursor: not-allowed;
	}

ul.mmy-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	max-height: 400px;
	top: 65px;
	z-index: 999;
	display: none;
	overflow-y: visible;
	width: 100%;
	overflow-x: hidden;
	left: 0;
	background: #fff;
	box-shadow: 3px 3px 3px -3px #777;
	min-width: 228px;
}

	ul.mmy-list li {
		padding: 14px;
		border: 1px solid #ddd;
		margin: 0;
		list-style: none;
		cursor: pointer;
		font-size: 13px;
	}



ul .mmy-list li:hover {
	background: #f9f9f9;
}

.wheels-tabs.angular .wheeltabs-links li {
	width: 50%;
}

.mmy-block {
	position: relative;
}

div#angularTabs {
	border: none !important;
}

.wheels-tabs.angular {
	/*max-width: 444px;*/
	border: none !important;
}
#mmyModal .modal-content {
	border:none;
}
	.wheels-tabs.angular .wheeltabs-links .active a, .wheels-tabs.angular .wheeltabs-links a.active, .wheels-tabs.angular #tabsVehicle, .wheels-tabs.angular #tabSize {
		text-transform: uppercase;
		background: #dbd9d6;
		border-radius: 0;
		color: #000 !important;
	}

	.wheels-tabs.angular #tabsVehicle, .wheels-tabs.angular #tabSize {
		border: none;
		display: none;
		padding: 20px;
	}

	.wheels-tabs.angular a {
		background: #828180;
		color: #fff !important;
	}

	.wheels-tabs.angular #shopBySize .col-md-11, .wheels-tabs.angular #shopBySize .col-md-1, .wheels-tabs.angular #shopBySize .col-md-5, .wheels-tabs.angular #shopBySize .col-md-3, .wheels-tabs.angular #shopBySize .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0;
	}

.search-now {
	background: #999;
	color: #ddd;
	width: 100%;
	border: 0;
	padding: 15px;
	text-transform: uppercase;
}

	.search-now.active {
		background: #d50126;
		color: #fff;
	}

#shopBySize a.info {
	padding: 2px 11px;
	border-radius: 20px;
	font-size: 20px;
	margin-top: 6px;
	display: inline-block;
	margin-left: 11px;
}

a.advance-option {
	background: #d50126 !important;
	padding: 6px;
	border-radius: 5px;
	display: block;
	margin-bottom: 18px;
}

.advance-disabled a.advance-option {
	background: #4f4f4f !important;
}

.advance-info {
	padding: 7px 0 0 20px !important;
}

.advance-section {
	margin-top: 20px;
}

	.advance-section .mmy-selected {
		text-transform: capitalize;
	}

.advance-disabled .mmy-selected {
	background: #b1afae;
	border-bottom-color: #b1afae;
}

.advance-section .offset-info {
	padding: 10px 0 !important;
	text-transform: capitalize;
}

.advance-disabled .offset-info {
	color: #b1afae;
}

.offset-divi {
	width: 33px;
	text-align: center;
	line-height: 35px;
	font-size: 30px;
}

.mmy-search-wheels {
	padding-top:10px;
	float: left;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.mmy-search-wheels {
		padding-top:10px;
		float: left;
		margin-top: 0;
		width: 100%;
	}

	#mmyModal .modal-dialog {
		width: 388px !important;
	}
}
.wheels-tabs #tabsVehicle.active, .wheels-tabs.angular #tabSize.active {
		display: block;
		padding: 20px;
	}