
#stores_list {
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: 1.5px solid #e8e8e8; 
    font-family: 'Montserrat', sans-serif; 
    text-align: left;
    overflow-y: scroll;
}

#stores_list_header {
  width: 100%;
  padding: 17px 0px 18px 16px;
  font-size: 13px;
  color: #999;
}

#stores_list_content {
}

.stores_list_store {
  width: 100%;
  min-height: 80px;
  padding: 19px 21px 14px 12px;
}


.store_normal {
  color: #4a4a4a;
  background-color: #fff;
  cursor: pointer;
}
.store_selected {
  /*color: #f49e23;
  color: #860337;*/
  background-color: #f2f2f2;
  cursor: default;
}




.retail-bag-icon {
  float: left;
  text-indent: -9999px;
  width: 19px;
  height: 21px;
  background: url(/img/retail-bag.svg);
  background-repeat: no-repeat;
}

.store-icon {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  /*background: url(/img/store.svg);
  background-repeat: no-repeat;*/
  background: rgba(100,200,100,0) url("/img/store.svg") no-repeat;
}

.store_selected .store-icon {
  fill: #fff;
}





.stores_list_store #icon {
  padding: 0px;
  float: left;
  width: 40px;
  height: 70px;
}

#store_separator {
  width: 100%;
  height: 1px;
  border: 1.5px solid #e8e8e8;
}

.stores_list_store #description {
  width: 100%;
  text-align: left; 
}

.stores_list_store #description #name {
  font-size: 13px;
}

.stores_list_store #description #address {
  font-size: 11px;
  padding-top: 4px;
}


