.module--brands-list {
    padding-bottom: 120px;
}

.brands-list {
	position: relative;
}

.brands-list__form {
	margin-top: 60px;
}

.brands-list-tags {
	padding-top: 18px;
}

.brands-list-tags__title {
	display: inline-block;
	line-height: 1.5;
	font-size: 18px;
	font-family: 'ThemeFont-Primary', sans-serif;
	color: #fff;
	padding-right: 10px;
}
.brands-list-tags__holder {
	display: inline-block;
}
.brands-list-tags__tag {
	display: inline-block;
	font-family: 'ThemeFont-Primary', sans-serif;
	background-color: #fff;
	padding: 5px 40px 5px 10px;
	margin: 0px 10px 10px 0px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center right 10px;
    background-size: 12px 12px;
	position: relative;
}

    
.close-tag__icon {
	position: absolute;
	height: 21px;
	width: 21px;
	display: block;
	top: 4px;
	right: 4px;
	border-radius: 5px;
    cursor: pointer;
	padding: 4px;
}

/* results  */


.brands-list__result-count__heading {
    font-size: 42px;
    line-height: 1.5;
    font-family: 'ThemeFont-Tertiary', sans-serif;
    padding: 42px 0px;
}

.brands-list__result-image__holder {
	width: 100%;
	height: 240px;
	margin-bottom: 16px;
	position: relative;
}

.brands-list__result-image__holder img {  
    max-height: 240px;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.brands-list__result-tile {
	margin-bottom: 30px;
}
.brands-list__result__heading {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ThemeFont-Tertiary', sans-serif;
    margin-bottom: 4px;
}

.brands-list-meta__title, .brands-list-meta__description {
	font-size: 14px;
	line-height: 1.5;
	padding: 1px 0;
    float: left;
}

.brands-list-meta__title {
    font-family: 'ThemeFont-Primary', sans-serif;
    min-width: 60px;
    padding-right: 10px;
    clear: both;
}	
  
.brands-list-meta__description { 
	width: auto;
} 


@media (max-width: 1199px) {
	.brands-list__banner-content.module__banner-content {
		position: relative;
		bottom: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.module--brands-list .module__banner {
		position: relative;
	}
	.module--brands-list .module__prop--medium {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.module--brands-list {
		padding-bottom: 30px;
	}
	.brands-list__form {
		margin-top: 20px;
	}
}


/* RTL */
[dir="rtl"] .brands-list-meta__title, .brands-list-meta__description {
	float: right;
}