/* ==========================================================================
   Base
   ========================================================================== */

b,
strong {
    font-weight: bold;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    	 box-sizing: content-box;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
    		box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/***** Begin here *****/
html {
	line-height: 1.4;
}

body {
    margin: 0;
    background: #fff ;
}

html,
button,
input,
select,
textarea {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
	color: #545453;
}

select {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .litenrubrik {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	color: #050718;
}

h3, h4, h5, h6 {
}

h1 {
	font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

.litenrubrik {
	font-size: 13px;
	color: #666;
}

p {
	margin: 0 0 10px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input,
textarea {
	padding: 6px 7px;
	border: 1px solid #c2c2c2;
	color: #000;
   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
    		box-sizing: border-box; /* Opera/IE 8+ */
}

input:focus,
textarea:focus {
	border: 1px solid #b2b2b2;
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: normal;
	cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    margin: 15px 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #eee;
}

img {
    max-width: 100%;
    height: auto !important;
}

/* Clean button */
.neutral-btn {
    padding: 0;

    border-style: none;
    background-color: transparent;
    outline: none;

   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
}

/* ==========================================================================
   Grid
   ========================================================================== */


.popup-flag-holder {
    margin-top: 25px;
	width: 35%;
	display: inline-block;
}
.popup-flag {
	cursor: pointer;
}
.popup-flag--privat {
	margin-top: 15px;
}
.popup-flag--privat label {
	display: inline-block;
	min-width: 130px;
	padding: 6px 12px;
	border: 2px solid #fff;
	
	background: #fff;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
}
.popup-flag--privat label:before {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-top: 3px;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
	
    background: #f9f9f9;
    background: linear-gradient(#f9f9f9, #e9e9e9);
    vertical-align: top;
	
    content: '';
}
.popup-flag--privat input[type="radio"]:checked + label {
	border-color: #00aae2;
}
.popup-flag--privat input[type="radio"]:checked + label:before {
	border-color: #00aae2;
    background: #00aae2;
}
.popup-flag--privat input {
	display: none;
}

/* Grid styles */
.grid {
    margin-left: -20px;
}
.grid:before,
.grid:after {
    content: "";
    display: table;
}
.grid:after {
    clear: both;
}

.grid-item {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 20px;

    vertical-align: top;
}

.grid--middle .grid-item {
    vertical-align: middle;
}

.grid-item-1-2 {
    width: 50%;
}
.grid-item-1-3 {
    width: 33.33%;
}
.grid-item-2-3 {
    width: 66.66%;
}
.grid-item-1-4 {
    width: 25%;
}

.grid-item-1-6 {
    width: 16.66%;
}

/* Large */
@media all and (max-width: 768px) {
    .grid-item-1-4 {
        width: 50%;
    }
    .grid-item-1-6 {
        width: 31.33%;
    }
}

/* medium */
@media all and (max-width: 480px) {
    .grid {
        margin-left: 0;
    }

    .grid-item {
        padding-left: 0;
    }
    .grid-item-1-2,
    .grid-item-1-3,
    .grid-item-2-3,
    .grid-item-1-4 {
        width: 100%;
    }

    .grid-item-1-6 {
        width: 50%;
    }
}

/* ==========================================================================
   Layuot
   ========================================================================== */

.fb-right {
	position: fixed;
	top: 50%;
	margin-top: -20px;
	right: 0;
	font-size: 10px;
	text-align: center;
	padding: 12px 8px 10px;
	background: #071022;
	color: #fff;
	z-index: 99;
}

.fb-right p {
	margin-bottom: 0;
}

.fb-right a {
	color: #fff;
}

.fb-right a:hover {
	text-decoration: none;
}

.l-sticky-holder {
	position: relative;
	z-index: 10;
}

.l-header-holder {
	width: 100%;
	background-color: #011c39;
	background-image: url(../design/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.l-header {
	min-height: 105px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
}

.l-header__left {
	float: left;
}

.l-header__right {
	position: relative;
	float: right;
	padding-top: 5px;
}


.l-header__middle {
	position: relative;
	overflow: hidden !important;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
}

.l-header__right__sale {
	position: absolute;
	top: -20px;
	right: 100%;
	margin-right: -20px;
	min-width: 46px;
	min-height: 30px;
	overflow: hidden;
}

.l-header__middle__left {
	margin-bottom: 5px;
}

/*.l-header__middle__left,
.l-header__middle__right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}*/

.l-header__right__left,
.l-header__right__middle,
.l-header__right__right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.l-header__right__middle {
	position: relative;
}

.l-header__right__middle .has-dropdown {
	display: inline-block;
	padding: 10px 5px 10px;
	cursor: pointer;
}

.dropdown.dropdown-search {
	top: 100%;
	right: 0;
	left: auto;
	z-index: 11;
	width: 280px;
	background: #011c39;
	padding: 10px 10px 7px;
}

.dropdown-search .site-search {
	margin-bottom: 0;
}

.l-header__right__left {
	font-size: 14px;
	color: #fff;
}

.l-header__right__left a {
	color: #fff;
}

.l-header__right__left a:hover {
	opacity: 0.8;
}

.l-header__right__left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-header__right__left li {
	margin-left: 20px;
}

.l-menubar-holder {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #040b23;
	background: rgba(4, 11, 35, 0.7);
}

.l-menubar {
	position: relative;
}

.l-menubar__left {
	float: left;
}

.l-menubar__right {
	float: right;
	line-height: 58px;
	font-size: 14px;
	color: #fff;
}

.l-menubar__right * {
	margin-bottom: 0;
}

.l-menubar__right strong {
	color: #f6af04;
}

.l-holder {
	clear: both;
	position: relative;
	max-width: 1150px;
	margin: 20px auto;
	background: #fff;
}

.view-home .l-holder {
	max-width: none;
	margin-top: 0;
}

/*.l-constrained {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}*/


.l-content {
	margin-bottom: 15px;
}

.l-constrained {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.l-main {
	overflow: hidden;
}

.l-sidebar,
.l-sidebar-primary {
	width: 181px;
	float: right;
}

.l-sidebar {
	margin-left: 25px;
}

.l-sidebar-primary {
	margin-top: 5px;
	margin-right: 25px;
	float: left;
}

.l-footer-partners-holder {
	width: 100%;
	background: #e9e9e9;
}

.l-footer-partners {
	max-width: 1150px;
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
}

.l-footer-partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer-partners li {
	display: inline-block;
	text-align: center;
	padding: 2px 5px;
	height: 74px;
	line-height: 70px;
}

.l-footer-partners li img {
	max-height: 70px;
	max-width: 145px;
}

.l-footer-holder {
	width: 100%;
	background: #050718;
}

.l-footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 1.7;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.l-footer h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
}

.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer a {
	color: #fff;
}

.l-footer a:hover {
	color: #00a2db;
	text-decoration: none;
}

#footerNewsletterForm input {
	width: 80%;
	float: left;
	background: #fff;
	height: 40px;
	vertical-align: middle;
	border-style: none;
	border-radius: 0;
	color: #333;
	padding-left: 12px;
}

#footerNewsletterForm .btn {
	width: 20%;
	float: right;
	color: #fff;
	height: 40px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	font-size: 20px;
}

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4 {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	padding-bottom: 30px;
}

.l-footer-col-3 {
	padding-right: 0;
}

.l-footer h2 a {
	color: #fff;
}

.l-footer h2 {
	margin-bottom: 0;
	font-size: 21px;
}

.l-footer-col-3 h2 strong {
	font-weight: 400;
	color: #f6af04;
}

.l-footer-follow {
	text-align: right;
	padding-top: 10px;
	clear: both;
}

.l-footer-about-holder {
	width: 100%;
	background: #071022;
}

.l-footer-about {
	clear: both;
	padding-top: 30px;
	padding-bottom: 25px;
	line-height: 1.6;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.l-footer-payment-holder {
	width: 100%;
	background: #fff;
}

.l-footer-payment {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.l-footer-payment .payment-logo--list {
	display: inline-block;
	margin: 4px 8px;
}

.l-product {
	overflow: hidden;
}

.l-product-col-1 {
	width: 45%;
	margin-right: 15px;
	float: left;
}

.l-product-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}

.fancybox-outer, #fancybox-wrap {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}

/* ==========================================================================
   Helpers
   ========================================================================== */


/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {

	*zoom: 1;

}



/* Media Object  */

.media {

	margin-top: 15px;

	margin-bottom: 15px;

}

.media,

.media-body {

	overflow: hidden;

}

.media-img {

	margin-right: 15px;

	float: left;

}

.media-img img {

	display: block;

}



/* List in horizontal mode  */

.nav,

.nav-float {

	margin: 0;

	padding: 0;

	list-style: none;

}

.nav > li,

.nav > li > a {

	display: inline-block;

	*display: inline;

	zoom: 1;

}



.nav-tick li {

	margin-right: 10px;

}

.nav-tick {

	margin-bottom: 10px;

}



.nav-float > li {

	float: left;

}

.nav-float > li > a {

	display: block;

}



/* Clean list */

.block-list {

	margin: 0;

	padding: 0;

	list-style: none;

}



.list-info dd {

	margin: 0 0 15px;

}



.flush {

	margin: 0 !important;

}

.wipe {

	padding: 0 !important;

}



.left {

	float: left;

}

.right {

	float: right;

}

.center {

	text-align: center;

}



.muted {

	color: #999;

}



.brand {

	color: #3DB9E4;

}

/* ==========================================================================
   Modules
   ========================================================================== */

/*.fader {
	position: absolute;
	top: 0;
	width: 100%;
}*/

.breadcrumbs {
	font-size: 12px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;

}

.breadcrumbs > li {
	margin-right: 5px;
}

.filter-section {
	margin-bottom: 15px;
}

.filter-section > li {
	margin-right: 10px;
}

.filter-section > li > * {
	vertical-align: middle;
}
/* Used at ex: .filter-section and .rewies  */

.highlight-bar {
	padding: 7px 10px;
	border-style: none;
	background: #e9e9e9;
}

.flex-holder {
	width: 100%;
	background-color: #dcdcdc;
	background-image: url(../design/flex-bg.png);
	background-repeat: no-repeat;
	background-position: auto 100%;
	background-position: center center;
}

div.flexslider {
	max-width: 1150px;
	margin: 0 auto;
	background: none;
}

div.flex-caption {
	left: auto;
	top: auto;
	bottom: 0;
	right: 0px;
	width: auto;
	max-width: 45%;
	background: none;
	padding: 0;
	padding-bottom: 24px;
}


.flex-caption__smalltitle {
	display: inline-block;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #00a2db;
	padding: 5px 20px 1px;
	color: #fff;
}

.flex-caption__title {
	margin-bottom: 0;
	font-size: 66px;
	line-height: 1.2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-weight: 400;
	color: #fff;
	background: #06182f;
	padding: 10px 20px 6px;
}

.flex-caption__description {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.flex-caption__banner {
	position: relative;
	text-align: right;
}

.flex-caption__banner a {
	display: block;
	text-align: right;
	color: #fff;
}

.flex-caption__banner__linktext {
	display: inline-block;
	background: #00a2db;
	color: #fff;
	padding: 10px 25px 7px;
	margin-top: 0px;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.flex-caption__banner__price {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	right: 100%;
	margin-right: -40px;
	width: 175px;
	height: 68px;
	background-image: url(../design/flex-price.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding-top: 14px;
	padding-left: 20px;
	font-family: 'Teko', sans-serif;
	font-size: 34px;
}

.startpage-bar {
	margin: 40px 0;
	text-align: center;
	font-size: 26px;
}

.input-highlight {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	/*background: #202020 url(../design/input_highlight_bg.png) repeat-x top;*/
	background: #fff url(../design/startpage_bar_bg.png) repeat-x bottom;
	color:#878787;
}

.input-highlight:focus {
	border: 1px solid #dcdcdc;
}

.input-highlight--full {
	width: 100%;
	margin-bottom: 5px;
}

.site-logo {
	display: inline-block;
}

.site-logo img{
	width:243px;
}



.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;
	width: 240px;
	height: 120px;
	background: url(../design/header_banner.png) no-repeat;
}

.vat-selector {
	padding-top: 2px;
	font-size: 12px;
}

.vat-selector input {
	vertical-align: middle;
}

/* Main navigation section */
.site-nav {
	float: left;
	margin-left: -10px;
}

.site-nav__item {
	padding: 6px 15px 0;
	line-height: 34px;
    color: #fff;
    font-size: 22px;
	text-transform: uppercase;
	font-weight:bold;
    font-family: 'Teko', sans-serif;
    border-right: 1px solid #45c5e9;
    box-shadow: inset -1px 0 0 #036589;
}

.site-nav__icon {
	margin-top: -3px; /* Fix for align middle */
}

.site-nav > li > a {
	border-radius: 0;
	line-height: 54px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
    font-family: 'Teko', sans-serif;
	font-weight: 400;
	padding: 4px 10px 0;
}
.site-nav > .site-nav--campaigns > a {
	background-color: #ad0808;
	background-image: linear-gradient(to bottom, #e41e1e 50%, #ad0808);
}
.site-nav > .site-nav--campaigns:hover > a {
	background: #ad0808;
	color: #fff;
}
.site-nav > li > a:hover {
	text-decoration: none;
}
.site-nav > li:hover > a {
	background: #040b23;
	color: #00a2db;
}

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;

	display: none; /* Hide dropdown */
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}
.has-dropdown .wgr-icon {
	margin-left: 5px;
	font-size: 12px;
}

/* Standard dropdown */

.dropdown-menu .dropdown {
	left: 0;
	right: 0;
	width: 100%;
	padding: 5px 10px 12px;
	border-style: none;
	background: #040b23;
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
     page-break-inside: avoid; /* Firefox */
     break-inside: avoid; /* IE 10+ */
}

.dropdown-menu .dropdown {
	display: block;
	overflow: hidden;
	max-height: 0;
	padding: 0;
	
	opacity: 0;
	
    -moz-transition: all .3s .5s ease-in;
    -webkit-transition: all .3s .5s ease-in;
    -o-transition: all .3s .5s ease-in;
    transition: all .3s .5s ease-in;
}
.dropdown-menu .has-dropdown:hover > .dropdown {
	max-height: 1000px;
	padding: 5px 10px 12px;
	
	opacity: 1;
	
    -moz-transition: all .15s .1s ease-in;
    -webkit-transition: all .15s .1s ease-in;
    -o-transition: all .15s .1s ease-in;
    transition: all .15s .1s ease-in;
}

.dropdown-menu .dropdown a {
	display: block;
	padding: 3px 30px 3px 10px;
	color: #fff;
	font-size: 15px;
	white-space: pre;
}

.dropdown-menu.site-nav > li > .dropdown > li {
	display: block;
	padding: 2px;
	vertical-align: top;
	padding-right: 30px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.dropdown-menu .dropdown a:hover {
	text-decoration: none;
}

.dropdown-menu .dropdown li:hover > a {
	color: #00a2db;
}

.dropdown-menu .dropdown ul {
	display: block;
	padding-left: 10px;
}

.dropdown-menu .dropdown ul a {
	font-size: 12px;
}

.dropdown-menu .dropdown .wgr-icon {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;

	margin: auto;
	height: 11px; /* Same as font-size */

	font-size: 11px;
}




/* Languages section */

.lang-changer select {

	vertical-align: middle;

}



/* Primary search section */

.site-search {
	display: block;
	position: relative;
	background: #fff;
	height: 40px;
	overflow: hidden;
	border-style: none;
	border-radius: 0;
	width: 200px;
}

.site-search__input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 12px;
	height: 40px;
	padding: 0;
	margin: auto;
	border: none;
	background: none;
	color: #000;
	width: 100%;
}

.site-search__input:focus {
	border: none;
}

.site-search__btn {
	position: absolute;
	top: 0;
	right: 7px;
	bottom: 0;
	width: 15px;
	height: 40px;
	margin: auto;
	border: none;
	background: url(../design/magnify.png) no-repeat 100% 50%;
}



/* DROPDOWN */

.nav-float .listmenu, .nav-float #verticalmenu {

    float:left;

    margin: 0;

    padding: 0;

    list-style: none;

}



.nav-float .listmenu > li {

    float: left;

    list-style: none;

}

.nav-float .listmenu > li a {

    display: block;

    padding: 0 15px;

    line-height: 40px;

    font-weight: normal;

    /*text-transform: uppercase;*/

    font-size: 15px;

    font-weight:bold;

    color: #fff;

    background: none;

    border :none;

}

.l-menubar .nav-float .listmenu > li a {

	border-right: 1px solid #45c5e9;

    box-shadow: inset -1px 0 0 #036589;

}

.nav-float .listmenu > li a:hover {}

.nav-float .listmenu .menu-node {

     display:none;

}



        .nav-float .listmenu-level-1, .nav-float .listmenu-level-2, .nav-float .listmenu-level-3 {

            display: none;

            position: absolute;

            background: #036589;

            width: 230px;

            border: solid 1px #787878;

            border-top: 0px;

            color: #fff;



        }

        .nav-float .listmenu-level-1 a, .nav-float .listmenu-level-2 a, .nav-float .listmenu-level-3 a {

            width: 230px;;

        }



         .nav-float .listmenu-level-2 {

             left: 260px;

             top: 0;

             margin-top: -1px;

             border-top: solid 1px;

         }

        .nav-float .listmenu-level-1 li a:hover{

            background: #000;

        }



/* Block section */

.module {

	margin-bottom: 15px;



	border-radius: 4px 4px 4px 4px;

	border:2px solid #e1e1e1;



	background: #ededed;

}

.module__heading {

	margin: 0;

	padding: 8px 10px;



	background: #fff url(../design/startpage_bar_bg.png) repeat-x bottom;



	font-weight: bold !important;

	font-size:16px;

	color: #888888;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);



}

.module__body {

	padding: 10px;





}



/* Secondary navigation */

.listmenu {

	padding: 0;

	margin: 0;

	list-style: none;



	/*padding-left: 10px;*/

}

.listmenu-level-2{

	margin-left: 10px;

}

.listmenu li {

	position: relative;

}

.listmenu a {

	display: block;



	color: #888888;



	font-size:14px;

}





.listmenu-level-0 {

	padding-left: 0;



}



.listmenu-level-0:last-child {

	margin-bottom: -1px; /* Fix for double-border */

}



.listmenu-level-0__item {

	padding-top: -5px;

	padding-bottom: 6px;


	/*border-bottom: solid 1px #dcdcdc;



	background: #fff url(../design/listmenu_bg.png) repeat-x bottom;*/





}





}



.listmenu-level-1 {

	padding-top: 4px;

	padding-bottom: 4px;

	padding-left: 15px;



	border-bottom: 1px solid #dcdcdc;

	border-radius: 0 0 4px 4px;



	background: #202020;

	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.15),

				inset 0 -4px 5px -5px rgba(0,0,0,0.1);

}

.listmenu-level-1 a {

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 14px;

}



.menu-node {

	position: absolute;

	top: 10px;

	right: 8px;



	width: 6px;

	height: 6px;



	/* background-image: url("../design/node.png"); */

	background-repeat: no-repeat;

	background-position: 100% 50%;

}

.menu-node-minus {

	background-image: url("../design/node_minus.png");

}

.menu-node-plus {
	background-image: url("../design/node_plus.png");
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */

.grid-gallery,
.list-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.grid-gallery {
	margin-left: -2%;
}

.view-home .grid-gallery {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-right: 0;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 8px;
	border: 1px solid #fff;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}

.grid-gallery > li:hover {
	border: 1px solid #eee;
}

.grid-gallery > li.aw-item:nth-of-type(5) {
	display: none;
}

.list-gallery > li {
	margin-bottom: 15px;
}

.list-gallery > li:last-child {
	margin-bottom: 0;
}

/* Product-item and Category-item Style */
.product-item {
	text-align: center;
}

.product-item__img {
	height: 180px;
	margin-bottom: 5px;
	line-height: 180px;
	text-align: center;
}

.product-item__heading {
	height: 42px;
	text-transform: none;
	color: #545453;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	overflow: hidden; /* clip text */
}

.product-item__heading a:hover {
	text-decoration: none;
}

.product-item .price {
	font-size: 26px;
}

.product-item__buttons {
	margin-top: 5px;
}

.product-item__buttons .btn {
	width: 49%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.product-item__buttons .btn--primary {
	margin-left: 2%;
}

.aw-item .product-item__buttons .btn {
	width: 47%;
}

.aw-item .product-item__buttons .btn--primary {
	margin-left: 0%;
}

.category-item {
	text-align: center;
}

.category-item__img {
	height: 135px;
	margin-bottom: 10px;
	line-height: 135px;
}

.category-item__heading {
	overflow: hidden;
	height: 21px;
}

.category-item__heading a {
	text-decoration: none;
	color: #333;
}

/* Product section */
.product-carousel {
	height: 400px;
	margin-bottom: 15px;
	line-height: 400px;
	text-align: center;
}

.product-thumbs {
	margin-bottom: 15px;
	font-size: 0; /* Fix: Removes whitespace */
}

.product-thumbs img {
	height: 50px !important;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}

.product-quantity {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #CCC;
	border-radius: 0px;
	font-weight: bold;
	text-align: center;
}

#addToCardButtonDiv  {
	margin-bottom: 20px;
}

#addToCardButtonDiv .btn--primary {
	height: 40px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}

.product-price-field {
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-price-field .price {

	font-size: 26px;

}

.product-stock {

	margin-bottom: 5px;

}

.product-stock-item {

	display: none; /* Show them with js */

}

.product-stock-item__text {

	vertical-align: middle;

}



/* News-page section */

.news-item .media-img {

	width: 100px;

	min-height: 1px; /* Fix for collapsing width if .media-img is empty */

}

.news-item__date {

	font-style: italic;

	color: #999;

}



/* Button section */
.btn {
	display: inline-block;
	padding: 8px 25px 4px;
	border-style: none;
	background: #06182f;
	font-size:20px;
	font-family: 'Teko', 'sans-serif';
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-decoration:none;
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btn--primary {
	background: #00aae2;
}

.btn--primary--large {
	padding: 10px 14px;
	/*background: #b5cb94 url(../design/btn_primary_large_bg.png) repeat-x bottom;*/
	font-size: 20px;
}

/* Alert-box section */
.alert {
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #97c1da;
	border-radius: 3px;
	background-color: #d8ebf8;
	background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 	 -moz-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 		  linear-gradient(#d8ebf8, #d0e3ef);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #264c72;
}

.alert--success {
	border-color: #b6d79a;
	background-color: #dff0d8;
	background-image: -webkit-linear-gradient(#dff0d8, #d3edc8);
	background-image: 	 -moz-linear-gradient(#dff0d8, #d3edc8);
	background-image: 		  linear-gradient(#dff0d8, #d3edc8);
	color: #387b39;
}

.alert--error {
	border-color: #da9797;
	background-color: #f8d8d8;
	background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 	 -moz-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 		  linear-gradient(#f8d8d8, #efd0d0);
	color: #9c2400;
}

.alert--warn {
	border-color: #dca874;
	background-color: #ffe3c8;
	background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 	 -moz-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 		  linear-gradient(#ffe3c8, #f5dac0);
	color: #613A00;
}

/* Price section */
.price {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	color: #05081a;
}

.price-discount {
	color: #C00;
}

.price-orginal {
	font-size: 14px;
	text-decoration: line-through;
}

.price-klarna {
	font-size: 14px;
}

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}

.review-body {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.review-col-1 {
	width: 200px;
	margin-right: 15px;
	float: left;
}

.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}

.review-date {

	font-size :10px;

}



.review-stars {

	display: inline-block;

	height: 15px;



	background: url(/design/star.gif) repeat-x top left;

}

.review-stars-on {

	background-position: 0 -32px;

}

.review-stars-off {

	background-position: 0 0;

}

.review-stars-1 { width: 16px; }

.review-stars-2 { width: 32px; }

.review-stars-3 { width: 48px; }

.review-stars-4 { width: 64px; }

.review-stars-5 { width: 80px; }



/* Input form */

.input-form input,

.input-form textarea {

	width: 100%;

}



.input-form--checkout input,

.input-form--checkout textarea {

	margin: 3px 0;

}



/* Input's in group */

.input-group {

    position: relative;



    font-size: 0;

    white-space: nowrap;

    vertical-align: middle;

}

.input-group .input-group__item {

    position: relative;



    display: inline-block;



    width: 50%;

}

.input-group .input-group__item:first-child {

    width: 48%;

    margin-right: 2%;

}



.input-group-1-4 .input-group__item {

	width: 70%;

}

.input-group-1-4 > .input-group__item:first-child {

    width: 28%;

}



/* Payment logos */

/* In sidebar and checkout */

.payment-logo {

	max-width: 100px;

}

.payment-logo--medium {

	width: 50px;

}

.payment-logo--small {

	width: 30px;

}



.payment-logo--list {

	display: block;

	margin-right: auto;

	margin-bottom: 15px;

	margin-left: auto;

}

.payment-logo--list:last-child {

	margin-bottom: 0;

}



.payment-logo--highlight {

	padding: 5px 7px;

	border-radius: 3px;



	background: #fff;

}



/* Checkout section */

.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 24px;
	border-radius: 50%;
	background-color: #3DB9E4;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#rabattkodinput {
	height: 28px;
	max-width: 150px;
	vertical-align: middle;
}

#rabattkodknapp {
	height: 28px;
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.checkout-termsinfo {

	margin-top: 12px;

}

.checkout-highlight {

	background-color: #3DB9E4 !important;

	font-size: 12px !important;
	color: #fff;
}

.checkout-area-addresses {
	width: 49%;
	float: left;
}

.checkout-area-paymentoptions {
	width: 49%;
	float: right;
}

.wishlist-input-headline {
	font-family: Verdana, Arial;
	font-size: 24px;
	line-height: 26px;
	max-width:500px;
}

.wishlist-input-description {
	font-family: Verdana, Arial;
	font-size: 11px;
	max-width:500px;
}

.checkout-thumb img {
	max-width: none;
}

.nivoThemeDefault {
	margin-bottom: 20px;
}

/* ==========================================================================
   States
   ========================================================================== */

.is-hidden {
	display: none;
}

.is-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-menubar-holder.is-fixed-top {
	background: rgba(4, 11, 35, 0.9);
}

/* ==========================================================================
   OLD CSS
   ========================================================================== */

th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #fff;
	background-color: #000;
	border-style: none;
	height: 24px;
}

table.graybg td {
	background-color: #eee;
	font-size: 14px;
}

.first-graybg td {
	border-bottom: 1px solid #ccc;
}

th.t {
	background-color: transparent;
	text-align: right;
	background-image: none;
	border: none;
	color: #333;
}

table.graybg {
	border-collapse: collapse;
    width: 100%;
}

.graybg .bth2,
.graybg .bth4,
#td_attbetala,
#td_varavmoms {
	white-space: nowrap;
}

/* Dropdown-cart */
div#topcart-holder {
	float: right;
	z-index: 2;
	position: relative;
}

#topcart-holder .btn--primary {
	position: relative;
	top: 0;
	bottom: 0;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
}

div#topcart-area {
	display: inline-block;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	cursor: pointer;
}

#topcart-area .btn--primary{
	border:none !important;
}

.topcart-arrow {
	margin-left: 10px;
	margin-right: 12px;
	display: inline-block;
}

.topcart-icon {
	margin-right: 20px;
}

.topcart-count {
	position: absolute;
	top: -8px;
	left: 25px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	background: #f6af04;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

div#popcart {
	position: absolute;
	line-height: normal;
	right: 0px;
	top: 100%;
	padding: 3px;
	border: 3px solid #302f24;
	border-radius: 0px;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
			box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
	color: #666;
	max-width: 350px;
	min-width: 300px !important;
	z-index: 900;
	height: 0px;
	overflow: hidden;
	display: none;
}

#popcart a {
	color: #666;
}

#popcart a.cartplus,
#popcart a.cartminus {
	color: #fff;
}

	div#popcart .btn {
		color: #fff;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}



a.cartplus, a.cartminus, a.cartx {
	background: #555 no-repeat center center;
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 1px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0;
	line-height: normal;
}

a.cartplus {
	background-image: url(/design/cartbutton_plus.png);
}

a.cartminus {
	background-image: url(/design/cartbutton_minus.png);
	background-position-y: 5px;
}

a.cartx {
	background-image: url(/design/cartbutton_remove.png);
}

a.cartplus:hover, a.cartminus:hover, a.cartx:hover {
	text-decoration: none;
}

a.cartx:hover {

	background-color: #900;

}

a.cartplus:hover {

	background-color: #338B33;

}

a.cartminus:hover {

	background-color: #3E62A3;

}



div.popCartRowSplit {

	height: 1px;

	border-bottom: 1px dashed #ccc;

	margin-bottom: 2px;

}

div.popCartErrorMessage {

	background-color: #FCC;

	text-align: center;

	font-style: italic;

	padding: 5px;

	width: 100%;

	font-size: 10px;

	color: #333;

}



div#popCartShipping {
    background:#555555;
	/*background: #e2ecc0 url(/design/shipping_icon.png) 5px 5px no-repeat;*/
	color: #FFF;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	/*  font-weight: bold;*/
	font-size: 13px;
}

div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #ddd;
}

#cartCountryForm select {
	height: 24px;
	vertical-align: middle;
}

#cartCountryForm .btn {
	height: 24px;
	vertical-align: middle;
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
}

