/* -----------------------------------------------------
*  WPML
*  ----------------------------------------------------- */

/* language/currency switchers - dropdown */

.header-switcher {
	font-size: 16px;
}
.header-switcher a {
	color: #fff;
	text-decoration: none;
}

.header-switcher > div ul {
	padding: 0;
	margin: 0;
}
.header-switcher > div li {
	list-style: none;
}
.header-switcher > div > ul {
	position: relative;
}

.header-switcher > div > ul > li > a {
	position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 4px 0;
	touch-action: none;
	pointer-events: none;
}
.header-switcher > div > ul > li > a::after {
	content: "";
    display: inline-block;
    border: solid transparent;
    border-width: .5em .35em 0 .35em;
    border-top: 0.5em solid;
}

.header-switcher ul ul {
	position: absolute;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	box-shadow: var(--box-shadow-menu);
	z-index: 101;
}
.header-switcher > div > ul > li:hover ul {
	visibility: visible;
	opacity: 1;
}

.header-switcher > div ul ul li {
	background: #fff;
}
.header-switcher > div ul ul li:hover {
	background: var(--color-button-primary-hover);
}
.header-switcher > div ul ul li:hover a {
	color: #fff;
}
.header-switcher > div ul ul a {
	display: flex;
    gap: .5em;
    white-space: nowrap;
	align-items: center;
	padding: 0.5em .75em;
	cursor: pointer;
	color: #000;
}

lang-switcher img {
	width: auto;
	height: 18px;
	border-radius: 4px;
}
lang-switcher > div > ul > li > a img {
    box-shadow: 0 0 1px #000000cc;
	margin: 3px 0;
}
/*.mobile*/ lang-switcher .wpml-ls-item-toggle span {
	display: none;
}
currency-switcher .wcml-spinner {
	display: none;
}

/* ======================================================================
*  KLARNA
*  ====================================================================== */

#kco-wrapper #kco-order-review,
#kco-wrapper #kco-iframe {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
}
#kco-wrapper #kco-order-review {
	padding: 15px;
}
div#kco-wrapper {
    padding: 0;
}
#kco-order-review h1 {
	margin-top: 0;
}
#kco-wrapper .order-review-items {
	display: flex;
	flex-flow: column;
	gap: 12px 3%;
}
#kco-wrapper .order-review-items .cart_item {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	font-size: calc(1rem * var(--multiplier-text));
}
#kco-wrapper .order-review-items .cart_item > :first-child {
	width: 10%;
}
#kco-wrapper .order-review-items .item-name {
	flex: 1;
}
#kco-wrapper .order-review-items .description {
	width: 100%;
	font-size: calc(1rem * var(--multiplier-text));
}
#kco-wrapper .order-review-totals {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;
	font-size: 16px;
}


/* ======================================================================
*  DISPLAY POSTS
*  ====================================================================== */

.display-posts-listing {
    padding: 0;
}

.display-posts-listing > li {
    list-style: none;
}
