.tagproduct-list {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% ;
    grid-gap: 10px;

}
.tagproduct-list .tagproduct-item a img{
    width: 100%;
}
.tagproduct-list-quick {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tagproduct-list-quick .tagproduct-item a img {
    width: 100%;
    padding: 5px;

}
.tagproduct-list-quick .tagproduct-item {
    width: 100px;
    /*height: 97px;*/
}
.show--more-prodtag {
    /*width: 108px;*/
    height: 70px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #f3f3f3;
}
.tagproduct-item__prodtag {
    padding: 5px;
}

.show--more-prodtag p {
    margin-bottom: 0;
}
.show--more-prodtag:hover p{
    color: #0d88c1;
}