/* Checkout */
			.fb_iframe_widget iframe {
				position: relative !important;
			}

tr.doldkassarad {
	display: none;
}

#checkoutSwitchModeInfo {
    /*background: #eee url(/gfx/paypal_small.png) 11px 6px no-repeat;
    background-size: 40%;*/
    padding: 9px;
    /*padding-left: 110px;*/
    margin-top: 6px;
}

#checkoutSwitchModeInfo img {
	max-height: 30px;
}

#checkoutSwitchModeInfo a {
	text-decoration: underline;
}

#checkoutSwitchModeInfo p {
	padding-left: 30px;
}

.checkoutTextarea {
	height: 48px;
}

.checkoutFieldsBlock {
	margin-bottom: 16px;
}

#checkoutCountrySpan {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.checkoutExtraTable {
	margin-top: 15px;
}

#paymentform {
	margin-top: 15px;
}

div.followuppost {
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom:16px;
	padding:12px;
}

div.followuppost h2 {
	color:#333;
	font-size:14px;
	line-height:16px;
	margin:0 0 8px 0;
	font-weight:bold;
}

div.followupstars {
	height:20px;
}

textarea.followupreview {
	width:400px;
	height:40px;
	margin-bottom:5px;
}

div.followupsocialbutton {
	float:left;
	margin-right:5px;
	margin-top:5px;
	height:30px;
	width:80px;
	line-height:30px;
	overflow:hidden;
}

