.brand-page .wrapper {
	padding-left: 390px;
	padding-top: 8px;
}
.products-listing__brand-description {
	position: absolute;
	left: 30px;
	width: 310px;
}
.brand-description__logo {
	margin-bottom: 50px;
}
.brand-description__logo img {
	width: 105px;
}
.brand-description__text {line-height: 22px;}
.brand-description__link {
	font-weight: bold;
	margin-top: 15px;
}
.brand-description__link a {
	text-decoration: underline;
	color: #333;
}

.products-listing__3-items {margin: 0 -16px;}
.products-listing__3-items .listing-one-product-wrap {padding: 0 16px; margin: 0 0 60px;}



@media (max-width: 1200px) {
	.brand-page .wrapper {padding-left: 290px;}
	.products-listing__brand-description {width: 210px;}
}

@media (max-width: 768px) {
	.products-listing .wrapper {padding-left: 16px; padding-right: 16px;}
	.products-listing__brand-description {
		width: auto; 
		position: relative;
		left: 0;
		top: 0;
	}
	.brand-description__logo {margin-bottom: 25px;}
	.brand-description__link {margin-bottom: 30px;}
	.products-listing h2 {margin-left: 0;}
	.products-listing .products-listing--controls-panel {padding-left: 0;}
}
