/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
 .showme{ 
	 display: none;  
	 position: absolute;
		bottom: 40px;
		background: #f9f9f9;
		box-shadow: 0px 0px 10px 0px #88888852;
		padding: 20px;
	 margin: 0 -50px 0 75px;
}
 .showhim:hover .showme{
   display : block;
}
.showhim{
	text-align:center;
}
.showhim a{
	    font-size: 12px;
    background: #48A541;
    color: #fff;
	 padding: 10px 28px;
}