.kk-top-menu .title {
    font-size: 17px;
    padding: 10px 0;
}

.kk-top-menu .login-btn {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
}

.kk-top-menu .menu-btn {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 10px;
    background: none;
}
.kk-top-menu .menu {
    background-color: #ffff;
    flex-direction: column;
    width: 90%;
    position: absolute;
    top: 120px;
    left: 5%;
    border: solid 1px #e8e8e8;
    z-index: 999;
}

.kk-top-menu .menu a {
    border-bottom: solid 1px #e8e8e8;
    text-align: center;
}


.kk-top-menu .menu a:hover {
    text-decoration: underline;
    background-color: #605BE5;
    color: white;
}

.kk-top-menu .hidden-on-mobile {
    display: none !important;
}


.kk-footer .columns {
    flex-direction: column;
}
.kk-footer .col {
    margin: 0 20px 20px 20px ;
}
