.main-body .shop {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  width: 98.5vw;
  min-height: 61.5vh;
}

.main-body .shop .address {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;

  margin-top: 1vh;

  width: 100%;
}

.main-body .shop .address a,
.main-body .shop .address span {
  text-decoration: none;

  color: #81858b;

  font-size: 1.3vh;
  font-weight: 500;

  margin-right: 1vh;
}

.main-body .shop .showcase {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;

  width: 100%;
}

.main-body .shop .showcase .changeFillter {
  display: none;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  font-family: "Vazirmatn", sans-serif;
  font-size: 1.3vh;

  background: transparent;
  border: 1px solid #e0e0e2;

  padding: 1vh;

  color: var(--color-neutral-700);

  border-radius: 10rem;
}

.main-body .shop .showcase .changeFillter svg {
  margin-left: 1vh;
}

.main-body .shop .showcase .fillter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  width: 15vw;

  border: 1px #e0e0e2 solid;
  border-radius: 16px;

  margin: 1vh;
  padding: 1vh;
}

.main-body .shop .showcase .fillter .head {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;

  width: 100%;
}

.main-body .shop .showcase .fillter .head span {
  font-size: 2vh;
  font-weight: 500;

  margin-top: 1vh;
  margin-bottom: 1vh;
}

.main-body .shop .showcase .fillter .body {
  width: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .shop .showcase .fillter .body .option {
  width: 90%;

  height: fit-content;

  border-bottom: 1px solid #f0f0f1;
}

.main-body .shop .showcase .fillter .body .option .main-category-fillter,
.main-body .shop .showcase .fillter .body .option .sub-category-fillter,
.main-body .shop .showcase .fillter .body .option .brand-fillter {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  font-family: "Vazirmatn", sans-serif;
  font-size: 1.4vh;
  font-weight: 700;
  color: #616161;

  margin-top: 1vh;
  margin-bottom: 1vh;

  width: 100%;

  background: transparent;
  border: transparent;
}
.main-body .shop .showcase .fillter .body .option span {
  direction: rtl;
}

.main-body .shop .showcase .fillter .body .option button svg path {
  fill: #616161;
}

.main-body .shop .showcase .fillter .body .option button:hover {
  cursor: pointer;
}

.main-body .shop .showcase .fillter .body .option .show div {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;

  padding-top: 1vh;
  padding-bottom: 1vh;

  border-bottom: 1px solid #f0f0f1;

  width: 100%;
}

.main-body .shop .showcase .fillter .body .option .show input {
  width: 2vh;
  height: 2vh;
}
.main-body .shop .showcase .fillter .body .option .show input:hover {
  cursor: pointer;
}

.main-body .shop .showcase .fillter .body .option .show .name {
  font-size: 1.5vh;
  font-weight: 700;
  margin-right: 2vh;
}

.main-body .shop .showcase .list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;

  border: 1px #e0e0e2 solid;
  border-radius: 16px;

  width: 78vw;
  min-height: 54vh;

  margin: 1vh;
  padding: 1vh;
}

.main-body .shop .showcase .list .head-of-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;

  padding-top: 0.5vh;
  padding-bottom: 1.5vh;
  margin-bottom: -0.5vh;

  border-bottom: 1px solid #e0e0e2;

  direction: rtl;

  width: 100%;
}

.main-body .shop .showcase .list .head-of-list .sort {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .shop .showcase .list .head-of-list .sort span {
  font-size: 1.3vh;
  font-weight: 700;

  margin-right: 1vh;
  margin-left: 1vh;
}

.main-body .shop .showcase .list .head-of-list .sort button {
  background: transparent;
  border: transparent;

  font-family: "Vazirmatn", sans-serif;
  font-size: 1.2vh;
  font-weight: 500;
  color: #81858b;

  margin-left: 0.5vh;
  margin-right: 0.5vh;

  transition: all 0.5s;
}

.main-body .shop .showcase .list .head-of-list .sort button:hover,
.main-body .shop .showcase .list .head-of-list .sort .active {
  cursor: pointer;
  color: var(--design-red-color);

  transition: all 0.5s;
}

.main-body .shop .showcase .list .head-of-list .count {
  font-size: 1.5vh;
  font-weight: 500;

  color: #81858b;
}

.main-body .shop .showcase .list .head-of-list .count .price {
  margin-left: 0.5vh;
}

.main-body .shop .showcase .list .body-of-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: center;

  width: 100%;
  min-height: 64vh;
}

.main-body .shop .showcase .list .body-of-list .row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;

  text-decoration: none;
  color: #000;

  background-color: #fff;

  border-left: 1px solid #dae0e6;
  border-bottom: 1px solid #dae0e6;
  border-right: 1px solid #dae0e6;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  margin: 0.5vh;
  padding: 0.5vh;

  height: 35vh;
  width: 27vh;
}

.main-body .shop .showcase .list .body-of-list .row:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.main-body .shop .showcase .list .body-of-list .row .item-tumbnail img {
  height: 16vh;
}

.main-body .shop .showcase .list .body-of-list .row .item-name {
  width: 25vh;
  height: 4.5vh;

  text-align: center;

  display: flex;
}

.main-body .shop .showcase .list .body-of-list .row .item-name span {
  font-size: 1.5vh;

  width: 25vh;
  height: 4.5vh;

  color: #62666d;
  text-align: center;

  direction: rtl;

  display: inline-block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-body .shop .showcase .list .body-of-list .row .item-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  margin-top: 0.6vh;

  width: 25vh;
  height: 4.5vh;

  font-feature-settings: "ss01";
}

