.popup-info-messages {
    display: none !important;
}
.popup-info-box {
    display: none;
    position: fixed;
    z-index: 1300;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 5px -1px #000;
    padding: 15px 20px 15px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    width: 300px;
}
.popup-info-box p {
    margin: 0;
}
.popup-info-close {
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    background: url(../img/popup-images/close-msg.png) center no-repeat;
    outline: none;
}