.stores-container #map{
    height: 100%;
    width: 100%;
}
.stores-container .form__search {
    position: relative;
}
.stores-container .form__search::before {
    width: 25px;
    height: 25px;
    left: 0px;
    position: absolute;
    top: 5px;
    content: '\e898';
    font-family: "trx_addons_icons";
    font-style: normal;
    font-weight: normal;
}
.stores-container .stores-actions__form-input input {
    padding-left: 30px !important;
    width: 100%;
}

.stores-container .search-result {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.stores-container .search-result__arrow {
    width: 45px;
}
.stores-container .search-result__image {
    display: inline-block;
}
.stores-container .search-result__title {
    margin-bottom: 10px;
}
.stores-container .info-window__button {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.stores-container .info-window__button:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
}
.stores-container .stores-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 35px;
}
.stores-container .stores-actions_position_top {
    justify-content: space-between;
}
.stores-container .stores-actions__form {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.stores-container .stores-box {
    display: flex;
    flex-flow: wrap;
    margin-top: 10px;
    padding: 20px;
}
.stores-container .stores-box_type_punto_etico {
    background-color: rgba(135, 194, 206, 0.2);
}
.stores-container .stores-box_type_oasi_etica {
    background-color: rgba(163, 205, 129, 0.2);
}
.stores-container .stores-box_type_punto_vendita {
    background-color: #eee;
}
.stores-container .stores-box_type_rose {
    background-color: rgba(191, 137, 189, 0.2);
}
.stores-container .stores-box_type_rose .stores-box__title {
    color: #000;
    font-weight: 700;
}
.stores-container .stores-box__button {
    margin-top: 20px;
}
.stores-container .stores-box__distance {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.stores-container .stores-box__icon {
    margin-right: 10px;
    width: 30px;
}
.stores-container .stores-box__title {
    color: #4d4d4d;
    font-weight: bold;
}
.stores-container .stores-checkbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}
.stores-container .stores-checkbox__icon {
    margin-right: 10px;
}
.stores-container .map {
    height: 380px;
}
@media (min-width: 768px) {
    .stores-container .search-result__text-group {
        margin-right: 30px;
    }
    .stores-container .info-window__button {
        font-size: 16px;
        padding: 12px 20px;
    }
    .stores-container .stores-actions__form-input {
        margin-right: 30px;
    }
    .stores-container .stores-box {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .stores-container .stores-box__location {
        text-align: right;
    }
    .stores-container .stores-checkbox {
        justify-content: center;
    }
    .stores-container .stores-checkbox:not(:first-child) {
        border-left: 1px solid #000;
        padding-left: 30px;
    }
    .stores-container .stores-checkbox:not(:last-child) {
        padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .stores-container .search-result__image {
        margin-right: 30px;
    }
    .stores-container .stores-actions_position_bottom {
        justify-content: flex-end;
    }
}
@media (min-width: 1200px) {
    .stores-container .search-result__text-group {
        width: 65%;
    }
    .stores-container .info-window__paragraph {
        font-size: 20px;
        line-height: 27px;
    }
    .stores-container .stores-actions__form {
        width: 65%;
    }
    .stores-container .stores-actions__form-input {
        width: 80%;
    }
}
@media (min-width: 1440px) {
    .stores-container .map {
        height: 650px;
    }
    .stores-container .search-result__text {
        font-size: 18px;
    }
    .stores-container .search-result__text {
        line-height: 27px;
    }
    .stores-container .search-result__title {
        font-size: 28px;
    }
    .stores-container .stores-box:first-child {
        margin-top: 30px;
    }
}


.link-go-btn-searchstore{
    border:0 !important;
    background: none !important;
    color:#63656A !important;
}
.link-go-btn-searchstore svg{
    position:relative;
    top:-3px;
}

.stores-container .cluster span{
    display:none;
}

.stores-container .paragraph{
    margin-bottom:0;
}