@font-face {
  font-family: "fontx";
  src: url(../assets/font/iransans.ttf);
}
* {
  font-family: "fontx", sans-serif;
  font-weight: 600;
}
.search_divar {
  background-color: #f5f5f5;
  height: 40px;
  border-radius: 5px;
}
.main_search {
  padding: 16px;
}
.fa-magnifying-glass {
  font-size: 18px;
  line-height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  color: #00000032;
}
.lbl_search {
  color: #5f5f5f75;
}
.lbl_city {
  border-right: 1px solid rgb(165, 165, 165);
  color: #5f5f5f90;
  height: 25px;
  line-height: 25px;
  float: left;
  margin-top: 6px;
  padding: 0 12px;
}
.filter1 {
  overflow-x: scroll;
  box-shadow: 0 0 2px 2px rgb(225, 225, 225);
  padding: 10px 0 10px 0;
}
.filter2 {
  padding: 0 10px;
  width: 580px;
  align-items: center;
  display: flex;
  height: 100%;
  overflow: auto;
}
.fil_btn1 {
  background-color: rgb(251, 251, 251);
  border: 1px solid lightgray;
  border-radius: 9999px;
  padding: 5px 12px;
  color: #00000060;
  margin: 0 2px;
}
.fil-ico {
  margin-left: 5px;
}
.title1 {
  color: #5f5f5f90;
  font-size: 15px;
  padding-right: 20px;
  font-weight: 100;
}
.agahi1 {
  width: 100%;
  padding: 8px 16px;
}
.agahi2 {
  border: 1px solid lightgray;
  padding: 14px;
  border-radius: 7px;
}
.text1 {
  font-weight: 800;
}
.text2 {
  font-size: 14px;
  font-weight: 100;
  color: rgb(155, 155, 155);
}
.store1 {
  font-size: 14px;
  font-weight: 100;
  color: #a62626;
}
.divbottom {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #ffffffee;
  bottom: 0;
  box-shadow: 0 -1px 2px 0 #00000012;
  display: inline-flex;
}
.tabs {
  border: none;
  width: 100%;
  font-size: 13px;
  color: #00000090;
  line-height: 22px;
  background-color: #ffffffee;
  padding: 7px;
}
.active {
  color: #a62626;
}
.tab-ico {
  font-size: 20px;
}
