/* BRANDS */

.brand-header-wrapper, .brand-main-wrapper {
	max-width: 1689px;
}
.brand-header-wrapper p {
	max-width: 650px;
	margin: 0 auto;
}
.footer {
	display: inline-block;
}

/* Images */
.brand-images {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.brand-images a {
	display: flex;
	width: 50%;
	padding: calc(0.5 * var(--gutter));
}

/* Alphabet */
.outer-scroll {
	overflow-y: hidden;
	position: relative;
}
.inner-scroll::-webkit-scrollbar {
	display: none;
}
.alphabet-links.outer-scroll {
	width: 100%;
	height: 40px;
}
.inner-scroll {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.letter-links {
	width: 34px;
	height: 30px;
	line-height: 34px;
	display: inline-block;
	margin-right: 5px;
}
.letter-links.mask:after {
	border-radius: var(--border-radius2);
}
.letter-links.disabled {
	display: none;
	margin-right: none;
}
.inner-scroll>*:first-child {
	margin-left: 15px;
}

/* List */

.brand-main-wrapper {
	/*line-height: 220%;*/
}
.letter-wrapper {
	border-top: 1px solid #ececec;
	padding: calc(1.5 * var(--gutter)) 0;
}
.brand-letter {
	font-weight: 600;
	padding-top: calc(0.5 * var(--gutter));
	padding-bottom: calc(0.5 * var(--gutter));
}
.brands-inner {
	display: block;
	width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-moz-column-fill: auto;
	column-fill: auto;
	list-style: none;
}
.brands-inner li {
	padding-top: calc(0.5 * var(--gutter));
	padding-bottom: calc(0.5 * var(--gutter));
}
.badge.nyhet {
	/*background-image: url('/themes/bonti_2021_dev/design/bilder/icon-bg/nyhet.png');*/
	color: #fff;
	background: #a7caa2;
	padding: 3px 7px 2px;
	font-size: 13px;
	line-height: 13px;
	margin-left: calc(0.5 * var(--gutter));
	text-transform: uppercase;
	/*font-family: 'DeliveryNote-Regular', sans-serif;*/
}

/* Desktop */
@media screen and (min-width: 48.1em) {
	.brand-images a {
		width: 16.6667%;
	}
	.brands-inner {
		display: block;
		width: 100%;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.brand-images a, .letter-links {
		transition: 200ms ease-in-out all;
	}
	.brand-images a:hover, .letter-links:hover {
		opacity: 0.9;
	}
}

@media screen and (max-width: 48em) {

}




