.wpsl-search-title {
    font-size: 22px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.wpsl-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wpsl-inputs label {
    display: block;
    width: 100% !important;
    color: #383838;
    font-family: "Avenir-Heavy";
    font-size: 16px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #wpsl-wrap {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #wpsl-gmap {
        width: 70%
    }
}

.wpsl-result-list-wrap {
    position: absolute;
    left: 30px;
    top: 45px;
    bottom: 45px;
    height: initial;
    background: white;
    max-width: 393px;
}

.wpsl-result-list-title {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #AE2F54;
}

.wpsl-result-list-title-text {
    color: #ffffff;
}

.wpsl-result-list-icon {
    color: #AE2F54;
}

#wpsl-result-list {
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    height: calc(100% - 90px);
    width: 100%;
}

#wpsl-result-list::-webkit-scrollbar {
    display: none;
}

#wpsl-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wpsl-result-list #wpsl-stores>ul>li {
    cursor: pointer
}

#wpsl-result-list .wpsl-store-location {
    font-size: 16px;
    line-height: 25px;
    font-family: "Avenir-Light";
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

#wpsl-result-list li:last-of-type .wpsl-store-location {
    border-bottom: 0px;
}

#wpsl-result-list .wpsl-store-location p:first-child {
    padding-bottom: 0
}

#wpsl-result-list .wpsl-store-location p:first-child strong:first-child {
    display: block;
    font-size: 14px
}

#wpsl-result-list .wpsl-contact-details {
    margin-bottom: 0px;
}

#wpsl-result-list .wpsl-address-details {
    margin-bottom: 0px;
}

#wpsl-result-list .wpsl-contact-details>span,#wpsl-result-list .wpsl-store-location .wpsl-addr {
    display: block
}

.wpsl-search {
    padding-left: 30px;
    padding-right: 30px;
}

.wpsl-info-window p {
    margin-bottom: 5px
}

#wpsl-search-wrap form label,.wpsl-info-window p strong {
    display: block;
    margin-bottom: 5px
}

.wpsl-info-window .wpsl-info-actions {
    margin-top: 5px
}

.wpsl-info-window .wpsl-directions {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background: #ae2f54;
    border: 0;
    border-radius: 5px;
    display: inline-block
}

#wpsl-wrap .wpsl-result-list-icon .fa {
    color: #6A0A21;
}

#wpsl-search-wrap .wpsl-input {
    width: 40%;
    margin-right: 20px;
    flex-grow: 1;
}

#wpsl-search-wrap .wpsl-search-name {
    margin-right: 20px;
}

#wpsl-search-wrap #wpsl-radius {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    #wpsl-search-wrap .wpsl-input {
        width:100%
    }
}

#wpsl-search-wrap .wpsl-dropdown {
    position: relative;
    width: 154px;
    border: 1px solid #707070;
    cursor: pointer;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 18px;
    z-index: 11;
    font-size: 16px;
    font-family: "Avenir-Book";
}

#wpsl-search-wrap .wpsl-dropdown:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

#wpsl-search-wrap .wpsl-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

#wpsl-search-wrap .wpsl-dropdown.wpsl-active div {
    opacity: 1
}

#wpsl-search-wrap .wpsl-dropdown ul {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    overflow: hidden;
    font-size: 13px
}

#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item,
#wpsl-search-wrap .wpsl-dropdown li {
    position: relative;
    display: block;
    line-height: normal;
    color: #000;
    overflow: hidden;
    list-style: none;
    margin: 0!important;
    font-size: 16px;
    font-family: "Avenir-Book";
    white-space: nowrap
}

#wpsl-search-wrap .wpsl-dropdown li {
    padding: 5px 10px
}

#wpsl-search-wrap .wpsl-dropdown li:hover {
    background: #f8f9f8;
    position: relative;
    z-index: 3;
    color: #000
}

#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
    font-weight: 500;
    padding: 1px 0
}

#wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    margin-top: -3px;
    border: 4px solid transparent;
    border-top: 6px solid #000
}

.wpsl-active #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item:after {
    margin-top: -7px;
    border: 4px solid transparent;
    border-bottom: 6px solid #000
}

#wpsl-search-wrap #wpsl-search-input,
#wpsl-search-wrap #wpsl-search-name {
    width: 100%!important;
    font-family: "Avenir-Book";
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #707070;
}

#wpsl-search-wrap #wpsl-search-name {
    max-width: 223px;
}

#wpsl-search-wrap #wpsl-search-input.wpsl-error,.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
    border-color: red
}

#wpsl-search-wrap #wpsl-search-btn {
    width: 204px;
    padding: 20px;
    font-family: "Avenir-Black";
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #002467;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.wpsl-search-btn-wrap {
    position: relative;
    display: inline-block;
}

.wpsl-search-btn-icon {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #F7AA2B;
}

#wpsl-category .wpsl-dropdown {
    width: 270px;
}

#wpsl-wrap {
    margin-top: 50px;
    position: relative;
}

#wpsl-gmap {
    height: 650px !important;
    width: 100%;
}