.location {
    position: relative;
}
.location .wrapper {
    overflow: hidden;
    border-left: 1px solid #dcdbe2;
    border-right: 1px solid #dcdbe2;
    cursor: hand;
    background: #d0cedb;
}
.location .ground {
    max-width: 1133px;
}
.location .ground .map {
    width: 2813px;
    height: 1500px;
    background-image: url(../images/maps/ground.jpg);
}
.location .first_floor {
    max-width: 1133px;
}
.location .first_floor .map {
    width: 2737px;
    height: 1500px;
    background-image: url(../images/maps/first-floor.jpg);
}
.location .fourexpansion_one {
    max-width: 1133px;
}
.location .fourexpansion_one .map {
    width: 2199px;
    height: 1300px;
    background-image: url(../images/maps/fourexpansion_one.jpg);
}
.location .fourexpansion_two {
    max-width: 1133px;
}
.location .fourexpansion_two .map {
    width: 1623px;
    height: 1300px;
    background-image: url(../images/maps/fourexpansion_two.jpg);
}
.location .fourexpansion_four {
    max-width: 848px;
}
.location .fourexpansion_four .map {
    width: 848px;
    height: 998px;
    background-image: url(../images/maps/fourexpansion_four.jpg);
}
.location .oneexpansion_one {
    max-width: 1500px;
}
.location .oneexpansion_one .map {
    width: 1500px;
    height: 998px;
    background-image: url(../images/maps/.oneexpansion_one.jpg);
}

.location .pracadamoda {
    max-width: 1133px;
    background-color: #7B68A1;
}
.location .pracadamoda .map {
    width: 1600px;
    height: 1067px;
    background-image: url(../images/maps/pracadamoda.jpg);
}

.location .mini_fashion {
    max-width: 1133px;
    background-color: #7B68A1;
}
.location .mini_fashion .map {
    width: 1559px;
    height: 850px;
    background-image: url(../images/maps/mini-fashion.jpg);
}
.location .mini_fashion .map:before {
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.5);
}
.location .map {
    position: relative;
    background: no-repeat 0px 0px;
}
.location .map:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.location .map .marker {
    position: absolute;
    width: 51px;height: 72px;z-index: 100;background: url(../images/sprite.png) no-repeat -20px -140px;display: block;margin-top: -72px;margin-left: -26px;
}
.location .map .marker span {
    display: none;
}
.single-lojas.index #mini_fashion_link {
    display: block;
    margin-top: 40px;
}
.single-lojas.index #mini_fashion_link img {
    display: block;
    width: 100%;
}
.single-lojas.index .stores_list {
    margin-top: 40px;
}
.single-lojas.index .stores_list .line {
    overflow: hidden;
    margin-bottom: 30px;
}
.single-lojas.index .stores_list .store {
    float: right;
    width: 48.5%;
}
.single-lojas.index .stores_list .store:first-child {
    float: left;
}
.single-lojas.index .stores_list .box {
    width: 83%;
}
.single-lojas.index .stores_list .plus_icon {
    width: 17%;
}
.single-lojas.show .header {
    height: 220px;
}
.single-lojas.show .header .image,
.single-lojas.show .header .infos {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.single-lojas.show .header .image {
    position: relative;
    overflow: hidden;
}
.single-lojas.show .header .image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #2B2868;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-lojas.show .header .image img {
    display: block;
    height: 100%;
    margin: auto;
}
.single-lojas.show .header .infos {
    line-height: 1.4em;
    background: #2B2868;
}
.single-lojas.show .header .infos,
.single-lojas.show .header .infos a {
    color: white;
}
.single-lojas.show .header .margin {
    position: relative;
    margin: 15px 20px;
}
.single-lojas.show .header .name {
    margin: 0 0 13px 0;
    color: #F39E40;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'gandhi_sansbold';
}
.single-lojas.show .header .more {
    position: relative;
}
.single-lojas.show .header .more:before {
    content: '';
    display: block;
    width: 40px;
    height: 0;
    margin: 13px 0;
    border-bottom: 1px solid white;
}
.single-lojas.show .header .site {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
    overflow: hidden;
    font-size: 11px;
}
.single-lojas.show .header .social {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 0 3px 3px;
    border-left: 1px solid #6965C3;
}
.single-lojas.show .header .social a {
    float: left;
    height: 12px;
    line-height: 12px;
    margin-left: 7px;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/sprite.png) no-repeat 0px 0px;
}
.single-lojas.show .header .social a.fb {
    width: 6px;
    background-position: -86px -54px;
}
.single-lojas.show .header .social a.tw {
    width: 13px;
    background-position: -92px -54px;
}
.single-lojas.show .header .social a.ig {
    width: 12px;
    background-position: -105px -54px;
}
.single-lojas.show #galleria {
    height: 500px;
    margin-top: 40px;
}
.single-lojas.show .location {
    margin-top: 60px;
    display: block!important;
}
.location .wrapper {
    height: 600px;
}
.single-lojas.show .stores_list {
    margin-top: 60px;
}
.single-lojas.show .stores_list .wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-lojas.show .stores_list .store {
    float: left;
    width: 32.33333333333333%;
    margin-left: 1.5%;
}
.single-lojas.show .stores_list .store:first-child {
    margin-left: 0;
}
.single-lojas.show .stores_list .box {
    width: 78%;
}
.single-lojas.show .stores_list .plus_icon {
    width: 22%;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 120dpi) {

  .location .map .marker{background-image: url(../images/sprite@2x.png);background-size: 800px 800px;}
 
}
