/* ==========================================================================
   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;
}
body.view-home {
    background: #fafafa;
}
html,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
select {
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;

	color: #585858;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
.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: #222;
   	-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 #cfcfcf;
}

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;
}

.view-newsletter ul {
	margin: 0;
}

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

/* Grid styles */
.grid {
    margin-left: -2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.grid-item-1-2 .grid {
    margin-left: -4%;
}
.grid-item-2-3 .grid {
    margin-left: -4%;
}
.grid-item-1-3 .grid {
    margin-left: -6%;
}
.grid-item-1-4 .grid {
    margin-left: -8%;
}

.grid .grid .grid-content > p,
.grid .grid .grid-content > h2 {
    margin-bottom: 0;
}

.grid:before,
.grid:after {
    content: "";
    display: table;
}
.grid:after {
    clear: both;
}

.grid-item {
    display: inline-block;
    padding-left: 2%;
    margin-bottom: 2%;

    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.grid-item-1-2 .grid-item {
    padding-left: 4%;
    margin-bottom: 4%;
}
.grid-item-2-3 .grid-item {
    padding-left: 4%;
    margin-bottom: 4%;
}
.grid-item-1-3 .grid-item {
    padding-left: 6%;
    margin-bottom: 6%;
}
.grid-item-1-4 .grid-item {
    padding-left: 8%;
    margin-bottom: 8%;
}

.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%;
}

/* ==========================================================================
   Layuot
   ========================================================================== */
.l-holder {
	position: relative;
	max-width: 1150px;
	margin: 15px auto;
	border-radius: 5px;
}

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

.l-topbar {
	height: 37px;
	background: #6f6f6f;

	color: #fff;
	line-height: 36px;
}
.l-topbar ul {
	padding: 0;
	margin: 0;
}
.l-topbar li {
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
}

.l-header {
	position: relative;

	padding: 15px 15px 25px;

	background: #f6f7f8;
	text-align: center;
}
.l-menubar {
	position: relative;
	z-index: 10;

	min-height: 41px;

	background: #f6f7f8 url(../design/menubar_bg.png) bottom repeat-x;
	text-align: center;
}
.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;

	margin-left: auto;
	margin-right: auto;
}
.l-content {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.l-main {
	overflow: hidden;
}
.l-inner {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
.view-home .l-inner {
	margin: 0 10px;
}
.view-checkout .l-inner {
	margin-left: 20px;
	margin-right: 20px;
}
.l-sidebar,
.l-sidebar-primary {
	width: 165px;
	float: right;
}
.l-sidebar {
	margin-left: 15px;
}
.l-sidebar-primary {
	margin-right: 15px;
	float: left;
}

.footer-wrapper {
	max-width: 1150px;
	margin: 0 auto;
}
.l-footer {
	padding: 15px;
	overflow: hidden;

	background: #f6f7f8;
}
.l-footer h3 {
	font-size: 24px;
	font-weight: 100;
}
.l-footer-newsletter {
	max-width: 500px;
	width: 100%;
	margin: 30px auto 60px;
	text-align: center;
}
.l-footer-newsletter h3 {
	font-size: 36px;
}
.l-footer-cols {
	max-width: 800px;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
}
.l-footer-cols > div {
	display: inline-block;
	text-align: left;
}
.l-footer-col-1 {
	float: left;
}
.l-footer-col-3 {
	float: right
}
.l-footer-payment {
	margin: 20px 0;
	text-align: center;
}

.l-product {
	overflow: hidden;
}
.l-product-col-1 {
	width: 600px;
	margin-right: 30px;
	float: left;
}
.l-product-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
/* ==========================================================================
   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: #0000;
}
/* ==========================================================================
   Modules
   ========================================================================== */
/*.fader {
	position: absolute;
	top: 0;

	width: 100%;
}*/
.breadcrumbs {
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.breadcrumbs > li {
	margin-right: 5px;
}


.filter-form {
	padding: 10px;
	background: #f6f7f8;
}

.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: 1px solid #e1e1e1;
	background: #fff url(../design/highlight_bar_bg.png) repeat-x bottom;
}
.startpage-bar {
	padding: 5px 10px;
	color: #585858;
	font-size: 20px;
	text-align: center
}
.input-highlight {
	background: #fff;
}
.input-highlight:focus {
	border: 1px solid #dcdcdc;
}
.input-highlight--full {
	width: 100%;
	margin-bottom: 5px;
}
.site-logo {
	display: inline-block;
}
.site-banner {
	position: absolute;
	top: 0px;
	right: 0px;
}
.vat-selector {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Main navigation section */
.site-nav {
	display: inline-block;
	text-align: center;
}
.site-nav > li {
	display: inline-block;
}
.site-nav__item {
	padding: 0 15px;

    color: #585858;
	font-size: 16px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
}
.site-nav__icon {
	margin-top: -3px; /* Fix for align middle */
}

.nav-block {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-block > li > a,
.nav-block div > li > a {
    display: block;
}

/* Dropdown - Barebone */
.dropdown {
    position: absolute;
    right: 0;
    left: 0 !important;

	text-align: left;
    display: none; /* Hide dropdown */
}
li:hover > .dropdown {
    display: block; /* Show dropdown */
}
.has-dropdown a {
    position: relative;
    padding-right: 30px;
}
.has-dropdown .wgr-icon {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    margin: auto;
    height: 18px; /* Same as text-size */
}

/* Mega dropdown - Styling */
.dropdown-mega {
    padding: 20px;
    border-top: 2px solid #585858;
    border-bottom: 2px solid #585858;

    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.dropdown-mega__colums {
    display: inline-block;
    min-width: 180px;
    margin-right: 20px;

    vertical-align: top;
}
.dropdown-mega__colums:last-child {
    margin-right: 0;
}
.dropdown-mega__item {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}
.dropdown-mega__title {
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 7px;

    border-bottom: 1px solid #eee;

    font-size: 13px;
}
.has-dropdown--mega > .dropdown-mega__title {
    margin-bottom: 3px;
}
.has-dropdown--mega.dropdown-mega__colums {
    margin-bottom: 7px;
    font-size: 12px;
}

.dropdown .category-wrapper,
.dropdown img {
	display: inline-block;
	vertical-align: middle;
}
.dropdown .category-wrapper {
	width: 75%;
}
.dropdown img {
	width: 25%;
	-webkit-box-shadow: 0 5px 10px #ccc;
    -moz-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
}

/* Languages section */
.lang-changer select {
	vertical-align: middle;
}
/* Primary search section */
.site-search {
	position: relative;

	float: right;
	width: 190px;
	height: 37px;

	overflow: hidden;
}
.site-search__input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	height: 35px;
	width: 80%;
	padding: 0;
	padding-left: 7px;
	margin: auto;
	border: none;
	background: none;
}
.site-search__input:focus {
	border: none;
}
.site-search__btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	width: 20%;
	height: 35px;
	margin: auto;
	border: none;
}
.site-search__btn i {
	font-size: 18px;
	color: #585858;
}
/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 4px 4px 0 0;

	font-weight:100;

	font-size:16px;
	color: #585858;
	text-transform: uppercase;
}
.module__body {
}
/* Secondary navigation */
.listmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
}
.listmenu li {
}
.listmenu a {
	position: relative;
	display: block;
	color: #585858;
}
.listmenu .selected {
	font-weight: bold;
	color: #585858;
	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: 6px;
	padding-bottom: 6px;
}
.listmenu-level-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.listmenu-level-1 a {
	padding-top: 4px;
	padding-bottom: 4px;

	font-size:14px;
}

.list-selection-holder {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.list-selection-holder:first-of-type {
    margin-right: 2%;
}
.list-selection-holder select {
    width: 100%;
}
.listSelection {
	position: relative;

	padding: 10px;
	border: 1px solid #e9e9e9;
	background: #fff;

	font-weight: bold;
    line-height: 0.9;
	cursor: pointer;
	text-align: center;
}
.listSelection:hover {
	border: 1px solid #ccc;
}
.listSelectionContent {
	display: inline-block;
    vertical-align: top;
    width: 48%;
	margin-right: 1%;
	padding: 1px 2px 0 2px;
}
.listSelectionContent input {
	float: left;
	margin: 3px 5px 0 0;
}
.listSelectionUrval {
	padding: 5px;
}
/* Toggle menu */
li .listmenu {
    display: none;
}
.is-listmenu-opened > .listmenu {
    display: block;
}
.menu-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    margin: auto;
    width: 15px;
    height: 12px; /* Same as font-size */

    font-size: 12px;
    color: #693;
}
.maincategory__item {
	padding: 3px;
	border: 1px solid red;
}
.maincategory .selected {
	font-weight: bold;
}


/* 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%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 8px;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
	box-sizing: border-box;
}
.view-home .grid-gallery > li {
	width: 23%;
}
.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 {
	position: relative;
	height: 235px;
	margin-bottom: 5px;
}
.product-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.product-item__brand {
	margin-bottom: 5px;
	font-size: 15px;
}
.product-item__heading {
	overflow: hidden; /* clip text */
	height: 44px;
	margin-bottom: 10px;

	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.product-item .price {
	font-size: 15px;
}
.product-item__buttons {
	margin-top: 5px;

	float: right;

	display: none;
}
.category-item {
	text-align: center;
}
.category-item__img {
	height: 135px;
	margin-bottom: 10px;
	line-height: 135px;
}
.category-item__heading {
	overflow: hidden;
	white-space: nowrap;
}
.category-item__heading a {
	text-decoration: none;
}
/* Product section */
.product-carousel {
	height: 600px;
	margin-bottom: 15px;
	line-height: 600px;
	text-align: center;

	background-color: white;
}
.product-thumbs {
	margin-bottom: 15px;
	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs img {
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.product-producer {
	font-size: 16px;
	margin-bottom: 5px;
}
.product-title {
	font-family: 'Poppins', 'Fjalla One', sans-serif;
}

.product-options {
	display: inline-table;
	vertical-align: middle;
}
.product-option-spacing:first-child {
	padding-left: 15px;
	padding-right: 15px;


	background: #585858;
	color: #fff;

    vertical-align: middle;
    line-height: normal;
}
.product-option-spacing select {
    height: 45px;
    padding: 0 20px;

	font-size: 16px;
}
.product-quantity {
	width: 30px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-price-field .price {
	font-size: 21px;
	font-weight: 700;
}
.product-stock {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}

/* Category section*/
.category-title {
	text-align: center;
}
.category-description {
	margin: 10px 0 30px;
	text-align: center;
}

/* 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;
}

/* Footer newsletter form */
.newsletter-form {
	width: 100%;
}
.newsletter-form__input {
	width: 85%;
	height: 45px;
    padding: 5px 10px;

    border: 0;
	border-radius: 4px 0 0 4px;
}
.btn.newsletter-form__btn {
	width: 13%;
	height: 35px;
    padding: 5px 1%;
	border-radius: 0 4px 4px 0;

    font-size: 35px;
    line-height: 35px;
    vertical-align: top;
}

/* Button section */
.btn {
	display: inline-block;
	padding: 6px 7px;
	border: none;
	border-radius: 3px;
	background: #c7c6c6;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	line-height: 13px;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn--primary {
	background: #585858;
	color: #fff;
}
.btn--primary--large {
	padding: 11px 14px;
	background: #585858;
	font-size: 20px;
}

.visaprodBuyButton,
.visaprodWishlistButton {
	display: block;
	padding: 10px;
	margin: 1px;

	font-family: 'Fjalla One', 'Poppins', sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

/* 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-weight: bold;
	color: #585858;

}
.price-discount {
	color: #C00;
}
.price-orginal {
	font-size: 10px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 10px;
}
/* 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--small {
	width: 30px;
}
.payment-logo--list {
	display: block;
	margin: 0 auto 25px;
}
.payment-logo--klarna {
	max-width: 100%;
}
.payment-logo--list:last-child {
	margin-bottom: 0;
}
.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;

	background: #fff;
}
.wgr-production {
	text-align: center;
}

/* Checkout section */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	padding: 3px 8px;
	border-radius: 25px;
	background-color: #585858;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.checkout-termsinfo {
	margin-top: 12px;
}
.checkout-highlight {
	background-color: #d7e0d3 !important;
	font-size: 14px !important;
}
.checkout-area-addresses {
	width: 350px;
	float: left;
}
.checkout-area-paymentoptions {
	width: 370px;
	float: right;
}
.wishlist-input-headline {
	font-family: Verdana, Arial;
	font-size: 24px;
	line-height: 26px;

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

	width:500px;
}
/* ==========================================================================
   States
   ========================================================================== */
.is-hidden {
	display: none;
}
.is-fixed-top {
	position: fixed;
	top: 0;
}
/* ==========================================================================
   OLD CSS
   ========================================================================== */
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #222;
	background-image: url("../design/knapp_bg.gif");
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	height: 24px;
}
table.graybg td {
	background-color: #fff;
	font-size: 13px;
}
th.t {
	background-color: transparent;
	text-align: right;
	background-image: none;
	border: none;
}
table.graybg {
    width: 100%;
}
.graybg .bth2,
.graybg .bth4,
#td_attbetala,
#td_varavmoms {
	white-space: nowrap;
}
/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;

	float: right;
	height: 37px;
	margin-left: 4px;
}
div#topcart-area {
	display: inline-block;
	height: 37px;
	padding: 0 5px;

	background: #fff;
	color: #585858;

	font-size: 13px;
	line-height: 36px;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	margin: 0 5px;
	cursor: pointer;
}
div#popcart {
	position: absolute;
	right: 0;
	top: 38px;
	padding: 3px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 3px;
	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);

	color: #666;
	max-width: 350px;
	z-index: 900;
	height: 0px;
	line-height: normal;
	overflow: hidden;
	display: none;
}
div#popcart .btn {
	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: #eee url(/design/shipping_icon.png) 5px 5px no-repeat;
	color: #0000;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 10px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #0000;
}
/* Checkout */

			.fb_iframe_widget iframe {
				position: relative !important;
			}

