#hero {
  background-image: url('../../images/store-finder/hero-bg.png');
  background-image: image-set(url('../../images/store-finder/hero-bg.png') 1x,
      url('../../images/store-finder/hero-bg@2x.png') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: 100% !important;
}

#hero .hero-inner {
	padding: 24px 0 27px 0;
	overflow: hidden;
}

#hero .title {
	font-size: 38px;
	line-height: 1em;
	margin-bottom: 10px;
}

#hero .title span {
	position: relative;
	font-weight: 500;
}

#hero .title span::before,
#hero .title span::after {
	content: '';
	position: absolute;
	background-color: #000;
	height: 2px;
	width: 130px;
	top: 0.5263157895em;
}

#hero .title span::after {
	right: -150px;
}

#hero .title span::before {
	left: -150px;
}

#hero p {
	font-size: 17px;
	line-height: 24px;
	max-width: 636px;
	margin: 0 auto;
}

@media screen and (max-width: 567px) {
	#hero .hero-inner {
		padding: 29px 0 25px 0;
	}

	#hero .title {
		font-size: 40px;
	}

	#hero p {
		font-size: 14px;
		line-height: 19px;
	}
}

.sub-header {
	margin-top: -9px;
	color: #fff;
	background: #eb212e url(/store_finder/images/red-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.sub-header h1 {
	margin: 10px 0 0 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 36px;
	color: #ffffff;
	font-family: 'Gotham-Medium';
	font-weight: bold;
}

.sub-header p {
	padding: 10px 20px 35px 20px;
	font-family: 'Gotham-Medium';
	font-size: 16px;
	line-height: 24px;
}

.sub-header img {
	max-width: 100%;
}

#form-container {
	margin-top: 0;
}

#form-container h2 {
	padding-top: 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

#form-container #form-input {
	width: 290px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	background-color: #f5f5f5;
}

#form-container #form-input label {
	font-size: 20px;
	font-weight: bold;
}

#form-container #form-input input {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 35px;
}

#form-container #form-input select#ddlNeighborhood {
	width: 248px;
	height: 35px;
	margin: 0 0 0 10px;
	padding: 0 6px;
	line-height: 35px;
	border-color: #ccc;
}

#form-container #form-input input,
#form-container #form-input select {
	color: #333 !important;
	font-size: 16px !important;
}

/* Chrome/Opera/Safari */
#form-container #form-input input::-webkit-input-placeholder {
	color: #333;
}

/* Firefox 19+ */
#form-container #form-input input::-moz-placeholder {
	color: #333;
}

/* IE 10+ */
#form-container #form-input input:-ms-input-placeholder {
	color: #333;
}

/* Firefox 18- */
#form-container #form-input input:-moz-placeholder {
	color: #333;
}


#form-container #form-input #submit,
a#show-more-bt {
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #3d2b57;
	border: 1px solid #3d2b57;
}

#loc-list {
	width: 330px;
	height: auto;
	margin-top: 8px;
	position: relative;
    height: 650px;
    overflow: hidden !important;	
}

#loc-list::after {
	background: none;
}

#list .locator {
	font-size: 25px;
	margin-bottom: 15px;
}

#loc-list li:hover {
	border: 2px solid #ffde16;
}

#loc-list h5 {
	font-size: 25px;
	margin-bottom: 19px;
}

.location-search-bar {
	padding: 10px 20px 15px 20px;
	background-color: #f5f5f5;
	width: 320px;
}

#find {
	padding: 17px;
	margin-right: 8px;
	margin-bottom: 25px;
}

#find p {
	font-size: 19.5px;
	margin-bottom: 11px;
}

#find input,
#find select {
	height: 39px;
	border: 1px solid #dcdcdc;
	width: 100%;
}

#find input,
#find input::placeholder,
#find select {
	font-size: 13px;
	color: #000;
	line-height: 39px;
	text-indent: 7px;
	font-family: 'Poppins';
	padding: 0;
}

