.container{
    padding: 0;
}

#first-part{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
}

h1 {
    color: #455052;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 34px;
    color: white;
    font-weight: 400;
}

#first-part a{
    color: white;
}

.select-country-block{
    border-color: transparent!important;
    border:none!important;
}

.cms-page-header ul, .cms-page-header ul a, .cms-page-header ul, 
#stores .intro-container, #stores .intro-container p, #stores .intro-container strong{
    color: white!important;
    font-size: 15px!important;
    font-weight: 400!important;
}

.row:after{
    content: inherit;
}

.cms-page-header {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#stores .intro-container{
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

#stores .intro-container::after{
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 2px solid #33bbff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.col-xs-12{
    float: inherit;
}

#stores .result-ccountry-title {
    position: relative !important;
    float: left !important;
    background-color: transparent!important;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    width: 100% !important;
    margin-bottom: 24px;
    line-height: 28px!important;
}

p, #stores .deejo-locator-list .ccountry-city{
    color: white;
}

#search-maps{
    text-transform: uppercase;
}

.cms-page-header {
    margin-top: 0;
}

#stores .deejo-locator-list {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    margin-bottom: 1px;
}

#stores .deejo-locator-list a {
    color: white;
}

#stores .list-container a{
    font-size: 18px;
}

.deejo-locator-list{
font-size: 18px;
line-height: 20px;
}

#stores .deejo-locator-list .ccountry-city {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#stores .deejo-locator-list p{
    margin:0;
}

#search-icon{
    left: inherit;
    width: 25px;
}

.searchbar-loc input, .searchbar-loc select {
    margin: 0;
    height: 50px;
    font-weight: 500;
    color: white;
    padding: 10px;
    outline: none;
    background-color: transparent!important;
    border: none!important;
    margin-top: 0!important;
}

.searchbar-loc input::placeholder{
    color: white!important;
}

#search-icon{
    color: white;
}




main.desktop #content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/media/img/v-new/desktop/bg-blue.jpg');
}

.page-content.page-cms{
    background:none;
}



.desktop .desktop .bg-theme{
    background: none;
}

.desktop #content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop .intro-container{
    padding: 0!important;
    margin: 0!important;
}

.desktop #first-part .row{
    display: flex;
}

.desktop #content{
    display: flex;
}

.desktop #first-part{
    width: 25%;
    padding-left: 0;
    padding: 0;
    margin: 0;
    margin-right: 5%;
    max-width: 350px;
}

 #stores .desktop .intro-container::after{
    width: 150px;
 }

.desktop .map-container {
    width: 55%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
}

.desktop .list-block-menu{
    font-size: 1.1em;
    font-weight: 600;
    margin:8px 0px;
    margin-top: 15px;
    text-transform: uppercase;
}

#stores .desktop .result-ccountry-title {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.desktop #select-country{
    margin: 0;
    margin-bottom: 20px;
}

.desktop .-global-map-container > .row{
    flex-direction: column;
    display: flex;
}

.desktop .searchbar-loc{
    margin: 0;
    flex-direction: column;
}

.desktop .-global-map-container > .row > div{
    width: 100%!important;
}

.desktop .intro-container p{
    padding-bottom: 20px;
}
.desktop .list-container.hide{
    display: none!important;
}

.desktop .container-btn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

#stores .desktop .select-country-block,
.desktop #container-results-map input{
    text-align: center;
}


#stores .desktop .stores-result-container{
    max-height: 42vh;
}



