@font-face {
  font-family: "header-font";
  src: url("./font/IRANSansX-Black.ttf");
}
@font-face {
  font-family: "body-font";
  src: url("./font/IRANSansX-Bold.ttf");
}
@font-face {
  font-family: "lists-font";
  src: url("./font/IRANSansX-Regular.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "header-font" !important;
}
p,
em,
div {
  font-family: "body-font" !important;
}
li {
  font-family: "lists-font" !important;
}

/* my style */
.two-tables {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding-top: 30px;
  border-top: 5px dashed #f4f4f4;
}

.two-tables h4 {
  margin-bottom: 0;
}

@media (max-width: 544px) {
  .two-tables {
    flex-direction: column;
    gap: 0;
  }

  .two-tables td,
  th {
    padding: 0.7em 0.5em;
  }
}
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
