﻿.DropDownSection {
    width: 100%;
    height: 40px;
    padding-bottom: 16px;
    text-align: right;
    position: relative;
    margin-bottom: 10px;
}

.dropdown.region {
    position: absolute;
    right: 0;
}

.dropdown.City {
    position: absolute;
    right: 212px;
}

.header-title {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin-left: 2px;
}

    .header-title .recomendation {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #000;
        text-align: right;
        font-size: 15px;
        font-weight: normal;
    }

.stores-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 20px;
    position:relative;
}
  

    .stores-wrapper .Map {
        position:absolute;
        top:51px;
        overflow:hidden;
        width: 454px;
        height: 474px;
        border-top: 1px solid #c1c1b5;
        margin-top: 10px;
        margin-bottom: 20px;
    }
