.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-nav button {
  background-color: #fff !important;
  border: solid #ddd 1px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 15px;
  border-radius: var(--border-radius);
  font-size: 30px;
  text-align: center;
  transition: 0.1s linear;
}
.owl-nav button svg {
  width: 18px;
  height: 18px;
}
.owl-nav button:hover {
  background-color: var(--brand-main-color) !important;
  fill: #fff;
}

#categories .category {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
}
#categories .category img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}/*# sourceMappingURL=home.css.map */