.info-message{
	display: none;
	position: fixed;
    min-width: 190px;
    max-width: 360px;
    min-height: 40px;
    background: #ffffff;
    border-radius: 5px;
    right: 15px;
    top: 49px;
    color: #000000;
    padding: 10px 30px;
    font-weight: 500;
	z-index: 99999;
}