﻿
.findRetaile .address-container {
    height: 914px;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    background-color: #F9F9FC;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.33);
    overflow: auto;
}

    /* width */
    .findRetaile .address-container::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    /* Track */
    .findRetaile .address-container::-webkit-scrollbar {
        border-radius: 10px;
    }

    /* Handle */
    .findRetaile .address-container::-webkit-scrollbar-thumb {
        background: #626262;
        border-radius: 10px;
    }

        /* Handle on hover */
        .findRetaile .address-container::-webkit-scrollbar-thumb:hover {
            background: #626262;
        }

    .findRetaile .address-container::-webkit-scrollbar-button {
        height: 10px;
    }

    .findRetaile .address-container::-webkit-scrollbar-track {
        max-height: 50%;
        height: 50%;
    }

    .findRetaile .address-container .address-box {
        height: 251px;
        width: 294px;
        border: 1px solid #979797;
        border-radius: 0 0 38px 0;
        margin-top: 12px;
        padding: 10px 20px;
    }

        .findRetaile .address-container .address-box div {
            margin-top: 12px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            font-family: 'Interstate light';
            display: block;
            clear: both;
            height: auto;
            overflow: auto;
        }

        .findRetaile .address-container .address-box h4 {
            font-size: 24px;
        }

        .findRetaile .address-container .address-box .store-address {
            display: inline-block;
            width: auto;
            font-size: 16px;
            line-height: 24px;
            width: 88%;
            float: right;
            font-family: 'Interstate regular';
        }

        .findRetaile .address-container .address-box div .bi-geo-alt-fill::before,
        .findRetaile .address-container .address-box div .bi-telephone::before,
        .findRetaile .address-container .address-box div .bi-envelope::before {
            font-size: 16px;
            line-height: 18px;
            margin-right: 12px;
        }

.findRetaile .search-box {
    display: block;
    height: auto;
    width: 627px;
    border-radius: 0 0 48px 0;
    background-color: #F9F9FC;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,0.35);
    margin: 0 auto;
    padding: 18px 45px 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}

    .findRetaile .search-box .input-group {
        margin-top: 30px;
    }

        .findRetaile .search-box .input-group .find-store {
            width: 350px;
            position: relative;
            margin-right: 12px;
        }

            .findRetaile .search-box .input-group .find-store .bi-search {
                position: absolute;
                right: 14px;
                top: 14px;
            }

        .findRetaile .search-box .input-group .form-control {
            height: 50px;
            width: 100%;
            border: 1px solid #A6A8A9;
            border-radius: 3px;
            background-color: #F9FAFB;
            padding-left: 8px;
            padding-right: 35px;
        }

.findRetaile .input-group-append {
    margin-left: 0;
    position: relative;
    display: inline-block;
    top: 0;
}

    .findRetaile .input-group-append .btn-org {
        height: auto;
        width: auto;
        border-radius: 18px;
        background-color: #EE5340;
        padding: 18px 50px;
    }

.findRetaile .store-map {
    width: 730px;
    height: 800px;
    top: -30px;
    z-index: 1;
}

.map-locator span {
    font-weight: bold;
    font-size: 14px !important;
}

.map-locator p {
    font-weight: bold;
    font-size:14px !important;
}
.map-storeimage {
    display: block;
    text-align: center;    
}

    .map-storeimage img {
        width: 100px;
        height: 100px;
    }

@media screen and (max-width:992px) {
    .findRetaile .address-container {
        height: 285px;
    }

    .findRetaile .search-box {
        width: 100%;
        margin-top: 24px;
        padding: 24px 16px;
    }

    .findRetaile .store-map {
        width: 100%;
        height: 486px;
        top: -70px;
        z-index: 1;
    }

    .findRetaile .search-box .input-group {
        margin-top: 12px;
    }

    .findRetaile .input-group-append {
        width: 100%;
        margin-top: 12px;
    }

        .findRetaile .input-group-append .btn-org {
            width: 100%;
        }

    .findRetaile .address-container .address-box {
        width: auto;
    }
}
