.navigation-buttons>.dropdown,
.top-navigation-tools>.dropdown {
    display: none !important;
}

.dropbtn {
    transition: 300ms;
}

#languagebtn {
    position: relative;
    display: inline-block;
    order: 0;
}

.dropdown-content {
    min-width: 40px;
    transition: 300ms;
}

.template-12 #languagebtn {
    width: 40px;
    height: 40px;
}

.template-13 #languagebtn {
    width: 50px;
    height: 50px;
}

.dropdown-content a {
    padding: 5px;
}

#languagebtn img,
.dropdown-content a img {
    width: 25px;
    height: 25px;
}

@media (min-width: 480px) {
    .dropdown-content {
        min-width: 60px;
    }

    .template-12 #languagebtn {
        width: 60px;
        height: 60px;
    }

    .template-12 #languagebtn img,
    .template-12 .dropdown-content a img {
        width: 35px;
        height: 35px;
    }

    .template-13 #languagebtn {
        width: 60px;
        height: 80px;
    }

    .template-13 #languagebtn img,
    .template-13 .dropdown-content a img {
        width: 35px;
        height: 35px;
    }

    .dropdown-content a {
        padding: 5px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #header .navigation-buttons a {
        width: 60px;
    }
}

@media (min-width: 768px) {
    .template-13 .navigation-buttons #languagebtn {
        display: none !important;
    }

    .template-13 .dropdown-content {
        min-width: 80px;
    }

    .template-13 .dropdown-content a {
        padding: 5px 10px;
    }

    .template-13 #languagebtn {
        width: 27px;
        height: 27px;
    }

    .template-13 #languagebtn img,
    .template-13 .dropdown-content a img {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 992px) {
    .dropdown-content {
        min-width: 80px;
    }

    .template-12 #languagebtn {
        width: 80px;
        height: 80px;
    }

    .template-12 #languagebtn img,
    .template-12 .dropdown-content a img {
        width: 35px;
        height: 35px;
    }

    .dropdown-content a {
        padding: 5px 10px;
    }
}

#languagebtn:hover .dropdown-content {
    opacity: 1;
    pointer-events: all;
}

.dropdown-content {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1002;
    top: 100%;
    text-align: center;
    transition: 300ms;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: flex;
    transition: 300ms;
    height: auto;
    width: auto;
}

.dropdown-content a:hover {
    background-color: var(--color-primary);
}

.dropdown-content a img {
    margin: auto;
}

#languagebtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.soldprod img {
    filter: grayscale();
}

.soldprod .p-image {
    filter: grayscale();
}

.solddetail img {
    filter: grayscale();
}