.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
  outline: none;
  box-shadow: none;
  border: none;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.vitec .vitec-logo .logo-image {
  display: block;
  position: absolute;
  left: 0;
  height: 50px;
  width: 100%;
  background: url(https://teradek.com/cdn/shop/t/108/assets/Videndum_Logo_Teradek_White_Transparent_Small.png?v=12868942696778270621692286236)
    center left no-repeat;
  image-rendering: crisp-edges;
  background-size: auto 37.5pt;
  background-repeat: no-repeat;
  background-color: #535353;
  image-rendering: -webkit-optimize-contrast;
}

/* pagination */
@media screen and (min-width: 990px) {
  .pagination-wrapper {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  a.heading{
    cursor: text !important;
    pointer-events: none !important;
  }
  .heading a{
    cursor: text !important;
    pointer-events: none !important;
  }
   a.heading[href] {
    pointer-events: none !important;
  }
    .navbar-brand {
    width: 6.75rem;
  }
  .inside-container2>li:first-child {
        /* flex: 0 0 13.17rem !important; */
        border-right: 1px solid var(--Gray-Gray-6, #333);
    }
}

@media (max-width: 767.8px) {
  .navbar-brand {
    width: 8.4375rem;
    display: block;
  }
}