body {
  font-family: 'Fira Sans Extra Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4d4d4d;
}

@media (min-width: 1400px) {
  .container-xxxl {
      max-width: 1500px;
  }
}

.container-xxxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bg-light {
  background-color: #ececec !important;
}

.product-filters .badge {
  background: #fff;
  color: #4d4d4d;
}

.color-light {
  color: #d4d4d4 !important;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.nav-link {
  color: #4d4d4d;
}

.nav-link .badge {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  padding: 0.2rem 0.3rem;
  min-width: 1.3rem;
}

a, a:hover, a:active {
  color: #4d4d4d;
  text-decoration: none;

}

.item:hover {
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

.input-group {
  background: #fff;
}

.btn-white {
  color: #4d4d4d;
  background-color: #fff;
}

.btn-white:disabled {
  color: #999;
}

.bookmark-item {
  line-height: 0;
  top: 0;
  right: 10px;
  color: #d4d4d4;
}

.bookmark-item:hover {
  transition: 0.2s;
}

.img-col {
  min-height: 10rem;
}

.img-product {
  max-width: 75%;
  max-height: 10rem;
}

.product-navigation a {
  cursor: pointer;
  margin-left: -1.75rem;
}

.product-navigation ul ul {
  display: none;
}

.product-navigation ul.open {
  display: block;
}

.rotate svg {
  transform: rotate(90deg);
}

.form-select:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(99 99 99 / 25%);
  border-color: #fff;
}

.datasheet-link svg {
  vertical-align: top;
}

.discontinued .item-wrapper,
.novelty .item-wrapper {
  border-bottom: 2rem solid #ececec;
}

.product-tag {
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 2rem;
}

.item-links {
  justify-content: space-evenly;
}

@media (min-width: 576px) {
  .item-wrapper {
    border-left: 2rem solid transparent;
  }
  .discontinued .item-wrapper,
  .novelty .item-wrapper {
    border-left: 2rem solid #ececec;
    border-bottom: 0;
  }
  .product-tag {
    top: 0;
    bottom: 0;
    left: 0;
    width: 12rem;
    transform: rotate(270deg);
  }
  .datasheet-link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .text-end-sm {
    text-align:right!important
  }
  .item-links {
    justify-content: flex-end;
  }
  .item-links a {
    margin-left: 0.5rem;
  }
}