div.followupsocialbuttons {
	overflow:hidden;
}

input.followupsubmit {
	font-size:14px;
	cursor:pointer;
}

td.followupbild {
	width:105px;
	text-align:center;
}

td.followupbild img {

	max-width:105px;

}

.Newsletter{

	position:absolute;

	right:4px;

	top:20px;



	width:168px

}

.header_newslettertext1{

	position:absolute;

	top:2px;

	left:57px;



	font-size:14px;

	color:#FFF;

}

.header_newslettertext2{

	position:absolute;

	top:16px;

	left:57px;



	font-size:16px;

	font-weight:bold;

	color:#FFF;

}

.header_newslettertext1:hover,.header_newslettertext2:hover{



	text-decoration:none;

}

.header_user{

	position:absolute;

	right:4px;

	top:56px;

}

.header_login{

    font-size:12px;



	color:#FFF;

	font-weight: bold;

}

.header_register{

    margin-left: 26px;

	margin-right: 2px;



	font-size:12px;



	color:#FFF;

	font-weight: bold;

}

}

#checkboxdescription ul{

   margin-left:-30px;

   margin-top:0;

}

#checkboxdescription li{

	list-style-type: none;

    background: url('/design/description_checkbox.png') no-repeat top left;

	display: inline;



    padding-left: 20px;

    padding-right:15px;



    font-size:13px;

}

