
/* MAJOR PRESENTATION */

/*.standish-store-locator-controls button.filters{
    display: none;
}

@media only screen and (max-width:768px){
        .standish-store-locator-controls button.gps {
        display: none !important;
    }
}*/

.standish-store-locator-controls button.filters{
    display: none !important;
}
.standish-store-locator-controls button.gps{
    right:0px !important;
}
.standish-store-locator-results .distance{
    display: none !important;
}
.standish-store-locator-results .loop-content .city{
    list-style: none !important;
    margin-left: 0px !important;
}


/* POPUP */


.standish-store-popup {
    border-radius: 0.5rem;
    width: clamp(23.75rem, 21.34128rem + 10.142vw, 30rem);
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.2);
    padding: 30px 20px 10px !important;
    height: auto;
    margin-right: 35px;
    display: none;
}
.standish-store-popup .header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 25px;
}
.standish-store-popup .store-content .description {
    margin-bottom: 30px;
}
.standish-store-popup ul.informations,
ul.standish-store-popup-information {
    list-style: none;
    padding: 0 !important;
    line-height: 1.5em;
}
.standish-store-popup ul.informations li,
ul.standish-store-popup-information li,
.modal ul.informations li {
    border-bottom: solid 1px #eeeeee;
    padding: 10px 0px;
}
.standish-store-popup ul.informations li:hover,
ul.standish-store-popup-information li:hover {
    background: #f5f5f5;
/*    cursor: pointer;*/
}
.standish-store-popup ul.informations li:last-child,
ul.standish-store-popup-information li:last-child {
    border-bottom: 0px;
}
.standish-store-popup ul.informations li a,
ul.standish-store-popup-information li a {
    text-decoration: none;
    display: flex;
    color: var(--global-palette3);
    font-size: 16px;
    text-align: left;
    padding: 6px 0px;
}

/* ICONS */
.standish-store-locator-controls button.search:before,
.standish-store-popup ul.informations li > a.address.btn:before,
ul.standish-store-popup-information li > a.address.btn:before,
.standish-store-popup ul.informations li > a.phone.btn:before,
ul.standish-store-popup-information li > a.phone.btn:before,
.standish-store-popup ul.informations li > a.website.btn:before,
ul.standish-store-popup-information li > a.website.btn:before,
.standish-store-popup ul.informations li > a.email.btn:before,
ul.standish-store-popup-information li > a.email.btn:before,
.standish-store-popup ul.informations li.tm:before,
ul.standish-store-popup-information li.tm:before {
    font-family: "icomoon";
    font-size: 24px;
    color: var(--global-palette9);
    line-height: 1em;
    margin-right: 0.8em;
}

.standish-store-locator-controls button.search:before {
    content: '\e922';
}
ul.standish-store-popup-information li > a.address.btn:before,
.standish-store-popup ul.informations li > a.address.btn:before {
    content: '\e901';
}
.standish-store-popup ul.informations li > a.phone.btn:before,
ul.standish-store-popup-information li > a.phone.btn:before {
    content: '\ecb2';
}
.standish-store-popup ul.informations li > a.website.btn:before,
ul.standish-store-popup-information li > a.website.btn:before {
    content: '\e921';
}
.standish-store-popup ul.informations li > a.email.btn:before,
ul.standish-store-popup-information li > a.email.btn:before {
    content: '\ecb3';
}
.standish-store-popup ul.informations li.tm:before,
ul.standish-store-popup-information li.tm:before {
    content: '\eca3';
}

/* END ICONS */


