/*modificiones webimpcto*/

#stores #content{
    border:0px;
    box-shadow:0 0 0;
    padding: 0px;
}
#stores #stores-table{
    margin-right: -7px
}

#stores .store-card:nth-child(2n+1){
     clear:both;
}

#stores .store-card{
    margin-bottom: 10px
}
#stores .store-card{
    padding-right: 5px;
}

#stores .store-card >.content{
    cursor: pointer;
    box-shadow: 0 0px 6px 0 rgba(0,0,1,.1);
    font-size:16px;
    width: 100%;
    display: inline-block;
    padding: 15px;
}

#stores .store-card>.content:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,1,.30)
}
.store-card .storeName{
    font-size:18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.store_map .storeName, .store_map .storeName ~ span {
    display:block;
    margin-bottom: 3px;
}
.store_map .storeName{
    font-weight: bold;
    margin-bottom: 10px;
}

.store-card .storeContact span:nth-child(1){
    margin-right: 50px;
}
.store-card .storeContact span:nth-child(2){
    display: inline-block
}

.store-card .fa:not(.fa-plus){
    margin-right: 15px;
}

.store-link-icon{
    position: absolute;
    right: 12px;
    top: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    font-size: initial;
    padding-top: 2px;
}


@media (max-width: 768px) {
    #stores tr.store-card {
        width:90%;
    }
}

.store-card table.storeHours{
    margin-top:10px
}

.store-card table.storeHours tr{
    float: left;
    width: 70px;
    display: inline-block;
    text-align: center;
}
table.storeHours tr td{
    padding: 5px!important;
    border: 0px;
}

.store-card .storeHours .dayValue{
    display: block;
    font-size:13px
}

.gm-style-iw-d .storeHours .dayTitle{
    font-weight: bold;
}

.stores-search{
    display:flex;
    justify-content:center;
}

.stores-search .address-input{
    width:900px;
}

.stores-search .btn-search{
    margin-top: 30px;
}
.stores-search .radius-select {
    margin:0 20px;
    width: 300px;
}
.stores-search #locationSelect{
    margin-top: 15px;
}
@media (max-width: 768px) {
    .stores-search .radius-select {
        width: inherit;
    }
    .stores-search{
        display:inline;
        justify-content:normal;
    }
    .stores-search .radius-select {
        margin:0px;
    }
}

/*end modificiones webimpcto*/

/*
.store-card .fa:not(.fa-plus){
    color: #d692ba;
}
a.store-link-icon:hover {
    background:#d692ba;
    color:#fff!important
}

#module-storelocator-storedetails .title,
#module-storelocator-storedetails .subTitle
{
    color: #231F20;
}

.storeInfos{
    background:#d692ba
}
.storeInfos .fa {
    color: #231F20;
}*/