.articleoftheweek{
	margin:auto;
	color:#888888;
	text-align:center;
}

.articleoftheweek h1{
	color:#3DB9E4;
}

.startpage-boxes-holder {
	width: 100%;
	background: #050819;
}

.startpage-boxes {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Teko', 'sans-serif';
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
}

.startpage-boxes a {
	color: #fff;
}

.startpage-boxes * {
	margin-bottom: 0;
}

.startpage-boxes .grid-content {
	position: relative;
	overflow: hidden;
}

.startpage-boxes .grid-content h3 {
	position: absolute;
	top: 35px;
	left: -80px;
	z-index: 2;
	color: #fff;
	background: #00aae2;
	height: 35px;
	line-height: 35px;
	width: 300px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	font-family: 'Arimo', sans-serif;
	-ms-transform: rotate(-37deg); /* IE 9 */
    -webkit-transform: rotate(-37deg); /* Chrome, Safari, Opera */
    transform: rotate(-37deg);
}

.startpage-boxes .grid-content img {
	margin-bottom: 10px;
}

.startpage-intro {
	margin: 50px 0 20px;
}

.startpage-intro h1 {
	line-height: 1.1;
	font-size: 50px;
	margin-bottom: 0;
}

.startpage-intro h2 {
	font-size: 30px;
}

