html,
body {
	font-family: "neue-haas-grotesk-text";
	height: 100%;
	background-color: #000;
	color: #011D24;
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}

/*****************************************************/

.header {
	background-color: #011d24;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.header .header-up-row {
	color: #7B898D;
	font-size: 12px;
	padding-right: 20px;
}

.header .header-row {
	height: 106px;
}

.header .logo {}

.header .logo img {
	max-width: 180px;
	width: 100%;
}

.header .header-btn span {
	padding-left: 10px;
}

.header .header-btn-link {
	color: #fff;
	text-decoration: none;
}

.header .header-menu-btn {
	width: 60px;
	height: 50px;
	background-color: #24444d;
	display: inline-block;
	position: relative;
}

.header .header-menu-btn.selected {
	background-color: #00b5e2;
}

.header .header-menu-btn div {
	transform: rotate(90deg);
	position: absolute;
	top: 17px;
	left: -2px;
	font-size: 10px;
}

.header .header-menu-btn img {
	position: absolute;
	top: 14px;
	right: 9px;
}

.header .header-menu-btn .header-menu-btn-icon-close {
	top: 13px;
	width: 26px;
}

.header .header-login-btn {}

.header .header-car-btn {
	border-left: 1px solid #24444D;
	padding: 10px 0;
}

.header .header-search-btn {
	position: relative;
}

.header .header-search-btn img {
	max-width: 30px;
	top: 11px;
	position: absolute;
	left: 0px;
}

.header .header-search-btn .search {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #d9d9d9;
	padding: 15px 10px 15px 35px;
	font-size: 14px;
}

.header .header-search-btn .search:focus {
	box-shadow: none;
}

.header .header-search-btn .search::placeholder {
	color: #7B898D;
}

.header .header-search-btn .search::-webkit-input-placeholder {
	color: #7B898D;
}

.header .header-search-btn .search::-ms-input-placeholder {
	color: #7B898D;
}

.header .header-cart-btn {
	border-left: 1px solid #24444D;
	padding: 10px 0;
}

.header .header-cart-btn .count-cont {
	display: inline-block;
	position: relative;
}

.header .header-cart-btn .count-cont .count {
	position: absolute;
	top: -6px;
	left: 1px;
	text-align: center;
	width: 30px;
}

/*****************************************************/

.floating-menus .login-floating-menu {
	position: absolute;
	background-color: #011d24;
	width: 400px;
	left: 0;
	z-index: 120;
}

.floating-menus .login-floating-menu.right {
	left: unset;
	right: 0;
}

.floating-menus .login-floating-menu .lfm-footer {
	margin: 15px;
}

.floating-menus .login-floating-menu .lfm-btn {
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #aaa;
}

.floating-menus .login-floating-menu a {
	color: #000;
	text-decoration: none;
}

.floating-menus .login-floating-menu .img-box {
	display: inline-block;
	width: 50px;
	text-align: center;
}

.floating-menus .login-floating-menu .lfm-header {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	font-size: 24px;
}

.floating-menus .login-floating-menu .lfm-header-text {
	display: inline-block;
}

.floating-menus .login-floating-menu .lfm-header-close {
	float: right;
}

.floating-menus .login-floating-menu .vfm-info {
	background-color: #fff;
	color: #24444d;
	font-size: 16px;
	font-weight: 400;
	padding: 0 18px;
}

