/* ==========================================================================
   Import
   ========================================================================== */

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

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


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


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,
html.wgr-bar-html {
    position: relative;
}

.wgr-bar,
.wgr-bar-tab {
    /* top: 0; */
    top: -34px;
}

.wgr-bar-closed .wgr-bar {
    /* top: -34px; */
    top: -68px;
}

.wgr-bar-tab {
    /* top: -34px; */
    top: -68px;
}


html {
    line-height: 1.4;
}


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


html,
body,
td,
th,
button,
input,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}


h1 {
    font-size: 24px;
}


h2 {
    font-size: 20px;
}


h3 {
    font-size: 17px;
}


h4, h5, h6 {
    font-size: 14px;
}


.litenrubrik {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}


p {
    margin: 0 0 10px;
}


a {
    color: #000;
    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+ */
}


:focus {
    outline: none;
}


input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    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;
}


/* ==========================================================================
   Layuot
   ========================================================================== */
/*.editable-checkout-delivery-area{
    float: right;
}*/

.l-holder,
.l-pageholder {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
}


.l-holder {
    background: #e7e7e7;
    color: #333;
}


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

.l-autocomplete {
    position: absolute;
    top: 275px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    display: none;
    padding: 20px;
    background: #fff;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
    color: #222;
}

.is-autocomplete-active .l-autocomplete {
    display: block;
}

/*
 * Search Page
 */
.l-search-col-1 {
    float: left;
    width: 80%;
    margin-right: 20px;
}

.l-search-col-2 {
    overflow: hidden;
}


.l-header-holder {
    background: #000;
    width: 100%;
}


.l-header {
    position: relative;
    background: #000;
    max-width: 1150px;
    margin: 0 auto;
}


.l-menubar-holder {
    width: 100%;
    background: #212121;
    z-index: 10;
    margin-bottom: 30px;
}


.l-menubar {
    position: relative;
    z-index: 10;
    background: #212121;
    max-width: 1150px;
    margin: 0 auto;
}


.l-top-menu__open {
    display: none;
}


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


.l-main {
    overflow: hidden;
}


.l-inner {
    margin-top: 10px;
}


.view-home .l-inner {
    margin: 0 10px;
}


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

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

.l-sidebar-primary {
    margin-right: 15px;
    float: left;
}


.l-footer-top-holder {
    background: #212121;
    color: #8d8c8b;
    font-size: 18px;
    font-weight: 400;
}


.l-footer-top {
    max-width: 1150px;
    margin: 0 auto;
    padding: 20px 0;
}


.l-footer-top__right {
    float: right;
    margin-left: 20px;
    width: 300px;
}


.l-footer-top__left {
    overflow: hidden;
}


.l-footer-top__left h1, .l-footer-top__left h2, .l-footer-top__left h3 {
    font-size: 18px;
}


.l-footer-top__right h3 {
    float: left;
    margin: 0;
    margin-top: 3px;
}


.l-footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}


.l-footer-top li {
    display: inline-block;
    margin: 0 20px 0 0;
}


.l-footer-top .fb-like.fb_iframe_widget {
    display: inline-block;
    margin-left: 5px;
}


#footerNewsletterForm {
    width: 200px;
    float: right;
}


#footerNewsletterForm input {
    width: 75%;
    float: left;
    height: 30px;
}


#footerNewsletterForm .btn--primary {
    width: 25%;
    float: right;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}


.l-footer-holder {
    width: 100%;
    background: #000;
    color: #8d8c8b;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0;
}


.l-footer-holder a, .l-footer-top-holder a {
    color: #8d8c8b;
}


.l-footer-holder a.btn, .l-footer-top-holder a.btn {
    color: #fff;
}


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


.l-product {
    overflow: hidden;
}

.l-product-col-1 {
    width: 435px;
    margin-right: 15px;
    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;
}


/* Input table */
.input-table {
    display: table;
}

.input-table__item {
    display: table-cell;
    white-space: nowrap;
}

