html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    /* usuwa poziomy scroll */
}

.product-miniature .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* maksymalnie 2 linie */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    /* dopasuj wysokość linii */
    max-height: 2.4em;
    /* 2 linie x line-height */
}

@media (min-width: 992px) {

    #product-modal .modal-content .modal-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -15%;
    }

    #product-modal .modal-content .modal-body .product-images img {
        width: 9.25rem;
        cursor: pointer;
        background: #fff;
        height: 180px !important;
    }

    #product-modal .modal-content .modal-body .product-cover-modal,
    .product-cover img {
        background: #fff;
        width: 500px;
        height: 650px;
    }

    #product-modal .modal-content .modal-body .mask {
        position: relative;
        z-index: 1;
        max-height: 59.38rem;
        margin-top: 2.188rem;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    div.text-sm-center>div#menu-icon {
        display: none;
    }

    #header .top-logo {
        margin-left: 20px;
    }

}