.floating-menus .login-floating-menu .vfm-footer {
	background-color: #fff;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 16px 18px;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn1 {
	background-color: transparent;
	color: #24444d;
	text-align: left;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn2 {
	background-color: #24444d;
	text-align: left;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn img {
	width: 25px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn1 img {
	width: 27px;
	margin-right: 11px;
}

.floating-menus .login-floating-menu .vfm-footer .vfm-footer-btn2 img {
	width: 30px;
	margin-right: 7px;
}

.floating-menus .login-floating-menu .vfm-footer a {
	color: #fff;
	text-decoration: none;
}

.floating-menus .login-floating-menu .cfm-item {
	background-color: #fff;
	padding: 0 10px;
}

.floating-menus .login-floating-menu .cfm-item hr {
	margin: 0 0 6px 0;
}

.floating-menus .login-floating-menu .cfm-item .cfm-item-remove {
	font-size: 20px;
}

.floating-menus .login-floating-menu .cfm-item .cfm-item-text {
	font-size: 15px;
}

.floating-menus .login-floating-menu .cfm-item .cfm-item-text a {
	color: #142e35;
	font-weight: 500;
}

.floating-menus .login-floating-menu .cfm-item img {
	max-width: 100px;
	max-height: 100px;
}

.floating-menus .login-floating-menu .cfm-footer .cfm-footer-btn {
	padding: 12px;
}

.floating-menus .login-floating-menu .cfm-footer .cfm-footer-btn1 {
	background-color: #24444d;
	text-align: right;
}

.floating-menus .login-floating-menu .cfm-footer .cfm-footer-btn2 {
	background-color: #011d24;
}

.floating-menus .login-floating-menu .cfm-footer a {
	color: #fff;
	text-decoration: none;
}

.floating-menus .login-floating-menu .cfm-item .cfm-quan,
.floating-menus .login-floating-menu .cfm-item .cfm-quan-rem,
.floating-menus .login-floating-menu .cfm-item .cfm-quan-add {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #d0d5d7;
	font-size: 30px;
	text-align: center;
	color: #0d6c87;
	line-height: 37px;
	cursor: pointer;
}

.floating-menus .login-floating-menu .cfm-item .cfm-quan {
	border: none;
	color: #000;
	font-size: 25px;
}

.floating-menus .login-floating-menu .cfm-noitems {
	color: #142e35;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

.floating-menus .login-floating-menu .search-box {
	position: relative;
	background-color: #24444d;
	margin-bottom: 15px;
}

.floating-menus .login-floating-menu .search-box img {
	max-width: 30px;
	top: 11px;
	position: absolute;
	left: 10px;
}

.floating-menus .login-floating-menu .search {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #d9d9d9;
	padding: 15px 10px 15px 45px;
	font-size: 14px;
}

.floating-menus .login-floating-menu .search:focus {
	box-shadow: none;
}

.floating-menus .login-floating-menu .search::placeholder {
	color: #7B898D;
}

.floating-menus .login-floating-menu .search::-webkit-input-placeholder {
	color: #7B898D;
}

.floating-menus .login-floating-menu .search::-ms-input-placeholder {
	color: #7B898D;
}

.floating-menus .login-floating-menu.floating-menu {
	padding: 15px;
}

.floating-menus .login-floating-menu .floating-menu-item {
	padding: 10px;
	border-bottom: 1px solid #263d43;
	font-size: 18px;
}

.floating-menus .login-floating-menu .floating-menu-item .img-arrow {
	float: right;
}

.floating-menus .login-floating-menu .floating-menu-item .img-arrow-rt {
	float: left;
	transform: rotate(180deg);
	margin-right: 10px;
}

.floating-menus .login-floating-menu .floating-menu-item-link {
	text-decoration: none;
	color: #fff;
}

.floating-menus .login-floating-menu .floating-menu-item-link:hover {
	text-decoration: underline;
}

.floating-menus .login-floating-menu .floating-menu-item-sec {
	padding: 5px 10px;
	font-size: 17px;
}

.floating-menus .login-floating-menu .floating-menu-item-sec-link {
	text-decoration: none;
	color: #eee;
}

.floating-menus .login-floating-menu .floating-menu-item-sec-link:hover {
	text-decoration: underline;
}

.floating-menus .login-floating-menu .floating-menu-item-back {
	font-size: 14px;
}

.floating-menus .login-floating-menu .floating-menu-spacer {
	height: 20px;
}

.floating-menus .login-floating-menu .floating-menu-line {
	border-top: 1px solid #263d43;
}

.floating-menus .login-floating-menu .floating-menu-text {
	padding: 5px 10px;
	color: #eee;
	font-size: 15px;
}

.mypage-menu-entry {
	height: 60px;
	border-top: 1px solid #e4e7e8;
	color: #24444d;
	display: flex;
	align-items: center;
	padding-left: 15px;
	cursor: pointer;
}

.mypage-menu-entry:last-child {
	border-bottom: 1px solid #e4e7e8;
}

.mypage-menu-entry img {
	height: 30px;
	width: 30px;
}

.mypage-menu-entry div {
	display: inline-block;
	padding-left: 15px;
}

.mypage-menu-entry:hover {
	background-color: #cee6ec;
}

.mypage-menu-entry.active {
	background-color: #0d6c87;
	color: #fff;
}

.mypage-menu-entry.active img {
	filter: brightness(0) invert(100%);
}

.page .menu-header {
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px 15px 0px;
}

.tire-item-details {
	padding: 5px 0px;
}

.tire-item-details div {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	font-size: 20px;
}

.page .carsearch .title {
	font-size: 24px;
}

.page .hp-prods-cont {
	padding-left: 40px;
	padding-right: 40px;
}

.page .page-title {
	font-size: 22px;
	color: #24444D;
}

.car-info-box {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px;
	color: #24444D;
	display: flex;
	box-shadow: 2px 2px 4px #dfdfdf;
}

.car-info-box-col1 {
	width: 50px;
}

.car-info-box-col2 {
	flex-grow: 1;
}

#floating-search-results {
	background-color: #fff;
	padding: 20px;
	box-shadow: 2px 2px 4px #dfdfdf;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 110;
}

.mypage-files-box {
	border-top: 1px solid #aaaaaa;
	margin-top: 5px;
	padding-top: 5px;
}

.mypage-files-box:last-child {
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 5px;
}

.mypage-files-box-p {
	display: inline-block;
}

.mypage-files-box-p img {
	max-height: 50px;
}

.mypage-files-box-t {
	padding-left: 10px;
	display: inline-block;
}

.tmps-box {
	margin-bottom: 10px;
}

.finish_order_later {
	text-decoration: none;
	color: #000;
}

.finish_order_later:hover {
	text-decoration: underline;
}

.prod-detail-icons div {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	color: #000;
}

.floating-menu-ext-link,
.floating-menu-ext-link:visited,
.floating-menu-ext-link:focus {
	color: #D8D8D8 !important;
	text-decoration: none;
}

.floating-menu-ext-link:hover {
	text-decoration: underline !important;
}

.homepage-prods-links {
	color: #24444D;
	text-decoration: none;
}

/*****************************************************/
















.header .linetext {
	color: #e9f4f9;
	font-size: 12px;
}

.header .linetext a {
	color: #e9f4f9;
}

.header .navv {
	display: flex;
	flex-direction: row;
	align-items: center;
	float: right;
	margin-bottom: 10px;
	padding: 7px;
}

.header .navv a,
.header .navv a:visited,
.header .navv a:focus {
	font-size: 12px;
	color: #dee2e3;
	text-decoration: none;
	padding: 0px 8px;
}

.header .navv a:hover {
	text-decoration: underline;
}

.header .navv a.login,
.header .navv a.login:visited,
.header .navv a.login:focus {
	background-color: #24444d;
	padding: 10px;
	border-radius: 20px;
}

.header .bottom-act {
	text-align: left;
}

.icon-top {
	color: #0d6c87;
	font-size: 20px;
	margin-right: 10px;
	pointer-events: none;
	vertical-align: middle;
}

.header .bottom-act .icon-top-lighter {
	color: #cdf4ff;
}

.icon-top-light {
	color: #00b2de;
	position: absolute;
	margin: 16px;
}


.header .bottom-act .link-btn {
	background-color: #0e2c33;
	color: #fff;
	padding: 15px 2px 15px 15px;
	font-size: 15px;
	position: relative;
}

.header .bottom-act .link-btn img {
	max-width: 30px;
	margin-right: 5px;
}

.header .bottom-act .link-btn span {
	vertical-align: middle;
}

.header .bottom-act .link-btn .btn-count {
	position: absolute;
	top: 10px;
	font-size: 12px;
	left: 30px;
}

.header .bottom-act a {
	text-decoration: none;
}

.header .topmenu {
	background-color: #24444d;
	margin-top: 10px;
}

.header #topmenu-mobile {
	background-color: unset;
}

.header .topmenu-btn {
	display: inline-block;
}

.header .topmenu-btn a {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
}

.header .topmenu-panel {
	background-color: #011d24;
	position: absolute;
	z-index: 110;
	width: 100%;
	color: #fff;
	/*padding: 20px;*/
	left: 0px;
	line-height: 30px;
}

.header .topmenu-panel .topmenu-panel-col {
	width: auto;
	max-width: 100%;
}

.header .topmenu-panel.topmenu-panel-padd {
	padding: 10px 40px;
}

.header .topmenu .topmenu-panel-item {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.header .topmenu a,
.header .topmenu a:visited,
.header .topmenu a:focus {
	color: #fff;
	text-decoration: none;
}

.header .topmenu a:hover {
	text-decoration: underline;
}

.header .topmenu .topmenu-panel-item-sel {
	font-weight: 700;
	text-decoration: underline;
}

.header .topmenu .topmenu-panel-item.panel-opened {
	background-color: #9ad9ea;
	color: #000;
}

.header .topmenu .topmenu-panel-item.panel-opened a,
.header .topmenu .topmenu-panel-item.panel-opened a:visited,
.header .topmenu .topmenu-panel-item.panel-opened a:focus {
	color: #000;
}

.header .topmenu .borderl {
	border-left: 2px solid #24444d;
}

.menu-btn {
	width: 100%;
	border-radius: 0;
	text-align: left;
	font-weight: bold;
	color: #24444d;
	background-color: transparent;
	border-top: 1px solid #e4e7e8;
}

.header .menu-btn {
	padding: 5px 0 5px 0;
}

.menu-btn a {
	color: #24444d;
	text-decoration: none;
}

.menu-btn .menu-btn-toggler,
.menu-btn .topmenu-btn-toggler {
	font-size: 20px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
	padding: 10px;
	cursor: pointer;
	color: #24444d;
}

.menu-btn .topmenu-btn-toggler {
	color: #0d6c87;
}

.menu-btn .menu-btn-prod {
	padding: 20px 10px 20px 10px;
	cursor: pointer;
	margin-left: 30px;
	color: #24444d;
}

.menu-btn .menu-btn-prod:hover {
	text-decoration: underline;
}

.leftmenu-padd {
	padding: 20px;
}

.menu-btn-toggler-img {
	width: 16px;
}

.back-img {
	width: 20px;
	margin-right: 10px;
}

.header .menu-btn .menu-btn-prod {
	color: #fff;
}

.menu-btn .menu-btn-prod-op {
	text-decoration: underline;
	color: #0d6c87;
	font-weight: 500 !important;
}

.menu-btn .menu-btn-prod-op2 {
	background-color: #0d6c87;
	color: #fff;
	font-weight: 500 !important;
	margin-left: 0;
	padding-left: 40px;
}

.menu-btn .menu-btn-prod.no-data-found {
	color: #7f7f7f;
}

.menu-sub .menu-btn {
	border: 0;
}

.menu-sub .menu-btn .menu-btn-toggler,
.menu-sub .menu-btn .topmenu-btn-toggler {
	font-size: 18px;
	padding: 5px;
	line-height: 18px;
}

.menu-sub .menu-btn .menu-btn-prod-act.menu-btn-prod-op {
	background-color: #f5f5f5;
}

.menu-sub .menu-btn .menu-btn-prod {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	margin-left: 18px;
}

.menu-sub .menu-btn .menu-btn-prod:hover {
	text-decoration: underline;
}

.menu-sub .menu-btn:hover .menu-btn-toggler-img {
	display: inline-block;
}

.menu-sub .menu-btn-toggler-img {
	width: 16px;
	display: none;
}

.menu-sub .menu-btn-toggler-img.closed {
	transform: rotate(180deg);
}

.menu-sub {
	display: none;
	margin-left: 10px;
}

.hide-netto-prices-container {
	background-color: #38cfff;
	padding: 10px;
}

.page .menu-opened-bg .item {
	padding: 5px 10px
}

.page .menu-opened-bg a,
.page .menu-opened-bg a:visited,
.page .menu-opened-bg a:focus {
	color: #000;
	text-decoration: none;
}

.search-platenumber-box {
	/*max-width: 500px;
	display: inline-block;
	width: 100%;*/
}

.search-platenumber-box.padd {
	padding: 15px;
}

.search-platenumber-box p {
	padding: 10px;
	margin: 0;
	color: #24444d;
	font-size: 16px;
	font-weight: 400;
}

/*.page .search-platenumber-box .box-inner {
	background-color: #f5f5f5;
}*/

.search-platenumber-box .box-inner input {
	background-color: #F5F5F5;
	border: 0;
	border-radius: 0;
	color: #24444d;
	padding: 8px;
	font-size: 25px;
	font-weight: bold;
}

.search-platenumber-box .box-inner input:focus {
	box-shadow: none;
}

.search-platenumber-box .box-inner input::placeholder {
	color: #9baaae;
}

.search-platenumber-box .box-inner input::-webkit-input-placeholder {
	color: #9baaae;
}

.search-platenumber-box .box-inner input::-ms-input-placeholder {
	color: #9baaae;
}

.search-platenumber-box .box-inner .link-btn {
	background-color: #0d6c88;
	color: #fff;
	padding: 15px;
	font-size: 15px;
	text-align: center;
}

.search-platenumber-box .box-inner .link-btn.darker {
	background-color: #24444D;
}

.search-platenumber-box .box-inner .link-btn img {
	margin-right: 10px;
}

.search-numplate-input {
	padding-left: 30px !important;
	text-align: center;
	background-color: #fff !important;
}

.search-platenumber-box .search-flag {
	position: absolute;
	text-align: center;
	top: 3px;
	left: 17px;
}

.search-platenumber-box .search-flag p {
	padding: 0;
}

.search-platenumber-box .search-flag img {
	width: 20px;
}

.search-platenumber-box .box-inner a {
	text-decoration: none;
}

.search-platenumber-box .manual-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.search-platenumber-box .manual-text img {
	margin-right: 10px;
}

.search-platenumber-box .manual-text a {
	color: #011D24;
	text-decoration: underline;
}

.search-platenumber-box .platenumber-hdr {
	color: #0D6C87;
	font-weight: bold;
	margin-top: 15px;
}

.search-platenumber-box .platenumber-line {
	border-top: 1px solid #ddd;
}

.search-platenumber-box .platenumber-hist {
	font-size: 14px;
	cursor: pointer;
}

.search-customsel-container,
.search-customsel-container-up {
	border: 2px solid #e2e5e6;
	background-color: #f5f5f5;
}

.search-platenumber-notif {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	background-color: #9ADBE8;
	z-index: 101;
	padding: 25px;
}

.search-platenumber-notif .close-btn {
	float: right;
	cursor: pointer;
}

.search-customsel-btn {
	padding: 10px;
	cursor: pointer;
	border: 0;
	width: 100%;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.9rem auto;
	background-color: transparent;
}

.search-customsel-btn.whitebg {
	background-color: #fff;
}

.page .search-carinfo-info img {
	max-width: 30px;
	margin-right: 5px;
}

.item-prod-info-box img {
	max-width: 17px;
	margin-right: 5px;
}

.page .search-carinfo-info span,
.item-prod-info-box span {
	vertical-align: middle;
}

.page .search-carinfo-info {
	font-weight: bold;
}

.page .search-carinfo-info a {
	color: black;
}

.page div.search-customsel-item:nth-child(2n) {
	background-color: #fff;
}

.page .side-shadow {
	box-shadow: 14px 0 10px -7px #0000003d;
	z-index: 100;
}

.page .breadcrumb {
	font-size: 12px;
	color: #7B898D;
	margin: 40px 0px 20px 0;
}

.page .leftpart {
	background-color: #fff;
	box-shadow: 2px 2px 4px #dfdfdf;
}

.page .subpart {
	background-color: #f5f5f5;
}

.footer {
	background-color: #011d24;
	color: #7B898D;
	padding: 50px;
}

.footer p {
	margin-bottom: 5px;
}

.footer p.darker-t {
	color: #D8D8D8;
}

.footer p.smaller-t {
	font-size: 12px;
}

.footer .line {
	border-top: 1px solid #24444d;
	margin-top: 30px;
	padding-top: 30px;
}

.footer .logo-f {
	margin-bottom: 10px;
}

.footer .logo-f img {
	max-width: 200px;
	width: 100%;
}

.footer .logo-s-f {
	max-width: 100px;
	width: 100%;
}

.footer li {
	list-style-image: url("/theme/alledekk/img/footer-li.svg");
}

.footer .footer-icon {
	display: inline-block;
}

.page .subpart .product-item {
	padding: 0;
	background-color: #fff;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: 74px;
	box-shadow: 0px 0px 10px #00000054;
}

.page .subpart .product-item .categ-name {
	float: left;
	color: #24444d;
	font-size: 13px;
	padding: 5px 10px;
	max-width: 75%;
}

.page .subpart .product-item .discount-box {
	float: right;
	background-color: #00b5e2;
	color: #fff;
	border-radius: 0 0 0 10px;
	padding: 5px;
}

.page .subpart .product-item .prod-pic {
	text-align: center;
	height: 100px;
}

.page .subpart .product-item .prod-pic img {
	max-width: 140px;
	/*width: 100%;*/
	max-height: 90px;
}

.page .subpart .product-item .prod-name {
	font-weight: bold;
	padding: 0 10px;
	font-size: 18px;
}

.page .subpart .product-item .prod-name a,
.page .subpart .product-item .prod-name a:visited,
.page .subpart .product-item .prod-name a:focus {
	color: #000;
	text-decoration: none;
}

.page .subpart .product-item .sub-info {
	font-size: 14px;
	padding: 0 10px;
}

.page .subpart .product-item.netto-higher {
	padding-bottom: 100px;
}

.page .subpart .product-item .prodinfo {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 23px;
}

.page .subpart .product-item .prodinfo i {
	color: #00b5e2;
}

.page .subpart .product-item .stock-info {
	font-size: 12px;
	padding: 0 10px;
	color: #009155;
}

.page .subpart .product-item .stock-info .s-box {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 7px;
}

.page .subpart .product-item .stock-info .s-box.green {
	background-color: #00ff00;
}

.page .subpart .product-item .stock-info .si-right {
	float: right;
	text-align: right;
	color: #000;
}

.page .subpart .product-item .stock-info .si-left {
	float: left;
}

.carposicon {
	text-align: right;
	padding-right: 15px;
}

.carposicon img {
	max-height: 70px;
}

.page .subpart .product-item .price-box-o {
	padding: 3px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.page .subpart .product-item .price-box {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}

.page .subpart .product-item .price-box .price-t {
	display: inline-block;
	text-align: center;
	/*width: 68%;*/
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}

.page .subpart .product-item .price-o {
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.page .subpart .product-item .price-o::before {
	top: 50%;
	/*tweak this to adjust the vertical position if it's off a bit due to your font family */
	background: #000;
	/*this is the color of the line*/
	opacity: .7;
	content: '';
	width: 110%;
	position: absolute;
	height: .1em;
	border-radius: .1em;
	left: -5%;
	white-space: nowrap;
	display: block;
	transform: rotate(-15deg);
}

.page .subpart .product-item .price-o.straight::before {
	transform: rotate(0deg);
	left: -1%;
	width: 102%;
}

.page .subpart .product-item .netto-price {
	color: #0D6C87;
	font-size: 16px;
}

.page .subpart .product-item .netto-price,
.page .subpart .product-item .price-line {
	display: inline-block;
}

.page .subpart .product-item .price-space {
	margin-left: 10px;
}

.page .subpart .product-item .price-box .buy-btn {
	display: inline-block;
	background-color: #23444d;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	width: 100%;
}

.page .subpart .product-item .price-box .buy-btn a,
.page .subpart .product-item .price-box .buy-btn a:visited,
.page .subpart .product-item .price-box .buy-btn a:focus {
	color: #dee2e3;
	text-decoration: none;
	font-size: 13px;
}

.product-detail .buy-btn-w,
.page .subpart .product-item .buy-btn-w {
	display: inline-block;
	background-color: #23444d;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	width: 100%;
}

.page .subpart .product-item .price-t-w {
	font-size: 20px;
	font-weight: bold;
}

.page .subpart .product-item .price-stk {
	font-size: 12px;
}

.page .subpart .product-item .product-avail {
	font-size: 13px;
	padding: 0px 40px;
}

.page .toggle-prod-item-type .btn-type {
	height: 30px;
	width: 30px;
	display: inline-block;
	color: #23444d;
	cursor: pointer;
	padding-right: 10px;
}

.page .toggle-prod-item-type .btn-type img {
	height: 100%;
	width: 100%;
}

.page .toggle-prod-item-type .active {
	color: #23444d;
}

.page .mobile-menu {
	background-color: #011d24;
}

.page .mobile-menu .menu-btn {
	color: #fff;
}

.page .mobile-menu .menu-opened-bg {
	background-color: transparent;
}

.page .mobile-menu .menu-opened-bg a,
.page .mobile-menu .menu-opened-bg a:visited,
.page .mobile-menu .menu-opened-bg a:focus {
	color: #fff;
}

.page .product-detail .categ-name {
	color: #889598;
}

.page .product-detail .discount-box {
	float: right;
	background-color: #00b5e2;
	color: #fff;
	border-radius: 0 10px 0 10px;
	padding: 5px;
}

.page .product-detail .prod-pic {
	text-align: center;
	background-color: #fff;
}

.page .product-detail .prod-pic img {
	max-height: 300px;
	max-width: 100%;
	height: auto;
}

.page .product-detail h3,
.page .product-detail h5 {
	font-weight: bold;
}

.page .product-detail .rim-winter-icon {
	max-height: 20px;
}

.page .product-detail .small-info {
	color: #889598;
	font-size: 13px;
	font-weight: 500;
}

.page .product-detail .small-info td {
	padding: 0 10px 0 0;
}

.page .product-detail .logos {
	text-align: center;
}

.page .product-detail .logos img {
	max-width: 100%;
	border-bottom: 1px solid #889598;
}

.page .product-detail .left-info-box {
	background-color: #fff;
}

.page .product-detail .left-info-box button {
	width: 100%;
}

.page .product-detail .stock-block .stock-agregate {
	background-color: #d0d5d7;
	padding: 5px;
}

.page .product-detail .stock-block .stock-table tr {
	border-bottom: 1px solid #d0d5d7;
}

.page .product-detail .stock-block table {
	width: 100%;
}

.page .product-detail .quantity {
	border: 1px solid #d0d5d7;
	background-color: #fff;
	padding: 1px 12px;
	display: inline-block;
}

.page .product-detail .quantity .num {
	display: inline-block;
	vertical-align: middle;
}

.page .product-detail .quantity .num input {
	border: 0;
	width: 25px;
}

.page .product-detail .quantity .num input:focus {
	outline: none;
}

.page .product-detail .quantity .btns {
	display: inline-block;
	vertical-align: middle;
}

.page .product-detail .quantity .btns div {
	cursor: pointer;
}

.page .product-detail .add-to-cart a {
	background-color: #0d6c87;
	color: #fff;
	padding: 10px;
	width: auto;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
}

.page .product-detail #product-detail-show-netto-price {
	cursor: pointer;
	text-decoration: none;
}

.accordion-button:not(.collapsed) {
	background-color: #011d24;
	color: #fff;
}

.accordion-item {
	border: 0;
	border-radius: 0 !important;
}

.accordion-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.accordion-button {
	box-shadow: none !important;
}

.accordion-button:focus {
	box-shadow: none;
}

.product-detail-row {
	color: #24444d;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.product-detail-row img {
	max-width: 60px;
	max-height: 60px;
}

.product-detail-row .ic {
	height: 60px;
}

.product-detail-row hr {
	border-top: 1px solid #aaa;
}

.page .banner-item {
	height: 200px;
	position: relative;
}

.page .banner-item img {
	height: 100%;
	width: auto;
}

.page .banner-item a {
	text-decoration: none;
	color: #fff;
}

.page .banner-line-1 {
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	text-shadow: 0px 0px 30px #000;
}

.page .banner-line-2,
.page .banner-line-3,
.page .banner-line-4 {
	position: absolute;
	top: 43px;
	width: 100%;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px;
	color: #fff;
	text-shadow: 0px 0px 30px #000;
}

.page .banner-line-3 {
	top: 76px;
}

.page .banner-line-4 {
	top: 110px;
}

.page .banner-button {
	position: absolute;
	top: 150px;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	text-decoration: underline;
	color: #fff;
}

.page .banner-discount-box {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	background-color: #00b5e2;
	color: #fff;
	border-radius: 0 20px 0 20px;
	padding: 10px;
	font-size: 20px;
}

@media only screen and (min-width: 576px) {

	.page .banner-item {
		height: 200px;
		position: relative;
	}

	.page .banner-item img {
		height: 100%;
		width: auto;
	}

	.page .banner-discount-box {
		top: 10px;
		right: 10px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 767px) {

	.page .banner-item {
		height: 250px;
		position: relative;
	}

	.page .banner-item img {
		height: 100%;
		width: auto;
	}

	.page .banner-line-1 {
		top: 15px;
		font-size: 19px;
		padding: 0 20px;
	}

	.page .banner-line-2,
	.page .banner-line-3,
	.page .banner-line-4 {
		font-size: 44px;
		padding: 0 20px;
	}

	.page .banner-line-2 {
		top: 35px;
	}

	.page .banner-line-3 {
		top: 80px;
	}

	.page .banner-line-4 {
		top: 130px;
	}

	.page .banner-button {
		top: 200px;
		font-size: 16px;
		padding: 0 20px;
	}

	.page .banner-discount-box {
		top: 10px;
		right: 10px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 991px) {

	.page .banner-item {
		height: 330px;
		position: relative;
	}

	.page .banner-item img {
		height: 100%;
		width: auto;
	}

	.page .banner-line-1 {
		top: 15px;
		font-size: 19px;
		padding: 0 40px;
	}

	.page .banner-line-2,
	.page .banner-line-3,
	.page .banner-line-4 {
		font-size: 54px;
		padding: 0 40px;
	}

	.page .banner-line-2 {
		top: 40px;
	}

	.page .banner-line-3 {
		top: 110px;
	}

	.page .banner-line-4 {
		top: 180px;
	}

	.page .banner-button {
		top: 270px;
		font-size: 16px;
		padding: 0 40px;
	}

	.page .banner-discount-box {
		top: 25px;
		right: 25px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1199px) {

	.page .banner-item {
		height: 392px;
		position: relative;
	}

	.page .banner-item img {
		height: 100%;
		width: auto;
	}

	.page .banner-line-1 {
		top: 15px;
		font-size: 19px;
		padding: 0 40px;
	}

	.page .banner-line-2,
	.page .banner-line-3,
	.page .banner-line-4 {
		font-size: 64px;
		padding: 0 40px;
	}

	.page .banner-line-2 {
		top: 50px;
	}

	.page .banner-line-3 {
		top: 130px;
	}

	.page .banner-line-4 {
		top: 210px;
	}

	.page .banner-button {
		top: 328px;
		font-size: 16px;
		padding: 0 40px;
	}

	.page .banner-discount-box {
		top: 25px;
		right: 25px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1400px) {
	.page .banner-item {
		height: 550px;
		position: relative;
	}

	.page .banner-item img {
		width: 100%;
	}

	.page .banner-line-1 {
		top: 50px;
		font-size: 19px;
		padding: 0 70px;
	}

	.page .banner-line-2,
	.page .banner-line-3,
	.page .banner-line-4 {
		font-size: 74px;
		padding: 0 70px;
	}

	.page .banner-line-2 {
		top: 110px;
	}

	.page .banner-line-3 {
		top: 210px;
	}

	.page .banner-line-4 {
		top: 310px;
	}

	.page .banner-button {
		top: 450px;
		font-size: 22px;
		padding: 0 70px;
	}

	.page .banner-discount-box {
		top: 30px;
		right: 100px;
		font-size: 28px;
	}
}

.pages {
	display: inline-block;
}

.pages .page-item {
	display: inline-block;
	padding: 0 5px;
}

.pages .page-item .page-link {
	color: #7b898d;
}

.pages .page-item.active .page-link {
	color: #011d24;
	font-weight: bold;
	text-decoration: underline;
}

.posrel {
	position: relative;
	min-height: 100%;
	background-color: #f5f5f5;
}

.vehicle-floating-menu .vfm-header {
	margin: 10px 10px 0 10px;
	background-color: #fff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 18px;
	padding-top: 21px;
}

.vehicle-floating-menu .vfm-header .vfm-header-text {
	display: inline-block;
	color: #011D24;
	font-size: 22px;
	font-weight: 400;
}

.vehicle-floating-menu .vfm-header .vfm-header-close {
	float: right;
	font-size: 25px;
	line-height: 0px;
}

.vehicle-floating-menu .vfm-header .vfm-header-close img {
	width: 15px;
	height: auto;
	vertical-align: middle;
}

.tmps-box input,
.page-filter select,
.leftmenu-padd input,
#campaign-form input,
#campaign-form textarea,
.login input,
.login select,
.login textarea,
#contact-form input,
#contact-form textarea,
#order-form input,
#order-form textarea {
	max-width: 100%;
	padding: 8px;
	border: 1px solid #e4e7e8;
	width: 100%;
	margin-bottom: 5px;
	outline: 0;
}

.leftmenu-padd select {
	max-width: 100%;
	padding: 8px;
	border: 1px solid #e4e7e8;
	margin-bottom: 5px;
	outline: 0;
}

.leftmenu-padd select.third {
	width: 32.2%;
}

.leftmenu-padd select.full {
	width: 100%;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container .checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #b3b3b3;
}

.checkbox-container:hover input~.checkbox-checkmark {
	background-color: #eee;
}

.checkbox-container input:checked~.checkbox-checkmark {
	background-color: #0D6C87;
	border: 1px solid #0D6C87;
}

.checkbox-container .checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkbox-checkmark:after {
	display: block;
}

.checkbox-container .checkbox-checkmark:after {
	left: 5px;
	top: 4px;
	width: 14px;
	height: 14px;
	background-image: url(/theme/alledekk/img/check.svg);
	background-position: center;
}

.login label {
	margin-left: 5px;
}

.prod-detail-chat-btn {
	background-color: #00b5e2;
	outline: 0;
	border: 0;
	width: 300px;
	max-width: 100%;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	font-size: 20px;
	/*display: block;*/
}

.login button,
.page button,
.page .link-button {
	background-color: #011d24;
	outline: 0;
	border: 0;
	width: 300px;
	max-width: 100%;
	color: #fff;
	padding: 8px;
	margin-bottom: 5px;
	text-decoration: none;
	/*display: block;*/
}

.add-to-cart-amount {
	max-width: 100%;
	height: 100%;
	outline: 0;
	border: 2px solid #d8d8d8;
	text-align: center;
	min-height: 42px;
}

.contact-acc button {
	width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
	background-color: transparent !important;
	width: unset !important;
}

.footer a,
.footer a:visited,
.footer a:focus {
	color: #D8D8D8;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.checkout_error {
	color: #f66c6c;
}

.checkout_error_border {
	border: 2px solid #f66c6c !important;
}

.content-account table {
	width: 100%;
}

.content-account .td-title-1 {
	color: #999;
	font-size: 13px;
	text-align: left;
}

.content-account .td-title-2 {
	color: #999;
	font-family: roboto;
	font-weight: 500;
	text-align: right;
}

.content-account .td-heading {
	font-weight: bold;
	color: #24444d;
}

.content-account tr {
	border-bottom: 1px solid #dcdfe0;
}

.content-account tr:last-child {
	border-bottom: 0 none;
}

.content-account td {
	padding: 15px 10px 15px 10px;
}

.content-account td:not(:last-child) {
	border-right: 1px solid #dcdfe0;
}

.content-account a {
	color: #24444d;
}

.content-account .download-icon {
	display: inline-block;
	margin-right: 25px;
	color: #7b898d;
	font-size: 14px;
	font-weight: normal;
}

.content-account .download-icon img {
	margin-right: 10px;
	height: 24px;
}

.content-account .download-icon div {
	display: inline-block;
	vertical-align: middle;
}

.content-account .download-icon-st {
	height: 24px;
}

.content-account .links .page-item {
	margin: 2px;
	padding: 15px;
	background: #24444d;
	color: #fff;
	width: 100%;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.content-account .links .page-item i {
	margin-right: 5px;
}

.content-account .links .page-item.active {
	background: #468697;
}

.mypage-menu-spacer {
	height: 30px;
}

.page .cart-left-menu {
	text-align: center;
}

.page .cart-left-menu div {
	margin-bottom: 40px;
}

.page .cart-left-menu span {
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	width: 50px;
	background-color: #011d24;
	display: block;
	margin: 0 auto 10px auto;
	border-radius: 25px;
	color: #fff;
}

.page .cart-left-menu div.active span {
	background-color: #03718c;
}

.page .tab-pane {
	display: none;
}

.page .tab-pane.active {
	display: block;
}

#no-more-tables .product-thumbnail {
	display: inline-block;
	width: 15%;
}

#no-more-tables .product-thumbnail img {
	width: 100%;
}

#no-more-tables .product-description {
	display: inline-block;
	text-align: left;
	width: 83%;
}

#no-more-tables .product-description a {
	color: #000;
	text-decoration: none;
}

#no-more-tables .product-description a:hover {
	text-decoration: underline;
}

#no-more-tables .product-discount {
	display: inline-block;
	text-align: center;
	width: 20%;
}

#no-more-tables .product-discount.lightgreen {
	background-color: #c5fac5;
}

#no-more-tables .product-price {
	display: inline-block;
	width: 14%;
	text-align: right;
}

