.route {
    text-align: center;
    background-color: #bc9948;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 10px ;
    float: right;

}

.location_pord {
    padding-left: 55px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.position-list {
    height: 880px;
    overflow: auto;
}

.location_search {
    padding: 54px 0 25px 0;
}

.location_search li {
    float: left;
    list-style: none;
}

.select {
    width: 50%;
    max-width: 250px;
    margin-right: 24px;
}

.select select {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 10px;
    outline: none;
    border: 1px solid #c9c9c9;
    color: #898989;
    border-radius: 0;
    background: url('../../images/karihome_select_arrow.png') no-repeat 96% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.select select option {
    display: block;
    padding: 7px 15px 7px 7px;
}

.location_search .text {
    line-height: 40px;
    padding-right: 18px;
    color: #5b5149;
}

.submit_btn {
    height: 40px;
    text-align: center;
    min-width: 127px;
    background-color: #bc9948;
    border: none;
    outline: none;
    color: #fff;
}

.submit_btn:hover {
    background-color: #996c33;
}

.sales-list,
#map {
    float: left;
}

.sales-list {
    width: 33.33%;
    border: 1px solid #e5e5e5;
}

#map {
    width: 65.66%;
    height: 880px;
    margin-left: 1%;
}

.location {
    padding: 15px 15px 25px 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.location.active,
.location:hover {
    background-color: #eee;
}

.shop_title {
    margin-bottom: 10px;
    position: relative;
}

.no {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #8fc31f;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.shop_name {
    font-size: 18px;
    vertical-align: 2px;
    padding-left: 38px;
    display: block;
}

.address,
.phone,
.sales_prod {
    padding-left: 42px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone a {
    color: #f2385a;
    text-decoration: underline;
}

.gm-style-iw .map_title {
    font-size: 18px;
    margin-bottom: 7px;
    color: #5b5149;
    padding: 9px 0;
}

.gm-style-iw .map_row {
    font-size: 16px;
    margin-bottom: 7px;
    color: #545454;
}

.gm-style-iw .map_row.prod {
    margin-bottom: 20px;
}

.sales_prodm,
.gm-style-iw .map_row.prod {
    color: #959595;
    padding: 0 3px;
}

.pager_wrap {
    padding: 10px 0;
}

.pager li.active {
    padding: 0;
}

.pager li.active span {
    cursor: default;
}

.gm-style-iw {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 0 0 20px;
    box-sizing: border-box;
    border-top: 4px solid #bc9948;
}

.fade-map {
    opacity: 0.5;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    z-index: -1;
}

@media screen and (max-width: 899px) {

    .sales-list {
        width: 50%;
    }

    #map {
        width: 49%;
        margin-left: 1%;
    }

    .location_search {
        padding: 12px 0 23px 0;
    }

    .location_search .text {
        width: 100%;
    }

    .select_search {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    .submit_btn {
        margin: 0 auto;
    }

    .select {
        width: 49%;
        max-width: none;
    }

    .country {
        margin-right: 1%;
    }

    .city {
        margin-left: 1%;
        margin-right: 0;
    }

}

@media screen and (max-width: 639px) {

    .select {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .country {
        margin-bottom: 15px;
    }

    .sales-list {
        width: 100%;
        border-width: 1px 0;
    }

    #map {
        display: none;
    }

    .address,
    .phone,
    .sales_prod {
        white-space: normal;
    }

    .sales_container {
        padding: 0;
    }

}