.store_item{
    display: none;
}
.store_item.is_simple{
    display: block;
}
.devvn_stock_available .store {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    overflow-y: auto;
    max-height: 290px;
    min-height: 50px;
}
.devvn_stock_available span.khuvuc_title {
    border: 1px solid #999;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 4px 6px #00000029;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 0;
    cursor: pointer;
}
.devvn_stock_available span.khuvuc_title:before {
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background: url(../images/pin.svg) no-repeat center center;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 5px 0 0;
}
.khuvuc {
    position: relative;
    z-index: 2;
}
.khuvuc_list {
    border: 1px solid #999;
    width: 90%;
    position: absolute;
    top: 100%;
    top: calc(100% - 5px);
    background: #fff;
    left: 5%;
    opacity: 0;
    visibility: hidden;
    display: none;
    padding: 5px 0;
}
.khuvuc.show .khuvuc_list{
    opacity: 1;
    visibility: visible;
    display: block;
}
.khuvuc_item {
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-align: center;
    cursor: pointer;
}
.khuvuc_item:hover{
    color: #bf1e2d;
}
.store_box .store_item {
    padding-bottom: 10px;
    position: relative;
    padding-left: 12px;
    color: #111;
}

.devvn_stock_available > strong {
    text-align: center;
    color: #111;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
}
.store_box .store_item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: 7px;
}
.store_box .store_item a {
    color: #4a90e2;
}