#no-more-tables .product-quantity {
	display: inline-block;
	width: 25%;
}

#no-more-tables .product-subtotal-exclvat {
	display: inline-block;
	width: 14%;
	text-align: right;
}

#no-more-tables .product-subtotal {
	display: inline-block;
	width: 13%;
	text-align: right;
}

#no-more-tables .product-remove.desktop {
	display: inline-block;
	width: 10%;
}

#no-more-tables .product-remove.mobile {
	display: none;
}

#no-more-tables .product-quantity .cart-plus-minus {
	margin-left: auto;
}

#no-more-tables .subitems-line {}

#no-more-tables .total-label {
	display: inline-block;
	text-align: left;
}

#no-more-tables .total-values {
	display: inline-block;
	text-align: right;
}

#no-more-tables .product-title-2 {
	color: #000;
	font-weight: 600;
}

table.checkout-product-list tr>td>div {
	display: inline-block;
	vertical-align: middle;
}

.col-tocheckout {
	text-align: left;
}

.col-finishlater {
	text-align: right;
}

.page-padding {
	padding-left: 3rem;
	padding-right: 3rem;
}

@media only screen and (max-width: 576px) {
	.floating-menus .login-floating-menu {
		width: 100%;
	}

	.floating-menus .login-floating-menu .lfm-header-text {
		font-size: 18px;
		width: 90%;
	}
}

