#anchor-links-dropdown-container {
    /*display: none;*/
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    cursor: pointer;
    border-width: 1px 1px 1px!important;
}

@media (max-width: 790px) {
    #anchor-links-dropdown-container {
        /*display: none;*/
        position: fixed;
        bottom: 0;
        right: 10px;
        min-width: 50%;
    }

    #anchor-links-dropdown-container .wpml-ls-first-item .wpml-ls-item-toggle {
        border-top: none;
        /*border-top-right-radius: 0;*/
        /*border-top-left-radius: 0;*/
        /* border-radius: 0; */
        box-shadow: 1px 7px 10px rgba(0, 0, 0, .15);
        opacity: 90%;
    }

    .product-template-default .header-wrapper.stuck #anchor-links-dropdown-container {
        display: block !important;
    }

    #anchor-links-dropdown-container.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
        bottom:100%;
        top:auto;
        border:inherit;
        text-align: right;
        margin-top: 0;
    }

    #anchor-links-dropdown-container.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
        text-align: right;
    }

}
.pk_titleContainer a {
    padding-right: 15px;
    color: rgb(51, 51, 51);
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.pk_titleContainer a:last-child {
    border-right: none;
    margin-right: 0;
}
.pk_titleContainer a.active{
    color: var(--fs-color-primary);
    text-decoration: underline;
}

