/* MKU-CHEMIE CZ s.r.o. – vlastni styly e-shopu */

#footer .site-name {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

#footer .site-name a {
    display: inline-block;
}

#mku-footer-info {
    display: block;
    width: 280px;
    margin: 16px 0 0;
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
}

#mku-footer-info .mku-fi-name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

#mku-footer-info p {
    margin: 0 0 10px;
}

#mku-footer-info p:last-child {
    margin-bottom: 0;
}

#mku-footer-info .mku-fi-label {
    font-weight: 600;
    margin-bottom: 2px;
}

@media (max-width: 991px) {
    #footer .site-name {
        display: block !important;
        margin: 0 !important;
        padding: 0 15px 30px !important;
    }

    #footer .site-name img {
        max-width: 170px;
        width: 100%;
        height: auto;
    }

    #mku-footer-info {
        width: auto;
        min-width: 0;
        white-space: normal;
        margin-top: 10px;
        padding: 0 15px;
    }
}