@media only screen and (max-width: 1199px) {

	.login-floating-menu .lfm-btn {
		padding: 12px 25px;
	}

	.cart-floating-menu .cfm-header {
		padding: 15px 25px;
	}

	.cart-floating-menu .cfm-item {
		padding: 0 20px;
	}

	.cart-floating-menu .cfm-footer .cfm-footer-btn {
		padding: 12px 25px;
	}

	.cart-floating-menu .cfm-noitems {
		padding: 10px 20px;
	}

	.vehicle-floating-menu .vfm-header {
		padding: 18px 25px;
		padding-top: 21px;
	}

	.vehicle-floating-menu .vfm-info {
		padding: 0 25px;
	}

	.vehicle-floating-menu .vfm-footer .vfm-footer-btn {
		padding: 16px 25px;
	}

	.product-detail-row {
		font-size: 14px;
	}

	.product-detail-row hr {
		border-top: 1px solid #7b898d;
		opacity: .21;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.product-detail-row p {
		margin-bottom: 8px;
	}

	.page .page-title {
		color: #24444d;
		font-size: 22px;
		font-weight: 400;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.page .slide-arrow {
		background-color: #fff;
		color: #142d34;
		font-size: 10px;
		line-height: 26px;
		width: 26px;
		height: 26px;
		padding: 1px;
		border: none;
		border-radius: 50%;
		box-shadow: 0 0 4px #d0d5d7;
		margin: 0;
		overflow: hidden;
		cursor: pointer;
		transition: .3s background-color ease-in-out;
	}

	.page .slide-arrow.slick-disabled {
		background-color: #f5f5f5;
		cursor: default;
	}

	.page .subpart .product-item {
		border-radius: 10px 10px 0 0;
		padding-bottom: 0;
	}

	.page .subpart .product-item .categ-name {
		font-size: 14px;
		font-weight: 400;
		line-height: 15px;
		padding: 0;
		height: 30px;
		margin-top: 5px;
		margin-left: 15px;
		overflow: hidden;
	}

	.page .subpart .product-item .discount-box {
		font-size: 15px;
		font-weight: 500;
		border-radius: 0 10px 0 10px;
		padding: 8px 5px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.page .subpart .product-item .prod-pic {
		height: 150px;
	}

	.page .subpart .product-item .prod-pic img {
		max-height: 120px;
	}

	.page .subpart .product-item .prod-name {
		padding: 0 15px;
		font-size: 22px;
		font-weight: 500;
		line-height: 23px;
		height: 46px;
		overflow: hidden;
	}

	.page .subpart .product-item .prod-alfa {
		color: #7b898d;
		padding: 0 15px;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		height: 17px;
		margin-top: 3px;
		margin-bottom: 3px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.page .subpart .product-item .prod-name a {
		color: #011D24;
		text-decoration: none;
		transition: .3s color ease-in-out;
	}

	.page .subpart .product-item .prod-name a:hover,
	.page .subpart .product-item .prod-name a:focus {
		color: #000;
	}

	.page .subpart .product-item .sub-info {
		font-size: 13px;
		padding: 0 15px;
		line-height: 15px;
		height: 60px;
		overflow: hidden;
	}

	.page .subpart .product-item.netto-higher {
		padding-bottom: 0;
	}

	.page .subpart .product-item .carposicon {
		display: none;
	}

	.page .subpart .product-item .prodinfo {
		font-size: 11px;
		font-weight: 500;
		padding-right: 15px;
		text-align: right;
		line-height: 15px;
	}

	.page .subpart .product-item .prodinfo i {
		coolor: #00b5e2;
		font-size: 15px;
	}

	.page .subpart .product-item .stock-info {
		font-size: 12px;
		font-weight: 400;
		padding: 0 15px;
		text-align: left;
		line-height: 18px;
		height: 36px;
		overflow: hidden;
	}

	.page .subpart .product-item .stock-info.green {
		color: #009155;
	}

	.page .subpart .product-item .stock-info i {
		font-size: 15px;
	}

	.page .subpart .product-item .stock-info i.green {
		color: #06e127;
	}

	.page .subpart .product-item .price-box-o {
		padding: 2px;
		position: static;
	}

	.page .subpart .product-item .price-box .price-t {
		color: #011d24;
		font-size: 22px;
		font-weight: 500;
	}

	.page .subpart .product-item .price-o {
		color: #24444d;
		font-size: 12px;
		font-weight: 400;
	}

	.page .subpart .product-item .price-o::before {
		background-color: #24444d;
		transform: rotate(0deg);
		left: -1%;
		width: 102%;
	}

	.page .subpart .product-item .price-stk {
		font-size: 11px;
		font-weight: 400;
		display: none;
	}

	.page .subpart .product-item .price-box .buy-btn {
		background-color: #24444d;
		font-size: 12px;
		font-weight: 500;
		line-height: 14px;
		text-decoration: none;
		padding: 13px 5px;
		transition: .3s background-color ease-in-out;
	}

	.page .subpart .product-item .price-box .buy-btn:hover,
	.page .subpart .product-item .price-box .buy-btn:focus {
		background-color: #000;
	}
}

@media only screen and (max-width: 991px) {

	.page .hp-prods-cont {
		padding: 0;
	}

	.header .logo img {
		width: 90%;
	}

	.header .header-menu-btn {
		width: 50px;
		background-color: transparent;
	}

	.header .header-menu-btn.selected {
		background-color: transparent;
	}

	.header .header-menu-btn div {
		left: -6px;
	}

	.header .header-car-btn,
	.header .header-cart-btn {
		border: 0;
	}

	.header .header-btn span {
		display: none;
	}

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
		border-top: 1px solid #ccc;
		padding-bottom: 0.4em;
	}

	.table-content table,
	.table-content table th,
	.table-content table td {
		border: none;
	}

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 0%;
		white-space: normal;
		text-align: center !important;
		width: 100% !important;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 50%;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: normal;
		line-height: 0;
		font-size: 15px;
	}


	#no-more-tables .product-thumbnail {
		width: 15%;
	}

	#no-more-tables .product-description {
		text-align: left;
		width: 83%;
	}

	#no-more-tables .product-discount {
		text-align: left;
		width: 24%;
	}

	#no-more-tables .product-price {
		width: 16%;
	}

	#no-more-tables .product-quantity {
		width: 20%;
	}

	#no-more-tables .product-subtotal-exclvat {
		display: none;
	}

	#no-more-tables .product-subtotal {
		width: 20%;
	}

	#no-more-tables .product-remove.desktop {
		display: none;
	}

	#no-more-tables .product-remove.mobile {
		display: inline-block;
		width: 15%;
		text-align: center;
	}

	#no-more-tables .total-label {
		text-align: left;
		padding-left: 85px;
	}

	#no-more-tables .total-values {
		text-align: right;
	}

	#no-more-tables .subitems-line {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding-top: 10px;
	}

	/*#no-more-tables .cart-plus-minus {
		width: 60px;
	}*/

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}

	.col-tocheckout,
	.col-finishlater {
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {
	#no-more-tables .product-remove.mobile {
		width: 5%;
	}

	#no-more-tables .product-discount {
		width: 20%;
	}

	#no-more-tables .product-quantity {
		width: 25%;
	}
}