tr.doldkassarad {
	display: none;
}
#checkoutSwitchModeInfo {
	background: #eee url(/gfx/question.gif) 6px 8px no-repeat;
	padding: 6px;
	padding-left: 24px;
	margin-top: 6px;
}
#checkoutSwitchModeInfo a {
	text-decoration: underline;
}
.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;
}
.startpage-intro {
	background: white;
	padding: 5px;
	margin: 30px 0;
}
.startpage-intro2 table {
	/*max-width: 970px;*/
}
.startpage-intro2 .grid {
	/*max-width: 990px;
	margin: 0 auto;
	position: relative;
	left: -10px;*/
}

.menu_bold li a{
	font-weight:bold !important;
	color: #747373 !important;
}

/* Instagram widget */
.instagram-widget {
	position: relative;
	margin-bottom: 20px;
}

.instagram-widget--grid {
	margin-left: -2%;
}
.instagram-widget--grid li {
	width: 18%;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
}

.instagram-widget__item {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;

	vertical-align: middle;
	transition: opacity .3s;
}
.instagram-widget__item:hover {
	opacity: .8;
}
.instagram-widget__image {
	position: absolute;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	background-position: 50%;
}

@media all and (max-width: 480px) {
	.instagram-widget--grid li {
		width: 48%;
	}
	.instagram-widget li:last-child {
		/* Remove last odd item */
		display: none;
	}
}

