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

b,
strong {
    font-weight: 700;
}

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

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

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

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

/* 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 {
	line-height: 1.4;
}

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

html,
button,
input,
select,
textarea {
    font-family: 'Martel Sans', sans-serif;
    font-size: 13px;
}

select {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6, .litenrubrik {
	margin-top: 0;
	margin-bottom: 10px;

	font-family: "Stardos Stencil", serif;
	font-weight: normal;
}

h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
	font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

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

p {
	margin: 0 0 10px;
}

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

input,
textarea {
	padding: 6px 7px;

	border: 1px solid #c2c2c2;

	color: #222;

   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
    		box-sizing: border-box; /* Opera/IE 8+ */
}
input:focus,
textarea:focus {
	border: 1px solid #b2b2b2;
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;

	border: none;

	background-color: transparent;

	line-height: normal;
	cursor: pointer;
}

hr {
    display: block;
    height: 1px;
    margin: 15px 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #cfcfcf;
}

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

.l-holder {
	position: relative;

	max-width: 1320px;
	margin: 0 auto;
}
.view-home .l-holder {
	max-width: none;
}

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

	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.l-topbar {
	position: relative;
	z-index: 99;

	background: #000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);

	color: #fff;
	font-size: 13px;
}
.l-topbar__left,
.l-topbar__menu {
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	margin-left: -20px;
	border-right: 1px solid #444;

	height: 60px;
	line-height: 60px;
}
.l-topbar__menu a {
	color: #fff;
	margin-left: 20px;
}
.l-topbar__left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.l-topbar__left li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.l-topbar__left li:first-child,
.l-topbar__left li a:first-child {
	color: #ffd134;
	font-family: "Stardos Stencil", serif;
	font-size: 22px;
}
.l-topbar__right {
	float: right;
	margin-left: 30px;
}

.l-header {
	position: relative;

	background: #f4f3f3;
}

.l-header__left,
.l-header__right {
	display: inline-block;
	vertical-align: middle;
}
.l-header__right {
	width: calc(100% - 300px);
	margin-left: 30px;

	color: #666;
	font-size: 13px;
}
.l-header__right > p {
	display: none;
}
.l-header__right h4 {
	margin-bottom: 0;

	color: #000;
	font-size: 20px;
}
.l-header__right table {
	max-width: 750px;
}
.l-header__right table p {
	margin-bottom: 0;
}
.l-header__right img {
	margin: 4px;
}

.l-header__editable {
	margin-left: 19px;
	margin-top: 2px;
	color: #fff;
	font-size: 15.6px;
	text-shadow: 2px 1px 2px #000;
}

.l-menubar {
	position: relative;
	top: 0;
	z-index: 10;

	min-height: 55px;

	background: #000;
	border-bottom: 2px solid #fc7a00;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.l-menubar .l-constrained {
	position: static;
}

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

.l-main {
	overflow: hidden;
	margin: 20px 0;
}
.view-home .l-main {
	margin: 0;
}

.l-inner {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;

}

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

.product-editable {
	margin-top: 40px;
}

.product-editable tr > td:first-child {
	padding-right: 20px;
}

.product-editable a {
	color: #000;
}

.view-checkout .l-inner {
	margin-left: 20px;
	margin-right: 20px;
}

.l-sidebar,
.l-sidebar-primary {
	width: 165px;
	float: right;
	margin-top: 20px;
}
.l-sidebar {
	margin-left: 15px;
}
.l-sidebar-primary {
	position: relative;
	margin-right: 10px;
	float: left;
}

.l-footer-top {
	position: relative;

	height: 110px;

	text-align: center;
}

.dhl-logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.dhl-tracking {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 200px);
}
.dhl-tracking__item,
.dhl-tracking__btn {
	display: inline-block;
	vertical-align: bottom;
	margin: 5px;
}

