.containerProducts {
  width: 1700px;
  direction: rtl;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.containerProducts .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  direction: rtl;
  margin: auto;
  margin: 20px;
  width: 100vw;
  max-width: 1800px;
}
.containerProducts .filter-tree {
  margin: 10px;
  border: 1px solid rgba(167, 167, 167, 0.6431372549);
  border-radius: 10px;
  top: 80px;
  position: sticky;
}
@media (orientation: portrait) {
  .containerProducts .filter-tree {
    width: 35vw;
  }
}
@media (orientation: landscape) {
  .containerProducts .filter-tree {
    width: 25vw;
  }
}
.containerProducts .filter-tree .filter {
  max-width: 300px;
  margin: 25px;
  border-radius: 6px;
  font-size: 15px;
}
.containerProducts .filter-tree .filter > div {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containerProducts .filter-tree .filter > div span {
  font-size: 20px;
  font-weight: bold;
}
.containerProducts .filter-tree .filter > div:hover * {
  color: #3a9c3a;
}
.containerProducts .filter-tree .filter ul {
  display: none;
  margin-top: 6px;
  padding-left: 20px;
}
.containerProducts .filter-tree .filter ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 4px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.containerProducts .filter-tree .filter ul li:hover {
  background: #f8f9fa;
  border-radius: 4px;
  color: #3a9c3a;
  font-weight: bold;
}
.containerProducts .filter-tree .filter ul li input[type=checkbox] {
  margin: 10px;
  cursor: pointer;
}

.card {
  width: 300px !important;
}

footer .content .row2 .enamad {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/*# sourceMappingURL=products.css.5c5ea5aedb99.map */
