/****** STORE LOCATOR  ******************/

#store-locator-map {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.store-locator-item {
    border-top: 1px solid var(--color-black);
    margin: 0 0 3rem 0;
    padding: 2rem 0 0 0;
}

.store-locator-item .list-unstyled>li {
    display: block;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.6px;
    font-size: var(--text-xs);
}

.store-locator-container {
    padding-top: 13px;
}

.store-locator-container .right-half {
    overflow: hidden;
    align-self: flex-start;
    height: 100%;
}

.store-locator-results {
    overflow: auto;
}

.store-locator-item h2 {
    cursor: pointer;
    transition: all 0.3s ease;
}

.store-locator-item h2:hover {
    cursor: pointer;
    opacity: 0.7;
}

.store-locator-no-results {
    text-align: center;
    font-size: var(--text-mdup);
}

.store-locator-input-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.store-locator-input-wrapper input, .store-locator-input-wrapper select{
    border-color: var(--color-black);
    border-top: 1px solid var(--color-black);
    border-left: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
    padding: 16px 11px;
    font-size: 16px;
    font-weight: 300;
}

.store-locator-input-wrapper select{
    font-weight: 500;
}
}
.store-locator-input-wrapper .form-select-label {
	right: 15px;
}

.btn.store-locator-button img {
	height: 100%;
	width: auto;
}
.store-locator-input-wrapper .form-select-label {
	right: 15px;
}
.btn.store-locator-button {
	border: 1px solid var(--background-copyright);
	height: 100%;
	width: 100%;
	padding: 10px;
	background: var(--background-copyright);
}

.btn.store-locator-button:hover {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.btn.store-locator-position-button {
    padding: 20px 20px;
}

.store-locator-contents {
    max-height: 100%;
}

@media (max-width: 1199px) {
    .store-locator-contents {
        max-height: 100vh;
    }
    .store-locator-item {
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 0 0 0;
    }
   
}

@media (max-width: 1750px) {
    .store-locator-input-wrapper input, .store-locator-input-wrapper select { 
        font-size: 13px; 
    }
}