.standish-store-popup ul.informations li a:hover,
ul.standish-store-popup-information li a:hover{
    color: var(--global-palette1);
}
.standish-store-popup ul.informations li a:hover,
ul.standish-store-popup-information li a:hover {
    fill: var(--global-palette1);
}
.standish-store-popup ul.informations li svg {
    min-width: 32px;
    margin-right: 10px;
}
.standish-store-popup .header .name {
    display: flex;
    flex: 1;
}
.standish-store-locator-container h3 {
    font-size: 18px !important;
}
.standish-store-popup a.close{
    text-decoration: none;
}
.standish-store-popup a.close:before,
button.modal-btn-close:before{
    content:'\ecb7';
    font-family: "icomoon";
    font-size: 24px;
    line-height: 1em;
    color: var(--global-palette3);
}
/*.standish-store-locator-results .open,
.standish-store-popup .close {
    width:24px;
    height: 24px;
    margin-left: 10px;
}*/
.standish-store-locator-results .open:before{
    content:'\e91f';
    font-size: 32px;
    line-height: 1em;
    font-family: "icomoon";
}
.standish-store-locator-results a.open {
    text-decoration: none;
    color: initial;
}
.standish-store-locator-results .result:hover {
    background: #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2) !important;
    cursor: pointer;
}

/*@media only screen and (max-width:768px){
    .modal ul.informations li a {
        text-align: left;
        display: flex;
        margin: 0px;
        padding: 6px 0;
    }
    .modal ul.informations li svg {
        min-width: 45px;
    }
    #OptionsFilters[data-type="popup"] .modal-footer{
        display: none !important;
    }
    .standish-store-locator-map{
        min-height: 300px !important;
        max-height: 300px !important;
    }
    .gmnoprint {
        display: none;
    }
    .modal a.website.btn span {
        word-break: break-all;
    }
    .modal-header{
        padding: 15px 15px 15px 25px !important;
        align-items: start !important;
    }
    h5.modal-title{
        font-weight: 600;
    }
}
*/
/* END POPUP */


/* Modal */

.modal-content{
    border: 0px !important;
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: .75rem; }
.rounded-6 { border-radius: 1rem; }

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.border-right { border-right: 1px solid #eee; }

.modal-tour .modal-dialog {
  width: 380px;
}
button.modal-btn-close {
    padding: 5px;
    background: transparent;
    margin-left: 12px;
    display: flex;
    align-items: center;
}
button.modal-btn-close:hover {
    padding: 5px;
    background: var(--global-palette7);
    opacity: 0.8;
}
.modal ul {
    list-style: none;
    margin-left: 0px;
}
@media only screen and (max-width:768px){
    .modal{
        top: auto !important;
        bottom: 0 !important;
        display: block !important;
        max-height: 65vh !important;
    }
    .modal-dialog.modal-dialog-scrollable{
        position: absolute;
        bottom: 0px !important;
        margin: 0px 5px;
    }
    .modal-content{
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        position: fixed !important;
        bottom: 0 !important;
        margin: 0 7px 0 5px !important;
        width: auto !important;
    }
    .modal {
        display: none !important;
    }
    .modal.show {
        display: block !important;
    }
    .modal{
     animation-name: ModalfadeInUp;
      -webkit-animation-name: ModalfadeInUp;
      animation-duration: 0.4s;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
    }

    @keyframes ModalfadeInUp {
      from {
        transform: translate3d(0, 40px, 0);
      }
      to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
      }
    }
}

.btn-close.standish-filters-btn:hover  {
    background: white !important;
    color:red !important;
}
.btn-close.standish-filters-btn,
.modal-footer .btn-primary {
    background: var(--global-palette2) !important;
    border: 0px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
}
.modal-footer .btn-primary:hover,
.btn-close.standish-filters-btn:hover {
    box-shadow: none !important;
    opacity:0.9 !important;
}

/* END MODAL */

/** 
 * SCROLL BAR
**/

::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: rgba(0,0,0,.1);
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/* END SCROLL BAR */



/** 
 * TEMPLATE PHP
**/

/*.standish-store-locator-container{
    padding: 35px 0;
}*/
.standish-store-locator-content{
    display: flex;
    max-height: 80vh;
}
.standish-store-locator-sidebar{
    padding: 0 20px 0 0;
    margin-right: 20px;
    flex: 1;
    min-width: 25%;
    overflow: auto;
}