.l-footer-payment {
	background: #fff;
	padding: 20px 0;
}
.l-footer-payment .grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
	justify-content: center;

	text-align: center;
}
.l-footer-payment .grid-item {
	margin-bottom: 0;
}
.l-footer-payment p {
	margin-bottom: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.l-footer-payment img {
	flex: 0;
}

.editable-newsletter-footer {
	line-height: 1.7;
}

.footer-newsletter-form input {
	border-radius: 0;
	margin-bottom: 8px;
	padding-left: 15px;

	font-size: 12px;
}

.footer-newsletter-form .btn {
	padding-bottom: 12px;
	padding-top: 12px;

	font-size: 13px;
}

.l-footer {
	border-bottom: 1px solid #191919;
	padding: 40px 0;
	overflow: hidden;
	color: #ccc;
	background: #000;

	line-height: 1.7;
}
.l-footer h3 {
	color: #fff;
	font-family: 'Martel Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.l-footer a {
	color: #ccc;
}
.l-footer .btn {
	color: #222;
}
.l-footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4 {
	width: 17%;
	margin-right: 5%;
	float: left;
}
.l-footer-col-1 {
	width: 26%;
}
.l-footer-col-1 a img {
	margin-right: 20px;
}
.l-footer-col-4 {
	width: 25%;
	margin-right: 0;
}

.l-footer-col-2 li,
.l-footer-col-3 li {
	margin-bottom: 2px;
}

.l-footer-bottom {
	width: 100%;
	padding: 27px 0px;

	background: #000;

	color: #A2A2A2;
	font-size: 12px;
	line-height: 1.7;
}
.l-footer-bottom a {
	color: #A2A2A2;
}

.l-footer-bottom__inner {
	width: 960px;
	margin: 0 auto;
}

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

.l-product {
	overflow: hidden;
}
.l-product-col-1 {
	width: 35%;
	float: left;
}
.l-product-col-2 {
	overflow: hidden;
	padding: 0 10px;
}
.l-product-col-3 {
	float: right;
	width: 25%;
}

.l-autocomplete {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 98;

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

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

/* Newsletter Popup */
.newsletter-popup {
	padding-top: 10px;
	padding-bottom: 5px;
}
.newsletter-popup label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.newsletter-popup__btn {
	margin-top: 10px;
	outline-style: none;
}
.is-newsletter-form-status {
	display: none;
	margin-top: 10px;
}
.is-newsletter-form-status .is-info {
	font-weight: bold;
	color: #264c72;
}
.is-newsletter-form-status .is-error {
	color: #9c2400;
}
.is-newsletter-spinner {
	position: relative;
	margin-left: 18px;
}

.fancybox-fluid .fancybox-inner {
	height: auto !important;
}
.fancybox-skin {
	background: #fff !important;
}
/* ta bort .stretched om den redan finns */
.stretched {
	width: 100% !important;
}

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

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

/* Media Object  */
.media {
	margin-top: 15px;
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}

/* List in horizontal mode  */
.nav,
.nav-float {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}

.nav-float > li {
	float: left;
}
.nav-float > li > a {
	display: block;
}

/* Clean list */
.block-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-info dd {
	margin: 0 0 15px;
}

.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

.muted {
	color: #999;
}

.brand {
	color: #008000;
}

.icon-v-center {
	vertical-align: middle;
}

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

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

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

	width: 100%;
}*/

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

.breadcrumbs > li.rss {
	float: right;
}

.filter-section {
	margin-bottom: 15px;
}
.filter-section > li {
	margin-right: 10px;
}
.filter-section > li > * {
	vertical-align: middle;
}

/* Used at ex: .filter-section and .rewies  */
.highlight-bar {
	padding: 7px 10px;

	border: 1px solid #e1e1e1;

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

.input-highlight {

	border: 1px solid #dcdcdc;
	border-radius: 4px;

	background: #fff url(../design/input_highlight_bg.png) repeat-x bottom;
}
.input-highlight:focus {
	border: 1px solid #dcdcdc;
}
.input-highlight--full {
	width: 100%;
	margin-bottom: 5px;
}

.site-logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 270px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.site-banner {
	position: absolute;
	top: -16px;
	right: 0;
	z-index: 11;

	width: 210px;
	height: 135px;

	background: url(../design/header_banner.png?v2) no-repeat;
	background-size: contain;
}

.vat-selector {
	position: absolute;
	top: 5px;
	right: 5px;
}


.footer-banner {
	position: absolute;
	right: 0;

	width: 194px;
	height: 131px;

	background: url(../design/footer_banner.png) no-repeat;

	color: #fff;
}
.footer-banner__back {
	position: absolute;
	left: 65px;
	top: 12px;

	font-size: 17px;
	font-weight: 400;
	text-align: left;
}
.footer-banner__front {
	position: absolute;
	left: 31px;
	bottom: 11px;

	font-family: 'Stardos Stencil', serif;
	font-size: 24px;
	font-weight: 400;
}


/* Main navigation section */
.site-nav {
	float: left;
}
.site-nav > li > a {
	padding: 0 10px;
	line-height: 55px;

	color: #fff;
	font-size: 13px;
	font-weight: 700;
    text-transform: uppercase;
}
.site-nav > li:hover > a {
    color: #444;
	text-decoration: none;
}

.site-nav__item-grossist {
	color: #f00;
}
.site-nav__icon {
	margin-top: -3px; /* Fix for align middle */
}

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.sub-menu {
	top: 0;
	left: 100%;
}
.mega-menu .has-dropdown:hover > .dropdown-holder,
.dropdown-menu .has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}
.has-dropdown .wgr-icon {
	margin-left: 10px;
}

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	position: absolute;
	left: 0;

	min-width: 100%;
	max-width: 1320px;

	border: 1px solid #dcdcdc;
	border-top-style: none;

	background: #fff;

	display: none; /* Hide dropdown */
}
.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 {
	max-width: 1320px;
	margin: auto;
}
.dropdown-holder {
	position: absolute;
	left: 0;
	right: 0;

	padding: 20px 0 20px 20px;

	background: #ddd;
	border-bottom: 2px solid #fc7a00;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);

	display: none; /* Hide dropdown */
}
.mega-menu > li:hover {
	background: #ddd;
}

