* {
    margin:0;
}

#top-bar {
    height:62px;
    display: flex;
    align-items: center;
}

#top-bar > address {
    display: flex;
    align-items: center;
}

#top-bar > address > a::before {
    vertical-align: middle;
    margin-right:12px;
}

#top-bar > address > a:not(:last-child) {
    border-right: 1px solid #f4791f;
    padding-right: 23px;
}

#top-bar > address > a:not(:first-child) {
    padding-left: 23px;
}

#top-bar > address > a#tel::before {
    content: url(graphics/tel.png);
}

#top-bar > address > a#email::before {
    content: url(graphics/mail.png);
}

#top-bar-icon-nav {
    margin-left: auto;
}

#search-in-top-bar {
    margin-left: 66px;
}

#cart-link-in-top-bar {
    margin-left:17px;
}

/* NAWIGACYJNY BAR */

#top-navigation {
    height: 157px;
    display:flex;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
}

#menu-toggle-button {
    display: none;
}

#top-main-menu-container {
    margin-left: auto;
}

#top-main-menu-container ul {
    padding-left:0px;
    display:flex;  
    list-style:none;
    gap: 25px;
}

#top-main-menu-container > ul > li > a {
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items:center;
}

#top-main-menu-container > ul > li.menu-item-has-children > a::after {
    border-color: #663a2f;
    content: '';
    font-size: 1em;
    line-height: 16px;
    height: 0.4em;
    width: 0.4em;
    margin-right: 0.35em;
    transform: translateX(70%) translateY(-41%) rotate(135deg);
    border-right: 0.100em solid;
    border-top: 0.100em solid;
}

#button-in-nav {
    margin-left:38px;
}

/* INNE DODATKOWE */

.hrseperator {
    width: 210px;
    height: 5px;
    border-radius: 2px;
    background-image: linear-gradient(82deg, #ef5321 0%, #f3751f 100%);
}

.nonedecoration {
    text-decoration: none;
}
/* STOPKA */

.loc-icon-of-list {
    background-image: url('graphics/adres.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 6px;
}

.tel-icon-of-list {
    background-image: url('graphics/telefon.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 6px;
}


.email-icon-of-list {
    background-image: url('graphics/email.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 10px;
}

.empty-icon-of-list {
padding-left: 30px;
}

#sitefooter > div:first-child {
        padding-top: 95px;
    padding-bottom: 95px;
    display: flex;
    flex-direction: row;
     column-gap: 30px;
}

#sitefooter > div:first-child > div {
 flex-basis: 25%;
}

#sitefooter > div:first-child > div > a {
    height:70px;
    display: block;
}

#sitefooter > div:first-child > div > h3 {
     height:70px;
}

#sitefooter > div:first-child > div.footerinfocolumn {
    position: relative;
}
#sitefooter > div:first-child > div.footerinfocolumn > img {
    position: absolute;
    bottom: 0;
    display: block;
}

#sitefooter > div:first-child > .footeraddresscolumn > address {
    display: flex;
    flex-direction: column;
}

#sitefooter > div:first-child > .footeraddresscolumn > address > span {
    display: list-item;
    list-style: none;
}

#sitefooter > div:first-child > .footercolumn > ul {

    padding-left:0px;
}

#sitefooter > div:first-child > .footercolumn > ul > li {
    list-style: none;
}

#sitefooter > div:nth-child(2) {
    height: 85px;
    display: flex;
    align-items: center;
}


#sitefooter > div:nth-child(2) > a {
    margin-left:auto;
}

.footercolumn > ul > li > a {
    text-decoration: none;
    color:#414042
}