/* ======================================================================================================================================================
Product Brands
====================================================================================================================================================== */

.avia-product-brands-container{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.avia-product-brands-container .av-brands-img-container,
.avia-product-brands-container img{
	padding: 0;
	margin: 0;
}

.avia-product-brands-container.avia-product-brands-align-center{
	justify-content: center;
}

.avia-product-brands-container.avia-product-brands-align-left{
	justify-content: flex-start;
}

.avia-product-brands-container.avia-product-brands-align-right{
	justify-content: flex-end;
}

.avia-product-brands-container a.av-brands-img-container:hover{
	cursor: pointer;
}
