/*
Theme Name: Divi Child
Theme URI: http://www.example.com/divi-child
Description: Child theme for the Divi theme
Author: Viktor Persson
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/* Glob istället för text */
@media (min-width: 980px) {
li.pll-parent-menu-item > a {
    font-size: 0px!important;
    background-image: url('https://farmacianordic.com/stage1/wp-content/uploads/2024/09/icons8-globe-100.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
	margin-top:6px;
}

/* Justera storleken på länkelementet om det behövs för att passa ikonen */
li.pll-parent-menu-item > a::after {
    content: ''; 
}
	
.et-menu .menu-item-has-children>a:first-child:after {
    right: -20px;
}
	
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}
	
.et_pb_menu .et-menu>li {
    padding-left: 60px;
    padding-right: 0px;
}
	
	.nav li ul {
    width: 200px;
    margin-left: 30px;
}
}

/* Glob istället för text - mobile*/

@media (max-width: 768px) {
select.pll-switcher-select {
    background-color: #002364;
    color: transparent;
    border: none;
}

select.pll-switcher-select {
    font-size: 0px!important;
    background-image: url('https://farmacianordic.com/stage1/wp-content/uploads/2024/09/icons8-globe-100.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}
}