:root {
  --brand-primary: #3e6b64;
  --brand-primary-600: #2f524d;
  --brand-accent: #2E7D6B;
  --brand-accent-600: #256356;

  --ink-strong: #1B2631;
  --ink-base: #364152;
  --ink-muted: #607086;

  --surface-page: #F6F8F9;
  --surface-card: #FFFFFF;
  --border-subtle: #DCE3E8;
  --tint-primary: #E6F2F4;

  --radius-md: 8px;
  --radius-sm: 6px;
  --shadow-card: 0 2px 10px rgba(0,0,0,.06);
  --shadow-card-hover: 0 6px 16px rgba(0,0,0,.08);

  --bs-primary: var(--brand-primary);
  --bs-primary-rgb: 62,107,100;
  --bs-success: var(--brand-accent);
  --bs-success-rgb: 46,125,107;
  --bs-body-color: var(--ink-base);
  --bs-body-bg: var(--surface-page);
}

/* Core component overrides */
.btn,
.btn:focus { border-radius: var(--radius-md); box-shadow: none; }
.btn-primary {
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-bg: var(--brand-primary-600);
  --bs-btn-hover-border-color: var(--brand-primary-600);
  --bs-btn-color: #fff;
}
.btn-outline-primary {
  --bs-btn-color: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-bg: var(--tint-primary);
  --bs-btn-hover-color: var(--brand-primary);
}
.btn-success {
  --bs-btn-bg: var(--brand-accent);
  --bs-btn-border-color: var(--brand-accent);
  --bs-btn-hover-bg: var(--brand-accent-600);
  --bs-btn-hover-border-color: var(--brand-accent-600);
}

a { color: var(--brand-primary); }
a:hover { color: var(--brand-primary-600); }

h1 {
    all: unset;
}

.card { border-radius: var(--radius-md); box-shadow: var(--shadow-card); border: 1px solid var(--border-subtle); background: var(--surface-card); }
.card:hover { box-shadow: var(--shadow-card-hover); }

.form-control, .form-select { border-radius: var(--radius-sm); border-color: var(--border-subtle); }
.form-control:focus, .form-select:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 .2rem rgba(62,107,100,.15); }

.navbar { background: #fff; border-bottom: 1px solid var(--border-subtle); }
.navbar .nav-link { color: var(--ink-base); font-weight: 600; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--brand-primary); }

.hero { background: var(--tint-primary); border-radius: var(--radius-md); padding: 32px; position: relative; overflow: hidden; }
.hero .hero_overlay_rubrik { color: var(--ink-strong); text-shadow: none; }
.hero .hero_overlay_rubrik_sec { color: var(--brand-accent); }
.hero .hero_overlay_text { color: var(--ink-base); }
.body_text {
	font-family: Futura PT Demi; 
	font-size: 10px;
	color: #000000;
}
.open-sans-martino {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	margin-top:0px;
}
.xsbox_start{
	margin-right: 0px;
	margin-left: 0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	position: relative;
	min-height: 1px;
	padding:0px;
}
.marginAuto{
	margin:auto;
}
.max_width_90{
	margin-top: 8px;
}
.offer{
	margin-top: 8px;
	width: 25%;
}
.vCenter{
	display: flex;
    align-items: center; /* Vertically align items */
    justify-content: center; /* Horizontally align items (optional) */
}
.plus{
	font-size: 2em;
	font-weight:700;
}
.frame{
	max-width:1200px;
	padding: 0px 10px 10px 10px;
	margin:auto;
}
.header{
	margin:0;
}

.undersida {
	background-color: white;
	margin-top: 10px;
	padding: 25px;
}
.headerframe{
	padding:0px;
}

.mapouter{
	height:100%;
}
.marginPaddingRight0{
	margin-right: 0px;
	padding-right: 0px;
}
.marginTop-10{
	margin-top: -10px;
}
.vertCent{
	margin-top: auto;
	margin-bottom: auto;
}

