
#wpsp{position:fixed;z-index:9999;display:none;}
.bottom_right{bottom:20px;right:20px;}
.bottom_left{bottom:20px;left:20px;}
.top_right{top:20px;right:20px;}
.top_left{top:20px;left:20px;}

.wpsp-box{
 display:flex;
 background:#fff;
 padding:10px;
 border-radius:10px;
 box-shadow:0 5px 20px rgba(0,0,0,0.2);
 align-items:center;
 max-width:280px;
}

.wpsp-box img{
 width:50px;height:50px;margin-right:10px;border-radius:8px;
}

.close{margin-left:auto;cursor:pointer;}

@media(max-width:768px){
 #wpsp{left:10px !important;right:10px !important;}
}
