/***********************************************************
					Stores Page Styles
************************************************************/

#stores #map {
    width: 93%;
    height: 447px;
    margin-bottom: 26px;
}

.selectwrap {
    margin-bottom: 20px;
    border: none;
}

.storepickup-list .selectwrap {
    border: none;
}

#stores #btnsend {
    width: 100%;
    margin-bottom: 30px;
}

#stores p {
    /*font-family: 'Roboto Slab';*/
    font-family: 'Open Sans', arial;
    font-size: 12px;
    color: #828284;
}

#stores p.title,
#stores p.title a {
    font-weight: bold;
    color: #0f0f3d;
}

#stores address {
    margin-bottom: 0;
}

select#storepickup-list {
    width: auto;
}

#pickup-store-info.table td,
#pickup-store-info.table th {
    padding: .5rem;
}

@media (max-width: 767px) {
    #stores #map {
        width: 100%;
    }
}