.widget_anthemes_brands_filter .subtitle {
	font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.brands_filter__container {
	margin: 15px 0;
}
.brands_filter__container .brands_filter__container-inner {
	max-height: 250px;
	overflow-x: hidden;
	border: 1px solid #dd3333;
  border-radius: 3px;
}

.brands_filter__container_tags .brands_filter__container-inner {
	max-height: initial;
}

.brands_filter__container li a {
	padding-left: 30px;
}

.brands_filter__container .form-group {
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 5px;
}

/* Customize the label (the container) */
.field-container {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.field-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid rgba(40, 40, 40, 0.5);
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.field-container:hover input ~ .checkmark {
	background-color: rgba(40, 40, 40, 0.1);
}

.field-container:hover input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.field-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.field-container .checkmark:after {
	left: 5px;
	top: 0;
	width: 5px;
	height: 10px;
	border: solid #dd3333;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.field-container.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.brands_filter__container .form-group label:hover {
	color: rgb(221, 51, 51);
}

.brands_filter__container li:first-child,
.brands_filter__container .form-group:first-child {
	padding-top: 10px;
}

.brands_filter__container li:last-child,
.brands_filter__container .form-group:last-of-type {
	padding-bottom: 10px;
	margin-bottom: 0;
}

#mcTagMap,
.brands_filter__container-inner {
	transition: opacity 0.5s ease;
}

.ajax-on #mcTagMap,
.ajax-on .brands_filter__container-inner {
	opacity: 0.3;
	pointer-events: none;
}

.widget_anthemes_brands_filter .btn_wrap {
	margin: 15px 0;
	text-align: right;
}

.widget_anthemes_brands_filter .btn_reset {
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border: 1px solid #dd3333;
	border-radius: 3px;
	background-color: #dd3333;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.25s ease;
}

.widget_anthemes_brands_filter .btn_reset:hover {
	opacity: 1;
}

.widget_anthemes_brands_filter .btn_reset:focus,
.widget_anthemes_brands_filter .btn_reset:active  {
	outline: none;
}