/* ==========================================================================
   Base
   ========================================================================== */

html {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #404041;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
}

body {
	background-image: none;
	background-color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
	color: #f36f2b;
	font-weight: 900;
	margin-top: 0;
}

.front__transportbilen h1,
.front__transportbilen h2,
.front__transportbilen h3,
.front__transportbilen h4,
.front__transportbilen h5,
.front__transportbilen h6,
.front__venton h1,
.front__venton h2,
.front__venton h3,
.front__venton h4,
.front__venton h5,
.front__venton h6 {
	color: #a4c93a;
	font-weight: 400;
    font-family: 'Russo One', sans-serif;
}

h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 600;
}

h1 {
	font-size: 29px;
	font-weight: 700;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	margin: 0 0 10px;
}

b,
strong,
th {
	font-weight: 900;
}

th,
td {
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: middle;
}

a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #f36f2b;
	text-decoration: none;
}

.front__transportbilen a:hover,
.front__venton a:hover,
.front__transportbilen .l-top-menu__middle__left a:hover,
.front__venton .l-top-menu__middle__left a:hover,
.front__transportbilen .l-footer a:hover,
.front__venton .l-footer a:hover {
	color: #A4C93A;
}

input,
textarea {
	padding: 5px 6px;

	border: 1px solid #c2c2c2;
	border-radius: 2px;

	color: #222;
}
input:focus,
textarea:focus {
	border-color: #b2b2b2;
	outline: none;
}

select {
	padding: 6px 3px;
	font-size: 11px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	cursor: pointer;
}

/* Custom checkbox and radio button */
input[type="radio"],
input[type="checkbox"] {
	display: none;
	display: inline-block\9;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	display:inline-block;
	display: none\9;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-top: 3px;

	border: 1px solid #a9a9a9;
	border-radius: 2px;
	background: #f9f9f9;
	background: linear-gradient(#f9f9f9, #e9e9e9);

	vertical-align: top;
	content: '';
}

.vat-selector input[type="radio"] + label:before,
.vat-selector input[type="checkbox"] + label:before {
	vertical-align: middle;
	margin-top: 0;
}

input[type="radio"] + label:before {
	border-radius: 50%;
}
input[type="radio"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-radio-2.png) center no-repeat;
	background-size: 6px;
}
input[type="checkbox"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-box-2.png) center no-repeat;
	background-size: 8px;
}

input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before {
	background: #bbb;
	cursor: default;
}

hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;

	border: 0;
	border-top: 1px solid #eee;
}

.editable-body img,
.category-lead img,
.product-description img {
	height: auto !important;
}

/* ==========================================================================
   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-1 {
    width: 100%;
}
.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%;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-top-menu-holder {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 11;
}

.l-top-menu {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	line-height: 35px;
}


.l-top-menu p {
	margin-bottom: 0;
	white-space: nowrap;
}

.l-top-menu__left {
	float: left;
	border-right: 1px solid #eee;
	padding-right: 15px;
}

.l-top-menu__right {
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	background: #efefef;
}

.l-top-menu__middle {
	overflow: hidden;
}

.l-top-menu__middle__left {
	float: left;
	font-weight: 900;
}

.l-top-menu__middle__left a {
	color: #333;
}

.l-top-menu__middle__left a:hover {
	color: #f36f2b;
}

.front__venton .l-top-menu__middle__left a:hover,
.front__transportbilen .l-top-menu__middle__left a:hover {
	color: #A4C93A;
}

.l-top-menu__middle__left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-top-menu__middle__left li {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #eee;
}

.l-top-menu__middle__left li img {
	margin-right: 7px;
	margin-top: -2px;
}

.l-top-menu__middle__middle {
	float: left;

	margin-left: 5px;
}

.l-top-menu__middle__right {
	float: left;
	padding-left: 15px;
}

.l-holder {
	position: relative;
	max-width: 1150px;
	margin: 5px auto 15px;
	border-radius: 0px;
	padding: 25px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.view-home .l-holder,
.view-checkout .l-holder {
	margin-top: 15px;
}

.view-checkout .l-holder {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.l-constrained {
	position: relative;

	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.view-home .l-main,
.view-checkout .l-main {
	overflow: visible;
}

.l-header,
.l-menubar,
.l-content,
.l-footer {
	margin-left: 0px;
	margin-right: 0px;
}

.l-header-holder {
	width: 100%;
	background: #fff;
}

.l-header {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}

.l-header__left {
	float: left;
}

.l-header__right {
	float: right;
	padding-top: 10px;
}

.l-header__middle {
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

.l-header__middle__left {
	overflow: hidden;
	padding-right: 40px;
	padding-top: 25px;
}

.l-header__middle__right {
	float: right;
	padding-top: 25px;
}

.l-header__middle__right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-menubar-holder {
	width: 100%;
	background-color: #404041;
	background-image: linear-gradient(to bottom, #333, #505050 50%);
	position: relative;
	z-index: 10;
}

.l-menubar {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	z-index: 10;
	min-height: 0;
	margin-bottom: 0px;
	border-style: none;
	border-radius: 0px;
	background: none;
}

.l-top-menu-holder.is-menubar-sticky,
.l-menubar-holder.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-menubar-holder.is-menubar-sticky {
	margin-top: 35px;
}

.l-content {}

.l-main {
	overflow: hidden;
	margin-bottom: 15px;
}

.l-inner,
.view-home .l-inner,
.view-checkout .l-inner {
	margin-left: 0;
	margin-right: 0;
}

.l-sidebar,
.l-sidebar-primary {
	width: 180px;
}
.l-sidebar-primary {
	margin-right: 15px;
	float: left;
}
.l-sidebar {
	margin-left: 15px;
	float: right;
}

.l-footer-top-holder {
	background: #404041;
	width: 100%;
}

.front__transportbilen .l-footer-top-holder,
.front__lastbilsgrossisten .l-footer-top-holder,
.front__venton .l-footer-top-holder {
	background: #292526;
}

.l-footer-top {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 0;
}

.l-footer-top h2 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

.l-footer-top p {
	margin-bottom: 0;
}

.l-footer-top__left {
	float: left;
	color: #fff;
}

.l-footer-top__left a {
	color: #fff;
}
.l-footer-top__left p:first-of-type {
	color: #fff;
    margin-bottom: 0;
    margin-top: 0;

	font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
}

.l-footer-top__right {
	float: right;
}

.l-footer-top__right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer-top__right li {
	display: inline-block;
	margin-left: 10px;
}

.l-footer-top__middle {
	overflow: hidden;
	max-width: 450px;
	padding: 5px 40px 0 40px;
}

#footerNewsletterForm input {
	width: 80%;
	background: #fff;
	height: 40px;
	vertical-align: middle;
	border-style: none;
	border-radius: 0;
	color: #777;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 0;
}

#footerNewsletterForm .btn {
	width: 20%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.l-footer-holder {
	background: #fff;
	width: 100%;
}

.l-footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 0;
	border-style: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	overflow: hidden;
}

.l-footer h3 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 4px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 15px;
	color:#f36f2b;
}

.front__venton .l-footer h3,
.front__transportbilen .l-footer h3 {
	color: #a4c93a;
	font-weight: 400;
}

.l-footer-holder__transportbilen h3 {
	border-style: none;
}

.l-footer-col-1 {
	width: auto;
	margin-right: auto;
	float: left;
}
.l-footer-col-2,
.l-footer-col-3 {
	width: auto;
	margin-left: auto;
	float: right;
}
.l-footer-col-overflow {
	overflow: hidden; /* Overflow hidden layout */
}

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4 {
	float: left;
	width: 24%;
	padding-right: 20px;
}