/* Any level */
.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	min-width: 160px;
	margin-right: 20px;

	vertical-align: top;
}
.mega-menu .dropdown > li > a {
	position: relative;

	margin-bottom: 7px;

	border-bottom: 1px solid #eee;

	color: #444;
	font-weight: 700;
	font-size: 13px;
}
.mega-menu .dropdown > li > a:after {
	content: '';

	position: absolute;
	bottom: 0;
	left: 0;

	width: 0;
	height: 2px;

	background-color: #000;

	transition: width 0.5s ease-in-out;
}
.mega-menu .dropdown > li > a:hover {
	text-decoration: none;
}
.mega-menu .dropdown > li > a:hover:after {
	width: 100%;
}

/* Languages section */
.lang-changer {
	margin-left: 20px;
}
.lang-changer a {
	margin: 0;
}
.lang-changer select {
	vertical-align: middle;
}

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

	height: 30px;
	padding: 10px;
	margin: 15px 0;
	overflow: hidden;

	background: #fff;
	border: none;
	border-radius: 4px;
}
.site-search__input {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	left: 10px;

	height: 40px;
	padding: 0;
	margin: auto;

	border: none;
	background: none;

	color: #222;
	font-size: 13px;
}
.site-search__input:focus {
	border: none;
}
.site-search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	color: #b3b3b3;
}
.site-search__input::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	color: #b3b3b3;
}
.site-search__input:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	color: #b3b3b3;
}
.site-search__input:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	color: #b3b3b3;
}
.site-search__btn {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;

	width: 20px;
	height: 40px;
	margin: auto;

	border: none;

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

.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;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	        box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.module__heading {
	margin: 0;
	padding: 8px 10px;

	background: #595959;

	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-transform: none;
}
.module__body {
	padding: 10px;

	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;

	border-bottom: solid 1px #dcdcdc;

	background: #fff;
}
.listmenu-1 > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}
.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

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

	font-size: 15px;
	color: #666;
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery,
.smallgrid-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid-gallery {
	margin-left: -2%;
}
.smallgrid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 8px;

	border: 1px solid #dcdcdc;

	background: #fff;

	text-align: center;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}
