#subheader {
	height: 586px;
	text-align: center;
}

#subheader::before {
	width: 100%;
}

#subheader #searchResultDealer {
	border-radius: 12px;
	background: #F6F6F9;
	padding: 30px;
}

.control-label {
	color: #0A0A0A;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.5px;
	text-transform: uppercase;
}

#searchResultDealer .row {
    align-items: flex-end;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}

.filter-option {
    display: flex;
    flex-direction: column;
    max-width: 251px;
    justify-content: space-between;
}

.form-control {
	border-radius: 5px;
	border: 1px solid #007CC2;
	background: #FFF;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 173.3%;
	margin-top: 8px;
}

#radius-filter,
#services-filter,
#radius,
#services,
#parent-services {
	width: 100%;
	background: transparent;
	border: none;
}

.search-result-form #searchResultDealer .row {
	align-items: flex-end;
}

.row.grey-bg.search-result-form {
	border-bottom: 1px solid #DADADA;
	padding: 37px 0 27px;
}

.all-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    flex-direction: row;
}

.all-filters .filter-title {
	color: #0A0A0A;
	text-align: center;
	font-family: "Work Sans";
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 30px;
}

.filter-label {
	border: 1px solid #007CC2;
	height: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 11px 14px;
	box-sizing: border-box;
}

.distance-label {
	padding: 47px 0 30px;
	font-family: "Work Sans";
	text-transform: uppercase;
}

.dealer.profile.row .info.col-md-8.offset-md-2,
.dealer.profile.row .info.col-md-12 {
	border-radius: 12px;
	background: #F6F6F9;
	padding: 35px;
}

.dealer.profile.row .info.col-md-8.offset-md-2 h3,
.dealer.profile.row .info.col-md-12 h3 {
	color: #007CC2;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.dealer-content {
	margin-bottom: 18px;
}

.dealer.profile.row .address,
.dealer.profile.row .phone {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DADADA;
	padding: 12px 0;
	color: #000;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 173.3%;
	align-items: center;
}

.dealer.profile.row .address span, 
.dealer.profile.row .phone span {
	max-width: calc(100% - 30px);
	padding-left: 5px;
	width: 100%;
}

.dealer.profile.row .phone svg {
	margin-left: 3px;
}

.info-line {
	border-bottom: 1px solid #DADADA;
	padding: 12px 0;
	display: block;
	justify-content: space-between;
}

.info-title {
	color: #007CC2;
	font-family: "Work Sans";
	font-weight: 600;
	text-transform: uppercase;
}

.info-content {
	text-align: left;
}

.hours-repeater .info-content {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.info-content a {
	color: #000;
}

.dealer.profile:nth-child(2n+1) {
	background: transparent !important;
}

.dealer.profile.row .info.col-md-8.offset-md-2 .col-sm-6:first-child {
	border-right: 1px solid #DADADA;
	padding-right: 20px;
}

.info-line:last-child {
	border-bottom: none;
}

.hours-title {
	color: #007CC2;
	text-align: center;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hours-line {
	display: flex;
	padding: 12px 25px;
	justify-content: space-between;
	align-items: center;
}

.hours-line .info-title {
	text-transform: unset;
}

.hours-tab .info-title {
	text-transform: capitalize;
	margin-bottom: 17px;
}

.hours-line:nth-of-type(2n+1) {
	border-radius: 5px;
	background: #FFF;
}

#carpetList {
	margin-bottom: 80px;
	margin-top: 40px;
}

.dealer.profile {
	padding: 0 0 58px!important;
}

.button.search-locate-dealer {
	border: none;
	height: 50px;
}

.walkins {
	display: inline-block;
	margin: 1em 0 2em;
	padding: 5px 12px;
	border: 1px solid #007CC2;
	border-radius: 5px;
}

.hours-line.inactive {
	display: none;
}

.clear-filter {
    margin-left: auto;
	color: #007CC2;
}

.clear-filter a {
	color: #007CC2;
}

.prefer-all {
	margin-top: 20px;
	text-align: left;
	color: #090A0A;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.prefer-all a {
	color: #007CC2;
	text-decoration-line: underline;
}

.content .info-content {
	text-align: left;
}

.content .info-content a {
	color: #00B085;
}

#subheader .content {
	color: #FFF;
	text-align: center;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 173.3%;
	max-width: 550px;
	margin: -20px auto 35px;
}

.all-hours {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 16px;
	grid-row-gap: 12px;
	margin-bottom: 25px;
}

.hours-button {
	border: 1px solid #007CC2;
	background: white;
	border-radius: 5px;
	flex-grow: 1;
	padding: 11px 15px;
	text-align: center;
	min-width: 19%;
	cursor: pointer;
}

.hours-button.active {
	background: #007CC2;
	color: #fff;
}

.hours-tab {
	display: none;
}

.hours-tab.active {
	display: block;
}

.filter-label {
	display: none;
}

.hours-repeater {
	margin-bottom: 15px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

@media (max-width: 1399px) {
	.filter-option {
		max-width: 220px;
	}
}

@media (max-width: 1199px) {
	.filter-option {
		max-width: 180px;
	}
}

@media (max-width: 767px) {
	.filter-option {
		max-width: 100%;
	}

	.filter-option #filterSubmit {
		width: 100%;
		max-width: 100%;
	}
}