.total-p {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.tp-brd,
#no-more-tables tr.tp-brd {
	border-top: 2px solid #5e5e5e;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.page .qtybutton {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #011d24;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.page .cart-plus-minus-box {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: 0;
	padding: 0px;
	text-align: center;
	border: 0;
	background: transparent;
}

.page .checkout-product-list {
	font-size: 14px;
	width: 100%;
}

.checkout-payment-icons.vipps {
	width: 80px;
}

.checkout-payment-icons.visa {
	width: 50px;
}

.checkout-payment-icons.master {
	width: 40px;
}

.checkout-payment-icons.coll {
	width: 70px;
}

.checkout-payment-icons.walley {
	width: 70px;
}

.checkout-payment-icons.klarna {
	width: 70px;
}

.checkout-payment-icons {
	margin-bottom: 5px;
}

.payment-details table {
	width: 100%;
}

.td-title-1 {
	font-size: 13px;
	text-align: left;
}

.td-title-2 {
	font-weight: bold;
	text-align: right;
}

.order-total {
	color: #ff7f00;
	font-weight: bold;
	text-align: left;
}

.order-total-price {
	color: #ff7f00;
	font-weight: bold;
	text-align: right;
}

#gallery_01 img {
	width: 100%;
}

#gallery_01 {
	padding: 0 0px;
}

