/*Maps*/

#mapsStore {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#mapsStore > div {
    float: left;
    min-height: 500px;
}

#mapsStore > div > h2 {
    color: #636160;
    font-size: 22px;
    margin: 0;
}

.btnRedMaps {
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #eb478e;
    margin: 10px 0 0 0;
}

#mapsStore form {
    background: #fafafa;
    padding: 20px;
}

#mapsStore form label {
    display: block;
    padding: 2px 0;
}

#mapsStore form label i {
    font-size: 14px;
    color: #bdbdbd;
    margin-right: 5px;
}

#mapsStore form label input {
    display: inline-block;
    width: 75%;
    padding: 4px 10px;
}

#mapsStore form label select {
    display: inline-block;
    width: 81%;
    padding: 3px 10px;
}

#mapsStore form label button {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}

.addressStores > span {
    position: absolute;
    top: 13px;
    left: 6px;
    width: 30px;
    height: 42px;
    background-position: 1px -1239px;
    text-align: center;
    font-weight: bold;
    color: #FFB650;
    line-height: 27px;
}

.addressStores.active > span {
    background-position: -29px -1239px;
    color: #eb478e;
}

.addressStores > sub {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding-left: 20px;
    background-position: 1px -1287px;
    line-height: 14px;
    height: 10px;
}

.addressStores > a {
    font-size: 14px;
    color: #4E4D49;
    text-transform: none;
    display: block;

}

.addressStores > p {
    display: block;
    padding: 2px 0;
    margin: 0;
}

.sis {
    background: url("../img/spriteIconMaps.png") no-repeat transparent;
}

#mapsView {
    height: 575px;
    width: 100%;
}

#mapsStore {
    margin: 6% 0 0 0;
}

.shipBoad {
    text-decoration: underline;
    color: #eb478e;
    font-size: 13px;
    cursor: pointer;
}

#mapsDetails {
    width: 100%;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}

#mapsDetails .tab-content {
    display: table;
    width: 100%;
}

.pWls {
    padding: 5px 0;
}

.pWls p {
    margin: 0;
}

#tabDetails .tab-content > .tab-pane img {
    max-width: 100%;
    margin: 0 auto;
}

#imageView {
    max-width: 100%;
    width: 100%;
}

#mapsDetails ul li {
    cursor: pointer;
    font-family: 'open sans', arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px;
    background: #f2f2f2;
    width: 50%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid #d1d1d1;
}

#mapsDetails ul li:first-child {
    border-right: 1px solid #d1d1d1;
    border-top-right-radius: 0;
}

#mapsDetails ul li:nth-child(2) {
    border-top-left-radius: 0;
}

#mapsDetails ul li.active {
    background: #fff;
    border-bottom: 2px solid #fff;
}

#mapsDetails ul li.active span {
    font-weight: bold;
}

.scrollCustom {
    max-height: 575px;
    overflow-y: auto;
}

.scrollCustom ul li {
    cursor: pointer;
    padding: 15px;
    background: #D5D5D5;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.scrollCustom ul li:hover, .scrollCustom ul li.active{
    cursor: pointer;
    background-color: #595959;
}
.scrollCustom ul li:hover a, .scrollCustom ul li.active a{
    color: #fff;
}
.scrollCustom ul li.active .addressStores > span {
    background-position: -29px -1239px;
    color: #eb478e;
}

#mapsDetails ul li a {
    background: none;
    padding: 0;
    margin: 0;
    border: none;

    display: block;
    text-align: center;
    border-radius: 0;
}

#mapsDetails ul li a h3 {
    margin: 0;
}

#mapsDetails ul li a h3 span {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
}
#mapsStore > h3{
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
}
.lstShopLeft {
    float: right;
    width: 35%;
    margin-left: 19px;
}
#carouselHome > li{
    text-align: center;
}
#carouselHome > li img{
    height: 100%;
}
.listMap {
    float: left !important;
    width: 63%;
}
#carouselHome{
    margin-bottom: 10px;
}
.storeMap {
    display: none;
}

.storeMap.storeMap-active {
    display: block;
}
.flashing {
    display: block;
    font-size: 13px;
    color: #Fff;
    background: #FF5335;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}
/*End Maps*/