.pum-close.popmake-close i.fa-xmark {
margin-right: 0 !important; display: inline-flex;
align-items: center;
justify-content: center;
width: 2em; height: 2em; border-radius: 50%;
background: transparent;
transition: background-color 0.3s, color 0.3s;
} .pum-close.popmake-close:hover i.fa-xmark {
background-color: #fff; color: #999; }