.p-c {
	border: 1px solid #fff;
	padding: 0 5px;
	/*max-height: 100px;*/
}

.p-c a.active img {
	border: 1px solid #FF7F00;
}

#gallery_01.slick-arrow-3 .arrow-next.slick-arrow {
	/*right: -3px;*/
}

#gallery_01.slick-arrow-3 .slick-arrow {
	background-color: rgba(255, 255, 255, 0.5);
	color: #0d6c87;
	font-size: 24px;
}

#gallery_01.slick-arrow-3 .slick-arrow:hover {
	color: #FF7F00;
}

.cart_modal_picture img {
	max-height: 200px;
	max-width: 180px;
}


.page .card-item {
	background-color: #fff;
	color: #24444d;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.page .card-item.card-item-gradient {
	background-image: linear-gradient(225deg, #011d24, #0d6c87);
	color: #fff;
}

.page .card-item.card-item-dark {
	background-image: linear-gradient(225deg, #011d24, #011d24);
	color: #fff;
}

.page .card-item .card-item-content {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-flow: column;
}

.page .card-item .card-item-image {
	background-color: #fff;
	padding: 10px 5px;
	height: 215px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.page .card-item .card-item-image img {
	max-height: 175px;
	width: auto;
}

.page .card-item .card-item-badge {
	background-color: #00b5e2;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	padding: 10px 5px;
	min-width: 35px;
	max-width: 75px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.page .card-item .card-item-info {
	text-align: left;
	padding: 20px 5px 15px;
}

.page .card-item .card-item-info .card-item-value {
	color: #00b5e2;
}

.page .card-item .card-item-caption {
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	text-transform: uppercase;
	padding: 6px 0px;
}

.page .card-item .card-item-title {
	font-size: 45px;
	font-weight: 500;
	line-height: 47px;
	padding: 6px 0px;
	text-shadow: 0px 2px 3px rgba(83, 81, 81, 0.5);
}

.page .card-item .card-item-subtitle {
	font-size: 37px;
	font-weight: 500;
	line-height: 39px;
	font-style: italic;
	padding: 8px 0px;
}

.page .card-item .card-item-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 12px;
	text-shadow: 0px 2px 3px rgba(85, 85, 85, 0.5);
}

.page .card-tile {
	background-color: #fff;
	color: #24444d;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	position: relative;
}

.page .card-tile .card-tile-header {
	background-color: #0D6C87;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	width: 100%;
}

.page .card-tile .card-tile-header {
	background-color: #0D6C87;
	color: #fff;
	width: 100%;
}

.page .card-tile .card-tile-header .card-tile-link {
	color: #fff;
	text-decoration: none;
	padding: 19px 28px 13px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.page .card-tile .card-tile-header .card-tile-link:hover {
	text-decoration: underline;
}

.page .card-tile .card-tile-header .card-tile-link.card-tile-arrow {
	padding-right: 35px;
}

.page .card-tile .card-tile-header .card-tile-arrow::after {
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
}

.page .card-tile .card-tile-content {
	width: 100%;
	height: 100%;
	padding: 15px 15px 30px;
}

.page .card-tile .card-tile-image {
	background-color: #fff;
	padding: 5px;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.page .card-tile .card-tile-image img {
	max-height: 160px;
	width: auto;
}

@media only screen and (min-width: 992px) {

	.page .card-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.page .card-item .card-item-content {
		flex-flow: row-reverse;
	}

	.page .card-item .card-item-image {
		width: 40%;
		height: 100%;
		min-height: 215px;
	}

	.page .card-item .card-item-info {
		width: 60%;
	}

	.page .card-tile {
		margin-left: 10px;
		margin-right: 10px;
	}

}

#page-loader {
	background-color: #24444d96;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	display: none;
}

#page-loader .inner-page-loader {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -150px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	/* Need a specific value to work */
}

#page-loader .box-loader {
	width: 300px;
	height: 300px;
	background: #0e2c33;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}

#page-loader .container-loader {
	height: 15px;
	width: 105px;
	display: flex;
	position: relative;

	.circle-loader {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #fff;
		animation: move 500ms linear 0ms infinite;
		margin-right: 30px;

		&:first-child {
			position: absolute;
			top: 0;
			left: 0;
			animation: grow 500ms linear 0ms infinite;
		}

		&:last-child {
			position: absolute;
			top: 0;
			right: 0;
			margin-right: 0;
			animation: grow 500ms linear 0s infinite reverse;
		}
	}
}

@keyframes grow {
	from {
		transform: scale(0, 0);
		opacity: 0;
	}

	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}

@keyframes move {
	from {
		transform: translateX(0px)
	}

	to {
		transform: translateX(45px)
	}
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.hidden {
	display: none;
}

@media only screen and (max-width: 767px) {

	.login-floating-menu .lfm-btn {
		padding: 12px;
	}

	.cart-floating-menu .cfm-header {
		padding: 15px;
	}

	.cart-floating-menu .cfm-item {
		padding: 0 10px;
	}

	.cart-floating-menu .cfm-footer .cfm-footer-btn {
		padding: 12px;
	}

	.cart-floating-menu .cfm-noitems {
		padding: 10px;
	}

	.vehicle-floating-menu .vfm-header {
		padding: 18px;
		padding-top: 21px;
	}

	.vehicle-floating-menu .vfm-info {
		padding: 0 18px;
	}

	.vehicle-floating-menu .vfm-footer .vfm-footer-btn {
		padding: 16px 18px;
	}

	.product-detail-row {
		font-size: 12px;
	}

	.page .page-title {
		font-size: 18px;
	}

	.hidden-xs {
		display: none;
	}

	.page-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.product-subtotal .total-p {
		font-size: 20px;
	}

	#no-more-tables .total-label {
		padding-left: 0;
	}

	#no-more-tables .product-quantity .cart-plus-minus {
		margin-left: unset;
	}

	.page .qtybutton,
	.page .cart-plus-minus-box {
		width: 20px;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

/* 9.1 slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
	background: transparent;
	color: #ccc;
	font-size: 40px;
	padding: 0;
	margin-bottom: 0;
	left: -60px;
	line-height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

.slick-arrow-1 .arrow-next.slick-arrow {
	left: auto;
	right: -60px;
}

.slick-arrow-1 .slick-arrow:hover {
	color: #ff7f00;
}

/* 9.2 slick-arrow-2 */
.slick-arrow-2 .slick-arrow {
	background: transparent;
	border: 1px solid #ddd;
	color: #999999;
	font-size: 20px;
	padding: 0;
	margin-bottom: 0;
	height: 35px;
	left: -30px;
	line-height: 35px;
	margin-top: -17px;
	opacity: 0;
	position: absolute;
	right: auto;
	top: 50%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 35px;
	z-index: 2;
}

.slick-arrow-2 .arrow-next.slick-arrow {
	left: auto;
	right: -30px;
}

.slick-arrow-2:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.slick-arrow-2 .arrow-prev.slick-arrow:hover,
.slick-arrow-2 .arrow-next.slick-arrow:hover {
	color: #FF7F00;
	border-color: #FF7F00;
}

/* 9.3 slick-arrow-3 */
.slick-arrow-3 .slick-arrow {
	background: transparent;
	color: #999999;
	font-size: 20px;
	padding: 0;
	margin-bottom: 0;
	height: 35px;
	left: 0;
	line-height: 35px;
	margin-top: -17px;
	position: absolute;
	right: auto;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 35px;
	z-index: 2;
}

.slick-arrow-3 .arrow-next.slick-arrow {
	left: auto;
	right: 0px;
}

.slick-arrow-3:hover .slick-arrow {}

.slick-arrow-3 .arrow-prev.slick-arrow:hover,
.slick-arrow-3 .arrow-next.slick-arrow:hover {
	color: #FF7F00;
}

/*************************
  10. slick-dots
*************************/
/* 10.1 slick-dots-1 */
.slick-dots-1 .slick-dots {
	bottom: 70px;
	position: absolute;
	right: 30px;
}

.slick-dots-1 .slick-dots li {
	background: #cccccc none repeat scroll 0 0;
	border-radius: 50%;
	float: left;
	height: 8px;
	margin: 0 5px;
	width: 8px;
}

.slick-dots-1 .slick-dots li button {
	display: none;
}

.slick-dots-1 .slick-dots li.slick-active {
	background: #FF7F00;
}

.spinner {
	width: 100px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	margin: 0px auto;
}

.spinner div {
	background-color: #011d24;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}