.store-loader{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('loader-1.gif') no-repeat 50% 30% rgba(255, 255, 255, 0.65);
    text-align: center;
    margin: 0 auto;  
    display: none;
}
.sidebar-left {
    float: left;
    /*width: 40%;
	min-width: 40%;
    padding-right: 5%;*/
}
#storelocator-form{
    margin-bottom: 40px;
}

.row.search-box {
	border: 1px solid #8dbac1;
	padding: 20px;
}

.content-wrapper {
    /*width: 60%;
    float: left;*/
}
#storelist li {
    border: 1px solid #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    margin-right: 5px;;
}
#storelist li:hover,#storelist li.selected {
    box-shadow: 3px 3px 5px #dadada;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #f3f3f3;
    border: 0px solid #f3f3f3;
}
p.clearfix {
    clear: both;
}
#storelist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#locationSelect #storelist {
    max-height: 660px;
    overflow-y: auto;
    border: 0px solid #eee;
    min-height: 316px;
    padding: 10px 15px;
}
.button:hover {
    border: 1px solid #676767;
}
.button {
    border: 0px solid #bdbdbd;
    padding: 10px 20px;
    margin: 10px auto;
    background: #ddd;
    text-transform: uppercase;
}
.button:focus{
    box-shadow: none;
}
.store-logo{
    display: inline-block;
    max-height: 70px;
    float: left;
    margin: 0 10px 10px !important;
}
#storelocator-form .field {
    margin: 5px 5px 15px;
}
#storelocator-form .field label {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}
@media only screen and (max-width: 768px){
    .sidebar-left ,.content-wrapper {
        width: 100%;
        float: none;
    }
}
.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 5px 20px 5px 10px;
    margin-top: 1px;
    font-size: 14px;
    outline: none;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: none;
    font-weight: normal;
    height: 32px;
    color: #000;
}
.ms-options-wrap > .ms-options ul li {
    margin-bottom: 0;
}
#storelocator-form .ms-options-wrap > .ms-options ul li label {
    font-weight: normal;
}
.ms-options-wrap > .ms-options ul {
    padding: 0px 0 0 20px;
    list-style: none;
}
.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
    margin-left: 5px;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
}
.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
    /*background-color: #efefef;*/
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 7px;
}
.stor-title {
    margin: 10px 0;
    font-size: 16px;
}
.stor-title span {
    float: right;
    font-size: 14px;
    text-decoration: underline;
}
.img-holder {
    float: left;
}
