/*store*/
.store-chos {
    padding: 10px;
    background: #a7252f;
}
.store-chos select {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-store-item {
    background: #fff;
    margin-top: 10px;
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto;
}
.store-div {
    padding: 10px 5px;
    font-size: 14px;
}
.dia-chi-map-store {
    margin-bottom: 5px;
}
.dia-chi-map-store a {
    color: red;
    font-style: italic;
    font-weight: bold;
}
.store-div i {
    margin-right: 5px;
    color: #a7252f;
}
.store-div:hover {
    background: #a7252f12;
}
.store-div h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.store-chos .list-store-item::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #A3A8AF;
}
.store-chos .list-store-item::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.iframe-map-address iframe {
    height: 490px;
    width: 100%;
}