@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap&subset=cyrillic');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
}
body, table, td, th {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #04612b;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #902845;
	text-decoration: none;
}

b, strong { font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	margin: 20px 0;
	color: #000;
}
h1 { font-size: 33px; line-height: 37px; }
h2 { font-size: 25px; line-height: 31px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url('../icons/bullet.svg') no-repeat left top 8px;
	background-size: 6px 6px;
	padding: 0 0 2px 14px;
}
body.dimmed {
	overflow: hidden;
}
.hide {
	display: none;
}
.red-btn {
	background-color: #8e0a2d;
	color: #fff;
}
.red-btn:hover {
	background-color: #902845;
	color: #fff;
}
.green-btn {
	background-color: #04612b;
	color: #fff;
}
.green-btn:hover {
	background-color: #08803b;
	color: #fff;
}
.mobilemenu {
	display: none;
	background: transparent;
	padding: 10px 6px;
}
.mobilemenu > div {
	overflow: hidden;
	float: right;
	margin-left: 8px;
	width: 24px;
}
.mobilemenu > div > span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: 0.3s all;
}
.mobilemenu > div > span + span {
	margin: 5px 0 0 0;
}
.mobilemenu > span {
	display: block;
	float: left;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.mobilemenu.active > div {
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobilemenu.active > div > span {
	margin: 0;
	position: absolute;
}
.mobilemenu.active > div > span:nth-child(1) {
	transform: rotate(45deg);
}
.mobilemenu.active > div > span:nth-child(2) {
	display: none;
}
.mobilemenu.active > div > span:nth-child(3) {
	transform: rotate(-45deg);
}
.mobile-menu {
	display: none;
	width: 100%;
	height: calc(100% - 60px);
	position: absolute;
	background: #fff;
	z-index: 2000;
	overflow-y: auto;
	padding: 20px 20px 135px;
}
.mobile-menu.active {
	display: block;
}
.mobile-menu .menu-links a {
	display: block;
	color: #000;
}
.mobile-menu .menu-links > a {
	font-size: 16px;
	padding: 10px 0;
	border-top: 1px solid #f5f5f5;
}
.mobile-menu .menu-links > a:first-child {
	border-color: #fff;
}
.mobile-menu .menu-links a + div {
	display: none;
	margin: 6px 0 12px;
}
.mobile-menu .menu-links > a + div {
	border-left: 3px solid #8e0a2d;
}
.mobile-menu .menu-links a + div > a {
	font-size: 14px;
	padding: 5px 0 5px 15px;
}
.mobile-menu .menu-links a + div > a + div > a {
	padding-left: 30px;
}
.mobile-menu .menu-links .aside-controller {
	display: block;
	width: 38px;
	height: 38px;
	float: right;
	background: url('../icons/expand-arrow-icon-black.svg') no-repeat;
	background-size: 12px 12px;
	background-position: center center;
	margin: -8px 0px 0;
	transition: 0.3s transform ease;
}
.mobile-menu .menu-links .aside-controller.menu-open {
	transform: rotate(180deg);
}
.mobile-menu .languages {
	margin-top: 30px;
	display: none;
}
.mobile-menu .languages > span {
	display: none;
}
.mobile-menu .languages > div {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 0 -5px -12px;
}
.mobile-menu .languages > div > a {
	display: block;
	color: #9a9a9a;
	font-size: 13px;
	margin: 0 0 5px 12px;
	white-space: nowrap;
}
header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2000;
	border-bottom: 2px solid #4c3239;
}
.headersticky {
	display: none;
}
.headersticky.sticky {
	display: block;
}
header.sticky .mobile-menu {
	position: fixed;
}
.content-wrapper {
	width: 1520px;
	margin: 0 auto;
}
.slide-content-wrapper {
	width: 1800px;
	margin: 0 auto;
}
.logged-user-settings {
	height: 40px;
	background: #f1f1f1;
}
.logged-user-settings > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: inherit;
}
.logged-user-settings a {
	font-size: 13px;
	line-height: 1.3;
	color: #909090;
}
.logged-user-settings a.active {
	color: #616161;
}
.logged-user-settings a:hover {
	color: #616161;
}
.logged-user-settings a + a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e2e2e2;
}
.pre-header {
	background: #fff;
}
.pre-header > div {
	height: 110px;
	display: flex;
	align-items: center;
}
.pre-header .left {
	margin-left: 189px;
	display: flex;
	align-items: center;
	height: inherit;
}
.pre-header .languages {
	display: flex;
	align-items: center;
	flex-flow: column;
	position: relative;
	margin-left: 37px;
}
.pre-header .languages > span {
	font-size: 13px;
	color: #04612b;
	text-transform: uppercase;
	background: url('../icons/expand-arrow-green.svg') no-repeat;
	background-size: 13px 13px;
	background-position: right top 4px;
	padding-right: 20px;
	cursor: pointer;
}
.pre-header .languages > div {
	width: 96px;
	max-height: 300px;
	visibility: hidden;
	background: #fff;
	padding: 5px 0;
	text-align: center;
	z-index: 300;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
	transition: 0.3s max-height;
	position: absolute;
	top: 100%;
	right: 0;
}
.pre-header .languages:hover > div {
	visibility: visible;
}
.pre-header .languages > div a {
	display: block;
	text-transform: uppercase;
	color: #909090;
	padding: 3px 8px;
	font-size: 11px;
	transition: none;
}
.pre-header .languages > div a:hover {
	background: #f1f1f1;
}
.pre-header .quick-links a {
	display: block;
	float: left;
	color: #656565;
	font-size: 13px;
}
.pre-header .quick-links a:hover {
	color: #000;
}
.pre-header .quick-links a + a {
	margin-left: 26px;
}
.pre-header .right {
	display: flex;
	align-items: center;
	height: inherit;
	margin-left: auto;
}
.pre-header .warehouses > div {
	float: left;
}
.pre-header .warehouses > div + div {
	margin-left: 45px;
}
.pre-header .warehouses span {
	display: block;
	font-size: 11px;
	line-height: 1;
	color: #656565;
	margin-bottom: 6px;
}
.pre-header .warehouses {
	margin-right: 45px;
}
.pre-header .warehouses a {
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #04612b;
}
.pre-header .warehouses .open-times {
	text-align: right;
	border-right: 1px solid #b0b0b0;
	padding-right: 45px;
}
.pre-header .warehouses .warehouse > a {
	display: block;
	float: left;
}
.pre-header .warehouses .warehouse > a img {
	display: block;
	width: 38px;
	height: 38px;
	margin-top: -3px;
	position: relative;
	top: 0;
	transition: 0.3s top;
}
.pre-header .warehouses .warehouse > a img:hover {
	top: -5px;
}
.pre-header .warehouses .warehouse > div {
	float: left;
}
.pre-header .actions {
	display: flex;
	align-items: center;
}
.pre-header .actions > a {
	display: block;
	float: left;
	width: 60px;
	height: 70px;
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pre-header .actions > a + a {
	margin-left: 10px;
}
.pre-header .actions .intranet {
	background-image: url('../icons/user-white.svg');
}
.pre-header .actions .shopcart {
	background-image: url('../icons/shopcart-white.svg');
}
.pre-header .actions .intranet.intranet-logout {
	background-image: url('../icons/logout-icon-black.svg');
	background-size: 20px 20px;
}
header {
	background: #2f161d;
}
header > div {
	height: 85px;
	display: flex;
	position: relative;
}
header > div:not(.mobile-menu) > div {
	height: inherit;
	display: flex;
	align-items: center;
	margin-left: auto;
}
header .mass-link {
	display: flex;
	align-items: flex-end;
	border: 20px solid #fff;
	background: #fff;
	position: relative;
	top: 0;
}
header.sticky .mass-link {
	top: -110px;
}
header .mass-logo {
	display: block;
	width: 120px;
	height: auto;
}
header nav {
	height: inherit;
}
header nav > div {
	display: flex;
	align-items: center;
	height: inherit;
	float: left;
}
header nav > div:hover {
	background-color: #3a2027;
}
header nav > div > span {
	display: flex;
	align-items: center;
	height: inherit;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-right: 63px;
	padding-left: 30px;
	cursor: pointer;
}
header nav > div > span {
	position: relative;
}
header nav > div > span:after {
	content: "";
	background: url('../icons/expand-arrow-beige.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: center center;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 30px;
}
header nav > div > span.active {
	background-color: #3a2027;
}
header nav > div > span:hover {
	color: #fff;
}
header nav > div > div {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	background: #3a2027;
	padding: 0 40px;
	z-index: 1000;
	max-height: 0;
	min-width: 100%;
	top: 100%;
	transition-delay: 0.15s;
}
header nav > div:hover > div {
	max-height: 600px;
}
header nav > div > div a:hover {
	color: red;
}
header nav .menu-sections-outer {
	position: relative;
	margin: 0 0 -30px -30px;
	padding: 40px 0;
	overflow: hidden;
}
header nav .menu-section {
	float: left;
	width: calc(100% / 5 - 30px);
	margin: 0 0 30px 30px;
}
header nav .menu-section:nth-child(5n+1) {
	clear: left;
}
header nav .menu-section h2 {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #5d3d46;
}
header nav .menu-section h2 {
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	cursor: default;
}
header nav .menu-section a {
	display: block;
	color: #fff;
	font-size: 13px;
}
header nav .menu-section a:hover {
	color: #a06979;
}
header nav .menu-section a.see-all {
	color: #a06979 ;
}
header nav .menu-section a + a {
	margin-top: 6px;
}
header .search {
	margin-left: 40px;
	padding-left: 30px;
	border-left: 1px solid #a06979;
	height: 46px;
	display: flex;
	position: relative;
}
header .search input {
	color: #a06979;
	background: transparent;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	width: 187px;
	height: inherit;
	-webkit-appearance: none;
}
header .search input::placeholder {
	color: #a06979;
}
header .search button {
	width: 46px;
	height: inherit;
	background: url('../icons/search-brown.svg') no-repeat;
	background-color: transparent;
	background-size: 28px 28px;
	background-position: center center;
}
header .search .mobile-toggle {
	display: none;
}
header .search .ajax_search {
	display: none;
	z-index: 1200;
	position: absolute;
	top: 65px;
	right: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.28);
}
header .search .ajax_search a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
}
header .search .ajax_search .category_name {
	display: block;
	color: #58585a;
	padding: 6px 10px;
	border-bottom: 1px solid #f1f1f1;
}
header .search .ajax_search .category_name:hover {
	background: #f1f1f1;
}
header .search .ajax_search .products {
	margin: 10px 0;
	overflow: hidden;
	overflow-y: auto;
	max-height: 450px;
}
header .search .ajax_search .products > a {
	color: #58585a;
	padding: 6px 10px;
}
header .search .ajax_search .products > a:hover {
	background: #f1f1f1;
}
header .search .ajax_search .products > a img {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
header .search .ajax_search .all-results {
	display: block;
	background: #8e0a2d;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	font-size: 14px;
}
header .search .ajax_search.on {
	display: block;
}
.emo {
	position: relative;
}
.emo:before {
	display: block;
	content: "";
	height: 356px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #2f161d;
}
.emo .slide-content-wrapper {
	position: relative;
	height: 450px;
}
.emo .slide-captions {
	padding: 0 20px;
}
.emo .slide-caption {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: column;
	padding-bottom: 120px;
}
.emo .slide-caption.active {
	visibility: visible;
}
.emo .slide-caption h1 {
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
}
.emo .slide-caption p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin: 20px 0 45px;
	max-width: 100%;
	width: 650px;
}
.emo .slide-caption a {
	display: inline-block;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #04612b;
	padding: 10px 20px;
	transition: 0.3s background;
}
.emo .slide-caption a:hover {
	background: #8e0a2d;
}
.emo .emo-slides {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #292929;
}
.emo .emo-slides:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(88, 88, 88, 0.37);
}
.emo .emo-slides .slide {
	visibility: hidden;
	background-position: center center;
	background-size: cover;
}
.emo .emo-slides .slide.active {
	visibility: visible;
	width: 100%;
	height: 100%;
}
.emo .slide-nav {
	position: absolute;
	bottom: 80px;
	z-index: 200;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.emo .slide-nav > div {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.emo .slide-nav > div + div {
	margin-left: 8px;
}
.emo .slide-nav > div.active {
	background: #04612b;
}
.main-search {
	height: 100px;
	margin-top: -50px;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.main-search form {
	background: #2f161d;
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0 20px;
}
.main-search .select-opt {
	width: 300px;
	height: 60px;
	background: #fff;
}
.main-search .select-opt > div {
	overflow-y: auto;
}
.main-search .select-opt > b {
	background-image: url('../icons/expand-arrow-green.svg');
}
.main-search .select-opt > div div {
	padding: 10px 20px;
}
.main-search button {
	background: #04612b;
	height: 60px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 0 30px;
	margin-left: 20px;
	transition: 0.3s background-color;
}
.main-search button:hover {
	background: #8e0a2d;
}
main {
	padding: 40px 0;
}
main > div:after {
	display: block;
	content: "";
	clear: both;
}
.main-categories {
	position: relative;
	margin: 0 0 -30px -30px;
	overflow: hidden;
}
.main-categories > a {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 0 30px 30px;
	height: 260px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main-categories > a:after {
	display: block;
	content: "";
	background: rgba(99, 99, 99, 0.60);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s background;
}
.main-categories > a:hover:after {
	background: rgba(99, 99, 99, 0);
}
.main-categories > a:nth-child(1),
.main-categories > a:nth-child(5) {
	width: calc(100% / 2 - 30px);
}
.main-categories > a:nth-child(2),
.main-categories > a:nth-child(3),
.main-categories > a:nth-child(4),
.main-categories > a:nth-child(6) {
	width: calc(50% / 2 - 30px);
}
.main-categories > a:nth-child(7),
.main-categories > a:nth-child(8),
.main-categories > a:nth-child(9),
.main-categories > a:nth-child(10) {
	width: calc(100% / 4 - 30px);
}
.main-categories > a > * {
	position: relative;
	z-index: 20;
}
.main-categories > a h2 {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
}
.main-categories > a h2:after {
	display: block;
	content: "";
	position: relative;
	width: 139px;
	height: 4px;
	background: #8e0a2d;
	margin: 0 auto;
	top: 15px;
}
.main-offers {
	background: #f3f3f3;
	overflow: hidden;
	padding: 30px 0;
}
.main-offers h2 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.main-offers h2:after {
	display: block;
	content: "";
	position: relative;
	width: 139px;
	height: 4px;
	background: #8e0a2d;
	margin: 0 auto;
	top: 15px;
}
.offers {
	position: relative;
	margin: 0 0 -20px -20px;
	padding: 50px 0;
	overflow: hidden;
}
.offers > div {
	float: left;
	width: calc(100% / 6 - 20px);
	margin: 0 0 20px 20px;
	text-align: center;
}
.offers > div img {
	display: block;
	width: 100%;
	height: auto;
}
.offers > div h3 {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.offers .product-price span:not(.price) {
	font-size: 12px;
	color: #6e6e6e;
	position: relative;
	top: -3px;
}
.offers .product-price .price {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #04612b;
	margin: 0 3px;
}
.main-posts {
	display: none;
}
.page-heading {
	background: #f3f3f3;
	padding: 30px 0;
}
.page-heading h1 {
	font-size: 33px;
	line-height: 35px;
	margin: 0;
}
.page-heading .breadcrumbs {
	margin-top: 2px;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 18px;
}
.page-heading .breadcrumbs span {
	color: #a5a5a5;
}
/*
.page-heading .breadcrumbs a:hover {
	color: #696969;
}
*/
.page-heading .page-heading-inner {
	display: flex;
	align-items: center;
}
.page-heading .page-heading-inner .page-heading-right {
	display: flex;
	flex-direction: row-reverse;
	margin-left: auto;
	height: 50px;
}
.page-heading .warehouse-checkboxes {
	display: flex;
	align-items: center;
	height: inherit;
	margin-right: 20px;
}
.page-heading .warehouse-checkboxes .label-checkbox {
	display: flex;
	align-items: center;
}
.page-heading .warehouse-checkboxes .label-checkbox > div {
	font-size: 15px;
}
.page-heading .warehouse-checkboxes .label-checkbox + .label-checkbox {
	margin-top: 0;
	margin-left: 10px;
}
.page-heading .view-select {
	background: #fff;
	box-shadow: 0 10px 20px rgb(236, 236, 236);
	overflow: hidden;
	margin-right: 10px;
	width: 100px;
	min-width: 100px;
}
.page-heading .save-pdf {
	display: flex;
	align-items: center;
	background-position: left 16px center;
	background-size: 20px 20px;
	margin-right: 10px;
	background-color: #fff;
	color: #696969;
	padding: 0 20px 0 40px;
	height: 50px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.page-heading .save-pdf:hover {
	background-color: #f9f9f9;
}
.page-heading .vat-toggler {
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 5px;
	box-shadow: 0 10px 20px rgb(236, 236, 236);
	background-color: #fff;
	margin-right: 10px;
	min-width: 130px;
}
.page-heading .vat-toggler input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.page-heading .vat-toggler label {
	position: relative;
	z-index: 1;
	font-size: 11px;
	float: left;
	width: 60px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	color: #696969;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	transition-delay: .1s;
	transition: color 0.3s ease;
}
.page-heading .vat-toggler label span {
	display: block;
	font-size: 8px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 2px;
}
.page-heading .vat-toggler label b {
	line-height: 1;
}
.page-heading .vat-toggler input[type="radio"]:checked + label {
	color: #fff;
	text-decoration: none;
}
.page-heading .vat-toggler .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	width: 60px;
	background-color: #8e0a2d;
	border-radius: 4px;
	transition: transform 0.3s;
}
.page-heading .vat-toggler input[type="radio"]:checked + label + .switch,
.page-heading .vat-toggler input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-ms-transform: translateX(60px);
	-o-transform: translateX(60px);
	transform: translateX(60px);
}
.page-heading .filter-toggle {
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: center center;
	background-color: #fff;
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: left;
	transition: 0.3s background-color;
}
.page-heading .filter-toggle.active {
	background-color: #f9f9f9;
}
.page-heading .filter-toggle:hover {
	background-color: #f9f9f9;
}
.page-heading .view-select .tiles-view {
	background-image: url('../icons/tiles-view.svg');
}
.page-heading .view-select .details-view {
	background-image: url('../icons/details-view.svg');
}
.page-heading .view-select > div:last-child {
	border-left: 1px solid #f1f1f1;
}
.mobile-filtering-toggle {
	display: none;
}
.page-heading .shop-list-sorting {
	background: #fff;
	height: inherit;
}
.page-heading .shop-list-sorting.warehouse-sorting {
	margin-right: 10px;
}
.page-heading .shop-list-sorting.select-opt > div {
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
}
.page-heading .shop-list-sorting.select-opt > b {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: inherit;
	white-space: nowrap;
}
.sidebar {
	float: left;
	width: 260px;
}
.content hr {
	border: 0 none;
	height: 10px;
	position: relative;
}
.content hr:before {
	position: absolute;
	width: 100%;
	height: 10px;
	content: "";
	left: 0;
	top: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	opacity: 0.5;
}
.sidebar + .content {
	float: left;
	width: calc(100% - 260px);
	padding-left: 30px;
}
.sidebar .submenu {
	border-right: 1px solid #efefef;
	padding-right: 30px;
}
.sidebar .submenu a {
	display: block;
	color: #2f161d;
}
.sidebar .submenu a.on {
	color: #04612b;
}
.sidebar .submenu a:hover {
	color: #04612b;
}
.sidebar .submenu > a {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	padding: 14px 20px;
	line-height: 1.3;
}
.sidebar .submenu > a + div {
	margin: 20px 0;
	padding-left: 20px;
}
.sidebar .submenu > a + div > a {
	font-size: 17px;
}
.sidebar .submenu > a + div > a + a {
	margin-top: 10px;
}
.shop-filters .filter-block .filter-block-inner {
	padding: 20px;
	max-height: 240px;
	overflow-y: auto;
	margin-top: 5px;
	border: 1px solid #efefef;
}
.shop-filters .filter-block .filter-block-label {
	font-size: 15px;
	font-weight: bold;
	padding: 14px 20px;
	background: #fff;
	position: relative;
}
.shop-filters .filter-block .label-checkbox + .label-checkbox {
	margin-top: 7px;
}
.shop-filters .filter-block .label-checkbox > span {
	width: 20px;
	height: 20px;
	min-width: 24px;
	min-height: 24px;
}
.shop-filters .filter-block .label-checkbox > div {
	font-size: 14px;
	min-height: 24px;
}
.shop-filters .filter-block .filter-result-quantity {
	background: #04612b;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	margin-left: auto;
	width: 20px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}
.shop-filters .filter-block .label-checkbox.disabled > span {
	background: #e6e6e6;
}
.shop-filters .filter-block .label-checkbox.disabled > div {
	color: #aaa;
}
.shop-filters .filter-block .label-checkbox.disabled .filter-result-quantity {
	background: #e6e6e6;
	color: #aaa;
}
.shop-filters-mobile {
	display: none;
}
.shop-product-sideview {
	display: none;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 500px;
	background: #fff;
	padding: 30px 0 0;
	z-index: 9999999999;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.shop-product-sideview.active {
	display: flex;
}
.shop-product-sideview .side-view-content {
	overflow: hidden;
	overflow-y: auto;
	padding: 0 30px;
}
.shop-product-sideview .side-view-header {
	display: flex;
	padding: 0 30px;
}
.shop-product-sideview .side-view-header h2 {
	font-size: 22px;
	line-height: 28px;
	margin-top: 0;
}
.shop-product-sideview .side-view-header .close-button {
	display: block;
	background: url('../icons/close-icon-gray.svg') no-repeat center center;
	background-size: contain;
	width: 26px;
	height: 26px;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 3px;
}
.shop-product-sideview .side-view-content img {
	display: block;
	width: 440px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.shop-product-sideview .side-view-content .description > *:first-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f1f1f1;
}
.shop-product-sideview .side-view-content .description > p:empty {
	display: none;
}
.shop-product-sideview .side-view-footer {
	padding: 20px 30px;
	position: sticky;
	bottom: 0;
	border-top: 1px solid #f1f1f1;
	margin-top: auto;
	background: #fff;
}
.shop-product-sideview .side-view-footer .close-button {
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #8e0a2d;
	color: #8e0a2d;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s all;
}
.shop-product-sideview .side-view-footer .close-button:hover {
	background: #8e0a2d;
	color: #fff;
}
.category-description {
	margin-bottom: 20px;
	padding: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #585858;
	border: 1px solid #efefef;
	min-height: 135px;
}
.category-description > div > p {
	margin-top: 0;
}
.category-description .readmore_button_div {
	margin-top: 10px;
}
.category-description .button {
	padding: 0;
}
.content-categories {
	background: #f8f8f8;
	padding: 16px 20px;
	columns: 4;
	margin-bottom: 30px;
}
.content-categories > div {
	padding: 4px 0;
	break-inside: avoid;
}
.content-categories a {
	display: inline-block;
	font-size: 15px;
	line-height: 19px;
	color: #333;
}
.content-categories a.active {
	font-weight: 700;
}
.content-categories a:hover {
	color: #000;
}
.content .col-3 {
	position: relative;
	margin: 0 0 -20px -20px;
	overflow: hidden;
}
.content .col-3 > div {
	float: left;
	width: calc(100% / 2 - 20px);
	margin: 0 0 20px 20px;
}
.content .col-3 > div:nth-child(3) {
	display: none;
}
.content table p:first-child {
	margin-top: 0;
}
.content table p:last-child {
	margin-bottom: 0;
}
.contact-list {
	position: relative;
	margin: 0 0 -20px -20px;
}
.contact-list .contact-block {
	width: calc(100% / 3 - 20px);
	margin: 0 0 20px 20px;
	float: left;
	background: #fff;
	box-shadow: 0 10px 10px rgb(236, 236, 236);
	padding: 20px;
	border: 1px solid #f3f3f3;
}
.contact-list .contact-block:nth-child(3n+1) {
	clear: left;
}
.contact-list .contact-block #lang img{
	margin: 2px;
}
.contact-list .contact-block .contact-img {
	float: left;
	margin-right: 20px;
}
.contact-list .contact-block .contact-img img {
	display: block;
	width: 120px;
	height: auto;
}
.contact-list .contact-block .contact-information #work-title {
	color: #7b7b7b;
	margin-bottom: 10px;
}
.warehouses-list .warehouse {
	position: relative;
	padding: 25px 0;
	clear: both;
}
.warehouses-list .warehouse:after {
	position: absolute;
	width: 100%;
	height: 10px;
	content: "";
	left: 0;
	bottom: -10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	opacity: 0.5;
}
.warehouses-list .warehouse .warehouse-name {
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 20px;
}
.warehouses-list .warehouse .warehouse-data {
	overflow: hidden;
}
.warehouses-list .warehouse .warehouse-data > img {
	display: block;
	float: left;
	width: 320px;
	height: auto
}
.warehouses-list .warehouse .warehouse-data > div {
	float: left;
	width: calc(100% - 320px);
	padding-left: 40px;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager {
	float: left;
	width: 290px;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager b {
	display: block;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager i {
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #7b7b7b;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager span {
	display: block;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager span + span {
	margin-top: 3px;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager .with-icon {
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: left center;
	padding-left: 22px;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager .no-icon {
	padding-left: 22px;
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager .phone-icon {
	background-image: url('../icons/phone-icon-green.svg');
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager .email-icon {
	background-image: url('../icons/email-icon-green.svg');
}
.warehouses-list .warehouse .warehouse-data .warehouse-manager .location-icon {
	background-image: url('../icons/location-icon-green.svg');
}
.warehouses-list .warehouse .warehouse-data .warehouse-products {
	float: left;
	width: calc(100% - 290px);
}
.wood-type-select {
	display: flex;
	align-items: center;
	padding: 20px;
	margin-bottom: 20px;
	background: #f3f3f3;
}
.wood-type-select > div {
	float: left;
	margin-right: 20px;
	font-weight: 700;
}
.wood-type-select > select {
	float: left;
	height: 42px;
	background-color: #fff;
}
.catalogue {
	position: relative;
	margin: 0 0 -10px -10px;
}
.catalogue .item {
	display: block;
	float: left;
	width: calc(100% / 6 - 10px);
	margin: 0 0 10px 10px;
	box-shadow: 0 10px 10px rgb(236, 236, 236);
}
.catalogue .item:nth-child(6n+1) {
	clear: left;
}
.catalogue .item img {
	display: block;
	width: 100%;
	height: auto;
}
.catalogue .item h2 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 15px;
}
.catalogue-view {
	display: flex;
}
.catalogue-image {
	float: left;
}
.catalogue-image img {
	display: block;
	width: auto;
	max-width: 350px;
	height: auto;
}
.catalogue-content {
	overflow: hidden;
	float: left;
	margin-left: 40px;
}
.catalogue-content > p:first-child {
	margin-top: 0;
}
.gallery-md {
	position: relative;
	margin: 0 0 -20px -20px;
}
.gallery-md > a {
	display: block;
	float: left;
	width: calc(100% / 6 - 20px);
	margin: 0 0 20px 20px;
}
.gallery-md > a:nth-child(6n+1) {
	clear: left;
}
.gallery-md > a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 300px;
}
.groupname {
	cursor:pointer;
	border-bottom: 1px solid #DDDDDD;
}
#bigimage {
	position: absolute;
	z-index: 700;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	display: none;
	line-height: 0px;
}
#previewimage {
	float: left;
	display: block;
	width: 200px;
	overflow: hidden;
	padding: 5px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 0px;
}
.product-list {
	transition: 0.5s opacity;
}
.product-list.loading {
	opacity: 0.2;
}
.product-list.tiles {
	position: relative;
	margin: 0 0 -10px -12px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product-list.tiles > a {
	display: block;
	float: left;
	max-width: 236px;
	width: calc(100% / 5 - 12px);
	margin: 0 0 10px 12px;
	position: relative;
	top: 0;
	transition: 0.1s top;
}
.product-list.tiles > a:hover {
	box-shadow: 0 10px 10px rgb(236, 236, 236);
	z-index: 22;
}
.product-list.tiles > a:nth-child(6n+1) {
	clear: left;
}
.product-list.tiles > a .product-image-outer {
	height: 300px;
	position: relative;
	overflow: hidden;
}
.product-list.tiles > a .product-image {
	width: 100%;
	height: inherit;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 21;
}
.product-list.tiles .product-data {
	padding: 16px 16px;
}
.product-list.tiles .product-data h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	font-weight: normal;
	color: #2f161d;
	overflow: hidden;
	height: 42px;
}
.product-list.tiles .product-data .price {
	color: #cecece;
	font-size: 12px;
	line-height: 16px;
	margin-top: 16px;
}
.product-list.tiles .product-data .vat-text {
	color: #cecece;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
}
.product-list.tiles .product-hover {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(4, 97, 43, 0.8);
	transition: 0.1s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 200;
}
.product-list.tiles .product-hover .see-product {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.product-list.tiles .product-hover .see-product:before {
	display: block;
	content: "";
	background: url('../icons/search-white.svg') no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 6px;
}
.product-list.tiles > a:hover .product-hover {
	visibility: visible;
	top: 0;
}
.product-list.tiles .warehouse-stock {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	margin: 20px 0 -4px -12px;
}
.product-list.tiles .warehouse-stock > div {
	margin: 0 0 4px 12px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}
.product-list.tiles .warehouse-stock > div span {
	font-weight: 700;
	margin-left: 5px;
}
.product-list.tiles .warehouse-stock > span {
	color: #fff;
	margin: 0 0 4px 12px;
	font-size: 14px;
	line-height: 17px;
}
.product-list.details > a {
	display: block;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.product-list.details > a + a {
	border-top: 1px solid #f3f3f3;
}
.product-list.details > a:hover {
	background: #f3f3f3;
}
.product-list.details > a .product-image {
	float: left;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.product-list.details > a .product-data {
	float: left;
	width: calc(100% - 80px - 60px);
	padding: 0 20px;
}
.product-list.details > a .product-data h2 {
	margin: 0 0 4px;
	font-size: 19px;
	line-height: 24px;
}
.product-list.details > a .product-data .price {
	color: #000;
	margin-right: 15px;
}
.product-list.details > a .product-data .price .normp {
	font-weight: bold;
	font-size: 17px;
	color: #04612b;
}
.product-list.details > a .see-product {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	background-color: #04612b;
	background-image: url('../icons/shopcart-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
}
.product-list.details > a .see-product:hover {
	background-color: #08803b;
}
.product-list.details .price-and-stock {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-list.details .warehouse-stock {
	display: flex;
	position: relative;
	margin: 0 -6px -6px 0;
}
.product-list.details .warehouse-stock > div,
.product-list.details .warehouse-stock > span {
	margin: 0 6px 6px 0;
	color: #989898;
	font-size: 14px;
}
.product-list.details .warehouse-stock > div span {
	font-weight: 700;
	margin-left: 5px;
}
.badges-outer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 199;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	visibility: visible;
	transition: 0.2s top;
}
.badges-outer .badge {
	padding: 0 10px;
	height: 28px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	background: #04612b;
	color: #fff;
}
.badges-outer .badge + .badge {
	margin-top: 3px;
}
.badges-outer .badge.popular {
	background: #4c3239;
	color: #fff;
}
.badges-outer .badge.campaign {
	background: #e80000;
	color: #fff;
}
.badges-outer .badge.sale-out {
	background: #e80000;
	color: #fff;
}
.badges-outer .badge.discount {
	background: #e80000;
	color: #fff;
}
.product-list.tiles > a:hover .badges-outer {
	visibility: hidden;
	top: -100%;
}
.product-list.details > a .badges-outer {
	position: relative;
	margin: 7px 0 -3px -3px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	clear: both;
}
.product-list.details > a .badges-outer .badge {
	margin: 0 0 3px 3px;
	padding: 0px 6px;
	height: 22px;
	font-size: 10px;
	font-weight: normal;
}
.product-list.details > a .badges-outer .badge + .badge {
	margin-top: 0;
}
.product-categories {
	position: relative;
	margin: 0 0 -10px -10px;
}
.product-categories > a {
	display: block;
	float: left;
	width: calc(100% / 5 - 10px);
	margin: 0 0 10px 10px;
	box-shadow: 0 10px 10px rgb(236, 236, 236);
}
.product-categories > a:nth-child(5n+1) {
	clear: left;
}
.product-categories > a .category-image {
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-categories > a .product-data {
	padding: 16px 20px;
}
.product-categories > a .product-data h2 {
	font-size: 17px;
	line-height: 20px;
	margin: 0;
}
.product-view {
	overflow: hidden;
}
.product-view .product-images {
	float: left;
	width: 400px;
	position: relative;
}
.product-view .product-images > a img {
	display: block;
	width: 100%;
	height: auto;
}
.product-view .product-images .thumbs {
	position: relative;
	margin: 20px 0 -20px -20px;
}
.product-view .product-images .thumbs > a {
	display: block;
	float: left;
	width: calc(100% / 2 - 20px);
	margin: 0 0 20px 20px;
}
.product-view .product-images .thumbs > a:nth-child(2n+1) {
	clear: left;
}
.product-view .product-images .thumbs > a img {
	display: block;
	width: 100%;
	height: auto;
}
.product-view .product-details {
	float: left;
	width: calc(100% - 400px);
	padding-left: 60px;
}
.product-view .product-types {
	margin-bottom: 20px;
}
.product-view .product-types-heading {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2f161d;
}
.product-view .product-types-heading h2 {
	margin: 0;
}
.product-view .product-types-heading .save-pdf {
	display: flex;
	align-items: center;
	height: 30px;
	background-size: 24px 24px;
	background-position: left center;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	padding-left: 27px;
	margin-left: auto;
}
.product-view .product-types-heading .save-pdf:hover {
	color: #585858;
}
.product-view .product-types-heading .stock-toggler {
	height: 30px;
	display: flex;
	align-items: center;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #e6e6e6;
}
.product-view .product-types-heading .stock-toggler > span {
	margin-right: 6px;
	font-weight: 600;
	font-size: 14px;
}
.product-view .product-types-heading .stock-toggler input.stock-switch {
	position: relative;
	-webkit-appearance: none;
	outline: none;
	width: 50px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #D9DADC;
	border-radius: 50px;
	box-shadow: inset -20px 0 0 0 #fff;
	cursor: pointer;
}
.product-view .product-types-heading .stock-toggler input.stock-switch:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background: transparent;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.product-view .product-types-heading .stock-toggler input.stock-switch:checked {
	box-shadow: inset 20px 0 0 0 #026227;
	border-color: #026227;
}
.product-view .product-types-heading .stock-toggler input.stock-switch:checked:after {
	left: 20px;
	box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
.product-view .product-types-inner .groupname:first-child {
	border-top: 0 none;
}
.product-view .product-types .groupname {
	font-size: 19px;
	line-height: 26px;
	padding: 12px 58px 12px 22px;
	border-top: 1px solid #fff;
	cursor: pointer;
	background-color: #f3f3f3;
	position: relative;
}
.product-view .product-types .groupname:hover {
	background-color: #e6e6e6;
}
.product-view .product-types .groupname:after {
	content: "";
	background-image: url('../icons/expand-arrow-black.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 20px;
	top: 14px;
}
.product-view .product-types .groupname.active:after {
	transform: rotate(180deg);
}
.product-view .product-types .group {
	margin: 10px 0;
}
.product-view .product-types .group .merged_product2 {
	padding-left: 22px;
	padding-right: 22px;
}
.product-view .merged_product2 {
	display: flex;
	padding: 18px 22px;
	transition: 0.1s background-color;
	position: relative;
	z-index: 1;
}
.product-view .merged_product2:hover {
	background: #f3f3f3;
	cursor: default;
}
.product-view .merged_product2:hover .merged-product-cart-adding a.out-of-stock {
	background-color: #fff;
}
.product-view .merged_product2.highlighted {
	border: 1px solid #ecc39a !important;
}
.product-view .product-types .merged_product2 + .merged_product2 {
	border-top: 1px solid #f3f3f3;
}
.product-view .merged-product-data {
	margin-right: 20px;
}
.product-view .merged-product-data .merged-product-type-name {
	cursor: pointer;
}
.product-view .product-types .merged-product-type {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.product-view .product-types .merged-product-type:hover {
	text-decoration: underline;
}
.product-view .product-types .merged-product-code {
	font-size: 13px;
	color: #b7b7b7;
}
.product-view .product-types .merged-product-name {
	font-size: 13px;
	color: #b7b7b7;
}
.product-view .product-types .merged-product-name p {
	margin: 0;
}
.product-view .product-types .merged-product-price-data {
	position: relative;
	margin: 10px 0 0 -20px;
	display: flex;
	align-items: center;
}
.product-view .product-types .merged-product-price-data > div {
	float: left;
	margin: 0 0 0 20px;
}
.product-view .product-types .merged-product-price {
	font-size: 13px;
}
.product-view .product-types .merged-product-price .normp {
	font-weight: bold;
	font-size: 17px;
	color: #04612b;
}
.product-view .product-types .price-per-m2-merged-prod {
	font-size: 13px;
	color: #b7b7b7;
}
.product-view .product-types .merged-product-vat {
	font-size: 13px;
	color: #b7b7b7;
}
.product-view .product-types .merged-product-cart-adding {
	margin-left: auto;
	border-left: 1px solid #f3f3f3;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	min-width: 162px;
}
.product-view .merged_product2:hover .merged-product-cart-adding {
	border-left: 1px solid #e8e8e8;
}
.product-view .product-types .buy-button {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px 19px;
	width: 40px;
	height: 40px;
}
.product-view .product-types .buy-button span {
	display: none;
}
.product-view .product-types .buy-button:not(.out-of-stock) {
	background-image: url('../icons/shopcart-white.svg');
	background-color: #04612b;
}
.product-view .product-types .buy-button:not(.out-of-stock):hover {
	background-color: #08803b;
}
.product-view .product-types .buy-button.out-of-stock {
	background-color: #f3f3f3;
	width: auto;
}
.product-view .product-types .buy-button.out-of-stock span {
	color: #000;
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: inherit;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}
.product-view .product-types .buy-button.out-of-stock:hover {
	background-color: #e0e0e0;
}
.product-view .buying {
	display: flex;
}
.product-view .buy-button2 {
	display: flex;
	align-items: center;
	height: 60px;
}
.product-view .buy-button2 .buy-button-icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
	width: 60px;
	height: inherit;
	transition: 0.3s background-color;
}
.product-view .buy-button2:not(.out-of-stock) .buy-button-icon {
	background-image: url('../icons/shopcart-white.svg');
	background-color: #04612b;
}
.product-view .buy-button2:not(.out-of-stock) span {
	background: #08803b;
	color: #fff;
	border-left: 1px solid #08803b;
}
.product-view .buy-button2:not(.out-of-stock):hover span {
	background: #04612b;
	color: #fff;
}
.product-view .buy-button2.out-of-stock .buy-button-icon {
	background-image: url('../icons/search-black.svg');
	background-color: #e0e0e0;
}
.product-view .buy-button2.out-of-stock span {
	background: #f3f3f3;
	color: #000;
}
.product-view .buy-button2.out-of-stock:hover span {
	background: #eaeaea;
}
.product-view .buy-button2 span {
	display: flex;
	align-items: center;
	height: inherit;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s background-color;
}
.inventory-tooltip {
	position: relative;
}
/*
.inventory-tooltip:before {
	position: absolute;
	top: 0;
	right: 0;
	background: #3c3c3c;
	color: #fff;
	content: attr(data-tooltip);
	padding: 3px 12px;
	min-width: 130px;
	height: 60px;
	font-size: 12px;
	line-height: 17px;
	display: flex;
	align-items: center;
	visibility: hidden;
	transition: 0.1s right;
	z-index: -1;
}
.product-view .merged_product2:hover .inventory-tooltip:before {
	visibility: visible;
	right: 100%;
}
.buy-button2.inventory-tooltip:before {
	left: 0;
	transition: 0.1s left;
}
.buy-button2.inventory-tooltip:hover:before {
	left: 100%;
}
*/
.product-view .merged_product2 .cart-outer {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 5px;
}
.product-view .merged_product2 .quantity {
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.product-view .merged_product2 .quantity button.with-icon {
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	height: 30px;
	width: 30px;
	/* border-radius: 3px; */
	display: block;
	float: left;
	transition: 0.3s background-color;
	/* background-color: #f3f3f3; */
}
.product-view .merged_product2 .quantity .reduce-amount {
	background: url('../icons/minus.svg');
}
.product-view .merged_product2 .quantity .increase-amount {
	background: url('../icons/plus.svg');
}
.product-view .merged_product2 .quantity .input-outer {
	height: 30px;
	transition: 0.3s border-color;
	border: 1px solid #f3f3f3;
	background: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-right: 7px;
}
.product-view .merged_product2 .quantity .input-outer:hover {
	border: 1px solid #e4e4e4;
}
.product-view .merged_product2 .quantity .quantity-input {
	width: 75px;
	height: 30px;
	background: #fff;
	color: #000000;
	float: left;
	text-align: center;
	font-size: 13px;
	/* border-radius: 3px; */
	transition: 0.3s border-color;
	-webkit-appearance: none;
	line-height: 1;
}
.product-view .merged_product2 .quantity .unit {
	float: left;
	font-size: 12px;
	color: #464646;
	font-weight: normal;
}
.product-view .merged_product2 .out-of-stock + .quantity {
	display: none;
}
.product-view .merged_product2 .warehouse-amount-data {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	color: #b7b7b7;
	font-size: 11px;
}
.product-view .merged_product2 .warehouse-amount-data span {
	font-size: 11px;
}
.product-view .merged_product2 .warehouse-amount-data span + span {
	margin-left: 10px;
}
.product-view .merged_product2 .warehouse-amount-data span b {
	font-weight: normal;
	font-size: 13px;
}
.product-view .price {
	font-size: 15px;
}
.product-view .price .normp {
	font-weight: bold;
	font-size: 20px;
}
.product-view .price-per-m2 {
	color: #b7b7b7;
}
.product-view .vat-text {
	font-size: 13px;
	color: #b7b7b7;
}
.product-view .ordering-note {
	display: none;
}
.product-view .ordering-note2 {
	margin: 10px 0 20px;
}
.product-view .more-info {
	background: #f1f1f1;
	padding: 30px;
	overflow: hidden;
	margin-top: 30px;
}
.product-view .more-info h2 {
	margin-top: 0;
}
.product-view .product-specifications {
	overflow: hidden;
	width: 240px;
	float: left;
	padding-right: 30px;
}
.product-view .product-specifications .extrafield-row {
	overflow: hidden;
	padding: 5px 0;
}
.product-view .product-specifications .extrafield-row + .extrafield-row {
	border-top: 1px solid #f3f3f3;
}
.product-view .product-specifications .extrafield-row .extrafield-name {
	float: left;
	width: 120px;
	color: #565656;
}
.product-view .product-specifications .extrafield-row .extrafield-value {
	float: left;
	width: calc(100% - 120px);
	font-weight: bold;
	text-align: right;
}
.product-view .shop-intro p:last-child {
	margin-bottom: 0;
}
.product-view .product-specifications + .shop-intro {
	float: left;
	width: calc(100% - 240px);
	padding-left: 30px;
	border-left: 1px solid #dadada;
}
.product-view .shop-intro table {
	width: 100% !important;
}
.product-view .shop-intro img {
	max-width: 100%;
	height: auto;
}
.connected-products {
	border-top: 2px solid #e6e6e6;
	padding-top: 20px;
	margin-top: 40px;
}
.connected-products h2 {
	margin-top: 0;
}
.normp {
	font-weight: bold;
	font-size: 17px;
	color: #04612b;
}
.old-price {
	text-decoration: line-through;
}
.shopcart-view .shopcart-product {
	padding: 20px;
	background: #fff;
	box-shadow: 0 10px 20px rgb(236, 236, 236);
	overflow: hidden;
	border: 1px solid #f7f7f7;
	cursor: default;
}
.shopcart-view .shopcart-product:hover {
	background: #fdfdfd;
}
.shopcart-view .shopcart-product-img {
	float: left;
	position: relative;
}
.shopcart-view .shopcart-product-img img {
	display: block;
	width: 100%;
	max-width: 142px;
	height: auto;
}
.shopcart-view .shopcart-product-details {
	float: left;
	border-left: 1px solid #f7f7f7;
	margin-left: 30px;
	padding-left: 30px;
}
.shopcart-view .shopcart-product-details h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 24px;
}
.shopcart-view .shopcart-product-details h3 a {
	color: #000;
}
.shopcart-view .shopcart-product-details .product-vat-text {
	color: #cecece;
	font-size: 13px;
	line-height: 16px;
	margin-top: 2px;
}
.shopcart-view .product-quantity {
	height: 30px;
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.shopcart-view .product-quantity > * {
	display: inline-block;
	height: inherit;
}
.shopcart-view .product-quantity .with-icon {
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	background-color: transparent;
	width: 30px;
}
.shopcart-view .product-quantity .decrease {
	background-image: url('../icons/minus.svg');
}
.shopcart-view .product-quantity .increase {
	background-image: url('../icons/plus.svg');
}
.shopcart-view .product-quantity > div {
	position: relative;
}
.shopcart-view .product-quantity input {
	width: 110px;
	height: inherit;
	padding-left: 10px;
	padding-right: 22px;
	background: #f3f3f3;
	font-weight: bold;
	text-align: center;
}
.shopcart-view .product-quantity > div span {
	display: block;
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 12px;
	color: #888
}
.shopcart-view .price.sec {
	margin-bottom: 7px;
}
.shopcart-view .shopcart-product .remove-product {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-image: url('../icons/delete-white.svg');
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center center;
	background-color: red;
	cursor: pointer;
}
.shopcart-view .shopcart-product .remove-product:hover {
	background-color: #ec0000;
}
.shopcart-view .shopcart-product:hover .remove-product {
	display: block;
}
.shopcart-view .shopcart-total {
	margin-top: 40px;
	text-align: right;
	font-size: 17px;
}
.shopcart-view .shopcart-total b {
	font-size: 23px;
	color: #04612b;
	margin-left: 4px;
}
.shopcart-view .vat-text {
	text-align: right;
	color: #cecece;
	font-size: 13px;
	line-height: 16px;
	margin-top: 2px;
}
.shopcart-view .shopcart-actions {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
}
.shopcart-view .shopcart-actions > a {
	float: right;
}
.shopcart-view .shopcart-actions > a + a {
	margin-right: 10px;
}
.checkout-view {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.checkout-view .form-row.delivery-options {
	display: block;
}
.checkout-view .delivery-method-message {
	background: #fff9dc;
	border: 1px solid #fcd640;
	padding: 20px;
	font-size: 14px;
	line-height: 17px;
	display: none;
	margin: 12px 0;
}
#do-row-77 {
	display: none;
}
.checkout-view .form-row.payment-options {
	display: block;
}
.checkout-view .form-row.payment-options .banklinks:first-child h4 {
	margin-top: 0;
}
.checkout-view .banklinks .options-inner {
	position: relative;
	margin: 0 0 -20px -20px;
	overflow: hidden;
}
.checkout-view .banklinks .options-inner > .label-checkbox {
	float: left;
	margin: 0 0 20px 20px;
	clear: none;
}
.checkout-view .banklinks .options-inner > .label-checkbox img {
	display: block;
	width: 100%;
	max-width: 88px;
	height: auto;
}
.checkout-view .total-prices {
	margin: 20px 0;
}
.checkout-view .total-prices .order-total {
	font-size: 17px;
}
.checkout-view .total-prices .order-total b {
	font-size: 23px;
	color: #04612b;
	margin-left: 4px;
}
.checkout-view .total-prices .vat-text {
	color: #cecece;
	font-size: 13px;
	line-height: 16px;
	margin-top: 2px;
}
.checkout-view .checkout-credit-data {
	margin-bottom: 20px;
}
.checkout-view .checkout-credit-data h2 {
	margin-top: 0;
}
.checkout-view .checkout-credit-data .user-credit-data .credit-limit {
	font-weight: 700;
}
.checkout-view .checkout-credit-data .user-credit-data .credit-limit span {
	font-size: 16px;
}
.checkout-view .checkout-credit-data .user-credit-data .credit-notice {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #a7a7a7;
}
.post-list {
	position: relative;
	margin: 0 0 -60px -40px;
	overflow: hidden;
}
.post-list .post-list-item {
	float: left;
	width: calc(100% / 3 - 40px);
	margin: 0 0 60px 40px;
}
.post-list  .post-list-item:nth-child(3n+1) {
	clear: left;
}
.post-list .post-list-item .post-image-outer {
	display: block;
	width: 100%;
	height: 275px;
}
.post-list .post-list-item .post-image-outer img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-list .post-list-item .post-data .post-heading {
	font-size: 21px;
	font-weight: 700;
	padding: 18px 0 6px 22px;
	border-left: 7px solid #04612b;
}
.post-list .post-list-item .post-data .post-heading a {
	color: #000;
}
.post-list .post-list-item .post-data .post-intro {
	margin: 15px 0;
	font-size: 15px;
}
.post-list .post-list-item .post-data .read {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 18px;
	color: #04612b;
	border: 1px solid #04612b;
}
.post-list .post-list-item .post-data .read:hover {
	color: #fff;
	background: #04612b;
}
.post-list .post-list-item .post-author {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #d7d7d7;
	display: flex;
}
.post-list .post-list-item .post-author img {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 5px;
}
.post-list .post-list-item .post-author > div {
	margin-left: 22px;
}
.post-list .post-list-item .post-author > div .row {
	display: flex;
	font-size: 14px;
}
.post-list .post-list-item .post-author > div .name {
	font-size: 14px;
	font-weight: 700;
	color: #8e0a2d;
}
.post-list .post-list-item .post-author > div .row a {
	color: #000;
}
.post-list .post-list-item .post-author > div .row a:hover {
	color: #8e0a2d;
}
.post-list .post-list-item .post-author > div .row a + a:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	background: #000;
	margin: 0 9px;
	position: relative;
	top: 2px;
}
.post-list .post-list-item .post-author > div .post-date {
	font-size: 14px;
	margin-left: 5px;
}
.post-view .post-image-outer {
	width: 780px;
	height: 424px;
	float: left;
	margin: 0 50px 20px 0;
}
.post-view .post-image-outer img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-view .post-content-outer .post-author img {
	display: block;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
}
.post-view .post-content-outer .post-author .post-author-inner {
	display: flex;
	align-items: center;
}
.post-view .post-content-outer .post-author .post-author-inner > div {
	margin-left: 20px;
}
.post-view .post-content-outer .post-author .post-author-inner > div .name {
	font-size: 16px;
	color: #8e0a2d;
	font-weight: 700;
}
.post-view .post-content-outer .post-author .post-author-inner > div .position {
	font-size: 14px;
}
.post-view .post-content-outer .post-author .post-author-inner .post-date {
	margin-left: auto;
	background: url('../icons/calendar-icon.svg') no-repeat left top 3px;
	background-size: 18px 18px;
	padding-left: 25px;
	font-size: 14px;
}
.post-view .post-content-outer .post-author .contacts {
	margin-top: 20px;
}
.post-view .post-content-outer .post-author .contacts a {
	background-repeat: no-repeat !important;
	background-position: left top !important;
	background-size: 18px 18px !important;
	padding-left: 25px;
	font-size: 14px;
	color: #000;
	position: relative;
}
.post-view .post-content-outer .post-author .contacts a:hover {
	color: #8e0a2d;
}
.post-view .post-content-outer .post-author .contacts a + a {
	margin-left: 40px;
}
.post-view .post-content-outer .post-author .contacts a + a:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 26px;
	background: #ccc;
	position: absolute;
	left: -40px;
	margin-left: 20px;
}
.post-view .post-content-outer .post-author .contacts .phone {
	background: url('../icons/phone-icon.svg');
}
.post-view .post-content-outer .post-author .contacts .email {
	background: url('../icons/email-icon.svg');
}
.post-view .post-content-outer .post-content {
	margin-top: 40px;
}
.post-view .post-content-outer .post-content h2 {
	font-size: 35px;
	line-height: 1.2;
}
.more-posts {
	margin-top: 80px;
}
.more-posts h3 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
.more-posts h3:after {
	display: block;
	content: "";
	width: 227px;
	height: 4px;
	background: #8e0a2d;
	margin: 0 auto;
	position: relative;
	bottom: -20px;
}
.more-posts .post-list {
	margin-top: 80px;
}
.login-view .login-view-inner {
	display: flex;
	justify-content: center;
}
.login-view h3 {
	margin-top: 0;
}
.login-view .login-magiclink {
	float: left;
	width: 100%;
	max-width: 300px;
}
.login-view .login-magiclink .form-row {
	display: block;
}
.login-view .login-magiclink button {
	margin-top: 10px;
}
.login-view .others-login-methods > div {
	float: left;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid #e6e6e6;
	max-width: 284px;
}
.login-view .form .form-row > label {
	width: 100px;
	font-weight: bold;
	padding-top: 10px;
}
.login-view .form .form-row > div {
	width: calc(100% - 100px);
}
.login-view .form .form-row > div input {
	background: #fff;
	box-shadow: inset 0 0 10px rgba(136, 136, 136, 0.23);
}
.login-view input {
	height: 46px;
	width: 100%;
	padding: 0 0 0 15px;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(136, 136, 136, 0.23);
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-webkit-appearance: none;
}
.mobile_id_auth_response {
	display: none;
}
.smart_id_auth_response {
	display: none;
}
.login-view .login-mobileid .form-row {
	display: block;
}
.login-view .login-smartid .form-row {
	display: block;
}
.login-view .login-mobileid .mobileid-number {
	margin-top: 4px;
}
.login-view .idcard-login,
.login-view .smartid-login,
.login-view .mobileid-login {
	display: block;
	width: 100%;
	height: 46px;
	box-shadow: 0 0 5px rgba(136, 136, 136, 0.35);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: auto 18px;
	background-position: center center;
	border-radius: 4px;
}
.login-view .smartid-login {
	background-image: url('../icons/smartid.svg');
	margin-top: 10px;
	background-size: auto 12px;
}
.login-view .mobileid-login {
	background-image: url('../icons/mobileid.svg');
	margin-top: 10px;
}
.login-view .idcard-login {
	background-image: url('../icons/id-card.svg');
}
.login-view .idcard-login:hover,
.login-view .mobileid-login:hover, 
.login-view .smartid-login:hover  {
	background-color: #f7f7f7;
}
.login-view .forgot-password {
	display: block;
	text-align: center;
}
.login-view .auth-notification {
	margin: 20px 0;
	background: #f3f3f3;
	overflow: hidden;
	padding: 5px 20px;
	border-radius: 4px;
	background-image: linear-gradient(90deg, #e4e4e4 50%, transparent 50%), linear-gradient(90deg, #e4e4e4 50%, transparent 50%), linear-gradient(0deg, #e4e4e4 50%, transparent 50%), linear-gradient(0deg, #e4e4e4 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
	background-position: left top, right bottom, left bottom, right   top;
	animation: border-loading 1s infinite linear;
}
.login-view .auth-notification p {
	margin: 10px 0;
	font-size: 13px;
}
.error-msg.mobile_id_auth_error,
.error-msg.smart_id_auth_error {
	display: none;
}
.button {
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
input[type=number]:-webkit-outer-spin-button,
input[type=number]:-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.user-orders-view h2 {
	margin-top: 0;
}
.invoices-list-outer {
	float: left;
	width: calc(100% - 450px - 40px);
}
.invoices-list-message {
	margin-bottom: 20px;
}
.invoices-list {
	display: flex;
	flex-direction: column;
}
.invoices-list .row.head {
	position: relative;
	margin-bottom: 5px;
}
.invoices-list .row.head:after {
	position: absolute;
	width: 100%;
	height: 10px;
	content: "";
	left: 0;
	bottom: -10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	opacity: 0.5;
}
.invoices-list .row.head > div {
	padding: 15px 10px;
	font-weight: 700;
}
.invoices-list .row:not(.head) {
	padding: 15px 0;
}
.invoices-list .row:not(.head):hover {
	background: #f7f7f7;
}
.invoices-list .row:not(.head) + .row {
	border-top: 1px solid #f1f1f1;
}
.invoices-list .row > div {
	float: left;
	padding: 0 10px;
}
.invoices-list .row .number {
	width: 160px;
}
.invoices-list .row .name {
	width: 160px;
}
.invoices-list .row .date {
	width: 160px;
}
.invoices-list .row .pay-date {
	width: 160px;
}
.invoices-list .row .amount {
	width: 120px;
}
.invoices-list .row .status {
	width: 140px;
}
.invoices-list .row .offer-actions {
	float: right;
}
.invoices-list .row .offer-actions a + a {
	margin-left: 6px;
}
.invoices-list .row .status .payment-status-indicator {
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 3px;
}
.invoices-list .row .status .payment-status-indicator.payment-paid {
	background: #5cb85c;
	color: #fff;
}
.invoices-list .row .status .payment-status-indicator.payment-unpaid {
	background: #e60005;
	color: #fff;
}
.invoices-list .row .status .payment-status-indicator.payment-partly-paid {
	background: #f3d121;
	color: #fff;
}
.invoices-list .row .see-order {
	width: 140px;
	text-align: right;
	float: right;
}
.invoices-list .row .order-list-cta {
	display: block;
	float: left;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 3px;
}
.invoices-list.offers-list {
	margin-bottom: 40px;
}
.intranet-information {
	float: right;
	width: 450px;
	padding-left: 40px;
	margin-left: 40px;
}
.intranet-information .client-manager-data {
	margin-bottom: 30px;
}
.intranet-information .client-manager-data h2 {
	margin-bottom: 2px;
}
.intranet-information .client-manager-data > span { 
	display: block;
	font-size: 17px;
	color: #676767;
}
.intranet-information .client-manager-data .client-manager-contacts {
	margin-top: 20px;
	padding: 14px 20px;
}
.intranet-information .client-manager-data .client-manager-contacts > div {
	line-height: 1.5;
}
.intranet-information .client-manager-data .client-manager-contacts > div + div {
	margin-top: 2px;
}
.intranet-information .client-manager-data .client-manager-contacts > div.with-icon {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 24px;
}
.intranet-information .client-manager-data .client-manager-contacts > div a {
	display: block;
	color: #545454;
}
.intranet-information .client-manager-data .client-manager-contacts .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.intranet-information .client-manager-data .client-manager-contacts .phone {
	background: url('../icons/phone-icon-gray.svg');
	background-position: left top 1px;
}
.intranet-information .client-manager-data .client-manager-contacts .email {
	background: url('../icons/email-icon-gray.svg');
	background-position: left top 3px;
}
.intranet-information .credit-data-outer .user-credit-data .credit-limit {
	font-weight: 700;
}
.intranet-information .credit-data-outer .user-credit-data .credit-limit span {
	font-size: 16px;
}
.intranet-information .credit-data-outer .user-credit-data .credit-notice {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #a7a7a7;
}
.offer-product-list,
.order-product-list {
	display: flex;
	flex-direction: column;
}
.offer-product-list .row,
.order-product-list .row {
	display: flex;
}
.offer-product-list .row.head,
.order-product-list .row.head {
	position: sticky;
	top: -30px;
	background: #fff;
	margin-bottom: 5px;
}
.offer-product-list .row.head:after,
.order-product-list .row.head:after {
	position: absolute;
	width: 100%;
	height: 10px;
	content: "";
	left: 0;
	bottom: -10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	opacity: 0.5;
}
.offer-product-list .row:not(.head):hover,
.order-product-list .row:not(.head):hover {
	background: #f7f7f7;
}
.offer-product-list .row.head > div,
.order-product-list .row.head > div {
	padding: 15px 10px;
	font-weight: 700;
}
.offer-product-list .row:not(.head), 
.order-product-list .row:not(.head) {
	padding: 15px 0;
}
.offer-product-list .row:not(.head, .offer-total):hover,
.order-product-list .row:not(.head, .order-total):hover {
	background: #f7f7f7;
}
.offer-product-list .row:not(.head) + .row,
.order-product-list .row:not(.head) + .row {
	border-top: 1px solid #f1f1f1;
}
.offer-product-list .row > div,
.order-product-list .row > div {
	float: left;
	padding: 0 10px;
}
.offer-product-list .row .product-name,
.order-product-list .row .product-name {
	width: 400px;
}
.offer-product-list .row .product-quantity,
.order-product-list .row .product-quantity {
	width: 115px;
	text-align: right;
	margin-left: auto;
}
.offer-product-list .row .product-unit,
.order-product-list .row .product-unit {
	width: 115px;
	text-align: right;
}
.offer-product-list .row .product-price,
.order-product-list .row .product-price {
	width: 115px;
	text-align: right;
}
.offer-product-list .row .product-total-price,
.order-product-list .row .product-total-price {
	width: 130px;
	text-align: right;
}
.offer-product-list .row.offer-total,
.order-product-list .row.order-total {
	flex-direction: column;
	background: #ebfafb;
	border: 1px solid #d5f1f3;
	padding: 10px;
	margin-top: 15px;
	displayÖ
}
.offer-product-list .row.offer-total:hover,
.order-product-list .row.order-total:hover {
	background: #ebfafb;
}
.offer-product-list .row.offer-total .total,
.order-product-list .row.order-total .total {
	margin-left: auto;
	padding: 0;
}
.offer-product-list .row.offer-total .total + .total,
.order-product-list .row.order-total .total + .total {
	margin-top: 5px;
}
.offer-product-list .row.offer-total .total span,
.order-product-list .row.order-total .total span {
	display: inline-block;
	width: 200px;
	text-align: right;
}
.mass-warehouses .warehouse-name {
	padding: 12px 18px;
	background: #f1f1f1;
	font-size: 18px;
	cursor: pointer;
}
.mass-warehouses .warehouse-col-2 {
	overflow: hidden;
	position: relative;
	margin: 0 0 -20px -20px;
}
.mass-warehouses .warehouse-col-2 > div:first-child {
	float: left;
	width: calc(170px - 20px);
	margin: 0 0 20px 20px;
}
.mass-warehouses .warehouse-col-2 > div:last-child {
	float: right;
	width: calc(100% - 170px - 20px);
	margin: 0 0 20px 20px;
}
.send-offers-form .languages img {
	width: 40px;
	height: auto;
}
.message-box {
	padding: 20px;
	font-size: 15px;
	line-height: 1.3;
	color: #545454;
}
.message-box.blue-box {
	background: #ebfafb;
	border: 1px solid #d5f1f3;
}
.b1 {
	background: #04602b;
	color: #fff;
}
.b1:hover {
	background-color: #08803b;
	color: #fff;
}
.b2 {
	background: #8e0a2d;
	color: #fff;
}
.b2:hover {
	background-color: #902845;
	color: #fff;
}
.b3 {
	background-color: #f3f3f3;
	color: #939393;
}
.b3:hover {
	background-color: #e6e6e6;
	color: #939393;
}
.b4 {
	background-color: #2f161d;
	color: #fff;
}
.b4:hover {
	background-color: #502608;
	color: #fff;
}
.b5 {
	color: #000;
	padding: 0;
}
.cta {
	padding: 10px 12px;
	background: #04612b;
	color: #fff;
}
.cta:hover {
	background: #08803b;
	color: #fff;
}
footer {
	background: url('../img/footer-bg.png') no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
footer > div {
	overflow: hidden;
}
footer .footer-logo {
	display: block;
	width: 94px;
	height: auto;
	position: absolute;
	top: -5px;
}
footer span.mobile-toggler {
	display: none;
}
.footer-columns > div:not(.columns) {
	float: left;
	width: 260px;
}
.footer-columns > .columns {
	float: left;
	width: calc(100% - 260px);
	display: flex;
}
.footer-columns .column-block + .column-block {
	margin-top: 20px;
}
.footer-columns .social-media {
	position: relative;
	margin: 0 0 0 -12px;
	overflow: hidden;
}
.footer-columns .social-media > a {
	display: block;
	float: left;
	margin: 0 0 0 12px;
}
.footer-columns .social-media > a + a {
	margin-top: 0 !important;
}
.footer-columns .social-media > a img {
	display: block;
	width: 28px;
	height: 28px;
}
.footer-columns .google-reviews-score {
	display: inline-flex !important;
	flex-direction: column;
	background: #fff;
	padding: 6px 12px;
	border-radius: 5px;
}
.footer-columns .google-reviews-score .inner {
	display: inline-flex;
	align-items: center;
}
.footer-columns .google-reviews-score .label {
	font-size: 13px;
	color: #1d1d1d;
}
.footer-columns .google-reviews-score .stars {
	display: flex;
	position: relative;
	margin: 0 0 0 -3px;
}
.footer-columns .google-reviews-score .stars span {
	display: flex;
	margin: 0 0 0 3px;
}
.footer-columns .google-reviews-score .stars span svg path {
	fill: #ddb5c0;
}
.footer-columns .google-reviews-score .stars span.fill svg path {
	fill: #8e0a2d;
}
.footer-columns .google-reviews-score .score {
	margin-left: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #8e0a2d;
}
footer .sell-offices {
	width: calc(100% - 260px);
}
footer .sell-offices .sell-offices-inner {
	display: flex;
	justify-content: space-between;
}
footer .eshop-terms {
	width: 260px;
	display: flex;
	justify-content: flex-end;
}
.footer-columns h4 {
	color: #fff;
	font-size: 18px;
}
.footer-columns span:not(.mobile-toggler) {
	display: block;
	font-size: 13px;
	color: #fff;
}
.footer-columns .column-block a {
	display: block;
	color: #fff;
}
.footer-columns .column-block a:hover {
	color: #8e0c2d;
}
.footer-columns .column-block > a + a {
	margin-top: 10px;
}
.footer-columns .column-block span a {
	display: inline-block;
}
.footer-logos {
	padding: 60px 0;
}
.footer-logos .footer-logos-inner {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 -10px -20px;
}
.footer-logos .footer-logos-inner > a {
	display: block;
	float: left;
	margin: 0 0 10px 20px;
}
.footer-logos .footer-logos-inner > a img {
	display: block;
	filter: grayscale(100%);
	margin: 0 auto;
	transition: 0.3s filter;
	height: 90px;
}
.footer-logos .footer-logos-inner > a img:hover {
	filter: grayscale(0%);
}
.quick-message {
	background: #8e0a2d;
	color: #fff;
	display: block;
}
.quick-message:hover {
	color: #fff;
}
.quick-message > div {
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
.user-role-selection {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	align-items: center;
	padding: 20px;
	z-index: 999999;
}
.user-role-selection > .user-role-selection-inner {
	position: relative;
	background: #fff;
	width: 350px;
	max-width: 100%;
	padding: 30px 0 35px;
	margin: 0 auto 0;
	text-align: center;
	border-radius: 4px;
}
.user-role-selection > div > h3:first-child {
	margin-top: 0;
	padding: 0 20px;
}
.user-role-selection .available-roles > a {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	background-color: #fff;
	transition: none;
	position: relative;
}
.user-role-selection .available-roles > a:not(.active):hover{
	background-color: #f7f7f7;
}
.user-role-selection .available-roles > a span {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #888;
	margin: 0 auto;
}
.user-role-selection .available-roles > a:before {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
	background-color: #fff;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #ddd;
}
.user-role-selection .available-roles > a:hover:before,
.user-role-selection .available-roles > a.active:before  {
	background-image: url('../icons/confirm-icon.svg');
}
.user-role-selection .available-roles > a.active {
	background-color: #8e0a2d;
}
.user-role-selection .available-roles > a.active span {
	color: #fff;
}
.user-role-selection .available-roles > a.active:before {
	border: 0 none;
}
.shopcart-confirmation {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	align-items: center;
	padding: 20px;
	z-index: 999999;
}
.shopcart-confirmation > div {
	position: relative;
	background: #fff;
	width: 600px;
	max-width: 100%;
	padding: 30px 30px 35px 30px;
	margin: 0 auto 0;
	top: calc(50% - 91px);
	text-align: center;
	border-radius: 4px;
}
.shopcart-confirmation h2 {
	margin-top: 0;
}
.shopcart-confirmation .shopcart-confirmation-options {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.shopcart-confirmation .shopcart-confirmation-options .btn {
	display: inline-flex;
	align-items: center;
	height: 42px;
	padding: 0 12px;
	border-radius: 4px;
}
.shopcart-confirmation .shopcart-confirmation-options .goto-checkout {
	padding: 0 13px;
}
.shopcart-confirmation .shopcart-confirmation-options .goto-checkout span {
	width: 22px;
	height: 22px;
	background-image: url('../icons/shopcart-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 7px;
}
.shopcart-confirmation .shopcart-confirmation-options .goto-checkout b {
	font-weight: normal;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping {
	color: #000;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:before,
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:after {
	background: #eaeaea;
}
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:hover:before,
.shopcart-confirmation .shopcart-confirmation-options .continue-shopping:hover:after {
	background: #dedede;
}
body.mini {
	padding: 20px;
}
body.mini > h1:first-child,
body.mini > h2:first-child,
body.mini > h3:first-child,
body.mini > form > h1:first-child,
body.mini > form > h2:first-child,
body.mini > form > h3:first-child {
	margin-top: 0;
}
.select-opt {
	cursor: pointer;
	position: relative;
	background: #f1f1f1;
	transition: 0.3s border-radius;
}
.select-opt.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select-opt:hover {
}
.select-opt.hidden {
	display: none;
}
.select-opt > b {
	line-height: 16px;
	display: block;
	padding: 14px 0;
	background-image: url('../icons/expand-arrow-beige.svg');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px 16px;
	font-weight: normal;
	color: #9e9e9e;
	transition: 0.3s background-color;
	padding-right: 45px;
	padding-left: 20px;
}
.select-opt.active > b {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select-opt.selected > b {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.select-opt > b span {
	display: block;
	max-height: 0;
	overflow: hidden;
	font-weight: normal;
}
.select-opt.selected > b span {
	font-size: 15px;
	line-height: 17px;
	max-height: 50px;
	color: #000;
}
.select-opt > div {
	display: block;
	max-height: 0;
	background: #fff;
	position: absolute;
	z-index: 1000;
	width: 100%;
	visibility: hidden;
}
.select-opt.active > div {
	visibility: visible;
	max-height: 300px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
}
.selection .select-opt.active > div {
	border: 0 none;
}
.select-opt > div div {
	display: block;
	padding: 6px 20px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}
.select-opt > div div.active {
	background: #2f161d;
	color: #fff;
}
.select-opt > div div.disabled {
	color: #ccc;
}
.select-opt > div div:not(.active):hover {
	background: #f3f3f3;
	color: #000;
}
.select-opt ::-webkit-scrollbar {
    width: 12px;
}
.select-opt ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(78, 78, 78, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 5px;
}
.select-opt ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: rgba(199, 199, 199, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(183, 183, 183, 0.5);
}
.select-opt ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(199, 199, 199, 0.4);
}
.label-checkbox {
	cursor: pointer;
	clear: both;
	margin: 0;
	overflow: hidden;
	display: block;
}
.label-checkbox + .label-checkbox {
	margin-top: 10px;
}
.label-checkbox input {
	display: none !important;
}
.label-checkbox > span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	margin: 0 10px 0 0;
	background: #fff;
	background-size: 14px 14px;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #ddd;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-radius: 3px;
	transition: 0.3s border-color;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
}
.label-checkbox.active > span {
	background-image: url('../icons/checkmark.svg');
}
.label-checkbox:hover > span {
	border: 1px solid #2f161d;
}
.label-checkbox.active > span {
	background-position: center center;
}
.label-checkbox > div {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.label-checkbox.disabled > span {
	border: 1px solid #ccc;
}
.label-checkbox.disabled a {
	color: #aaa;
}
.form .form-row {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.form .form-row:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row > label {
	width: 250px;
	float: left;
	line-height: 19px;
	padding-right: 10px;
}
.form .form-row > label .note {
	display: block;
	clear: both;
	font-style: italic;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 1;
	margin-top: 4px;
}
.form .form-row > label b {
	color: #8a8a8a;
	font-size: 28px;
	font-weight: normal;
}
.form .form-row > div {
	width: calc(100% - 250px);
	float: right;
	position: relative;
}
.form .form-row > div input,
.form .form-row > div textarea,
.form .form-row > div select {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	transition: 0.5s background, 0.5s border, 0.5s color;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-webkit-appearance: none;
}
.form .form-row > div textarea {
	height: 140px;
	padding: 10px;
}
.form .form-row > div select {
	-webkit-appearance: menulist;
}
.form .form-row > div input:focus,
.form .form-row > div textarea:focus,
.form .form-row > div select:focus {
	border-color: #8e092d;
}
.form .form-row > div input:read-only,
.form .form-row > div textarea:read-only,
.form .form-row > div select:read-only,
.form .form-row > div input:disabled,
.form .form-row > div textarea:disabled,
.form .form-row > div select:disabled {
	background-color: #efefef;
}
.form .form-row > div > b {
	position: absolute;
	top: 16px;
	right: 10px;
	color: #b1b1b1;
	font-size: 28px;
	font-weight: normal;
}
.form .form-row > div > button {
	width: 100%;
	padding: 12px 15px;
	font-weight: bold;
	background: #04612b;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s all;
	border-radius: 4px;
}
.form .form-row > div > button:hover {
	background: #08803b;
}
.form .label-checkbox {
	margin: 6px 0;
}
.security-code > div {
	display: flex;
	align-items: center;
}
.form .security-code input {
	float: left;
}
.form .security-code img {
	float: left;
}
.form div.two-in label {
	float: left;
    text-align: center;
    width: 110px;
    margin: 0 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 42px;
}
.form div.two-in input {
	float: left;
	width: calc(100% / 2 - 55px - 10px);
}
.form .tel input.country-code {
    float: left;
    width: 80px;
    text-align: center;
}
.form .tel input.number {
    float: right;
    width: calc(100% - 90px);
    margin-left: 10px;
}
.form .form-error,
.form .form-row.form-error > div b,
.form .form-row.form-error a {
	color: #ff0000;
}
.form .form-error input,
.form .form-error select,
.form .form-error textarea,
.form .form-field-error {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form .form-error-msg {
	display: block;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.form input.form-error {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form .select2-container {
	width: 100% !important;
}
.form .select2-container .select2-selection--single {
	height: 42px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
}
.form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.select2-container--default .select2-search--dropdown input.select2-search__field {
	border: 1px solid #e6e6e6;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow b {
	margin-left: -22px;
}
span.select2-dropdown {
	border: 1px solid #e6e6e6;
}
.select2-results__option {
	background: none;
}
.lemodal-window,
.lemodal-window *,
.lemodal-window *:before,
.lemodal-window *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
.lemodal-content-holder {
	display: none;
}
.lemodal-window {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 11000;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lemodal-window > div {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 1100px;
	top: 30px;
	bottom: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 4px;
}
.lemodal-content {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100% - 54px);
	padding: 30px;
}
.lemodal-content > h2:first-child {
	margin-top: 0;
}
.lemodal-content.lemodal-iframe {
	padding: 10px;
}
.lemodal-content > iframe {
	width: 100%;
	height: 100%;
	border: 0 none;
}
.lemodal-content > div > h1:first-child,
.lemodal-content > div > h2:first-child,
.lemodal-content > div > h3:first-child {
	margin-top: 0;
}
.lemodal-content .terms > h1:first-child,
.lemodal-content .terms > h2:first-child,
.lemodal-content .terms > h3:first-child {
	margin-top: 0;
}
.lemodal-footer {
	display: block;
	overflow: hidden;
	padding: 10px;
	height: 54px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.lemodal-footer span {
	cursor: pointer;
	background: #5cb85c;
	color: #fff;
	line-height: 26px;
	padding: 4px 20px;
	float: right;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s all;
	display: block;
	margin: 0 0 0 10px;
	border-radius: 4px;
}
.lemodal-footer span:hover {
	opacity: 0.9;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}
span.lemodal-close {
	font-size: 13px;
	background: #E60005;
}
.error {
     border: 1px solid #e60005;
}
.error-msg {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	background-color: #ffeeee;
	padding: 0 20px;
}
.error-msg > span {
	color: #e60005;
	font-size: 16px;
	background: url('../icons/error.svg') no-repeat left top 18px;
	background-size: 28px 28px;
	padding: 20px 20px 20px 38px;
}
.pdf {
	background: url('../icons/pdf-icon.svg') no-repeat left top -1px;
	background-size: 19px 19px;
	padding-left: 24px;
}
.doc {
	background: url('../icons/document-icon.svg') no-repeat left top -1px;
	background-size: 19px 19px;
	padding-left: 24px;
}
.sitemap ul li {
	padding: 0 0 2px 30px;
}
@keyframes border-loading {
	0% {
		background-position: left top, right bottom, left bottom, right top;
	}
	100% {
		background-position: left 15px top, right 15px bottom, left bottom 15px , right top 15px;
	}
}