/** Search Buttons **/
button#yith-sl-geolocation {
    border: 1px solid #393C86!important;
    margin-bottom: 10px;
}

button#yith-sl-show-all-stores {
    border: 1px solid #222!important;
}

/** Filters **/
#yith-sl-active-filters {
    margin-bottom: 15px!important;
}

/** hide image **/
#yith-store-locator .store-image {
    display: none!important;
}

/** address wrapper **/
#yith-store-locator .yith-sl-results .store-info {
    margin: 15px 0!important;
}

/** title **/
#yith-store-locator .store-name a {
    font-size: 1.4em;
    font-family: inherit!important;
    color: #393C86!important;
    font-weight: 700!important;
}

/**  address **/
#yith-store-locator .store-address {
    font-size: 1.05em;
    margin-bottom: 15px!important;
}
/** phone **/
#yith-store-locator .store-contact .store-phone {
    font-size: 1.2em;
    margin-bottom: 20px!important;
}
/** phone icon **/
.store-phone b {
    display: none;
}

.store-phone:before {
    font-family: "Font Awesome 5 Free";
    color: #F4C249;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 3px;
}

.store-phone:before {
    content: "\f879";
}

.store-phone {
    color: #393C86!important;
    font-weight: 700!important;
}

/** website button **/
#yith-store-locator .view-website.custom-link.button {
    border-radius: 50px;
    border: 0px;
    padding: 14px;
    margin-top: 10px;
    text-decoration: none!important;
    font-size: 14px!important;
    font-weight: 700!important;
    max-width: 150px!important;
}

#yith-store-locator .view-website.custom-link.button:hover, #yith-store-locator .view-website.custom-link.button:active, 
#yith-sl-section-map .yith-sl-pin-modal .view-website.link:hover, #yith-sl-section-map .yith-sl-pin-modal .view-website.link:active {
    background: #F29220!important;
    color: #fff!important;
}

/** Info Windows **/
#yith-sl-section-map .store-info.yith-sl-pin-modal {
    margin: 0!important;
}

#yith-sl-section-map .yith-sl-pin-modal .view-website.link {
    text-decoration: none!important;
    background: #F29220!important;
    padding: 10px!important;
    border-radius: 50px!important;
    border: 0px!important;
    width: 125px!important;
    text-align: center!important;
    color: #fff!important;
}



/** orig styles **/
#yith-store-locator #yith-sl-section-results {
    padding-top: 20px;
}

#yith-store-locator #yith-sl-results ul {
    margin: 0!important;
}

#yith-store-locator #yith-sl-results ul li.wrap-store-details {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}

#yith-sl-wrap-search-stores .title-search-bar {
    font-size: 30px!important;
}

#yith-store-locator .wrapper-main-sections #yith-sl-section-results {
    padding: 25px 20px 0px 20px!important;
}

#yith-store-locator .wrapper-main-sections #yith-sl-section-map {
    padding: 0!important;
}

#yith-store-locator #yith-sl-section-results .title {
    display: none!important;
}

#yith-sl-results {
    margin-top: 0;
}