/* ###
# FONTS
### */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/inter-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../fonts/inter-v3-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/inter-v3-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

/* ###
# COMMON
### */

body {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 1.65;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	background-color: #fdf6e3;
	text-rendering: optimizeLegibility;
}
p, ul, ol, form, table, small { margin: 0 0 1.6em 0; }
h1, h2, h3 { margin: 0 0 0.5em; line-height: 1.4; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
ol, ul { padding: 0 0 0 .6em; }
ol { list-style: decimal inside; }
ul { list-style: disc inside; }
ol li, ul li { margin-bottom: 8px; }
hr { border: 0; border-top: 1px solid #e8e3d6; margin: 1.6em 0; }
mark { background: #ff0; }
small { font-size: .8em; display: block; }
.t-center { text-align: center; }
.t-right { text-align: right; }
a { color: #0d6edf; }
a:hover { color: #0a56af; }

.up { color: #5b8f0e; fill: #5b8f0e; }
.down { color: #94090d; fill: #94090d; }
.santa { color: #981200; }
.hide { display: none; }
.ccflag { width: 18px; height: 18px; }
.nationalbanken { float: right; margin: 0 0 1em 1em; }

/*
DEBUG
* { outline: 3px solid red; }
*/

@media (max-width: 45rem) {
	.desktop { display: none; }
}

iframe.hd {
	border: none;
	width: 1px;
	min-width: 100%;
	overflow: hidden;
}

.wave {
	width: 100%;
	overflow: hidden;
}

.arrow {
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
}

textarea { min-height: 100px; }

.live { animation:fading 1.6s infinite; }
.live.green { color: #58D68D; }
@keyframes fading {0%{opacity:.5}75%{opacity:1}100%{opacity:.5}}

form.newsletter.slim { margin: 0; }

.wide { display: none; }
@media (min-width: 1800px) { .wide { display: block; } }
@media (min-width: 640px) { 
	#wise-calc-widget {
		width: 580px;
		height: 470px;
		float: left;
		margin-right: 30px;
	}
}

/* FORM */

form .combine {
	display: flex;
}

form .combine input[type=text] {
	border-radius: .4rem 0 0 .4rem;
	border-right: 0px;
}

form .combine input[type=submit] {
	border-radius: 0 .4rem .4rem 0;
}

/* WISE */
.wisedeal {
	display: block;
	text-align: center;
	text-decoration: none;
}

.wisedeal::before {
	content: 'Reklame';
	color: #999;
	text-transform: uppercase;
	font-size: .7em;
}

.wisedeal img {
	width: 300px;
	height: 250px;
}

/* ###
# CONTAINER
### */

.container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.container.slim {
	max-width: 680px;
}

@media (max-width: 600px) {
	.container {
		padding: 0 1rem;
	}
}

/* ###
# IMAGES
### */

.img {
	display: block;
	max-width: 100%;
	margin: 0 auto 2em auto;
}

@media (min-width: 45rem) {
	.img.left {
		float: left;
		margin: 0 1.6em 1.6em 0;
		max-width: 320px;
	}

	.img.right {
		float: right;
		margin: 0 0 1.6em 1.6em;
		max-width: 320px;
	}
}

/* ###
# TABLE
### */

table {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
}

table tr {
	border-bottom: 1px solid #eee;
}

table th:first-child, table td:first-child {
	padding-left: 16px;
}

table td, table th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

table thead th {
	background-color: #e1e1e1;
}

table th {
	background-color: #f8f8f8;
}

table tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table caption {
	color: #666;
	background-color: #ffffffef;
	border-radius: 10px 10px 0 0;
	padding: 5px 10px;
	font-size: .8em;
}

table tr th:last-child, table tr td:last-child {
	text-align: right;
}

/* ###
# GRID
### */

.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.row.nowrap {
	flex-wrap: nowrap;
	margin-left: -.6rem;
	width: calc(100% + 1.2rem);
}

.row .col {
	display: block;
	margin-left: 0;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.row.nowrap .col {
	padding: 0 .6rem;
}

@media (min-width: 880px) {
	.row {
		flex-direction: row;
		margin-left: -1.0rem;
		width: calc(100% + 2.0rem);
	}

	.row .col {
		flex: 1;
		width: 0;
		margin-bottom: inherit;
		padding: 0 1.0rem;
	}
}

/* ###
# FORMS
### */

label, legend {
	display: block;
	font-weight: bold;
	margin-bottom: .5rem;
}

input, select, textarea {
	margin-bottom: 1rem;
	background-color: #fff;
}

input[type=number], input[type=email], input[type=text], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 2.6rem;
	padding: 10px;
	width: 100%;
}

.button, button, input[type=button], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #D44333;
	border-radius: 4px;
	border: none;
	color: #fff;
	padding: 11px 12px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
	font-size: .9em;
}

.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: #e06558;
}

.button:disabled, button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
	background-color: #565656;
}

select {
	background: #fff url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 98% center;
	padding-right: 2rem;
}

select:focus {
	outline: none;
}

/* breadcrumb */
.breadcrumb {
	list-style: none;
	display: inline-block;
	margin: 0 0 1em 0;
	padding: 0;
}

/* .breadcrumb a {
	color: #f3cc4e;
} */

.breadcrumb li {
	float: left;
	margin: 0;
}

.breadcrumb li::after {
	content: "› ";
	white-space: pre;
}

.breadcrumb li:last-child:after {
	content: "";
}

/* rating */
.rating-info {
	margin: 0 0 2rem 0;
}

.rating-info p {
	margin: 0;
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
}

.rating > span {
	display: inline-block;
	position: relative;
	width: 1.1em;
	cursor: pointer;
}

.rating > span:hover:before, .rating > span:hover ~ span:before {
	content: "\2605";
	position: absolute;
}

/* ###
# NOWRAP
### */

td.nowrap, p.nowrap, ul.nowrap li, ol.nowrap li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ###
# LOADING
### */

.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 5px solid #ccc;
	border-top-color: #07d;
	animation: spinner .6s linear infinite;
}

@keyframes spinner {
	to { transform: rotate(360deg); }
}

/* ###
# FLYER
### */

.flyer {
	margin: 1.5rem auto;
	text-align: center;
	min-height: 53px;
	max-width: 1080px;
	width: 100%;
}

.flyer.border {
	border-top: 1px solid #f4f5f6;
	border-bottom: 1px solid #f4f5f6;
	padding: 10px 0;
	margin: 1.5rem 0 2rem 0;
	min-height: 75px;
}

.flyer .link {
	display: block;
	padding: 12px;
}

.flyer.top {
	min-height: 50px;
	max-height: 100px;
	margin: 0 auto;
}

.flyer.notify::before {
	content: 'Reklame';
	color: #999;
	text-transform: uppercase;
	font-size: .7em;
}

.flyer.placeholder {
	background-image: radial-gradient(circle, #fff 0%, #fdf6e3 100%);
	min-height: 280px;
}

.flyer.slim {
	margin: 0;
}

@media (max-width: 600px) {
	.tips {
		margin: 16px 0 0 0;
		min-height: 352px;
	}
}

@media (min-width: 800px) {
	.flyer.mobile {
		display: none;
	}
}

/* ###
# RIO
### */

.rio {
	display: none;
}

@media (min-width: 1200px) {
	.rio {
		position: absolute;
		display: inline-block;
		width: 200px;
		height: 400px;
		text-align: center;
		background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(255, 255, 255, .4) 10px 20px);
	}

	.rio::before {
		content: 'Reklame';
		color: #999;
		text-transform: uppercase;
		font-size: .7em;
		display: block;
	}

	.rio.left {
		top: 275px;
		left: calc(50% - 550px);
	}

	.rio.right {
		top: 275px;
		right: calc(50% - 550px);
	}
}

/* ###
# CHART
### */

div.chart {
	height: 250px;
	margin: 0 0 1em 0;
}

div.chart table {
	border: none;
}

div.chart-range {
	text-align: right;
	margin: 0 0 1.5em 0;
}

div.chart-range button {
	padding: 6px 10px;
	font-weight: 400;
}

/* ###
# SNOWFLAKE
### */

#snowflake {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #5DADE2;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#snowflake svg {
	width: 42px;
	height: 42px;
	fill: #fff;
	transition: all 1s;
}

#snowflake svg:hover {
	transform: rotate(360deg);
}

/* ###
#  HEADER
### */

header {
	max-width: 1120px;
	margin: 0 auto;
}

@media (max-width: 600px) {
	header {
		padding: 0 10px;
	}
}

.topnav {
	position: relative;
	margin: 15px 0 2px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.topnav .brand {
	font-size: 1.4em;
	font-weight: bold;
	color: #505050;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.topnav .brand span {
	color: #99cc55;
}

.topnav ul.menu {
	display: none;
}

.topbar {
	/* background-image: linear-gradient(0deg, #ffd400 50%, #0158b8 50%); */
	background-image: linear-gradient(0deg, #99cc55 10%, #b8dc89 90%);
	min-height: 132px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 0 20px 0;
}

.topbar a {
	color: #fff;
	background-color: #99cc55;
}

@media (min-width: 45rem) {
	.topnav {
		margin: 20px 0 0 0;
	}

	.topnav .brand {
		font-size: 2.36rem;
	}

	.topnav ul.menu {
		display: inline-block;
		position: absolute;
		bottom: 0px;
		right: 0px;
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}

	.topnav ul.menu li {
		float: left;
		margin: 0;
	}

	.topnav ul.menu li a {
		padding: 10px 20px;
		text-decoration: none;
		color: #fff;
		display: block;
		margin-left: 1px;
		background: #d44802;
		background: linear-gradient(0deg, #d44802 10%, #f65302 90%);
		border-top-left-radius: 0.4em;
		border-top-right-radius: 0.4em;
	}

	.topnav ul.menu li a:hover {
		opacity: 0.8;
	}

	.topbar {
		min-height: 125px;
	}
}

/* ###
#  FOOTER
### */

footer {
	overflow: hidden;
	background-color: #3d4845;
	padding: 20px 0 50px 0;
	margin: 60px 0 0 0;
	color: #fff;
}

footer ul, footer ol {
	list-style: none;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ededed;
}

footer .header {
	display: block;
	margin-bottom: 1em;
	text-transform: uppercase;
}

footer .divide {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

footer .apps a {
	display: inline-block;
}

footer .icon {
	width: 35px;
	height: 35px;
	margin: 5px;
	fill: #fff;
}

/* ###
#  DAILY
### */

.daily {
	display: flex;
	flex-direction: row;
}

.daily input {
	margin: 0;
}

.daily input:first-child {
	background-color: #fff;
	border: none;
	border-radius: 0;
	height: 44px;
}

.daily input:last-child {
	border-radius: 0;
}

/* ###
#  MOBILE MENU
### */

.mobmenu-open {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.mobmenu-open:after {
	content: "≡";
	font-size: 2.5em;
	line-height: .6em;
}

.mobmenu {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: rgba(46, 46, 46, 0.99);
	overflow: hidden;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	font-size: 1.3em;
}

.mobmenu.open {
	display: flex;
}

.mobmenu a {
	background-color: rgba(80, 80, 80, 0.1);
	display: block;
	text-decoration: none;
	color: #fff;
}

.mobmenu .list {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.mobmenu .list a {
	padding: 12px;
}

.mobmenu .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 10px;
}

.mobmenu .grid a {
	background-color: rgba(80, 80, 80, 0.1);
	border-radius: 10px;
	padding: 5px 10px;
}

.mobmenu .close {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 35px;
	color: #fff;
}

@media (min-width: 45rem) {
	.mobmenu, .mobmenu-open {
		display: none;
	}
}

/* ###
#  SWAP
### */

.swap {
	width: 35px;
	min-width: 35px;
	height: 35px;
	margin: 0 10px;
	transition: all 0.8s;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.swap:hover {
	transform: rotate(360deg);
}

/* ###
# CONVERTER
### */

.converter {
	margin: 0 0 10px 0;
}

.converter .amount {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	height: auto;
}

.converter select {
	margin: 0;
	max-width: 270px;
	overflow: hidden;
}

.converter .result {
	display: block;
	background-color: #d1e881;
	margin: 10px 0;
	padding: 5px;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: .2em;
	text-align: center;
	overflow: scroll;
}

.converter .interbank {
	max-width: 160px;
}

.converter .button {
	font-weight: normal;
}

@media (min-width: 45rem) {
	.converter {
		width: 600px;
		margin: 20px auto 40px auto;
	}

	.converter .amount { font-size: 1.8em; }
	.converter .result { font-size: 1.8em; }
}

.converter .dropdowns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.choices {
	width: 120px;
	max-width: 100%;
}

.choices__inner {
	background-color: #fff !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 0.4rem !important;
}

.choices__item {
	white-space: nowrap;
	font-size: 1rem;
}

@media (min-width: 380px) {
	.choices { width: 140px; }
}

@media (min-width: 480px) {
	.choices { width: 200px; }
}

@media (min-width: 600px) {
	.choices { width: 265px; }
}

/* ###
# FLEX ROW
### */

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.flex-row.center {
	align-items: center;
}

.flex-row.even {
	justify-content: space-evenly;
}

/* ###
# BACKGROUNDS
### */

.bg {
	text-align:center;
}

.bg.blue { background-color: #EBF5FB; }
.bg.green { background-color: #E8F8F5; }
.bg.purple { background-color: #F5EEF8; }

.bg.big {
	margin: 12px 0 0 0;
	font-weight:bold;
	font-size: 2.6rem;
}

.bg.spacious {
	margin: 1rem 0;
	padding: 1rem;
}

/* ###
# APP LINK
### */

.applink {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	background-color: #000;
	user-select: none;
	padding: 5px 10px;
	border-radius: 4px;
	letter-spacing: -.03em;
	color: #fff;
}

.applink:hover {
	color: #fff;
	text-decoration: underline;
}

.applink svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

/* ###
# CARDS
### */

div.card {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin: .5rem 0 1rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12), 0 2px 10px 0 rgba(0, 0, 0, .10);
	border-radius: 2px;
	padding: 15px;
}

div.card p:last-child {
	margin: 0;
}

div.card-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div.card-content ul {
	list-style: none;
	margin: 0;
}

div.card-content li {
	font-size: 1rem;
	padding: 0 5px;
	margin: 0;
	white-space: nowrap;
}

div.card-content li b {
	font-size: 1.6rem;
	display: block;
}

div.cards {
	margin-bottom: 2em;
}

div.cards.pointer .card {
	cursor: pointer;
}

div.cards .card time {
	font-style: italic;
	color: #999;
}

/* Rates Cards */
div.cards.rates .card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

div.cards.rates .flag {
	max-width: 50px;
	min-width: 50px;
}

div.cards.rates .middle {
	flex-grow: 1;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Product Cards */
div.cards.products .card-content .logo {
	max-width: 90px;
	max-height: 30px;
}

div.cards.products .card-content li {
	font-size: .65em;
}

div.cards.products .button {
	padding: 5px;
	font-size: 0.8em;
}

/* Responsive Layout */
@media (min-width: 45rem) {
	div.cards.two,
	div.cards.three {
		display: flex;
		flex-wrap: wrap;
	}

	div.cards.two .card {
		width: calc(50% - 20px);
	}

	div.cards.three .card {
		width: calc(33.3333% - 20px);
	}

	div.cards.two .card,
	div.cards.three .card {
		margin: 10px;
	}
}

/* products */
.packinglist .card {
	cursor: pointer;
}

/* ###
# PRODUCTS
### */

ul.products {
	margin-bottom: 2em;
	list-style: none;
	padding: 0;
}

ul.products > li {
	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

ul.products .cta {
	display: block;
	background: rgb(40,180,99);
	background: linear-gradient(146deg, rgba(40,180,99,1) 0%, rgba(46,204,113,1) 100%);
	border-radius: 5px;
	padding: 0 6px;
	color: #fff;
	text-align: center;
}

ul.products .cta:hover {
	background-color: #2ECC71;
}

/* akasse */
ul.products.akasse li.header { background-color: #F9E79F; font-weight: bold; }
ul.products.akasse li *:nth-child(1) img { max-width: 80px; height: 50px; }

@media (min-width: 45rem) {
	ul.products li { flex-direction: row; }
	ul.products.akasse li *:nth-child(1) img { height: 30px; }
	ul.products.akasse li *:nth-child(1) { width: 150px; display: flex; align-items: center; }
	ul.products.akasse li *:nth-child(2) { width: 250px; }
	ul.products.akasse li *:nth-child(3) { width: 150px; }
	ul.products.akasse li *:nth-child(4) { width: 160px; }
	ul.products.akasse li *:nth-child(5) { flex-grow: 1; }
}

/* ###
# OFFERS
### */

ul.offers {
	margin-bottom: 1em;
	list-style: none;
	padding: 0;
}

ul.offers li {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px;
	margin: 0 0 10px 0;
}

ul.offers li:nth-child(even) { background-color: #fefdfd; }
ul.offers .logo { max-width: 100px; max-height: 25px; }
ul.offers .name { flex: 1 1 auto; white-space: nowrap; }
ul.offers .score { width: 80px; white-space: nowrap; font-size: .9em; color: #555; }

ul.offers .brand { display: none; }
ul.offers .desktop { display: none; }
@media (min-width: 45rem) {
	ul.offers .brand { height: 40px; flex-basis: 160px; display: flex; align-items: center; justify-content: center; }
	ul.offers .desktop { display: block; }
	ul.offers .score { width: 160px; }
}

ul.offers .cta {
	background-color: #28b463;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

/* ###
# TABLE RATES
### */

table.rates th:nth-child(1), table.rates td:nth-child(1) {
	width: 50px;
}

table.rates th:nth-child(4), table.rates td:nth-child(4) {
	text-align: right;
}

table.rates th:nth-child(5), table.rates td:nth-child(5) {
	text-align: right;
}

table.rates th:nth-child(6), table.rates td:nth-child(6) {
	text-align: right;
}

@media (max-width: 45rem) {
	table.rates th:nth-child(2), table.rates td:nth-child(2) {
		display: none;
	}

	table.rates th:nth-child(6), table.rates td:nth-child(6) {
		display: none;
	}
}

table .flag {
	width: 18px;
	height: 18px;
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

/* ###
#  BUTTONS
### */

.button:hover { color: #eee; }
.button.orange { background-color: #ff7d52; }
.button.christmas { background-color: #981200; }
.button.blue { background-color: #05acff; }
.button.purple { background-color: #7147eb; }
.button.transfer { background: #620092; background: linear-gradient(to right, #620092, #9248b0); }
.button.buy { background-color: #2eca73; }
.button.appstore { background-color: #282829; color: #fff; }


/* ###
# MULTIVERTER
### */

.multiverter {
	overflow: hidden;
	margin: 0 0 1rem 0;
}

.multiverter input {
	margin-left: 1rem;
	margin-right: 1rem;
}

.multiverter img {
	min-width: 25px;
	max-width: 25px;
	position: relative;
	top: -8px;
}

/* ###
# NOTIFIER
### */

.notifier {
	transition: all 0.3s ease-in-out;
	background-color: #388a29;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	overflow-y: hidden;
	position: fixed;
	padding: 5px 0;
	bottom: -100px;
	z-index: 99;
}

.notifier:hover {
	background-color: #48b135;
}

@media (min-width: 45rem) {
	.notifier {
		width: auto;
		padding: 4px 10px;
		right: 20px;
		border-radius: 1em 1em 0 0;
	}
}

/* ###
# POPIT
### */

.popit {
	background-color: #EBF5FB;
	color: #444;
	padding: 6px 5px;
	margin: 0 0 10px 0;
	display: block;
	border-radius: 5px;
	text-align: center;
}

.popit.christmas {
	background: #981200;
	background: linear-gradient(to right, #981200, #ba1600);
	color: #fff;
}

.popit.newyear {
	background: #fdcc00;
	background: linear-gradient(to right, #ff7b00, #710000);
	color: #fff;
}

.popit.offer {
	background: #FF8474;
	background: linear-gradient(to right, #FF8474, #9F5F80);
	color: #fff;
}

.popit.christmas:hover {
	background-color: #b21b07;
}

.popit.revolut {
	background: #0a83f5;
	background: linear-gradient(to right, #0a83f5, #d35ef8);
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}

.popit.revolut span {
	text-decoration: underline;
}

.popit.revolut img {
	float: left;
	margin-right: 15px;
}

.popit.blackfriday {
	background-color: #000;
	color: #fff;
}

.popit.wise {
	background: #38517e;
	background: linear-gradient(to right, #38517e, #25a9ed);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popit.wise img {
	width: 60px;
	height: 15px;
	margin-left: .5em;
}

.popit.summer {
	background: #a52c01;
	background: linear-gradient(to bottom right, #e26d5c, #b44635);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popit.xe {
	background: #0a146e;
	background: linear-gradient(to right, #0a146e, #0238b6);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ###
# INFO
### */

.info {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	background-color: #fff;
	padding: 0.5em 1em;
}

.info.left {
	border-left: 10px solid #99cc55;
}

.info.right {
	border-right: 10px solid #99cc55;
}

/* ###
# STEP
### */

.optimus {
	position: absolute;
	width: 336px;
	height: 250px;
	text-align: center;
}

.optimus::before {
	content: 'Reklame';
	color: #999;
	text-transform: uppercase;
	font-size: .7em;
}

.optimus.left { left: -135px; }
.optimus.right { right: -135px; }

/* ###
# BEACH
### */

.beach {
	margin: 1.5rem auto;
	text-align: center;
}

.beach.top {
	margin: 0 auto;
	display: inline-block;
	width: 320px;
	height: 100px;
}

@media (min-width: 468px) {
	.beach.top {
		display: inline-block;
		width: 728px;
		height: 90px
	}
}

/* ###
# THE BAR
### */

.thebar {
	background-color: #e6dec6;
	/* background-color: #981100; */	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px 0 2em 0;
	padding: 5px 20px 20px 20px;
	gap: 20px;
}

.thebar section {
	box-shadow: rgba(100, 100, 111, 0.1) 0px 4px 8px 0px;
	background-color: #fff;
	padding: 20px;
	width: 100%;
}

.thebar section p:last-child {
	margin: 0;
}

.thebar .flex-row img {
	width: 60px;
	height: 60px;
}

.thebar .rect {
	width: 100%;
	height: auto;
}

.thebar section ul:last-child {
	margin: 0;
}

@media (min-width: 468px) {
	.thebar section {
		width: 320px;
	}

	.thebar .rect {
		width: 280px;
		height: 280px;
	}
}

@media (max-width: 468px) {
	.thebar {
		padding-top: 1.6rem;
	}
}

@media (max-width: 1800px) {
	.thebar section.desktop {
		display: none;
	}
}

/* ###
# RATES
### */

ul.rates {
	list-style: none;
	padding: 0;
}

ul.rates li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

ul.rates li span:first-child {
	width: 40px;
	display: flex;
	align-items: center;
}

ul.rates li span:last-child {
	width: 80px;
	text-align: right;
}

ul.rates li b {
	flex-grow: 1;
}

/* ###
# CURRENCIES
### */

#currencies {
	margin: 0 0 2em 0;
	padding: 1em;
	background-color: #fff;
}

#currencies input {
	background-color: #fff;
}

#currencies ul {
	padding-left: .5em;
}

#currencies ul li {
	list-style-type: square;
}

#currencies .list {
	height: 200px;
	overflow-y: scroll;
	border-right: 5px solid #EAECEE;
}

/* ###
# ARTICLES
### */

img[src*="#right"] {
	width: 100%;
}

@media (min-width: 468px) {
	img[src*="#right"] {
		width: 300px;
		height: 225px;
		float: right;
		margin: 0 0 1em 1em;
	}
}

/* ###
#  BOXES
### */

.boxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 1.6em 0 1.6em 0;
}

.boxes > section {
	box-shadow: rgba(108, 108, 108, 0.1) 0px 6px 10px;
	background-color: #fff;
	width: 340px;
	padding: 20px;
}

.boxes > section ol:last-child, .boxes > section p:last-child {
	margin: 0;
}

.boxes > section.split {
	display: flex;
	line-height: 1.5em;
}

.boxes > section.split > div {
	width: 100%;
}

.boxes.stats .split > div:first-child {
	border-right: 1px solid #999;
}

.boxes.stats .split span {
	font-size: 2em;
	font-weight: bold;
	display: block;
}

/* ###
# DEALS
### */

.deals {
	display: flex;
	gap: 20px;
	margin: 0 0 1.6em 0;
}

.deals > section {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
	background-color: #fff;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
}

.deals > section .logo {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 35px;
}

.deals > section p {
	font-size: .9em;
	margin: 10px 0;
}

.deals a.cta {
	background-color: #28b463;
	border-radius: 5px;
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

/* ###
# APP BANNER
### */

.app-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 12px 20px;
	z-index: 1000;
	box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.5s ease;
}

.app-banner.show {
	transform: translateY(0);
	opacity: 1;
}

.banner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.app-icon {
	border-radius: 50%;
	overflow: hidden;
}

.app-link {
	color: #CD5C5C;
	text-decoration: none;
	transition: all 0.3s ease;
}

.app-link:hover {
	color: #9e2f2f;
	text-decoration: underline;
}

.close-btn {
	background: #2e4053;
	color: rgba(255, 255, 255, 0.8);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.close-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* ###
# UL CARDS
### */

ul.cards {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.cards li {
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12), 0 2px 10px 0 rgba(0, 0, 0, .10);
	border-radius: 2px;
	padding: 15px;
	margin: 0;
	flex-basis: 340px;
	flex-grow: 1;
	cursor: pointer;
}

ul.cards li p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.cards li p:last-child {
	margin: 0;
}

ul.cards li time {
	font-style: italic;
	color: #999;
}

ul.cards .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ###
# CROSS-LINKS
### */

.cross-links ul { list-style:none; padding:0;display:flex;flex-wrap:wrap;gap:15px;margin:1.5em 0 }
.cross-links ul li { flex-grow:1; min-width:140px; margin: 0; }
.cross-links ul li a { display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);font-weight:700;text-decoration:none}

/* ###
# FAQ
### */

.faq-section {
	margin-top: 3em;
	margin-bottom: 2.5em;
}

.faq-section h2 {
	margin-bottom: 1em;
	color: #3d4845;
}

.faq-item {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 1.2em;
	box-shadow: rgba(108, 108, 108, 0.1) 0 6px 10px;
}

.faq-item h3 {
	margin: 0 0 10px 0;
	font-size: 1.15em;
	color: #2e4053;
}

.faq-item p {
	color: #555;
	font-size: 0.95em;
	line-height: 1.6;
}

.faq-item p:last-child {
	margin: 0;
}

.faq-item ul {
	margin: 10px 0 0 0;
	padding-left: 1.2em;
	color: #555;
	font-size: 0.95em;
}

.faq-item ul li {
	margin-bottom: 6px;
}

.faq-item ul li:last-child {
	margin-bottom: 0;
}

/* ###
# UL FEATURES
### */

ul.features {
	list-style: none;
	padding: 0;
}

ul.features h3 {
	background: linear-gradient(to right, #fff, transparent);
	border-left: 5px solid #99cc55;
	padding: 5px 10px;
}