.l-footer-col-4 {
	width: 28%;
	padding-right: 0;
}

.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer li {
	margin-bottom: 10px;
}

.l-footer a {
	color: #444;
}

.l-footer a:hover {
	color: #f36f2b;
}

.front__venton .l-footer a:hover,
.front__transportbilen .l-footer a:hover {
	color: #A4C93A;
}

.l-footer-payment {
	display: block;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	border-style: none;
}

.l-footer-payment .payment-logo--list {
	display: inline-block;
	max-width: 80px;
	max-height: 70px;
	padding: 0;
	margin: 10px;
}
.l-footer-payment .klarna-logo-list {
	max-width: 100%;
}

/* Productpage */
.l-product {
	overflow: hidden;
}
.l-product-col-1,
.l-product-col-3 {
	width: 45%;
	float: left;
}
.l-product-col-2 {
	float: right;
	width: 50%;
}
.l-product-col-3 {
	clear: left;
}

/* Product reminder */
.product-reminder {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-reminder__form {
	margin-bottom: 15px;
}

.is-product-reminder__spinner {
	position: relative;
	margin-left: 15px;
}

.checkout-part-delivery {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	border-radius: 0 0 4px 4px;
	padding: 5px 20px 20px;
}

.checkout-part-delivery p {
	font-style: italic;
	font-size: 11px;
}

.checkout-part-delivery .checkout-title {
	font-size: 16px;
}

/* Free products */
.checkout-free-products {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	border-radius: 0 0 4px 4px;
	padding: 5px 20px 20px;
}

.checkout-free-products .checkout-title {
	font-size: 16px;
}

.free-products {
	margin: 0;
	padding: 0;
	list-style: none;
}
.free-products--title {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;

	border-bottom: 2px solid rgba(80, 80, 80, 0.9);

	color: #f36f2b;
	font-size: 15px;
	font-weight: 900;
}
.free-product-col-1 {
	display: inline-block;
	width: 25%;

	vertical-align: middle;
	text-align: center;

}
.free-product-col-2 {
	display: inline-block;
	width: 48%;
	padding-left: 2%;
	vertical-align: middle;
}
.free-product-col-3 {
	display: inline-block;
	width: 23%;
	padding-left: 2%;

	vertical-align: middle;
	text-align: right;
}
.free-product-col-1 img {
	max-height: 70px;
	max-width: 100%;
}

.free-product-col-3 .btn {
	text-align: center;
}

.free-product-col-3 .is-selected {
	background: #222;
}

.free-product-item--unselectable .btn {
	background: #888;
}

.free-product-item--unselectable .free-product-col-2 {
	color: #888;
}
.free-product-item--unselectable .free-product-col-1 img {
	opacity: 0.6;
}
.free-products--title.unselectable {
	color: #888;
	border-bottom: 2px solid #888;
}

/* Checkout */
.l-checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
.l-checkout-col-2,
.l-checkout-col-1-2 {
	float: right;
	width: 60%;
}
.l-checkout-col-1-2 {
	clear: left;
}
.l-checkout-col-1-inner {
	margin-bottom: 15px;
	padding: 10px 20px 20px;

	background-color: #fff;
	border-top-width: 2px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.l-checkout__shipping,
.l-checkout-col-1 {
	float: left;
	width: 40%;
	padding-left: 10px;
	padding-right: 35px;
}
.l-checkout-col-2-inner {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottoM: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.l-checkout-col-2-inner__boxes label {
	width: 100%;
}

.l-checkout-col-2 .highlight-bar {
	background: #fff;
}

.checkout-country-select {
	width: 100%;
}

.checkout-small-extra-info {
	font-size: 12px;
	margin-top: 3px;
	line-height: 1.4;
}

.l-checkout-bottom__left {
	float: left;
	width: 49%;
}

.l-checkout-bottom__right {
	float: right;
	width: 49%;
}

.checkout-area-send .btn {
	display: block;
	text-align: center;
}

.view-checkout strong {
	font-weight: 700;
}

.l-autocomplete {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    z-index: 99;

    width: 100%;
    display: none;
    padding: 20px;
    background: #fff;

    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;
}

/* ==========================================================================
   Modules
   ========================================================================== */

/* Media Object  */
.media {
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table td,
.table th {
	padding: 0;
}

.default-table {
	width: 100%;
}
.default-table > thead > tr {
	border-bottom: 1px solid #e2e2e2;
}
.default-table > thead th {
	padding: 8px;
}
.default-table > tbody td {
	padding: 8px;
}

.label-wrapper {
	padding-left: 20px;
}
.label-wrapper > label {
	position: relative;
}
.label-wrapper > label:before {
	position: absolute;
	margin-left: -20px;
}

/* List in horizontal mode  */
.nav,
.nav-block,
.nav-float {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
}

.nav-float > li {
	float: left;
}

.nav-block > li > a {
	display: block;
}

.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}

/* Clean list */
.block-list {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.list-info dd {
	margin: 0 0 15px;
}

/* Clean button */
.neutral-btn {
	padding: 0;

	border-style: none;
	background-color: transparent;
	outline: none;

   -webkit-appearance: none;
   	  -moz-appearance: none;
   		   appearance: none;
}

.breadcrumbs {
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	max-width: 1150px;
	margin: 15px auto 0px;
}

.breadcrumbs > li {
	color: #777;
}
.breadcrumbs a {
	color: #444;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

.sort-section {
	margin-bottom: 15px;
}
.sort-section > li {
	margin-right: 4px;
}

/* Used at ex: .sort-section and .rewies  */

.highlight-bar {
	padding: 7px 10px;
	border: 1px solid #ddd;

	background-color: #f5f5f5;
	background-image: none
}

.startpage-bar {
	padding: 0px 0 10px;
	border-style: none;
	border-bottom: 4px solid #eee;
	margin: 20px 0;
	border-radius: 0;

	background: none;

	color: #444;
	font-size: 18px;
}

.front__venton .startpage-bar,
.front__lastbilsgrossisten .startpage-bar,
.front__transportbilen .startpage-bar {
	padding: 5px 0 5px;
	border-top: 4px solid #eee;
	color: #444;
}

.startpage-link {
	float: right;
	font-size: 12px;
	color: #444;
	padding-top: 7px;
}

.front__lastbilsgrossisten .startpage-link {
	padding-top: 5px;
}

.front__lastbilsgrossisten .startpage-intro,
.front__transportbilen .startpage-intro,
.front__venton .startpage-intro {
	background: #1a1818;
	color: #fff;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}

.front__lastbilsgrossisten .startpage-intro ul,
.front__transportbilen .startpage-intro ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.front__lastbilsgrossisten .startpage-intro li,
.front__transportbilen .startpage-intro li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
	font-size: 15px;
}

.front__lastbilsgrossisten .startpage-intro h1 {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 34px;
}

.front__transportbilen .startpage-intro h1,
.front__venton .startpage-intro h1 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 28px;
}

.front__lastbilsgrossisten .startpage-intro h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 0;
}

.front__transportbilen .startpage-intro h3,
.front__venton .startpage-intro h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}

.front__venton .startpage-intro h3 {
	font-size: 16px;
}

.front__lastbilsgrossisten .startpage-intro .grid-content,
.front__transportbilen .startpage-intro .grid-content,
.front__venton .startpage-intro .grid-content {
	padding: 30px 30px 10px;
}

.startpage-intro .border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 32.33%;
	width: 10px;
	background-image: url(../design/start-border.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.startpage-bottom__left {
	float: left;
	width: 400px;
	margin-right: 30px;
}

.front__transportbilen .startpage-bottom__right,
.front__transportbilen .startpage-bottom__left {
	padding: 30px;
}

.front__transportbilen .startpage-bottom__left {
	background: #292526;
	color: #fff;
	font-size: 15px;
	width: 450px;
	padding-bottom: 20px;
}

.startpage-bottom__right {
	overflow: hidden;
	background: #292526;
	color: #fff;
	font-size: 15px;
}

.startpage-bottom__right .grid-item-1-3 {
	width: 40%;
	padding: 20px 0px 20px 40px;
	margin-bottom: 0;
}

.startpage-bottom__right .grid-item-2-3 {
	width: 60%;
	margin-bottom: 0;
}

.startpage-bottom__right .grid-item-2-3 p {
	margin-bottom: 0;
}

.startpage-bottom__right h2,
.front__transportbilen .startpage-bottom__left h2 {
	font-size: 24px;
	font-weight: 900;
}

.front__transportbilen .startpage-bottom__right h2,
.front__transportbilen .startpage-bottom__left h2 {
	font-weight: 400;
}

div.flexslider {
	position: relative;
}

.flex-text,
div.flex-caption {
	position: absolute;
	top: 20px;
	left: 285px;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	width: auto;
	background: none;
	padding: 0;
}

div.flex-caption h2 {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
	color: #444;
}

div.flex-caption p {
	padding: 10px;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #444;
	position: relative;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	font-weight: 900;
}

.front__venton div.flex-caption,
.front__transportbilen div.flex-caption,
.front__lastbilsgrossisten div.flex-caption {
	width: auto;
	max-width: 40%;
	right: 30px;
	left: auto;
	top: auto;
	bottom: 50px;
}

.front__venton div.flex-caption h2,
.front__transportbilen div.flex-caption h2 {
	font-size: 50px;
	color: #000;
	font-weight: 400;
	font-family: 'Russo One', sans-serif;
	line-height: 52px;
}

.front__transportbilen div.flex-caption h2 {
	font-size: 40px;
	line-height: 42px;
}

.front__lastbilsgrossisten div.flex-caption h2 {
	font-size: 48px;
	line-height: 50px;
	color: #f36f2b;
	font-weight: 900;
}

.front__venton div.flex-caption p,
.front__transportbilen div.flex-caption p,
.front__lastbilsgrossisten div.flex-caption p {
	background: none;
	padding: 0;
	box-shadow: none;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}

.front__venton div.flex-caption p {
	font-size: 24px;
	color: #a4c93a;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
}

.startpage-search {
	position: relative;
	background-color: #fff;
	background-image: url(../design/search-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	padding: 20px 20px 20px 285px;
	min-height: 400px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.startpage-search__top {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.startpage-search__top strong,
div.flex-caption b {
	font-size: 48px;
	color: #f36f2b;
}

.startpage-search__bottom__top input {
	display: block;
	width: 100%;
	background: #fff;
	height: 50px;
	border-radius: 0px;
	border-style: none;
}

.startpage-search__bottom__top input.btn {
	background: #f36f2b;
	text-align: center;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.startpage-search__bottom__top input.btn:hover {
	opacity: 1;
	background: #DC672B;
}

.startpage-search-holder {
	position: absolute;
	width: auto;
	bottom: 20px;
	left: 288px;
    right: 23px;
	z-index: 1000;
	background: rgba(80, 80, 80, 0.9);
	padding: 20px;
}

.startpage-search-holder select {
	height: 50px;
	width: 100%;
	font-size: 14px;
}

.startpage-search-holder .btn {
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	padding: 0;
}

.startpage-search__col1,
.startpage-search__col2,
.startpage-search__col3 {
	float: left;
	width: 31.33%;
	margin-left: 3%;
}

.startpage-search__col1 {
	margin-left: 0;
}

.startpage-search__banner {
	position: absolute;
	top: -5px;
	left: -10px;
	background-image: url(../design/banner-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 284px;
	height: 227px;
	color: #fff;
	line-height: 140px;
	font-size: 18px;
	font-weight: 700;
	z-index: 10;
}

.startpage-search__banner .banner {
	position: relative;
	text-align: center;
	left: -30px;
	top: 25px;
    -ms-transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.startpage-search__bottom {
	position: relative;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.startpage-search__bottom__top {
	padding: 20px;
	background: #000;
	background: rgba(55, 55, 55, 0.8);
}

.startpage-search__bottom__bottom {
	padding: 10px 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	color: #444;
}

.startpage-search__bottom__bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.startpage-search__bottom__bottom li {
	display: inline-block;
	margin: 0 15px;
}

.startpage-text {
	margin-bottom: 20px;
	margin-top: 20px;
}

.startpage-text__left {
	float: left;
	width: 65%;
	font-size: 18px;
}

.startpage-text__right {
	float: right;
	width: 32%;
	padding: 35px;
	background: #fdece4;
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

.input-highlight {
	border: 1px solid #dcdcdc;

	background-color: #fff;
	/*background-image: linear-gradient(to bottom, #fff 70%, #eee);*/

	padding: 16px 20px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
input[type="radio"]:checked + .input-highlight {
	border-color: #f36f2b;
	/*background-color: #FFF8F5;*/
}

.front__venton input[type="radio"]:checked + .input-highlight,
.front__transportbilen input[type="radio"]:checked + .input-highlight  {
	border-color: #A4C93A;
	/*background-color: #FFF8F5;*/
}

.input-highlight:focus {
	border-color: #dcdcdc;
}
input[type="radio"] + .input-highlight:before {
	display: none;
}
input[type="radio"]:checked + .input-highlight:before {
	display: block;
    position: absolute;
    top: -14px;
    right: -10px;

	content: "\f058";
    font-family: wgr-icons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #f36f2b;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    background: #FFFFFF;
    height: auto;
    width: auto;
}

.front__venton input[type="radio"]:checked + .input-highlight:before,
.front__transportbilen input[type="radio"]:checked + .input-highlight:before {
	color: #A4C93A;
}

.site-logo {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.front__venton .site-logo {
	margin-top: 17px;
}

.front__lastbilsgrossisten .site-logo {
	margin-top: 20px;
	margin-bottom: 18px;
}

.front__transportbilen .site-logo {
	margin-top: 33px;
	margin-bottom: 30px;
}

.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;

	width: 240px;
	height: 120px;

	background: url(../design/header_banner.png) no-repeat;
}

.vat-selector {
	position: static;
}
.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */
.site-nav {
	float: left;
	margin-left: -15px;
}

.front__default .site-nav {
	margin-left: -20px;
}

.front__default .site-nav > li {
	padding-bottom: 10px;
}

.front__lastbilsgrossisten .site-nav {
	margin-left: -10px;
}

.site-nav > li > a,
.site-nav > li > span {
	display: block;
	padding: 0px 15px;
	box-shadow: none;

	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 45px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}

.front__default .site-nav > li > a,
.front__default .site-nav > li > span {
	line-height: 35px;
	border-right: 4px solid #fff;
	padding: 4px 20px 0;
}

.front__lastbilsgrossisten .site-nav > li > a,
.front__lastbilsgrossisten .site-nav > li > span {
	text-transform: uppercase;
	background-image: url(../design/site-nav-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	padding-left: 10px;
}

.site-nav > li > a:hover {
	text-decoration: none;
	opacity: 1;
}
.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;

	font-size: 16px;
	vertical-align: middle;
}

.site-nav > li:hover > a,
.site-nav > li.selected > a {
	color: #f36f2b;
}

.front__venton .site-nav > li:hover > a,
.front__venton .site-nav > li.selected > a,
.front__transportbilen .site-nav > li:hover > a,
.front__transportbilen .site-nav > li.selected > a {
	color: #A4C93A;
}


/* Languages section */
.lang-changer select {
	vertical-align: middle;
}

/* Primary search section */
.site-search {
	position: relative;

	height: 40px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
}
.site-search__input,
.site-search__btn {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}
.site-search__input {
	left: 0;
	color: #777;
	width: 80%;
	padding-left: 8px;
}
.site-search__btn {
	right: 0;

	width: 20%;
	font-size: 14px;
	padding-right: 0px;
	color: #fff;
	text-align: center;
	background: #404041;
}
.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;
}
/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;
	border-radius: 0;
	background-color: #404041;
	background-image: linear-gradient(to bottom, #333, #505050 50%);
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: none;
}
.module__body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top-style: none;
	background: #fff;
}

/* Secondary navigation */
.listmenu {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
.listmenu a {
	position: relative;
	display: block;

	color: #222;
}

.listmenu .selected {
	font-weight: 600;
}

.listmenu-0 {
	padding-left: 0;
}
.listmenu-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}

.listmenu-0 > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
}

.listmenu-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;

	border-bottom: solid 1px #ddd;

	background: #f5f5f5;
}
.listmenu-1 > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.listmenu-1 .listmenu a {
	font-style: italic;
}

/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}

/* Icon font */
.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	margin: auto;
	width: 15px;
	height: 14px; /* Same as font-size */

	font-size: 14px;
	color: #f36f2b;
}

.front__venton .menu-node,
.front__transportbilen .menu-node {
	color: #A4C93A;
}
/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 8px;

	border: 1px solid #e9e9e9;

	background: #fff;

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}

.grid-gallery > li:hover {
	border: 1px solid #ccc;
}

.view-home .grid-gallery > li {
	width: 23%;
}
.view-checkout .grid-gallery > li {
	width: 18%;
}

.view-home .start-category-gallery {
	margin-top: 20px;
}

.view-home .start-category-gallery > li {
	width: 31.33%;
}
.l-autocomplete .grid-gallery > li,
.view-search .grid-gallery > li {
    width: 31%;
}

.category-link {
	text-align: center;
	font-size: 18px;
}

/* Product-item style */
.product-item {
	position: relative;
}

.product-item__img {
	position: relative;
	height: 175px;
	margin-bottom: 7px;

	line-height: 175px;
	text-align: center;
}

.product-item__alts {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 2;
	padding: 2px 5px;
	line-height: normal;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
}

.product-item__body {}
.product-item__heading {
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	line-height: 1.3;
	height: 54px;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #444;
}

.front__transportbilen .product-item__heading,
.front__venton .product-item__heading {
	color: #444;
	font-family: 'Lato', sans-serif;
}

.product-item .price {
	font-size: 24px;
}
.product-item__buttons {
	margin-top: 7px;
}

.product-item__buttons .btn {
	float: left;
	width: 49%;
	text-align: center;
}

.product-item__buttons .btn.btn--primary {
	float: right;
}

/* Product list, row style */
.list-rows-table {
	width: 100%;
	max-width: 700px;
}

.list-rows-image {
	max-height: 50px;
	max-width: 50px;
}

/* Category-item style */
.grid-gallery > li.category-item {
	text-align: center;
	padding: 0;
	border-style: none;
	position: relative;
	overflow: hidden;
}
.category-item__img {
	height: 240px;
	margin-bottom: 10px;

	line-height: 240px;
}

.category-item__img img {
	max-height: 240px;
}

.start-category-gallery .category-item__img {
	margin-bottom: 0px;
}

.start-category-gallery .category-item__img img {
	height: 100%;
	width: auto !important;
	max-width: none;
}

.category-item {
	text-align: center;
}

.category-item__heading {
	overflow: hidden;
	background-color: #333;
	background: rgba(80, 80, 80, 0.9);
	background-image: url(../design/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 30px 10px 10px;
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index:2;
}

.front__venton .category-item__heading {
	background-color: #111;
	background: rgba(20, 20, 20, 0.9);
	background-image: url(../design/arrow__venton.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 9px 30px 9px 10px;
}

.front__transportbilen .category-item__heading {
	background-color: #111;
	background: rgba(20, 20, 20, 0.8);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../design/arrow__transportbilen.png);
}

.front__lastbilsgrossisten .category-item__heading {
	top: 0;
	background-color: #111;
	background: rgba(20, 20, 20, 0.8);
	background-image: url(../design/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding: 100px 15px 0;
}

.category-item__heading h2 {
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	text-transform: none;
	font-weight: 700;
}

.front__lastbilsgrossisten .category-item__heading h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
}

.front__venton .category-item__heading h2,
.front__transportbilen .category-item__heading h2 {
	font-weight: 400;
}

.front__transportbilen .category-item__heading h2 {
	text-transform: uppercase;
}

.category-item__heading a {
	text-decoration: none;
	color: #fff;
}

/* Category section */
.category-heading {}
.category-lead {
	margin-bottom: 10px;
}

/* Product section */
.free-shipping {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.product-title {
	margin-bottom: 15px;
}
.product-carousel {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.product-carousel,.product-carousel__item {
    max-height: 400px
}

.product-carousel__item {
    text-align: center;
    position: relative
}

.product-carousel__link {
    display: block;
    height: 0;
    width: 100%;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.product-carousel__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%
}

.flex__video {
	height: 0;
}
.flex__video .video-wrapper,
.pswp-video,
.pswp-video .video-wrapper {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}
.pswp-video .video-wrapper iframe,
.flex__video .video-wrapper iframe {
	margin-top: 0;
}
.pswp-video {
	max-width: 800px;
}
.pswp.pswp--touch .pswp__button--arrow--left,
.pswp.pswp--touch .pswp__button--arrow--right {
    visibility: visible;
}

.pswp .pswp__caption {
	bottom: 40px;
}

.pswp .pswp__caption .pswp__caption__center{
	border-radius: 50px;

	background-color: #000;
	color: #fff;
	text-align: center;
}

.product-thumbs {
    margin-bottom: 15px;
    font-size: 0
}
.product-thumbs li {
	position: relative;
    margin-top: 5px;
    margin-right: 5px;
}
.product-thumbs img {
    max-height: 50px;
    cursor: pointer
}
.product-thumbs .youtube-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 20px;
	margin: auto;

	background: rgba(255,255,255,0.8);

	color: #f5001c;
	font-size: 20px;
	line-height: 1;
	text-align: center;

	pointer-events: none;
}

.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-options-title {
	margin-bottom: 5px;
}

/* Style button */
.product-options-items label {
	display: flex;
	align-items: center;
	gap: 10px;

	cursor: pointer;
}

/* Style active button */
.product-options-items input:checked + label {
	border-color: #222;
}

/* Hide radio-button */
.product-options-items input,
.product-options-items input + label:before {
	display: none;
}
.product-options-items-data__wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);

	margin-bottom: 15px;
}
.product-options-items-data__column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-options-items-data__column.col-1 {
	grid-area: 1 / 1 / 2 / 3;
}
.product-options-items-data__column.col-2 {
	grid-area: 1 / 3 / 2 / 4;
}

.product-options-items-data__check {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;

	border-radius: 50%;
	height: 25px;
	width: 25px;

	background: #636466;
	font-size: 16px;
}
.product-options-items-data__check .wgr-icon {
	display: none;
}
input:checked + div label .product-options-items-data__check {
	background-color: #e26728;
	color: #fff;
}
input:checked + div label .product-options-items-data__check .wgr-icon {
	display: block;
}

.product-options-items-data__title {
	font-size: 15px;
	font-weight: normal;
}
.product-options-items-data__articlenumber {
	color: #a5a5a5;
	font-size: 11px;
}
.product-options-items__price {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.product-options-items__price__original {
	text-decoration: line-through;
}
.product-options-items__price-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3px;
}
.product-options-items__campaignprice {
	color: #fc4867;
}
.product-options-items__stock {
	font-size: 11px;
}
.product-options-items__stock.instock {
	color: #64c787;
}

.product-options-items__stock.fewstock {
	color: #114b85;
}

.product-options-items__stock.backorder {
	color: #eba709;
}

.product-options-items__stock.outofstock {
	color: #d4463d;
}

.product-cart-button-wrapper {
	margin-bottom: 15px;
}

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.product-quantity {
	width: 40px;
	height: 40px;
	padding-top: 4px;
	padding-bottom: 4px;

	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f5f5f5;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 10px;
}

.product-price-field .price {
	font-size: 40px;
	line-height: 1;
}

.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}
.in-stock .wgr-icon {
	color: #3eac0d;
}
.select-options .wgr-icon,
.on-order .wgr-icon {
	color: #eba709;
}
.soon-out-of-stock .wgr-icon {
	color: #114b85;
}
.out-of-stock .wgr-icon {
	color: #d4463d;
}
.product-part-payment-klarna,
.product-part-payment-hbank,
.part-payment-svea-box {
	margin-bottom: 10px;
}

.part-payment-svea-box {
	font-style: italic;
}


/* 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: 6px 15px;
	border-style: none;
	border-radius: 0px;
	background-color: #404041;
	background-image: none;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1;

	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.front__default .btn:hover,
.front__venton .btn:hover,
.front__transportbilen .btn:hover,
.front__lastbilsgrossisten .btn:hover {
	color: #fff;
}

.btn--large {
	padding: 10px 40px;
	font-size: 20px;
}

.btn--primary {
	border-style: none;
	background-color: #f36f2b;
	color: #fff;
}

.front__venton .btn--primary,
.front__transportbilen .btn--primary {
	background: #A4C93A;
}

/* Price section */
.price {
	font-weight: 900;
	color: #444;
}
.price-discount {
	color: #f36f2b;
}

.front__venton .price-discount,
.front__transportbilen .price-discount {
	color: #A4C93A;
}

.price-orginal {
	font-size: 16px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 11px;
}

/* Alert-box section */

.alert {
	position: relative;
	padding: 8px;
	margin-bottom: 15px;

	border: 1px solid #97c1da;
	border-radius: 3px;

	background-color: #d8ebf8;
	background-image: linear-gradient(to bottom, #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: linear-gradient(to bottom, #dff0d8, #d3edc8);

	color: #387b39;
}
.alert--error {
	border-color: #da9797;

	background-color: #f8d8d8;
	background-image: linear-gradient(to bottom, #f8d8d8, #efd0d0);

	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;

	background-color: #ffe3c8;
	background-image: linear-gradient(to bottom, #ffe3c8, #f5dac0);

	color: #613a00;
}
.is-alert-close {
	padding-right: 30px;
}
.is-alert-close .icon-times {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;

	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.is-alert-close .icon-times:hover {
	color: #666;
}

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px 0;
	overflow: hidden;

	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	max-width: 150px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size: 10px;
}

/* Icon fonts */
.review-stars {
	font-size: 14px;
	margin-right: 2px;
}
.review-stars-on {
	color: #e8b025;
}
.review-stars-off {
	color: #ccc;
}

/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}
.input-form__row {
	margin-bottom: 8px;
}
.input-form label {
	display: inline-block;
}
.max-width-form {
	max-width: 300px;
}
.max-width-form-x2 {
	max-width: 400px;
}

.input-form-col-1 {
	width: 49%;
	float: left;
}
.input-form-col-2 {
	width: 49%;
	float: right;
}

/* Input's in group */
.input-group {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.input-group .input-group__item {
	position: relative;

	float: left;

	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: 3px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;

	border-radius: 50%;
	background-color: #f36f2b;

	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.front__venton .checkout-stepnumber,
.front__transportbilen .checkout-stepnumber {
	background: #a4c93a;
	color: #222;
}

.checkout-termsinfo {
	margin-top: 12px;
}

.is-checkout-collapse-heading {
	cursor: pointer;
	display: inline-block;
}
.is-checkout-collapse-body {
	padding-top: 5px;
	padding-bottom: 10px;
}

.checkout-title {
	clear: both;
	margin-bottom: 5px;
	padding: 4px 0px 4px 0px;
	vertical-align: middle;

	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.front__venton .checkout-title,
.front__transportbilen .checkout-title {

	font-weight: 400;
	color: #222;
}

.checkout-title span {
	vertical-align: middle;
}

.checkout-info {
	padding: 10px 20px 0;
	margin-bottom: 15px;
	overflow: hidden;

	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f9f9f9;
}

.checkout-info-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

.checkout-top__left {
	float: left;
}
.checkout-top__right {
	overflow: hidden;
	padding-left: 60px;
}
.checkout-country-select--new {
	height: 54px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #dcdcdc;

    background-color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.checkout-switch-info {
	margin-bottom: 10px;
}

.checkout-shipping-methods {
	margin-bottom: 15px;
    min-height: 100px;
}
.checkout-shipping-methods-heading {
	margin-bottom: 6px;
}
.checkout-shipping-methods h5 {
	font-size: 20px;
	color: #000;
}

.checkout-shipping-method {
	/*background: #FFF;
    border: 1px solid #E2E2E2;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;*/
	border-bottom: 1px solid #d9d9d9;
}

.checkout-shipping-method img {
	margin-right: 10px;
    vertical-align: middle;
}

.checkout-shipping-method--active {
	/*border: 1px solid #bbb;*/
}

.checkout-shipping-method-title {
	font-weight: 700;
}
.checkout-shipping-method-price {
	float: right;
}
.checkout-shipping-method-description {
    margin-bottom: 5px;
	font-size: 12px;
	color: #404041;
}

.checkout-shipping-method-left {
	float: left;
}

.checkout-shipping-method-middle {
	overflow: hidden;
}

.checkout-shipping-method .label-wrapper {
	padding-left: 0px;
	margin-top: 4px;
	margin-left: 20px;
}

.checkout-shipping-method-wrapper {
	/*display: inline-block;*/
}

.checkout-shipping-method .label-wrapper label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.checkout-shipping-method input[type="radio"] + label::before {
	/*vertical-align: middle;*/
	/*margin-top: 20px;*/
}

.customer-inner-left {
	width: 30%;
	float: left;
}
.customer-inner-right {
	width: 70%;
	float: right;
	margin-top: 23px;
}

/* Shipping form table */
.checkout-shipping-form {}

.checkout-separate-shipping {
	padding-bottom: 10px;
	margin-bottom: 15px;

	border-bottom: 1px solid #e2e2e2;
}
/* Payment methods table */
.checkout-payment-methods {}
.checkout-payment-methods td {
	padding-bottom: 10px;
}

.checkout-change-payment-option {
	display: inline-block;
	margin-left: 5px;
}

/* Cart table */
.checkout-cart th {
	font-weight: 700;
}
.checkout-cart th,
.checkout-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.checkout-cart-row--no-border td,
.checkout-cart-row--no-border th,
.checkout-cart tfoot .checkout-cart-row--no-border th,
.checkout-cart tfoot .checkout-cart-row--no-border td,
.checkout-cart tfoot .checkout-cart-row--no-padding th,
.checkout-cart tfoot .checkout-cart-row--no-padding td{
	padding-top: 0;
	padding-bottom: 0;
}

.checkout-cart tfoot .checkout-cart-row--no-border-top {
	border-top-style: none;
}

.checkout-cart tfoot .checkout-cart-row--no-border-top th,
.checkout-cart tfoot .checkout-cart-row--no-border-top td {
	padding-top: 0;
}

.checkout-cart tfoot .checkout-cart-row--no-padding-top td,
.checkout-cart tfoot .checkout-cart-row--no-padding-top th {
	padding-top: 0;
}

.checkout-cart tfoot .checkout-cart-row--no-padding-bottom td,
.checkout-cart tfoot .checkout-cart-row--no-padding-bottom th {
	padding-bottom: 0;
}

.checkout-cart tfoot th,
.checkout-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-cart tfoot th {
	text-align: right;
}
.checkout-cart-row {
	border-top: 1px solid #ededed;
}

.checkout-cart-row--no-border {
	border-style: none;
}

.checkout-cart thead th:last-child,
.checkout-cart-row td:last-child {
	padding-left: 15px;
	white-space: nowrap;
}

.checkout-cart-item-cell-1 {
	text-align: center;
}
.checkout-cart-item-cell-2 {
	width: 50%;
}
.checkout-cart-item-cell-3 {
	width: 50%;

	text-align: center;
}

.checkout-cart-thumbnail {
	text-align: center;
}

.checkout-cart-thumbnail {
	max-height: 35px;
	max-width: 35px;
	display: inline-block;
	margin-right: 10px;
}

.checkout-cart-link {
	color: #222;
}

.checkout-cart-quantity {
	display: inline-block;
	white-space: nowrap;
}
.checkout-cart-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;

	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}
.checkout-cart-quantity-input {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
}

.checkout-cart-vat {
	font-size: 11px;
	font-weight: normal;
	opacity: 0.5;
	color: #222;
}

.checkout-cart-shipping-info {
	margin-right: 5px;
	font-weight: normal;
}

.checkout-cart-topay {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: 900;
	color: #e76929;
}

.front__venton .checkout-cart-topay,
.front__transportbilen .checkout-cart-topay {
	color: #A4C93A;
}

.checkout-message {
	width: 100%;
	max-width: 350px;
}

.checkout-call-to-action {
	margin-bottom: 15px;
	margin-top: -8px;
}

.checkout-call-to-action .wgr-icon {
	display: inline-block;
	height: 55px;
	width: 55px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	line-height: 55px;
}

.checkout-call-to-action h3 {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #444;
}

.checkout-call-to-action p {
	margin-bottom: 0;
}

.checkout-personal-id-info {
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 10px;

	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-size: 11px;
}

.checkout-target-link,
.horizontal-form label.checkout-target-link {
	font-weight: 400;
	color: #24659C;
	margin-bottom: 3px;
}
.checkout-target-link:hover {
	text-decoration: underline;
}

/* followup on orders */
.followup {
	margin-bottom: 14px;
	padding: 10px;

	background: #fff;
	border: 1px solid #ccc;
}
.followup textarea {
	width: 100%;
	max-width: 400px;
}
.followup .media-img {
	width: 160px;
	text-align: center;
}
.followup .media-img img {
	display: inline-block;
}

.followup-stars {
	margin-bottom: 5px;

	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 0;
	text-align: left;
}
.followup-stars input,
.followup-stars input + label:before {
	display: none;
}
.followup-stars > label {
	cursor: pointer;
	font-size: 16px;
	color: #999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.followup-stars .wgr-icon {
	display: inline-block;
	padding: 4px 2px;
}
.followup-stars input:checked + label .wgr-icon:before,
.followup-stars input:checked + label ~ label .wgr-icon:before,
.followup-stars > label:hover .wgr-icon:before,
.followup-stars > label:hover ~ label .wgr-icon:before {
	content: "\f005";
	color: #e8b025;
}

/* Wishlist section */
.wishlist-input-headline {
	width: 100%;
	max-width: 500px;

	font-size: 24px;
	line-height: 26px;
}
.wishlist-input-description {
	width: 100%;
	max-width: 500px;

	font-size: 11px;
}

/* Paginator */
.paginator {
	margin-bottom: 10px;
}

.paginator__item {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 5px;

	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #efefef);

	border: 1px solid #dcdcdc;
	border-radius: 3px;

	cursor: pointer;
}
.paginator__item:hover {
	text-decoration: none;
	border-color: #cacaca;
}
.paginator__item.selected {
	font-weight: 600;
}
.paginator__item.disabled {
	opacity: .5;
	cursor: text;
}
.paginator__item--prev {}
.paginator__item--next {}

/* 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 .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border: 1px solid #dcdcdc;
	border-top-style: none;

	background: #fff;
}
.dropdown-menu .dropdown a {
	display: block;
	padding: 10px 30px 10px 10px;
	border-top: 1px solid #dcdcdc;

	white-space: pre;
}

.dropdown-menu .dropdown .wgr-icon {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;

	margin: auto;
	height: 11px; /* Same as font-size */

	font-size: 11px;
}

/* Mega dropdown */

.mega-menu .dropdown {
	padding: 10px 0 20px 20px;
	border: 4px solid #fff;
	border-top-style: none;
	border-radius: 0 0 3px 3px;
	width: 100%;
	left: 0;
	right: 0;
	background: #505050;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/* Any level */
.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.mega-menu .dropdown a:hover,
.mega-menu .dropdown a.selected {
	color: #f36f2b;
}

.front__venton .mega-menu .dropdown a:hover,
.front__venton .mega-menu .dropdown a.selected,
.front__transportbilen .mega-menu .dropdown a:hover,
.front__transportbilen .mega-menu .dropdown a.selected {
	color: #A4C93A;
}

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	width: 20%;
	padding-right: 20px;

	vertical-align: top;
}
.mega-menu .dropdown > li > a {
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 2px solid #777;
	font-weight: 900;
	font-size: 14px;
}

/* NEW DROPDOWN */
.has-big-dropdown-arrow {
	margin-left: 10px;
	font-size: 12px;
}

.big-dropdown {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	background: #404041;
	border-bottom: 4px solid #f36f2b;
	z-index: 11;
	display: none;

}

.front__venton .big-dropdown,
.front__transportbilen .big-dropdown {
	border-bottom: 4px solid #A4C93A;
}

.big-dropdown ::-webkit-scrollbar {
    width: 12px;
}
.big-dropdown ::-webkit-scrollbar-track {
    background-color: #505050;
    border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.big-dropdown ::-webkit-scrollbar-thumb {
    background-color: #777;
	border-bottom: 1px solid #444;
}
.big-dropdown ::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

.big-dropdown {
    scrollbar-face-color: #777;
    scrollbar-shadow-color: #777;
    scrollbar-highlight-color:#777;
    scrollbar-3dlight-color: #777;
    scrollbar-darkshadow-color: #505050;
    scrollbar-track-color: #505050;
    scrollbar-arrow-color: #505050;
}

.big-dropdown a {
	color: #fff;
	font-size: 13px;
}

.big-dropdown li:hover > a,
.big-dropdown li.selected > a {
	color: #000;
}

.big-dropdown-1 a {
	font-size: 12px;
}

.big-dropdown__header {
	margin-bottom: 0.83em;

	color: #f36f2b;
	font-size: 18px;
	font-weight: 600;
}

.big-dropdown__inner {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	min-height:180px;
}

.big-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.has-big-dropdown {
	width: 100%;
}
.big-dropdown-0 > .has-big-dropdown > a {

	position: relative;
}

.big-dropdown__left {
	max-height: 450px;
	overflow-y: auto;
	margin-right: 75%;

}

.big-dropdown__right {
	width: 75%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 0 20px 20px 20px;
	font-size: 12px;
	overflow: auto;
}

.big-dropdown__right a {
	color: #333;
}

.big-dropdown__catimg {
	height: 130px;
	line-height: 130px;
	margin-bottom: 8px;
}

.big-dropdown__catimg:hover {
	opacity: 0.9;
}

.big-dropdown__catimg img {
	max-height: 130px;
}

ul.big-dropdown-0 {
	padding: 20px 0px 20px 0;
}

.big-dropdown-1 > li {
	width: 25%;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
}

.big-dropdown-1 > li > a {
	font-weight: 700;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}

.big-dropdown-1 ul {
	margin-bottom: 20px;
}

.big-dropdown-0 .big-dropdown__right {
	display: none;
}

.big-dropdown__left .big-dropdown-0 > li > a {
	padding: 1px 10px;
	display: inline-block;
}

.big-dropdown__left .big-dropdown-0 > li:hover > a,
.big-dropdown__left .big-dropdown-0 > li.selected > a {
	background: #fff;
	text-decoration: none;
	color: #333;
}

.big-dropdown__left .big-dropdown-0 > li.has-big-dropdown:hover > a,
.big-dropdown__left .big-dropdown-0 > li.has-big-dropdown.selected > a {
	display: block;
	position: relative;
	z-index: 12;
	left: 0;
}

.big-dropdown__right ul ul {
	display: none;
}

/*.has-big-dropdown:hover > .big-dropdown__right,
.has-big-dropdown-menu:hover .big-dropdown,
.has-big-dropdown.selected > .big-dropdown__right {
	display: block;
}*/


.has-big-dropdown.selected > .big-dropdown__right {
	display: block;
}
/*.has-big-dropdown:hover > .big-dropdown__right {
	display: block;
}*/


.category-checkout-link {
	color: #999;
}
.category-checkout-link:hover {
	color: #333;
	text-decoration: none;
}
.category-checkout-link__text,
.category-checkout-link .wgr-icon {
	vertical-align: middle;
}
.category-checkout-link .wgr-icon {
	padding-right: 3px;
	font-size: 18px;
}

.rss-logo .wgr-icon {
	font-size: 14px;
	vertical-align: middle;
}
.rss-logo a {
	color: #333;
}
.rss-logo a:hover {
	color: #db6b27;
	text-decoration: none;
}

/* Spinner */
.spinner-container {
	position: relative;
	z-index: 9;

	color: #222; /* Spinner color */
}
.spinner-container--small {
	height: 25px;
}
.spinner-container--large {
	height: 100px;
}
.spinner-container--pno {
	position: absolute;
	top: 50%;
	right: 14px;
}
.spinner-container--kco {
	height: 300px;
	color: #0070ba;
}

.wgr-production {
	clear: both;
	margin-bottom: 0;
	padding-top: 60px;
	font-size: 11px;
	text-align: center;
}

.wgr-production a {
	color: #f36f2b;
}

.front__venton .wgr-production a,
.front__transportbilen .wgr-production a {
	color: #A4C93A;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sitemap-list,
.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap-list li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.sitemap-list ul {
	margin-bottom: 8px;
	border-left: 1px solid #E2E2E2;
}
.sitemap-list ul li {
	position: relative;
	padding-left: 15px;
}
.sitemap-list ul li:before {
	position: absolute;
	top: 50%;
	left: 0;

	width: 8px;
	border-top: 1px solid #E2E2E2;
	content: '';
}
.sitemap-list > li > a {
	font-weight: 600;
}

/*  Nosto   */
.grid-gallery--nosto {
    overflow: hidden;
}
.grid-gallery--nosto li {
    float: left;
}
.grid-gallery--nosto img {
    max-height: 100%;
}
.grid-gallery--nostoDense li {
	float: left;
}
.grid-gallery--nostoDense img {
	max-height: 92%;
}
.grid-gallery--nostoDense .product-item__img {
	height: 117px;
	line-height: 111px;
}

/* ==========================================================================
   States
   ========================================================================== */

.is-hidden {
	display: none !important;
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}

.right {
	float: right !important;
}
.left {
	float: left !important;
}
.float-none {
	float: none !important;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}

.go:after{
	content: "\00A0" "\00BB" !important;
}

.stretched {
	width: 100% !important;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}


.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.muted {
	color: #999;
}

.brand {
	color: #693;
}

/* 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;
}


/* ==========================================================================
   OLD CSS
   ========================================================================== */

div#popcart img {
	width: auto;
}

/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;
	float: none;
	margin-right: 0px;
	margin-top: 0px;
	height: auto;
}

div#topcart-area {
	display: inline-block;
	height: auto;
	padding: 0;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	font-size: 14px;
	line-height: normal;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	margin-right: 5px;
	cursor: pointer;
}

div#topcart-holder .btn {
	height: 36px;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
}

.topcart-empty {
	display: inline-block;
	padding-right: 10px;
}

.topcart-count {
	font-weight: 900;
}

.topcart-subtotal {
	font-weight: 400;
}

.topcart-icon {
	margin-right: 12px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 12px;
	margin-left: 8px;
}
.topcart-font-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	z-index: 900;
	display: none;
	height: 0;
	max-width: 350px;
	padding: 3px;
	overflow: hidden;
	background-color: #fff;
	color: #666;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
	right: 0px;
	top: 100%;
	line-height: normal;
	border: 1px solid #eee;
	border-top-style: none;
	border-bottom: 4px solid #eee;
	border-radius: 0px;
}

div#popcart .btn {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Icon fonts */
.cart-icons {
	color: #595959;
	font-size: 14px;
}
.cart-icons:hover {
	text-decoration: none;
}
.cart-add:hover {
	color: #338b33;
}
.cart-sub:hover {
	color: #3e62a3;
}
.cart-remove:hover {
	color: #900;
}

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;
	color: #666;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 400;
	font-size: 11px;
}

div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

/* Icon font */
.popcart-shipping-icon {
	color: #666;
	font-size: 13px;
	padding-right: 5px;
}

#cartCountryForm select {
	height: 26px;
	vertical-align: middle;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#cartCountryForm .btn {
	height: 26px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 3px;
	vertical-align: middle;
	font-size: 14px;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

/* Product list in checkout */
.product-list-checkout {
	display: inline-block;
	width: 50%;
}

.product-list-price {
	font-size: 10px;
}

/* Model selection on startpage */
.model-selection {
	position: absolute;
	width: 75%;
	height: 50%;
	top: 0;
	z-index: 1000;
}

.horizontal-form {
	padding-bottom: 15px;
	overflow: hidden;
}
.horizontal-form label {
	color: #282828;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	display: inline-block;
	margin-bottom: 3px;
	margin-top: 7px;
}

.horizontal-form__row:first-child,
.horizontal-form__row:last-child {
	margin-bottom: 0;
}
.horizontal-form-col-1,
.horizontal-form-col-2 {
	float: left;
}
.horizontal-form-col-1 {
}
.horizontal-form-col-1 label,
.horizontal-form-label {
	padding-top: 5px;
	display: inline-block;
}
.horizontal-form-col-2 {
	width: 100%;
}

.overflow {
	overflow: hidden;
}


.is-info {
	display: inline-block;
	position: relative;
	margin-left: 6px;
}
.is-info-body {
	display: none;
	position: absolute;
	width: 250px;
	bottom: 100%;
	background: #FFF;
	z-index: 99999;
	border: 1px solid #cbcbcb;
	padding: 10px;
	text-align: left;
	left: -118px;
	margin-bottom: 10px;
	font-family: 'Open sans',sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.no-touch {
	cursor: progress;
	pointer-events: none;
}
/**
 * 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: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 350px;
	width: 100%;
}

.cookie-control-banner__buttons .cookie-control-banner--small {
	margin-right: 0;
}

.cookie-control-banner__buttons .btn {
	display: block;
	border-radius: 0;
	margin-left: 5%;
	width: 100%;

	background: none;
	color: #fff;
}

.cookie-control-banner__buttons .btn:first-child {
	margin-left: 0;
}

.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;
}

.svea-vatnumber {
	margin: 1em;
}

.checkout-heading-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.checkout-heading {
	padding-top: 20px;
    padding-bottom: 7px;

	font-size: 15px;
    font-weight: 600;
	margin: 0;
}

.checkout-shipping-method .agent-list {
    display: none;
}
.checkout-shipping-method--active .agent-list {
    display: flex;

	padding-left: 20px;
}
.agent-list {
    margin-top: 5px;
}
.agent-list select {
	width: 100%;

    font-size: 0.9em;
}
.checkout-customer-info__zip-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.checkout-customer-info__zip-code input {
	border-color: #222;
	border-radius: 3px;
    display: block;
    padding: 12px 15px;

	font-style: italic;
}

.checkout-shipping-method--head {
	display: flex;
    justify-content: space-between;
}

.checkout-shipping-method__title {
	color: #171717;
    font-weight: 600;
}

.l-checkout-col-2-inner {
    position: relative;
}
.checkout-shipping {
    position: relative;
}
.shipping-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255,255,255,0.3);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.is-shipping-suspended .shipping-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.is-shipping-suspended .l-checkout-col-2-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: '';
    background: rgba(255,255,255,0.5);
}
.shipping-overlay-info {
    display: inline-block;
    padding: 10px 20px 5px;
    border-radius: 40px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 25px 30px rgba(255,255,255,0.8);
    box-shadow: 0 0 25px 30px rgba(255,255,255,0.8);
    cursor: pointer;
}
.shipping-overlay-info-empty {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shipping-overlay-heading {
    font-weight: bold;
    font-size: 20px;
}