/*------------VARUKORG----------*/

.brew--sidebar .brew--sidebar-header {
	justify-content: start;
}
/*----------SÖKFÄLT----------*/
@media (min-width: 1025px) {
	.brew--top-bar {
		position: sticky;
 		top: 0;
	}
  .brew--sidebar .brew--sidebar-header {
  	min-height: 56px;
  }
}
.brew--sidebar .slot--sidebar-search {
	display: none !important;
}
.brew--top-bar .custom-search {
	display: inline-block;
  width: 400px;
}
.custom-search .tws-article-search {
	margin-bottom: 0;
}
.custom-search .tws-article-search .fa {
	top: 10px;
}
.custom-search .fa-search::before {
	color: #000;
}
.custom-search .dropdown-menu {
	background: #fff;
}
.custom-search .dropdown-menu > li {
	width: 100%;
  margin-left: 10px;
  line-height: 1.4;
  float: none;
  display: block;
  margin: 0;
  padding: 4px 20px 4px 10px;
}
.custom-search .tws-article-search ul li a {
	color: #000;
}
.custom-search .dropdown-menu > li img {
	margin-right: 5px;
}
.custom-search .dropdown-menu li.tws-article-search--show-all {
	margin-top: 10px;
}
.slot--top-bar-selling-points .tws-custom-html--content > ul {
	display: inline-block;
}

@media (max-width: 1024px) {
  .brew--top-bar {
  	position: fixed;
    width: 100%;
    top: 0;
  }
  .brew--top-bar .brew--top-bar-wrapper {
  	padding: 5px 30px 0;
  }
  .brew--top-bar .brew--top-bar-wrapper .brew--top-bar-left {
  	text-align: center;
    width: 100%;
  }
  .custom-search {
  	display: none !important;
  }
  .brew--header {
  	position: fixed;
    top: 31px;
    width: 100%;
    z-index: 1000;
  }
  .brew--header .brew--header-wrapper {
  	padding: 0 30px;
  }
  .brew--search-button {
  	display: none;
  }
  .slot--header-search {
  	opacity: 1;
    transform: none;
    pointer-events: unset;
  }
  .brew--body {
  	padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .slot--top-bar-selling-points ul li:first-child {
  	display: none;
  }
    .brew--body {
  	padding-top: 120px;
  }
}