<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RIGHT TO LEFT */
/*
 * LAYOUT VARIABLES
 */
/* RIGHT TO LEFT */
/***********************************************************
					Stores Page Styles
************************************************************/
 #map {
  width: 100%;
  height: 300px;
  margin-bottom: 26px;
}
#stores #map img {
  max-width: inherit;
}
#stores input#addressInput {
  display: inline-block;
  width: 269px;
}
#stores .address-input {
  float: left;
  margin-right: 19px;
}
.rtl #stores .address-input {
  float: right;
}
#stores .address-input label {
  margin-right: 5px;
}
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px;
}
.rtl #stores .radius-input {
  float: right;
}
#stores .radius-input label,
#stores .radius-input .selector {
  float: left;
}
.rtl #stores .radius-input label, .rtl
#stores .radius-input .selector {
  float: right;
}
#stores .radius-input label {
  margin-right: 10px;
}
#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 #f2f5f8;
}
#stores .store-content-select.active .selector {
  visibility: visible;
  display: block;
}
#stores .store-title {
  margin-bottom: 16px;
}
#stores label {
  font-weight: normal;
  color: #7e7f80;
}
#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;
}

.store-image img {
  width: 100%;
  min-width: 100px;
}


#detailstore {
	margin-top: 1em;
}


#rightdetailstore  #thumbs_list li {
	
	float: left;
	height: auto;
	width: 75px;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	margin-right: 5px;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rightdetailstore #thumbs_list {
    overflow: hidden;
    float: left;
    width: 335px;
    margin-left: 6px;
    height: 80px;
}

</pre></body></html>