.smallgrid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #ccc;

	background: #fff;

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}
.grid-gallery--categories > li {
	width: 31.333%;
}

.owl-carousel.grid-gallery {
	margin-left: 0;
}
.owl-carousel .product-item {
	margin-left: 5px;
}

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

/* Product-item and Category-item Style */
.product-item {
	position: relative;

	cursor: pointer;
}

.product-item__banner {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	height: 46px;
	width: 46px;

	background-color: #990000;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.product-item__img {
	position: relative;

	margin-bottom: 5px;
	padding-bottom: 100%;

	text-align: center;
}

.product-item__img img {
	position: absolute;
	inset: 0;

	margin: auto;

	transition: scale 0.5s;
}
.product-item:hover .product-item__img img{
	scale: 1.05;
}

.smallgrid-gallery .product-item__img {
	height: 80px;
	width: 80px;
	padding-bottom: 0;
	margin-bottom: 0px;
}
.smallgrid-gallery .product-item__img img {
	position: static;
	max-width: 80px;
	max-height: 80px;
	vertical-align:top;
}
.product-item__heading {
	height: 40px;
	margin-bottom: 5px;
	overflow: hidden; /* clip text */

	font-size: 13px;
	font-weight: 400;
	font-family: 'Martel Sans', sans-serif;
}
.smallgrid-gallery .product-item__heading {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
}

.product-item .price {
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.product-item__buttons {
	margin-top: 5px;
}
.product-item__buttons .btn {
	margin: 4px 2px;
	/*width: calc(50% - 4px);*/
	width: calc(100% - 4px);
	text-align: center;
}

.grid-gallery > .category-item {
	position: relative;
	padding: 0;
	border: none;
	text-align: center;
}
.category-item::after {
	position: absolute;
	right: 0;
	bottom: 0;

	content: url(../design/category-arrow.png);

	line-height: 0;
}

.category-item__img {
	width: 100%;
	padding-bottom: 70%;
}
.category-item__img a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	width: 100%;
	overflow: hidden;
}
.category-item__heading {
	position: absolute;
	top: 0;
	bottom: 0;

	padding: 15px;
	width: 100%;
	overflow: hidden;

	background: rgba(0,0,0,0.2);

	white-space: nowrap;
}
.category-item__heading::before {
	content: '';

	display: inline-block;
	height: 100%;

	vertical-align: middle;
}
.category-item__heading strong {
	display: inline-block;
	vertical-align: middle;

	font-family: 'Stardos Stencil', serif;
	font-size: 30px;
	text-transform: uppercase;

	white-space: normal;
}
.category-item__heading a {
	color: #fff;
	text-decoration: none;
	word-break: break-word;
}