#find input {
	padding-top: 3px;
}

#find select {
	background-size: 13px 9px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-image: url('../../images/icons/icon-select.png');
}

#find input:first-of-type {
	margin-right: -5px;
	margin-bottom: 14px;
	width: calc(100% - 45px);
}

#find .button {
	height: 38px;
	line-height: 38px;
	padding: 0;
	width: 45px;
	display: inline-block;
}

#loc-list ul {
	height: 390px;
	padding: 55px 0 0 0;
	overflow-y: scroll;
	/* -ms-overflow-style: none;
	scrollbar-width: none; */
}

/* #loc-list::after {
	content: '';
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
} */

/* #loc-list ul::-webkit-scrollbar {
	display: none;
} */

#loc-list .list-details {
	width: 100%;
}

#loc-list-- li:first-child .list-details {
	padding-top: 20px;
}


#loc-list li {
	width: 310px;
	margin: 10px 10px 14px 0;
	border-color: #dcdcdc !important;
	border-radius: 5px;
    color: #ee632c;
    padding: 0;
    text-align: left;
    line-height: 1.5rem;
    border: 1px solid rgb(226, 226, 226) !important;
    margin-top: 10px;	
}

#loc-list- li:first-of-type {
	position: relative;
	margin-top: 0;
	border-color: #f3de2c !important;
	border-radius: 0;
}

#loc-list- li:first-of-type::before {
	content: "Your Local Ace!";
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 6px 3px 9px;
	color: #000;
	font-size: 13.5px;
	background-color: #f3de2c;
	font-family: 'Poppins';
	font-weight: bold;
	border-bottom-right-radius: 5px;
}

#loc-list .list-content div {
	line-height: 1.2em;
}

#loc-list .list-focus {
	position: relative;
	margin-top: 0;
	border-top-color: #f3de2c !important;
	border-right-color: #f3de2c !important;
	border-bottom-color: #f3de2c !important;
	border-left-color: #f3de2c !important;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: none;
}

#loc-list .list-focus::before {
	content: "Your Local Ace!";
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 12px 6px 9px;
	color: #000;
	font-size: 13.5px;
	background-color: #f3de2c;
	font-weight: bold;
	border-bottom-right-radius: 5px;
}

.list-details .list-content div.loc-name,
.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-phone {
	margin-bottom: 10px;
}

.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-addr3 a,
.list-details .list-content div.loc-phone,
.list-details .list-content div.loc-phone a {
	font-weight: normal !important;
}

.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-phone,
#Mloc-storeURL {
	font-size: 13.5px;
}

.list-details .list-content div.loc-hours {
	margin-bottom: 10px;
}

.list-details .list-content * {
	text-decoration: none !important
}

.list-details .list-content .text-decoration-underline {
	text-decoration: underline !important
}

.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-phone a {
	color: #000 !important
}

.list-details .list-content div.loc-phone {
	margin-top: 10px;
	margin-bottom: 6px;
}

#loc-list .stores-button span {
	display: inline-block;
	width: 49%;
	margin-bottom: 15px;
	border-bottom: 3px solid #39b127;
	color: #333;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5em;
	text-align: center;
}

#loc-list .stores-button span.highlighted {
	border-bottom: 3px solid #fff;
}

#map-container {
	width: 100%;
	height: auto;
	margin-top: 7px;
}

#map-container .loc-name {
	margin-bottom: 4px;
	font-size: 20px;
}


#map-container a.no-highlight {
	color: #333;
}

a#show-more-bt {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}

#map-holder {
	float: left;
	/*width: 930px;*/
	width: calc(100% - 360px);
	max-width: 100%;
	margin-left: 30px;
	margin-top: 18px;
}

#map-holder-mobile {
	display: none;
}

#map {
	float: none;
	width: 930px;
	max-width: 100%;
	height: 622px;
}

#map img {
	max-width: 100%;
}

.seo-text p {
	line-height: 1.5em;
}

.gray-line.out-mobile {
	display: none;
}

