.prod-block {
    padding-bottom: 20px;
    padding-right: 10px;
}

.teasersbox {
    padding-left: 5px;
}

.footmenu-box {
    width: 100%;
    /*height: 108px;*/
    background: #f8f8f8;
    padding: 0 5px;
}

h1 {
    padding-left: 3px;
}

.prod {
    box-sizing: border-box;
    outline: 1px solid rgb(204, 204, 204);
    border-image: none;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease;
    height: 100%;

}

.prod:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

@media(max-width: 560px) {
    .prod-block {
        padding-left: 0;
        padding-right: 0;
    }
}

.product_box_link {
    color: #333;
    text-decoration: none !important;
}

.product_box_link:hover {
    color: inherit;
    text-decoration: none;
}