.startpage-intro table {
	margin-left: -4%;
	margin-top: 30px;
}

.startpage-intro table,
.startpage-intro tbody,
.startpage-intro tr {
	display: block;
	overflow: hidden;
}

.startpage-intro td {
	display: block;
	float: left;
	width: 46%;
	margin-left: 4%;
}

.startpage-intro .grid {
	margin-top: 20px;
}

.startpage-intro .grid-content {
	background: #050718;
	padding: 20px 30px;
	text-align: center;
	color: #fff;
}

.startpage-intro .grid-content h2 {
	margin-bottom: 0;
	line-height: 1.1;
	font-size: 30px;
	color: #fff;
}

.startpage-intro .grid-content h2 strong {
	font-weight: 400;
	color: #f6af04;
}

.startpage-newsletter{
    margin-right:-31px;
	position:relative;
	height:78px;
	background: url(../design/startpage_newsletter_bg.png) no-repeat;
    border-radius: 0 0 12px 0;
	background-position: -5px 0;
	box-shadow: 6px 16px 15px #b5b5b5;
}

.startpage-newsletter img{
	position:absolute;
	height:44px;
	top:27px;
	left:13px;
}

.startpage-newsletter .input-highlight--full{
	position:absolute;
	width:245px;
	height:42px;
	top:27px;
	right:75px;
}

