

/* Start:/local/components/elastic/brands.list/templates/.default/style.css?17764197978415*/
.content {
	max-width: 100%;
}

.content__quantity {
	color: #999999;
	font-size: 14px;
	margin: 0 0 0 10px;
	transform: translateY(-1px);
	line-height: 13px;
}

@media (max-width: 991.98px) {
	.content__quantity {
		margin: 5px 0 0 0;
	}
}

#categories-filter {
	margin: 0;
	padding: 0;
}

@media (max-width: 991.98px) {
	#categories-filter {
		margin-top: 10px;
	}
}

#categories-filter li {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	font-size: 15px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 991.98px) {
	#categories-filter li {
		border-radius: 0;
	}
}

#categories-filter li:hover {
	background: #f0f4f7;
}

#categories-filter li.active {
	background: #3169b6;
	color: #fff;
}

#categories-filter li.disabled {
	cursor: default;
	color: #ccc;
}

.top__brands {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	width: 100%;
}

@media (max-width: 991.98px) {
	.top__brands {
		margin: 0;
		padding: 0 5px;
	}
}

.top__brands-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 14.285%;
	padding: 10px;
	border-radius: 6px;
	line-height: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.top__brands-item {
		width: 20%;
		display: none;
	}
	.top__brands-item:nth-child(-n+10) {
		display: flex;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.top__brands-item {
		width: 25%;
		display: none;
	}
	.top__brands-item:nth-child(-n+8) {
		display: flex;
	}
}

@media (min-width: 420px) and (max-width: 575.98px) {
	.top__brands-item {
		width: 33.3333%;
		display: none;
	}
	.top__brands-item:nth-child(-n+6) {
		display: flex;
	}
}

@media (max-width: 419.98px) {
	.top__brands-item {
		width: 50%;
		display: none;
	}
	.top__brands-item:nth-child(-n+4) {
		display: flex;
	}
}

.top__brands-item a {
	position: relative;
}

.top__brands-item a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0);
	transition: all .2s;
}

.top__brands-item a:hover:after {
	background: rgba(0, 0, 0, 0.1);
}

.top__brands-item-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #f0f4f7;
	padding: 15px 30px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.top__brands-item-image {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.top__brands-item img {
	width: 100%;
	max-height: 100%;
}

.brands {
	display: flex;
	margin-top: 30px;
}

@media (max-width: 991.98px) {
	.brands {
		padding: 0 15px;
	}
}

.brands [data-letter-group] {
	display: none;
}

@media (max-width: 991.98px) {
	.brands [data-letter-group] {
		width: 300px;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}
}

.brands__sidebar {
	width: 280px;
	min-width: 280px;
	padding-right: 30px;
}

@media (max-width: 991.98px) {
	.brands__sidebar {
		z-index: -1;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		padding-right: 0;
		transition: all 300ms;
		opacity: 0;
		bottom: 0;
		right: 0;
		padding-top: 54px;
		overflow-y: auto;
	}
}

.brands__sidebar-title {
	display: none;
}

@media (max-width: 991.98px) {
	.brands__sidebar-title {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
		color: #fff;
		background: #3169b6;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		height: 54px;
		align-items: center;
		padding-left: 1.25rem;
	}
}

.brands__sidebar-title .mobile-close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	width: 53px;
	z-index: 2500;
}

.brands__sidebar-title .mobile-close:before {
	display: block;
	content: "+";
	font-size: 26px;
	font-weight: 300;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 2000;
	transform: rotate(45deg);
	color: #fff;
}

.brands__main_column {
	width: 100%;
}

.brands__letters {
	display: flex;
	flex-direction: column;
}

.brands__letters-row {
	display: flex;
	flex-wrap: wrap;
}

.brands__letters-row span {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	color: #1c1e21;
	cursor: pointer;
	border-radius: 4px;
	width: 26px;
	margin-right: 2px;
	line-height: 26px;
	transition: width .5s ease-in-out;
	display: inline-block;
	position: relative;
	font-size: 15px;
}

@media (max-width: 991.98px) {
	.brands__letters-row span {
		width: 34px;
		line-height: 34px;
		margin-right: 0;
	}
}

.brands__letters-row span:hover {
	background: #f0f4f7;
}

