body#search .products .col-xl-3{
    width: 50% !important;
    flex: 0 0 50% !important;
}
body#best-sales .products .col-xl-4{
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
body#prices-drop .products .col-xl-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #1e88e5;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 99999;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: .25s;
}

#backToTop:hover {
    transform: translateY(-3px);
    background: #1565c0;
}
@media (max-width:767px){

body#search .products-grid article,
body#search .products-grid .elementor-element,
body#search .products-grid .elementor-column{
    width:100% !important;
    max-width:100% !important;
    flex:0 0 100% !important;
}

}