.input-table--middle .input-table__item {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.stretched {
    width: 100% !important;
}


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

.nyhetsdatum {
    display: block;
    font-size: 11px;
    padding-top: 8px;
}

.muted {
    color: #999;
}


.brand {
    color: #aaa;
}


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

/*.fader {
	position: absolute;
	top: 0;

	width: 100%;
}*/
.searchbar-mobile {
    padding: 15px;
    background-color: #000;
}

.site-search > .input-table__item {
    position: relative;
}

.site-search__input::-ms-clear {
    display: none;
}

/* Autocomplete section */
.is-autocomplete-spinner {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #222;
}

.is-autocomplete-clear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    display: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #222;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.is-autocomplete-active .is-autocomplete-clear,
.is-autocomplete-progress .is-autocomplete-clear {
    display: block;
}

.is-autocomplete-spinner-active .is-autocomplete-clear {
    display: none;
}


.breadcrumbs {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

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


.filter-section {
    padding: 7px 10px;
    border: 1px solid #444;
    background: #2a2a2a;
    color: #eee;
    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;
    color: #333;*/
    margin-bottom: 15px;
    padding: 7px 10px;

    border: 1px solid #444;

    background: #2a2a2a;

    color: #eee;

}


.startpage-intro {
    padding-top: 10px;
}


.startpage-bar {
    padding: 5px 10px;

    border: 1px solid #e1e1e1;
    border-radius: 4px 4px 0 0;

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

    color: #693;
    font-size: 18px;
}


.input-highlight {
    background: #212121;
}

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


.site-logo {
    display: inline-block;
    margin: 30px 0;
}


.site-banner {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #fff;
}


.site-banner img {
    margin-right: 20px;
}


.site-banner h1, .site-banner h2 {
    margin: 0;
}


.site-banner h2 {
    color: #8d8c8b;
    font-size: 14px;
}


.site-banner h2 a {
    color: #8d8c8b;
    font-size: 17px;
    font-weight: 600;
}


.site-banner a {
    color: #fff;
}


.site-banner2 {
    position: absolute;
    top: 83px;
    left: 0px;
}


.vat-selector {
    position: absolute;
    bottom: 0;
    right: 0;
}


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

.site-nav__item {
    padding: 0 9px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

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


/* Languages section */
.lang-changer select {
    vertical-align: middle;
}


/* Primary search section */
.site-search {
    position: relative;

    height: 28px;

    margin-bottom: 15px;
    overflow: hidden;
}

.site-search__input {
    height: 28px;
    padding: 0;
    padding-left: 8px;
    margin: auto;
    color: #fff;
    border: none;
    background: none;
}

.site-search__btn {
    top: 0;
    right: 7px;
    bottom: 0;

    width: 15px;
    height: 15px;
    margin: auto;

    border: none;

    background: url(../design/magnify.png) no-repeat 100% 50%;
}


/* Block section */
.module {
    margin-bottom: 15px;
}

.module__heading {
    margin: 0;
    padding: 5px 7px 4px 7px;
    background: #212121;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.module__body {
    padding: 10px 2px 0 2px;
}


.module__news .module__body {
    background: #fff;
    padding: 15px;
    margin-top: 7px;
}


.module__products .module__body {
    padding: 0px;
    margin-top: 7px;
}


.module__products .product-item {
    padding: 0px;
}


.module__products .product-item__img {
    height: 170px;
    line-height: 170px;
}


.module__products .product-item__img img {
    max-height: 170px;
}


.module__products .product-item .price, .module__products .product-item__buttons {
    float: none;
    text-align: left;
    display: block;
    padding: 0 8px;
}

.module__products .product-item__buttons {
    display: none;
}


.module__products .product-item .product-item__delivery {
    font-size: 11px;
}


/*.module__products .product-item .delivery-phrase {
	display: none;
}


.module__products .product-item .green-box, .module__products .product-item .red-box {
	margin-left: 0px;
}*/

/* Secondary navigation */

.listmenu {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
}

.listmenu a {
    position: relative;
    display: block;

    color: #222;
}

.listmenu .selected {
    font-weight: bold;
}


.listmenu-0 {
    padding-left: 0;
}


.listmenu-level-0 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px #dcdcdc;
}

.listmenu-0:last-child {
    margin-bottom: -1px; /* Fix for double-border */
}


.listmenu-0 > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #dcdcdc;
}


.listmenu-1 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;

    border-bottom: solid 1px #dad5c9;
}

.listmenu-1 > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
}


/* Toggle menu */
li .listmenu {
    display: none;
}

.is-listmenu-opened > .listmenu {
    display: block;
}


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

