* {
  font-family: vazir, Arial;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
}

.boxnow {
  margin-top: 15px;
}
.box-best-seller {
  margin-top: 15px;
}
.item {
  padding: 10px;
}
.item:hover {
  transform: scale(1.07);
}
.item > img {
  margin-bottom: 7%;
    box-shadow: -8px 8px 18px rgba(0, 0, 0, 0.7);
}
.text {
  text-align: right;
}
.text > h4 {
  margin: 0;
}
.text > p {
  font-size: 90%;
  margin: 0;
}
.owl-nav {
  position: absolute;
  left: 0;
  top: -1.5rem;
  margin-top: 0px !important;
}
.boxname {
  margin-right: 15px;
  display: flex;
  justify-content: flex-start;
}
.price {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .text > h4 {
    font-size: 70%;
  }
  .text > p {
    font-size: 60%;
  }
  .price {
    font-size: 50%;
  }
}
.price > svg {
  width: 15px;
}

@font-face {
  font-family: vazir;
  src: url(../fonts/Vazir.ttf);
}
