body.searching:before{
    content:'';
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ffffff6e;
    width:100%;
    height:100%;
    z-index:99;
}
#sc-result-content div#custom-result-container{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
#sc-result-content  div#custom-result-container > div{
    flex:0 0 calc(33% - 20px);
}

ul#result-pagination{
    display:flex;
    flex-wrap:wrap;
    gap:10px 45px;
    list-style-type:none;
    margin-top:25px;
    
}
ul#result-pagination > li{
    background-color: var(--e-global-color-accent);
    padding:5px 8px;
    width:35px;
    justify-content:center;
    display:flex;
    color:#ffffff;
    cursor:pointer;
	width:8% !important;
}
ul#result-pagination > li.current-pagination,
ul#result-pagination > li:hover{
    background:var(--e-global-color-text);
}