.category-top img[src*="folder.svg"], #navigation img[src*="folder.svg"] {
    display: none;
}
.social-buttons-wrapper .link-icons .link-icon.print, .social-buttons-wrapper .link-icons .link-icon.share {
    display: none;
}
.brand-image {
    max-width: 200px;
}
#order-billing-methods {
    margin-top: 1em;
}

/*
 Info prouzek
 */
.site-msg.information {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    background: var(--site-msg-background)!important;
    color: var(--site-msg-color)!important;
    font-size: 17px;
    padding: 15px;
}
.site-msg .close {
    display: none;
}