.pricebox {
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	height: 40px;
}
.priceButton{
	margin-top: 10px;
	border-radius: 5px 5px 0px 0px;
	--bs-btn-bg: #6ab2ce;
	--bs-btn-border-color: #6ab2ce;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6ab2ce;
	--bs-btn-hover-border-color: #6ab2ce;
}
.buyButton{
	border-radius: 0px 0px 5px 5px;
}
.vat_box {
	background-color: white;
	margin-bottom: 10px;
	text-align: end;
	max-width: 100%;
	font-size: 12px; /* smaller text */
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px; /* small space between text and toggle */
}
.vat_box .toggle {
  height: 24px !important;
  min-height: 24px !important;
  border-color: #f97316 !important;
}
.vat_box .toggle.btn { padding: 0 !important; border-color: #f97316 !important; }
.vat_box .toggle .btn { padding: 2px 8px !important; font-size: 12px !important; line-height: 1.2 !important; }
.vat_box .toggle .toggle-on { background-color: #f97316 !important; border-color: #f97316 !important; color: #fff !important; }
.vat_box .toggle .toggle-off { background-color: #fff !important; color: #f97316 !important; border-color: #f97316 !important; }
.vat_box .toggle .toggle-handle { background: #fff !important; border-color: #f97316 !important; }

.box3{
	height:500px;
	text-align:center;
	background-color:#FFFFFF;
}
.box3_h{
	font-size: 14px;
	font-weight:800;
	padding: 15px;
}
.box3_t{
	font-size: 14px;
	font-weight:500;
	padding: 15px 10px 10px 10px;
}
.box4{
	text-align:center;
	background-color:#FFFFFF;
}
.box4_h{
	font-size: 14px;
	font-weight:800;
	padding: 15px;
}
.box4_t{
	font-size: 14px;
	font-weight:500;
	padding: 15px 10px 10px 10px;
}

/* Switch button */
.btn-default.btn-on.active{background-color: #6ab2ce;color: white;}
.btn-default.btn-off.active{background-color: #6ab2ce;color: white;}

.toprow {
	font-size: 16px;
	font-weight: 800;
	width: 100%;
	background: #6ab2ce;
	text-align: center;
	padding: 0px;
	color: white;
}
.topmenu{
	background-color: white;
	border-color: white;
	font-size: 1.3em;
	margin-right: -40px;
	padding-right:0px;
}
	.navbar-inverse .navbar-nav > li > a {
		color: #666;
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #6ab2ce;
	}
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
		color:#333;
	}
	.navbar-inverse .navbar-toggle {
	border-color: #6ab2ce;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #6ab2ce;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:#CCC;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#6ab2ce;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #6ab2ce;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #4d4d4d;
	font-weight: 600;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #000;
	background-color: transparent;
	}	
	.navbar-right .dropdown-menu {
	right: auto;
	}
	.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 8px dashed;
	border-top: 4px solid\9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-top: -2px;
	}
	.moms{
	padding-right: 14px;
	color: #6ab2ce;
	font-size: 14px;
	}
	.moms_xs{
	padding-right: 0px;
	color: #6ab2ce;
	margin-top: -20px;
	width:98%;
	font-size: 0.8em;
	}
.tpframe{
	margin-top: 2%;
	margin-bottom: 2%;
}
.topbanner{
	padding: 0px;
}
.topmain{
    max-width: 100%;
	margin-right: 5px;
}
.topRowBock{
	padding: 0px 12px 2px 12px;
}
.topR1{
	padding-right:5px;
}
.topR2{
	padding-left:5px;
}
/* Breda bannern i toppen */
.topB1 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.box1{
	margin:0px 10px 10px 0px;
	position:relative;
	cursor:pointer;
}
.box2{
	margin:0px 10px 0px 0px;
	position:relative;
	cursor:pointer;
}
.boxXS{
	margin:0px 10px 10px 0px;
	position:relative;
	cursor:pointer;
}
.euro5{
	width: 70px;
}
.euro5box{
	position: absolute;
	left: 0%;
	top: 50%;
	text-align: center;
	padding: 5px;
}
.euro5box_xs{
	position: absolute;
	left: 0%;
	top: 40%;
	text-align: center;
	padding: 5px;
}
.rightbox1{
	height: auto;
}
.camera{
	margin-top:5px;
	margin-left:90px;
}
.cameratext{
	text-align: center;
	color: #464646;
	padding: 8px 15px 0 0;
}
.logbox{
	color:#FFFFFF; 
	font-size:16px; 
	font-weight:900;
}
.logga {
	z-index: 100;
	position: inherit;
	margin-top: auto;
	max-width: 90%;
	margin-bottom: auto;
	vertical-align: middle;
}
.searchBox{
	color:#FFFFFF;
	padding: 5px 0px 5px 20px; 
	font-size:16px; 
	font-weight:900;
	vertical-align:central;
}
.searchForm{
	border-radius: 25px;
	height: 40px;
}
.varukorgBox {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	text-align: right;
}
.varukorg_btn {
	font-weight: 800;
}
.pos{
	position:relative;
	padding: 0;
}
.padding0{
	padding:0px;
}
.loggaOverlay {
	width: 300px;
	position: absolute;
	top: 55%;
	right: 0;
	background-color: #6ab2ce;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
	font-size: 18px;
}
.tpleft{ 
	text-align:right; 
	padding: 5px; 
	font-size:12px; 
	font-weight:900;
	margin-top: -25px;
}
.tpleftpart{
	padding: 5px;
}
.topspacer{
	padding-top: 10px;
}
.devider {
    background-color: #3e6b64;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    padding-left: 25px;
    padding-top: 5px;
    margin-top: 30px;
    min-height: 40px;
    max-hight: 90px;
}
.start{
	margin-top: 0px;
	background-color: #3e6b64;
	color: #333;
}
.btn_start {
	--bs-btn-color: #fefeff;
	--bs-btn-bg: #6bb8ff;
	--bs-btn-border-color: #6bb8ff;
	width:70%;
}
.deviderUndersida{
	margin-top:45px;
}
.boxrow{
	margin-right: -10px;
}
.top_box{
	margin-bottom: 10px;
}
.box {
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	background-color:#FFF;
}
.box:hover {
	

}
.hov:hover{
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
}
.leasing {
	width: 90%;
	margin: auto;
	padding: 10px;
	text-align:center;
}
.box2AlR{
	text-align: right;
}
.boxpicframe{
	
	background-color:#FFFFFF;
}
.boxInfoFrame{
	padding: 0px 5px 10px 5px;
	text-align: center;
}
.boxpic{
	width:80%; 
	margin:auto;
	padding:4px;
}
.mapBox{
	background-color: white;
	padding: 20px;
	margin: 0px;
}
.mapHeader {
	text-align: center;
	font-size: 28px;
	padding: 30px 10px 10px 10px;
	font-weight: 600;
	color: #6bb8ff;
}
.mapText{
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
}
.produkt_kop_knapp{
	border-radius: 0px;
	width: 90%;
	height: 50px;
	font-weight: 900;
	font-size: 1.6em;
	margin-top: auto;
}
.produkt_kop_ruta{
	text-align: center;
	margin-top: auto;
	padding-top: 50px;
}


@media (min-width: 768px) and (max-width: 1200px) {
	.boxpic{
		margin-top: 50px;
	}
}
.boxpic:hover{
	width:80%;
}
.boxheading1{
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	padding: 3px 0px 3px 0px;
	height: 2.25rem;	
}
.boxheading2{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 3px 0px 3px 0px;
	height: 3.25rem;
	
}
.boxpoints{
	font-size: 14px;
	font-weight: 500;
	padding: 3px 0px 3px 10px;
	height: 7rem;
}

.boxPcont2{
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px;
}
.boxPcont3{
	z-index: 9;
	color:white;
	background: #6ab2ce;
	text-align: center;
	font-weight: 900;
	border-radius: 0px 0px 0px 10px;
}
.pointsStart {
	font-weight: unset;
	text-align: center;
	font-size: 14px;
}

.copyright{
	text-align: center;
	font-size: 10px;
}
.relrubrik {
font-weight: bold;
text-align:center;
height:70px;
}
.pointer{
	cursor: pointer;
}
.relshort {
font-size: 1em;
font-style: italic;
padding-left: 5px;
height: 45px;
}
.relprice {
	color: white;
	font-size: 1.2em;
	font-weight: 900;
	background-color: #6ab2ce;
	height: 35px;
	text-align: center;
	width: 95%;
	margin-bottom: 2px;
	margin-top: 15px;
	margin: 15px auto 5px auto;
}
.proddist{
	margin-top: 10px;
}

.prod_col_var_container{
	text-align: center;
	margin-bottom: 20px;
}
.product_var_col {
	padding: 20px 0px 20px 0px;
}
.product_price_before{
	text-decoration: line-through;
	text-decoration-thickness: 6px;
	color: #6ab2ce;
}
.icon-container {
    display: inline-flex; /* Use flexbox for alignment */
    justify-content: center; /* Horizontally center the icons */
    align-items: center; /* Vertically center the icons */
    width: 24px;
    height: 24px;
    border: 0px solid #ccc; /* Add border */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add shadow effect */
    border-radius: 4px;
    transition: border-color 0.3s ease; /* Add transition effect for border color */
}
.icon-container_chosen {
    border: 1px solid #003; /* Add border */
}
.icon-container:hover {
    border: 1px solid #003; /* Add border */
}

.icon-container i {
    color: #eaeaea;
}
.products_prisknapp {
	display: flex; /* Use flexbox */
    justify-content: center; /* Horizontally center text */
    align-items: center; /* Vertically center text */
	background-color: #f97316;
	height: 50px;
	width: 90%;
	color: white;
	font-size: 1.2em;
	font-weight:900;
	margin: 20px auto 20px auto;
	cursor: pointer;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}
.products_prisknapp:hover{
	background-color: #ea580c;
	transition: background-color 0.3s ease;
}
.products_liknande{
	margin-right: -10px;
}
.snow {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-width: 1px;
	border-style: double;
	border-color: #FF9900;
	padding: 5px;
}
.snowProduct {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}

.topline {
	background: #e8e8e8;
	/* margin-left: 20%; */
	padding-left: 20%;
}
.bildruta {
	padding: 0 20px 20px 20px;
	margin-bottom:10px;
}
.proddesc {
	font-size: 2.5em;
	color: #585858;
	text-align: left;
	line-height: 1.2em;
	background-color: white;
	word-wrap: break-word;
	padding: 0px 10px 0px 10px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 40px 0 20px 30px;
}
.proddescextra {
	font-size: 1.4em;
	color: #585858;
	outline-color: #333333;
	text-align: left;
	background-color: white;
	font-style: italic;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.points {
	padding-left: 20px;
	padding-bottom: 15px;
	position: relative;
	line-height: 1.8;
	font-size: 1.0em;
	font-style: italic;
	padding-left: 50px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.prisskylt {
	margin-left: 8%;
}
.pris {
	font-size: 50px;
	font-weight: 900;
	width: 90%;
	margin: auto;
	margin-top: -10px;
	background: #fff;
	color: #fff;
	text-align: center;
}
.lagerstatus {
	width: 90%;
	background-color: white;
	margin: auto;
	text-align: center;
	font-size: 0.8em;
}
.prodleft{
	margin-right: 10px;
}
.prodright{
	margin-right: 10px;
}
.box_alt{
	border-style: solid;
	border-width: 1px;
	mergin-right: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-color:  #6ab2ce;
	background-color:#FFFFFF;
}
.paketrabatt {
	font-style: italic;
	color: red;
}
.contentrubrik {
	font-weight: 700;
	padding-bottom: 10px;
}
.contName{
	padding-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
.contPrice{
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
}
.contRed{
	color: red;
}
.contBold{
	font-weight:700;
}
.contBox{
	width:90%;
	margin:auto;
	padding-bottom:10px;
	border: solid;
	border-color: red;
}
.contRubrik {
	font-weight: 900;
	padding-left: 20px;
	width: 100%;
	margin: auto;
	margin-top: -10px;
	background: #f00;
	color: white;
	text-align: center;
	font-size: 1.4em;
	margin-top: 0px;
}
.nav-tabs {
	border-bottom: 0px solid #ddd;
}
.euro5_row {
	width: 90%;
	margin: auto;
	margin-top: -80px;
	margin-bottom: 20px;
}
.euro5_pic {
	margin-left: auto;
	margin-bottom: 20px;
	width: 100px;
}
.prod_kop {
	width: 90%;
	color: white;
	font-weight: 900;
	background-color: #6ab2ce;
	margin: auto;
	text-align: center;
	font-size: 1em;
	height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.prod_kop_paket{
	width: 100%;	
}
.prod_kop:hover {
  	transition: 0.15s;
	background-color: #5694ac;
}
.accordion {
	background-color: #dfdfdf;
	color: #444;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
	transition: 0.4s;
	margin-top: 10px;
}
.accordion:hover {
	background-color: #bfb6b6;
}
.toprubrik {
	color: white;
	padding: 1px 0px 0px 15px;
	font-size: 1.2em;
	font-weight: 900;
	background-color: #6ab2ce;
	min-height:35px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom:0px;
  margin-right:10px;
}
.paneltext{
	padding:15px;
	font-size: 1.0em;
}

.modal-header{
	background-color: #e7ecea;
	padding: 25px 15px 10px 15px;
}
.modal-footer {
  	padding-top: 0rem;
	color: white;
}
.modal-pic{
	padding:10px;
}
.btn-info {
	--bs-btn-color: #f9f5f5;
	--bs-btn-hover-color: #f9f5f5;
	--bs-btn-active-color: #f9f5f5;
	--bs-btn-disabled-color: #f9f5f5;
}
.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #54ca29;
	--bs-btn-border-color: #54ca29;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #36b51b;
	--bs-btn-hover-border-color: #36b51b;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 0px) and (max-width: 380px){

	.textsize12{
		font-size: 10px;
		
	}
	.loggaOverlay {
	width: 150px;
	position: absolute;
	top: 55%;
	right: 0;
	background-color: #6ab2ce;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
	font-size: 12px;
	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: 0px;
	margin-left: -15px;
	}
	.logga {
	z-index: 100;
	position: inherit;
	margin-top: -10px;
	}	
	.hamburger{
	margin-right:-25px;
	}
	.momsBox{
		margin-right: -25px;
		margin-top: 10px;
	}
	.tpleft{
	margin-top: -90px;
	margin-bottom: 50px;
	}
	.boxpic {
	padding-top: 30px;
	}
	.devider {
	font-size: 16px;
	padding-left: 10px;
	}
	.vis {
		display: none;
	}
	.vis380{
		display: inline;	
	}
	.paketPrisXS {
    text-align: right;
	}
}
@media only screen and (min-width: 381px) and (max-width: 767px){ 
	.textsize12{
		font-size: 12px;
	}
	.logga {
	z-index: 100;
	position: inherit;
	margin-top: -22px;
	margin-bottom: -300px;
	max-width: 140px;
	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: 0px;
	margin-left: -15px;
	}
	.loggaOverlay {
	width: 30%;
	position: absolute;
	top: 55%;
	right: 0;
	background-color: #6ab2ce;
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
	font-size: 12px;
	}
	.hamburger{
	margin-right:-25px;
	}
	.momsBox{
		margin-right: -25px;
		margin-top: 10px;
	}
	.tpleft{
	margin-top: -90px;
	margin-bottom: 50px;
	}
	.vis {
		display: none;
	}
	.vis767{
		display: inline;	
	}
	.paketPrisXS {
    text-align: right;
	}
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hamburger{
		margin-top: -110px;
	}
	.textsize12{
		font-size: 10px;
	}
	.boxheading1{
		height: 2.25rem;	
	}
	.vis {
		display: none;
	}
	.vis991{
		display: inline;	
	}
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hamburger{
		margin-top: -110px;
	}
	.textsize12{
		font-size: 11px;
	}
	.vis {
		display: none;
	}
	.vis1199{
		display: inline;	
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.hamburger{
		margin-top: -110px;
	}
	.textsize12{
		font-size: 14px;
	}
	.vis {
		display: none;
	}
	.vis1200{
		display: inline;	
	}
}

.euro5_pos {
    position: absolute;
    border-color: #FFF;
    left: -10px;
    bottom: 2px;
    width: 80px;
}




@media only screen and (min-width: 0px) and (max-width: 380px){
	.box4 {
		height: 340px; 
		font-size: 0.6em;
	}
	.box3 {
		height: 420px;
		font-size: 0.6em;
	}
	.cartTotal{
		padding-top: 20px;
	}
	.cartPicMarg{
		margin-bottom: -30px;
	}
}
@media only screen and (min-width: 381px) and (max-width: 551px){
	.box4 {
		height: 330px;
		font-size: 0.7em;
	}
	.box3 {
		height: 500px;
	}
	.fotterOmText{
		font-size: 0.8em;
	}
	
	.cartTotal{
		padding-top: 20px;
	}
	.cartPicMarg{
		margin-bottom: -40px;
	}
}
@media only screen and (min-width: 551px) and (max-width: 576px){
	.box4 {
		height: 420px;
	}
	.box3 {
		height: 585px;
	}
	.cartPicMarg{
		margin-bottom: -40px;
	}
}
@media only screen and (min-width: 577px) and (max-width: 630px){
	.box4 {
	height: 420px;
	}
	.box3 {
		height: 460px;
	}
}
@media only screen and (min-width: 631px) and (max-width: 680px){
	.box4 {
	height: 440px;
	}
	.box3 {
		height: 430px;
	}
	.modalTotPad{
		padding-right: 40px;
	}	
}
@media only screen and (min-width: 681px) and (max-width: 767px){
	.box4 {
		height: 450px;
	}
	.box3 {
		height: 400px;
	}
	.modalTotPad{
		padding-right: 40px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.box4 {
		height: 390px;
	}
	.box3 {
		height: 430px;
	}
	.boxheading2{
		height: 4rem; 
	}
	.modalTotPad{
		padding-right: 40px;
	}	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.box4 {
	height: 430px;
	}
	.box3 {
		height: 490px;
	}
	.modalTotPad{
		padding-right: 40px;
	}	
}
@media (min-width: 1200px) {
	.box4 {
	height: 430px;
	border-color: #d5d5d5;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	}
	.box3 {
		height: 500px;
	}
	.modalTotPad{
		padding-right: 40px;
	}	
}

/* Bottom */

.footerBox{
	background-color: #d2cfcf;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:20px;
}           
.fotterHeading{
	font-weight:700;
	font-size: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}
.fotterText{
	font-size: 14px;
}
.footerKoTel{
	margin: 20px;
}
.footerKoTelNr{
	font-weight:700;
	padding:10px;
}
.footerKoTime{
	padding-top:30px;
	font-weight:400;
}
.footerMapBox{
	background-color: #d2cfcf;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	margin-right: 10px;
	height: 340px;
	border-radius: 25px;
}
.footerMapHeading{
	font-weight:700;
}
.footerMapSq{
	padding-right: 20px;
}
.footerKoTelNr{
	font-weight:700;
}
.footerKoTime{
	padding-top:30px;
	font-weight:400;
}
.footer_box{
	max-withh: 1600px;border-top: 1px; 
	border-top-color:#FFF;
	background-color: #f9f9f9;
	padding: 15px 10px 15px 10px;
}
.footer_box_company_info{
	background-color: white;
	text-align: center;
	padding: 25px;
}
.footer_header{
	font-size: 1em;
	font-weight: 900;
	color: #454f5e;
}
.footer_link {
	cursor: pointer;
	font-size: 1em;
	color: #454f5e;	
}
.footer_link:hover {
	color: #39F;
}
.footer_col{
	text-align: center;
}
.footer_col ul {
	display: inline-block;
	text-align: left;
}
.footer_company_info{
	font-weight: 700;
	color: #454f5e;
	margin-bottom: 10px;
}
.footer_copyright{
	font-size: 0.8em;
}

@media only screen and (min-width: 0px) and (max-width: 991px){
	
}

@media (min-width: 992px) {
	.footerBox{
		height: 340px;
		border-radius: 25px;
	}
}
/* FOOTER END */

/* Theme overrides to align legacy classes with the new palette */
.toprow,
.relsprice,
.relaprice,
.toprubrik,
.boxPcont3,
.relprice {
  background-color: var(--brand-primary) !important;
  color: #fff;
}
/* Buy buttons get orange color separately */
.products_prisknapp {
  background-color: #f97316 !important;
  color: #fff;
}
.products_prisknapp:hover {
  background-color: #ea580c !important;
}
.prod_kop {
  background-color: #f97316 !important;
  color: #fff;
}
.prod_kop:hover {
  background-color: #ea580c !important;
}
.product_price_before { color: var(--brand-primary); }
.btn_start {
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
}
.priceButton {
  --bs-btn-bg: var(--brand-primary);
  --bs-btn-border-color: var(--brand-primary);
  --bs-btn-hover-bg: var(--brand-primary-600);
  --bs-btn-hover-border-color: var(--brand-primary-600);
}
.navbar-inverse .navbar-toggle { border-color: var(--brand-primary); }
.navbar-inverse .navbar-toggle .icon-bar { background-color: var(--brand-primary); }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: var(--brand-primary); }
.moms, .moms_xs { color: var(--brand-primary); }
.loggaOverlay { background-color: var(--brand-primary); }

/* --- Start page extracted styles --- */

/* Thin orange divider with subtle shadow */
.thinDivider {
  width: 90%;
  margin: 30px auto;
  height: 2px;
  background: linear-gradient(to right, transparent, #f97316, transparent);
  box-shadow: 0 2px 4px rgba(249, 115, 22, 0.3);
}

/* Hero styles moved to inline in start.php */

/* Utility */
.hero-sun { color: #eeea00; }
.clear-full { clear: both; display: block; width: 100%; height: 0; }

/* Mid-page rotating banner */
#mid-banner { width: 100%; margin-bottom: 10px; position: relative; cursor: pointer; }
#banner-img { width: 100%; height: auto; display: block; opacity: 1; transition: opacity 0.6s ease; }
#banner-lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 10000; justify-content: center; align-items: center; }
#banner-lightbox-img { max-width: 80%; max-height: 80%; object-fit: contain; cursor: default; }
.banner-close { position: absolute; top: 20px; right: 30px; background: transparent; border: none; color: #fff; font-size: 40px; font-weight: bold; cursor: pointer; padding: 0; line-height: 1; }

/* Misc extracted */
.tresPlus { border-radius: 35px; padding-top: 10px; }

/* VAT reduced toggle area */
.vat_box {
  font-size: 12px; /* smaller text */
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px; /* small space between text and toggle */
}
.vat_box .toggle {
  height: 24px !important;
  min-height: 24px !important;
  border-color: #f97316 !important;
}
.vat_box .toggle.btn { padding: 0 !important; border-color: #f97316 !important; }
.vat_box .toggle .btn { padding: 2px 8px !important; font-size: 12px !important; line-height: 1.2 !important; }
.vat_box .toggle .toggle-on { background-color: #f97316 !important; border-color: #f97316 !important; color: #fff !important; }
.vat_box .toggle .toggle-off { background-color: #fff !important; color: #f97316 !important; border-color: #f97316 !important; }
.vat_box .toggle .toggle-handle { background: #fff !important; border-color: #f97316 !important; }
/* VAT toggle visibility boost (keep size, increase contrast) */
.vat_box .toggle { border-width: 2px !important; border-radius: 14px !important; box-shadow: 0 1px 6px rgba(249,115,22,0.35) !important; }
.vat_box .toggle .btn { font-weight: 700 !important; letter-spacing: .2px; }
.vat_box .toggle .toggle-on { background-color: #f97316 !important; border-color: #f97316 !important; color: #fff !important; }
.vat_box .toggle .toggle-off { background-color: #fff !important; color: #b45309 !important; border-color: #f97316 !important; }
.vat_box .toggle .toggle-handle { background: #fff !important; border: 2px solid #f97316 !important; box-shadow: 0 0 0 1px rgba(249,115,22,0.25) inset; }
