.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://smallhd.com/cdn/shop/t/40/assets/Videndum_Logo_SmallHD_White_Transparent_Small.png?v=120149187201580575471692285973)
    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; */
    margin-top: 2.7rem;
  }
}
@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: auto !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;
  }
}