@media print {

    .title-product {
        font-size: 28px;
        line-height: 34px;
        margin: auto;
        padding: 0;
    }

    .title-category {
        color: #fff;
        font-size: 40px;
        padding: 10px 0;
        font-family: 'Averia Libre', cursive;
        margin-bottom: 40px;
        margin-top: 60px;
        line-height: 46px;
    }

    h2.title-category.meats {
        margin-bottom: 30px
    }

    #fish .category-line {
        top: 60px !important;
    }

    h2.title-category.fish {
        padding-top: 40px !important
    }

    .desc {
        padding-top: 0;
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .price {
        font-size: 30px !important;
    }



    .flag-img {
        display: block;
        text-align: center
    }

    .flag-img img {
        display: none !important;
    }

    .menu-lang a {

        display: none !important;
    }

    .row {
        margin-bottom: 5px;
    }

    .row.pb-4 {
        padding-bottom: 16px !important;
    }

    .row.pb-4.row-meats {}

    .pb-4 {
        padding: 0 0 5px 0 !important;
    }

    .title-category span .img-postre {
        display: none !important;
    }

    .row.pb-4.row-info {
        margin: 0;
    }

    .row.pb-4.row-info .title-product span {
        font-size: 18px !important;
        line-height: 24px !important
    }

    .row.pb-4.row-info {
        padding: 9px !important;
    }

    .category-line {
        top: 30px;
    }






}