/* categories colors */
.formul-carousel .glide__arrows {
  margin-top: 0;
  position: absolute;
  width: calc(100% + 2rem);
  top: 54%;
  height: 1px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:991px) {
  .formul-carousel .glide__arrows {
    width: calc(100% - 2rem);
  }
}
.formul-carousel .glide__arrows .glide__arrow {
  background: black;
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.formul-carousel .glide__arrows .glide__arrow svg {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 20px;
  color: #fff;
  opacity: 1;
  margin: 0;
  width: 12px;
}
