.mapList label {
    font-size: 1.3rem;
    font-weight: bold;
    color: #292929;
}

#shopsList .item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
    background-color: #292929;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#shopsList .item .name {
    line-height: 1;
    font-size: 22px;
    padding: .5rem;
    background-color: #fecc00;
    color: #292929;
    font-weight: bold
}
#shopsList .item .address {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: .25rem 0;
}
#shopsList .item .content {
    padding: .25rem;
}
#shopsList .item .content .warehouseMap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-bottom: .5rem;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
#shopsList .item .content .phones{
    display: flex;
    flex-direction: column;
}
#shopsList .item .content a {
    color: #fecc00;
}
#shopsList .item .btn_shop{
    margin: .5rem .75rem .75rem;
    flex-grow: 1;
}

#map .name{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
#map .warehouseMap{
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
}
#map .address{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}
#map .timeWork{
    font-size: 14px;
    margin-bottom: .25rem;
}
#map .phones{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: .25rem;
    gap: .3rem;
}
#map .btn_shop{
    border: 2px solid #fecc00;
    margin-top: .25rem;
}

.map_delivery_info{
    font-weight: 300;
}
.map_delivery_info > strong{
    color: #fecc00;
}

#map .warehouseMap .blue,
#shopsList .item .content .warehouseMap .blue{
    color: #1182e1
}
#map .warehouseMap .green,
#shopsList .item .content .warehouseMap .green{
    color: #2a932a;
}
#map .warehouseMap .red,
#shopsList .item .content .warehouseMap .red {
    color: #d01f1f;
}
#map .warehouseMap .grey,
#shopsList .item .content .warehouseMap .grey{
    color: #666;
}