/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#max2 a{
	background: #fff;
	padding: 15px 30px 15px;
	font-size: 18px;
	position: relative;
	box-sizing: border-box;
	font-weight:600;
	color:#000;
}

#max2 a:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: all 2s ease;

}
#max2 a:hover:before {
	width: 100%;

}

#max2{min-width:400px;
	    display: inline;
}
