.nowrap {
    white-space: nowrap;
}
.menu {
    width: 50%;
    max-width: 500px;
}
.shopguide__title--small {
    visibility: hidden;
}
.shopguide__list--name {
    font-size: 18px;
}
.shopguide__list--description {
    font-size: 13px;
}
.shopguide__list--info th {
    padding: 0;
}
.shopguide__list--info td {
    padding: 0 0 0 20px;
}
.footer-btn-wrapper a {
    position: relative;
}
.footer-btn-text {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%,100%);
    width: 100%;
    color: #333333;
    font-size: 13px;
}
@media screen and (max-width:1024px) {
    .menu {
        justify-content: space-around;
    }
}
@media screen and (max-width:950px) {
    .menu {
        font-size: 13px;
    }
    .language {
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {
    .nowrap {
        white-space: wrap;
    }
    .menu {
        width: 60%;
        max-width: 300px;
    }
    .shopguide__list--info th {
        width: 32%;
    }
    .footer-btn-wrapper a:nth-of-type(1) {
        margin: 0 0 50px;
    }
}
@media screen and (max-width:480px) {
    .menu {
        width: 85%;
    }

}