

/* Start:/local/templates/Desctop_2022/components/hobbit2017/CitiesList/ListInShopsPage/style.css?1709034212578*/
.another_title {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}
.citi_list_block {
    width: 100%;
    display: block;
    text-align: justify;
    margin-top: 20px;
}
.one_city {
    display: inline-block;
    padding: 13px 20px;
    background: #FFFBEB;
    box-shadow: 3px 3px 4px rgba(233, 120, 21, 0.3);
    border-radius: 40px;
    margin: 0 20px 20px 0;
}

.one_city:not(.current_city):hover {
    box-shadow: 3px 3px 4px #E97815;
}
.one_city.current_city {
    background: #E97815;
    color: white;
}
/* End */


/* Start:/local/templates/Desctop_2022/components/hobbit2017/ShowMaps/.default/style.css?1709034212999*/
.shops_list {
    display: flex;
    margin: 40px 0;
    justify-content: flex-start;
}
.shops_list .one_shop {
    display: inline-block;
    width: 275px;
    background: #FFFBEB;
    box-shadow: 4px 4px 6px rgba(233, 120, 21, 0.3);
    border-radius: 32px;
    margin-left: 60px;
    padding: 25px;
}
.shops_list .one_shop:nth-child(1) {
    margin-left: 0;
}

.shops_list .one_shop .picture {
    width: 225px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.shops_list .one_shop .picture img {
    border-radius: 25px;
    max-width: 100%;
    max-height: 100%;
}

.shops_list .one_shop .box_for_shop_info {
    margin-top: 20px;
}
.shops_list .one_shop .box_for_shop_info p {
    text-align: left;
    margin: 5px 0;
}
.shops_list .one_shop .box_for_shop_info .shop_title {
    color: #E97815;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.date_deliver {
    color: red;
}
/* End */
/* /local/templates/Desctop_2022/components/hobbit2017/CitiesList/ListInShopsPage/style.css?1709034212578 */
/* /local/templates/Desctop_2022/components/hobbit2017/ShowMaps/.default/style.css?1709034212999 */
