.card-product-grid .fix-height {
    height: 100px;
}

.modal .modal-body table {
    width: 100%;
}

.tn_inde_2020 .product-page .gallery-wrap .img-big-wrap img {
    object-fit: contain;
}

.catcover {
    margin-left: auto;
    max-height: 80px;
}

.kozerzet .noimg::before {
    content: '';
    background-image: url('../../../images/no_img_c7.jpg');
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .catcover {
        margin-left: unset;
    }
}