header#top .buttons li a {
    &::before {
        height: calc(100% + 22px) !important;
    }

    &::after {
        height: calc(100% + 22px) !important;
    }

    span {
        padding-left: 14px;
        padding-right: 14px;
    }
}