#loc-list .buttons {
	margin-bottom: 30px;
}

#loc-list .buttons a:any-link {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: block;
	flex-basis: 100%;
	text-align: center;
	padding-bottom: 1px;
	border-bottom: 3.5px solid transparent;
}

#loc-list .buttons a.active {
	border-bottom: 3.5px solid #f3de2c;
}

#loc-allText a:focus {
    outline: none;
    outline-offset: 0;
    color: var(--yellow);
}

#newsletter {
    margin-top: 0;
}


.location-title {
    text-align: left;
    font-family: 'montserratbold';
}

.cart_summary-title h1 {
    font-family: 'montserratblack';
}


.location-banner-title {
    color: #ffde16;
    font-size: xx-large;
}

.location-description {
    background:#ffde16;
    background-image:url(/themes/ace/images/august-23/about_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    margin-top: 10px;
    background-size: cover;
}

.description-content {
    max-width: 780px !important;
    margin: auto;
}

.description-heading {
    color: #fff !important;
    text-align: center;
    padding: 0;
    font-family: 'montserratblack';
    margin: 0;
}

.description-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.description-text {
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.description-border {
    border: 2px solid #ffde16;
    width: 15%;
    border-radius: 20px;
}

.location_input-btn {
    display: flex;
    border: 1px solid transparent;
    width: 100%;
    padding: 8px 0px;
}

.location_input-btn input {
    height: 100%;
    width: 100%;
    border: 1px solid #d6d4d4;
    padding: 10px 10px;
}

.location_input-btn select {
    height: 100%;
    width: 100%;
    border: 1px solid #d6d4d4;
    padding: 10px 10px;
    background-color: white;

}

.location_input-btn a {
    background-color: #ffde16;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: black;
    border: 1px solid transparent;
    padding: 8px 10px;
}

.location_input-btn ::placeholder {
    color: #000;
    font-weight: 500;
}

.location_headings-select {
    color: #000;
    font-weight: 500;
}

.location-shop-address {
    color: #ee632c;
    padding: 15px;
    text-align: left;
    line-height: 1.5rem;
    border: 2px solid #ffde16;
    width: fit-content;
    margin-top: 10px;
}

.location-shop-address p {
    color: #ee632c;
    font-weight: 500;
}

.location-shop-address p a {
    color: #ee2c2c;
    font-weight: 500;
}

.location-col-adrres {
    color: #000;
}

.location-adress-column {
    margin-top: 10px;
    max-height: 340px;
    overflow-y: scroll;
}

.location-container {
    display: flex;
    align-items: start;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0px;
}

.location-map-container {
    max-width: 80%;
    width: 100%;
    height: 615px;
    padding: 10px 30px;
    margin: 20px 0px;
    object-fit: cover;
}

#loc-list ul {
    padding-top: 5px !important;
}

::-webkit-scrollbar {
    width: 8px;
/* Width of the scrollbar */
}

.f-black {
    color: #000;
}
/* Handle (thumb) of the scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #bbbaba;
    /* Color of the thumb */
    border-radius: 5px;
    /* Rounded corners for the thumb */
}

/* Track (background) of the scrollbar */
::-webkit-scrollbar-track {
    background-color: #f2f2f2;
/* Color of the track */
}

/* Apply styles to the corner where vertical and horizontal scrollbars meet */
::-webkit-scrollbar-corner {
    background-color: transparent;
/* Color of the corner */
}

.location-tabs-container {
    width: 100%;
}

.location-tabs {
    width: 48%;
    display:inline-block;
    text-align: center;
    padding: 10px 10px 5px 10px;
    border-bottom: 3px solid var(--dark-gray);
    cursor: pointer;
}

.location-tabs.active {
    border-bottom: 3px solid var(--yellow);
}

.locator-container {
    margin-bottom: 12px;
    margin-right: 12px;
}

.locator-container input {
    width: 320px;
    max-width: 100%;
    height: 46px;
    padding-left: 10px;
}

