body, .add_to_wishList {
    font-family: Arial, serif;
    font-size: 14px;
}
.recommended_item {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin: 0.5%;
    width: 28.5%;
}
.img_recommended_item {
    border: 0px;
}
.add_tocart_text {
    margin-top: 10px;
    border-radius: 5px;
    font-family: Arial, serif;
    background: #0072bb;
}
.list_items_search_filter input, .list_items_search_filter select {
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (max-width: 920px), (max-width:768px) {
    .recommended_item {
        width: 90%;
    }
}