/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.tradeLinks2 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 0px;
}
.tradeLinks2 img {
	transition: 300ms;
	height: 40px;
	width: 40px;
	background-color: transparent;
	box-shadow: 0 0 1px 2px #99999980;
	border-radius: 4px;
	padding: 6px 5px 6px 6px;
	margin: 3px;
	opacity: 1;
}
.tradeLinks2 img:hover {
	background-color: #ddd;
}