/* Product section */
.product-carousel {
	height: 400px;
	margin-bottom: 15px;

	line-height: 400px;
	text-align: center;
}
.product-carousel img {
	max-width: 250px;
}
.product-thumbs {
	margin-bottom: 15px;

	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs img {
	height: 75px !important;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-quantity {
	width: 40px;
	padding: 10px 0;
	border: 1px solid #CCC;
	border-radius: 0;
	vertical-align: middle;
	height: 40px;
	font-weight: 700;
	text-align: center;
}

.l-product .btn--checkout {
	vertical-align: middle;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-price-field .price {
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	font-weight: 900;
	color: #FA8600;
}
.product-stock {
	margin-bottom: 5px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
.product-description-holder {
	border: 1px solid #cfcfcf;
    padding: 20px 20px 20px 7px;
}
.product-description-title {
	border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
	border-radius: 4px 4px 0 0;
    padding: 6px 10px 2px;

	background: #fff;
	font-weight: 700;
}
.productpage-editable {
    border: 1px solid #e2e2e2;
    padding: 10px;
	margin-bottom: 25px;

	background: #fafafa;
}
.productpage-editable ul {
	margin: 0;
    padding: 0;

    list-style: none;
}

.productpage-associated-products {
	margin-bottom: 15px;
	margin-top: 10px;
}

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

/* Startpage section */
.startpage-top {
	max-width: 1920px;
	margin: 0 auto;
}
.flexslider-holder {
	margin-bottom: 10px;
}
.startpage-top__images {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.startpage-top__images p {
	margin-bottom: 0;
}
.startpage-top__image-1,
.startpage-top__image-2 {
	width: 50%;
}

.startpage-bar,
.startpage-image-text h3,
.startpage-image-text h4 {
	color: #000;
	font-family: 'Martel Sans', sans-serif;
	font-size: 20px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
}

.startpage-bar {
	margin-bottom: 15px;
}

.startpage-image-text h3 {
	font-size: 36px;
}

.startpage-image-text h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
}

.startpage-image-text a {
	text-decoration: underline;
}

.startpage-image-text .grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.startpage-area {
	margin: 45px 0;
}

/* Button section */
.btn {
	display: inline-block;
	padding: 10px 15px 8px;

	border: none;
	border-radius: 0;

	background: #eaeaea;

	font-size: 14px;
	font-weight: 700;
	color: #222;
	line-height: 1;

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

.btn--primary {
	background: #ffd134;
}
.btn--primary--large {
	padding: 12px 14px 10px;

	background: #ffd134;

	font-size: 18px;
}
.btn--secondary {
	background: #fc7a00;
	color: #fff;
}
.btn--secondary--large {
	padding: 12px 14px 10px;

	background: #fc7a00;

	color: #fff;
	font-size: 18px;
}
.btn--checkout {
	border: 1px solid #a68e23;
	background: #c7aa2a;
	font-size: 14px;
	padding: 10px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

/* Alert-box section */

.alert {
	padding: 8px;
	margin-bottom: 15px;

	border: 1px solid #97c1da;
	border-radius: 3px;

	background-color: #d8ebf8;
	background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 	 -moz-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 		  linear-gradient(#d8ebf8, #d0e3ef);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);

	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #264c72;
}
.alert--success {
	border-color: #b6d79a;

	background-color: #dff0d8;
	background-image: -webkit-linear-gradient(#dff0d8, #d3edc8);
	background-image: 	 -moz-linear-gradient(#dff0d8, #d3edc8);
	background-image: 		  linear-gradient(#dff0d8, #d3edc8);

	color: #387b39;
}
.alert--error {
	border-color: #da9797;

	background-color: #f8d8d8;
	background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 	 -moz-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 		  linear-gradient(#f8d8d8, #efd0d0);

	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;

	background-color: #ffe3c8;
	background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 	 -moz-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 		  linear-gradient(#ffe3c8, #f5dac0);

	color: #613A00;
}

/* Price section */
.price {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #000;
}
.price-discount {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #900;
}
.price-orginal {
	font-size: 10px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 10px;
}

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px 0;
	overflow: hidden;

	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	width: 200px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size :10px;
}

.review-stars {
	display: inline-block;
	height: 15px;

	background: url(/design/star.gif) repeat-x top left;
}
.review-stars-on {
	background-position: 0 -32px;
}
.review-stars-off {
	background-position: 0 0;
}
.review-stars-1 { width: 16px; }
.review-stars-2 { width: 32px; }
.review-stars-3 { width: 48px; }
.review-stars-4 { width: 64px; }
.review-stars-5 { width: 80px; }

/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}

.input-form--checkout input,
.input-form--checkout textarea {
	margin: 3px 0;
}

/* Input's in group */
.input-group {
    position: relative;

    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .input-group__item {
    position: relative;

    display: inline-block;

    width: 50%;
}
.input-group .input-group__item:first-child {
    width: 48%;
    margin-right: 2%;
}

.input-group-1-4 .input-group__item {
	width: 70%;
}
.input-group-1-4 > .input-group__item:first-child {
    width: 28%;
}

/* Payment logos */
/* In sidebar and checkout */
.payment-logo {
	max-width: 100px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}

.payment-logo--list {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.payment-logo--list:last-child {
	margin-bottom: 0;
}

.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;

	background: #fff;
}

/* Checkout section */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	height: 28px;
	width: 28px;
	line-height: 28px;

	border-radius: 28px;
	background-color: #aaa;

	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.checkout-termsinfo {
	margin-top: 12px;
}
.checkout-highlight {
	background-color: #d2d2d2 !important;
	font-size: 12px !important;
}

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

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

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

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

	width:500px;
}

.switch-to-old-logo {
	margin-left: 5px;
}

/* Paginator */

.paginator {
	margin-bottom: 10px;
}

.paginator__item {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 5px;

	background: linear-gradient(to bottom, #fff 50%, #efefef);
	border: 1px solid #dcdcdc;
	border-radius: 3px;

	cursor: pointer;
}
.paginator__item:hover {
	text-decoration: none;
	border: 1px solid #cacaca;
}
.paginator__item.selected {
	font-weight: 700;
}
.paginator__item.disabled {
	opacity: .5;
	cursor: text;
}
.paginator__item--prev {}
.paginator__item--next {}

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

.is-hidden {
	display: none !important;
}

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

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

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: left;
	color: #222;
	background-image: url("../design/knapp_bg.gif");
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	height: 24px;
}

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

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

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

/* Dropdown-cart */
div#topcart-holder {
	z-index: 2;
	position: relative;
	height: 60px;
	line-height: 60px;
}
div#topcart-area {
	background: #ffd134;
	display: inline-block;
	padding: 0 20px;
	height: 60px;
}
.view-checkout div#topcart-area {
	visibility: hidden;
}

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

.topcart-count,
.topcart-subtotal {
	font-weight: 700;
}

.topcart-count {
	display: inline-block;
	vertical-align: middle;

	color: #000;
	font-size: 22px;
	font-family: "Stardos Stencil", serif;
}

.topcart-subtotal,
.topcart-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	right: -1px;
	top: 60px;


	padding: 15px;
	width: 400px;

	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0;

	background-color: #fff;
	-webkit-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
			box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;

	color: #666;
	max-width: 350px;
	z-index: 900;
	height: 0px;
	overflow: hidden;
	display: none;
}
	div#popcart .btn {
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

a.cartplus, a.cartminus, a.cartx {
	background: #555 no-repeat center center;
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 1px;
	font-weight: 700;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0;
	line-height: normal;
}
a.cartplus {
	background-image: url(/design/cartbutton_plus.png);
}
a.cartminus {
	background-image: url(/design/cartbutton_minus.png);
	background-position-y: 5px;
}
a.cartx {
	background-image: url(/design/cartbutton_remove.png);
}
a.cartplus:hover, a.cartminus:hover, a.cartx:hover {
	text-decoration: none;
}
a.cartx:hover {
	background-color: #900;
}
a.cartplus:hover {
	background-color: #338B33;
}
a.cartminus:hover {
	background-color: #3E62A3;
}

div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}
div.popCartErrorMessage {
	background-color: #FCC;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}

div#popCartShipping {
	background: #eee url(/design/shipping_icon.png) 5px 5px no-repeat;
	color: #666;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	padding-left: 25px;
	font-weight: 700;
	font-size: 10px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

/* Checkout */

tr.doldkassarad {
	display: none;
}

#checkoutSwitchModeInfo {
	background: #eee url(/gfx/question.gif) 6px 8px no-repeat;
	padding: 6px;
	padding-left: 24px;
	margin-top: 6px;
}
#checkoutSwitchModeInfo a {
	text-decoration: underline;
}

.checkoutTextarea {
	height: 48px;
}

.checkoutFieldsBlock {
	margin-bottom: 16px;
}

#checkoutCountrySpan {
	font-size: 12px;
	font-weight: 700;
	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: 700;
}
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;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

#paymentlogos .payment-logo {
	margin-left: 10px;
}

ul.collapse{  }
ul.collapse li {  }
div.collapseWrapper { overflow: hidden; }
a.collapseMore {
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	border-radius: 4px;
	background: #ddd;

	font-weight: 700;
	color: #000;
	text-transform: none;
 }
a.collapseMore:hover {  }

.searchbox-div {
	position: absolute;
    right: 12px;
    top: 78px;
    width: 290px;
}
/* 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;
}


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


/* ==========================================================================
   Ribbons
   ========================================================================== */

.ribbons {
   position: absolute;
   top: 10px;
   right: 10px;
   z-index: 1;

   text-align: right;
}
.ribbons span {
   color: #ffd134;
   font-weight: 800;
   font-size: 10px;
}

.ribbons .ribbons-red {
	color: #da0000;
}

.ribbons .ribbons-orange {
	color: #ff7b00;
}

.ribbons .ribbons-christmas {
	color: #880000;
}

.product-description__question {
	font-weight: bold;
	border: 1px solid #ddd;
	border-top-style: none;
	padding: 10px 20px;
}

.checkout-country-select {
	font-size: 15px;
	border-color: #00bf22;
    border-width: 2px;
    width: 100%;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
	.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
.owl-stage {
	left: -45px;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px); }
	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }
	.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	text-align: center;
	margin: auto;
}
.owl-carousel .owl-nav {
}
/*.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	left: 0;

	width: 34px;
	height: 34px;
	margin-top: -25px;
	margin-right: 10px;

	color: #555;
	font-size: 42px;
	line-height: 36px;
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 0;

	margin-left: 5px;
	margin-right: 0;
	padding-left: 2px;
}
  .owl-carousel.owl-loaded {
    display: block;
}
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
  .owl-carousel.owl-hidden {
    opacity: 0;
}
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
  .owl-carousel.owl-rtl {
    direction: rtl;
}
  .owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
	opacity: 1;
	}
  100% {
	opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
	calculation of the height of the owl-item that breaks page layouts
 */
}
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
  .owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.product-stock-reminder {
    padding-top: 10px;
}
.product-stock-reminder .reminder-text {
    background: url(../design/mail_reminder_icon.png) no-repeat 0 2px;
    padding: 0 0 0 26px;
}
.product-stock-reminder .reminder-form {
    padding: 12px 0 8px 0;
}
.product-stock-reminder .reminder-email {
    width: 200px;
}
.product-stock-reminder .reminder-email.error {
    border-color: #bd0000;
    background-color: #ffeeee;
}
.product-stock-reminded {
    font-weight: bold;
    font-size: 13px;
}
.product-stock-reminder .reminder-error {
    font-weight: bold;
    color: #bd0000;
}


/**
 * Splide slider
 */

.splide .grid-gallery {
	width: 100%;
}
.splide__arrows {
   position: absolute;
   inset: 0;
}
.splide__arrow {
   position: absolute;
   top: calc(50% - 17px);
   right: 0;
   z-index: 1;

   display: flex;
   align-items: center;
   justify-content: center;

   border-style: none;
   background: none;
   opacity: 1;
   transition: opacity 0.2s ease;
}
.splide__arrow:disabled {
	opacity: 0;
}
.splide__arrow svg {
	width: 20px;
}
.splide__arrow.splide__arrow--prev {
	right: auto;
	left: 0;

	transform: rotate(180deg);
}


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