.startpage-newsletter .btn{
	background: url(../design/startpage_newsletter_knapp.png) no-repeat;
	position:absolute;
    height:12px;
	top:24px;
	right:28px;
	padding:13px 10px;
	border:none;
}

.startpage-newsletter .firsttext{

	position:absolute;

	left:73px;

	top:23px;



	font-weight:bold;

	color:#FFF;

	font-size: 24px;

}



.startpage-newsletter .secondtext{

	position:absolute;

	left:73px;

	top:51px;



    font-size:16px;



	color:#000;

}

.line{

	margin-top:-5px;

}

.brands{

	margin-top:43px;

}



.module__body .menu-node-minus {

    display:none;

}

#verticalmenu .menu-node {

	display: none;

}

.fb_navbar {
	position: relative;
	right:1px;
	top:0;
	padding: 9px 6px 12px 0;
    border-right: 1px solid #45c5e9;
    box-shadow: inset -1px 0 0 #036589;
}

.fb_navbar img {
	height: 25px;
}

.productmenu {
	background: #fff url(../design/menubar_bg.png) repeat-x bottom;
	color :#fff !important;
	border-radius: 4px;
	border:1px solid #e1e1e1;
}

.productmodule {
	background: none;
	border: none;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Age check popup */
.age-popup {
	position: relative;
	
	padding: 20px 40px;
	
	background: #1d1d1b;
	color: #fff;
}
.age-popup__18 {
	position: absolute;
	top: 15px;
	right: 10px;
}
.age-popup__18 img {
	max-height: 50px;
}
.age-popup h2 {
	font-size: 26px;
}
.age-popup h1,
.age-popup h2,
.age-popup h3,
.age-popup h4,
.age-popup h5,
.age-popup h6 {
	margin-bottom: 0;
	color: #fff;
}
.age-popup a img {
	margin-bottom: 5px;
}
.age-popup a {
	font-size: 13px;
	color: #fff;
}
.age-popup .grid {
	margin-top: 12px;
	margin-bottom: 12px;
}
.age-popup .grid-item {
	margin: 0;
}
.age-popup .grid-content {
	padding: 5px 12px;
	border: 2px solid #009fe3;
	
	background: #fff;
	color: #222;
	font-weight: 700;
}
#age-popup p {
	margin: 0;
}
#age-popup {
	width: 500px;
	text-align: center;
}
.age-popup-link__currency {
	position: relative;

	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 50px;
}
.age-popup-link__img {
	position: relative;
	
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	max-width: 50px;
	
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.age-popup-link--1 .age-popup-link__img--2:after,
.age-popup-link--151 .age-popup-link__img--1:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	
	background: rgba(0, 0, 0, 0.5);
	content:"";
}
.age-popup-link--1 .age-popup-link__img--2:hover:after,
.age-popup-link--151 .age-popup-link__img--1:hover:after {
	background: none;
}
.customsinfo {
	width: 100%;
	background-color: #eee;
	border: solid;
	border-width: 1px;
	border-color: #FF0004;
	padding: 10px 10px;
	margin-top: 5px;
}
.freightdescription {
	width: 40%;
	background-color: #eee;
	border: solid;
	border-width: 3px;
	border-color: #3DB9E4;
	padding: 5px 10px;
	margin-top: 15px;
	margin-left: auto;
	
	text-align: center;
}
.l-top-menu__left_left{
	float: left;
	padding-right: 20px;
}
.l-top-menu__left_right{
	float: right;
}

.l-top-menu__left_middle {
	padding: 0px 15px 0px 0px;
	float: right;
}

.ageNotOk {
	opacity: 0.6;
	pointer-events: none;
}
.ageCheckResult {
	margin-left: 8px;
	font-size: 25px;
    line-height: 0;
    vertical-align: middle;
}
.ageCheckResult .icon-check {
	color: #3DB9E4;
}
.ageCheck:focus {
	-webkit-box-shadow: 0 0 10px 1px rgba(61,185,228,0.5);
	box-shadow: 0 0 10px 1px rgba(61,185,228,0.5);
}

.paylogos_top {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	
	padding-top: 5px;
	
}
.paylogos_top__inner {
	max-width: 200px;
	width: 100%;	
}

.paylogos_popcart {
	display: inline-block;
    float: left;
    max-width: 200px;
    margin: 10px 2px;
}

.staggering .td3,
.staggering .th2 {
	padding: 0 5px;
	border: 1px solid #ccc;
}

.staggering .th1 {
	padding: 0 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.staggering .td1 {
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.staggering .td2 {
	padding-right: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