.instagram-username {
	position: absolute;
	bottom: 5px;
	right: 70px;

	font-size: 12px;
	font-weight: 600;
	color: #222;
}

/* carousel nav */
.owl-nav {
	float: right;
	margin-top: 10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 5px;

	background: #f2f2f2;
	border-radius: 3px;

	line-height: 1;
	font-size: 16px;
}

/* Image-on-image */
.imageonimage {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.imageonimage p {
	margin-bottom: 0;
}
.imageonimage-1,
.imageonimage-2 {
	width: 100%;
}
.imageonimage-2 {
	position: absolute;
	top: 0;
	right: 0;

	display: none;
}

.p-banner {
    position: absolute;
}

.p-banner--holder {
    cursor: pointer;
    position: absolute;
    top: 10px;
    display: inline-block;
    padding: 3px 10px 0 8px;
    /* font-weight: bold; */
    /* border-radius: 3px 0 0 3px; */
    height: 24px;
    min-width: 110px;
    box-sizing: border-box;
    /* box-shadow: 0 0 3px #aaa; */
    color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    z-index: 5;
    font-size: 14px;
}/*
.p-banner--holder {
	cursor: pointer;
    position: absolute;
    top: 10px;
    display: inline-block;
    padding: 13px 10px 0 8px;
    font-weight: bold;
    border-radius: 20px 20px 20px 20px;
    height: 40px;
    min-width: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #aaa;
    color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    z-index: 5;
}*/
/*
.p-banner--holder:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} */
 /*
.p-banner--holder:after {
    border-width: 12px;
    top: 50%;
    margin-top: -12px;
}*/

.p-banner--dot {
    position: absolute;
    right: -3px;
    top: 9px;
    z-index: 1;
    background-image: url(/images/product-banner/product-banner_dot.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
}