.brands__letters-row span.active {
	background: #3169b6;
	color: #fff;
}

.brands__letters-row span.disabled {
	cursor: default;
	opacity: .2;
}

.brands__letters-row .all span,
.brands__letters-row .number span {
	width: min-content;
	padding: 0 8px;
}

.brands__letters .mobile-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brands__letters .mobile-row .btn {
	position: relative;
	cursor: pointer;
	height: 34px;
	width: auto;
	border-radius: 3px;
	border: 1px solid #d6dce1;
	background-color: #f0f4f7;
	padding: 5px 11px;
	display: inline-flex;
	align-items: center;
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	margin-right: 6px;
}

.brands__letters .mobile-row .btn:last-of-type {
	margin-right: 0;
}

.brands__letters .mobile-row .btn.active, .brands__letters .mobile-row .btn.opened {
	background: #3169b6;
	color: #fff;
	border-color: #3169b6;
}

.brands__letters .mobile-row .btn.disabled {
	background: #fff;
	border-color: #222;
	opacity: .2;
}

.brands__letters .mobile-row .btn.icon-filter:before {
	padding-right: 7px;
}

.brands__letters .mobile-row .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	position: absolute;
	top: 4px;
	left: 18px;
	background: #3169b6;
	color: #fff;
	font-size: 11px;
}

.brands__letters .mobile-row__letters {
	display: flex;
}

.brands__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.brands__list-item {
	width: 33.3333%;
	padding: 5px 0;
	font-size: 15px;
}

@media (max-width: 991.98px) {
	.brands__list-item {
		width: 50%;
	}
}

@media (max-width: 419.98px) {
	.brands__list-item {
		width: 100%;
	}
}

.brands__list-item a {
	color: #000;
}

.brands__list-item a:hover {
	color: #3169b6;
}

.brands__list-letter {
	width: 100%;
	font-size: 24px;
	font-weight: 800;
	padding: 20px 0;
}

@media (max-width: 991.98px) {
	.brands__list-letter {
		border-top: 1px solid #eaedf0;
		margin-top: 20px;
	}
}

.current-filters {
	padding: 0 12px 10px 0;
}

.current-filters__clear-item strong {
	font-weight: 500;
}

.current-filters ul {
	padding: 0;
	margin: 11px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.current-filters ul::-webkit-scrollbar-thumb {
	background: #fff !important;
}

@media (max-width: 575.98px) {
	.current-filters ul {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.current-filters ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.current-filters ul::-webkit-scrollbar-track {
	background-color: transparent;
}

.current-filters ul::-webkit-scrollbar-thumb {
	background: #dadde0;
	border-radius: 20px;
}

.current-filters ul li {
	display: block;
	list-style-type: none;
	color: #666;
	padding: 7px 41px 6px 10px;
	font-size: 13px;
	border: 1px solid #d6dce1;
	border-radius: 4px;
	margin: 0 8px 8px 0;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	font-weight: 300;
}

.current-filters ul li:after {
	content: "+";
	display: block;
	transform: rotate(45deg);
	font-size: 26px;
	line-height: 28px;
	position: absolute;
	right: 8px;
	top: 0;
	color: #a8abad;
}

.current-filters ul li:before {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 30px;
	background: #d6dce1;
}

.current-filters ul li:hover {
	background: #3169b6;
	border-color: #3169b6;
	color: #fff;
}

.current-filters ul li:hover:after {
	color: #fff;
}

.current-filters ul li:hover:before {
	background: #5d8bc9;
}

.current-filters ul li.clear-all {
	padding: 7px 10px;
	background: #f0f4f7;
	color: #9c9fa1;
}

.current-filters ul li.clear-all:after {
	display: none;
}

.current-filters ul li.clear-all:before {
	display: none;
}

.current-filters ul li.clear-all:hover {
	background: #3169b6;
	border-color: #3169b6;
	color: #fff;
}

@media (max-width: 767.98px) {
	.top__brands {
		padding: 0 6px;
	}
	.top__brands-item {
		padding: 6px;
	}
	.brands__list-letter {
		padding: 20px 0 8px;
	}
}

/* End */
/* /local/components/elastic/brands.list/templates/.default/style.css?17764197978415 */