.locator-container ::placeholder {
    color: #000;
    opacity: 0.8;
}

.store-finder .location_select {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 45px;
    border: none; 
}

#loading-wrapper {
    display: none;
}

.searchInStore {
    padding: 5px;
    font-size: 16px;
}

.store-finder .select_drop svg {
    color: #000;
}

.store-finder .location_select .select_drop {
    background: none;
    border: none;
}

#map-holder {
    margin-top: 8px;
} 


@media only screen and (max-width:991px) {

	.sub-header h1 {
		font-size: 30px;
	}

	#loc-list {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		width: 310px !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	#form-container.store-form {
		margin-top: 0px !important;
		padding: 0 !important;
	}

	#map-holder {
		width: calc(100% - 330px);
		margin-left: 20px;
	}

	#map {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#loc-list ul,
	#loc-list ul li {
		width: 310px !important;
	}
}

@media only screen and (min-width:480px) and (max-width:991px) {}

@media only screen and (min-width:400px) and (max-width:480px) {}

@media only screen and (max-width:768px) {

	#form-container #form-input {
		width: 100%;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	#find {
		width: 100vw;
		margin-left: -15px;
	}

	#loc-list {
		overflow: visible;
	}

	#loc-list ul {
		margin: 10px 0 0 0;
		width: fit-content;
		float: none;
	}

	.near {
		font-size: 23px;
	}

	#form-container.store-form label {
		color: #333 !important;
	}

	#form-container.store-form input {
		width: calc(100% - 78px) !important;
	}

	#form-container.store-form select {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	#form-input label[for="address"] {
		padding-left: 0;
		padding-right: 0;
	}

	#form-container.store-form #submit {
		position: relative !important;
		top: auto !important;
		left: auto;
		right: 0px !important;
		width: auto !important;
		margin-left: 8px !important;
	}

	#loc-list .stores-button {
        height: auto !important;
	}

	#map-holder {
        display: none;
        margin-left: 0;
        padding: 0 15px;
	}

	#map {
        height: 241px !important;
        margin-bottom: 26px;
	}

	.location-container {
        flex-direction: column;
        align-items: center;
        width: auto;
	}

	.location-map-container {
        max-width: 100%;
	}

	#map-container.reverse-order {
        display: flex;
        flex-direction: column-reverse;
	}
	#loading-wrapper {
        position:absolute;
        width:100%;
        height:500px;
        background:#fff;
        z-index:50;
        display: block;
	}    

    .location-container {
        flex-direction: column;
        align-items: center;
        width: auto;
    }  

    .location-map-container {
        max-width: 100%;
    }

    #map-container.reverse-order {
        display: flex;
        flex-direction: c
        olumn-reverse;
    }
    #loading-wrapper {
        position:absolute;
        width:100%;
        height:500px;
        background:#fff;
        z-index:50;
        display: block;
    }   
}

@media only screen and (max-width:767px) {
	#loc-list {
		width: 100% !important;
	}

	#map-holder {
		width: 100% !important;
	}

	#map-holder-mobile {
		display: block;
	}
}

@media screen and (max-width: 567px) {
	#hero .title {
		font-size: 25px;
	}
	#hero p br {
		display: none;
	}
	#loc-list h5 {
		font-size: 28px;
		margin-top: 14px;
	}

	#find {  width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;padding: 22px 16px 28px 16px;margin-bottom: 33px;}

	#find p {
		font-size: 23px;
		margin-bottom: 9px;
	}

	#find input:first-of-type {
		margin-bottom: 16px;
		width: calc(100% - 50px);
	}

	#find input,
	#find select {
		height: 42px;
		line-height: 45px;
	}

	#find .button {
		height: 42px;
		width: 50px;
	}

	#find input,
	#find input::placeholder,
	#find select {
		text-indent: 13px;
	}
}

@media screen and (max-width:480px) {

	#loc-list ul {width:100%;}
	#loc-list li {
		width:100%;
	}
}