.standish-store-locator-map-container{
    width: 100%;
    position: relative;
}
.standish-store-locator-map {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    min-height: 500px;
}

.standish-store-locator-controls {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}
input.standish-store-locator-search, input.standish-store-locator-search-custom {
    width:100% !important;
    border: 0px !important;
    background: #f5f5f5 !important;
    border-radius: 100px !important;
    padding: 16px 24px !important;
    padding-left: 60px!important;
/*    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.1) !important;*/
}
input.standish-store-locator-search:focus, input.standish-store-locator-search-custom:focus {
    background: #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2) !important;
}
.standish-store-locator-controls button{
    padding: 0.6em !important;
    position: absolute;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.standish-store-locator-controls button:hover{
    background-color: var(--global-palette1) !important;
}
.standish-store-locator-controls button:hover svg,
.standish-store-locator-controls button:hover span{
    fill: white !important;
    color: white !important;
}

.standish-store-locator-controls button.gps{
    padding: 18px 24px !important;
    background-color: var(--global-palette1) !important;
    width: 300px;
}
.standish-store-locator-controls button.gps:hover{
    background-color: var(--global-palette9) !important;
    color: var(--global-palette3) !important;
}

input.standish-store-locator-search-custom.ui-autocomplete-input {
    max-width: calc(100% - 320px);
}

.standish-store-locator-controls button:hover svg,
.standish-store-locator-controls button:hover span{
    fill: var(--global-palette3) !important;
    color: var(--global-palette3) !important;
}

.standish-store-locator-controls button.search {
    left: 8px;
    z-index: 2;
    background:transparent;
}
.standish-store-locator-controls button.search:hover {
    background:transparent !important;
}
.standish-store-locator-controls button.search:hover svg {
    fill: initial !important;
}
.standish-store-locator-controls button.search span {
    display: none !important;
}
.standish-store-locator-controls button.search svg {
    fill:var(--global-palette3);
}
.standish-store-locator-controls button.filters {
    padding:0.3em 1.2em;
    right: 8px;
    z-index: 2;
    background: transparent;
    border:1px solid #d4d4d4;
    display: flex;
}
.standish-store-locator-controls button.filters:after {
    content: '\e90c';
    font-family: "icomoon";
    font-size: 24px;
    color: var(--global-palette3);
}
.standish-store-locator-controls button.filters svg {
    fill:var(--global-palette3);
    color: var(--global-palette3);
}
.standish-store-locator-controls button.filters span {
    margin-right: 8px;
    color: var(--global-palette3);
}
.standish-store-locator-controls button.gps:before {
    content: '\e920';
    font-size: 24px;
    font-family: "icomoon";
    line-height: 1em;
    color:var(--global-palette3);
    order: 2;
}
.standish-store-locator-controls button.gps {
    right: 150px;
    background:transparent;
    display: flex;
    align-items: center;
    min-width: inherit;
}
.standish-store-locator-controls button.gps span {
/*    display: none;*/
order: 1;
color: var(--global-palette3);
margin-right: 20px;
}
.standish-store-locator-sidebar {
    position: relative;
}
.standish-store-locator-sidebar .standish-store-loading {
    position: absolute;
    display: none;
    left: 42% !important;
    top: 50px !important;
}
.standish-store-locator-results .result:first-child{
    margin-top: 0px;
}
.standish-store-locator-results .result {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
    margin: 20px 0;
/*    box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.1);*/
    transition: all 0.2s;
}
.standish-store-locator-results .name-open {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.standish-store-locator-results .loop-content {
    display: flex;
}
.standish-store-locator-results .distance {
    padding-right: 20px;
    text-transform: uppercase;
}
.standish-store-locator-results .loop-content .city {
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.standish-store-locator-results .loop-content .city:before {
    content:'\e91d';
    font-family: "icomoon";
    font-size:20px;
    line-height: 1em;
    margin-right: 5px;
}
.standish-store-locator-results .cta {
    display: flex;
    margin-top: 15px;
}
.standish-store-locator-results .cta a{
    background: #474747;
    padding: 3px 8px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 10px;
}
.standish-store-locator-results .cta a::last-child{
    margin-right: 0px;
}
.standish-store-locator-results .result .name {
    flex: 1;
}
.standish-store-locator-results .name h3,
.standish-store-popup .name h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.standish-store-locator-results .result .address {
    font-size: 14px;
    margin-top: 8px;
}

@media only screen and (max-width:768px){
    .standish-store-locator-controls button.gps {
        display: none;
    }
    input.standish-store-locator-search-custom.ui-autocomplete-input {
        max-width: 100%;
    }
    .standish-store-locator-results .result {
        padding: 16px;
    }
    .standish-store-locator-results .result .name h3 {
        font-size: 16px;
    }

    .standish-store-locator-content{
        display: flex;
        flex-direction: column;
        max-height: inherit;
    }
    .standish-store-locator-sidebar{
        order: 2;
        padding: 35px 0 0 0;
        margin-right: 0px;
        overflow: inherit;
        box-shadow: 0px -9px 15px -3px rgba(0,0,0,0.1);
    }
    .standish-store-locator-map {
        order:1;
    }


    .standish-store-locator-results .cta a {
        margin-right: 6px;
        font-size: 14px;
    }
    input.standish-store-locator-search, input.standish-store-locator-search-custom{
        font-size: 16px;
    }
/*    .standish-store-locator-controls button.filters svg{
        max-height: 20px;
        max-width: 20px;
    }*/
    .standish-store-locator-controls button{
        padding: 0.4em !important;
        min-width: inherit;
    }
    .standish-store-locator-controls button span {
        display: none;
    }
/*    .standish-store-locator-controls {
        position: sticky !important;
        padding: 20px 0 60px;
        top: 0px;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
        z-index: 3;
        margin-bottom: 0px;
    }*/
    .standish-store-locator-controls {
        position: sticky !important;
        padding: 20px;
        top: 0px;
        background: white;
        z-index: 3;
        margin-bottom: 0px;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }
    .standish-store-locator-controls button.filters {
        right: 27px;
    }
    .standish-store-locator-controls button.search{
        left: 27px;
    }
/*    .standish-store-locator-map {
        position: sticky !important;
        top: 130px;
        z-index: 1;
    }*/
    .standish-store-locator-map-container {
        position: sticky !important;
        top: 98px;
        z-index: 1;
        border-radius: 0px;
        height: 300px;
    }
    .standish-store-locator-map {
        border-radius: 0px;
    }
    .standish-store-locator-sidebar{
        background: white;
        z-index: 2;
        padding: 30px 15px;
        border-radius: 20px;
        margin-top: -20px;
    }
/*    .standish-store-locator-controls button.gps {
        right: 70px !important;
        top: 31px;
        color: var(--global-palette3);
        font-size: 13px;
        align-items: center;
        display: flex;
        justify-content: end;
        padding: 0.45em 0.6em !important;
    }*/
    .standish-store-locator-sidebar:before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        top: 8px !important;
        left: 50% !important;
        transform: translateX(-20px) !important;
        width: 40px !important;
        height: 4px !important;
        border-radius: 4px !important;
        background-color: rgba(32, 32, 32, 0.2) !important;
    }
    .standish-store-locator-controls button.gps svg {
        max-width: 20px;
        align-items: center;
        margin-left: 0px;
    }
    .standish-store-locator-controls button.gps span {
        display: none;
        margin-top: 2px;
    }
}


/***
  CUSTOM SEARCH
*/

.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:before {
    width: 15px !important;
    height: 20px !important;
    margin-right: 7px !important;
    margin-top: 6px !important;
    display: inline-block !important;
    vertical-align: top !important;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png) !important;
    -webkit-background-size: 34px 34px !important;
    background-size: 34px !important;
    background-position: -1px -161px !important;
}





