/* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }
/* Themify Custom CSS */
#main-nav .highlight-link > a{
	background-color: transparent;
}
#main-nav .highlight-link > a::before{
background-image: url(https://www.electron-tubes.cz/wp-content/uploads/2022/01/flag.png);
    background-size: 20px 15px;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
    content: "";
}