/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
    width: 100%;
    height: 447px;
    margin-bottom: 26px;
}

#stores input#addressInput {
    display: inline-block;
    width: 269px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #8F8F8F;
    font-size: 14px;
    font-size: var(--main-fs-text);
    background-color: #fff;
    padding-left: 15px;
}

#stores input#addressInput:hover,
#stores input#addressInput:focus,
#stores input#addressInput:active {
    box-shadow: none;
    outline: none;
}

#stores .btn-search_locations {
    font-size: 14px;
    font-size: var(--main-fs-text);
    font-weight: 100;
    font-weight: var(--main-font-weight-rgl);
    color: #3d3d3d;
    color: var(--main-text-color);
    border: 1px solid #3d3d3d;
    border: 1px solid var(--main-border-color);
    transition: all 0.3s ease;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    text-transform: none;
    border-radius: 4px;
    margin-left: auto;
}

#stores .radius-input .selector,
.radius-input #radiusSelect {
    border: 1px solid #8F8F8F;
    border-radius: 4px;
}

#stores .btn-search_locations:hover {
    color: #fff;
    background-color: #3d3d3d;
    background-color: var(--main-background-color);
    box-shadow: none;
    outline: none;
}

#stores .btn-search_locations:focus,
#stores .btn-search_locations:active {
    box-shadow: none;
    outline: none;
}

#stores .address-input {
    float: left;
    margin-right: 19px;
}

@media (max-width: 767px) {
    #stores .address-input {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

#stores .address-input label {
    margin-right: 5px;
}

#stores .radius-input {
    /* float: left; */
    line-height: 23px;
    margin-right: 20px;
    width: 270px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#stores .radius-input label,
#stores .radius-input .selector {
    float: left;
}

#stores .radius-input label {
    margin-right: 10px;
    line-height: 38px;
}

#stores .radius-input #radiusSelect {
    width: 78px;
}

#stores .store-content {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

#stores .store-content-select .selector {
    visibility: hidden;
    display: none;
}

#stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d9d9d9;
}

#stores .store-content-select.active .selector {
    visibility: visible;
    display: block;
}

#stores .store-title {
    margin-bottom: 16px;
}

#stores label {
    font-weight: normal;
    color: #3D3D3D;
    color: var(--main-text-color);
}

#stores #stores_loader {
    display: none;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

#stores #locationSelect {
    max-width: 356px;
    visibility: hidden;
}

#stores #stores-table {
    display: none;
}

#stores #stores-table tbody td {
    padding: 20px;
}

#stores #stores-table tbody td.num {
    background: #efefef;
    width: 46px;
}

#stores #stores-table tbody td.name span {
    padding-left: 15px;
}

#stores .block-info-icon {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.block-info-icon__item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 20px;
}

.block-info-icon__item img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #stores #stores-table tbody td.name img {
        display: none;
    }
}

.store-image img {
    width: 100%;
    min-width: 100px;
}

@media screen and (max-width: 991px) {
    #stores .store-content {
        flex-direction: column;
        align-items: flex-start;
    }

    #stores .address-input {
        margin-bottom: 15px;
    }
    #stores .block-info-icon {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    #stores #stores-table tbody td {
        padding: 10px;
    }

    .table-bordered {
        font-size: 8px;
    }
}

@media (max-width: 430px) {
    #stores .address-input #addressInput {
        width: 100%;
    }

    #stores .radius-input {
        width: 100%;
    }
}

/*# sourceMappingURL=stores.css.map */