.main-body .shop .showcase .list .body-of-list .row .item-price .now-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .shop .showcase .list .body-of-list .row .item-price .now-price img {
  height: 2vh;
}

.main-body
  .shop
  .showcase
  .list
  .body-of-list
  .row
  .item-price
  .now-price
  span {
  font-size: 1.6vh;
  margin-left: 0.5vh;
  font-weight: 700;
}

.main-body .shop .showcase .list .body-of-list .row .item-price .sale-count {
  margin-right: 0.5vh;

  padding-left: 4px;
  padding-right: 4px;

  background: var(--design-red-color);

  border-radius: 16px;

  color: #fff;
  font-weight: 700;
  text-align: center;
}

.main-body .shop .showcase .list .body-of-list .row .item-off {
  position: relative;

  width: 17vh;
  height: 4.5vh;
}

.main-body .shop .showcase .list .body-of-list .row .item-off span {
  font-size: 1.2vh;
  font-weight: 400;
  text-decoration-line: line-through;
  color: #c0c2c5;

  position: absolute;
  top: -0.6vh;
  left: -2.5vh;
}

.main-body .shop .showcase .list .pages-of-list {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.main-body .shop .showcase .list .pages-of-list button {
  margin-top: 2vh;

  font-family: "Vazirmatn", sans-serif;
  font-size: 1.4vh;
  font-weight: 700;
  color: #616161;
  font-feature-settings: "ss01";

  background: transparent;
  border: transparent;
  transition: 0.3s all;
}

.main-body .shop .showcase .list .pages-of-list button:hover {
  transition: 0.3s all;
  color: var(--design-red-color);
  cursor: pointer;
}

.main-body .vehicles {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;

  min-height: 61vh;
  width: 100%;
}

.main-body .vehicles .head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  margin-top: 2vh;
  padding: 1vh;

  background: var(--design-red-color);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 7px var(--design-red-color);

  font-weight: 500;
}

.main-body .vehicles .head img {
  background-color: #fff;
  padding: 1vh;
  border-radius: 100%;
  margin-right: 2vh;
  width: 5vh;
}

.main-body .vehicles .body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  min-height: 50vh;
}

.main-body .vehicles .body .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  padding: 1vh;
  margin: 1vh;

  border: 1px solid #81858b;
  border-radius: 8px;

  box-shadow: 0 0 7px #81858b;
}

.main-body .vehicles .body .row .avatar {
  margin-right: 2vh;
}

.main-body .vehicles .body .row .avatar img {
  width: 15vh;
}

.main-body .vehicles .body .row .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

  font-feature-settings: "ss01";
}

.main-body .vehicles .body .row .info .name {
  font-size: 1.7vh;
  font-weight: 500;
}

.main-body .vehicles .body .row .info a {
  font-size: 1.2vh;
  font-weight: 700;

  color: #363636;

  text-decoration: none;

  border: 1px solid #363636;
  border-radius: 16px;

  transition: all 0.5s;

  padding: 0.6vh;
  margin: 1vh;
}

.main-body .vehicles .body .row .info a:hover {
  cursor: pointer;
  transition: all 0.5s;
  color: #000;
  box-shadow: 0 0 7px #000;
}

.main-body .shop .showcase .list .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
}

.main-body .shop .showcase .list .pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-body .shop .showcase .list .pagination ul li {
  margin: 0 5px;
}

.main-body .shop .showcase .list .pagination ul li a {
  display: block;
  padding: 1.3vh;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-body .shop .showcase .list .pagination ul li a:hover {
  background-color: #007bff;
  color: #fff;
}

.main-body .shop .showcase .list .pagination ul li .active {
  background-color: #007bff;
  color: white;
  pointer-events: none;
}

.main-body .shop .showcase .list .pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 1.3vh;
  background-color: var(--design-red-color);
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  width: 1vh;
  height: 2vh;
}

.main-body .shop .showcase .list .pagination ul li.disabled span {
  background-color: #ddd;
  color: #999;
}

.main-body .shop .showcase .list .pagination ul li.disabled {
  pointer-events: none;
}

.main-body .shop .showcase .list .pagination ul li a,
.main-body .shop .showcase .list .pagination ul li span {
  font-family: "Vazirmatn", sans-serif;
  font-feature-settings: "ss01";
  font-size: 1.3vh;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-body .shop .showcase .list .list .pagination ul li .dots {
  color: #999;
  pointer-events: none;
  padding: 10px;
}

.main-body .shop .showcase .fillter .body .option .show {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.main-body .shop .showcase .fillter .body .option .show button {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;

  font-family: "Vazirmatn", sans-serif;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  background: transparent;

  padding-top: 1vh;
  padding-bottom: 1vh;
  margin: 1vh;

  border: 1px solid #f0f0f1;
  border-radius: 8px;

  width: 100%;
}

.main-body .shop .showcase .fillter .body .option .show button:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.main-body .shop .showcase .fillter .body .option .show .active {
  background: var(--design-red-color);
  color: #fff;
}

@media only screen and (max-width: 1220px) {
  .main-body .shop .showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-body .shop .showcase .fillter {
    display: none;
    width: 78vw;
  }
  .main-body .shop .showcase .changeFillter {
    display: flex;
  }
}