.menu-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

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

    font-size: 12px;
    color: #000;
}


/* 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: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 0px;

    border-style: none;

    vertical-align: top;
    cursor: pointer;
    zoom: 1;
    background: #fff;
    text-align: center;
}


.list-gallery > li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    text-align: center;
}

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

.l-autocomplete .grid-gallery > li,
.view-search .grid-gallery > li {
    width: 31%;
}

/* Product-item and Category-item Style */
.product-item {

}


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

.product-item__heading {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 8px;
    text-align: left;
}

.product-item .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding-left: 8px;
    margin-bottom: 10px;
}

.product-item__buttons {
    display: none;
    text-align: center;
    margin-top: 5px;
    float: right;
    margin-bottom: 25px;
    margin-right: 8px;
}


.product-item__delivery {
    clear: both;
    background: #f4f2f2;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 8px;
    font-weight: 400;
}


.green-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #1e4e1d;
    margin: 0px 5px 0 8px;
}


.red-box {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ff0000;
    margin: 0 5px 0 8px;
}


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

.category-item__img {
    height: 200px;
    margin-bottom: 10px;

    line-height: 200px;
}

.category-item__heading {
    overflow: hidden;
    padding: 8px 5px 12px 5px;
    white-space: nowrap;
    font-size: 16px;
    background: #f4f2f2;
}

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


/* 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: 60px !important;
    margin-top: 5px;
    margin-right: 5px;

    cursor: pointer;
}

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


#addToCardButtonDiv .btn--primary {
    vertical-align: middle;
    padding: 8px 8px;
}

.product-quantity {
    width: 30px;
    height: 31px;
    vertical-align: middle;
    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;
}

.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: 4px 6px;
    background: #212121;
    font-size: 13px;
    border: 0;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

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


.btn--primary {
    background: #1e4e1d;
}

.btn--primary--large {
    padding: 9px 9px 7px 9px;
    font-size: 15px;
}


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

.price-discount {
    color: #ff0000;
}

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


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

.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 */

#hjalpfrakt {
    background: #fff !important;
}


.checkout-stepnumber {
    display: inline-block;
    margin-right: 6px;
    padding: 3px 8px;

    border-radius: 25px;
    background-color: #e7e7e7;

    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


.checkout-termsinfo {
    margin-top: 12px;
}

.checkout-highlight {
    background-color: #111 !important;
    font-size: 12px !important;
    color: #fff !important;
}


.checkout-area-addresses {
    width: 390px;
    float: left;
}


.checkout-area-paymentoptions {
    width: 390px;
    float: right;
}

.checkout_pickup {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px;
}

.wishlist-input-headline {
    font-size: 24px;
    line-height: 26px;

    width: 500px;
}

.wishlist-input-description {
    width: 500px;
}


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

.is-hidden {
    display: none;
}


.is-fixed-top {
    position: fixed;
    top: 0;
}


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

th {
    font-weight: bold;
    text-align: left;
    color: #fff;
    background-color: #1c1c1c;
    height: 24px;
}


div.checkout-area-addresses, div.checkout-area-paymentoptions {
    width: 48% !important;
}


.graybg {
    border-collapse: collapse;
}


table.graybg td {
    background-color: #fff;
    color: #333;
}


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


table.graybg {
    width: 100%;
}

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


/* Dropdown-cart */

div#topcart-holder {
    float: right;
    margin-right: 0px;
    height: 45px;
    z-index: 2;
    position: relative;
    color: #fff;
}

div#topcart-area {
    /*background: url(/design/topcart_cartsymbol.png) no-repeat left 8px;*/
    height: 45px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    border-radius: 2px;
    padding: 0 0 0 0px;
    min-width: 320px \9;
}


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

#topcart-area img {
    margin-right: 7px;
}


div#popcart {
    position: absolute;
    right: 0;
    top: 45px;
    padding: 3px;

    border-left: 1px solid #444;
    border-bottom: 1px solid #444;

    background-color: #212121;

    color: #fff;
    width: 245px;
    z-index: 900;
    height: 0px;
    overflow: hidden;
    display: none;

    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
}


#popcart .price {
    color: #fff;
}


#popcart a {
    color: #fff;
}

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%;
    color: #333;
}


