.noul	{text-decoration: none;}

.tal 	{ text-align: right; }
.w100 	{ width: 100%; }
.w50 	{ width: 50%; }
.w50px 	{ width: 50px; } 
.fuld 	{ width: 100%; }

.gron {background-color: #00ff00;} 
.gul  {background-color: #ffff00;} 
.rod  {background-color: #ff0000;}
.bleggul {background-color: #ffcc66;} 
.txtgra  {color: #cccccc;}
.txtBlegRod  {color: #cc0000;}
.blegRod  {background-color: #cc0000;}

.msg {background:#5cb85c; padding:7px; margin-bottom: 10px;color:#fff;}
.fejltxt {background:#cc0000; padding:7px; margin-bottom: 10px;color:#fff;}
.msgVisKurv { color:#fff; }

#mailhead	{
	width: 100%;
}
#mailhead IMG 	{
	border-width: 0;
	border-style: none;
	margin: 10px;
}

#kurvordre {
	border: 1px solid #000;
	margin: 10px 0;
}

#kurvordre TD {
	border: 1px solid #666;
	padding: 1px 5px;
}

#kurvialt TD {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
}

#minesidermenu 	TD {
	border: 1px solid #ccc;
	border-radius:10px;
	padding: 5px 10px;
	width: 150px;
}
#minesidermenu	{
	margin: 0 0 20px 0;
}

#minesidernavn {
	width: 100%; 	/* 600px; */
	border: 1px solid #000;
	margin: 50px;
}
#minesiderOrdre	TD {
	padding: 3px;
}
#kurvadr TD { vertical-align: top; }

#kurvadr .postnr {width: 20%;}
#kurvadr .city { width: 75%; }


.well {
width:400px;
float:left;
margin-right:20px;
}
.well input,textarea {
    display: inline-block;
	width:350px;
margin-bottom:10px;
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    vertical-align: middle;
background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/* Checkout refresh */
.checkout-card {
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 10px;
	padding: 14px;
	margin-top: 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.checkout-title {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
}

.checkout-section-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #4a5560;
	margin: 8px 0;
}

.checkout-input {
	margin-bottom: 8px;
	border-radius: 8px;
	border: 1px solid #d7dce1;
	box-shadow: none;
}

.checkout-input:focus {
	border-color: #7aa7ff;
	box-shadow: 0 0 0 2px rgba(42,111,255,.15);
}

.checkout-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.checkout-toggle {
	display: block;
	background: #f7f9fb;
	border: 1px solid #e3e7ec;
	border-radius: 8px;
	padding: 8px 10px;
	margin: 10px 0;
	font-weight: 600;
}

.delivery-wrap {
	border-top: 1px dashed #d8dde3;
	padding-top: 10px;
}

.shipping-options select,
.shipping-options select[name="MOP"],
.shipping-options select[name="MOT"] {
	width: 100%;
	margin-top: 8px;
	border-radius: 8px;
	border: 1px solid #d7dce1;
	padding: 7px 30px 7px 10px;
	background: #fff;
	box-shadow: none;
}

.shipping-options select:focus {
	outline: none;
	border-color: #7aa7ff;
	box-shadow: 0 0 0 2px rgba(42,111,255,.15);
}

.checkout-button,
.checkout-button2,
.checkout-button3,
.checkout-button4 {
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 600;
}

.checkout-help {
	margin: 10px 0 8px 0;
	font-size: 13px;
	color: #4b5866;
}

.checkout-card {
	margin-bottom: 14px;
}

.account-choice-card {
	background: #f5f9ff;
	border: 1px solid #cfe0fb;
	border-radius: 10px;
	padding: 12px;
	margin: 10px 0 14px 0;
}

.account-login-btn {
	width: 100%;
	background: #1f4f82;
	color: #fff;
	border: 1px solid #1a436e;
	font-size: 14px;
	letter-spacing: .02em;
}

.account-login-btn:hover {
	background: #1a436e;
}

.account-guest-btn {
	cursor: pointer;
}

.account-login-sub {
	margin-top: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #2f3e50;
	text-transform: lowercase;
}

.account-sub-link-btn {
	display: block;
	margin: 8px 0 0 0;
	padding: 0;
	border: none;
	background: transparent;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	color: #1f4f82;
	text-decoration: underline;
	cursor: pointer;
	width: 100%;
	text-align: left;
	text-transform: lowercase;
	line-height: 1.35;
}

.account-sub-link-btn:hover {
	color: #163a61;
	text-decoration: underline;
}

.loginmail-lead {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.45;
	color: #2b3948;
	max-width: 36em;
}

.prelogin label[for='loginmail-email'] {
	display: block;
	margin: 12px 0 4px;
	font-weight: 600;
	font-size: 14px;
}

.prelogin input#loginmail-email {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 260px;
	padding: 8px 10px;
	border: 1px solid #cfd6de;
	border-radius: 6px;
}

.account-login-sub-note {
	margin-top: 4px;
	font-size: 12px;
	color: #4b5866;
}

.hidden-subtotal {
	display: none;
}

.line-delete-link {
	display: inline-block;
	line-height: 1;
	color: #6b7785;
	font-size: 15px;
	text-decoration: none;
	padding: 2px;
	border-radius: 6px;
}

.line-delete-link:hover {
	color: #1f4f82;
	background: #eef4fb;
	text-decoration: none;
}

.cart-header,
.cart-item {
	display: grid;
	grid-template-columns: 36px 1fr 100px 92px 100px;
	column-gap: 10px;
	align-items: center;
}

.cart-header {
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d8dde3;
}

.cart-header strong {
	font-size: 13px;
	letter-spacing: .02em;
}

.cart-item {
	padding: 10px 0;
	border-bottom: 1px solid #e7ebef;
}

.item-info a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.item-info img {
	width: 80px;
	height: auto;
}

.quantity-control {
	display: flex;
	align-items: center;
	gap: 4px;
}

.quantity-control .adj {
	min-width: 22px;
	height: 22px;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	border-radius: 4px;
}

.quantity-control input[type="number"] {
	width: 42px;
	height: 22px;
	padding: 1px 3px;
	font-size: 13px;
	text-align: center;
}

.checkout-action-btn {
	width: 240px;
	max-width: 100%;
	display: inline-block;
	margin: 4px 0;
	background: #1f4f82;
	color: #fff;
	border: 1px solid #1a436e;
	border-radius: 8px;
	font-weight: 700;
	letter-spacing: .02em;
}

.checkout-action-btn:hover {
	background: #1a436e;
}

.payment-topline {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.payment-total-inline {
	font-size: 17px;
	font-weight: 600;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

/* Lov-/privattekster (Privatlivspolitik.asp) */
.legal-page-card {
	max-width: 52em;
	margin-left: auto;
	margin-right: auto;
}

.legal-page-body {
	font-size: 15px;
	line-height: 1.58;
	color: #2b3948;
}

.legal-page-body p {
	margin: 0 0 14px;
}

.legal-page-body ul,
.legal-page-body ol {
	margin: 0 0 14px;
	padding-left: 1.35em;
}

.legal-page-body h2,
.legal-page-body h3 {
	margin: 22px 0 10px;
	font-size: 17px;
	font-weight: 700;
	color: #1f2933;
}

.legal-page-body h2:first-child,
.legal-page-body h3:first-child {
	margin-top: 0;
}

.footer-copyright {
	margin-bottom: 0;
}

.footer-legal-link {
	margin: 10px 0 0;
	font-size: 13px;
}

.footer-legal-link a {
	font-weight: 600;
	color: #1f4f82;
}

.footer-legal-link a:hover {
	color: #163a61;
	text-decoration: underline;
}

/* Checkout login.asp */
.login-checkout-card {
	max-width: 440px;
}

.login-checkout-heading {
	margin-bottom: 6px !important;
}

.login-checkout-lead {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.45;
	color: #3d4b5c;
	max-width: 36em;
}

.login-checkout-field {
	margin-bottom: 14px;
}

.login-checkout-field:last-of-type {
	margin-bottom: 0;
}

.login-checkout-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2b3948;
	margin: 0 0 6px;
}

.login-checkout-input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #cfd6de;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.3;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.login-checkout-input:focus {
	outline: none;
	border-color: #7aa7ff;
	box-shadow: 0 0 0 2px rgba(42,111,255,.15);
}

.login-checkout-email-display {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #f5f9fc;
	color: #1f2933;
	font-size: 15px;
	word-break: break-all;
	line-height: 1.35;
}

.login-checkout-actions {
	margin-top: 20px;
}

.login-checkout-actions--stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.login-checkout-actions--stack .login-checkout-secondary-btn {
	margin-top: 0;
}

.login-checkout-submit.account-login-btn {
	width: 100%;
	padding: 12px 16px;
	font-size: 15px;
}

.login-checkout-secondary-btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #cfd6de;
	background: #fff;
	color: #2b3948;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color .15s ease, background .15s ease;
}

.login-checkout-secondary-btn:hover {
	border-color: #9eb1c4;
	background: #f8fafc;
}

.login-checkout-links {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid #e6eaef;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.login-checkout-links a {
	font-size: 13px;
	font-weight: 600;
	color: #1f4f82;
	text-decoration: underline;
	line-height: 1.4;
}

.login-checkout-links a:hover {
	color: #163a61;
}

