button:not(.accordion-button) * {
	pointer-events: none;
}

#BtnBankIDStart svg {
    width: 1.2em;
    height: 1.2em;
}

.fs-xs {
  font-size: 12px;
}

.bi {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	fill: currentColor;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#oppettiderDropdown {
  z-index: 1030;
}

#produktinfo-bilder-karusell img {
	max-height: 400px;
}

#produktinfo-bilder-karusell .carousel-inner {
	height: 400px;
}

#produktinfo-bilder-karusell .carousel-indicators {
	position: relative;
  justify-content: start;
}

#produktinfo-bilder-karusell #produktinfo-bilder-preview {
  height: 80px;
  width: 80px;
  padding: 10px;
  margin-right: 0; 
  margin-left: 0; 
  text-indent: 0;
  background-color: white;
  background-clip: unset; 
  opacity: 1;
}

#produktinfo-bilder-karusell #produktinfo-bilder-preview:not(.active):not(:hover) {
  border: 0.5px solid #dee2e6;
}

#produktinfo-bilder-preview.active, 
#produktinfo-bilder-preview:hover {
  background-color: white;
  border: 2px solid rgb(var(--bs-tema-rgb));
}

#produktinfo-bilder-karusell #produktinfo-bilder-preview img {
  max-height: 60px;
  max-width: 60px;
}

#searchResults {
  position: absolute;
  z-index: 2000;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}

.search-item .info {
  flex: 1;
}
.search-item .name {
  font-weight: 500;
}

.search-item .price {
  font-size: 0.9rem;
  color: #666;
}

.sokImgRuta {
  width: 50px;
  height: 50px;
}

.sokImg {
  max-height: 50px;
  max-width: 50px;
}

.disabled-acc {
	pointer-events: none;
	opacity: 0.5;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(var(--bs-text-primar-rgb), var(--bs-text-opacity));
}

.saljgruppstaggListelement {
  height: 42px;
}

#socialamedier a {
  height: 42px;
  width: 42px;
}

.ifx-footer-logo {
	width: 24px;
}

button * {
  pointer-events: none;
}

.storlek-puffbild-nyhet {
  height: 140px;
  width: 210px;
}

.form-check-input:checked {
  background-color: rgb(var(--bs-tema-rgb));
  border-color: rgb(var(--bs-tema-rgb));
}

*:focus {
  border-color: rgb(var(--bs-tema-rgb)) !important;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-tema-rgb), 0.25) !important;
}

.pagination .page-link {
  color: rgb(var(--bs-tema-rgb)) !important;
}

.pagination .page-link.active, .active>.page-link {
  background-color: rgb(var(--bs-tema-rgb)) !important;
  border-color: rgb(var(--bs-tema-rgb)) !important;
  color: rgb(var(--bs-text-tema-rgb)) !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#orderSummaryBody {
  max-width: 700px;
}

.listpunkt-hovereffekt:hover {
  background-color: rgba(var(--bs-tema-rgb), 0.25) !important;
}

.list-group-item.aktiv {
  background-color: rgb(var(--bs-tema-rgb)) !important;
  color: rgb(var(--bs-text-tema-rgb)) !important;
}

.list-group-item.hide {
  display: none;
}

.dropdown-medsok {
  display: none;
}

.dropdown-kontainer.aktiv .dropdown-medsok {
  display: block;
}

@media(min-width: 992px) {
  #sortimentmeny,
  #startsidahuvudbilder,
  #startsidahuvudbilder .carousel-inner,
  .maxhojd-meny {
    max-height: 470px;
  }
}

@media(min-width: 1200px) {
  .saljgruppstaggListelement {
    height: 50px;
  }
}