.bhwd-arrow-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bhwd-woocat-prev {
  left: -30px;
  position: relative;
  padding: 6px 10px;
}
.bhwd-woocat-next {
  right: -30px;
  position: relative;
  padding: 6px 10px;
}
@media (max-width: 1080px) {
  .bhwd-woocat-prev {
    left: 0px !important;
    z-index: 999;
  }
  .bhwd-woocat-next {
    right: 0px !important;
    z-index: 999;
  }
}
