#storelocatorMap { position: absolute; }

.pimcore_area_storelocator_map > .page-content {padding: 0;}

@media (min-width: 768px){
    .is-storelocator-container-map .is-storelocator-search {
        position: absolute;
        height: 60px;
        left: 20px;
        top: 50px;
        z-index:10;
    }
    .is-storelocator-container-map { height: 600px; display: block; }
}

.is-storelocator-container-map {
    position: relative;
}

/* search input
========================================= */
.store-search-input {
    border: none;
    color: #666666;
    padding-right: 80px;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 15px;
    height: 40px;
    border-radius: 8px;
    width: 310px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}
.store-search-input:focus {
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
}
.store-search-input:focus ~ .btn,
.store-search-input.wide ~ .btn {
    opacity: 1;
}

.store-search-input.wide {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    width: 400px;
    -webkit-border-radius: 8px 8px 8px 0;
    border-radius: 8px 8px 8px 0;
}
.store-search-input.wide + ul {
    width: 355px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.store-location-finder-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgb(230,43,43);
    background: -moz-linear-gradient(top, rgba(230,43,43,1) 0%, rgba(180,6,6,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,43,43,1)), color-stop(100%,rgba(180,6,6,1)));
    background: -webkit-linear-gradient(top, rgba(230,43,43,1) 0%,rgba(180,6,6,1) 100%);
    background: -o-linear-gradient(top, rgba(230,43,43,1) 0%,rgba(180,6,6,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,43,43,1) 0%,rgba(180,6,6,1) 100%);
    background: linear-gradient(to bottom, rgba(230,43,43,1) 0%,rgba(180,6,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62b2b', endColorstr='#b40606',GradientType=0 );
    opacity: 0.8;


}
.store-location-finder-submit span.iconfont {
    color: #fff;
    font-size: 25px;
    margin-left: -5px;
    z-index: 999;
}

/* search-results
 ================================= */
/* input-results */
.page-content .store-locator-results {
    background: #fff;
    list-style: none;
    padding-left: 0;
    list-style: none;
    width: 290px;
}
.store-locator-results li,
.store-locator-results li p {
    color: #222222;
}
.store-locator-results li {
    padding: 5px 30px 5px 20px;
    border-bottom: 1px solid #d6d7d7;
    position: relative;
    cursor: pointer;
}
.store-locator-results li:last-child { border: none; }
.store-locator-results li p {
    margin-bottom: 0;
}

.store-locator-results li.store-locator-result-intersport {
    padding-left: 50px;
    min-height: 43px;
    background: #f3f3f4 url(/static/img/storelocator/icon-search-result-trader.png) 15px 6px no-repeat;
    line-height: 33px;
    cursor: pointer;
}
.store-locator-results li.store-locator-result-intersport p {
    color: #133b9f;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    padding-top: 2px;
}
.store-locator-results li.store-locator-result-intersport p.store-locator-result-text {
    color: #222222;
    font-weight: normal;
    font-size: 12px;
}

.store-locator-result .store-locator-result-headline {
    font-weight: normal;
    font-size: 14px;
}
.store-locator-result .store-locator-result-headline .iconfont {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 16px;
    color: #cccccd;
}

.store-locator-results li.store-locator-result-intersport p > span {
    color: #133b9f;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 8px;
    margin-top: -2px;
}


/* FILTER ACCORDION
 ======================================== */
.filter-accordion {
    z-index: 100;
    position: absolute;
    right: 20px;
    top: 50px;
    width: 250px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.filter-accordion.is-collapsed {
    height: 40px;
    overflow:hidden;
    display: nonefsdf;
}
.toggle-filter-acc {
    font-family: 'DINWebPro-Medium';
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: rgb(22,70,191);
    background: -moz-linear-gradient(top,  rgba(22,70,191,1) 1%, rgba(17,52,138,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(22,70,191,1)), color-stop(100%,rgba(17,52,138,1)));
    background: -webkit-linear-gradient(top,  rgba(22,70,191,1) 1%,rgba(17,52,138,1) 100%);
    background: -o-linear-gradient(top,  rgba(22,70,191,1) 1%,rgba(17,52,138,1) 100%);
    background: -ms-linear-gradient(top,  rgba(22,70,191,1) 1%,rgba(17,52,138,1) 100%);
    background: linear-gradient(to bottom,  rgba(22,70,191,1) 1%,rgba(17,52,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1646bf', endColorstr='#11348a',GradientType=0 );
}
.filter-accordion .toggle-filter-acc .iconfont {
    color: #fff;
}

/* collapsing items */
.filter-accordion .panel-title > a {
    padding: 12px 15px 8px 15px;
    display: block;
    color: #133b9f;
    font-family: 'DINWebPro-Medium';
    font-size: 16px;
    position: relative;
    outline: none;
    border-bottom: 1px solid #e3e4e4;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,244,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,244,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,244,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,244,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f4',GradientType=0 );
}
.filter-accordion .panel-title > a.collapsed {
    color: #333;
}

.filter-accordion .panel-body {
    border-bottom: 1px solid #e3e4e4;
    height: auto;
}

.filter-accordion .iconfont {
    color: #99999a;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.filter-accordion .panel-title > a.collapsed .iconfont,
.toggle-filter-acc.open .iconfont {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-accordion .panel {
    border-radius: 0;
    border: none;
}

.filter-accordion.panel-group .panel + .panel {
    margin-top: 0;
}

.filter-accordion .panel:last-child {
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}


/* GEOLOCATION BUTTON
 ========================================== */
.geo-location-button {
    position: absolute;
    right: 45px;
    top: 0px;
    height: 40px;
    width: 30px;
    text-align: center;
    background: rgb(100,104,108);
    background: -moz-linear-gradient(top, rgba(100,104,108,1) 0%, rgba(61,65,71,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,104,108,1)), color-stop(100%,rgba(61,65,71,1)));
    background: -webkit-linear-gradient(top, rgba(100,104,108,1) 0%,rgba(61,65,71,1) 100%);
    background: -o-linear-gradient(top, rgba(100,104,108,1) 0%,rgba(61,65,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(100,104,108,1) 0%,rgba(61,65,71,1) 100%);
    background: linear-gradient(to bottom, rgba(100,104,108,1) 0%,rgba(61,65,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64686c', endColorstr='#3d4147',GradientType=0 );
}
.geo-location-button .iconfont {
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    margin: 0 auto;
}



/* BRANDS SELECT 2
 ======================================== */
.brands-select2 {
    width: 220px;
    min-height: 35px;
}
.brands-panel-body {
    min-height: 66px;
}

#select2-drop .select2-search { margin-top: -28px; display: block;}
.brands-panel-body .checkbox { padding-left: 8px; }

.resetFilter {
    display: none;
    margin: 0 auto;
    margin-top: 10px;
}

.panel-brands-results {
    max-height: 200px;
    overflow-x: hidden;
}

/* INFO BOX

 ======================================== */
.storelocator-info-box {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.4s;
    -moz-animation-duration:0.4s;
    -ms-animation-duration:0.4s;
    -o-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.storelocator-info-box .infobox {
    width: 300px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 40px 20px 30px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.4);
    background: #1646c0;
    background: -moz-linear-gradient(top,  #1646c0 1%, #1543b5 50%, #143ba0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1646c0), color-stop(50%,#1543b5), color-stop(100%,#143ba0));
    background: -webkit-linear-gradient(top,  #1646c0 1%,#1543b5 50%,#143ba0 100%);
    background: -o-linear-gradient(top,  #1646c0 1%,#1543b5 50%,#143ba0 100%);
    background: -ms-linear-gradient(top,  #1646c0 1%,#1543b5 50%,#143ba0 100%);
    background: linear-gradient(to bottom,  #1646c0 1%,#1543b5 50%,#143ba0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1646c0', endColorstr='#143ba0',GradientType=0 );
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;


}

.storelocator-info-box h3 {
    font-family: 'DINWebPro-Medium';
    font-size: 18px;
    margin: 0 0 10px 0;
}
.storelocator-info-box address {margin: 0;}
.storelocator-info-box address .iconfont {
    margin-right: 10px;
    font-size: 19px;
    top: 3px;
    position: relative;
}
.storelocator-info-box address .iconfont.icon-clock {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.storelocator-info-box address a,
.storelocator-info-box address .underline{
    color: #fff;
    text-decoration: none;
}

/*infobox-arrow*/
.storelocator-info-box .infobox:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.storelocator-info-box .infobox:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #133b9f;
    border-width: 15px;
    margin-left: -15px;
}

/*close-infobox*/
.storelocator-info-box > img:first-child {
    position: absolute !important;
    right: 30px;
    top: 53px;
    z-index: 1;
}



.pimcore_area_storelocator_map .pimcore_area_edit_button {
    top: -30px;
    z-index: 1000;
}

.is-hide-while-loading {
    visibility: hidden;
}