/* color opacity */
/* color schemes */
/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }

#stores input#addressInput {
  display: inline-block;
  width: 60%; }

#stores .address-input label {
  margin-right: 5px; }

#stores .radius-input {
  line-height: 23px; }

#stores .radius-input label {
  margin-right: 10px; }

.store-content .select2-container {
  width: 75px; }

.store-content .btn {
  font-size: 14px; }

.store-content-select {
  visibility: hidden;
  display: none; }

#stores .radius-input #radiusSelect {
  width: 78px; }

#stores .store-content {
  padding-bottom: 30px; }

#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }

#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }

#stores .store-content-select.active .selector {
  visibility: visible;
  display: block; }

#stores .store-title {
  margin-bottom: 16px; }

#stores label {
  font-weight: normal; }

#stores #stores_loader {
  display: none;
  margin-left: 5px; }

#stores #locationSelect {
  max-width: 356px;
  visibility: hidden; }

#stores #stores-table {
  display: none; }

#stores #stores-table tbody td {
  padding: 20px; }

#stores #stores-table tbody td.num {
  background: #fbfbfb;
  width: 46px; }

#stores #stores-table tbody td.name span {
  padding-left: 15px; }

@media (max-width: 767px) {
  #stores #stores-table tbody td.name img {
    display: none; }

  #stores .address-input {
    padding-bottom: 20px; } }
.store-image img {
  width: 100%;
  min-width: 100px; }
  
#stores .displayCustomBanners1
{
	display:none !important;
}  

#stores .table-responsive
{
	overflow-x: hidden;
}

/*# sourceMappingURL=stores.css.map */