
.country-select-wrapper {
    position: relative;
    display: block;
}


.country-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px !important;
    z-index: 10;
    color: #005991;
}

.country-select-wrapper::after {
        content: "";
        position: absolute;
        top: 65%;
        right: 5px;
        transform: translateY(-50%);
        width: 29px;
        height: 29px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23005991'><path d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/></svg>") no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 20;
}

.country-select-wrapper:has(select.btn:focus-visible)::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23005991'><path d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/></svg>") no-repeat center;
    background-size: contain;
}

.country-select-wrapper:has(select.btn:hover)::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23005991'><path d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/></svg>") no-repeat center;
    background-size: contain;
}

.chevron::after {
    content: "";
    position: absolute;
    top: 65%;
    right: 5px;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23ffffff'><path d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/></svg>") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 20;
}

.country-select-wrapper:hover::after,
.country-select-wrapper select:active + .country-select-wrapper::after {
    color: #ffffff;
}
/*
.country-select-wrapper:has(select.btn:hover)::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23ffffff'><path d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/></svg>") no-repeat center;
    background-size: contain;
}*/

/*.tx-kroneAddress div.mb-1, .tx-kroneAddress .text-wrapper p, .tx-kroneAddress p.mb-1 .link-result, .tx-kroneAddress strong{*/
/*    color: white;*/
/*}*/

.text-big{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