div#popCartShipping {
    background: #111 url(/design/shipping_icon.png) no-repeat 8px 8px;
    color: #ddd;
    margin: 4px;
    margin-bottom: 6px;
    padding: 4px 12px 4px 30px;
    font-size: 11px;
    font-weight: bold;
}

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


div#popCartShipping select {
    font-size: 11px;
    margin-right: 5px;
}


div#popCartShipping .btn {
    padding: 2px 3px;
    font-size: 11px;
}


/* Checkout */
.checkout__delivery-btn {
    background-image: linear-gradient(to bottom, #e4e4e4, #f7f7f7);
    border: 1px solid #afafaf;
    border-radius: 1px;
    color: #000;
}

.fb_iframe_widget iframe {
    position: relative !important;
}


tr.doldkassarad {
    display: none;
}


#checkoutSwitchModeInfo {
    background: 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-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;
}

.topcart-subtotal {
    font-weight: bold;
}

.swish-checkout {
    max-height: 27px;
}

.js-autocomplete-submit {
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
}

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

}


/*Ibland kan HTML suga, fick jag det förklarat för mig, så i butiker runt Version 7.0.?:
Om grid-item-1-2 inte lägger sig bredvid varandra kan nedan behövas. Läggs in i befintliga klasser i style.css.*/
.grid {
	font-size: 0;
}

.grid-item {
	font-size: 15px;
}

/* Lazyloading of images */
.is-lazyload,
.is-lazyloading {
	visibility: hidden;
	opacity: 0;
}

.is-lazyloaded {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s;
}

/**
 * Cookie control
 */
.cookie-control-banner {
    position: fixed;
    bottom: 0;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #e9e9e9;
    padding: 10px;
    width: 100%;
    background: #2d2d2d;
    color: #fff;
    text-align: center;
}

.cookie-control-banner h4 {
    color: #fff;
}

.cookie-control-banner--big {
    min-height: 250px;
}

.cookie-control-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.cookie-control-wrapper .cookie-control-banner--small {
    display: flex;
}

.cookie-control-banner__text {
    display: block;
    text-align: left;
}

.cookie-control-banner__text .cookie-control-banner--small {
    margin-right: 15px;
}

.cookie-control-banner__text .cookie-control-banner--big {
    margin-bottom: 20px;
}

.cookie-control-banner__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 50em;
    width: 100%;
}

.cookie-control-banner__buttons .cookie-control-banner--small {
    margin-right: 0;
}

.cookie-control-banner__buttons .btn {
    display: block;
    border-radius: 0;
    width: 100%;
    background: none;
    color: #fff;
    padding: 10px 5px;
    border: solid 1px;
}

.cookie-control-banner .btn--primary {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.cookie-control-controller .btn {
    border-radius: 0;
    background: none;
    color: #000;
}

.cookie-control-controller .btn--primary {
    border-color: #000;
    background: #000;
    color: #fff;
}

.cookie-control-overlay {
    position: absolute;
    top: 0;
    z-index: 100001;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}

.cookie-control-controller-holder {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100002;
    display: flex;
    align-items: center;
}

.cookie-control-controller {
    max-height: 80vh;
    margin: auto;
    overflow-y: auto;
    padding: 3%;
    max-width: 753px;
    background: #fff;
}

.cookie-control-controller__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cookie-control-controller__item h4 {
    font-size: 1.6rem;
}

.cookie-control-controller__optional {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.cookie-control-controller__optional label {
    display: flex;
    align-items: center;
    width: 100%;
}

.cookie-control-controller__optional input[type="checkbox"] + label:before {
    border: 2px solid #a9a9a9;
    border-radius: 4px;
    height: 16px;
    min-width: 16px;
    width: 16px;
    background-size: 10px;
}

.cookie-control-controller__optional .item-text {
    margin-left: 15px;
}

.cookie-control-controller__optional .item-text p {
    margin-bottom: 0;
}

.mr-small {
    margin-right: 5px;
}

.ml-small {
    margin-left: 5px;
}

.mt-small {
    margin-top: 5px;
}

.mb-small {
    margin-bottom: 5px;
}

.mr {
    margin-right: 15px;
}

.ml {
    margin-left: 15px;
}

.mt {
    margin-top: 15px;
}

.mb {
    margin-bottom: 15px;
}
