/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 09 2023 | 11:43:32 */
/** LANGUAGE SELECTOR **/

.lang-item-da img {
    content: url(/wp-content/uploads/sites/3/2023/05/dk.svg);
    width: 27px !important;
    height: 27px !important;
    vertical-align: middle;
	margin-top: 7.5px;
}

.lang-item-en img {
    content: url(/wp-content/uploads/sites/3/2023/05/en.svg);
    width: 27px !important;
    height: 27px !important;
    vertical-align: middle;
	margin-top: 7.5px;
}

.lang-item-de img {
    content: url(/wp-content/uploads/sites/3/2023/05/de.svg);
    width: 27px !important;
    height: 27px !important;
    vertical-align: middle;
	margin-top: 7.5px;
}

.menu-smart .lang-item i.fa-dropdown {
    display: none;
}

