section[data-cattype="404"].wrapper_middle{
    margin-bottom: 50px;
}

[data-cattype="404"] ul.products-list{
    display :flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

[data-cattype="404"] ul.products-list li{
    width: calc(33% - 20px);
    margin: 11px;
    text-align: center;
}

[data-cattype="404"] .bgimg{
    background-size: cover;
    width: 100%;
    min-height: 200px;
}




@media screen and (max-width: 768px) {
    
    section[data-cattype="404"].wrapper_middle{
    padding: 30px 0px 0px 0px;
    }
    
}

@media screen and (max-width: 480px) {
    
    
    section[data-cattype="404"].wrapper_middle{
    padding: 0;
    }
    
    [data-cattype="404"] ul.products-list li {
	width: calc(100% - 20px);
	margin: 20px;
	text-align: center;
    }
    
   
}

