html {
    scroll-behavior: smooth;
}

.site-navigation ul,
.footer-nav ul {
    margin: 0;
}

.shop-icon {
    position: fixed;
    top: 110px !important;
    right: 20px;
    z-index: 100;
}

.title-block-normal .site-breadcrumb li:not(:last-child):after {
    top: 3px;
}

.footer-nav ul li {
    margin: 0;
    line-height: 1.8;
}

.footer-address {
    font-size: medium;
}

.pagetop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 80px;
    bottom: 60px;
    background: #eee;
    border: solid 2px #666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.page-title {
    width: auto;
    font-size: inherit;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    z-index: 1;
    text-align: center;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    transform: translateY(20%) rotate(-45deg);
}
.footer-link .link-button {
    margin-right: 20px;
}
.link-button {
    text-align: right;
}

.footer-link .link-icon img {
    width: 50px;
}
