/* Minification failed. Returning unminified contents.
(13303,32): run-time error CSS1046: Expect comma, found '0'
(13303,36): run-time error CSS1046: Expect comma, found '/'
(18117,29): run-time error CSS1046: Expect comma, found '0'
(18117,33): run-time error CSS1046: Expect comma, found '/'
(22559,23): run-time error CSS1036: Expected expression, found ':'
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Slider */
.slick-slide{
    outline: none;
}
.slick-loading .slick-list{
    background: #fff url(../files/icons/progress-indicator.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    background-position-y: -26px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    background-position-y: -52px;
}
.slick-prev:before,
.slick-next:before{
    background: url(../files/icons/arrows-thumbnail.png) no-repeat;
    content: '';
    display: block;
    width: 15px;
    height: 25px;
}
.slick-prev{
    left: 0;
}
.slick-prev:before{
    background-position: 0 0;
}
.slick-next{
    right: 0;
}
.slick-next:before{
    background-position: -16px 0;
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 40px;
}
.slick-dots{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: .7;
    background-color: #ccc;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    background-color: #000;
}
.ecb-flexi-tiles.flexi-tile-fw {
    margin: 0 !important;
    width: 100% !important;
}

.ecb-flexi-tiles .flex-tile-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .ecb-flexi-tiles .flex-tile-block a.block-link {
        text-decoration: none;
        color: inherit;
    }

    .ecb-flexi-tiles .flex-tile-block .tile-block-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: relative;
    }

    .ecb-flexi-tiles .flex-tile-block .text-block {
        padding: 15px;
        box-sizing: border-box;
        word-break: break-word;
        word-break: break-all;
    }

        .ecb-flexi-tiles .flex-tile-block .text-block pre {
            white-space: normal;
        }

        .ecb-flexi-tiles .flex-tile-block .text-block .flexi-tile-header {
            font-size: 24px;
            margin-bottom: 6px;
        }

        .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title {
            word-break: break-word;
            line-height: 46px;
            display: block;
            margin: 0 10px 10px 10px;
        }

            .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title pre {
                white-space: normal;
            }

            .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title span {
                -webkit-box-decoration-break: clone;
                -moz-box-decoration-break: clone;
                -o-box-decoration-break: clone;
                box-decoration-break: clone;
            }

            .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title hr {
                border: 0;
                height: 1px;
                background-color: inherit;
                margin: 10px -10px;
            }

                .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title hr:before,
                .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-title hr:after {
                    clear: both;
                    content: '';
                    display: table;
                }

        .ecb-flexi-tiles .flex-tile-block .text-block .heighlight-desc {
            margin-bottom: 10px;
        }

    .ecb-flexi-tiles .flex-tile-block h1,
    .ecb-flexi-tiles .flex-tile-block h2,
    .ecb-flexi-tiles .flex-tile-block h3,
    .ecb-flexi-tiles .flex-tile-block h4 {
        margin-bottom: 10px;
    }

    .ecb-flexi-tiles .flex-tile-block .heighlight-title hr {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ecb-flexi-tiles .flex-tile-block .text-block a.flexi-link,
    .ecb-flexi-tiles .flex-tile-block .text-block span.flexi-link {
        padding: 10px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        display: inline-block;
    }

    .ecb-flexi-tiles .flex-tile-block .text-block a:hover {
        background-color: rgba(0, 0, 0, 0.4) !important;
        text-decoration: none;
    }

    .ecb-flexi-tiles .flex-tile-block .t-l { /* top left */
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ecb-flexi-tiles .flex-tile-block .t-c { /* top center */
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
    }

    .ecb-flexi-tiles .flex-tile-block .t-r { /* top right */
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        text-align: right;
    }

    .ecb-flexi-tiles .flex-tile-block .m-l { /* middle left */
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .ecb-flexi-tiles .flex-tile-block .m-c { /* middle center */
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .ecb-flexi-tiles .flex-tile-block .m-r { /* middle right */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
    }

    .ecb-flexi-tiles .flex-tile-block .b-l { /* bottom left */
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .ecb-flexi-tiles .flex-tile-block .b-c { /* bottom center */
        display: flex;
        align-items: flex-end;
        text-align: center;
        justify-content: center;
    }

    .ecb-flexi-tiles .flex-tile-block .b-r { /* bottom right */
        display: flex;
        align-items: flex-end;
        text-align: right;
        justify-content: flex-end;
    }

/****************************************
                IE Only
****************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ecb-flexi-tiles .flex-tile-block .text-block {
        word-break: break-all;
        display: inline-block;
    }
}

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .tile-row [class^="col"] {
        float: none;
        margin: 0px 2% 8px;
    }

    .columns-general.tile-row.ecb-flexi-tiles {
        padding: 0px;
    }

    .flexi-row:first-child .columns-general.tile-row.ecb-flexi-tiles {
        padding-top: 8px;
    }
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
}
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

/* ==== GRID SYSTEM ==== */

.tile-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tile-row {
  position: relative;
  width: 100%;
}

.tile-row [class^="col"] {
  float: left;
  margin: 8px 2%;
  min-height: 2px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 540px) {  /* 540px */
  .tile-container {
    width: 80%;
  }
}

@media only screen and (min-width: 720px) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 1000px) { /* 1000px */
  .tile-container {
    width: 100%;
    max-width: 1000px;
  }
}

/****************************************************
 CSS file for Newsletter subscription content block.
*****************************************************/

.ecb-newsletter {
    height: 400px;
    color: #fff;
    clear: both;
    flex-direction: column;
    display: flex;
}

    .ecb-newsletter:before,
    .ecb-newsletter:after {
        display: table;
        content: '';
        clear: both;
    }

    .ecb-newsletter .newsletter-block {
        min-height: 400px;
        text-align: center;
        background: transparent;
        background-size: cover;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ecb-newsletter .newsletter-block-content-main {
        margin-top: 125px;
    }
}

@-moz-document url-prefix() {
    .ecb-newsletter .subscribe-line {
        width: 60%;
    }
}

.ecb-newsletter .subscribe-line {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

    .ecb-newsletter .subscribe-line div {
        display: inline-block;
        vertical-align: middle;
    }

    .ecb-newsletter .subscribe-line input,
    .ecb-newsletter .subscribe-line button span {
        width: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ecb-newsletter .subscribe-line .newsletter-field input {
        min-width: 240px;
    }

    .ecb-newsletter .subscribe-line .newsletter-btn .btn-cnt {
        max-width: 24ch;
    }

    .ecb-newsletter .subscribe-line .error {
        border: 1px solid #f00;
    }

.ecb-newsletter .newsletter-block-content-below {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    height: 0 !important;
}

    .ecb-newsletter .newsletter-block-content-below.show {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        visibility: visible;
        opacity: 1;
        height: auto !important;
    }

.ecb-newsletter .newsletter-block-content-main {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    height: 0 !important;
}

    .ecb-newsletter .newsletter-block-content-main .form-row {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .ecb-newsletter .newsletter-block-content-main.show {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        visibility: visible;
        opacity: 1;
        height: auto !important;
    }

.ecb-newsletter .validation {
    max-width: 460px;
    margin: 0 auto;
    text-align: left;
}

    .ecb-newsletter .validation .field-validation-error {
        color: #cb2245;
        margin-top: 4px;
        display: block;
        text-align: center;
    }

        .ecb-newsletter .validation .field-validation-error span:before {
            background: url(../files/icons/form-invalid.png) no-repeat;
            display: inline-block;
            width: 16px;
            content: '';
            height: 16px;
            margin-right: 6px;
            position: relative;
            top: 3px;
        }

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 425px) {
    .ecb-newsletter .newsletter-block {
        padding: 0 15px;
    }

    .ecb-newsletter .subscribe-line, .ecb-newsletter .validation {
        width: 100%;
    }

        .ecb-newsletter .subscribe-line .newsletter-field {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

        .ecb-newsletter .subscribe-line .newsletter-btn {
            display: block;
            width: 100%;
        }

            .ecb-newsletter .subscribe-line .newsletter-btn .btn-cnt {
                max-width: 18ch;
            }
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
}

/****************************************
                IE 11 Fix
****************************************/
@media all and (-ms-high-contrast:none) {
    .ecb-newsletter .newsletter-block-content-main .form-row {
        position: relative;
        top: -60px;
    }
}
.ecb-productsetcarousel-container {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-flow: wrap;
}

    .ecb-productsetcarousel-container .product-tile {
        height: auto;
        border-radius: 3px;
        padding: 2em;
        margin: 1em;
        overflow: hidden;
        min-height: 250px;
        text-align: center;
    }

        .ecb-productsetcarousel-container .product-tile.slick-slide {
            display: block;
            height: auto;
        }

            .ecb-productsetcarousel-container .product-tile.slick-slide .product-details {
                display: flex;
                height: 100%;
                flex-direction: column;
            }

    .ecb-productsetcarousel-container .product_inner {
        height: 160px;
        vertical-align: top;
        flex-shrink: 0;
    }

    .ecb-productsetcarousel-container .product-details .product-description {
        cursor: default;
        margin-bottom: 5px;
    }

    .ecb-productsetcarousel-container
        .product-details
        .product-description
        .prices
        .list-price,
    .ecb-productsetcarousel-container .product-details .prices span {
            display: block;
            margin-right: 0;
            line-height: 16px;
        }

        .ecb-productsetcarousel-container .product-details .product-description a h4 {
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            display: block;
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.ui-tablet
    .ecb-productsetcarousel-container
    .product-details
    .product-description
    .prices
    .list-prices,
.ui-touch-device.ui-desktop
    .ecb-productsetcarousel-container
    .product-details
    .product-description
    .prices
    .list-prices {
    width: 100%;
    display: flex;
    padding: 8px 0px;
}

.ui-tablet
    .ecb-productsetcarousel-container
    .product-details
    .product-description
    .prices
    .list-price,
.ui-touch-device.ui-desktop
    .ecb-productsetcarousel-container
    .product-details
    .product-description
    .prices
    .list-price {
    width: 100%;
    text-align: center;
}
.ecb-productsetcarousel-container .product-details .prices .list-prices {
    margin-bottom: 10px;
}

.ecb-productsetcarousel-container .product-tile .prices {
    margin-bottom: 15px;
}

.ecb-productsetcarousel-container .thumbnail img {
    position: relative !important;
    margin-bottom: 10px;
    max-height: 150px !important;
    width: auto;
    height: auto;
}

.ecb-productsetcarousel-container h5 {
    margin: 0;
    cursor: default;
}

.ecb-productsetcarousel-container .slick-next,
.ecb-productsetcarousel-container .slick-prev {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0px 6px 12px 0px #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
}

.ecb-productsetcarousel-container .slick-next {
    right: -20px;
}

.ecb-productsetcarousel-container .slick-prev {
    left: -20px;
}

.ecb-productsetcarousel-container .slick-track {
    display: flex;
}

.ecb-productsetcarousel-container .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.flexi-row:not(.center) .ecb-productsetcarousel-container {
    width: 95%;
    margin: 0px auto;
}

.flexi-row:not(.center) .produtset-header {
    margin-left: 50px;
    margin-right: 50px;
}

.ecb-productsetcarousel-container .product-action {
    margin-top: auto;
    width:100%;
}

.ecb-productsetcarousel .title-left {
    text-align: left;
}

.ecb-productsetcarousel .title-center {
    text-align: center;
}

.ecb-productsetcarousel .title-right {
    text-align: right;
}

.ie.ie11 .ecb-productsetcarousel .product-tile.slick-slide,
.ie.ie10 .ecb-productsetcarousel .product-tile.slick-slide,
.ie.ie09 .ecb-productsetcarousel .product-tile.slick-slide {
    cursor: pointer !important;
}

.ecb-productsetcarousel .product-tile.slick-slide {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .ecb-productsetcarousel-container .slick-prev {
        left: -10px;
    }

    .ecb-productsetcarousel-container .slick-next {
        right: -10px;
    }

    .ecb-productsetcarousel-container .product-details {
        margin: 0px auto;
    }

    .ecb-productsetcarousel-container .btn-add-to-basket {
        margin-bottom: 15px;
    }

    .ecb-productsetcarousel-container .product_inner a {
        outline: none !important;
    }

}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
    .ecb-productsetcarousel-container .slick-prev {
        left: -10px;
    }

    .ecb-productsetcarousel-container .slick-next {
        right: -10px;
    }

    .ecb-productsetcarousel-container .product_inner a {
        outline: none !important;
    }

}

@font-face{
    font-family: 'Pathway Gothic One';
    src: url("../fonts/PathwayGothicOne.woff");
}

@font-face{
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.woff");
}

@font-face{
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Italic.woff");
    font-style: italic;
}

@font-face{
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.woff");
    font-weight: bold;
}
/*!
 * froala_editor v2.6.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-view.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Table styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable thead .sorting {
        background-image: url("images/sort_both.png");
    }

    table.dataTable thead .sorting_asc {
        background-image: url("images/sort_asc.png") !important;
    }

    table.dataTable thead .sorting_desc {
        background-image: url("images/sort_desc.png") !important;
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("images/sort_asc_disabled.png");
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("images/sort_desc_disabled.png");
    }

    table.dataTable tbody tr {
        background-color: #ffffff;
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4;
        }

    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6;
    }

        table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1;
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa;
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1;
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa;
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc;
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea;
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec;
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111;
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px;
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px;
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px;
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left;
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center;
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right;
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        box-sizing: content-box;
    }

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

        .dataTables_wrapper .dataTables_length select {
            border: 1px solid #aaa;
            border-radius: 3px;
            padding: 5px;
            background-color: transparent;
            padding: 4px;
        }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #aaa;
            border-radius: 3px;
            padding: 5px;
            background-color: transparent;
            margin-left: 3px;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, #585858 0%, #111 100%);
                /* W3C */
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                /* Opera 11.10+ */
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                /* W3C */
                box-shadow: inset 0 0 3px #111;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em;
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle;
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important;
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111;
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

table.dt-rowReorder-float {
    position: absolute !important;
    opacity: 0.8;
    table-layout: fixed;
    outline: 2px solid #888;
    outline-offset: -2px;
    z-index: 2001;
}

tr.dt-rowReorder-moving {
    outline: 2px solid #555;
    outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
    overflow-x: hidden;
}

table.dataTable td.reorder {
    text-align: center;
    cursor: move;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html, body {
    height: 100%;
}

html{
    -webkit-font-smoothing: antialiased;
}

body{
    line-height: 24px;
}

.recaptcha-box {
    z-index: 9999;
}

h1, .font-h1,
h2, .font-h2,
h3, .font-h3,
h4, .font-h4{
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
}

h1,
h2{
    line-height: 1;
}

.font-h4{
    text-transform: uppercase;
}

.h1-holder,
.html-wrapper h1{
    padding-top: 13px;
    margin-bottom: 6px;
}

.h1-holder h1{
    display: inline;
}

.h1-holder .additional{
    margin-left: 56px;
}

.h1-holder a{
    margin-left: 15px;
}

.combined-header{
    margin-top: 29px;
}

.combined-description{
    padding-bottom: 10px;
}

.combined-header .facets-title{
    display: block;
    text-transform: none;
}

.custom-bg{
    background-origin: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.custom-bg .center{
    position: relative;
    z-index: 1;
}

.custom-bg:before{
    background-color: rgba(200,200,200,.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto!important;
    z-index: 0;
}

.content-header .center{
    padding-top: 22px;
}

.colored-header-desktop{
    position: relative;
}

.colored-header-desktop:before{
    box-shadow: inset 0 6px 3px -3px rgba(0,0,0,0.1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}

.font-lowercase{
    text-transform: lowercase;
}

a{
    cursor: pointer;
    text-decoration: none;
    -ms-word-wrap:break-word;
    word-wrap:break-word;
}

a:hover{
    text-decoration: underline;
}

button{
    outline: none;
}

button::-moz-focus-inner{
    border: 0;
    padding: 0;
}

textarea{
	resize: none;
}

sup{
    top: -0.7em;
    font-size: 50%;
}

img{
    max-width: 100%;
}

/* fix FF bug: the border isn't visible when tbody is empty */
tbody:empty{
    display: none;
}

.hide{
	display: none !important;
}

.invisible{
    visibility: hidden;
}

.is-hidden{
    opacity: 0;
}

.is-visible{
    opacity: 1;
	transition: all .125s ease-in-out;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

ul.reset,
p.reset{
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.no-script{
    margin: 0;
}

.site{
    display: table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}

.content{
    position: relative;
    z-index: 1;
}

.center{
    margin: 0 auto;
    max-width: 1000px;
}

.center:before,
.center:after{
    content: " ";
    display: table;
}

.center:after{
    clear: both;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn{
    border-width: 0 0 1px 0;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 34px;
    padding: 0 40px 0 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.3) 0 1px 1px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: normal;
    border-radius: 2px;
}

.btn .btn-cnt{
    display: inline-block;
    line-height: 15px;
    padding-top: 3px;
}

.btn:after{
    content: '';
    display: block;
    width: 27px;
    height: 35px;
    background:
        url(../files/icons/btn-bg-right-bottom.png) left top no-repeat,
        url(../files/icons/btn-arrow-right.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-small{
    height: 30px;
    line-height: 28px;
    padding-right: 14px;
}

.btn-small .btn-cnt{
    line-height: 14px;
    padding-top: 1px;
}

.btn-small:after,
.btn-small .btn-cnt:after{
    display: none;
}

.btn-medium{
    height: 40px;
    line-height: 36px;
    border-bottom-width: 2px;
    padding: 0 40px 0 15px;
}

.btn-medium .btn-cnt{
    line-height: 17px;
}

.btn-medium:after,
.btn-medium .btn-cnt:after{
    width: 30px;
    height: 40px;
}

.btn-big{
    height: 45px;
    line-height: 44px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    border-bottom-width: 2px;
    padding: 0 54px 0 18px;
}

.btn-big .btn-cnt{
    line-height: 19px;
}

.btn-big:after,
.btn-big .btn-cnt:after{
    width: 38px;
    height: 45px;
}

a.btn:hover{
    text-decoration: none;
}

.btn.no-icon,
.btn.no-caption{
    padding-right: 14px;
}

.btn-big.no-icon,
.btn-big.no-caption{
    padding-right: 18px;
}

.btn.no-icon:after,
.btn.no-icon .btn-cnt:after,
.btn.no-caption:after,
.btn.no-caption .btn-cnt{
    display: none;
}

.btn-selected{
    cursor: default;
    pointer-events: none;
}

.btn-selected:after,
.btn-selected .btn-cnt{
    visibility: hidden;
}

.btn-selected:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 16px;
    background: url(../files/icons/confirm-white.png) center center no-repeat;
}

.btn-disabled,
.btn-disabled-ghost{
    pointer-events: none;
}

.btn-disabled,
.btn[disabled]{
    cursor: default;
    text-shadow: none;
}

.btn-disabled:after,
.btn[disabled]:after{
    background:
        url(../files/icons/btn-bg-right-bottom.png) left top no-repeat,
        url(../files/icons/btn-arrow-right-disabled.png) center no-repeat;
}

.btn-load-more {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-load-more:after {
    background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat, url(../files/icons/btn-arrow-down.png) center center no-repeat;
}

.btn-configure-quick-order {
    margin-top: -3px;
    margin-bottom: 5px;
}

.btn.btn-load-more.loading,
.btn-configure-product.loading {
    cursor: default;
    pointer-events: none;
}

.btn-load-more.loading:after,
.btn-configure-product.loading:after {
    background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat, url(../files/icons/btn-loading.gif) center center no-repeat;
}

.font-btn {
    text-transform: uppercase;
}

.btn-back,
.btn-cancel{
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.btn-back:before{
    content: '‹';
    font-family: Arial, _serif;
    font-size: 24px;
    font-weight: bold;
    margin-right: 4px;
}

.btn-back:hover,
.btn-cancel:hover{
    text-decoration: none;
}

.btn-plus{
    padding: 0 14px 0 40px;
}

.btn-plus:after{
    background:
        url(../files/icons/btn-bg-left-bottom.png) right bottom no-repeat,
        url(../files/icons/increase.png) center center no-repeat;
    left: 0;
}

.btn-show-hide{
    width: 25px;
    height: 25px;
    padding: 0;
}

.btn-show-hide:after{
    display: none;
}

.btn-show-hide:before{
    background-image: url(../files/icons/increase.png);
    margin-top: -5px;
    margin-left: -5px;
    height: 11px;
    width: 10px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.expanded > .btn-show-hide:before,
.btn-show-hide.expanded:before{
    background-image: url(../files/icons/decrease.png);
    height: 3px;
    width: 7px;
    margin-top: -1px;
    margin-left: -3px;
}

.btn-back:not(.btn-disabled) {
    cursor: pointer;
}

.hyp-btn{
    cursor: pointer;
    line-height: 16px;
    vertical-align: top;
}

.hyp-btn:hover{
    text-decoration: none;
}

.hyp-btn:before{
    content: '';
    display: inline-block;
    margin-right: 16px;
    vertical-align: top;
}

.hyp-btn.btn-disabled{
    background-color: transparent;
    border-color: transparent;
}

.hyp-clear:before{
    background: url(../files/icons/clear.png) no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 11px;
}

.hyp-btn.btn-disabled.hyp-clear:before{
    background: url(../files/icons/clear-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-update:before{
    background: url(../files/icons/refresh.png) no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 12px;
}

.hyp-btn.btn-disabled.hyp-update:before{
    background: url(../files/icons/refresh-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-wishlist:before{
    background: url(../files/icons/wishlist.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 14px;
}

.hyp-btn.btn-disabled.hyp-wishlist:before{
    background: url(../files/icons/wishlist-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-save:before{
    background: url(../files/icons/save.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 12px;
}

.hyp-btn.btn-disabled.hyp-save:before{
    background: url(../files/icons/save-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-load:before{
    background: url(../files/icons/load.png) no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 15px;
}

.btn-like-link{
    background: none;
    border: none;
    cursor: pointer;
}

.btn-like-link:hover{
    text-decoration: underline;
}

.btn-white{
    border-width: 1px;
    border-style: solid;
    text-shadow: none;
}

.btn-scroll-top{
    position: fixed;
    right: 20px;
    bottom: 70px;
    padding: 0;
    opacity: 0;
    width: 45px;
    height: 45px;
    border-width: 0 0 1px 0;
    border-radius: 50%;
    -webkit-transform: translateX(0px) translateY(70px);
    -ms-transform: translateX(0px) translateY(70px);
    transform: translateX(0px) translateY(70px);
    -webkit-transition:
        opacity 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
    -o-transition:
        opacity 300ms ease-in-out,
        transform 300ms ease-in-out;
    transition:
        opacity 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
    transition:
        opacity 300ms ease-in-out,
        transform 300ms ease-in-out;

    will-change: transform;
    z-index: 2;
    visibility: hidden;
}

.btn-scroll-top.show{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.btn-scroll-top::after{
    display: none;
}

.btn-scroll-top .arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sticky-rails .btn .icon-layer,
.btn-scroll-top .icon-layer{
    fill: #fff;
}

.sticky-rails{
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    display: none;
    z-index: 1;
}

.sticky-rails .center{
    display: flex;
    align-items: center;
    justify-content:space-around;
}

.sticky-rails .btn{
    margin-left: auto;
}

.sticky-rails.is-visible{
    display: block;
}

.sticky-rails .btn svg{
    display:none;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.sticky-rails-amount{
    margin: 0 4px 0 0;
}

.sticky-rails.is-compact{
    border: none;
    background: transparent;
    position: static;
    padding: 0;
}

.sticky-rails.is-compact .btn svg{
    display: block;
}

.sticky-rails.is-compact .btn{
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 20px;
    bottom: 130px;
    z-index: -1;
    opacity: 0;
    padding:0;

    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    will-change: opacity;
}

.sticky-rails.is-compact .sticky-rails-title,
.sticky-rails.is-compact .btn:after,
.sticky-rails.is-compact .btn-cnt{
    display:none;
}

.sticky-rails.is-visible .btn{
    opacity: 1;
    z-index: 1;
}

/*          jquery ui menus            */
.ui-button{
    padding: 0;
    margin: 0;
}

.semicolumn{
    width: 60%;
}

.lbl-stock{
    font-weight: bold;
}

/*          flexi controls           */
.html-wrapper{
    word-wrap: break-word;
}

.fr-view pre{
    margin: 0;
}
/*          END flexi controls           */


/*          text boxes           */
.tbx,
.tar{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    position: relative;
}

.tbx input,
.tar textarea{
    display: block;
    border: 0 none;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    padding: 0px 14px;
}

.tbx input{
    height: 34px;
}

.tbx-small input{
    height: 27px;
}

.tar textarea{
    height: 75px;
    padding-top: 4px;
    padding-bottom: 4px;
}

::-webkit-input-placeholder{
    font-style: italic;
}

::-moz-placeholder{
    font-style: italic;
}

:-ms-input-placeholder{
    font-style: italic;
}

.tbx-date{
    padding-right: 19px;
}

.tbx-date:after{
    background: url(../files/icons/date.png);
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

.tbx-date button{
    display:none;
}

.tbx-search input{
    height: 39px;
}

.tbx-search:after{
    background: url(../files/icons/btn-quickorder-search.png) center center no-repeat;
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.arrow-blue,
.arrow-grey,
.arrow-black,
.arrow-red{
    display: inline-block;
    padding-left: 7px;
	position: relative;
}

.arrow-blue:before,
.arrow-grey:before,
.arrow-black:before,
.arrow-red:before{
    content: '› ';
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 0;
}

.arrow-blue:before{
    color: #1f7bc9;
}

.arrow-grey:before{
    color: #b2b2b2;
}

.arrow-black:before{
    color: #000;
}

.arrow-red:before{
    font-size: 11px;
    color: #cb2245;
}

.sign-plus,
.sign-minus{
    padding-left: 10px;
    position: relative;
}

.sign-plus:before{
    content: '+';
    display: inline;
    position: absolute;
    left: 0;
}

.sign-minus:before{
    content: '-';
    display: inline;
    position: absolute;
    left: 0;
}

.icon-status{
    line-height: 1;
}

.icon-status:before{
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
}

.icon-status .text-status{
    display: none;
}

.ui-touch-device .icon-status .text-status{
    display: inline;
    margin-left: 5px;
}

/*          START file uploader         */
.uploader{
    box-sizing: border-box;
    position: relative;
    padding: 15px 0;
    text-align: center;
    line-height: normal;
    border-width: 2px;
    border-style: dashed;
    -webkit-transition: border-color .15s ease-in-out, background .15s linear;
    transition: border-color .15s ease-in-out, background .15s linear;
}

.uploader-file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploader-file + label{
    max-width: 80%;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.uploader-file:focus + label{
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.uploader-cancel{
    display: none;
    margin-left: 10px;
}

.uploader-selected-files,
.is-files-selected .uploader-choose-file,
.is-files-selected .uploader-dragndrop{
    display: none;
}

.is-files-selected .uploader-cancel,
.is-files-selected .uploader-selected-files{
    display: inline;
}
/*          END file uploader         */

/*          jquery ui menus            */
.ui-menu .ui-menu-item{
    list-style: none;
}

.ui-menu .ui-menu-item-wrapper{
    padding: 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
    margin: 0;
}


/*          loading indicator            */
.loading-indicator{
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    display: none;
    text-align: center;
}

.main-loading{
	padding: 20px;
	position: fixed;
	margin-left: -100px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	width: 150px;
	z-index: 1000004;
}

.inline-loading-indicator{
    text-align: center;
}

.inline-loading-indicator .loading-indicator-img{
    margin-right: 10px;
    vertical-align: middle;
}

.loading-indicator-img{
    display:inline-block;
    width: 32px;
    height: 32px;
    -webkit-animation: spinner .48s linear infinite;
    animation: spinner .48s linear infinite;
    will-change: transform;
}

@-webkit-keyframes spinner{
    0%, 8.3332%      {transform: rotate(0deg) translate3d(0,0,0);}
    8.3333%, 16.6666%{transform: rotate(30deg) translate3d(0,0,0);}
    16.6667%,24.9999%{transform: rotate(60deg) translate3d(0,0,0);}
    25%, 33.3332%    {transform: rotate(90deg) translate3d(0,0,0);}
    33.3333%,41.6666%{transform: rotate(120deg) translate3d(0,0,0);}
    41.6667%,49.9999%{transform: rotate(150deg) translate3d(0,0,0);}
    50%,58.3332%     {transform: rotate(180deg) translate3d(0,0,0);}
    58.3333%,66.6666%{transform: rotate(210deg) translate3d(0,0,0);}
    66.6667%,74.9999%{transform: rotate(240deg) translate3d(0,0,0);}
    75%,83.3332%     {transform: rotate(270deg) translate3d(0,0,0);}
    83.3333%,91.6666%{transform: rotate(300deg) translate3d(0,0,0);}
    91.6667%,99.9999%{transform: rotate(330deg) translate3d(0,0,0);}
}

@keyframes spinner{
    0%, 8.3332%      {transform: rotate(0deg) translate3d(0,0,0);}
    8.3333%, 16.6666%{transform: rotate(30deg) translate3d(0,0,0);}
    16.6667%,24.9999%{transform: rotate(60deg) translate3d(0,0,0);}
    25%, 33.3332%    {transform: rotate(90deg) translate3d(0,0,0);}
    33.3333%,41.6666%{transform: rotate(120deg) translate3d(0,0,0);}
    41.6667%,49.9999%{transform: rotate(150deg) translate3d(0,0,0);}
    50%,58.3332%     {transform: rotate(180deg) translate3d(0,0,0);}
    58.3333%,66.6666%{transform: rotate(210deg) translate3d(0,0,0);}
    66.6667%,74.9999%{transform: rotate(240deg) translate3d(0,0,0);}
    75%,83.3332%     {transform: rotate(270deg) translate3d(0,0,0);}
    83.3333%,91.6666%{transform: rotate(300deg) translate3d(0,0,0);}
    91.6667%,99.9999%{transform: rotate(330deg) translate3d(0,0,0);}
}

/*          grids           */
.gvi{
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
	width: 100%;
}

.gvi td{
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 9px 5px;
}

.gvi th{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    padding: 9px 5px;
    white-space: nowrap;
}

.gvi .title{
    font-weight: bold;
}

.gvi .product-title-super{
    text-transform: uppercase;
}

.action-links{
    margin-top: 10px;
}

.action-links .hyp{
    line-height: 20px;
}

.action-links .hyp + .hyp{
    margin-left: 23px;
    padding-left: 23px;
}

.inner-row td{
    border: none;
}

.upper-row td{
    border-width: 1px 0 0 0;
}

.gvi-order-lines td{
    vertical-align: top;
}

.gvi-name-value td{
    padding: 5px;
    vertical-align: top;
}

.gvi-name-value .name{
    width: 35%;
}

.gvi-represent .customer-name{
    font-weight: bold;
}

.responsive-table td:before{
    display: none;
}

.col-sort{
    cursor: pointer;
}

.sort-hint{
    display: inline-block;
    position: relative;
    margin: 0 7px;
    vertical-align: middle;
    visibility: hidden;
}

th:hover .sort-hint{
    visibility: visible;
}

th.is-col-sort-asc .sort-hint,
th.is-col-sort-desc .sort-hint{
    display: none;
}

.sort-hint:before,
.sort-hint:after{
    border: 5px solid transparent;
    content: '';
    position: absolute;
}

.sort-hint:before{
    border-top-width: 0;
    bottom: 2px;
}

.sort-hint:after{
    border-bottom-width: 0;
    top: 2px;
}

.is-col-sort-asc:after,
.is-col-sort-desc:after{
    border: 5px solid transparent;
    content: '';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.is-col-sort-asc:after{
    border-top-width: 0;
}

.is-col-sort-desc:after{
    border-bottom-width: 0;
}

/*          product tile            */
.product-tile .product-img{
    padding-right: 10px;
    float: left;
    vertical-align: top;
    width: 65px;
    flex-shrink: 0;
}

.product-tile .hyp-thumbnail{
    height: 64px;
    width: 64px;
}

.product-tile .product-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.product-tile .product-description{
	margin-bottom: 13px;
    width: 100%;
}

.product-tile .product-title{
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    max-width: 100%;
}

.product-tile .prices{
    display: block;
    margin-bottom: 7px;
}

.list-mode .product-tile .prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-tile .lbl-price{
    font-weight: bold;
}

.product-tile .msg-not-available{
    line-height: 35px;
}

.product-tile .product-attributes .value:not(:last-child):after {
    content: ' | ';
}

.product-tile .product-id + .stock-indication{
    margin-left: 17px;
    padding-left: 17px;
}

.products-flow{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.products-flow .product-tile{
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0;
}

.products-flow .list-prices{
    display: block;
    line-height: normal;
    margin-bottom: 4px;
}

.products-flow .list-prices .list-price,
.products-flow .list-prices .list-price-discount{
    display: block;
}

.flexi-row:not(.center) .products-flow{
    margin-right: 0;
    margin-left: 0;
    padding: 0 1.85%;
}

.products-group{
    padding-bottom: 15px;
}

.products-group + .products-group{
    margin-top: 25px;
}

.products-flow .product-tile,
.blocks-row .product-tile{
    display: flex;
}

.blocks-row .product-tile {
    height: 100%;
}

.products-flow .product-info,
.blocks-row .product-info{
    flex-direction: column;
    height: 100%;
    width: calc(100% - 65px); /* 65 pixels is fixed width of column with thumbnail image */
}

.products-flow .product-action,
.blocks-row .product-action {
    margin-top: auto;
}

.products-group .slick-track{
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.products-group .slick-slide{
    height: auto;
}

/*          START header             */
header{
    position: relative;
    z-index: 2;
}

.sana-cookiebar{
    display: none;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sana-cookiebar.is-bottom{
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
}

.sana-cookiebar.is-active{
    display: -webkit-flex;
    display: flex;
}

.sana-cookiebar .sana-cookiebar-holder{
    display: -webkit-flex;
    display: flex;
    margin: 0 10px;
}

.sana-cookiebar .sana-cookiebar-holder .btn{
    white-space: nowrap;
}

.sana-cookiebar .sana-cookiebar-holder .btn:not(:first-child){
    margin-left: 10px;
}

.top-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 3;
}

.top-info.phone-icon:before{
    background: url('../files/icons/phone.png');
    content: '';
    display: inline-block;
    margin-right: 9px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.top-hyp{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    padding: 0 15px;
}

.top-dropdown{
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    height: 20px;
    position: relative;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    white-space: normal;
    z-index: 14;
}

.top-dropdown:hover,
.top-dropdown.hover{
    margin-top: 0;
    margin-bottom: 0;
    height: 34px;
}

.top-dropdown .summary{
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 100%;
    z-index: -1;
    display: block;
    visibility: hidden;
}

.top-dropdown:hover .summary,
.top-dropdown.hover .summary{
    z-index: 11;
    visibility: visible;
}

.top-dropdown:hover .opener,
.top-dropdown.hover .opener{
    height: 34px;
    z-index: 12;
}

.top-dropdown .opener{
    background: transparent;
    height: 100%;
    padding-bottom: 1px;
}

.top-dropdown .summary:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    background: rgba(255,0,0,0);

    transition: none;
    pointer-events: auto;
    z-index: 12;
}

.top-dropdown.hover .summary:after,
.top-dropdown:hover .summary:after {
    z-index: -1;
    transition: z-index 400ms linear -150ms;
    opacity: 0;
}

.mob-account-btn {
    display: none;
}

.opener{
    position: relative;
}

.mob-account-btn:after,
.opener:after{
    background: url('../files/icons/arrow-down-grey.png');
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 5px;
    width: 11px;
}

.middle-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 63px;
    margin: 15px auto 10px;
    max-width: 1000px;
    z-index: 2;
}

.bottom-header{
    position: relative;
    z-index: 1;
}

/*           language            */
.language.top-dropdown .opener{
    width: 63px;
}

.language.top-dropdown .opener .fake-flag {
    padding: 0 5px;
}

.language.top-dropdown:hover .opener .fake-flag {
    line-height: 34px;
}

.language.top-dropdown .opener .flag{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 17px;
}

.language.top-dropdown .summary{
    padding-top: 4px;
    left: -1px;
    overflow-y: auto;
    min-width: 127px;
}

.language.top-dropdown.state-to-left .summary{
    left: auto;
    right: -1px;
}

.language.top-dropdown .summary .flag{
    margin-right: 13px;
}

.language .hyp{
    display: block;
    padding: 0 30px 0 18px;
    line-height: 40px;
    white-space: nowrap;
}

.language .hyp:hover{
    text-decoration: none;
}

.selected-language{
    display: none;
}

/*          login            */
.login .person{
    margin-left: 17px;
    margin-right: 12px;
    vertical-align: middle;
}

.login:hover .person{
    padding-top: 7px;
}

.login .user-name{
    font-weight: bold;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.login .opener{
    min-width: 61px;
}

.login .opener:before{
    background: url('../files/icons/login-red.png');
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    height: 18px;
    width: 16px;
    vertical-align: middle;
}

.impersonated .login-title:before{
    background: url('../files/icons/login-blue.png');
}

.login.top-dropdown .summary{
    right: -1px;
    width: 218px;
}

.login .hyp{
    display: block;
    padding-left: 20px;
    line-height: 40px;
}

.login .hyp:hover{
    text-decoration: none;
}

.welcome{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 37px;
    margin: 0 20px 5px;
}

.stop-representing{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 20px;
    padding-bottom: 4px;
}

.logout{
    border-top-width: 1px;
    border-top-style: solid;
    line-height: 43px;
    margin: 5px 20px 0;
}

.login-title{
    display: none;
}

/*          logo            */
.logo{
	position: relative;
	z-index: 2;
}

.logo a{
	display: block;
	line-height: 0;
}

/*          search           */
.search{
    position: relative;
    margin: 0 10px;
    width: 55%;
}

.btn-search{
    border: none;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    min-width: 55px;
}

.btn-search:before{
    background: url(../files/icons/search.png);
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
}

.search-wrapper{
    position: relative;
}

.tbx-main-search{
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tbx-main-search input{
    height: 42px;
    padding-left: 16px;
    padding-right: 65px;
}

.suggest-item{
    display: table;
    line-height: normal;
    padding: 7px 0;
    width: 100%;
}

.suggest-item > span{
    display: table-cell;
    vertical-align: middle;
}

.suggest-img{
    width: 50px;
}

.suggest-img img{
    height: 40px;
    width: 40px;
}

.suggest-title-id{
    display: block;
}

/*          suggestions button           */
.btn.btn-suggestions-top{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 5px;
    padding: 0;
    height: 44px;
    width: 44px;
}

.btn.btn-suggestions-top .btn-cnt{
    display: none;
}

.btn.btn-suggestions-top:after,
.btn.btn-suggestions-top .btn-cnt:after{
    display: none;
}

.btn.btn-suggestions-top:before{
    background: url(../files/icons/magic.png);
    content: '';
    display: inline-block;
    margin-top: 11px;
    height: 20px;
    width: 20px;
}

/*          basket           */
.basket{
    display: inline-block;
    position: relative;
    height: 50px;
    vertical-align: top;
    white-space: normal;
}

.over-summary{
    background: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 15px 0 46px;
    position: relative;
    height: 50px;
	line-height: 48px;
}

.over-summary .hyp{
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.over-summary .hyp:before{
    background: url(../files/icons/basket.png) no-repeat scroll 0 0 transparent;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 17px;
    width: 20px;
}

.basket:hover .over-summary:not(.is-empty){
    z-index: 6;
}

.basket-loading{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px 20px;
    width: 200px;
    z-index: 2;
}

.summary-footer{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    table-layout: fixed;
}

.summary-footer.panel-footer > div{
    padding: 17px 0;
}

.summary-footer .value-total{
    float: right;
}

/*          basket modal popup            */
.basket-summary{
    border-width: 1px;
    border-style: solid;
    display: none;
    overflow-y: auto;
    position: absolute;
    padding: 0 14px 11px 16px;
    top: 100%;
    right: 0;
    width: 318px;
    z-index: 5;
}

.basket:hover .basket-summary{
    display: block;
}

.summary-title{
    margin: 15px 0;
    text-transform: uppercase;
}

.summary-title.alt,
.just-added .summary-title.main{
    display: none;
}

.just-added .summary-title.alt{
    display: block;
}

.qty-price{
    text-align: right;
}

.added-product{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.added-product .quantity{
    float: left;
}

.added-product .product-description{
	margin-bottom: 0;
}

.added-product .product-img {
    padding-top:15px;
    padding-bottom:15px;
}
.added-product .product-info{
    padding: 15px 0;
}

.added-product .variant-title{
    line-height: 1.6;
}

.added-product .lbl-price{
    font-size: inherit !important;
    font-weight: normal;
}

/*          START header sticky mode            */
@keyframes show-header {
    from {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

header.sticky-mode{
    position: fixed;
    top: 0;
    width: 100%;
    border-width: 1px 0;
    border-style: solid;
    animation: show-header 300ms ease-in-out;
    will-change: transform;
    z-index: 3;
}

header.sticky-mode.nav-is-opened .nav-opener-wrapper:before{
    background: #000;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0.3;
    height: 99999px;
}

header.sticky-mode .header-blocks-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

header.sticky-mode nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

header.sticky-mode .nav-list-root{
    padding: 11px 0;
    width: 25%;
}

header.sticky-mode .nav-type-simple{
    overflow-x: hidden;
}

header.sticky-mode .nav-type-simple .nav-list-wrapper{
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px;
}

header.sticky-mode .nav-type-multi .nav-list-root{
    overflow-x: hidden;
    overflow-y: auto;
}

header.sticky-mode .nav-wrapper{
    top: 0;
    right: 0;
    min-height: 100%;
    margin-left: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 75%;
}

header.sticky-mode .nav-item-block{
    width: auto;
}

header.sticky-mode .nav-lvl-2{
    table-layout: fixed;
}

header.sticky-mode .img-in-row{
    display: none;
}

header.sticky-mode .bottom-header{
    position: static;
	-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
    width: auto;
}

header.sticky-mode .middle-header{
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
	-webkit-box-ordinal-group: 3;
    -webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    padding: 0;
    min-height: inherit;
}

header.sticky-mode .top-header{
	-webkit-box-ordinal-group: 4;
    -webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
}

header.sticky-mode .basket-summary-holder{
    min-width: 65px;
}

header.sticky-mode .bottom-header > .center{
    padding: 0;
}

header.sticky-mode .top-info{
    display: none;
}

header.sticky-mode .logo,
header.sticky-mode .search{
    margin: 0 5px;
}

header.sticky-mode .logo img{
    max-height: 32px;
}

header.sticky-mode .top-dropdown {
    height: 35px;
}

header.sticky-mode .top-dropdown:hover,
header.sticky-mode .top-dropdown:hover .opener,
header.sticky-mode .top-dropdown.hover,
header.sticky-mode .top-dropdown.hover .opener{
    height: 49px;
}

header.sticky-mode .language{
    border-right-color: transparent;
}

header.sticky-mode .login{
    border-left-color: transparent;
}

header.sticky-mode .login.impersonated .opener{
    width: auto;
}

header.sticky-mode .stop-representing{
    margin-top: 0;
    padding-bottom: 10px;
}

header.sticky-mode .over-summary .hyp{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 3px;
}

header.sticky-mode .over-summary .hyp:before{
    display: inline-block;
    position: static;
    vertical-align: middle;
}

header.sticky-mode .over-summary .over-summary-number{
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}

header.sticky-mode .over-summary.is-empty .over-summary-number,
header.sticky-mode .over-summary .over-summary-lbl{
    display: none;
}

header.sticky-mode.nav-is-opened nav{
    display: block;
}

header.sticky-mode .bottom-header .nav-list-root,
header.sticky-mode .bottom-header .nav-item-root{
    float: none;
}

header.sticky-mode .nav-item-root .hyp-top-lvl{
    border-width: 1px 0;
    margin-right: -1px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 26px;
    padding-bottom: 10px;
}

header.sticky-mode .nav-list-sub{
    margin-top: 0;
    top: 0;
    left: 100%;
}

header.sticky-mode .top-hyp{
    display: none;
}
/*          END header sticky mode            */

/* START general top navigation */
nav{
    position: relative;
}

nav .hyp:before {
    top:8px;
}

.nav-item-sub .hyp:before {
    top:19px;
}

nav .hyp-top-lvl{
    text-transform: uppercase;
    text-decoration: none;
}

.nav-item.selected .hyp-top-lvl span{
    position: relative;
}

.nav-item.selected .hyp-top-lvl span:after{
    content: '';
    position: absolute;
    height: 3px;
    bottom: -6px;
    left: -6px;
    right: -6px;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

header.sticky-mode .hyp-top-lvl.has-children:after{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    content: '';
    background: url(../files/icons/arrow-group-expand.png) no-repeat;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 13px;
    height: 5px;
    width: 11px;
}

.nav-opener-wrapper{
    border-width: 0 1px;
    border-style: solid;
    height: 60px;
    width: 64px;
}

.nav-opener{
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 64px;
    z-index: 1;
}

.nav-is-opened .nav-opener{
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.nav-opener:before{
    background: url('../files/icons/nav-open.png') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 22px;
    left: 22px;
    height: 17px;
    width: 22px;
}

.nav-opener:after{
    background: url('../files/icons/nav-close.png') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 21px;
    left: 23px;
    height: 19px;
    width: 18px;
}

.nav-is-closed .nav-opener:before,
.nav-is-opened .nav-opener:after{
    background-position: 0 0;
}

.nav-is-opened nav{
    display: block;
}

.bottom-header .nav-list-root,
.bottom-header .nav-item-root{
    float: left;
}

.nav-item-root .hyp-top-lvl{
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    padding: 0 16px;
    position: relative;
	display: block;
    line-height: 61px;
    z-index: 4;
}

.nav-item-root.hover .hyp-top-lvl{
    z-index: 6;
}
/* END general top navigation */

/* START multi dropdown navigation */
.nav-wrapper{
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    padding: 27px 0 22px 0;
    z-index: 5;
}

header:not(.sticky-mode) .nav-wrapper{
    max-height: none !important;
}

.nav-item-block{
    box-sizing: border-box;
    display: table-cell;
    padding: 0 10px 0 25px;
    vertical-align: top;
    height: 100%;
    width: 20%;
}

.view-more-visible .nav-item-block{
    padding-bottom: 30px;
}

.nav-lvl-2{
    display: table;
    width: 100%;
}

.nav-lvl-2 .wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.nav-lvl-2 .separator{
    display: none;
}

.nav-lvl-3 .hyp{
    line-height: 18px;
    margin-top: 6px;
    margin-bottom:6px;
}

.nav-more{
    position: absolute;
    line-height: 24px;
    bottom: -24px;
    width: 100%;
}

.nav-more a {
    width: 100%;
    vertical-align: bottom;
}

.separator + .nav-item-block,
.separator + .img-in-row{
    border-left-width: 1px;
    border-left-style: solid;
}

.img-in-row{
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    line-height: 0;
    padding-right: 20px;
    padding-left: 10px;
    vertical-align: bottom;
}

.img-in-row.push-right-bottom .wrapper{
    height: inherit;
}

.img-in-row.push-right-bottom .wrapper img{
    margin-right: -20px;
    margin-bottom: -22px;
}

.img-in-row.size-original img{
    max-width: inherit;
}

.img-in-row.size-adapt img{
    width: 100%;
}

.img-in-row img.not-handled{
    width: 0;
}
/* END multi dropdown navigation */

/* START simple dropdown navigation */
.nav-list-sub{
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    width: 203px;
    z-index: 5;
    padding: 7px 0;
    margin-top: -1px;
    box-sizing: border-box;
}

.state-to-left .nav-list-sub{
    right: 0;
}

.nav-list-sub .nav-list-sub{
    padding: 17px 0;
    top: -17px;
    left: 100%;
}

.state-to-left .nav-list-sub .nav-list-sub{
    left: auto;
    right: 100%;
}

.nav-item-sub{
    position: relative;
    padding-left: 15px;
}

.nav-item-sub:first-child .nav-list-sub{
    top: -7px;
}

.nav-item-sub .hyp{
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 18px;
}

.nav-type-simple .nav-item-root{
    position: relative;
}
/* END simple dropdown navigation */
/*          END header            */



/* footer */
footer{
    display: table-footer-group;
    width: 100%;
}

footer .font-h4{
    display: block;
    line-height: 1.4em;
    padding-bottom: 12px;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .top{
	padding-top: 40px;
	padding-bottom: 25px;
}

footer .bottom{
	padding-top: 20px;
	padding-bottom: 38px;
}

/*          sitemap          */
.sitemap-nav li{
    float: left;
    padding-right: 13px;
    width: 120px;
}

/*          bottom footer          */
.footer-nav{
    text-align: right;
}

.footer-nav .hyp{
    display: inline-block;
	padding-left: 10px;
    text-decoration: none;
}

/*          newsletter          */
.newsletter{
    display: table-cell;
    width: 38%;
}

/* selector for case when an item(.newsletter) is single child block */
.newsletter:first-child:last-child form{
    max-width: 357px;
    width: 100%;
}

.tbx-email-newsletter{
    margin-right: 5px;
}

.newsletter-line{
    display: table;
    margin-top: 12px;
    width: 100%;
}

.newsletter-line li{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*          price         */
.lbl-price{
    white-space: nowrap;
}

.list-price,
.list-price-discount {
    margin-right: 20px;
    white-space: nowrap;
}

.list-price-discount{
    font-weight: bold;
}

.list-price {
    text-decoration: line-through;
}

/* columns layout */
.columns-general{
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    margin: 0 -2%;
    padding: 12px 0;
    height: 100%;
    width: 104%;
}

.columns-general > .column{
    box-sizing: border-box;
    display: table-cell;
    padding: 0 1.85%;
    height: 100%;
    outline: none;
    vertical-align: top;
}

.columns-general.compact{
    width: 104.4%;
    margin: 0 -2.3%;
}

.columns-general.compact > .column{
    padding: 0 2.2%;
    width: auto;
}

.columns-general.compact > .wide{
    width: 73%;
}

.columns-general.compressed{
    width: 102%;
    margin: 0 -1%;
}

.columns-general.compressed > .column{
    padding: 0 1%;
}

.columns-general > .column60{
    width: 60%;
}

.columns-general > .column55{
    width: 55%;
}

.columns-general.rtl{
    direction: rtl;
}

.columns-general.rtl > .column{
    direction: ltr;
}

.column > .wrapper{
    padding: 12px 0;
}

.columns-general > .column.column-inline,
.columns-general > .column.column-inline + .column{
    display: block;
}
/* END columns layout */

/* blocks layout */
.blocks-row:not(.slick-initialized){
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blocks-row {
    margin: 0 -10px;
}

.blocks-row-item{
    box-sizing: border-box;
    outline: none;
    padding: 1px 10px 0;
    width: 25%;
}

.column .blocks-row-item{
    width: 33.3333%;
}

/* END blocks layout */

.l-columns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* forms general styles */

form label{
    line-height: normal;
}

fieldset{
    border: none;
    margin: 0;
    padding: 0;
}

.form-holder{
    padding-top: 18px;
}

.form-row,
.form-button{
    margin-bottom: 20px;
}

.form-row .control{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.form-row .label,
.form-row .field{
    display: table-cell;
    vertical-align: middle;
}

.form-row .label{
    width: 36%;
    padding-right: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-comment .label{
    vertical-align: top;
    padding-top: 5px;
}

.form-row .validation,
.form-row .description,
.form-button{
    padding-left: 36%;
    margin-top: 0px;
}

.row-under-columns{
    margin-top: -12px;
    padding-left: 21%;
}

.sales-agreement-line .sales-agreement-line-label {
    display: block;
}

.ddlb-sales-agreement-lines{
    margin-top: 5px;
}

.ddlb-sales-agreement-lines .ui-menu-item-wrapper{
    white-space: normal;
}

.ddlb-sales-agreement-lines .ui-menu-item-wrapper .nowrap{
    white-space: nowrap;
}

.ddlb-sales-agreement-lines .ui-state-disabled{
    display: none;
}

.field-validation-valid{
    display: none;
}

.form-row .field-validation-error,
.form-row .feedback-message{
    display: block;
	line-height: 12px;
    padding: 4px 0px 4px 24px;
    margin-top: 4px;
}

.form-row .field-validation-error{
	background: url(../files/icons/form-invalid.png) no-repeat scroll left center;
}

.form-row .feedback-message{
	background: url(../files/icons/form-description.png) no-repeat scroll left center;
}

.msg-not-available{
    font-weight: bold;
    text-transform: lowercase;
    white-space: nowrap;
}

.form-inline{
    display: inline-block;
    vertical-align: middle;
}

.form-row.row-password .label{
    padding-top: 5px;
    vertical-align: top;
}

.password-strength-indicator{
    position: relative;
    height: 3px;
    margin: 3px 0 10px 0;
    text-align: right;
}

.password-strength-indicator:before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 300ms linear;
    width: 0;
}

.password-strength-indicator [data-strength-text]{
    display: none;
}

.password-strength-indicator[data-strength="0"] [data-strength-text="0"],
.password-strength-indicator[data-strength="1"] [data-strength-text="1"],
.password-strength-indicator[data-strength="2"] [data-strength-text="2"],
.password-strength-indicator[data-strength="3"] [data-strength-text="3"],
.password-strength-indicator[data-strength="4"] [data-strength-text="4"]{
    display: inline;
}

.password-strength-indicator[data-strength="1"]:before{
    width: 25%;
}

.password-strength-indicator[data-strength="2"]:before{
    width: 50%;
}

.password-strength-indicator[data-strength="3"]:before{
    width: 75%;
}

.password-strength-indicator[data-strength="4"]:before{
    width: 100%;
}

.password-strength-hint{
    cursor: pointer;
}

/*          message blocks          */
.msg-block{
    font-style: italic;
    margin: 45px 0;
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
}

.msg-block-error,
.validation-summary-errors,
.msg-block-confirm,
.msg-block-info,
.msg-block-alert{
    position: relative;
    margin: 20px 0;
    padding: 15px 20px 15px 36px;
    line-height: normal;
}

.msg-block-error a,
.validation-summary-errors a,
.msg-block-confirm a,
.msg-block-info a,
.msg-block-alert a{
    text-decoration: underline;
}

.wide-msg-block-info .msg-block-info{
    margin-top: 0;
    margin-bottom: 0;
}

.msg-block-error:before,
.validation-summary-errors:before,
.msg-block-confirm:before,
.msg-block-info:before,
.msg-block-alert:before,
.msg-text-alert:before{
    content: '';
	position: absolute;
}

.msg-block-error:before,
.validation-summary-errors:before{
    background: url(../files/icons/error.png);
    top: 18px;
    left: 10px;
    height: 12px;
    width: 12px;
}

.msg-block-confirm:before{
    background: url(../files/icons/msg-confirm.png);
    top: 15px;
    left: 9px;
    height: 16px;
    width: 14px;
}

.msg-block-info:before{
    background: url(../files/icons/msg-info.png);
    top: 16px;
    left: 12px;
    height: 16px;
    width: 8px;
}

.msg-block-alert:before{
    background: url(../files/icons/msg-alert.png);
    top: 15px;
    left: 13px;
    height: 14px;
    width: 5px;
}

.msg-text-alert:before{
    background: url(../files/icons/msg-alert.png);
    top: 50%;
    left: 13px;
    margin-top: -7px;
    height: 14px;
    width: 5px;
}

.msg-block-error ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.basket-page-cnt .msg-block-error ul {
    list-style: disc;
    padding:5px 10px;
}

.validation-summary-errors ul {
    display: none;
}

.msg-text-alert{
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 25px;
    margin: 8px;
    white-space: nowrap;
}



.ifrm{
    padding: 5px;
}

.ifrm iframe{
	height: 300px;
	overflow: auto;
	width: 100%;
}

/* END forms general styles */



/* custom checkbox */
label .chb{
    vertical-align: middle;
    position: relative;
}

label .chb ins{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-right: 4px;
    margin-top: -3px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
}


label .chb ins:after,
label .chb input[type="checkbox"]{
    cursor: pointer;
}

label .chb input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    bottom: 2px;
    right: 5px;
    cursor: pointer;
    z-index: 2;
}

label .chb input[type="checkbox"] + ins:after{
    display: none;
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0px;
    width: 5px;
    height: 11px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label .chb input[type="checkbox"]:checked + ins:after{
    display: block;
}

label .chb input[type="checkbox"]:disabled + ins,
label:hover .chb input[type="checkbox"]:disabled + ins{
    opacity: 0.8;
}

/* END custom checkbox */


/* custom radiobox */

label .rdb{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    margin-right: 4px;
    margin-top: -3px;
}

label .rdb ins{
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

label .rdb input[type="radio"]{
    opacity: 0;
    position: absolute;
    z-index: -1;
}

label .rdb input[type="radio"]:checked + input + ins:after,
label .rdb input[type="radio"]:checked + ins:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 1px;
}

.radio + .radio {
    margin-left: 15px;
}

/* END custom radiobox */


/* breadcrumbs */
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs .hyp{
    margin: 0 3px;
}

/* END breadcrumbs */


/*          login page             */
.login-page-cnt .text{
    margin-bottom: 15px;
}

.login-page-cnt .validation-summary-errors{
    margin-top: 0;
}

.login-page-cnt .row-actions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-page-cnt .forgot-password{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.login-page-cnt .btn-login{
    margin: 10px 0;
}

.login-page-cnt .remember-me,
.login-page-cnt .btn-login{
    margin-left: 20px;
}

/*          tabs             */
.tab-control .reviews,
.tab-control .variants,
.tab-control .prepacks,
.tab-control .specifications,
.tab-control .attachments,
.tab-control .description{
    min-height: 195px;
}

.ui-tabs{
    padding: 0;
}

.ui-tabs .ui-tabs-nav{
    padding: 0;
}

.ui-tabs .ui-tabs-nav li{
    margin: 0;
    outline: none;
}

.ui-tabs-nav li:not(:first-child){
    margin-left: 70px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    text-transform: uppercase;
    padding: 0;
}

.hidden-tabs-name{
    display: none;
    cursor: default;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ui-tabs-active .ui-tabs-anchor:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.no-underline .ui-tabs-anchor:after{
    display: none;
}

.ui-tabs .ui-tabs-panel{
    padding: 25px 0;
}


/*          text boxes with spinners          */

.paging-input{
    float: right;
}

.tbx-quantity,
.tbx-go-to-page{
    display: inline-block;
    width: 52px;
    margin: 0 35px;
    vertical-align: middle;
}

.tbx-go-to-page{
    margin: 0 10px;
    vertical-align: top;
}

.tbx-quantity input,
.tbx-go-to-page input{
    text-align: center;
    padding: 0 3px;
    height: 27px;
}

.tbx-go-to-page ::-webkit-input-placeholder{
    font-style: normal;
}

.tbx-go-to-page ::-moz-placeholder{
    font-style: normal;
}

.tbx-go-to-page :-ms-input-placeholder{
    font-style: normal;
}

.tbx-go-to-page :focus::-webkit-input-placeholder{
    opacity: 0;
}

.tbx-go-to-page :focus::-moz-placeholder{
    opacity: 0;
}

.tbx-go-to-page :focus:-ms-input-placeholder{
    opacity: 0;
}

.compact-sign-error{
    background-image: url(../files/icons/form-invalid.png);
    line-height: 0;
    position: absolute;
    left: -10px;
    top: -9px;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    height: 16px;
    width: 16px;
}

.compact-sign-error span{
    display: none !important;
}

.ui-spinner{
    overflow: visible;
}

.ui-spinner-input{
    margin: 0;
}

.ui-spinner-button{
	position: absolute;
	top: 0;
    height: 28px;
    width: 28px;
}

.ui-spinner-up{
	right: -35px;
}

.ui-spinner-down{
    left: -35px;
}

.ui-spinner-up .icon-up{
    background-image: url(../files/icons/increase.png);
    margin-top: -5px;
    margin-left: -5px;
    height: 11px;
    width: 10px;
}

.ui-spinner-down .icon-down{
    background-image: url(../files/icons/decrease.png);
    margin-top: -1px;
    margin-left: -4px;
    height: 3px;
    width: 7px;
}

.tbx-quantity [data-spinner-init=event]:not(:focus) ~ .ui-spinner-button{
    display: none;
}


/* order details */
.history-details .gvi-name-value .value{
    word-break: break-all;
}

.history-details .block-sell-to-address,
.history-details .block-bill-to-address,
.history-details .block-ship-to-address{
    word-break: break-all;
}

.order-details-action-bar{
    text-align: right;
}

.order-details-action-bar .btn{
    margin-left: 15px;
    margin-bottom: 10px;
}

.order-details-action-bar .attachments{
    float: left;
    margin-bottom: 10px;
    text-align: left;
    word-break: break-all;
}

.order-details-action-bar .msg-block-info,
.order-details-action-bar .msg-block-error{
    clear: both;
    text-align: left;
}

.gvi-order-lines-wrapper{
    margin-top: 35px;
}

.gvi-order-lines tbody td:last-child,
.gvi-order-lines thead th:last-child{
    padding-right: 7px;
}

.gvi-order-lines tfoot td{
    padding: 12px 20px;
}

.gvi-order-lines tfoot .cell-value{
    font-weight: bold;
}

.gvi-order-lines tfoot .hyp,
.gvi-order-lines .toggle-hyp-inside{
    float: right;
}

.gvi-order-lines.collapsed tbody,
.gvi-order-lines.collapsed .toggle-hyp-inside .sign-minus,
.gvi-order-lines.expanded .toggle-hyp-inside .sign-plus{
    display: none;
}

.gvi-order-lines .col-price,
.gvi-order-lines .col-total,
.gvi-order-lines .col-stock{
    white-space: nowrap;
}

.gvi-order-lines .col-qty{
    text-align: center;
}

.gvi-order-lines .col-price,
.gvi-order-lines .col-discount,
.gvi-order-lines .col-uom,
.gvi-order-lines .col-total,
.gvi-order-lines .col-stock{
    text-align: right;
}

.gvi-totals{
    text-align: right;
    margin-bottom: 10px;
}

.gvi-totals .cell-value{
    width: 125px;
}

.gvi-totals td{
    border: none;
    padding: 5px 7px;
}

.gvi-totals tr:first-child td{
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 15px;
}

.gvi-totals tr:last-child td{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.gvi-totals .t-row-promotion{
    line-height: 20px;
}

.basket-page-cnt .gvi-totals .t-row-promotion .title-discount{
    display: inline-block;
    padding: 8px 0 7px;
    vertical-align: middle;
}

.gvi-totals .t-row-promotion .enter-discount{
    display: inline-block;
    float: left;
}

.gvi-totals .t-row-promotion .title-discount{
    float: right;
}

.order-authorization-feedback{
    text-align: justify;
}

.basket-page-cnt .usp-list{
    padding: 0;
}

/* END order details */


/* START sales agreements */

.gvi-sales-agreements tbody td {
    vertical-align: middle;
}

.sales-agreement-lines-box {
    position: relative;
}

.sales-agreement-lines-box.hidden:after{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index:1;
}

.sales-agreement-lines-box.hidden .paging-control,
.sales-agreement-lines-box.hidden table{
    opacity: 0.5;
}

.gvi-sales-agreement-lines{
    margin: 30px 0 60px 0;
}

.gvi-sales-agreement-lines th{
    text-align: left;
}

.gvi-sales-agreement-lines .col-line-discount-percent{
    text-align: center;
}

.gvi-sales-agreement-lines .show-more{
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.gvi-sales-agreement-lines .toggle-hyp-inside:hover{
    cursor: pointer;
    user-select: none;
}

.gvi-sales-agreement-lines .collapsed .sign-plus{
    display: inline;
}

.gvi-sales-agreement-lines .collapsed .sign-minus{
    display: none;
}

.gvi-sales-agreement-lines .expanded .sign-plus{
    display: none;
}

.gvi-sales-agreement-lines .expanded .sign-minus{
    display: inline;
}

.gvi-sales-agreement-lines .collapsed .sign-plus:before{
    content: '+';
    display: inline;
}

.gvi-sales-agreement-lines .collapsed .sign-minus:before{
    content: '-';
    display: inline;
}

.gvi-sales-agreement-lines tr{
    transition: background-color 200ms linear;
}

.gvi-sales-agreement-lines .hidden-info{
    border: none;
}

.gvi-sales-agreement-lines .msg-this-term-not-allow-exceeding-value {
    margin-bottom: 8px;
}

.gvi-sales-agreement-lines .btn-product-category {
    float: right
}

/* fix for IE11-10 */
.ie .gvi-sales-agreement-lines .hidden-info > td {
    max-width:0;
}

.gvi-sales-agreement-lines .hidden-info-inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gvi-sales-agreement-lines .hidden-info-inner-wrapper:first-child:last-child{
    margin-bottom:8px;
}

.gvi-sales-agreement-lines .hidden-info-inner-wrapper .cell{
    width: 49%;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
}

.gvi-sales-agreement-lines .hidden-info-inner-wrapper .data-set-title{
    float: left;
}

.gvi-sales-agreement-lines .hidden-info-inner-wrapper .data-set-value{
    float: right;
}

.gvi-sales-agreement-lines .add-to-basket-form{
    padding-top: 10px;
}

.gvi-sales-agreement-lines .product-variants{
    margin-bottom: 10px;
}

/* ENG sales agreements */

/* general panel */

.panel-general{
    padding-top: 30px;
    margin-bottom: 30px;
}

.panel-header{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;

-webkit-justify-content: space-between;
	      -ms-flex-pack: justify;
		justify-content: space-between;

  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;

    margin-bottom: 11px;
    width: 100%;
}

.panel-footer{
    display: table;
    width: 100%;
}

.panel-footer > div{
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}

.panel-footer > .more-inside{
    padding-top: 0;
}

/* END general panel */







/* thumbNails */
.hyp-thumbnail{
    display: inline-block;
    position: relative;
    height: 75px;
    width: 75px;
}

.thumbnail{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.thumbnail img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}


/*          facets           */
.filter-title{
    display: none;
    max-width: 100%;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.facets{
    padding-top: 6px;
}

.facet{
    margin-bottom: 37px;
    word-break: break-all;
}

.facet .hdr{
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.facet .hdr.collapsed{
    background-image: url(../files/icons/arrow-group-expand.png);
}

.facet .hdr.expanded{
    background-image: url(../files/icons/arrow-group-collapse.png);
}

.facet .hyp-toggle{
    display: inline-block;
    font-weight: bold;
}

.list-facets li{
    position: relative;
    white-space: nowrap;
}

.facet-selected li,
.multiselect-mode .facet li{
    padding-left: 18px;
}

.facet li{
    padding-right: 20px;
}

.list-facets li .chb{
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -10px;
}

.list-facets .count{
    margin-left: 4px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.facet-item{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.list-facets.limited li:nth-of-type(n+6){
    display: none;
}

.limited + .hyp-toggle .collapse,
.unlimited + .hyp-toggle .expand{
    display: none;
}

.facet-selected .facet-title{
    font-weight: bold;
}

.facet-selected .hyp-remove{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-weight: bold;
}

.clear-facets-selection{
    margin-bottom: 37px;
    font-weight: bold;
}

/*           product page            */
.back-wrapper{
    height: 25px;
    float: left;
}

.back-wrapper + .breadcrumbs{
    float: left;
    padding-left: 41px;
    margin-left: 44px;
}

.hyp-back:hover{
    text-decoration: none;
}

.hyp-back.arrow-red:before{
    content: '‹ ';
}

.has-aside{
    box-sizing: border-box;
}

aside .hyp{
    float: left;
    clear: both;
}

#matricesPopup,
#volumePricesPopup,
#bomPopup{
    display: none;
}

.product{
    padding-top: 32px;
}

.product .main{
    margin-bottom: 45px;
}

.details-img{
    float: left;
}

.details-info{
    box-sizing: border-box;
    position: relative;
}

.no-aside{
    width: 100%;
}

.product-bottom-info{
    margin-top: 58px;
    margin-bottom: 58px;
}

/*           product images             */
.carousel-image-m-wrapper{
    margin-bottom: 25px;
    text-align: center;
}

.carousel-image-m-wrapper img{
    max-height: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.carousel-image-m-item img[data-zoom-image]{
    cursor: progress;
}

.carousel-image-m-item.slick-slide:not(.slick-active){
    visibility: hidden;
}

.carousel-legend{
    padding: 10px 0;
	text-align: center;
}

.carousel-image-s-wrapper{
    margin: 25px 30px;
    padding: 0 15px;
}

.carousel-image-s .hyp-thumbnail{
    display: block;
    height: 84px;
    width: 84px;
    margin: 0 auto;
}

.carousel-image-s .thumbnail{
    display: block;
}

.carousel-image-s .hyp-thumbnail:hover .thumbnail:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.carousel-image-s .slick-prev{
    left: -15px;
}

.carousel-image-s .slick-next{
    right: -15px;
}

.zoomContainer{
    z-index: 1;
}

/*          lightbox image slider          */
.carousel-image-l,
.carousel-image-l .slick-list,
.carousel-image-l .slick-track{
    height: 100%;
}

.carousel-image-l .carousel-image-l-item{
    position: relative;
}

.carousel-image-l .carousel-image-l-item img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 95%;
    max-width: 95%;
}

.carousel-image-l .slick-prev{
    left: 25px;
}

.carousel-image-l .slick-next{
    right: 25px;
}

.carousel-image-l.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.carousel-image-l .slick-dots{
    bottom: 25px;
}

/*          product details          */
.details-info .description{
	display: inline-block;
    margin-top: 22px;
	width: 100%;
    word-wrap: break-word;
}

.hyp-read-description + .hyp-print-preview{
    margin-left: 50px;
}

.details-info .product-id .name{
    display: inline-block;
    padding-right: 3px;
    min-width: 70px;
}

.rating-reviews{
    margin-top: 10px;
}

.rating-reviews .hyp{
    margin-left: 10px;
}

.rating-reviews .hyp + .hyp{
    padding-left: 15px;
}

/* productRatingControl (jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/) */
.rating{
	display: inline-block;
	vertical-align: middle;
}

.rating-cancel,
.star-rating{
    background: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    float: left;
    height: 16px;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
}

.rating-cancel,
.rating-cancel a{
    background: url(../files/icons/rating-cancel.png) no-repeat scroll 0 0 transparent !important;
}

.rating-cancel a,
.star-rating a{
    border: 0;
    display: block;
    height: 100%;
    width: 16px;
}

.star-rating a{
    background: url(../files/icons/rating-star.png) no-repeat scroll 0 0 transparent;
}

.star-rating-on a{
    background: url(../files/icons/rating-star-on.png) no-repeat scroll 0 0 transparent;
}

.star-rating-hover a{
    background: url(../files/icons/rating-star-on.png) no-repeat scroll 0 0 transparent;
}

.star-rating-readonly a{
    cursor: default !important;
}

.star-rating{
    background: transparent !important;
    overflow: hidden !important;
}

.row-button-wrapper{
    margin-top: 20px;
}

.order-box{
    margin-top: 20px;
}

.order-box .form-row .label{
    padding-right: 1%;
    width: 24%;
}

.order-box .after-btn-links{
    display: inline-block;
    vertical-align: middle;
}

.row-quantity .label,
.row-quantity .field{
    vertical-align: top;
}

.product-list .tbx-quantity,
.row-quantity .tbx-quantity{
    margin-bottom: 5px;
}

.list-mode .tbx-quantity,
.row-quantity .tbx-quantity {
    margin-right: 43px;
}

.row-btn-add .btn-add-to-basket,
.row-btn-add .btn-configure-product {
    margin-right: 20px;
}

.prices-action{
    display: table;
    width: 100%;
}

.prices-action > div{
    display: table-cell;
    vertical-align: bottom;
}

.after-prices{
    padding-left: 7px;
    line-height: 20px;
    width: 100%;
}

.msg-cannot-order,
.order-box.state-variant-not-available .row-btn-add{
    display: none;
}

.msg-state-visible,
.order-box.state-variant-not-available .msg-cannot-order{
    display: block;
}

.order-box.state-variant-not-available .unit-of-measure{
    margin-left: 0;
}

.order-box .prices{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-box .list-prices{
    display: inline-block;
    line-height: normal;
}

.order-box .list-prices .list-price,
.order-box .list-prices .list-price-discount{
    display: block;
}

.order-box .lbl-price{
    line-height: normal;
}

/* last viewed products */
.hyp-clear-viewed{
	padding-left: 20px;
	margin-left: 20px;
}

.last-viewed{
    margin: 70px 0;
}

.last-viewed .ui-tabs-nav{
    padding-bottom: 10px;
}

.hyp-tab-action{
    font-weight: bold;
    float: left;
    margin: 15px 0 0 45px;
}

.last-viewed .list-prices{
    display: block;
    line-height: normal;
    margin-bottom: 4px;
}

.last-viewed .list-prices .list-price,
.last-viewed .list-prices .list-price-discount{
    display: block;
}

/* related info */
.related-info .ui-tabs-panel{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.simple-product-tile{
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 1%;
}

.simple-product-tile .hyp-thumbnail{
    max-width: 100%;
    height: 180px;
    width: 180px;
}

.tabs-horizontal{
    position: relative;
    overflow: hidden;
}

.tabs-horizontal .ui-tabs-nav{
    position: relative;
    width: 300%;
}

.tabs-horizontal .ui-tabs-nav li:not(:first-child){
    margin-left: 33px;
}

.opacity-left,
.opacity-right{
    position: absolute;
    top: 0;
    height: 100%;
    width: 65px;
    z-index: 1;
}

.opacity-left{
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5));
    left: 0;
}

.opacity-right{
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.5),rgba(255,255,255,1));
    background: -moz-linear-gradient(right,rgba(255,255,255,0.5),rgba(255,255,255,1));
    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,1));
    right: 0;
}

.btn-prev,
.btn-next{
    cursor: pointer;
    background: url(../files/icons/arrows.png);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    height: 19px;
    width: 12px;
    z-index: 1;
}

.btn-prev{
    background-position: 0 0;
    left: 0;
}

.btn-next{
    background-position: -13px 0;
    right: 0;
}

.btn-prev:hover{
    background-position: 0 -20px;
}

.btn-next:hover{
    background-position: -13px -20px;
}

/*          social sharing */
.add-this{
    text-align: center;
    margin-top: 10px;
}

.addthis_toolbox{
    display: inline-block;
}

/*          matrices            */
.matrices{
    overflow: visible;
}

.matrices .ui-dialog-titlebar{
    display: none;
}

.matrices .ui-dialog-content{
    overflow: visible;
}

.matrices .ui-tabs-nav{
    position: absolute;
    margin-bottom: 10px;
    bottom: 100%;
    right: 0;
}

.matrices .ui-tabs-nav li{
    margin-left: 2px;
}

.matrices .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 15px 56px;
    line-height: 1;
    text-align: center;
    position: relative;
    margin-bottom: -3px;
}

.matrices .ui-tabs-active .ui-tabs-anchor:after{
    bottom: 10px;
    left: 56px;
    right: 56px;
}

.matrices .btn-back{
    line-height: 44px;
}

.grid-inside{
	clear: both;
	height: 100%;
    margin: 20px 0;
	overflow: auto;
	position: relative;
	width: 100%;
    max-height: 450px;
}

.grid-inside .sticky-wrap{
    z-index: 1;
}

.matrices .font-product-title{
    word-break: break-word;
    padding-right: 15px;
}

.add-box,
.quantity-selected{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.add-box{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    float: right;
}

.quantity-selected{
    margin-right: 30px;
}

.quantity-selected .name{
    line-height: 22px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
}

.quantity-selected .value{
    padding: 0 15px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
}
/* variants & prepacks */
.variants .product-id .name{
    margin-right: 35px;
}

.variants .uom-wrapper{
    margin-top: 20px;
    margin-bottom: 10px;
}

.variants .sales-agreement-wrapper .ddlb-wrapper,
.variants .lbl-uom-title,
.variants .lbl-sales-agreement-title{
    display: inline-block;
}

.variants .lbl-uom-title,
.variants .lbl-sales-agreement-title{
    min-width: 120px;
}

.gvi-variants th,
.gvi-prepacks th{
    text-transform: uppercase;
}

.gvi-variants .th-col,
.gvi-prepacks thead th{
    text-align: center;
    padding: 15px;
}

.gvi-variants td,
.gvi-prepacks td{
    text-align: center;
    padding: 14px 15px 7px;
}

.gvi-variants .th-row,
.gvi-prepacks tbody th{
    text-align: left;
    padding-right: 23px;
    padding-left: 19px;
}

.gvi-variants .tbx-quantity,
.gvi-prepacks .tbx-quantity{
    width: 70px;
}

/* variants */
.cell .tbx-quantity{
    margin-bottom: 3px;
    margin-bottom: 3px;
}

.cell .stock-indication,
.cell .lbl-price{
    margin: 0 5px;
    display: block;
}

.cell .msg-not-available{
    line-height: 28px;
}

.variants-row{
    font-weight: bold;
    padding-top: 10px;
}

/* prepacks */
.gvi-prepacks .price{
    text-align: left;
}

.prepack-selection{
    margin-top: 20px;
}

.ddlb-prepack-selector{
    display: inline-block;
	margin-left: 25px;
    min-width: 250px;
    vertical-align: middle;
}

/* volume prices and bom */
.gvi-volume-prices th,
.gvi-bom th{
    text-align: left;
}

.gvi-volume-prices th,
.gvi-volume-prices td,
.gvi-bom th,
.gvi-bom td{
    border-bottom: none;
}

.gvi-volume-prices .cell-qty,
.gvi-volume-prices .cell-title,
.gvi-volume-prices .cell-uom,
.gvi-volume-prices .cell-discount,
.gvi-bom td{
    font-weight: bold;
}

/* bom product grid */
.gvi-bom td{
    vertical-align: top;
}

.gvi-bom .bom-title{
    padding-left: 15px;
    padding-right: 15px;
}

.gvi-bom .variant{
	width: 240px;
}

.gvi-bom .qty{
	width: 60px;
	text-align: right;
}

.bom-nested{
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.bom-nested li{
    display: table-row;
}

.bom-nested .lbl-variant{
    display: table-cell;
    width: 80%;
}

.bom-nested .lbl-qty{
    display: table-cell;
    text-align: right;
    width: 20%;
}

/* product reviews */
.list-reviews li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

.list-reviews .rating{
    float: right;
}

.review-title{
	font-weight: bold;
	margin-right: 5px;
}





/*          product list page           */
.view-changer{
    text-align: center;
}

.counter-inside{
    line-height: 18px;
    padding: 0 10px 4px 0;
}

.sorter-inside{
    white-space: nowrap;
    order: 9;
}

.sorter-inside .lbl {
    margin-right: 5px;
}

.btn-view{
    cursor: pointer;
    display: inline-block;
    margin: 5px 10px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.btn-view:hover{
    background-position: 0 -25px;
}

.changer-grid-mode .to-grid,
.changer-list-mode .to-list{
    cursor: default;
    pointer-events: none;
}

.to-list{
    background: url(../files/icons/view-list.png);
    background-position: 0 -50px;
}

.changer-list-mode .to-list{
    background-position: 0 0;
}

.to-grid{
    background: url(../files/icons/view-grid.png);
    background-position: 0 -50px;
}

.changer-grid-mode .to-grid{
    background-position: 0 0;
}

.panel-header .btn-add-inside{
    padding-top: 20px;
    width: 100%;
    order: 9;
    text-align: right;
}

.panel-header > .qo-input-area,
.panel-header > .last-viewed-area,
.panel-header > .tbx-search{
    width: 100%;
}

/* sorting */
.ddlb-sorting{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width:100%;
}

.ddlb-sorting .ui-selectmenu-menu {
    left: auto!important;
    right: 0!important;
}

/* paging */
.btn-paging{
    padding: 0;
    height: 28px;
    width: 28px;
}

.btn-paging:before{
    display: none;
}

.btn.btn-paging:after{
    background-image: url(../files/icons/arrows-paging.png);
}

.btn-page-prev:after{
    background-position: 0 0;
    margin-top: -5px;
    margin-left: -3px;
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-disabled.btn-page-prev:after{
    background-position: 0 -11px;
}

.btn-go-to-page{
    vertical-align: top;
    height: 28px;
}

.btn-page-next:after{
    background-position: -7px 0;
    margin-top: -5px;
    margin-left: -3px;
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-disabled.btn-page-next:after{
    background-position: -7px -11px;
}

ul.pager-list{
    display: inline-block;
    line-height: 28px;
    margin: 0 16px;
    vertical-align: top;
}

.pager-list li{
    display: inline-block;
    margin: 0 5px;
}

.pager-list li a,
.pager-list li span{
    padding: 6px;
}

.pager-selected{
    font-weight: bold;
}

/*          products list grid            */
.selected-quantity{
    display: none;
    line-height: 12px;
    text-transform: lowercase;
}

.edit-selected{
    padding-left: 17px;
    margin-left: 17px;
}

.l-products{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.l-products-item{
    width: 100%;
}

.list-mode .l-products-item:first-child{
    border-top-width: 1px;
    border-top-style: solid;
}

.list-mode .l-products-item{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.list-mode .product-tile .product-img,
.list-mode .product-tile .product-info{
    padding: 15px 0;
}

.list-mode .product-tile .product-img{
    padding-right: 15px;
}

.list-mode .product-tile .prices{
    line-height: 33px;
}

.list-mode .list-prices .list-price,
.list-mode .list-prices .list-price-discount{
    display: block;
    line-height: normal;
}

.grid-mode .product-action,
.list-mode .product-action{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-mode .product-action{
    justify-content: space-between;
    text-align: right;
}

.list-mode .product-tile .product-info.state-compare{
    position: relative;
    padding-bottom: 35px;
}

.list-mode .product-compare-selector{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    order:1;
    text-align: left;
}

.list-mode .product-description{
    vertical-align: top;
    margin-bottom: 0;
}

.list-mode .selected-quantity{
    margin-top: 7px;
}

.grid-mode{
    margin: 0 -1.4%;
    position: relative;
}

.grid-mode .l-products-item{
    box-sizing: border-box;
    padding: 12px 1.4%;
}

.grid-mode .l-products-item:first-child:before{
    border-top-width: 1px;
    border-top-style: solid;
    content: '';
    position: absolute;
    left: 1.4%;
    right: 1.4%;
    top: 0;
}

.grid-mode .product-compare-selector{
    order: 1;
    margin: 0 0 10px;
}

.grid-mode .product-action > .btn,
.grid-mode .product-action > .msg-not-available,
.grid-mode .product-action > form{
    order: 2;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

.grid-mode .product-tile{
    box-sizing: border-box;
    padding: 2px;
    min-height: 385px;
    text-align: center;
    height: 100%;
}

.grid-mode .product-tile:hover{
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.grid-mode .product-img{
    float: none;
    padding: 12px 0 0;
    width: auto;
}

.grid-mode .product-info{
    display: block;
    padding-bottom: 12px;
}

.grid-mode .product-img .hyp-thumbnail{
    display: block;
    margin: 0 auto;
    height: 214px;
    max-width: 100%;
    width: 214px;
}

.grid-mode .product-title{
    height: 32px;
}

.grid-mode .product-description{
    padding-top: 3px;
    margin-bottom: 3px;
}

.grid-mode .product-attributes{
    display: none;
}

.grid-mode .product-id-stock{
    line-height: 20px;
}

.grid-mode .product-id-name{
    display: none;
}

.grid-mode .prices{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-mode .list-prices{
    display: inline-block;
    line-height: normal;
    text-align: right;
}

.grid-mode .list-prices .list-price,
.grid-mode .list-prices .list-price-discount{
    display: block;
}

.grid-mode .product-action .form-quantity{
    padding-top: 3px;
}

.grid-mode .selected-quantity{
    margin-top: 13px;
}

.variants-selected .selected-quantity{
    display: block;
}

.variants-selected .select-variants{
    display: none;
}

/*          orders          */
.orders{
    margin: 60px 0;
}

.gvi-orders{
    margin-top: 15px;
}

.gvi-orders th{
    text-align: left;
}

.gvi-orders td{
    border-bottom: none;
    vertical-align: top;
}

.gvi-orders .col-authorization-status,
.gvi-orders .col-select-document{
    text-align: center;
}

.gvi-orders .col-select-document label .chb ins{
    margin-right: 0;
}

.gvi-orders .status-approved:before{
    content: '\2713';
}

.gvi-orders .status-pending:before{
    content: '\25CF';
}

.gvi-orders .status-declined:before{
    content: '\2A2F';
}

.gvi-orders .status-notneeded:before{
    content: '\2212';
}

.gvi-orders .status-paid:before{
    content: '\2713';
}

.gvi-orders .status-overdue:before{
    content: '\2A2F';
}

.gvi-orders .status-progress:before{
    content: '\25CF';
}

.gvi-orders .goto-details{
    white-space: nowrap;
}

.gvi-orders tr:first-child td{
    padding-top: 15px;
}

.gvi-orders tr:last-child td{
    padding-bottom: 15px;
}

.gvi-orders tr:last-of-type td{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.invoicepayment-payinvoiceorder-page .col-method-cost,
.invoicepayment-payinvoiceorder-page .checkout-text{
    display: none;
}

.pay-inside{
    width: 160px;
}
/*          END orders            */

/* custom select styles */
.ddlb{
    height: 35px;
    position: relative;
}

.ddlb select{
    border-width: 0 0 1px;
    border-radius: 3px;
    padding: 0 12px;
    height: 100%;
    height: calc(100% + 1px);
    min-width: 100%;
}

.ddlb-small{
    height: 28px;
}

.ddlb-small .ui-selectmenu-text{
    line-height: 27px;
}

.ui-selectmenu-button.ui-button{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 3px;
    outline: none;
}

.ui-selectmenu-menu .ui-menu{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    max-height: 240px;
}

.ui-selectmenu-text{
    line-height: 35px;
    padding: 0 28px 0 12px;
    margin-right: 0;
}

.ui-selectmenu-text.selectmenu-placeholder{
    font-style: italic;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item{
    line-height: 34px;
    white-space: nowrap;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper{
    padding-right: 28px;
    padding-left: 12px;
}

.filter-title:after,
.ui-selectmenu-icon.ui-icon{
    border-top: 4px solid #4d4d4d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
}

.filter-title.expanded:after,
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon{
    border-bottom: 4px solid #4d4d4d;
    border-top: none;
}

.datepicker-dropdowns .ddlb {
    display: inline-block;
}

/* hide select placeholder item */
.ui-menu-item.ui-state-disabled:first-child{
    display: none;
}


.unit-of-measure{
    display: inline-block;
    vertical-align: middle;
}

.tbx-quantity + .unit-of-measure{
    vertical-align: top;
}

.grid-mode .unit-of-measure{
    margin-left: 8px;
}

.ddlb-uom{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.lbl-uom{
    display: inline-block;
    line-height: 28px;
}


/*          my account          */
.order-info-inside{
    margin-top: 65px;
}

.order-info-inside h3{
    display: inline-block;
    margin-right: 25px;
}

.account-top-actions{
    margin-top: 10px;
}

.account-top-actions .link-customer-service{
    float: right;
    line-height: 34px;
}

.account-name{
    margin: 13px 0 20px;
}

.hyp-account{
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.hyp-account-counter{
    font-weight: bold;
}

.account-info-inside{
    margin-top: 65px;
}

.account-info-inside .sub-title{
    font-weight: bold;
    margin-right: 40px;
}

.account-info-inside .form-row{
    margin-bottom: 0;
}

.account-info-content{
    margin-bottom: 35px;
}

.btn-prospect{
    margin-top: 15px;
}

.tracking-link{
    display:inline-block;
    max-width:145px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    vertical-align: bottom;
}

.tracking-text{
    display:inline-block;
    max-width:150px;
    word-break:break-word;
}

.gvi-orders th,
.gvi-orders td{
    padding-left:5px;
}

.gvi-orders th:first-child,
.gvi-orders td:first-child{
    padding-left:0px;
}

.gvi-orders .col-total-amount,
.gvi-orders .col-outstanding-amount{
    white-space: nowrap;
}

/*          order templates         */
.cell-check-box{
	width: 30px;
}

.templates-action{
    padding-top: 10px;
}

.templates-action .hyp{
    padding-left: 15px;
    margin-left: 15px;
}

.template-header{
    margin-bottom: 10px;
}

.template-header .value{
    font-weight: bold;
}

.gvi-order-details .product-title{
    font-weight: bold;
}

.order-line-cancelled{
    text-decoration: line-through;
}

/*          sub accounts           */
.gvi-sub-accounts{
    margin-top: 35px;
}

.gvi-sub-accounts .col-name{
    text-align: left;
}

.gvi-sub-accounts .status-ok:before{
    content: '\2713';
}

.gvi-sub-accounts .status-faild:before{
    content: '\2715';
}

.gvi-sub-accounts .col-status,
.gvi-sub-accounts .col-limit{
    text-align: center;
}

.gvi-sub-accounts .col-edit,
.gvi-sub-accounts .col-delete{
    text-align: right;
}

.sub-account-holder .form-row{
    line-height: 35px;
}

.sub-account-holder .row-orderauthorizationrules .label{
    display: block;
    width: auto;
}

.sub-account-holder .row-orderauthorizationrules .field{
    display: block;
    width: 80%;
}

.sub-account-holder .add-limit-wrapper{
    margin-top: 10px;
}

.gvi-limits td{
    border: 0 none;
}

.gvi-limits .row-validation-wrapper td{
    padding-top: 0;
    padding-bottom: 0;
}

.gvi-limits .col-delete{
    padding-top: 12px;
    padding-right: 0;
    width: 30px;
}

.btn-edit-sub-account,
.btn-delete-sub-account,
.btn-delete-limit,
.btn-delete{
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-edit-sub-account{
    background-image: url(../files/icons/edit-white.png);
}

.btn-delete-sub-account,
.btn-delete-limit,
.btn-delete{
    background-image: url(../files/icons/clear-white.png);
}

/*          datepicker           */
.ui-datepicker{
    margin-top: 1px;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-title{
    font-weight: bold;
}

.ui-datepicker th{
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
    display: none;
}

.ui-datepicker .ui-datepicker-prev{
    background: url(../files/icons/arrow-previous-light.png) center center no-repeat;
}

.ui-datepicker .ui-datepicker-next{
    background: url(../files/icons/arrow-next-light.png) center center no-repeat;
}

.ui-datepicker .ui-datepicker-today,
.ui-datepicker .ui-datepicker-current-day{
    font-weight: bold;
}

.ui-datepicker td{
    line-height: 1.8em;
}

/*          basket            */
.gvi-basket td{
    vertical-align: top;
}

.gvi-basket th{
    padding-right: 0;
    padding-left: 0;
}

.gvi-basket .inner-row td,
.gvi-wish-list .inner-row td{
    padding: 0 0 15px 0;
}

.gvi-basket .upper-row td,
.gvi-wish-list .upper-row td{
    border-style: dashed;
    padding: 20px 0;
}

.gvi-basket .vertical-line{
    position: relative;
    margin-left: 70px;
    min-height: 50px;
}

.gvi-basket .vertical-line:before{
    border-left-width: 2px;
    border-left-style: solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: -15px;
    left: -125px;
}

.gvi-basket.no-images .vertical-line{
    margin-left: 0;
}

.gvi-basket.no-images .vertical-line:before{
    left: -54px;
}

.gvi-basket .last-in-group .vertical-line:before{
    bottom: 0;
}

.gvi-wish-list .col-first{
    width: 90px;
}

.gvi-basket .col-price{
    width: 90px;
}

.gvi-basket .col-quantity{
    width: 130px;
}

.gvi-basket .col-total{
    width: 95px;
}

.gvi-basket .col-qty{
    text-align: center;
}

.gvi-basket .col-total,
.gvi-wish-list .col-total{
    text-align: right;
}

.gvi-basket .col-total .cell-name{
    display: none;
}

.gvi-basket .col-price,
.gvi-basket .lbl-quantity,
.gvi-basket .product-total{
    line-height: 28px;
}

.product-total{
    white-space: nowrap;
}

.price-node{
    white-space: nowrap;
}

.cell-total-value,
.cell-price-value{
    min-width:60px;
    display:inline-block;
    text-align:right;
}

.gvi-basket .product-img{
    float: left;
}

.gvi-basket .btn-show-hide{
    float: left;
    margin-top: 15px;
}

.hyp-recalculate{
    text-decoration: underline;
}

.hyp-reload{
    text-decoration: underline;
}

.block-actions{
    height: 47px;
    text-align: center;
}

.block-actions .hyp-btn{
    display: inline-block;
    margin: 15px 40px;
}

.gvi-basket .extended-text{
    margin: 7px 0;
}

.id-variant-aria .product-id,
.id-variant-aria .product-variant{
    display: inline-block;
}

.id-variant-aria .product-id{
    width: 35%;
}

.row-state{
    display: none !important;
}

.basket-b2c-mode .gvi-basket .col-first{
    width: 120px;
}

.basket-b2c-mode .gvi-basket .product-img,
.basket-b2c-mode .gvi-basket .hyp-thumbnail{
    height: 84px;
    width: 84px;
}

.basket-b2c-mode .btn-quote + .btn-checkout{
    margin-left: 15px;
}

.basket-b2c-mode .paging-control{
    position: relative;
}

.basket-b2c-mode .paging-control .pagin-total{
    position: absolute;
    left: 0;
    right: 0;
}

.basket-b2b-mode .gvi-basket .col-first{
    width: 65px;
}

.basket-b2b-mode .gvi-basket.no-images .col-first{
    width: 0px;
}

.basket-b2b-mode .gvi-basket.no-images .row-header .col-first{
    width: 65px;
}

.basket-b2b-mode .gvi-basket .product-img,
.basket-b2b-mode .gvi-basket .hyp-thumbnail{
    height: 50px;
    width: 50px;
}

.basket-b2b-mode .panel-header .btn-quote,
.basket-b2b-mode .panel-header .btn-checkout{
    display: none;
}

.checkout-offers{
    margin: 70px 0;
}

.checkout-offers .ui-tabs-nav{
    padding-bottom: 10px;
}

.checkout-offers .list-prices{
    display: block;
    line-height: normal;
    margin-bottom: 4px;
}

.checkout-offers .list-prices .list-price,
.checkout-offers .list-prices .list-price-discount{
    display: block;
}

.basket-details h2{
    margin-bottom: 15px;
}

.sales-agreement-form-wrapper.consumer{
    padding: 0 10px;
}

.sales-agreement-form-wrapper .sales-agreement-action-link:not(:last-child){
    margin-right: 10px;
}

.sales-agreement-form-wrapper.business .sales-agreement-action-link:not(:last-child){
    padding-right: 10px;
    border-right-width: 1px;
    border-right-style: solid;
}

ul.list-totals {
    margin: 30px 0;
}

.list-totals li{
    line-height: 30px;
    clear: both;
}

.list-totals .t-row-total-price{
    padding-top: 7px;
}

.list-totals .total-unit{
    line-height: 1;
}

.list-totals .name{
    float: left;
    max-width:60%;
}

.list-totals .value{
    display: block;
    text-align: right;
    margin-left: 40%;
    white-space: nowrap;
}

.list-totals .total-value,
.list-cart .total-value,
.gvi-totals .cell-price-value
{
    min-width:70px;
    display:inline-block;
}

.basket-buttons{
    margin-bottom: 10px;
}

.basket-buttons .hyp-btn{
    clear: both;
    float: left;
    margin: 13px 0;
}

.basket-action-wrapper{
    margin-bottom: 58px;
}

.basket-action-wrapper .btn-checkout,
.basket-action-wrapper .btn-quote {
    margin-top: 15px;
    width: 100%;
}

.guest-checkout .btn {
    width: 100%;
}

.basket-promo-text-wrapper{
    clear: both;
}

.msg-empty-basket{
    display: none;
}

.basket-empty .msg-empty-basket{
    display: block;
}

.basket-empty .msg-basket-recalculate{
    display: none;
}

.basket-empty .gvi-basket,
.basket-empty .block-actions,
.basket-empty .enter-discount,
.basket-empty .gvi-totals,
.basket-empty .list-totals{
    display: none;
}

.basket-empty .basket-b2c-mode .panel-header{
    display: none;
}

.row-expanded .product-total,
.row-expanded .lbl-quantity{
    visibility: hidden;
}

.add-products-to-compare-wrapper,
.suggestions-wrapper{
    line-height: 1;
    padding-bottom: 10px;
}

.gvi-basket .sales-agreement-line{
    position: relative;
}

.product-description-line{
    margin-top: 10px;
    padding-right: 10px;
    max-width: 300px;
    word-wrap: break-word;
}

.gvi-basket .sales-agreement-line.show-agreement-line-selector{
    padding-bottom: 32px;
}

.gvi-basket .sales-agreement-line .ddlb-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
}

.gvi-basket .ddlb-sales-agreement-lines{
    width: 100%;
}

.gvi-basket .ddlb-sales-agreement-lines .ui-selectmenu-text{
    line-height: 27px;
}

.go-to-sales-agreement,
.sales-agreement-not-used-text{
    margin-right: 5px;
}

.hyp-configure-product:hover {
    text-decoration: underline;
}

.hyp-configure-product:before {
    display: none;
}

.btn-configure-product.btn-disabled,
.hyp-configure-product.btn-disabled {
    pointer-events: auto;
    background: none !important;
    text-decoration: none;
    cursor: default;
}

/*          checkout            */
body:not(.payment-pay-page):not(.invoicepayment-payinvoiceorder-page) .checkout-page-cnt,
.quote-promotion-page-cnt,
.one-page-checkout {
    counter-reset: step;
}

body:not(.payment-pay-page):not(.invoicepayment-payinvoiceorder-page) .checkout-page-cnt .checkout-step-title:before,
.quote-promotion-page-cnt .checkout-step-title:before,
.one-page-checkout .checkout-step h2:before{
    counter-increment: step;
    content: counter(step) '. ';
}

.checkout-page-cnt .wide .h1-holder{
    padding-top: 0;
    margin-bottom: 35px;
}

.checkout-step-title{
    margin-top: 10px;
}

.checkout-step:first-child .checkout-step-title{
    margin-top: 0;
}

a.checkout-step-title{
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 43px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

a.checkout-step-title > span{
    position: relative;
    text-decoration: underline;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a.checkout-step-title:after{
    content: '';
    top: -50%;
    bottom: -50%;
    margin: auto 0;
    right: 3px;
    position:absolute;
    height: 26px;
    line-height: 26px;
    width: 26px;

    background: url(../files/icons/checkout-checkmark.png) no-repeat center center;
}

a.checkout-step-title:hover > span{
    text-decoration: none;
}

.checkout-step{
    padding-top: 20px;
    margin-bottom: 60px;
}

.checkout-step.no-padding{
    padding-top: 0px;
}

.checkout-step .shipping-cost .tooltip-sign{
    display: none;
}

.checkout-text{
    margin-bottom: 10px;
}

.terms-row{
    padding-top: 10px;
    margin-bottom: 12px;
}

.terms-row .terms-text,
.terms-row .terms-text + a{
    vertical-align: middle;
}

.terms-row .chb a:focus{
    text-decoration: underline;
}

.terms-row .chb ins{
    margin-left: 2px;
}

.terms-row .field-validation-error{
    display: inline-block;
}

.terms-row .validation{
    padding-left: 0;
}

.pay-row .btn-back{
    float: left;
    line-height: 45px;
}

.next-inside .btn-back{
    margin-right: 60px;
}

.shipping-choice{
    margin-bottom: 16px;
}

.shipping-choice-content{
    display: none;
    padding-top: 15px;
}

.shipping-choice-description{
    margin-bottom: 15px;
}

.active .shipping-choice-content{
    display: block;
}

.shipping-choice-content .ui-selectmenu-menu{
    max-width: 100%;
}

.gvi-addresses .col-name,
.gvi-addresses .col-address{
    text-align: left;
}

.gvi-addresses .col-name{
    max-width: 280px;
}

.gvi-addresses .col-name.ellipsis{
    white-space: normal;
}

.gvi-addresses .col-address{
    word-break: break-all;
}

.gvi-addresses .col-action{
    text-align: right;
}

.gvi-addresses td.col-name{
    font-weight: bold;
}

.gvi-methods{
    margin-bottom: 20px;
}

.gvi-methods tr{
    line-height: 24px;
}

.gvi-methods td{
    vertical-align: top;
    padding: 12px 15px 12px 0;
}

.gvi-methods th{
    padding: 7px 0;
    text-align: left;
    white-space: normal;
    line-height: 16px;
}

.gvi-methods .col-method-selection{
    width: 1%;
    white-space: nowrap;
}

.gvi-methods .col-method-cost{
    text-align: right;
    padding-right: 5px;
}

.gvi-methods td.col-method-cost{
    width: 1%;
    white-space: nowrap;
}

.gvi-methods .col-method-name {
    min-width: 90px;
}

.gvi-methods .method-title{
    cursor: pointer;
    vertical-align: middle;
    margin-right: 7px;
}

.gvi-methods .rdb{
    margin-top: 0;
    margin-left: -2px;
}

.gvi-methods .radio{
    display: inline-block;
    line-height: 24px;
    vertical-align: bottom;
}

.gvi-methods .cell-price-value{
    min-width: 45px;
}

.gvi-methods .cell-price-value.free-costs{
    font-weight: bold;
    min-width: initial;
}

.gvi-methods .hyp-more{
    text-transform: lowercase;
    vertical-align: middle;
}

.has-pickup-locations.is-selected td{
    border-bottom: none;
    padding-bottom: 5px;
}

.has-pickup-locations.is-selected + .pickup-locations-wrapper .inline-loading-indicator{
    display: block;
    position: static;
    padding: 50px 0;
}

.pickup-locations-wrapper > td{
    padding: 4px 0 12px 2rem;
    vertical-align: middle;
}

.gvi-pickup-locations caption{
    text-align:left;
    padding-bottom: 5px;
}

.gvi-pickup-locations td{
    padding: 5px;
    border: none;
}

.gvi-pickup-locations .radio{
    line-height: inherit;
}

.gvi-pickup-locations .radio .rdb{
    margin-top: -3px;
}

.gvi-pickup-locations .col-pickup-location-description label{
    cursor: pointer;
    line-height: inherit;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.gvi-pickup-locations .col-pickup-location-cost{
    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
}

.method-img{
    cursor: pointer;
    max-height: 24px;
    max-width: none;
    vertical-align: middle;
    font-size: 0px;
}

.weight-value-wrapper{
    margin-bottom: 15px;
}

.weight-value{
    font-weight: bold;
}

.editable-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.editable-header .hyp-edit{
    text-decoration: underline;
}

.cart-summary-header{
    margin-bottom: 28px;
}

.cart-summary-header .hyp-edit{
    padding: 5px 0 0 5px;
}

.list-cart{
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-cart .name{
    float: left;
}

.list-cart .value{
    display: block;
    text-align: right;
    margin-left: 60%;
}

.list-cart .subtotal{
    margin-top: 8px;
    padding-top: 7px;
}

.list-cart .total .name{
    font-weight: bold;
}

.checkout-summary h2{
    margin-bottom: 10px;
}

.checkout-summary .step-billingaddress .editable-header + li,
.checkout-summary .step-shippingaddress .editable-header + li{
    word-break: break-all;
}

.list-step{
    box-sizing: border-box;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.list-step-title{
    font-weight: bold;
    margin-bottom: 5px;
}

.l-service-info,
.checkout-summary{
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 30px;
    margin-top: 30px;
}

.additional-info{
    margin-bottom: 66px;
}

.additional-info h4{
    margin-bottom: 10px;
}

/* START basket overview grid */
.gvi-basket-overview td{
    vertical-align: top;
}

.gvi-basket-overview th.col-first,
.gvi-basket-overview th.col-info{
    padding-left: 0;
}

.gvi-basket-overview th.col-price,
.gvi-basket-overview th.col-discount,
.gvi-basket-overview th.col-uom{
    padding-right: 0;
}

.gvi-basket-overview .col-qty{
    text-align: center;
}

.gvi-basket-overview .upper-row td{
    border-style: dashed;
    padding: 10px 0;
}

.gvi-basket-overview .inner-row td{
    padding: 0 0 10px 0;
}

.gvi-basket-overview td:last-child,
.gvi-basket-overview th:last-child{
    padding-right: 7px;
}

.gvi-basket-overview td.col-first{
    box-sizing: border-box;
    width: 70px;
    padding-right: 5px;
    word-wrap: break-word;
}

.gvi-basket-overview.no-images td.col-first{
    width: 0px;
    padding-right: 0px;
}

.gvi-basket-overview .col-first,
.gvi-basket-overview .col-info{
    text-align: left;
}

.gvi-basket-overview .col-price,
.gvi-basket-overview .col-total,
.gvi-basket-overview .col-discount,
.gvi-basket-overview .col-uom{
    text-align: right;
}

.gvi-basket-overview .product-img,
.gvi-basket-overview .hyp-thumbnail{
    height: 50px;
    width: 50px;
}

.gvi-big-basket.collapsed tbody,
.gvi-big-basket.collapsed .sign-minus,
.gvi-big-basket.expanded .sign-plus{
    display: none;
}

.gvi-big-basket tfoot td{
    padding: 12px 20px;
}

.gvi-big-basket tfoot .cell-value{
    font-weight: bold;
}

.gvi-big-basket .toggle-hyp-inside{
    float: right;
}

.gvi-basket-overview .mobile-btm-footer{
    display: none;
}
/* END basket overview grid */

.checkout-footer{
    clear: both;
}

.checkout-footer .usp{
    margin: 40px 0;
}

/*          totals          */
.enter-discount{
    line-height: 20px;
}

.enter-discount .hyp{
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.tbx-promotion{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 120px;
}

.shipping-cost{
    display: inline-block;
}

.tooltip-sign{
    cursor: pointer;
}

.ui-tooltip{
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 10px;
    line-height: 18px;
    width: 250px;
}





/* FAQ page */
.accordion{
    margin: 20px 0;
}

.accordion-header{
    cursor: pointer;
    padding: 15px 0 15px 40px;
}

.accordion-section{
    display: none;
    padding-left: 40px;
}

.accordion-header .btn-show-hide{
    float: left;
    margin-left: -40px;
}



/* news */
.list-news li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

.news-title{
	font-weight: bold;
	margin-right: 5px;
}

.list-news-header{
	margin: 15px 0;
}

.list-news-header .hyp {
    line-height:18px;
    margin-top:3px;
    margin-bottom:3px;
}

.list-news-header .hyp:before {
    top:8px;
}

.hyp-more{
    font-weight: bold;
}






/* general popup layout */
.ui-widget-overlay{
	opacity: 0.50;
}

.ui-dialog{
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-sizing: border-box;
    padding: 10px 0 25px;
}

.ui-dialog-scroll{
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog-scroll .ui-tabs .ui-tabs-panel{
    padding: 10px 0;
}

.matrices.ui-dialog-scroll .ui-tabs-nav{
    position: static;
    margin-bottom: 0;
}

.matrices.ui-dialog-scroll .ui-tabs-tab .ui-tabs-anchor{
    padding: 10px 30px;
    font-size: 25px;
}

.matrices.ui-dialog-scroll .ui-tabs-tab .ui-tabs-anchor::after{
    left: 30px;
    right: 30px;
    bottom: 7px;
}

.fix-dialog-scroll-helper{
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content{
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 4%;
}

.ui-dialog-titlebar{
    text-align: right;
}

.ui-dialog .ui-dialog-title{
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close{
    border: none;
    background: none;
    text-transform: lowercase;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    height: auto;
    width: auto;
}

.ui-dialog-titlebar-close .ui-icon{
    background: url(../files/icons/close.png);
    float: right;
    margin-top: 2px;
    margin-left: 10px;
    height: 14px;
    width: 11px;
}

.popup-cnt h2{
    margin: 14px 0 24px 0;
}

.popup-cnt .strong-header{
    text-align: center;
    margin-bottom: 30px;
}

.popup-cnt .cnt-column{
    display: table;
    margin: 0 auto;
    min-width: 520px;
}

.popup-cnt .ftr-column{
    text-align: center;
    margin-top: 17px;
    padding: 20px 0;
}

.popup-cnt .ftr-column .btn{
    margin: 0 30px;
}

.popup-ftr{
    text-align: right;
}

.mfp-container{
    padding: 0;
}

.mfp-content{
    height: 100%;
}

.mfp-close{
    font-size: 4em;
}

.popup-placeholder{
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0 auto;
}




/*          Quick order         */
.choose-product{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

-webkit-justify-content: space-between;
	      -ms-flex-pack: justify;
		justify-content: space-between;

    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
		    flex-wrap: wrap;

    padding: 4px 0;
    margin: 29px -10px 0;
}

.choose-product > div{
    display: block;
    padding: 10px 10px 0;
    box-sizing:border-box;
    margin-left:auto;
}

.choose-product .ddlb{
    margin-bottom: 10px;
}

.choose-product .unit-of-measure{
    margin-right: 10px;
}

.choose-product .qo-product-title-box {
    margin-left:0;
    max-width:40%;
}

.choose-components:empty{
    display:none;
}

.choose-components + .qo-quantity-box {
    margin-left:0;
}

.choose-components:empty + .qo-quantity-box {
    margin-left:auto;
}

.qo-quantity-box > div{
    vertical-align:top;
}

.qo-quantity-box .ddlb-uom {
    margin-right:10px;
}

.hyp-qo-title{
    font-weight: bold;
    margin-bottom:10px;
}

.qo-input-area .tbx-search{
    width: 60%;
}

.qo-input-area .ui-autocomplete.ui-menu .ui-menu-item-wrapper{
    min-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn-quick-order-add {
    margin-top:-3px;
    margin-bottom: 5px;
}

/* autocomplete */
.ui-autocomplete{
    overflow-y: auto;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper{
    display: block;
    padding: 0 15px;
}

.ui-autocomplete a:hover{
    text-decoration: none;
}

header .ui-autocomplete{
    width: calc(100% - 2px);
    left: 0 !important;
}

/*
 * jQuery Stick Table Headers - v1.1.2
 * https://github.com/jpchip/stickytable
 */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead {
	box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
	z-index: 100;
	width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-col {
	box-shadow: 0.25em 0 0.1em -0.1em rgba(0,0,0,.125);
}
.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150;
}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* assumes container element has set height... */
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height:100%;
}
/*
 * END jQuery Stick Table Headers - v1.1.2
 */



/****************************************
            Content blocks
****************************************/

.flexi-row > .html-wrapper.fr-view,
.flexi-row .usp,
.flexi-row .banner-content{
    padding-left: 1.85%;
    padding-right: 1.85%;
}

.flexi-row.center > .html-wrapper.fr-view,
.flexi-row.center .usp,
.flexi-row.center .banner-content,
.flexi-row.center .products-flow{
    padding-left: 0;
    padding-right: 0;
}

.flexi-row .products-flow{
    margin-left: 0;
    margin-right: 0;
    padding: 0 calc(1.85% - 10px);
}

.flexi-row.center .products-flow{
    margin-left: -10px;
    margin-right: -10px;
}
/*          our payment          */
.our-methods{
    margin-bottom: 20px;
}

.our-methods img{
    margin: 5px;
    vertical-align: middle;
}

/*          usp         */
.usp .separator-dark{
    display: block;
    height: 39px;
    width: 12px;
}

ul.usp-list{
    display: table;
    margin: 10px 0;
    padding: 20px 0;
    width: 100%;
}

.usp-list .usp-ico{
    margin-right: 8px;
}

.usp-list .usp-ico,
.usp-list .usp-text{
    vertical-align: middle;
}

.usp-list li{
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
}

.usp-list li:first-child{
    text-align: left;
}

.usp-list li:last-child{
    text-align: right;
}

/*          END usp           */

/*          START main banner           */
.banner{
    height: 451px;
    text-align: right;
}

.banner img{
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    position: absolute;
    left: 50%;
    max-width: inherit;
}

.banner-full-width{
    position: absolute;
    left: 0;
    right: 0;
    height: 451px;
    overflow: hidden;
}

.banner-content{
    position: relative;
    padding-top: 160px;
}

.banner h1,
.banner h2{
    text-shadow: 0 3px 2px #000;
}

/*          END main banner           */

/*          START child menu items           */
.flexi-row:not(.center) .flow-category-tiles{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
/*          END child menu items           */

/*          START image tiles           */
.flexi-row:not(.center) .flow-img-tiles.columns-general{
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.flow-img-tiles .column{
    margin-bottom: 20px;
}
/*          END image tiles           */

/****************************************
            END Content blocks
****************************************/

/*          START return           */
.gvi-return-wrapper{
    border-bottom: 1px solid;
    margin-bottom: 35px;
}

.gvi-return-wrapper.is-empty{
    display: none;
}

.gvi-return .upper-row{
    vertical-align: top;
}

.gvi-return .col-item-no,
.gvi-return .col-title{
    text-align: left;
}

.gvi-return .col-checkbox,
.gvi-return .col-order-quantity,
.gvi-return .col-order-max-return-quantity,
.gvi-return .col-order-unit-of-measure-title{
    text-align: center;
}

.gvi-return .col-cost{
    text-align: right;
}

.gvi-return .col-checkbox{
    width: 1%;
}

.gvi-return .return-row-addition{
    padding: 10px 33px 15px;
}

.gvi-return .return-row-info{
    padding: 0 40px;
}

.gvi-return .add-more-products{
    border-top: 2px dotted #eee;
    margin-top: 20px;
    padding-top: 15px;
}

.gvi-return .is-unreturnable{
    opacity: 0.5;
}

.gvi-return .return-row-addition .btn-delete{
    position: absolute;
    right: 0;
}

.gvi-return .chb-text{
    display: none;
}

.gvi-return .col-delete{
    width: 1%;
    padding-right: 0;
}

.gvi-return .product-title{
    font-weight: bold;
}

.product-to-return{
    border-top-width: 2px;
    border-top-style: dotted;
    padding-top: 15px;
    position: relative;
}

/*          START return quick search          */
.quicksearch{
    margin: 20px 0;
}

.quicksearch-search{
    position: relative;
    width: 70%;
}

.quicksearch-result{
    margin: 20px 0;
    padding: 15px 0;
}

.quicksearch-result.is-empty{
    display: none;
}

.quicksearch-autocomplete .ui-menu-item-wrapper{
    min-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.quicksearch-result-title{
    line-height: 28px;
    font-weight: bold;
}

.quicksearch-result .unit-of-measure{
    display: inline-block;
}

.quicksearch-components .ddlb + .ddlb {
    margin-top: 10px;
}
/*          END return quick search           */
/*          END return           */

/* Fix for IOS dropdowns */
.ui-touch-device .opener,
.ui-touch-device .over-summary,
.ui-touch-device .filter-title,
.ui-touch-device .accordion-header,
.ui-touch-device .facet .hdr{
    cursor: pointer;
}

/*          START unavailable page           */
.unavailable-page .site{
    padding-top: 0 !important;
}

.unavailable-page .content{
    min-height: initial !important;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.unavailable-page-text{
    margin: 25px 0;
}

.unavailable-page .center{
    max-width: 650px;
}

.unavailable-page header{
    display: none;
}

.unavailable-page .logo{
    text-align: center;
    padding-bottom: 15px;
}

.unavailable-page footer{
    display: none;
}
/*          END unavailable page           */

/*          START one page checkout           */
.one-page-checkout .gvi-addresses .col-name{
    max-width: 130px;
}
.one-page-checkout .gvi-methods{
    width: 100%;
}

.one-page-checkout .checkout-step:last-child .form-holder{
    padding-top: 0;
}

.one-page-checkout .service-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -3.8%;
}

.service-info-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 40px;
    margin: 60px 0;
}

.service-info-image{
    vertical-align: middle;
}

.service-info-text{
    text-transform: uppercase;
    padding-left: 5px;
    vertical-align: middle;
}

.service-info-separator{
    height: 39px;
}

.one-page-checkout .our-methods{
    box-sizing: border-box;
    flex: 1;
    padding: 0 3.7%;
}

.one-page-checkout .our-methods:not(:first-child){
    border-left-width: 1px;
    border-left-style: solid;
}

.one-page-checkout .checkout-summary{
    margin-top: 0;
}

.one-page-checkout .checkout-step{
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
}

.one-page-checkout .checkout-step.focused:not(.order-overview-section):before,
.one-page-checkout .checkout-step:hover:not(.order-overview-section):before{
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    z-index: -1;

    border-radius: 5px;

    background: #fcfcfc;
    border: 1px solid #e6e6e6;
}

#SubmitOrder.checkout-step:before{
    display: none;
}

.one-page-checkout .checkout-step-content{
    transition: all 250ms linear;
}

.one-page-checkout .inline-loading-indicator{
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.one-page-checkout .hidden .inline-loading-indicator{
    display: block;
}

.one-page-checkout .hidden .checkout-step-content{
    opacity: 0;
}

.one-page-checkout .hidden::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.one-page-checkout .msg-block-alert{
    margin: 0;
}

.one-page-checkout .columns-general.compressed{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.one-page-checkout .column{
    width: auto;
    display: block;
    height: auto;
    position: relative;
}

.one-page-checkout .column:first-child{
    padding-top: 9px;
}

.one-page-checkout .column55{
    width: 55%;
    padding-right: 0;
}

.one-page-checkout .sticky-wrapper{
    padding: 1px 0; /* !!! adding "block borders" for proper height calculation of columns (includes margins of children elements) */
    position: relative;
    box-sizing: border-box;
    z-index: 3;
}

/*          END one step checkout page           */

/*          Compare functionality               */
.compare-selector-lbl{
    vertical-align: middle;
    cursor: pointer;
}

.details-info .product-compare-selector{
    border-top-width: 1px;
    border-top-style: solid;
}

.product-compare-selector .ui-tooltip{
    text-align: left;
}

.show-differences-wrp{
    padding: 0 5px 0 0;
}

.show-differences-wrp label{
    cursor: pointer;
}

.product-compare-row{
    margin-top: 20px;
}

/* compare popup */
.compare-popup{
    border: 1px solid #adb6be;
    background: #fff;
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 2px;
    width: 310px;
    max-width: 100%;
    z-index: 2;
    box-sizing: border-box;
}

.compare-popup-header{
    background: grey;
    color: #fefefe;
    margin: -1px -1px 0;
    padding: 6px 28px 6px 18px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 2px 2px 0 0;
    position: relative;
    cursor: pointer;

    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.compare-wrp{
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.compare-popup-toggled .compare-popup-header:after{
    transform: rotate(180deg);
}

.compare-popup-header:after{
    content: '';
    background: url(../files/icons/btn-arrow-down.png) no-repeat center center;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
}

.compare-popup-content{
    min-height: 0;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
}

.compare-popup-footer{
    padding: 5px 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.compare-popup-toggled .compare-popup-content,
.compare-popup-toggled .compare-popup-footer{
    display: none;
}

.compare-popup-footer .btn{
    margin-top: 5px;
    margin-bottom: 5px;
}

.compare-list{
    padding: 10px 18px 5px 20px;
    line-height: 21px;
    margin: 0;
    counter-reset: order;
}

.compare-item{
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    padding: 4px 20px 4px 0;
    position: relative;
}

.compare-link{
    margin-right: auto;
    width: 100%;
    word-wrap: break-word;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.compare-link:hover .compare-title{
    text-decoration: underline;
}

.compare-link-thumbnail{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-title {
    width: calc(100% - 50px);
}

.compare-link-img{
    display: block;
    max-height: 100%;
    flex: 1;
}

.compare-remove{
    border: none;
    cursor: pointer;
    background: url(../files/icons/compare-remove.png) no-repeat center center transparent;
    background-size: contain;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0px;
    padding: 0;
}

.compare-remove:hover{
    opacity: 0.75;
}

.btn-compare-clear{
    margin-right: 15px;
}

.btn-compare-open{
    padding-right: 30px;
}

.btn-compare-open:after{
    height: 29px;
}

.btn-compare-open:after,
.btn-compare-open .btn-cnt:after{
    display: block;
}

.actions-section{
    border-bottom: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 2px;
}

.actions-section .chb-text,
.actions-section .hyp-btn{
    vertical-align: middle;
}

.actions-section .hyp-btn:before{
    display: none;
}

.actions-section .clear-container{
    margin-bottom: 1px;
}

.actions-section,
.reviews-section{
    margin: 0 0 15px 0;
}

.num-switch{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
}

.num-switch-next,
.num-switch-prev{
    transform: translateY(0);
    animation: 0.25s ease-out 0s;
    animation-name: slideUp;
    animation-fill-mode: forwards;
}

.num-switch[data-invert] > span{
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

.num-switch[data-invert] .num-switch-prev{
    order: 2;
}

.num-switch[data-invert] .num-switch-next{
    order: 1;
}

.num-switch[data-stop] > span{
    animation-delay: -0.25s;
    animation-duration: 0s;
}

@keyframes slideUp{
    0%  {transform: translateY(0)}
    100%{transform: translateY(-100%)}
}

/**/

/* compare page */
.productcompare-index-page .content{
    overflow: hidden;
}

.compare-content{
    margin: 10px 0 30px;
}

#productComparePage,
.compare-rails{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.compare-rails{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.compare-rails::after,
.compare-rails::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: white;
    width: 1px;
}

.compare-rails::before{
    left: 0;
}

.compare-rails::after{
    right: 0;
}

.compare-row{
    display: flex;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.compare-column{
    width: 25%;
    max-width: 25%;
    flex: 1 0 25%;
    box-sizing: border-box;
}

[data-prod-amount="1"] .compare-column{
    max-width: 100%;
    flex-basis: 100%;
}

[data-prod-amount="2"] .compare-column{
    max-width: 50%;
    flex-basis: 50%;
}

[data-prod-amount="3"] .compare-column{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
}

.product-tiles-section .compare-column:first-child:last-child{
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-row,
.specification-row{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transform: translate3d(0,0,0);
    will-change: transform;
    user-select: none;
}

.reviews-value,
.specification-value{
    border: 1px solid grey;
    border-right: none;
    background: #f6f6f6;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 5px 10px;
}

.reviews-value:first-child,
.specification-value:first-child{
    border-left: transparent !important;
}

.specification-title{
    padding: 5px 0;
}

.product-tiles-section{
    background: #fff;
    z-index: 2;
    position: relative;
}

.product-tiles-section .product-tile .product-info{
    width: 100%;
    height: 100%;
}

.product-tiles-section .product-tile{
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2px 10px;
}

.product-tiles-section .product-img{
    float: none;
    padding: 12px 0 0;
    width: auto;
}

.product-tiles-section .product-img .hyp-thumbnail{
    display: block;
    height: 180px;
    width: 100%;
}

.compare-tiles-wrp .thumbnail-box{
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.compare-btn{
    top: 120px;
    z-index: 2;
    display: none;
}

.with-buttons .compare-btn{
    display: block;
}

.compare-btn.slick-prev{
    left: -11px;
}

.compare-btn.slick-next{
    right: -11px;
}

.with-swipable .compare-btn{
    display: block;
}

.compared-product-tile .product-action{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

.product-tile.compared-product-tile .product-id + .stock-indication{
    margin: 0;
    padding: 0;
    border: none;
}

.compared-product-tile .prices{
    width: 100%;
}

.compare-tiles-wrp .product-img{
    padding: 0 10px 5px;
}

.compare-tiles-wrp .btn-remove{
    background: url(../files/icons/compare-remove.png) no-repeat center center transparent;
    background-size: contain;
    border: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -18px;
    top: 10px;
}

.compare-tiles-wrp .btn-remove:hover{
    opacity: 0.75;
}


/* compare sticky functionality */
.ui-touch-device .product-tiles-section.is-fixed{
    width: 100vw;
}

.has-sticky{
    border-bottom: 1px solid grey;
}

.has-sticky.is-sticky{
    position: fixed;
    max-width: 100%;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 2;
}

.has-sticky.is-fixed{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100vw - 17px);
    transform: translateX(-50%);
}

.has-sticky .product-tile .product-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.has-sticky .product-tile .product-description{
    margin-bottom: 7px;
    word-wrap: break-word;
    box-sizing: border-box;
}

.has-sticky .compared-product-tile .prices {
    line-height: 1.2;
}

.has-sticky .compared-product-tile .prices:before {
    content:'';
    float: right;
    width:54px;
    height:20px;
}

.has-sticky .product-tile .product-description {
    padding-right: 54px;
}

.has-sticky.product-tiles-section .product-tile{
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.has-sticky .product-action{
    width: 100%;
}

.has-sticky.product-tiles-section .product-img{
    position: absolute;
    right: 0;
    padding: 0;
}

.has-sticky.product-tiles-section .product-img .hyp-thumbnail{
    width: 50px;
    height: 50px;
}

.has-sticky .compare-tiles-wrp{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4%;
    position: relative;
}

.has-sticky .compare-column{
    border-left: 1px solid gray;
    padding: 5px 10px;
}

.has-sticky .compare-column:first-child{
    border-left-color: transparent;
}

.has-sticky .compare-btn.slick-prev{
    left: 4%;
    top: 50%;
    margin-left: -11px;
}

.has-sticky .compare-btn.slick-next{
    right: 4%;
    top: 50%;
    margin-right: -11px;
}

.has-sticky .product-id,
.has-sticky .stock-indication{
    display: none;
}

.has-sticky .compare-tiles-wrp .btn-remove{
    display: none;
}
/**/
/*   END    Compare functionality               */

/*          START product configurator          */

#product_configurator_cnt {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 61px) !important;
}

#product_configurator_cnt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*          END product configurator          */

/* Custom Algemene styling */





/* Custom Flexi Tiles styling */

.columns-general.tile-row.ecb-flexi-tiles {
	margin: 0px -1%;
	width: 102%;
}
.col-6.flex-tile-block {
	width: 48%;
}
.content-header .center {
	padding-top: 0;
}

.aside-links .hyp-account:hover {
	text-decoration: none;
}

@media (min-width: 1240px) {
	header.sticky-mode .header-blocks-wrapper, header.sticky-mode nav {
		width: 1200px !important;
	}
}
.breadcrumbs .arrow-blue, .breadcrumbs .arrow-grey, .breadcrumbs .arrow-black, .breadcrumbs .arrow-red {
	padding-left: 25px;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
ul.nav-list.nav-list-sub {
	display: none !important;
} 
.combined-header {
	margin-top: 0;
}

.site {
	box-shadow: 0 0 8px #d8dadb;
}

.aanbiedingen .columns-general {
	margin: 0 -1%;
	width: 102%;
	padding: 8px 0;
}
.aanbiedingen .columns-general > .column {
	padding: 0 1%;
}

.ecb-flexi-tiles .flex-tile-block .text-block {
	padding: 0 10px;
	box-sizing: border-box;
	word-break: inherit;
}
.ecb-flexi-tiles .flex-tile-block .text-block .flexi-tile-header {
    font-size: 18px;
    font-weight: 500;
	color: #2e2e2e;
}

.tile-row [class^="col"] {
	float: left;
	margin: 0 1% 8px 0;
	min-height: 2px;
}
.col-6.flex-tile-block {
	width: 49%;
}



h3 {
	margin-bottom: 5px;
}


.wide .page-content .center {
	padding: 0;
}

.lSSlideOuter {
	background-color: #fff;
	border: 1px solid #eaeaea;
}



.sana-cookiebar-description {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}
.sana-cookiebar.is-bottom {
	left: 0;
}
.sana-cookiebar {
	background-color: #d8d8d8;
	padding: 10px 0;
}
.site {
	padding-bottom: 0 !important;
}
.aanbiedingen, .klantenservice, .over-verploegen, .catalogus {
	padding-bottom: 50px;
}

h4, .font-h4 {
	font-family: Roboto, sans-serif !important;
	font-weight: 500;
}

.shop-title {
	padding: 5px 20px;
	background-color: #cc0605;
	color: #fff;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
	position: absolute;
	left: -10px;
	bottom: 20px;
}

.shop-location-image {
	position: relative;
}

.bold {
	font-weight: 500;
}

.top-5 {
	margin-top: 5px;
}
.bottom-5 {
	margin-bottom: 5px;
}

.top-10 {
	margin-top: 10px;
}
.bottom-10 {
	margin-bottom: 10px;
}

.shop-location-info {
	padding: 10px 20px 0;
}
.shop-location {
	background-color: #fff;
	border: 1px solid #eaeaea;
}

.home .flow-img-tiles .column {
	padding: 0 .75%;
}
.home .flow-img-tiles {
	table-layout: fixed;
	margin: 0 -.7%;
	width: 101.5%;
}
.shop-location-info .fas {
	width: 17px;
}
.shop-location-info a:hover {
	text-decoration: none;
	margin-left: 5px;
}
.shop-location-info a {
	transition-duration: .2s;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.h4-padding-home {
	padding: 20px 0 5px;
}
.home .flow-img-tiles.imageTiles img {
	border: 1px solid #eaeaea;
	padding: 2px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.home .shop-location img {
	border: none;
}
.profile-index-page .node-image img, .veelgestelde-vragen .node-image img, .over-verploegen .node-image img, .klantenservice .node-image img {
	padding: 10px;
}



.vacancy-tile {
	background-color: #fff;
	border: 1px solid #eaeaea;
}	
.vacatures .column {
	box-sizing: border-box;
	display: table-cell;
	padding: 0 .75%;
	height: 100%;
	outline: none;
	vertical-align: top;
}
.vacatures .flow-img-tiles {
	margin: 0 -.5%;
	width: 101.5%;
}
.vacatures .bold {
	margin-bottom: 10px
}
.clock:before, .marker:before, .phone:before, .email:before, .whatsapp:before {
	line-height: 22px;
	font-size: 18px;
	margin-right: 5px;
	width: 20px;	
	display: inline-block;
	text-align: center;
}
.clock:before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
}
.marker:before {
	content: "\f3c5";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.whatsapp:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f232";
	font-weight: 400;
}
.email:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 400;
}
.phone:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: 900;
}

.banner-link.col-4 {
	text-align: right;
}
.simple-banner .col-12 {
	display: block;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	display: table;
	padding: 30px 25px 25px 35px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
@media only screen and (min-width: 720px) {
	.banner-link.col-4 {
		width: 35.33%;	
		padding-top: 2px;
	}
}
.banner-title {
	margin-bottom: 7px;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1;
	font-family: PT Sans, sans-serif;
}
.banner-subtitle {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
}
.list-totals .total-unit {
	display: none;
}

.row-under-columns.column20 {
	padding-left: 0;
	float: left;
	text-align: right;
}
.column.column35 {
	width: 35%;
}
.column.column45 {
	width: 45%;
}

.sticky-rails {
	background: #e4e3e3;
	border-color: #c1c1c1;
}







/* 
	Document layout					| Verploegen ICT

	##. Chapter name				| Name in SANA/ ^comment				| Filename (class page)

	01. General styling				| *										| *
	----------------------------------------------------------------------------------------------------------------------
	----------------------------------------------------------------------------------------------------------------------
	02. Dashboard					| Account Dashboard						| profile-index-page
	03. Gegevens aanpassen			| Bekijk hier uw bedrijfsgegevens		| profile-edit-page
	04. Wachtwoord aanpassen		| Wachtwoord veranderen					| profile-changepassword-page
	05. Orders						| Mijn orders							| orders-index-page
	06. Offertes					| Mijn offertes							| orders-quotes-page
	07. Facturen					| Mijn facturen							| orders-invoices-page
	08. Retouraanvragen				| Mijn RMA aanvragen					| orders-returnorders-page
	09. Retourontvangsten			| Mijn Ontvangstbewijzen ^IRZ			| orders-returnreceipts-page 
	10. Creditnota's				| Mijn credit nota's					| orders-creditnotes-page
	11. Pakbonnen					| Mijn zendingen						| orders-shipments-page
	12. Bestellijsten				| Mijn ordertemplates					| ordertemplates-ordertemplates-page
	13. Contactpersonen				| Sub-accounts beheren					| profile-subaccounts-page
	14. Authorisaties				| Authorisaties							| orders-authorizationhistory-page
	----------------------------------------------------------------------------------------------------------------------
	15. Detailpagina				| ^Alle documenten						| orders-details-page
	16. Tabellen					| ^Alle tabellen						| gvi-orders
	----------------------------------------------------------------------------------------------------------------------
	----------------------------------------------------------------------------------------------------------------------
	17. Buttons						| *										| *
	18. Sidebar						| *										| *
	18. Delivery					| ^Homepage								| *
	19. Delivery					| *										| *
	20. Scrollbar					| *										| *
	21. Header						| *										| *
	22. Page title bar				| *										| *
	23. Forms						| *										| *
	24. Footer						| *										| *
	25. News						| *										| *
	26. FAQ							| *										| *
	27. Popup						| *										| *
	28. Brands						| ^Onze merken							| *
	29. Downloads					| *										| *
	30. Shop locaion				| ^Onze vestigingen						| *
	----------------------------------------------------------------------------------------------------------------------
	----------------------------------------------------------------------------------------------------------------------
	XX. Catalog						| *										| *
	XX. Product page				| *										| *
	XX. Basket/ Cart				| *										| *
	XX. Search						| *										| *

*/

/*
	Style from web.verploegen.nl

	input#MobilePhoneNo.loading {
		background: none;
	}

	button.btn.btn-action.btn-promote-to-order {
		margin-top: 18px;
	}

	.home .banner-content h4, .home .banner-content h1 {
		color: #fff !important;
	}

	.home .flexi-row.center:first-child {
		padding: 0 !important;
	}

	.templates-action {
		width: 100%;
	}

	.basket-details a.btn-quote, #basketPage a.btn-quote {
	   display: none !important;
	}

	.templates-action a {
		float: right;
		margin-right: 5px;
	}

	.columns-general {
		 margin: 0 -1%;
		 width: 102%;
	}

	.columns-general > .column {
		padding: 0 1%;
	}

	.orders-extendedinvoices-page .col.sorting_2, .orders-extendedinvoices-page .sorting_desc {
		display: none;
	}

	  .basket-action-wrapper.guest-checkout .wrapper {display: none;}
	  #forgotPasswordPage .msg-block-error.quote-is-expired-message {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}

	.allowReturn {
		display: none !important;
	}

	@media screen and (max-width: 639px)  {
	.list-prices span.list-price.font-smaller::before {
		content: "Bruto:";
		font-size: 10px;
	}
	.home .columns-general.flow-img-tiles .column {
		width: 50%;
		float: left;
		margin-bottom: 0 !important;
		padding-right: 2% !important;
	}
	table.dataTable tbody tr {
		background-color: #fff; 
	}
	}

	.content .home .flexi-tile-header {
		min-height: 25px;
	}
	.home .bg-white {
	  display: none;  
	}
	.content .home .text-block {
		width: 100%;
	}

	.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block {
		height: auto !important;
	}

	@media screen and (max-width: 680px) {
		.content .home .columns-general.tile-row.ecb-flexi-tiles {
		   margin-top: 30px;
		}
		.content .home .flexi-tile-header {
			min-height: 0;
		}
		.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block {
			height: auto !important;
			margin-bottom: -20px;
		}
		.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block td {
			font-size: 13px;
		}
	.orders-extendedshipments-page #example .col-order-id.sorting_2::before {
			content: "Pakbonnummer";
		}
		.orders-extendedquotes-page #example .col-order-id.sorting_2::before {
			content: "Offertenummer";
		}
		.orders-extendedinvoices-page #example .col-order-id.sorting_2::before {
			content: "Factuurnummer";
		}
		.orders-extendedcreditnotes-page #example .col-order-id.sorting_2::before {
			content: "Creditnummer";
		}
	}
	.nav-is-opened nav .customer-info-details a {
		width: 100% !important;
		text-align: left !important;
	}
	.nav-is-opened nav .customer-info-details .fas, 
	.nav-is-opened nav .customer-info-details .fab, 
	.nav-is-opened nav .customer-info-details .far {
		width: 20px;
		text-align: center;
	}

	#UserName, #GeneralEmail, #LoginData_UserName, #OwnerEmail, #Email, .col-email {
		text-transform: lowercase;
	}

	a.btn.btn-quote, #btnOrdertemplateDownloadPrint {
		display: none;
	}

	.home .columns-general.tile-row.ecb-flexi-tiles .col-4 {
		width: 32.33%;
	}
	.home .columns-general.tile-row.ecb-flexi-tiles .col-4 .ecb-flexi-tiles .flex-tile-block .text-block {
		width: 100%;
	}

	.home .ecb-flexi-tiles .flex-tile-block .text-block .flexi-tile-header {
		font-size: 22px;
	}

	@media screen and (max-width: 639px) {
	.mobile-hide {
		display: none;
	}
	#outStockMobileOnly {
		display: none;
	}
	.home .columns-general.tile-row.ecb-flexi-tiles .col-4 {
		width: 100%;
	}
	.shipping-default label, .shipping-selected label {
		min-height: 40px;
	}
	.checkout-step .btn .btn-cnt {
		font-size: 14px;
	}
	}

	span#addToOrderTemplatePopup, .btnAddToOrderTemplate {
		display: none !important;
	}

	.carousel-image-m-wrapper img {
		min-width: 100%;
	}

	.panel .panel-header div.online-status .status-text {
	  display: none !important;
	}

	#basketModalPopup .product-tile .product-img {
		max-height: 60px;
		overflow: hidden;
	}

	.contact-productlistpage {
		width: 100%;
		box-sizing: border-box;
	}

	@media screen and (max-width: 639px) {
	a.hyp.hyp-remove.btn.btn-basket-red.btn-small.no-caption.btn-delete-sub-account:after {
		content: "\f2ed";
		font-weight: 400;
	}
	.sitemap-nav ul li .hyp {
		font-size: 16px;
	}
	.sitemap-nav li ul li .hyp.contactemail, .sitemap-nav li ul li .hyp.contacttel, .sitemap-nav li ul li .hyp.contactwhatsapp {
		line-height: 24px;
	}
	.footer-nav .hyp {
		display: block;
		font-size: 16px;
		line-height: 30px;
	}
	.column.footer-nav {
		width: 100%;
	}
	.column.copyright, .footer-nav {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.column.footer-nav {
		margin-bottom: 40px;
	}
	.carousel-image-m-wrapper img {
		box-sizing: border-box;
	}
	}

	.postedproductlines-index-page .order-filters .filter-row.date {
		display: inherit !important;
	}

	.product-details-page .carousel-image-m-wrapper img {
		padding: 20px;
	}

	#btnSaveClientQuote {
		display: none;
	}

	.dataTables_wrapper .dataTables_filter {
		float: left;
		text-align: left;
	}

	#contactpersonen_filter {
		width: 100%;
	}

	.btnDownload input, .btnUpdate input, .btnAddToBasket input {
		cursor: pointer;
	}
	.btnDownload input:hover, .btnUpdate input:hover, .btnAddToBasket input:hover {
		color: #000;
	}

	.counter .warning .count {
		background-color: #cc0605;
		color: #fff;
	}

	.shipping-choice label.radio {
		display: block;
		padding: 2px 0;
		cursor: pointer;
	}

	.columns-general > .custom-node-column {
		padding: 0 .75%;
	}

	.content .home .columns-general.tile-row.ecb-flexi-tiles {
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.content .home .text-block {
		width: 100%;
		border: 1px solid #d1d1d1;
		padding: 25px 25px 10px;
		background: #e8f0fe;
		display: block;
	}

	.content .home .col-12 {
		width: 100%;
	}

	@media screen and (max-width: 639px) {
	.content .home .text-block {
		width: 100%;
		border: 1px solid #d1d1d1;
		padding: 10px;
		background: #e8f0fe;
		display: block;
		margin-top: 15px;
	}

	.feestdagen td {
	font-size: 12px;
	}
	}
	.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child {
		pointer-events: none;
	}

	.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child .node-image {
		opacity: 0.5;
	}

	.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child .node-title {
		opacity: 0.5;
	}
*/

.msg-block-info.quote-is-expired-message.active-shopaccount {
	display: none;
}

.details-info .comparediv {
	display: inline-block;
	margin: 0 0 10px 0;
	width: 100%;
}

.details-info .product-compare-selector {
	border-top-width: 0;
}

/*span.availableQuantity {
	display: inline-block;
	padding-left: 25px;
	width: 100%;
}
*/
input#MobilePhoneNo.loading {
	background: none;
}

/*
*/

.btn.pt-4 {
	padding-top: 4px;
}

.noOrdering {
	filter: grayscale(1);
	pointer-events: none;
	opacity: .3;
}

.GuestQuoteDesktop h3 {
	margin-top: 0;
	margin-left: 5px;
	width: auto;
	display: inline-block;
}

#isAllProductsInStockPopup .btn.btn-cancel.btn-close-dialog {
	margin-right: 10px;
	line-height: 34px;
}

.btn.btn-big.hyp-recalculate {
	margin-top: 15px;
	font-size: 13px;
	display: block;
}

.title-text {
	width: 100%;
}

.gvi-methods-shipping .fas {
	margin-right: 5px;
}

.col-12.customShippingAddressData {
	width: 100%;
	padding-top: 15px;
	display: inline-block;
}

.shipping-choice-content.shipping-choice-content-custom {
	padding-top: 0;
	width: 100%;
}

.shipping-choice-content.shipping-choice-content-custom .form-row {
    margin-bottom: 0;
}

.ib-100 {
	display: inline-block;
	width: 100%;
}

.col-12.customShippingAddressData h4 {
	margin-bottom: 5px;
}

.w-100 {
	width: 100%;
}

.p-0 {
	padding: 0;
}

.db {
	display: block;
}

.PricesOverview {
	margin-top: 25px;
}

.table .w-15 {
	font-weight: 500;
	font-size: 15px;
}

.GuestQuoteDesktop table {
	display: table;
	width: 100%
}

.ShowProducts {
	width: auto;
	display: inline-block;
}

.guestContact {
	margin-bottom: 15px
}

.customer-info-details .block {
	display: block;
}

.basketLinkes {
	width: 125px;
	text-align: right;
}

.breadcrumbs.font-smaller {
	margin-top: 5px;
}

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-content {
	overflow: hidden;
	padding: 0;
}

/* 01. General styling */
h1, .font-h1, h2, .font-h2, h3, .font-h3, h4, .font-h4 {
	text-transform: none;
	font-weight: 600;
}
.h1-holder h1 {
	color: #1a489C;
	letter-spacing: 1px;
}
h5 {
	font-size: 1.1em;
	font-weight: 500;
	margin: 0 0 5px;
}
.span-full {
	display: block;
}
.span-half {
	display: block;
	width: 50%;
	float: left;
}
.over-summary-lbl {
	display: none;
}

.ecb-flexi-tiles .flex-tile-block .text-block .flexi-tile-header {
	font-size: 16px;
	font-weight: 500;
	color: #2e2e2e;
}
.bottom-header ul.nav-list.nav-list-root {
	width: 100%;
}
.sticky-mode .bottom-header ul.nav-list.nav-list-root {
	width: 250px;
}
.columns-general.compact {
	width: 104.4%;
	margin: 0 -2.2% 50px;
}
.btn-scroll-top {
	right: 20px;
	bottom: 20px;
}
.over-verploegen .simple-banner .col-12 {
	width: 96%;
	margin: 0 2%;
}
.banner-title {
	color: #000;
}
.h4-padding-home {
	padding: 20px 0 0;
	font-weight: 500;
	font-size: 18px;
}
.h4-padding-home:before {
}

.h4-padding-home:after {
}

/* 02. Dashboard | Account Dashboard | profile-index-page */
.account-top-actions, .account-name {
	display: none;
}
.full {
	width: 100% !important;
	display: block !important;
}

.account-info-inside {
	margin-top: 25px;
}
.account-info-inside h3 {
	margin-bottom: 5px;
}
.todo-info-inside h3 {
	margin-top: 5px;
}

/*
.profile-index-page .profile-page-cnt {
	display: none;
}
*/
/* 03. Gegevens aanpassen | Bekijk hier uw bedrijfsgegevens | profile-edit-page */


/* 04. Wachtwoord aanpassen | Wachtwoord veranderen | profile-changepassword-page */


/* 05. Orders | Mijn orders | orders-index-page */
.order-filter .order-info-inside {
	margin-top: 30px;
}
.order-filter .form-holder {
	padding-top: 0;
}
.order-filter .form-row .label {
	display: block;
	width: 100%;
}
.order-filter .form-row .field {
	display: block;
	width: 100%;
}
.order-filter .tbx.tbx-date {
	width: 100%;
	box-sizing: border-box;
	padding-right: 25%;
}
.order-filter .column.col-50 {
	width: 50%;
	display: block;
	float: left;
	height: auto;
}
.order-filter .row-under-columns.col-100.apply-filter {
	width: 100%;
	display: block;
	float: left;
	padding-left: 0;
	box-sizing: border-box;
	padding: 10px 1.85% 0;
}
.orders {
	margin: 30px 0 0;
}
.form-holder.order-filter {
	padding: 10px 20px 0 !important;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	display: inline-block;
}
.order-filter .date .form-row.row-passed {
	width: 45%;
	float: left;
	margin-right: 0;
}
.order-filter .date .from.form-row.row-passed {
	margin-right: 10%;
}
.basket-summary, .basket-loading {
	margin-top: 6px;
}
.over-summary, #basketModalPopup .border-horizontal {
	border: none;
}

/* 06. Offertes | Mijn offertes | orders-quotes-page */


/* 07. Facturen | Mijn facturen | orders-invoices-page */


/* 08. Retouraanvragen | Mijn RMA aanvragen | orders-returnorders-page */


/* 09. Retourontvangsten | Mijn Ontvangstbewijzen ^IRZ | orders-returnreceipts-page */


/* 10. Creditnota's | Mijn credit nota's | orders-creditnotes-page */


/* 11. Pakbonnen | Mijn zendingen | orders-shipments-page */


/* 12. Bestellijsten | Mijn ordertemplates | ordertemplates-ordertemplates-page */


/* 13. Contactpersonen | Sub-accounts beheren | profile-subaccounts-page */


/* 14. Authorisaties | Authorisaties | orders-authorizationhistory-page */


/* 15. Detailpagina | ^Alle documenten | orders-details-page */


/* 16. Tabellen | ^Alle tabellen | * */
.gvi thead th {
	border-bottom: 1px solid #808080 !important;
}
.gvi tbody tr {
	border-color: #dedede;
}
.profile-page-cnt .gvi tbody tr {
	border: 1px solid #dedede;
}
.gvi-orders tbody tr:nth-child(even) {
	background-color: #FFF;
}
.gvi-orders tbody tr:hover {
	background-color: #d8d8d8;
}
.gvi-orders tbody tr:nth-child(even) td, .gvi-orders tbody tr:nth-child(odd) td {
	vertical-align: middle;
}
.gvi-orders tbody tr:nth-child(even) td:last-child, .gvi-orders tbody tr:nth-child(odd) td:last-child, .gvi-orders .col-total-amount, .gvi-orders th.col-total-amount, .gvi-orders th.col-outstanding-amount, .gvi-orders .col-outstanding-amount, td.col-total-outstandingamount {
	text-align: right;
}
.gvi-orders .col-order-id, .gvi-orders .col-document-date, .gvi-orders .col-bill-to-name, .gvi-orders .col-total-amount, .gvi-orders .col-status, .gvi-orders .col-document-id, .gvi-orders .col-ship-to-name, .gvi-orders .col-due-date, .gvi-orders .col-outstanding-amount {
	padding: 15px;
}
.gvi-orders th:first-child, .gvi-orders td:first-child {
	padding-left: 15px;
}
.gvi-orders th {
	padding: 5px 10px !important;
	border-color: #808080 !important;
	font-size: 13px;
	color: #808080;
}
.gvi-orders tr td {
	padding: 10px !important;
}
.gvi-orders {
	margin-bottom: 10px;
}

/* 17. Buttons | * | * */
.btn, input {
	border-width: 0;
	text-shadow: none;
	border-radius: 0;
}
.btn:after {
    content: none;
    display: none;
}
.btn-big {
	padding: 0 30px;
}
.btn {
	padding: 0 20px;
}
.row-btn-add .btn-add-to-basket:after {
	display: none;
}
.row-btn-add .btn-add-to-basket:hover {
	text-decoration: none;
}
#productPage .tbx-quantity input {
	height: 45px;
	font-size: 16px;
}
#productPage .ui-spinner-button {
	position: absolute;
	top: 0;
	height: 45px;
	width: 45px;
}
#productPage .tbx-quantity {
	display: inline-block;
	width: 65px;
	margin: 0 35px;
	vertical-align: middle;
}
#productPage .form-row.row-quantity.row-passed {
	width: 150px;
	float: left;
	display: block;
}
.center .no-aside .details-info {
	padding-top: 25px;
}
/* Add to wishlist */
.hyp-add-to-wishlist:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(../files/verploegen/buttons/add-to-wishlist.png) center center no-repeat;
	background-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}
.hyp-add-to-wishlist {
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.hyp-add-to-wishlist:hover {
	text-decoration: none;
	color: #333;
}

/* 18. Sidebar | * | * */
.sidebar a, .aside-links a {
	display: block;
	text-decoration: none;
	transition: .2s;
	color: #1f7bc9;
	width: 100%;
	padding: 1px 0;
	font-size: 13px;
}
.sidebar a:hover, .aside-links a:not(.main-item):hover {
	color: #333;
	margin-left: 5px;
}
.sidebar a:first-child {
	display: block;
    border-bottom: none;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
	pointer-events: none;
}
.sidebar:not(:first-child) {
	margin-top: 20px;
	display: inline-block;
}
.sidebar:first-child {
	display: inline-block;
}
.column.sidebar {
	margin-top: 0;
	display: table-cell;
}
.sidebar a:not(:first-child):before {
	content: '– ';
	top: 50%;
	font-size: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	position: inherit;
	line-height: inherit;
}
.aside-links a:before, .sitemap-nav li ul li .hyp:before {
	content: '– ';
	top: 50%;
	font-size: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	position: inherit;
	line-height: inherit;
}
.hyp-account {
	margin-top: 0;
	margin-bottom: 0;
}
.aside-links .hyp-account.current:hover {
	color: #000;
}


/* 19. Delivery | ^Homepage | * */
.delivery .term {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.col-6.delivery-terms {
	width: 48%;
	display: block;
	float: left;
	margin: 8px 1%;
}
.columns-general.delivery {
	margin: 0px -1%;
	width: 102%;
}
.delivery-block .icon {
	width: 85px;
	height: 60px;
	float: left;
}
.delivery-block .icon img {
	max-width: 60px;
	height: 60px;
}
.first-term, .second-term {
	padding-top: 7px;
}
.condition {
	color: #1a489c;
	font-size: 14px;
	margin-top: 5px;
}
.condition:before {
	content: "→";
    line-height: 20px;
    font-size: 20px;
    margin-right: 5px;
}
.delivery-block {
	padding: 2% 3%;
	background-color: #fff;
	border: 1px solid #eaeaea;
}


/* 20. Scrollbar | * | * */
/* width */
::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

ul.reset.list-facets::-webkit-scrollbar {
	width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #C3C3C3;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #4E4E50;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #4977a6;
}

/* 21. Header | * | * */
.nav-item-root .hyp-top-lvl {
	padding: 0 20px;
	font-weight: 500;
}
.nav-item-root.hover .hyp-top-lvl {
	background-color: #af0505 !important;
}
header .arrow-blue:before, header .arrow-grey:before, header .arrow-black:before, header .arrow-red:before {
	display: none;
}
.search {
	width: 40%;
}


.hyp-account.header-item {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin: 15px 0 5px;
	pointer-events: none;
}

.active .child-item {
	border: 1px solid #bbbbbb;
	background-color: #e3f1fc;
	pointer-events: none;
}
.custom-node-column a.active {
	pointer-events: none;
	cursor: auto;
}

.hyp-account.main-item {
	background-color: #29527c;
	border-color: #29527c;
	color: #fff !important;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 1em;
	width: 100%;
	text-transform: uppercase;
}
span.hyp-account.main-item.click.active {
	background-color: #c23232;
	border-color: #c23232;
}
.hyp-account.main-item.click {
	margin-bottom: 15px;
}
.hyp-account.main-item:hover {
	background-color: #4977a6;
	border-color: #4977a6;
	color: #fff !important;
}
  
.hyp-account.header-item:before, .hyp-account.main-item:before {
	display: none;
}


/* 22. Page title bar | * | * */
.h1-holder {
	padding: 5px 0 0px;
	margin-bottom: 0;
}
h4.subtitle {
	margin-top: 10px;
}
.subtitle {
	font-weight: 500;
	font-family: Roboto;
	margin: 5px 0 0 0;
}
header.sticky-mode .logo img {
	max-height: 40px;
}
.nav-item.selected .hyp-top-lvl span:after {
	height: 4px;
	bottom: -20px;
}
nav .hyp-top-lvl {
	text-transform: none;
}

/* 23. Forms | * | * */
.form-holder .tbx, .form-holder .tar {
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	position: relative;
	border: 1px solid;
	width: 100%;
	background: none;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background: #fff;
}
.tbx-date {
	padding-right: 0;
}
.form-holder .tbx.focused, .form-holder .tar.focused {
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	position: relative;
	border: 1px solid;
	width: 100%;
	background: #fff;
	border-color: #1A489C;
}
.form-holder .tbx.tbx-date, .form-holder .tbx.tbx-date.focused {
	width: 300px;
	float: left;
	box-sizing: border-box;
	max-width: 100%;
}

.form-holder .tbx input {
	height: 42px;
}
.tar textarea {
	height: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contactUsPage .tar textarea {
	border: none;
}

.arrow-red:before {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	left: 7px;
	font-weight: 900;
}
.breadcrumbs .arrow-blue, .breadcrumbs .arrow-grey, .breadcrumbs .arrow-black, .breadcrumbs .arrow-red {
	padding-left: 25px;
}
.breadcrumbs .hyp {
	text-transform: uppercase;
}
.breadcrumbs li:last-child .hyp {
	pointer-events: none;
}
.breadcrumbs .hyp {
	margin: 0;
}
.arrow-black:before, .hyp-account.current {
	color: #1f7bc9 !important;
}

/* 24. Footer | * | * */
footer .center {
	padding: 4% 4% 2%;
}
.column.copyright, .footer-nav {
	font-size: 14px;
}
.sitemap .hyp {
	display: block;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-size: 1.2em;
	font-family: PT Sans, sans-serif;
	font-weight: 600;
}
.sitemap-nav ul li .hyp {
	display: block;
	line-height: 1.2em;
	padding-bottom: 12px;
	font-size: 13px;
	font-family: Roboto;
	color: #808080;
	font-weight: 400;
}
.sitemap .hyp:hover {
	color: #2e2e2e;
	text-decoration: none;
}

/* 25. News | * | * */


/* 26. FAQ | * | * */
.accordion-header.expanded {
	background-color: #dcdcdc;
}
.accordion-header.collapsed:hover {
	background-color: #dcdcdc;
}
.accordion-header.collapsed {
	background-color: #f3f3f3;
}
.accordion-header {
	margin-top: 10px;
}
.accordion-header:first-child {
	margin-top: 0;
}
.accordion-section {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}
.accordion-header {
	border: 1px solid #dedede;
}
.accordion-header {
	padding: 15px 20px;
}
.accordion-header .btn-show-hide {
    display: none;
}
.accordion {
	margin: -20px 0 0 0;
}
.accordion-header h4:after {
	content: '\f0d7';
	font-family: FontAwesome;
	line-height: 25px;
	float: right;
	font-size: 25px;
	transition-duration: 0.2s
}
.accordion-header.expanded h4:after {
	transform: rotate(180deg);
	transition-duration: 0.2s
}
.accordion {
	border-bottom: none !important;
}

/* 27. Popup | * | * */
.popup-cnt .cnt-column {
	min-width: 250px;
	text-align: left;
	margin: 0;
}
.popup-cnt .ftr-column {
	text-align: left;
	margin-top: 0;
	padding: 20px 0 5px;
}
.popup-cnt .ftr-column .btn {
	margin: 0;
}
#saveOrderTemplateBody .cnt-column {
	text-align: left;
}
#saveOrderTemplateBody .feedback-text, #AddToOrderTemplateModal .feedback-text, #deletePopup .feedback-text, #isAllProductsInStockPopup .feedback-text, #saveClientQuoteFeedbackPopup .feedback-text {
	width: calc(100% - 35px);
	float: right;
}
#saveOrderTemplateBody .feedback-overview {
	font-size: 16px;
	margin: 0 0 15px;
	display: inline-block;
	width: 100%;
}
#AddToOrderTemplateModal .feedback-overview, #deletePopup .feedback-overview {
	font-size: 15px;
	margin: 0 0 5px;
	display: inline-block;
	width: 100%;
}
#saveOrderTemplateBody .form-row.row-name input {
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	position: relative;
	border: 1px solid;
	width: 100%;
	background: none;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background: #fff;
	height: 42px;
}
#saveOrderTemplateBody .ftr-column, #AddToOrderTemplateModal .ftr-column {
	text-align: left;
	margin-top: 5px;
	padding: 5px 0;
}
#saveOrderTemplateBody .btn-cancel .btn-cnt, #AddToOrderTemplateModal .btn-cancel .btn-cnt {
	padding: 0;
}
.ui-dialog {
	background: #fff;
	border: 1px solid #dedede;
	width: 400px !important;
	left: calc(50% - 200px) !important;
	padding: 2%;
}
.popup-cnt h2 {
	font-size: 1.4em;
}
.popup-cnt .btn-cnt {
	padding: 0 15px;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
	display: none;
}

/* 28. Brands | ^Onze merken | * */
.merken .flow-img-tiles .column div {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	text-align: center;
	padding: 10px 10px 0;
}
.merken .columns-general.compact > .wide, .merken .columns-general.compact > .column {
	padding: 0 .75%;
}
.merken {
	padding-bottom: 40px;
}
.merken .columns-general {
	margin: 0 -.75%;
	width: 101.5%;
}
.merken .columns-general {
	padding: 6px 0;
}
.news-index-page .columns-general, .news-item-page .columns-general {
	padding: 0;
}

/* 29. Downloads | * | * */
.download-image {
	width: 70px;
	float: left;
}
.download-content {
	padding-top: 5px;
}
h5.span-full.download-title {
	color: #333;
}

/* 30. Shop location | ^Onze vestigingen | * */
.col-3, .col-4, .col-6 {
	float: left;
}
.single-shop .col-4 {
width: 33.33%;
}
.single-shop-map {
	margin-bottom: 25px;
}
.columns-general.single-shop {
	margin: 5px 0% 0;
	width: 100%;
	display: table;
	padding: 0;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}
.col-4.single-shop-info.maps, .col-4.single-shop-info.information, .col-4.single-shop-info.google-api {
	padding: 3%;
	box-sizing: border-box;
}
.col-2.name {
	float: left;
	height: 45px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}
.col-10.review-content {
	width: 90%;
	height: 45px;
	margin-bottom: 7px;
	line-height: 18px;
	padding-top: 6px;
}
.col-2.name span {
	padding: 13px;
	border-radius: 21px;
	height: 15px;
	width: 15px;
	display: inline-block;
	line-height: 16px;
	color: #fff;
	margin-top: 3px;
	font-weight: 500;
	font-size: 18px;
}
.col-2.name .blue {
	background-color: #1a489c;
}
.col-2.name .green {
	background-color: #2B8A0F;
}
.col-2.name .purple {
	background-color: #9E37C2;
}
.vestiging, .vestigingen {
	padding-bottom: 50px;
}


/* XX. Catalog | * | * */
.node-image {
	height: 75px;
	width: 75px;
	display: block;
	float: left;
	background-color: #fff;
}
.node-image img {
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
    max-height: 100%;
}
.node-title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 75px;
	padding-right: 15px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding-left: 2%;
	padding-top: .5%;
}
.custom-node-column a:hover {
	text-decoration: none;
}
.child-item {
	height: 77px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	vertical-align: middle;
	transition: 0.3s;
}
	.child-item:hover {
	/*-webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);*/
	border: 1px solid #bbbbbb;
	transition: 0.3s;
	}
.columns-general > .custom-node-column {
	padding: 0 .75%;
}
.columns-general.custom {
	margin: 0 -.75%;
	width: 101.5%;
}
.product-tile .product-title {
	text-transform: capitalize;
	font-weight: 500;
}
.combined-header .facets-title {
	display: none;
}
.columns-general {
	padding: 7px 0;
}
	.product-tile .product-id, .product-tile .product-attributes {
	color: #666;
}
.product-tile:nth-child(2n+0) {
	background-color: #eaeaea;
}
.productlist-list-page .thumbnail, .product-tile .hyp-thumbnail {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.productlist-list-page .thumbnail img {
	width: 100px;
    height: auto;
}
.productlist-list-page .tbx-quantity input, .productlist-list-page .tbx-go-to-page input {
	height: 35px;
	background-color: #e6e6e6;
	border-bottom: 1px solid #fff;
}
.product-list .tbx-quantity, .row-quantity .tbx-quantity {
	margin-bottom: 0;
}
.product-tile .product-img {
	width: 100px;
}
.basket .product-tile .product-img {
	width: 70px;
	height: 65px;
	box-sizing: border-box;
}
.added-product .product-img {
	padding-top: 0;
	padding-bottom: 0;
}
.added-product .product-info {
	padding: 5px 0 0;
}
.basket .product-tile {
	background-color: #fff; 
}
.basket .product-tile {
	height: 65px;
	padding-top: 5px;
}
.basket .product-tile .product-title {
	font-size: 14px;
    height: 15px;
    overflow: hidden;
    padding-top: 5px;
}
.added-product .quantity {
	margin-right: 5px;
}

.basket .lbl-price {
	float: left;
}
.basket .product-img .hyp-thumbnail, .basket .product-img .thumbnail img {
	width: 60px;
	height: auto;
	max-height: 60px;
}
.basket .thumbnail {
	width: 60px;
	height: 60px;
	margin: 0;
}
.sticky-mode .over-summary, .sticky-mode .basket-summary, .sticky-mode .basket-loading {
	margin-right: 15px;
}
.summary-footer.panel-footer > div {
	/*padding: 3px 0 10px;*/
	padding: 10px 0;
	font-weight: 500;
}
.basket .panel-footer .arrow-blue {
	padding-left: 0px;
}
.basket .panel-footer div:nth-last-child(2n+1) {
	text-align: right;
}
.added-product .variant-title {
	display: none;
}
.basket .qty-price {
	margin-top: -5px;
}
.basket .summary-footer .value-total {
	padding-left: 5px;
}
.product-tile, .list-mode .product-tile .product-img {
	height: 90px;
}
.list-mode .product-description {
	padding-top: 22px;
}
.list-mode .product-action {
	padding-top: 5px;
}
.list-mode .product-action {
	justify-content: flex-start;
}
.list-mode .product-tile .product-img {
	padding: 0;
}
.list-mode .product-tile .product-img, .list-mode .product-tile .product-info {
	padding: 0px 15px 5px 15px;
}
.list-mode .product-tile .product-img {
	height: 80px;
	width: 80px;
	padding: 5px;
	background-color: #fff;
}
#productListPage .panel-header, #productListPage .facets {
	margin-bottom: 0;
}
.facet .hdr.expanded, .hdr.collapsed {
	padding: 0 0 5px;
}
.facet .cnt {
	padding: 5px 0 0;
}
.list-mode .l-products-item:nth-child(2n+0) {
	background-color: #fff;
}
.list-mode .l-products-item:nth-child(2n+1) {
	background-color: #fff;
}
.product-tile .product-id, .product-tile .product-attributes {
	color: #666;
}
.product-tile .prices {
	margin-bottom: 0px;
}
.list-mode .l-products-item {
	border: 1px solid #dedede;
	margin-bottom: 5px;
}
.productlist-header-items.top-margin {
	margin-top: 25px;
}
.gvi td {
	padding: 9px 15px;
}
.profile-page-cnt .gvi td {
	line-height: 26px;
	vertical-align: middle;
}
.sticky-rails {
	padding: 15px 0;
}
.counter-inside {
	padding: 10px 0;
	width: 20%;
}
.sorter-inside {
	width: 25%;
}
.panel-header .btn-add-inside {
	padding-top: 0;
	width: 48%;
}
#lastViewedProductsTab .product-tile .product-title {
	font-size: 14px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-family: Roboto, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}
.hyp-tab-action {
	margin: 6px 0 0 45px;
}
.product-list .product-tile .product-description {
	width: 70%;
}
.product-list .ui-spinner a.ui-spinner-button {
	height: 35px;
	width: 35px;
}
.product-prices {
	min-height: 23px;
}
.list-mode .product-tile .prices {
	line-height: 30px;
	padding-top: 5px;
}
sup {
	top: -0.2em;
	font-size: 80%;
}
.product-tile .lbl-price {
	font-family: Roboto, sans-serif;
	font-weight: 500;
}
.hyp-toggle.expanded {
	margin-top: 5px;
}
.cnt {
	padding: 5px 0;
}
.facets{
	padding-top: 0;
}

/* XX. Product page | * | * */
/*
.carousel-image-m-wrapper img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
}
*/
.product .main {
	margin-bottom: 0;
}
.product {
	padding-top: 7px;
}
.arrow-red.hyp-back {
	margin-top: 10px;
}
.product-bottom-info {
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-legend {
	padding: 10px 0;
	text-align: center;
	display: none;
}
.details-info .product-id .name {
	min-width: 0;
}
.specifications.clearfix {
	padding: 5px 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 15px 0;
}
.description.fr-view {
	border-top: 1px solid #4e4c4c;
	padding-top: 20px;
}
.ui-tabs-nav li:not(:first-child) {
	margin-left: 50px;
}
.carousel-image-s-item.slick-slide.slick-active {
	width: 16% !important;
}
.carousel-image-s .hyp-thumbnail {
	height: 80px;
	width: 80px;
}
.after-prices {
	padding-left: 7px;
	line-height: 20px;
	width: 100%;
	font-size: 12px;
}
.product-details-page .order-box .lbl-price {
	font-size: 2.4em;
}
.product-bottom-info >.column:first-child {
	width: 100% !important;
}
.specifications .gvi tr:nth-child(odd) {
	background-color: #f2f4f6;
}
.specifications .gvi tr:nth-child(even) {
	background-color: #fff;
}

.specifications .gvi tr:hover {
	background-color: #d8d8d8;
}
.specifications .gvi tr:first-child, #attachments tr:first-child {
	border-top: 1px solid;
}
#attachments .fas.fa-file-download {
	margin-right: 5px;
	background-color: #29527c;
	color: #fff;
	padding: 7px;
	font-size: 16px;
	transition: 0.2s;
}
#attachments a.file-download:hover {
	color: #4977a6;
	transition: 0.2s;
	text-decoration: none;
}
#attachments .file-download:hover .fas.fa-file-download {
	margin-right: 10px;
	background-color: #4977a6;
	color: #fff;
	transition: 0.2s;
}
#attachments .file-name {
	padding-left: 0;
}
.specifications .gvi td {
	border: 1px solid #dedede;
}
.specifications .gvi .name {
	color: #000;
}
.ui-tabs-active .ui-tabs-anchor:after {
	height: 0;
}
#specifications {
	padding: 5px 0 10px;
}
.stock-table {
	margin: 10px 0 10px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor, .stock-title {
	text-transform: none;
	font-family: PT Sans, sans-serif;
	font-size: 1.6em;
	color: #333;
}
.specifications .gvi thead tr {
	background-color: #d8d8d8;
}
.form-row.row-quantity {
	width: 150px;
	float: left;
}
.msg-block {
	margin: 20px 0 20px;
}
.product-details-page .order-box .lbl-price {
	font-size: 2em;
}

/* XX. Basket/ Cart | * | * */
.basket-links-vpl {
	width: 100%;
}
.basket-links-vpl .basket-buttons .hyp-btn {
	margin: 0 30px 5px 0;
}
.hyp-btn:before {
	margin-right: 7px;
}
#quickOrder {
	padding-top: 10px;
}

.clientquote-index-page #basketContent .column {
	padding-top: 0;
}
.basket-links-vpl .basket-buttons .hyp-btn {
	clear: none;
	display: block;
	width: 100%;
}
.basket-details-page .columns-general.compact > .wide, .one-page-checkout .columns-general.compact > .wide, .quotepromotion-index-page .column.wide {
	width: 75%;
}
#basketPage .basket-contact-info, .isQuote .basket-contact-info {
	margin-bottom: 25px;
}
.lbl-price.total.align-right.text-right {
	float: right;
}
.one-page-checkout .column {
	display: table-cell;
}
.gvi-basket .product-title-super {
	text-transform: capitalize;
	font-weight: 500;
}
.gvi-basket .font-smaller {
	font-size: 13px;
}
.gvi-basket .product-title-super {
	font-size: 16px !important;
}
.gvi-basket.quote .product-title-super {
	font-size: 16px !important;
	line-height: 30px;
}
.gvi-basket.quote .font-smaller {
	font-size: 14px;
}
.basket-b2b-mode .gvi-basket .col-first {
	width: 81px;
	background-color: #fff;
}
.btn-basket-red {
	color: #fff;
	background-color: #CC0605 !important;
}
td.col-qty.clearfix, .qty-control.quantity-compact {
	width: 125px;
	padding: 0 !important;
}
.basket-b2b-mode .gvi-basket .product-img, .basket-b2b-mode .gvi-basket .hyp-thumbnail {
	height: 60px;
	width: 60px;
}
.gvi-basket .upper-row td, .gvi-wish-list .upper-row td {
	vertical-align: middle;
	border-style: inset;
	box-sizing: border-box;
}
.gvi-basket .upper-row td.col-remove {
	width: 40px;
}
.gvi-basket .col-info, .gvi-basket .col-price, .gvi-basket .col-qty {
	padding: 10px !important;
}
.gvi-basket.quote .col-price, .gvi-basket.quote .col-qty {
	padding: 12px 15px !important;
}
.gvi-basket.quote .col-info {
	padding: 12px 15px 12px 25px !important;
}
.gvi-basket .col-total {
	padding: 10px 15px !important;
	width: 150px;
}
.gvi-basket.quote .col-total {
	padding: 10px 25px 10px 15px !important;
}
.gvi-basket .col-first {
	padding: 10px !important;
}
.gvi-basket .action-links .hyp {
	line-height: 16px;
	font-size: 14px;
}

/*
.gvi-basket tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}
.gvi-basket tbody tr:nth-child(odd) {
	background-color: #EAEAEA;
}
*/

.tbx-quantity [data-spinner-init=event]:not(:focus) ~ .ui-spinner-button {
	display: inherit !important;
}

/* XX. Search | * | * */
span.highlight {
	background-color: #FFFF00;
}
.ui-autocomplete a, .suggest-item .font-lighter {
	color: #333;
}
.suggest-img {
	width: 75px;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
	padding: 0;
}
.suggest-item {
	display: table;
	line-height: normal;
	padding: 0;
	width: 100%;
}
header .ui-autocomplete .ui-menu-item:nth-child(odd) {
	background-color: #f5f5f5;
}
header .ui-autocomplete .ui-state-active {
	background-color: #d8d8d8;
}
.productlist-search-page .thumbnail img {
	width: 100px;
	height: auto;
}





.image-banner .center {
	padding: 0;
}
.banner-full-width, .image-banner {
	height: 450px;
}
.banner-content {
	padding-top: 110px;
}

.banner-content h1 {
	font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
    color: #cc0605;
    width: 300px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.banner-content h4 {
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 4px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
	padding-right: 50px;
}
.flexi-row .banner-content {
	padding-left: 0;
	padding-right: 0;
}




.home .product-tile.slick-slide {
	background: #FFFFFF;
	border: 1px solid #DBE4EF;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0;
}
.ecb-productsetcarousel-container .product-details .product-description a h4 {
	text-align: left;
	height: auto;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
}
.ecb-productsetcarousel-container .product-details .product-description {
	min-height: 75px;
}
.slick-track .product-tile .product-id, .slick-track .product-tile .product-attributes {
	text-align: left;
	padding: 0 25px;
}
.ecb-productsetcarousel-container .product-details .prices .list-prices {
	margin-bottom: 5px;
	display: block;
	min-height: 15px;
}
.ecb-productsetcarousel-container .product_inner {
	padding: 20px 0 10px;
}
.ecb-productsetcarousel-container .product-action {
	background: #f8fafb;
	padding: 15px 25px 20px;
	border-top: 1px solid #EEF2F6;
	width: 100%;
	text-align: left;
}
.ecb-productsetcarousel-container .slick-next, .ecb-productsetcarousel-container .slick-prev {
	border: 1px solid #DBE4EF;
}
.flexi-row:not(.center) .ecb-productsetcarousel-container {
	width: 100%;
	margin: 0 -1em;
}
.ecb-productsetcarousel-container .btn:after {
	display: none;
}
.ecb-productsetcarousel-container .btn {
	padding: 0 20px;
	transition: 0.2s;
}
.ecb-productsetcarousel-container .btn:hover {
	transition: 0.2s;
}





.product-action .btn:after {
	display: none;
}
.product-action .btn {
	padding: 0 15px;
	transition: 0.2s;
}
.product-action .btn:hover {
	transition: 0.2s;
}
.tbx-quantity {
	width: 40px;
	margin: 0 30px;
}



.bg-white, .productlist-search-page {
	background-color: #f2f4f6;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}




h4, .font-h4 {
	font-weight: 500;
}



.btn-blue {
	padding: 12px 35px;
	color: #fff;
	background-color: #29527c;
	display: block;
	width: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 15px;
	text-decoration: none;
	border: none;
	transition: 0.2s;
}
.btn-blue:hover {
	background-color: #4977a6;
	text-decoration: none;
	transition: 0.2s;
}
.btn-white {
	padding: 12px 35px;
	color: #CC0605;
	background-color: #fff;
	display: block;
	width: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	transition: 0.2s;
}
.btn-white:hover {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
}
.btn-red {
	padding: 12px 35px;
	color: #fff;
	background-color: #CC0605;
	display: block;
	width: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	transition: 0.2s;
	margin-right: 15px;
}
.btn-red:hover {
	background-color: #af0505;
	text-decoration: none;
	transition: 0.2s;
}



.catalog-grid {
	padding: 0 0 60px 0;
}
.catalog-grid h2 {
	letter-spacing: 1px;
}
.catalog-grid .center {
	height: 600px;
	padding: 0;
}
.left-grid {
	height: 100%;
	position: relative;
}
.col-6.left-grid, .col-6.bottom-left-grid, .col-6.bottom-right-grid{
	background-size: cover;
	background-position: bottom center;
}
.left-grid h4, .right-grid h4 {
	position: absolute;
	bottom: 20px;
	right: -1px;
	display: flex;
	align-items: flex-end;
	color: #29527c;
	font-size: 1.2em;
	letter-spacing: .5px;
	padding: 5px 15px;
	background-color: #fff;
}
.right-grid {
	padding-left: 4%;
}
.top-grid {
	height: 250px;
	margin-top: 50px;
}
.bottom-grid {
	height: 300px;
}
.catalog-grid .bottom-left-grid {
	height: 100%;
	width: 46%;
	position: relative;
}
.catalog-grid .bottom-right-grid {
	height: 100%;
	width: 46%;
	margin-left: 8%;
	position: relative;
}




.over-summary .hyp:before {
	display: none;
}





.category-banner {
	background-size: 45% 100%;
	background-position: 100%;
	background-repeat: no-repeat;
	padding: 7% 0 5%;
	margin-top: 5%;
	margin: 0;
}
.category-banner .left-half {
	padding: 12% 10% 0 0;
	box-sizing: border-box;
}
.category-banner .right-half img {
	float: right;
	margin-bottom: 10px;
}
.category-banner p {
	margin: 25px 0px;
}
.category-banner h2 {
	letter-spacing: 1px;
}
.btn-category {
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	font-family: PT Sans, sans-serif;
	text-shadow: 0 0 4px rgba(0,0,0,.1);
	letter-spacing: 1px;
	transition: 0.3s;
	margin-left: 20px;
}
.category-banner .link {
	text-align: right;
}


.ecb-productsetcarousel h2 {
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.ecb-productsetcarousel h4 {
	font-weight: 500;
	margin-bottom: 15px;
}




.summary-left {
	width: 70px;
	text-align: right;
	height: 40px;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
}
.summary-right {
	width: 40px;
	text-align: right;
	height: 40px;
	padding-top: 10px;
	float: right;
}
span.over-summary-price {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	width: 70px;
	display: block;
}
span.over-summary-tax {
	text-transform: none;
	font-size: 10px;
	width: 70px;
	display: block;
	line-height: 16px;
}
span.over-summary-tax.priceonly {
	text-transform: none;
	padding-top: 15px;
    font-size: 12px;
	width: 70px;
	display: block;
	line-height: 16px;
}
.over-summary {
	padding: 0 10px 0 0;
	width: 120px;
}
span.over-summary-number {
	background-color: #4977a6;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	border-radius: 15px;
	float: right;
	font-size: 10px;
	margin-top: -5px;
	border: 1px solid #fff;
}
.is-empty span.over-summary-number {
	background-color: #b5b5b5;
}
.summary-right:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f07a";
	font-size: 18px;
	position: absolute;
	right: 20px;
	color: #29527c;
	bottom: 6px;
	z-index: -1;
}
.is-empty .summary-right:after {
	color: #999;
}
header .basket {
	height: 62px;
}
header .over-summary {
	height: 57px;
	padding-top: 5px;
	padding-bottom: 6px;
}
header.sticky-mode .over-summary .hyp:before {
	display: none;
}
header.nav-is-closed.sticky-mode .basket-summary {
	border-width: 0 1px 1px 1px;
}
header.nav-is-opened.sticky-mode .summary-left, header.nav-is-closed.sticky-mode .summary-left, header.nav-is-closed.sticky-mode .summary-right, header.nav-is-opened.sticky-mode .summary-right {
	padding-top: 15px;
}
header.sticky-mode .over-summary .hyp {
	padding: 0 10px 0 0;
}
header.sticky-mode .basket {
	margin-right: -15.5px;
}
button.btn.no-caption.btn-search {
	padding-top: 7px;

	padding-right: 18px;
}


li.nav-item.nav-item-root.logoutlink {
	float: right;
	margin: 0;
}
.top.login .hyp {
	font-weight: 500;
	padding: 0 5px;
}
header.sticky-mode .hyp-top-lvl.has-children:after {
	display: none;
}
header.sticky-mode .nav-list-root {
	padding: 0;
}


header.sticky-mode .bottom-header li.nav-item.nav-item-root.logoutlink {
	float: left;
	margin: 0 0 0 -1px;
	background-color: #fff;
	width: 100%;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
header.sticky-mode .bottom-header li.nav-item.nav-item-root.logoutlink #logoutLink {
	color: #333 !important;
}







.shop-location.overview {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	margin: 10px 0 5px;
	width: 100%;
	padding: 0;
	height: 240px;
}

.location-title h4 {
	margin-bottom: 15px;
}

.overview .google-maps {
	height: 240px;
}

.overview .location-info {
	float: left;
	padding: 25px 20px 15px;
	box-sizing: border-box;
}

.overview .location-address, .overview location-time {
	width: 50%;
}

.location-link .btn-blue {
	padding: 5px 15px;
	font-size: 12px;
}



.aanbiedingen .products-flow .product-tile {
	width: 23%;
	margin: 1%;
	padding: 15px 0 0;
	background: #FFFFFF;
	border: 1px solid #DBE4EF;
	height: auto;
	display: block;
}

.aanbiedingen .product-tile .product-img {
	width: 100%;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.aanbiedingen .product-tile .hyp-thumbnail {
	width: 100%;
	box-sizing: border-box;
}

.aanbiedingen .thumbnail img {
	margin: 0;
}

.aanbiedingen .products-flow .product-info {
	display: block;
	width: 100%;
}

.last-viewed {
	display: none;
}

.aanbiedingen .products-flow .product-title .product-img {
	width: 100%;
}

.aanbiedingen .product-tile .product-description {
	margin-bottom: 13px;
	width: 100%;
	min-height: 175px;
	padding: 0 15px;
	box-sizing: border-box;
}

.aanbiedingen .products-flow .product-action {
	margin-top: auto;
	background: #f2f4f6;
	padding: 10px 15px;
	border-top: 1px solid #EEF2F6;
	width: auto;
	text-align: left;
}

.aanbiedingen .products-flow .list-prices {
	width: auto;
}

.aanbiedingen .basket-btns {
	background-color: #f2f4f6;
	padding: 0 15px 15px;
}

.aanbiedingen .product-tile .prices {
	min-height: 25px;
}

.aanbiedingen .products-flow .list-prices {
	min-height: 15px;
}



.productlist-list-page .columns-general.compact > .wide, .productlist-search-page .columns-general.compact > .wide, .categoryitemssearch-index-page .columns-general.compact > .wide {
	width: 73.5%;
	padding: 0 2% 0 0;
}
.content-header.basket-page {
	background-color: #f2f4f6;
	min-height: 35px;
}



.column.sidebar .column.sidebar {
	width: 100%;
	display: block;
}
.sidebar {
	width: 100%;
}
.list-facets .count {
	right: 0;
}



.content-header .center {
	/* padding-top: 12px; */
	background-color: #f2f4f6;
}

.mobile {
	display: none;
}



.grid-mode .product-tile {
	box-sizing: border-box;
	padding: 25px 0 0;
	min-height: 385px;
	text-align: center;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #DBE4EF;
}
.grid-mode .product-tile .product-img {
	width: 100%;
	float: left;
	text-align: left;
	display: block;
    padding: 0 25px;
    box-sizing: border-box;
}
.grid-mode .product-img .hyp-thumbnail {
	display: block;
	margin: 0;
	height: 150px;
	max-width: 100%;
	width: 150px;
}
.grid-mode .thumbnail img, .grid-mode .thumbnail {
	width: 120px;
	height: 120px;
	margin: 0;
}
.grid-mode .product-info {
	display: block;
	padding-bottom: 0;
}
.grid-mode .product-tile .product-description {
	margin-bottom: 13px;
	width: 100%;
	min-height: 220px;
	padding: 0 25px;
	box-sizing: border-box;
	text-align: left;
}
.grid-mode .product-tile .product-title {
	min-height: 40px;
	line-height: 22px;
}
.grid-mode .product-action {
	margin-top: auto;
	background: #f2f4f6;
	padding: 15px 25px 20px;
	border-top: 1px solid #EEF2F6;
	width: auto;
	text-align: left;
}
.grid-mode .prices {
	margin-bottom: 10px;
	text-align: left;
	display: block;
}
.grid-mode .tbx.tbx-quantity.ui-spinner.ui-widget.ui-widget-content {
	margin-bottom: 10px;
}
/*.product-tile:hover, .grid-mode .product-tile:hover, .home .product-tile.slick-slide:hover {
	-webkit-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px -5px rgba(0,0,0,0.75);
	transition: 0.3s;
}
.product-tile, .home .product-tile.slick-slide {
	transition: 0.3s;
}*/
.grid-mode .product-action .form-inline {
	width: 100%;
}

.btn-spacing .submitButton {
	display: block;
	margin-top: 5px;
}
#productComparePage .product-tiles-section .compare-column:first-child:last-child {
	width: 100%;
	max-width: 33.3333%;
	margin-left: 0;
	margin-right: 0;
}

#productComparePage span.AttributeUOM {
	margin-left: 5px;
}

.l-products-item {
	border-color: #f8fafb !important;
}
.product-tile {
	border: 1px solid #e4e4e4;
	transition: 0.2s;
}
table.gvi-methods.select-shipping-choice:hover, table.gvi-methods.select-payment-choice:hover {
	border-color: #bbbbbb;
}
.hidden-tabs-name {
	text-transform: none;
	margin-top: 35px;
}
.back-buttons a:last-child {
	display: none;
}
.back-button:hover {
	color: #000;
	transition: 0.3s;
}
.back-button .fas {
	margin-right: 5px;
}
.back-buttons {
	margin: 5px 0px;
}
.back-button:hover {
	text-decoration: none;
}
label .chb ins {
	border-color: #a6a6a6;
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
}
label .chb input[type="checkbox"] + ins:after {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 11px;
	top: 4px;
	width: 6px;
	height: 14px;
}

.checkmark:after, label .chb input[type="checkbox"]:checked + ins {
	background-color: #29527c;
	border-color: #ccc;
}

.custom-checkbox .disabled .field input:checked ~ .checkmark:after, label .chb input[type="checkbox"]:checked + ins {
	background-color: #c7c7c7;
}

.facets label .chb input[type="checkbox"]:checked + ins {
	border-color: #29527c;
	background-color: #29527c;
}
.facets label .chb input[type="checkbox"]:checked + ins:after {
	display: none;
}


.gvi-sub-accounts .status-faild:before, .status-faild:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	display: inline-block;
	font-size: 1.4em;
	color: #cc0000;
	padding-top: 0;
	width: 22px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
}

.gvi-sub-accounts .status-ok:before, .status-ok:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	display: inline-block;
	font-size: 1.4em;
	color: #3cb300;
	padding-top: 0;
	width: 22px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
}
.profile-index-page .gvi-sub-accounts .status-ok:before, .status-ok:before {
	font-size: 1.2em;
}

.icon-status {
	line-height: 28px;
	vertical-align: middle;
}





.list-facets label .chb ins {
	border-color: #e4e4e4;
	width: 20px;
	height: 20px;
	order: 1;
	z-index: 2;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0;
	border-radius: 2px;
}
.btn .btn-cnt {
	padding-top: 7px;
}
.main-loading {
	padding: 40px 20px;
}
header .basket {
	height: 62px;
}

.multiselect-mode .facet li {
	padding: 2px 35px 2px 25px;
}
a.facet-item.ellipsis {
	font-size: 13px;
}
.facet .hyp-toggle {
	font-weight: 500;
}
.facets .facet-item:hover {
	text-decoration: none;
}
.btn-paging {
	padding: 0;
	text-transform: none;
	background-color: transparent !important;
	color: #29527c !important;
}
.btn-page-next {
	float: right;
	width: 100px;
	text-align: right;
}
.btn-page-next:after {
	content: "Volgende";
	display: block;
	background-image: none !important;
	margin: 0 !important;
	width: auto;
    top: 0;
    left: 0;
}
.btn-page-prev {
	float: left;
	width: 100px;
	text-align: left;
}
.btn-page-prev:before {
	content: "Vorige";
	display: block;
}
.panel-footer > div {
	width: 100%;
}
.paging-links .btn-disabled {
	background-color: transparent !important;
	color: #f8fafb !important;
}
.paging-links {
	margin: 15px 0 0;
	text-align: center;
}
.pager-list li {
	margin: 0;
	background: #fff;
	width: 35px;
	height: 35px;
	border: 1px solid #e4e4e4;
	line-height: 35px;
	transition: .2s;
	text-align: center;
}
.pager-list .pager-selected {
	background: #4977a6;
	color: #fff;
}
.pager-selected {
	font-weight: 400;
}
.pager-list li:hover {
	background: #29527c;
	color: #fff;
	transition: .2s;
	text-decoration: none;
}
.pager-list li:hover a {
	color: #fff;
	transition: .2s;
	text-decoration: none;
}
.pager-list .pager-selected:hover {
	background: #29527c;
}
.pager-list li a {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.product-title:hover {
	text-decoration: none;
}
.product-title:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #4977a6;
	transition: width .3s;
	margin-top: 2px;
}
/* .product-title:hover::after {
	width: 100%;
	transition: width .3s;
	margin-top: 2px;
}
a.facet-item.ellipsis:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #4977a6;
	transition: width .3s;
	margin-top: -2px;
}
a.facet-item.ellipsis:hover::after {
	width: 100%;
	transition: width .3s;
	margin-top: -2px;
}
label:hover .chb ins, label:hover .chb input[type="checkbox"]:checked + ins {
	border-color: #4977a6 !important;
} */


#basketPage {
	margin-bottom: 35px;
	margin-top: 7px;
}
.basket-buttons .hyp-btn {
	margin: 10px 0;
}
.basket-action-wrapper {
	margin-bottom: 0;
}
.cell-total-value, .cell-price-value {
	min-width: 20px;
}

.line-price {
	font-size: 12px;
}
span.price-text {
	width: 55px;
	display: block;
	float: left;
	text-align: left;
}
.price-node {
	display: block;
}
.gvi-basket .col-price, .gvi-basket .lbl-quantity, .gvi-basket .product-total {
	line-height: inherit;
}
.line-totals {
	font-weight: 500;
	line-height: 24px;
}
.lbl-unit-of-measure.font-lighter.font-smaller {
	display: none;
}
.gvi-basket .tbx-quantity {
	width: 35px;
}
.list-totals .t-row-total-price {
	font-weight: 500;
	padding-top: 5px;
	border-top: 1px solid #e4e4e4;
}
li.t-row-total-price-excluding-tax.emphasis {
	padding-top: 5px;
}
span.name.hide-for-quick-order-mode {
	max-width: 100%;
}
.list-totals .name, .list-totals .currency, .list-cart .name, .list-cart .currency {
	color: #000 !important;
}
.row-simple-product {
	border-bottom: 1px solid;
}
.tbx-quantity input {
	background-color: #e6e6e6;
}
.gvi-basket thead {
	display: none;
}
.gvi-basket.quote thead {
	display: table-header-group;
}
.gvi-basket.quote tbody .col-qty, .gvi-basket.quote tbody .col-total {
	text-align: right;
	font-size: 16px;
}
ul.list-totals {
	margin: 5px 0;
}
#basketContent .panel-header {
	margin-bottom: 0;
}
.basket-links-vpl .basket-buttons {
	margin-bottom: 0;
}
table.gvi.gvi-basket.quote td {
	height: 75px;
	box-sizing: border-box;
}
#orderTemplatesPage .form-holder, #orderTemplatesPage .panel-header .templates-action {
	padding-top: 0;
}
#orderTemplatesPage .panel-footer .templates-action {
	padding-top: 20px;
}
.msg-block-warning {
	background-color: #f0f0f0;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 16px;
}
.gvi th {
	padding: 9px 15px;
	font-size: 12px;
	text-align: left;
}
#orderTemplatesPage .font-title {
	font-weight: 500;
}
.gvi-shippingaddress .col-name {
	font-weight: 500;
}
.lbl-stock {
	font-weight: 500;
}
.product-details-page .carousel-image-s-wrapper {
	display: none;
}
.basket-top-header .qo-input-area .tbx-search {
	width: 100%;
}
.facet {
	margin-bottom: 15px;
}
.selected-facet {
	padding-left: 18px;
	padding: 5px 30px;
	background-color: #fff;
	margin-bottom: 5px;
	border: 1px solid #e4e4e4;
}
.facet-selected .facet-title {
	font-weight: 400;
}
.facet .hdr.expanded {
	border-bottom: 1px solid #e4e4e4;
}
.facet .hdr.collapsed {
	border-bottom: 1px solid #e4e4e4;
}
.facet .hdr.collapsed h4 {
	font-size: 15px;
}
.selected-facet .facet-item:before, a.hyp.bin-before:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	margin-right: 5px;
	color: #4c4c4c;
}
li.selected-facet {
	display: inline-block;
	font-size: 11px;
	padding: 2px 8px 2px 6px;
}
a.hyp.bin-before {
	color: #4c4c4c;
	font-weight: 500;
}
.facet-selected .hdr.collapsed {
	padding: 5px 0 0;
}
.facets .facet-item {
	width: 100%;
}
.apply-filter .btn {
	height: 42px;
	margin-bottom: 10px;
	padding: 0 50px;
}
.columns-general.compact.basket-page-cnt.basket-b2b-mode, .basket-top-header.columns-general.compact {
	padding: 0;
}
.basket-quick-entry-text{
	margin-top: 15px;
}
.basket-contact-info .contact-info {
	display: block;
}
.basket-contact-info .hyp-btn {
	padding: 5px 0;
	cursor: pointer;
	line-height: 16px;
	vertical-align: top;
}
.hyp-btn a:hover {
	text-decoration: none;
}
.checkout-orderaddress-page .columns-general.compact > .wide {
	width: 75%;
}


.pickup-delivery {
	display: block;
	width: 100%;
}
/*#productListPage .panel-header, #searchPage .panel-header {
	border: 1px solid #dedede;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px 5px 20px;
}*/
.pickup-delivery label .chb ins {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.pickup-selector, .delivery-selector {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.location-selector {
	display: block;
	width: 100%;
	height: 32px;
	border-color: #ccc;
	padding: 0px 5px;
}
.productpage-contact-info .hyp-btn {
	margin: 10px 0;
	cursor: pointer;
	line-height: 16px;
	vertical-align: top;
	display: block;
}
.productpage-contact-info .hyp-btn.first {
	margin: 0 0 10px;
}
.pickup-delivery .col-4 {
	box-sizing: border-box;
	padding: 0 20px;
	min-height: 140px;
}
.pickup-delivery h4 {
	margin-bottom: 15px;
}
.pickup-delivery label .chb {
	padding-left: 30px;
}
.radiobtn {
	position: absolute;
	top: -4px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
}
.pickup-delivery label .chb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.pickup-delivery label .chb input:checked ~ .radiobtn {
	background-color: #137113;
	border: 1px solid #137113;
}
.view-changer {
	text-align: left;
}
.to-list, .to-grid {
	background-repeat: no-repeat;
	padding-left: 35px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	color: #4e4c4c;
}
.to-list:hover, .to-grid:hover {
    text-decoration: none;
}

.invoice-preference label {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.invoice-preference .label-text {
	display: block;
	font-weight: 500;
	margin: 15px 0 5px;
}
.invoice-preference label .chb {
	padding-left: 30px;
}
.invoice-preference .form-line input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.invoice-preference input[type="text"] {
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
	padding: 0 10px;
	border: 1px solid #ccc;
}
.invoice-preference .chb input:checked ~ .radiobtn {
	background-color: #137113;
	border: 1px solid #137113;
}
.invoice-preference .form-line {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.selector .chb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


/*.TV, .AM, .DB, .DL, .RD, .ZM, .BEZ {
	display: none;
}*/
.stock-indication {
	border-left: 1px solid #e4e4e4;
}
.product-info .lbl-stock {
	margin-left: 10px;
}
.product-info .product-id {
	margin-right: 7px;
	font-size: 13px;
}
#addressesTable input {
	padding: 5px;
}


.form-row, .form-button {
	margin-bottom: 12px;
}
.form-row .label, .form-row .field {
    display: block;
    width: 100%;
}
.form-row.row-password .label {
    padding-top: 0;
}
.form-row.row-confirmpassword {
	margin-top: -16px;
}
#createAccountPage .form-button {
	padding-left: 0;
	margin-top: 25px;
}
#createAccountPage .form-holder {
	padding-top: 10px;
	display: inline-block;
}
#createAccountPage .form-holder.columnLeftInfo {
	width: 53%;
	margin-right: 4%;
	float: left;
}
#createAccountPage .form-holder.columnRightInfo {
	width: 37%;
	float: right;
}
#createAccountPage .fa-arrow-right {
	margin-right: 5px;
}
#createAccountPage .form-holder.formInputs {
	width: 100%;
}
input.nextForm.action-button.btn.btn-right.first {
	margin-top: 50px;
	width: 37%;
}
li.t-row-tax-line {
	padding-bottom: 5px;
}
/*.productlist-list-page .center.extended-catalog-childnodes, .productlist-list-page .center.catalog-childnodes, .productlist-list-page .columns-general.compact.rtl {
	display: none;
}*/
.center.catalog-childnodes, .center.extended-catalog-childnodes {
	padding-bottom: 15px;
}
.productlist-list-page .column.column-facets, .productlist-search-page .column.column-facets, .categoryitemssearch-index-page .column.column-facets {
	max-width: 300px;
	padding: 0 1.5% 0 2.2%;
}
.suggest-title-id {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: capitalize;
	padding-left: 5px;
}
.ui-state-active .suggest-item .font-lighter {
	color: #fff;
}
.suggest-item .font-lighter {
	padding-left: 5px;
}
.suggest-img {
	width: 60px;
	height: 60px;
	padding: 5px 5px 0;
}
.suggest-img img {
    height: auto;
    width: 55px;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
	background-color: #fff;
}
.ui-menu-item .ui-state-active, .uploader.is-dragover {
	background-color: #29527c !important;
	color: #fff;
}
.productlist-list-page .column.column-facets .btn-big, .font-btn-big {
	font-size: 1em !important;
}
.productlist-list-page .column.column-facets .form-button {
	padding-left: 0;
}

.hyp-print:before {
	font-family: "Font Awesome 5 Free";
	content: "\f02f";
	font-size: 12px;
	font-weight: 900;
	color: #1f7bc9;
	background: none;
}
#basketPage .fa, #basketPage .fab, #basketPage .fad, #basketPage .fal, #basketPage .far, #basketPage .fas, .isQuote .fa, .isQuote .fab, .isQuote .fad, .isQuote .fal, .isQuote .far, .isQuote .fas {
	font-size: 16px;
}
#basketPage i.fab.fa-whatsapp {
	font-size: 18px;
	margin-top: -2px;
}
.ecb-productsetcarousel-container .thumbnail img {
	margin-left: 25px;
}
.ecb-productsetcarousel-container .product_inner {
	height: auto;
}
.products-flow {
	margin-top: 0;
	margin-bottom: 25px;
}
select.edit-shipping-method {
	height: 42px;
	margin-right: 5px;
	padding: 5px 10px 5px 5px;
	box-sizing: border-box;
	width: 100%;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background: #fff;
}
.account-shipping-method {
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #dedede;
	padding-left: 15px;
	padding-right: 40px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 15px center;
	background-color: #fff;
	height: 42px;
	margin-right: 5px;
}
.basket-details select.edit-shipping-method {
	font-size: 13px;
}
.Shipping-top .form-holder {
	padding-top: 0;
}
.search {
	margin: 0 20px;
}
header.sticky-mode .search {
	margin: 0 15px;
}
.mobile-shipping-header {
	display: none;
}
table.gvi-methods.select-shipping-choice, table.gvi-methods.select-payment-choice {
	width: 32.33%;
	display: block;
	float: left;
	border-color: #e4e4e4;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	margin-right: 1.5%;
	margin-bottom: 10px;
}
table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-2, table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-5 {
	margin-right: 0;
}
.select-shipping-choice label, .select-payment-choice label {
	padding: 15px 12px;
	display: block;
	cursor: pointer;
}
.select-shipping-choice td, .select-payment-choice td {
	padding: 0;
}
section#ShippingMethods .checkout-step-content {
	display: inline-block;
	padding-top: 5px;
}
section#PaymentMethods .checkout-step-content {
	min-height: 70px;
	padding-top: 5px;
}
.select-shipping-choice tbody, .select-shipping-choice tr, .select-shipping-choice td, .select-payment-choice tbody, .select-payment-choice tr, .select-payment-choice td {
	display: block;
}
.shipping-option-selected, .payment-option-selected {
	background-color: #29527c;
	color: #fff;
	box-sizing: border-box;	
}
.gvi-methods .rdb {
	margin-left: 0; 
}
#ShippingMethods [type="radio"], #PaymentMethods [type="radio"] {
	display: none;
}
#ShippingAddress label .rdb ins {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	margin-top: -6px;
}
#ShippingAddress label .rdb input[type="radio"]:checked + ins:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#ShippingAddress .shipping-choice label span:not(.rdb) {
	margin-left: 10px;
}
.btn-scroll-top.show {
	display: none !important;
}
#productListPage .btn-add-to-basket .btn-cnt {
	font-size: 12px !important;
}
header.sticky-mode .bottom-header {
	display: none;
}
#onePageCheckout {
	margin-bottom: 35px;
}
.form-row .validation, .form-row .description, .form-button {
	padding-left: 0;
}

#SubmitOrder, #OrderOverview {
	margin-bottom: 0;
}
#SubmitOrder .text-right {
	text-align: left;
}
.one-page-checkout .checkout-step:last-child .form-holder {
	padding-top: 15px;
}
.terms-row {
	padding-top: 0;
}
button.btn.btn-big.btn-action.btn-order {
	width: 100%;
}

.extended-node-title {
	font-size: 12px;
	min-height: 80px;
}
.extended-child-item {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	vertical-align: middle;
	transition: 0.3s;
}
.extended-node-image img {
	width: 100%;
}
button.btn.btn-small.btn-action.btn-selected {
	background-color: #31781d;
}

.one-page-checkout .checkout-step.focused:not(.order-overview-section):before, .one-page-checkout .checkout-step:hover:not(.order-overview-section):before {
	border-color: transparent !important;
	background-color: transparent !important;
	background: transparent !important;
	border: none !important;
}
i.fas.fa-shipping-fast.shipping-delivery {
	display: none;
}
table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-5 .shipping-pickup {
	display: none;
}
table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-5 .shipping-delivery {
	display: inline-block;
}
.shipping-pickup, .shipping-delivery {
	width: 15px;
	text-align: center;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}
#basketModalPopup .product-tile {
	border-bottom: 1px solid #e4e4e4;
	border-top: none;
	border-left: none;
	border-right: none;
}
.basket-summary {
	width: 435px;
	padding: 0;
}
select#OrderTemplateId {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: none;
	padding-left: 10px;
	padding-right: 25px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	height: 42px;
}
.Shipping-top select.edit-shipping-method, select.edit-shipping-method {
	width: 280px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #dedede;
	padding-left: 10px;
	padding-right: 25px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	background-color: #fff;
}
select#Customer_Type_of_Business_entity {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #d1d1d1;
	padding-left: 14px;
	padding-right: 25px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	background-color: #fff;
	height: 44px;
	box-sizing: border-box;
	border-radius: 0;
	display: inline-block !important;
	line-height: 42px;
}
#Customer_Type_of_Business_entity-button {
	display: none;
}
.basket-summary .summary-title.font-h4.main, .basket-summary .summary-title.font-h4.alt {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 5px;
	padding: 15px 15px 16px;
	box-sizing: border-box;
}
.basket-summary .products-list, .basket-summary .panel-footer {
	padding: 0 15px;
	box-sizing: border-box;
}

.basket-summary .panel-footer.summary-footer.border-horizontal {
	padding: 7px 15px 7px;
}

.basket-summary .panel-footer.summary-footer.panel-footer > div {
	padding: 0;
}

.basket-summary .panel-footer .btn {
	line-height: 40px;
	height: 40px;
	margin-bottom: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
}
input.custom-quantity {
	text-align: center;
	width: 40px;
	height: 35px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 1px solid #29527c;
	display: inline-block;
	vertical-align: middle;
}
.button-minus, .button-plus, .button-minus-ordertemplate, .button-plus-ordertemplate {
	text-align: center;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	padding: 0;
	line-height: 35px;
	color: #fff;
	background-color: #29527c;
	transition: 0.2s;
}
.button-plus, .button-plus-ordertemplate {
	font-size: 21px;
	margin-left: -4px;
	margin-right: 10px;
}
.button-minus, .button-minus-ordertemplate {
	font-size: 32px;
	margin-right: -4px;
}
.button-minus:hover, .button-plus:hover, .button-minus-ordertemplate:hover, .button-plus-ordertemplate:hover {
	cursor: pointer;
	transition: 0.2s;
	background-color: #4977a6;
}
.product-tile .product-id + .stock-indication {
	margin-left: 0;
	padding-left: 0;
	font-size: 13px;
}
#basketPage .btn-delete-sub-account {
	padding: 7px 17px 6px;
}
.gvi-order-lines .col-qty {
    text-align: right;
}
.gvi-order-lines .col-uom {
	text-align: left;
}
.text-right, th.text-right {
	text-align: right;
}
ul.list-step.step-billingaddress {
	display: none !important;
}

#ui-datepicker-div {
	box-sizing: border-box;
	margin-left: -1px;
	width: 300px;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	padding: 0;
}
.ui-datepicker-header {
	background-color: #29527c;
	color: #fff;
	padding: 5px;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 500;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
	font-weight: 500;
}
.ui-datepicker td {
	line-height: 25px;
}
/*
.btn-page-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
.btn-page-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
*/
.aanbiedingen .product-tile .product-title {
	line-height: 22px;
	min-height: 50px;
}

.pickupInfo {
	display: inline-block;
	width: 100%;
}

#PickUpContact, .accordingMechanic #ShippingMethodId, #ShippingMethodIdAccordingMechanic, #AdditionalInfo #CorrespondenceType {
	border-bottom-width: 0;
	border-bottom-style: none;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	padding: 0 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #dedede;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	background-color: #fff;
}

.accordingMechanicInfo {
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.basket-stock-indication .lbl-stock, .ordertemplate-products-flow .lbl-stock {
	font-weight: 400;
	font-size: 13px;
}
.ui-spinner-button {
	position: absolute;
	top: 0;
	height: 30px;
	width: 30px;
}
.tbx-quantity input, .tbx-go-to-page input {
	text-align: center;
	padding: 0 3px;
	height: 30px;
}
.hide-shippingaddress#ShippingAddress {
	display: none;
}

.active .shipping-choice-content {
	display: block !important;
}

.on-account table.gvi-methods.select-payment-choice.responsive-table.responsive-table-2, .online table.gvi-methods.select-payment-choice.responsive-table.responsive-table-0, .hide-in-shop table.gvi-methods.select-payment-choice.responsive-table.responsive-table-2 {
	display: none;
}

#ShippingAddress label .rdb input[type="radio"]:checked + ins:after {
	display: none !important;
}
#ShippingAddress .active label .rdb ins {
	background-color: #29527c;
	border: 1px solid #29527c;
}

.one-page-checkout #AdditionalInfo {
	margin-bottom: 0;
}
#AdditionalInfo .form-row:last-child {
	margin-bottom: 0;
}

#State, #Filter_DocumentType {
	height: 42px;
	margin-right: 5px;
	padding: 5px 10px 5px 14px;
	box-sizing: border-box;
	width: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid;
	border-color: #d1d1d1;
}
.address-info-text {
	text-align: left;
	float: left;
	padding-top: 10px;
}
#createNewShippingAddressForm, #editSubAccountForm {
	padding-top: 0;
}
#createNewShippingAddressForm .tbx {
	margin-bottom: 2px;
}
#createNewShippingAddressForm #State {
	margin-bottom: 2px;
	border-color: #d1d1d1;
}
.gvi-methods-payment .form-row, .gvi-methods-shipping .form-row {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
#onePageCheckout.warning .msg-block-alert.quote-is-expired-message {
	margin: 0 0 10px;
	font-size: 16px;
	padding-left: 45px;
	line-height: 24px;
}
.one-page-checkout .checkout-step {
	margin-bottom: 0;
}
.gvi-methods-wrapper {
	margin-top: 10px;
}
.sub-account-holder .form-row {
	line-height: 20px;
}
.gvi-sub-accounts {
	margin-top: 0;
	margin-bottom: 0;
}
.statistics-customersales-page table.table.table-sana.table-striped.table-statistics-sales, .statistics-credit-page table.table.table-sana.table-statistics-general, .checkout-ordersubmit-page table.table.table-sana.table-statistics-general, .creditPage table.table.table-sana.table-statistics-general {
	width: 100%;
}

.statistics-credit-page td.col-value, .checkout-ordersubmit-page td.col-value, .statistics-customersales-page td.col-value, .creditPage td.col-value {
	text-align: right;
}
.statistics-credit-page .table > thead > tr > th, .checkout-ordersubmit-page .table > thead > tr > th, .statistics-customersales-page .table > thead > tr > th, .creditPage .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #D4D8DD;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0 0 5px 0;
}
.statistics-credit-page table.table.table-sana.table-striped.table-statistics-sales, table.table.table-sana.table-statistics-general.credits {
	margin-top: 30px;
}
.creditPage table.table.table-sana.table-statistics-general.invoices {
	margin-top: 10px;
}
.creditPage table.table.table-sana.table-statistics-general.credits {
	margin-top: 25px;
}
.statistics-credit-page .table-striped > tbody > tr:nth-of-type(odd), .statistics-credit-page .table-statistics-general > tbody > tr:nth-of-type(odd), .checkout-ordersubmit-page .table-statistics-general > tbody > tr:nth-of-type(odd), .statistics-customersales-page .table-striped > tbody > tr:nth-of-type(odd), .statistics-customersales-page .table-statistics-general > tbody > tr:nth-of-type(odd), .creditPage .table-statistics-general.invoices > tbody > tr:nth-of-type(odd), .creditPage .table-statistics-general.credits > tbody > tr:nth-of-type(odd) {
	background-color: #f2f4f6;
}

.statistics-credit-page .table-striped > tbody > tr:nth-of-type(even), .statistics-credit-page .table-statistics-general > tbody > tr:nth-of-type(even), .checkout-ordersubmit-page .table-statistics-general > tbody > tr:nth-of-type(even), .statistics-customersales-page .table-striped > tbody > tr:nth-of-type(even), .statistics-customersales-page .table-statistics-general > tbody > tr:nth-of-type(even), .creditPage .table-statistics-general.invoices > tbody > tr:nth-of-type(even), .creditPage .table-statistics-general.credits > tbody > tr:nth-of-type(even) {
	background-color: #FFF;
}

.table-statistics-general tbody tr td {
	border: 1px solid #dedede;
}

#orderSubmitPage .table-statistics-general tbody tr {
	border: 1px solid #dedede;
}

#orderSubmitPage .table-statistics-general tbody tr td {
	border: none;
	line-height: 26px;
}

.no-bg-color {
	border: 1px solid #dedede;
	background-color: transparent !important;
}

.no-bg-color td {
	border: none !important;
}

.statistics-credit-page .table td, .checkout-ordersubmit-page .table td, .statistics-customersales-page .table td {
	padding: 2px 5px;
}

.creditPage .table td {
	padding: 4px 8px;
	line-height: 26px;
}
.creditPage .table-statistics-general.credits > tbody > tr.totals, .creditPage .table-statistics-general.invoices > tbody > tr.totals {
	background-color: #e3f1fc;
}
.creditPage .table-statistics-general > tbody > tr.totals td {
	padding: 6px 8px 4px;
}

table.table.table-sana.table-statistics-general.total-table .w-15 td {
	padding-top: 5px;
}
.empty-td {
	height: 22px;
}
.table-statistics-general tr, .table-statistics-sales tr {
	font-size: 13px;
}
.table-statistics-general tr.totals {
	font-weight: 500;
	font-size: 14px;
}
.statistics-credit-page span.align-right, .checkout-ordersubmit-page span.align-right, .statistics-customersales-page span.align-right {
	float: right;
}
table.table.table-sana.table-statistics-general tbody td {
	width: 50%;
}
table.table.table-sana.table-striped.table-statistics-sales tbody td {
	width: 25%;
}
.shipping-info, .order-info {
	margin-left: 5px;
}
#basketPage .shipping-info {
	margin-left: 10px;
}

.shipping-info, .subaccount-info, .order-info {
	display: inline;
	position: relative;
	line-height: 20px;
}
.shipping-info:hover, .subaccount-info:hover, .order-info:hover {
	text-decoration: none
}
.shipping-info:hover:after, .subaccount-info:hover:after, .gvi-orders tbody tr:hover .order-info:after {
	background: rgba(0,0,0,1);
    border-radius: 5px;
    bottom: 28px;
    color: #fff;
    content: attr(tooltip-title);
    display: block;
    left: 45%;
    padding: 5px 15px;
    position: absolute;
    white-space: normal;
    z-index: 98;
    width: 120px;
}
.shipping-info:hover:before, .subaccount-info:hover:before, .gvi-orders tbody tr:hover .order-info:before {
	border: solid;
	border-color: #111 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 22px;
	content: "";
	display: block;
	left: 70%;
	position: absolute;
	z-index: 99
}

.columns-general.compact > .wide {
	width: 75%;
	padding: 0 2%;
}
h3.productlist-subtitle {
	margin-top: 25px;
}
h3.productlist-subtitle.no-margin {
	margin-top: 0;
}
a#getAddress {
	background-color: #29527c;
	border-color: #29527c;
	box-sizing: border-box;
	font-size: 1.1em;
	color: #fff;
	padding: 12px 0 11px;
	margin-top: 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.disable-form input:disabled, .disable-form select:disabled, #deleteShipingAddressForm #State {
	background: #f2f4f6;
	padding: 0px 14px !important;
	color: #333;
	border-color: #d1d1d1;
	opacity: 1;
	border-radius: 0;
}

.order-details-action-bar .btn {
	margin-right: 15px;
	margin-left: 0;
	margin-top: 20px;
}
.order-details-action-bar {
	text-align: left;
}
h4.order-info-title {
	margin-bottom: 5px;
}
.order-info-table td.info-title, .order-info-table td.info-data {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
.order-info-table td.info-title {
	width: 40%;
}
.route-link:hover a {
	color: #4977a6;
	text-decoration: none;
}
table.order-info-table {
	border-spacing: inherit;
	width: 100%;
}
.history-details .msg-block-info, .statistics-credit-page .msg-block-info, .statistics-customersales-page .msg-block-info {
	margin: 0 0 20px;
}
.profile-index-page .msg-block-info {
	margin: 0 0 10px;
}
#searchPage .msg-block-info {
	margin: 0;
}
.msg-block-alert:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06a";
}
.my-profile-item {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	vertical-align: middle;
	transition: 0.3s;
	padding: 0 .75%;
}
.msg-block-confirm.quote-is-expired-message.thank-you.first, .msg-block-confirm.quote-is-expired-message.payment.first {
	margin: 0 0 20px;
}
.msg-block-confirm.quote-is-expired-message.payment.first {
	background: #148000;
	color: #ffffff;
}
.msg-block-confirm.quote-is-expired-message.thank-you.first, .msg-block-confirm.quote-is-expired-message.pick-up, .msg-block-confirm.quote-is-expired-message.delivery, .msg-block-confirm.quote-is-expired-message.payment {
	padding: 15px 20px 15px 40px;
}
.msg-block-confirm.quote-is-expired-message.thank-you:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f164";
	margin: 0 5px;
}
.msg-block-confirm.quote-is-expired-message.payment:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f09d";
	margin: 0 5px;
}
.msg-block-confirm.quote-is-expired-message.pick-up:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0f3";
	margin: 0 5px;
}
.msg-block-confirm.quote-is-expired-message.delivery:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d1";
	margin: 0 5px;
}
#createNewSubAccountForm {
	padding-top: 0;
}
#createNewSubAccountForm .msg-block-info {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.gvi-order-lines tbody td:last-child, .gvi-order-lines thead th:last-child {
	padding-right: 15px;
}
tr.t-row-total-price-excluding-discount {
	display: none;
}
.flexi-row:not(.center) .produtset-header {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	text-align: left;
}
.ecb-productsetcarousel-container .thumbnail img {
	max-height: 84px !important;
}
button.btn.btn-scroll-top.show.hover {
	display: none !important;
}
.home .image-banner .banner-full-width {
	background-position: center;
	background-repeat: no-repeat;
}
html, body {
	max-width: 2000px;
	margin: 0 auto;
}
.AccountManager .hide {
	display: inherit !important;
}
.AccountManager .hide-account-manager {
	display: none;
}

.showAccountManagerMenuLink {
	display: none;
}

.Beheerder .showAccountManagerMenuLink {
	display: list-item;
}

.Beheerder .hideAccountManagerMenuLink {
	display: none;
}

.showInvoicesMenuLink {
	display: none;
}

.viewInvoices .showInvoicesMenuLink {
	display: list-item;
}

.logoutLink {
	display: none;
}

.loggedInUser .logoutLink {
	display: list-item;
}

.profile-page-cnt .gvi-sub-accounts tbody tr, .gvi-basket-wrapper tbody tr.upper-row.row-simple-product {
	border: 1px solid #dedede;
	background-color: #fff;
}
.gvi-sub-accounts tbody .col-status, .gvi-sub-accounts tbody .col-name {
	line-height: 24px;
}
.gvi-sub-accounts td.col-status {
	font-size: 12px;
}
.gvi-sub-accounts td, .gvi-sub-accounts th {
	padding: 8px 10px;
	min-height: 24px;
}
.hyp-qo-title {
	font-weight: 500;
}
.basket-top-header.columns-general.compact, .columns-general.compact.basket-page-cnt.basket-b2b-mode {
	margin-bottom: 0;
}
.shipping-choice.shipping-custom {
	margin-bottom: 25px;
}
td.col-data {
	width: 23%;
}
td.col-data-name, td.col-data-address, td.col-data-city {
	width: 25%;
}
td.col-data-zipcode {
	width: 17%;
}
td.col-edit, td.col-delete {
	width: 6%;
	text-align: right;
}

.gvi-totals tfoot td {
	padding: 0 15px;
	line-height: 16px;
}
.gvi-totals .t-row-shipping-cost, .gvi-totals .t-row-product-cost {
	color: #000;
}
.gvi-totals tfoot .cell-name {
	color: #000 !important;
}
.gvi-totals tfoot tr:first-child td {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 15px;
	padding: 15px 15px 0;
	color: #000;
}
.t-row-total-price td span {
	font-weight: 500;
}
.t-row-shipping-cost td {
	padding: 10px 15px !important;
	color: #000 !important;
}
.sana-cookiebar-description {
	font-weight: 500;
	padding: 20px;
}
.sana-cookiebar.is-bottom {
	position: fixed;
	z-index: 3;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #e4e4e4;
}
.search-address {
	font-size: 1em;
	background-color: #29527c;
	border-color: #29527c;
	color: #fff;
	margin-top: 8px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 20px;
}
.search-address:hover {
	background-color: #4977a6;
	border-color: #4977a6;
	text-decoration: none;
}
td.col-info.stock {
	min-width: 125px;
}
/*#basketContent td.col-info.stock, */
#basketContent .lbl-stock i {
	display: none;
}
/*
#basketContent .lbl-stock {
	border-left: 1px solid #e4e4e4;
	padding-left: 10px;
	margin-left: 10px;
}
*/
#showDeletePopup {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #e4e4e4;
}

#deletePopup .ftr-column .hyp {
	-webkit-appearance: button;
	background-color: #29527c;
	border-color: #29527c;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
}
#deletePopup .ftr-column .hyp:hover {
	background-color: #4977a6;
	border-color: #4977a6;
	text-decoration: none;
}
input[type="text"]:disabled {
	display: block;
	border: 0 none;
	background: #f2f4f6;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	padding: 0px 14px !important;
	height: 42px;
	border-color: #d1d1d1;
	border: 1px solid #d1d1d1;
}
.mobile-custom-header {
	margin-bottom: 5px;
	margin-top: 15px;
	display: inline-block;
	width: 102%;
	margin-left: -1%;
}

.section-devider {
	display: none;
}

span.usp-text {
	font-family: Roboto;
	color: #2e2e2e;
	font-weight: 500;
	text-transform: none;
	font-size: 14px;
	margin-left: 5px;
	line-height: 20px;
	text-align: left !important;
	float: right;
	width: calc(100% - 80px);
	box-sizing: border-box;
	padding-top: 10px;
}

ul.usp-list.reset img {
	max-width: 60px;
	margin: auto;
}
ul.usp-list li:nth-child(odd) {
	width: 30%;
}
a.btn.btn-small.no-caption.btn-delete, button.btn.btn-big.delete, button.btn.delete {
	background-color: #cc0605;
	border-color: #cc0605;
}
	a.btn.btn-small.no-caption.btn-delete:hover, button.btn.btn-big.delete:hover, button.btn.delete:hover {
		background-color: #af0505;
		border-color: #af0505;
	}
#editShipingAddressForm, #deleteShipingAddressForm {
	padding-top: 0;
}
.order-info-inside {
	margin-top: 30px;
}

.responsive-table td:before {
	font-size: 12px;
}
.gvi-orders tbody tr:nth-child(odd), .gvi-documentSearch tbody tr:nth-child(odd) {
	background-color: #f2f4f6;
}
.gvi-documentSearch tbody tr:nth-child(even) {
	background-color: #FFF;
}
.gvi-documentSearch tbody tr:hover {
	background-color: #d8d8d8;
}
.basket-details {
	border-color: #e4e4e4;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
}
#example_filter input[type="search"], .order-filters input#minPrice, .order-filters input#maxPrice, .order-filters input#minDate, .order-filters input#maxDate, .order-filters #status, .order-filters #orderName, .order-filters #location, .order-filters #inputSource {
	height: 42px;
	display: block;
	outline: none;
	padding: 0px 14px;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	position: relative;
	border: 1px solid;
	width: 100%;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background-color: #fff;
}
select#status, select#orderName, select#location, select#inputSource {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 5px center;
}
.order-filters .filter-row.status {
	width: 25%;
	float: left;
	display: inline-block;
}
.order-filters .filter-row.date {
	width: 22.5%;
	padding-right: 2.5%;
	float: left;
	display: inline-block;
}
.order-filters {
	display: inline-block;
	width: 100%;
}
.input-euro {
	position: relative;
}
.input-euro.left input {
	padding-left: 18px;
}
.input-euro.left:before {
	color: #29527c;
	z-index: 1;
	background-color: #d1d1d1;
	font-family: "Font Awesome 5 Free";
	content: "\f153";
	position: absolute;
	top: 0;
	font-weight: 900;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
}
input#minPrice, input#maxPrice {
	padding-left: 50px !important;
}

.input-date {
	position: relative;
}
.input-date.left input {
	padding-left: 18px;
}
.input-date.left:before {
	color: #29527c;
	z-index: 1;
	background-color: #d1d1d1;
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	position: absolute;
	top: 0;
	font-weight: 900;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
}
input#minDate, input#maxDate {
	padding-left: 50px !important;
}
.margin-b-7 {
	margin-bottom: 7px;
}
.margin-b-12 {
	margin-bottom: 12px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.clearfield.removeAll {
	font-size: 14px;
}
.clearfield {
	float: right;
	font-size: 10px;
	margin-right: 10px;
	color: #000;
	text-align: right;
	display: none;
}
.clearfield:hover {
	cursor: pointer;
	color: #cc0605;
}
#example_filter label {
	display: inline-block;
	width: 72.5%;
	float: left;
}
#example_filter label label {
	width: 100%;
}
.clearfield.removeAll {
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	width: 25%;
	margin-top: 25px;
	text-transform: uppercase;
	margin-right: 0;
	height: 42px;
	line-height: 41px;
	color: #000;
	box-sizing: border-box;
	float: right;
	background-color: #dedede;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}
.clearfield.removeAll:hover {
	color: #CC0605;
}
#example_filter {
	display: inline-block;
	width: 100%;
}
.dataTables_paginate .previous {
	width: 20%;
	float: left;
}
.dataTables_paginate .next {
	width: 20%;
	float: right;
	text-align: right;
}
.dataTables_paginate span {
	width: 60%;
	float: left;
	text-align: center;
}
.dataTables_paginate .ellipsis {
	float: none;
	margin: 0 5px;
	height: 35px;
	line-height: 35px;
}
.dataTables_paginate span .paginate_button {
	margin: 0 2px;
    background: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #e4e4e4;
    line-height: 35px;
    transition: .2s;
    text-align: center;
	display: inline-block;
}
.paginate_button.previous, .paginate_button.next {
	line-height: 37px;
}
.paginate_button.previous.disabled, .paginate_button.next.disabled {
	pointer-events: none;
	color: #f8fafb;
}
.dataTables_paginate span .paginate_button:hover {
	background: #4977a6;
	color: #fff;
	transition: .2s;
	text-decoration: none;
}
.dataTables_paginate span .paginate_button.current, .dataTables_paginate span .paginate_button.current:hover {
	background: #29527c;
	color: #fff;
	display: inline-block;
	pointer-events: none;
}
.dataTables_info {
	text-align: center;
}
.counter.row {
	width: 101.5%;
	margin: 0 -.75%;
	clear: both;
}
.counter .col-4 {
	width: 31.33%;
	margin: .75%;
	display: inline-block;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e4e4e4;
}
.counter .count {
	text-align: center;
	display: block;
	line-height: 60px;
	font-size: 20px;
	font-weight: 500;
	width: 25%;
	float: left;
	background-color: #e4f1fc;
}
.counter.warning .count {
	background-color: #CC0605;
	color: #fff;
}
.counter .title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	width: 71%;
	float: right;
	line-height: 60px;
	text-align: left;
	color: #000;
}
.counter .subtitle {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	line-height: 12px;
	margin-bottom: 20px;
}
.account-info-content {
	padding-bottom: 5px;
	margin-bottom: 0;
}
.account-info-inside .sub-title {
	font-weight: 500;
}

.custom-checkbox .field {
	display: inline-block;
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 25px;
	min-height: 25px;
}

/* Hide the browser's default checkbox */
.custom-checkbox .field input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #c7c7c7;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox .field input:checked ~ .checkmark {
	background-color: #29527c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-checkbox .field input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .field .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-checkbox .field label {
	line-height: 25px;
	cursor: pointer;
	transition: 0.2s;
	z-index: 99;
	position: absolute;
	padding-left: 35px;
	display: inline-block;
}
.custom-checkbox {
	margin-top: 5px;
}
.gvi-sub-accounts .col-status {
	text-align: center;
	padding: 8px 0;
	width: 5%;
}
input, select, .tbx-main-search {
	border-radius: 0 !important;
}
.gvi-orders tbody tr:hover {
	background-color: #d8d8d8;
}
#KeepPickUpContact {
	height: 42px;
	margin-right: 5px;
	padding: 5px 10px 5px 14px;
	box-sizing: border-box;
	width: 100%;
}
.pickupcontact {
	margin-left: 10px;
}

input.loading {
	background: url(/content/files/verploegen/iconen/vpl-spinner.gif) no-repeat right center;
	background-size: 36px 36px;
	background-position: right 5px;
}
.popup {
	position: fixed;
	margin-left: -125px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	width: 250px;
	z-index: 1000004;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	text-align: left;
	padding: 30px;
	display: none;
}
.kvkfalse-popup {
	position: fixed;
	margin-left: -125px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	width: 250px;
	z-index: 1000004;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	text-align: left;
	padding: 30px;
	display: none;
}
.kvkerror-popup {
	position: fixed;
	margin-left: -125px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	width: 250px;
	z-index: 1000004;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	text-align: left;
	padding: 30px;
	display: none;
}
#addressesTable tbody tr {
	border: 1px solid #dedede !important;
}
#addressesTable tbody tr:nth-child(2n+0) {
	background-color: #fff;
}
.disabledinput, .disabledinput input, .disabledinput select {
	pointer-events: none;
	background-color: #e0e0e0 !important;
}
select#Customer_Type_of_Business_entity.disabledinput {
	background: none;
}
.top-header {
	height: 35px;
	display: none;
}
.apiAddress {
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	border: 1px solid;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background: #fff;
	margin-top: 22px;
	padding: 13px 15px;
}
.customShippingAddressData {
	display: none;
}
.changeAddress, .cancelChangeAddress {
	color: #29527c;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
	cursor: pointer;
}
.customShippingAddressDataForm {
	max-height: 0;
	height: 0;
	overflow: hidden;
}
.customShippingAddressDataForm.RemoveHeight {
	max-height: initial;
	height: auto;
	overflow: hidden;
}
#createAccountPageKVKSearch .wrapper.right-register, #createAccountPageKVKSearch .form-holder.left-register-additional {
	display: none;
}
.col-shipping .fa, .col-shipping .fas {
	color: #29527c;
}
.list-step-title {
	margin-bottom: 0px;
}
.over-summary.simple-basket {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 68px;
}

#basketModalPopup .panel-footer > div {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0;
}

.over-summary.simple-basket .summary-right:after {
	bottom: 12px;
}
table.gvi-methods.select-payment-choice.guest.responsive-table.responsive-table-0, table.gvi-methods.select-payment-choice.guest.responsive-table.responsive-table-1 {
	display: none;
}
.isQuote #ShippingMethods, .isQuote #PaymentMethods, .isQuote .form-row.col-50.click, .isQuote .checkout-step h2:before, .isQuote #OrderOverview .checkout-step-content, .isOrder .basket-contact-info, .isOrder .quoteTitle, .isQuote .orderTitle {
	display: none;
}
.isQuote #SubmitOrder .form-holder {
	padding-top: 15px;
}
.isQuote .btn-quote {
	width: 100%;
}

.cookies td, .cookies th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.updates td, .updates th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}
.cookies .w10 {
	width: 10%;
}
.cookies .w20, .updates .w20 {
	width: 20%;
}
.updates .w25 {
	width: 25%;
}
.cookies .w50 {
	width: 50%;
}
.updates tbody tr, .cookies tbody t {
	background-color: #f2f4f6;
}
.updates tbody tr:nth-child(2n+1), .cookies tbody t {
	background-color: #fff;
}
	.updates tbody tr:hover, .cookies tbody t {
		background-color: #f2f4f6;
	}
#ui-datepicker-div tr td:nth-child(7), 
#ui-datepicker-div.delivery tr td:nth-child(6), 
#ui-datepicker-div.pickupNoSat tr td:nth-child(6), 
#ui-datepicker-div.disallowToday .ui-datepicker-today {
	pointer-events: none;
}

#ui-datepicker-div tr td:nth-child(7) a,
#ui-datepicker-div.delivery tr td:nth-child(6) a,
#ui-datepicker-div.pickupNoSat tr td:nth-child(6) a,
#ui-datepicker-div.disallowToday .ui-datepicker-today a,
#ui-datepicker-div .ui-state-disabled span {
	color: #c9c9c9;
}

.clientquote-viewclientquote-page #ui-datepicker-div tr td:nth-child(7), .clientquote-viewclientquote-page #ui-datepicker-div tr td:nth-child(7) a {
	pointer-events: inherit;
}

.clientquote-viewclientquote-page #ui-datepicker-div tr td:nth-child(7), .clientquote-viewclientquote-page #ui-datepicker-div tr td:nth-child(7) a {
	color: #29527c;
}

footer {
	background: #efefef;
}
#notFoundPageImage {
	height: 320px;
	background-image: url(https://m.verploegen.nl/content/files/verploegen/banner/404.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.noPrices table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-5, .noPrices table.gvi-methods.select-payment-choice.responsive-table.responsive-table-1, .on-account table.gvi-methods.select-payment-choice.responsive-table.responsive-table-2 {
	display: none;
}
.gvi-sub-accounts tbody tr:nth-child(odd), .gvi-order-lines tbody tr.upper-row.row-simple-product:nth-child(odd), .gvi.gvi-order-templates tbody tr:nth-child(odd), .ordertemplates-viewordertemplate-page .gvi-order-details tbody tr:nth-child(odd) {
	background-color: #f2f4f6 !important;
}

.gvi-sub-accounts tbody tr:nth-child(even), .gvi-order-lines tbody tr.upper-row.row-simple-product:nth-child(even), .gvi-basket-wrapper tbody tr.upper-row.row-simple-product:nth-child(even), .gvi.gvi-order-templates tbody tr:nth-child(even), .ordertemplates-viewordertemplate-page .gvi-order-details tbody tr:nth-child(even), .gvi-basket-wrapper tbody tr.upper-row.row-simple-product:nth-child(odd) {
	background-color: #fff !important;
}

.register-benefits {
	line-height: 2em;
	color: #29527c;
}
.register-info-block {
	margin-bottom: 20px;
}
.validation.GeneralEmail {
	display: none;
}

.inputValues {
	display: block;
}
.fourth .form-card {
	display: inline-block;
	width: 100%;
}

header .wide-msg-block-info .msg-block-info {
	margin: 0;
	line-height: 20px;
}

header .wide-msg-block-info {
	position: fixed;
	bottom: 0;
	width: 250px;
	background: #e3f1fc;
	border-top: 2px solid #29527c;
	border-right: 2px solid #29527c;
	box-sizing: border-box;
	padding: 15px 0;
	-webkit-box-shadow: 0 0 10px #29527c;
	box-shadow: 0 0 10px #29527c;
}
header .wide-msg-block-info .center {
	padding: 0 10px;
}

.content-payonaccount-page input#CompanyNo, .content-payonaccount-page input#CompanyName {
	height: 44px;
	width: 100%;
	padding: 0px 14px;
	box-sizing: border-box;
}

.isQuote.guest #AdditionalInfo .checkout-step-title {
	display: none;
}

.field input[type=number] {
	height: 42px;
	margin-right: 5px;
	padding: 5px 10px 5px 14px;
	box-sizing: border-box;
	width: 100%;
	background-position: right 10px center;
	background-color: #fff;
	border: 1px solid;
	border-color: #d1d1d1;
}
.cust-btn {
	height: 42px;
	margin-top: 22px;
	width: 100%;
}

td.align-right {
	text-align: right;
}

.validation-IBAN, .validation-SWIFT {
	display: none;
}
.gvi-sub-accounts tbody tr:hover, .gvi-order-lines tbody tr.upper-row.row-simple-product:hover {
	background-color: #d8d8d8 !important;
}

.HideInvoices a.hyp-account.invoice {
	display: none;
}
/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.rating-stars ul > li.star {
	display: inline-block;
}

.rating-stars ul > li.star > i.fas {
	font-size: 2.5em;
	color: #ccc;
	margin-right: 10px;
}

.rating-stars ul > li.star.selected > i.fas {
	color: #FF912C;
}

.rating-stars ul > li.star.hover > i.fas {
	color: #FFCC36;
}
.tar textarea {
	border: 1px solid;
	width: 100%;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background-color: #fff;
}
.tar {
	border-bottom-width: 0;
}
.filter-row.date.margin-b-7.HideInvoices option[value='1'], .filter-row.date.margin-b-7.HideInvoices option[value='5'] {
	display: none;
}

.todo-item {
	display: block;
	line-height: 26px;
}

.todo-item .icon {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
}

.todo-item .icon {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
	color: #29527c;
}

.todo-item .description {
	font-size: 15px;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
}

.todo-item.succes .description {
	text-decoration: line-through;
}

.todo-item #DisablePayOnAccount {
	cursor: pointer;
    color: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #cc0605;
	text-decoration: none;
}
.todo-item #DisablePayOnAccount:hover {
    background-color: #af0505;
}

.todo-item:not(.succes) a {
	cursor: pointer;
	color: #fff;
	padding: 4px 6px;
	border-radius: 5px;
	background-color: #29527c;
	text-decoration: none;
}
.todo-item:not(.succes) a:hover {
	background-color: #4977a6;
}
.todo-item.succes a {
	pointer-events: none;
	text-decoration: none;
}

.todo-item.succes #DisablePayOnAccount {
	display: none;
}

#editProfilePage form .field label {
	line-height: normal;
	min-width: 55px;
	display: inline-block;
	margin-left: 10px;
}
#editProfilePage form .field .rdb ins {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	top: -5px;
	left: -10px;
}
#editProfilePage form .field label .rdb input[type="radio"]:checked + ins:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.msg-block-info.basket-combined {
	margin-top: 3px;
	display: none;
}
#quickOrder {
	margin-bottom: 10px;
}
.panel-footer .paging-control {
	padding-top: 0;
}
.list-mode .l-products-item:last-child {
	margin-bottom: 0;
}

/*
label .chb ins {
	background-color: #c7c7c7 !important;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
}
label .chb input[type="checkbox"] + ins:after {
	width: 25px;
	height: 25px;
	background-color: #29527c !important;
}
label .chb input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
	height: 25px;
	width: 100%;
	display: inline-block;
}
*/
.custom-checkbox .form-row {
	margin-bottom: 0;
	display: inline-block;
	min-height: 30px;
	line-height: 10px;
}
.custom-checkbox .form-row .control {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 0;
	min-height: 30px;
	line-height: 10px;
}
span.RemoveInvoiceContact, span.RemoveReminderContact {
	background-color: #29527c;
	color: #fff;
	padding: 7px 12px;
	font-size: 12px;
	cursor: pointer;
}
span.RemoveInvoiceContact:hover, span.RemoveReminderContact:hover {
	background-color: #4977a6;
}

#productListPage .msg-block-info {
	line-height: 22px;
	margin-top: 0;
	padding: 15px 30px 15px 40px;
}

#basketPage .msg-block-info.basket-offline {
	margin: 0 0 20px;
	line-height: 22px;
	font-size: 15px;
	padding: 15px 30px 15px 40px;
}

#basketPage .msg-block-info.basket-offline:before, #productListPage .msg-block-info:before {
	background: none;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06a";
	top: 15px;
}

#activeUserinfo {
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: #efefef;
	padding: 10px 15px;
	font-size: 12px;
	border-top: 1px solid #ccc8c8;
	border-right: 1px solid #ccc8c8;
}
.userOrderInfo {
	padding: 13px 30px;
	box-sizing: border-box;
	background-color: #efefef;
	float: right;
	min-width: 430px;
	display: none;
}
.shipping-option-main {
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #dedede;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 15px center;
	background-color: #fff;
	box-sizing: border-box;
}
.shipping-options-dropdown {
	display: none;
	padding-top: 20px;
	padding: 10px;
	background-color: #f2f4f6;
	min-height: 300px;
}
section#ShippingMethods .checkout-step-content {
	width: 100%;
	box-sizing: border-box;
}
.basket-baskettoquote-page .basket-details {
	margin-top: 0 !important;
}

.client-content .customer-info.col-5 {
	float: left;
	width: 100%;
}
.customer-content .customer-info.col-5 {
	float: left;
	width: 60%;
}
.customer-content .customer-info.customer-contact-info.col-5 {
	float: left;
	width: 40%;
}
.customer-info.col-5 table, .extra-info table, .extra-costs table {
	width: 100%;
	margin-bottom: 15px;
}
.extra-costs .btn {
	text-transform: uppercase;
	background-color: #29527c;
	border-color: #29527c;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	margin-top: 24px;
	display: block;
	width: 100%;
	height: 38px;
}

#clientQuotePage table td.column-zipCode {
	width: 30%;
}

#clientQuotePage .document-header table {
	width: 100%;
}

#clientQuotePage .document-header input {
	width: 100%;
	font-size: 13px;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	color: #4e4c4c;
}

#clientQuotePage .form-holder .tbx input {
	height: 30px;
}

#clientQuotePage .document-header #Basket_Name {
	font-size: 16px;
	height: 40px;
}

#clientQuotePage .document-header .customer-header {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	margin-top: 5px;
}
#clientQuotePage .document-header .form-row .customer-header {
	margin-bottom: 5px;
	min-height: 27px;
}
td.customer-header {

}
.customer-info.col-5 table input-validation-error {
	background-color: #ffdbdb;
	border: 1px solid #cc0605;
}
.customer-info.col-5.customer-contact-info table input {
	width: 92%;
	font-size: 14px;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #baaeae;
	float: right;
}
.customer-info.col-5.customer-contact-info .fas {
	font-size: 16px;
    line-height: 36px;
    width: 5%;
    text-align: center;
}
.client-content {
	display: inline-block;
	width: 40%;
	float: left;
}
.customer-content {
	display: inline-block;
	width: 60%;
	float: left;
}
.clientquote-lines .table-header td {
	border-bottom: 1px solid #e4e4e4;
	line-height: 26px;
}
.clientquote-lines .table-rows td {
	line-height: 32px;
	font-size: 15px !important;
	border-bottom: 1px solid #efecec;
	text-transform: capitalize;
}
.clientquote-lines .table-rows td input {
	line-height: 22px;
	font-size: 16px !important;
}
#InstallationCostsLine_Price {
	text-align: right;
	line-height: 24px;
	font-size: 16px;
	padding: 2px 5px;
	width: 80%;
	float: right;
}
#InstallationCostsLine_Title {
	text-align: right;
	line-height: 24px;
	font-size: 16px;
	padding: 2px 5px;
	width: 100%;
	float: right;
}
.TermsAndConditions {
	text-align: left;
	width: 50%;
	padding-top: 25px;
	vertical-align: top;
	vertical-align: text-top;
}
#TermsAndConditions {
	margin-top: 3px;
	padding: 10px;
	display: block;
	overflow-x: hidden;
	font-size: 14px;
}
.TermsTitle {
	font-weight: 500;
}
.clientquote-lines {
	margin-bottom: 35px;
}
.clientquote-lines .table-total td {
	line-height: 24px;
	font-size: 16px;
}
.clientquote-lines .table-total-incl td {
	line-height: 36px;
	font-size: 16px;
	font-weight: 500;
}
.customer-info.col-5 table td.column-city {
	width: 75%;
}
.customer-info.col-5 table td.column-zipCode {
	width: 25%;
}
.customer-info.col-5 .customer-header, .extra-info .customer-header, .extra-costs .customer-header, .clientquote-lines .customer-header {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 40px;
}
a.hyp-btn.hyp-print.quote {
	text-transform: uppercase;
	background-color: #29527c;
	border-color: #29527c;
	padding: 11px 20px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	margin-top: 24px;
	display: block;
}
a.hyp-btn.hyp-print.quote:before {
	display: none;
}

.basket-baskettoquote-page #basketContent {
	margin-bottom: 35px;
}
#extraInfo {
	font-size: 14px;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	width: 100%;
	line-height: 24px;
	height: 70px;
	overflow: hidden;
}

.form-row.field-customer-foundation_date, .form-row.field-customer-registration_date, .form-row.field-customer-chamber_of_commerce_activity, .form-row.field-customer-employees_count, .form-row.field-customer-home_page {
	display: none !important;
}
.list-price {
	text-decoration: none !important;
	font-size: 12px !important;
	color: #796f6f !important;
}
.list-mode .product-tile .product-img {
	position: relative;
}
.allowReturn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.dataTables_empty {
	display: none;
}
.gvi-addresses td.col-name {
	font-weight: 500;
}
#contactpersonen_filter input[type="search"] {
	height: 42px;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-radius: 0;
	position: relative;
	border: 1px solid;
	width: 100%;
	border-color: #d1d1d1;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
}
#contactpersonen_filter input[type="search"]:focus {
	outline: none;
}
div#contactpersonen_filter {
	margin-top: 15px;
	width: 100%;
}
.mobile-checkout-links {
	display: block;
	margin-top: 25px;
}

.mobile-checkout-links a {
	display: block;
	margin-top: 5px;
}
span.add-extra-line, span.remove-extra-line {
	padding: 10px;
	cursor: pointer;
}

.basket-info-wrapper.out-of-stock span {
	margin-top: 5px;
	padding: 15px;
	display: inline-block;
	background-color: #e3f1fc;
}
.related .simple-product-tile {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	margin-right: 15px;
	text-align: left;
}

.related .simple-product-tile .hyp-thumbnail {
	max-width: 100%;
	height: 85px;
	width: 180px;
}

.related .simple-product-tile .hyp-thumbnail .thumbnail img {
	width: 80px;
	height: auto;
}

.related .simple-product-tile .input-group {
	display: block;
}

.simple-product-tile button.btn.btn-action.btn-add-to-basket {
	margin-top: 10px;
	display: block;
	width: 100%;
}

.tab-control .specifications, .tab-control .attachments, .tab-control .description {
	min-height: 0;
}

.otherLocationsStockInfo {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 15px !important;
	border: 1px solid #e4e4e4;
	border-top: none;
	padding: 0 15px;
	margin-top: -10px;
	transition: 0.2s;
	padding-left: 105px;
	font-size: 13px;
	line-height: 20px;
	display: none;
}

.otherLocationsStockInfo th.location-header {
	width: 200px;
}

.otherLocationsStockInfo.mobile-view th.location-header {
    width: 175px;
}

.otherLocationsStockInfo th.location-header, .otherLocationsStockInfo.mobile-view th.location-header {
	text-align: left;
	font-weight: 500;
}

.otherLocationsStockInfo th.stock-header, .otherLocationsStockInfo.mobile-view th.stock-header {
	text-align: left; 
	font-weight: 500;
}

.otherLocationsStockInfo.mobile-view {
    border: none;
    padding: 0 15px;
    margin-top: 10px;
    padding-left: 0;
}

.stock-info .fas {
	color: #CC0605;
	margin-right: 5px;
}

.stock-info.low-stock-icon .fas {
	color: #dda02e;
}

.stock-info.in-stock-icon .fas {
	color: #179817;
}

.tempHide {
	display: none;
}

.product-tile:hover ~ .otherLocationsStockInfo, .otherLocationsStockInfo:hover {
	border: 1px solid #bbbbbb;
	border-top: none;
	transition: 0.2s;
}

.l-products-item:hover .product-tile, .l-products-item:hover .otherLocationsStockInfo {
	border-color: #bbbbbb;
	transition: 0.2s;
}

.OtherLocationsStockInfo-button.error {
	background-color: #cc0605;
}
.OtherLocationsStockInfo-button.error:hover {
	background-color: #af0505;
}

.stock-changed {
	color: #cf8d15 !important;
}
.stock-changed span.shipping-info {
	color: #4e4c4c !important;
}
.stock-changed::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	margin-right: 5px;
}

.stock-icon {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
	padding: 2px;
	box-sizing: border-box;
}

.stock-icon > .line {
	background-color: #292929;
	height: 2px;
	display: block;
}

.stock-icon > .line + .line {
	margin-top: 3px;
}

#basketPage .basket-links-vpl .fas {
	font-size: 13px;
	margin-right: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
}

#basketPage .basket-links-vpl .fas.fa-save, #basketPage .basket-links-vpl .fas.fa-folder-open, #basketPage .basket-links-vpl .fas.fa-trash-alt {
	font-size: 14px;
}

#basketPage .basket-links-vpl .hyp-btn {
	color: #29527c;
	transition: 0.2s;
	line-height: 20px;
	font-size: 12px;
}
	
#basketPage .basket-links-vpl .hyp-btn:hover, #basketPage .basket-links-vpl .fas, #basketPage .basket-links-vpl .far {
	color: #4977a6;
	transition: 0.2s;
}

#basketPage .basket-links-vpl .hyp-btn:before {
	margin-right: 0;
}

#basketPage .basket-links-vpl .hyp-btn#btnClearBasket, #basketPage .basket-links-vpl .hyp-btn#btnClearBasket .fas {
	color: #CC0605;
}

#basketPage .basket-links-vpl .hyp-btn#btnClearBasket {
	text-align: right;
}

#basketPage .basket-links-vpl .hyp-btn#btnClearBasket:hover, #basketPage .basket-links-vpl .hyp-btn#btnClearBasket:hover  .fas {
	color: #af0505;
}

.contact-productlistpage span, #basketContact span {
	display: block;
	line-height: 26px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#basketContact span {
	margin-left: 5px;
}

.contact-productlistpage span .fas, .contact-productlistpage span .fab, .contact-productlistpage span .far,
#basketContact span .fas, #basketContact span .fab, #basketContact span .far {
	background-color: #29527c;
	color: #fff;
	width: 28px;
    height: 28px;
    line-height: 28px;
	text-align: center;
	margin-right: 5px;
	font-size: 15px;
	transition: 0.2s;
}

.contact-productlistpage span:hover, #basketContact span:hover {
	cursor: pointer;
}

.contact-productlistpage span a, #basketContact span a {
	text-decoration: none;
}

.contact-productlistpage span:hover .fas, .contact-productlistpage span:hover .fab, .contact-productlistpage span:hover .far,
#basketContact span:hover .fas, #basketContact span:hover .fab, #basketContact span:hover .far {
	background-color: #4977a6;
	transition: 0.2s;
	margin-right: 10px;
}

.contact-productlistpage span .far.fa-comment-dots, #basketContact span .far.fa-comment-dots  {
	font-size: 17px;
}

.contact-productlistpage span .fab, #basketContact span .fab {
	font-size: 18px;
}

.contact-productlistpage span .far.fa-paper-plane, #basketContact  span .far.fa-paper-plane {
	font-size: 16px;
}

.contact-productlistpage span .fa-paper-plane:before, #basketContact span .fa-paper-plane:before {
	margin-left: -1px;
}

.contact-productlistpage h3, #basketContact h3 {
	margin-bottom: 15px;
}

.contact-productlistpage {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 10px 15px 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.productlist-search-page .contact-productlistpage, .categoryitemssearch-index-page .contact-productlistpage {
	padding: 10px 10px 5px;
}

.contact-productlistpage.top-space {
	top: 280px;
}

/*
.categories-productlistpage {
	position: -webkit-sticky;
	position: sticky;
	top: 375px;
	margin-top: 15px;
	display: inline-block;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 15px 15px 10px;
}
*/

.categories-productlistpage {
	margin-bottom: 23px;
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 15px 15px 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.categories-productlistpage .category-item {
	display: inline-block;
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	color: #4e4c4c;
}

.categories-mobile-productlistpage .category-item {
	display: inline-block;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #4e4c4c;
	margin-bottom: 0;
	padding: 7px 5px;
	line-height: 20px;
	font-size: 16px;
}


.categories-mobile-productlistpage {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.categories-mobile-productlistpage .category-item .fas {
	margin-right: 7px;
	transition: 0.2s;
}

.categories-mobile-productlistpage .category-item.active {
	margin-left: 7px;
	color: #4977a6;
}

.categories-mobile-productlistpage .category-item.active .fas {
	margin-left: 7px;
}

.categories-productlistpage .category-item:hover, .categories-productlistpage .category-item.active {
	color: #4977a6;
}

.categories-productlistpage .category-item.active .category-title {
	margin-right: 5px;
    transition: 0.2s;
}

.categories-productlistpage .category-item .category-title {
	display: inline-block;
    float: right;
    width: calc(100% - 30px);
    line-height: 18px;
    font-size: 14px;
    margin-right: 10px;
	transition: 0.2s;
}

.categories-productlistpage .category-item:hover .category-title {
    margin-right: 5px;
	transition: 0.2s;
}

.basket-top-header.columns-general.compact.quick-order-header {
	z-index: 999;
	background-color: #fff;
	top: 130px;
	left: -500px;
	padding: 25px 15px 15px;
	width: 450px;
	margin-left: 0;
	height: calc( 100% - 130px);
	box-sizing: border-box;
	-webkit-box-shadow: 5px 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 8px 0px 10px -10px black;
	position: fixed;
	overflow-y: scroll;
}
.choose-product .qo-product-title-box {
	margin-left: 0;
	max-width: 100%;
	font-size: 18px;
}
.choose-product .qo-product-title-box {
	max-width: 100%;
}
.choose-components:empty + .qo-quantity-box {
	margin-left: 0;
}
.choose-product > div {
	display: block;
	padding: 10px 10px 0;
	box-sizing: border-box;
	margin-left: 0;
}

.hyp-btn.right-float .fas.fa-times {
	font-size: 22px !important;
	line-height: 30px;
	width: 30px;
	color: #cc0605;
	float: right;
	margin-right: 0 !important;
}
.quick-order-text {
	margin: 20px 0px 10px;
}

span.hyp-btn.quickOrderBtn.disableInput {
	pointer-events: none;
}

.ordertemplates-viewordertemplate-page #orderTemplatesPage button.btn.btn-action.btn-add-to-basket {
	width: 45px;
	height: 28px;
}

#orderTemplatesPage.single-template .stock-indication {
	border-left: none;
}

#orderTemplatesPage.single-template .gvi td, #clientQuotePage.single-template .gvi td {
	line-height: 20px;
}
#orderTemplatesPage.single-template span.list-prices {
	display: inline-block;
	position: relative;
}

#orderTemplatesPage.single-template .lbl-price {
	white-space: nowrap;
	display: block;
}

#orderTemplatesPage.single-template span.list-prices:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	-webkit-transform: rotate( -15deg );
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	opacity: 0.5;
}

#orderTemplatesPage#single-template td.text-right.template-prices {
	width: 100px;
}
#orderTemplatesPage.single-template td.text-right.input-col {
	width: 185px;
	padding: 9px 0;
}

.product-bottom-info .simple-product-tile .thumbnail {
	max-width: 85px;
}

td.text-right.template-action a {
	transition: 0.2s;
}
td.text-right.template-action a:hover {
	background-color: #4977a6;
    border-color: #4977a6;
	text-decoration: none;
}

#orderTemplatesPage .product-img, #clientQuotePage .product-img {
	padding: 5px 0;
	background-color: #fff;
	width: 65px;
}
#orderTemplatesPage .product-img img, #clientQuotePage .product-img img {
	max-height: 50px;
	display:block;
    margin:auto;
}
#orderTemplatesPage .list-price, #clientQuotePage .list-price {
	margin-right: 0;
}
.btn.quote-confirm {
	background-color: #3a8634;
	border-color: #3a8634;
	transition: 0.2s;
}

.btn.quote-confirm:hover {
	background-color: #2c6f27;
	border-color: #2c6f27;
	transition: 0.2s;
}

.hyp-recalculate {
	text-decoration: none; 
}

table.table.table-sana.table-statistics-general.ordersubmit-products th {
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	line-height: 24px;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody td {
	width: auto;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody .product-img {
	width: 60px;
	height: 60px;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody .product-img span {
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 54px;
    top: 4px;
    left: 3px;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody .product-img span  img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody .product-no-row {
	width: 80px;
}
table.table.table-sana.table-statistics-general.ordersubmit-products tbody .product-quantity-row {
	width: 75px;
	text-align: right;
	text-transform: lowercase;
}
table.table.table-sana.table-statistics-general.ordersubmit-products th.text-right {
	text-align: right;
}
table.table.table-sana.table-statistics-general.ordersubmit-products .product-no-row {
	padding-left: 15px;
}
.ProductsShowed {
	pointer-events: none;
}

.btnCatalogSaveOrderTemplate {
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: 0;
	font-size: 12px;
	padding: 1px 5px 0;
	background-color: #f2f4f6;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	text-align: center;
	line-height: 20px;
	opacity: 0.0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.btnCatalogSaveOrderTemplate:hover {
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	line-height: 26px;
}

.btnCatalogSaveOrderTemplate .fas {
	margin-right: 2px;
}

.l-products-item:hover .btnCatalogSaveOrderTemplate {
	opacity: 0.7;
}

.btnCatalogSaveOrderTemplate:hover {
	border: 1px solid #bbbbbb;
	cursor: pointer;
	opacity: 1.0 !important;
}

#AddToOrderTemplateModal {
	height: auto;
}

#AddToOrderTemplateModal, #AddToOrderTemplateModal-overlay, #AddToOrderTemplateModalHeader-overlay {
	display: none;
}

#AddToOrderTemplateModal .modal-dialog {
	z-index: 101;
}

#AddToOrderTemplateModal select.edit-shipping-method {
	width: 100%;
}

#AddToOrderTemplateModalHeader-overlay {
	height: 130px;
}

.order-details-action-bar .attachments {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.order-details-action-bar .attachments .arrow-blue:before {
	display: none;
}

.order-details-action-bar .attachments .arrow-blue {
	padding-left: 2px;
}

.order-details-action-bar .attachments .signature, .order-details-action-bar .attachments .photo {
	display: inline-block;
	margin-right: 20px;
}

.order-details-action-bar .attachments .fas {
	font-size: 18px;
	color: #29527c;
}

.order-details-action-bar .attachments .signature:hover .fas, .order-details-action-bar .attachments .photo:hover .fas {
	color: #000;
	text-decoration: none;
}

.order-details-action-bar .attachments .signature:hover a, .order-details-action-bar .attachments .photo:hover a {
	color: #000;
	text-decoration: none;
}

#ModalBodySucces, #OrderTemplateNameError, #AddOrderTemplateNameToOrderTemplate.disabledinput, #OrderTemplateChoiseError {
	display: none;
}

.AddToOrderTemplateProductPage span {
	cursor: pointer;
}

.liveChatLogin {
	color: #29527c;
	cursor: pointer;
}

.liveChatLogin:hover {
	text-decoration: underline;
}

#RemoveTemplateClicked {
	padding: 5px 25px;
	background: #CC0605;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	transition: 0.2s;
}

#RemoveTemplateClicked:hover {
	transition: 0.2s;
	background: #af0505;
	text-decoration: none;
}

table.gvi.gvi-order-templates.responsive-table .no-row-style {
	background-color: transparent !important;
	border: none !important;
}

table.gvi.gvi-order-templates.responsive-table .no-row-style td {
	padding-left: 0;
	padding-top: 25px;
}

#isAllProductsInStockPopup .btn-checkout btn-cnt::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
}

#isAllProductsInStockPopup .custom-checkbox .field label {
	width: calc(100% - 35px);
}

#isAllProductsInStockPopup .feedback-overview {
	font-size: 14px;
	margin: 5px 0;
}

#isAllProductsInStockPopup .custom-checkbox {
	margin-top: 5px;
	margin-bottom: 25px;
}

#isAllProductsInStockPopup #isAllProductsInStock {
	width: 50%;
	padding: 0;
}

#isAllProductsInStock {
	margin-top: 15px;
}

.top-margin-20 {
	margin-top: 20px;
}

.productComponent {
	background-color: #f2f4f6;
	border: 1px solid #e4e4e4;
	padding: 5px 15px;
	margin-top: 15px;
	transition: 0.2s;
	font-weight: 500;
	font-size: 13px;
}

.productComponent.top-5 {
	margin-top: 5px;
}

.category-search-item {
	width: 100%;
	box-sizing: border-box;
	margin: 7px 1px 0;
}

.category-search-item .node-title {
	padding-top: 0;
}

#isAllProductsInStock {
	background-color: #CC0605;
	border-color: #CC0605;
}

#isAllProductsInStock:hover {
	background-color: #af0505;
	border-color: #af0505;
}

#isAllProductsInStockPopup .btn.btn-action.btn-checkout {
	background-color: #CC0605;
	border-color: #CC0605;
}

#isAllProductsInStockPopup .btn.btn-action.btn-checkout:hover {
	background-color: #af0505;
	border-color: #af0505;
}

.basket-action-wrapper .btn-quote {
	padding: 10px 10px 0;
	display: block;
	margin-top: 0;
	transition: 0.2s;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 500;
}

.basket-action-wrapper .btn-quote:hover {
	text-decoration: none;
	transition: 0.2s;
	text-align: center;
}

.btn-quote::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	margin-left: 5px;
	transition: 0.2s;
}

.basket-action-wrapper .btn-quote:hover::after {
	margin-left: 10px;
	transition: 0.2s;
}

.btn-cnt.back-basket .fa-times {
	margin-right: 5px;
	transition: 0.2s;
}

.btn-cnt.back-basket:hover .fa-times {
	margin-right: 10px;
	transition: 0.2s;
}

.basket-details .msg-block-info {
	margin: 20px 0 0;
	padding: 15px;
	line-height: 24px;
}
.basket-details .msg-block-info:before {
	display: none;
}

.basket-details .msg-block-info .hyp-recalculate {
	background: #29527c;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.product-details-page .no-return-info {
	margin-left: 0;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
	margin-right: 10px;
}
/*
#onePageCheckout.customerQuote #ShippingMethods, #onePageCheckout.customerQuote #PaymentMethods, #onePageCheckout.customerQuote .checkout-summary.clearfix, #onePageCheckout.customerQuote #deliveryDate, #commentDescription {
	display: none;
}*/

#onePageCheckout.customerQuote #commentDescription, #onePageCheckout.guest #commentDescription {
	display: inherit;
}

#onePageCheckout.guest #ShippingMethods, #onePageCheckout.guest #GuestAddress, #onePageCheckout.guest #PaymentMethods, #onePageCheckout.guest .checkout-step-title {
	display: none;
}

#onePageCheckout.guest .checkout-step:last-child .form-holder {
	padding-top: 0;
}

#onePageCheckout.guest h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.column > .wrapper.loginBox, .column > .wrapper.RegisterBox, .column > .wrapper.GuestBox {
	border: 1px solid #e4e4e4;
	padding: 25px;
	margin-bottom: 40px;
	background-color: #fff;
}

.RegisterBox {
	margin-bottom: 40px;
}

.showPasswordClick {
	display: block;
	margin-bottom: 10px;
	color: #29527c;
}

.showPasswordClick:hover {
	cursor: pointer;
}

/*
#onePageCheckout.guest .columns-general.compact > .wide, #basketPage.compactBasket .columns-general.compact > .wide, .basket-details-page .guestBasketContent .columns-general.compact > .wide {
	width: 66.6%;
}
*/

.checkout-index-page .guest .feedback-overview {
	margin: 0 0 10px;
	display: inline-block;
}

.checkout-index-page .guest .feedback-text {
	width: calc(100% - 35px);
	float: right;
	display: inline-block;
}

.jump-to-cat-div {
	display: none;
}

.mobile-custom-header a {
	width: 30.3%;
	display: inline-block;
	float: left;
	margin: 0 1.5%;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

.mobile-custom-header .jump-to-cat-div a {
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

.jump-to-cat-div .categories-productlistpage {
	border: none;
	background-color: transparent;
	padding: 10px 0 0;
	margin-bottom: 0;
}

.mobile-custom-header a.jump-to-cat {
	background-color: #29527c;
	border-color: #29527c;
}

.mobile-custom-header a.last-page, .mobile-custom-header a.to-catalog {
	background-color: #4977a6;
	border-color: #4977a6;
}

.mobile-custom-header a.last-page .fas {
	margin-right: 5px;
}

.mobile-custom-header a.jump-to-cat .fas {
	margin-left: 5px;
}

#saveCatalogOrderTemplateBody .submitButton {
	float: right;
	width: 50%;
}

#saveCatalogOrderTemplateBody .submitButton .btn {
	width: 100%;
}

#saveCatalogOrderTemplateBody option:disabled {
	background-color: #f2f4f6;
	font-style: italic;
}

#saveCatalogOrderTemplateBody option {
	border-bottom: 1px solid #e4e4e4;
}

.warning-left .in-stock {
	color: #CC0605;
}

.btnProductSaveOrderTemplate {
	padding: 5px 10px;
	background-color: #4977a6;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
}

.btnProductSaveOrderTemplate .fas {
	margin-right: 5px;
}

.msg-block-warning.ideal-payment-failed.first {
	background-color: #cc0605;
	color: #fff;
	padding: 15px 30px;
}

.msg-block-warning.ideal-payment-failed.first .fas {
	margin-right: 5px;
}

.image-zoom-click {
	font-size: 12px;
	background-color: #e4e4e4;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	.image-zoom-click {
		position: absolute;
		left: -1px;
		bottom: -10px;
		width: calc(100% + 2px);
		box-sizing: border-box;
		line-height: 16px;
		font-size: 10px;
	}
}

.over-summary .hyp {
	display: inline-block;
}

.actionButtonsHeader {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin: 15px 0 5px;
	width: 100%;
}

#clientQuotePage .form-button {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.form-button .actionButtons, .form-button .actionMessages {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 15px 20px 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.form-button .actionMessages {
	padding: 0;
    margin-bottom: -1px;
}

.backClientQuotes {
	margin-bottom: 15px;
	display: block;
}

.downloadDocument {
	padding: 20px 20px 10px;
	text-align: center;
}

.downloadDocument a {
    display: inline-block;
    background-color: #f2f4f6;
    padding: 5px 15px;
    border: 1px solid #e4e4e4;
    transition: 0.2s;
    line-height: 65px;
    width: 100%;
    box-sizing: border-box;
}

.downloadDocument a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.2s;
	border: 1px solid #000;
}

.downloadDocumentIcon {
	line-height: 65px;
	text-align: center;
	font-size: 40px;
	width: 25%;
	float: left;
	display: inline-block;
}

.downloadDocumentLink {
	width: 75%;
	float: left;
	display: inline-block;
	line-height: 65px;
}

.btnDownload, .btnUpdate, .btnDelete, .btnAddToBasket {
	color: #29527c;
	display: inline-block;
	transition: 0.2s;
	width: 100%;
	line-height: 30px;
}

#removeOrderTemplate, #removeClientQuote {
	color: #CC0605;
	display: inline-block;
	transition: 0.2s;
	line-height: 10px;
}

#removeOrderTemplate:hover, #removeClientQuote:hover {
	color: #000;
	transition: 0.2s;
	text-decoration: none;
}

.btnDownload:hover, .btnUpdate:hover, .btnDownload:hover input, .btnUpdate:hover input {
	color: #000;
	transition: 0.2s;
	cursor: pointer;
}

.btnDownload input, .btnUpdate input, .btnAddToBasket input {
	color: #29527c;
	transition: 0.2s;
	line-height: 20px;
	font-size: 14px;
	background-color: transparent;
}

.btnAddToBasket::before, .btnDownload::before, .btnUpdate::before, #removeClientQuote::before {
	width: 15px;
	text-align: center;
	display: inline-block;
}

.btnAddToBasket::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f217";
	transition: 0.2s;
}

.btnDownload::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f02f";
	transition: 0.2s;
}

.btnUpdate::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c7";
	transition: 0.2s;
}

#removeClientQuote::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2ed";
	transition: 0.2s;
	margin-right: 8px;
}

#removeOrderTemplate::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2ed";
	margin-left: 15px;
	transition: 0.2s;
	margin-right: 8px;
}

.btnDeleteRow {
	background-color: #CC0605;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
	padding: 7px 12px 6px;
	display: inline-block;
}

.btnDeleteRow:hover {
	background-color: #af0505;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    padding: 7px 12px 6px;
}

#clientQuoteActionForm .gvi-order-details tbody tr:nth-child(2n+1) {
	background-color: #fff !important;
}

.basket-links-vpl .columns-general {
	padding: 0;
}

#basketPage .basket-links-vpl .fas, #basketPage .basket-links-vpl .fas.fa-save, #basketPage .basket-links-vpl .fas.fa-folder-open, #basketPage .basket-links-vpl .fas.fa-trash-alt, #basketPage .basket-links-vpl .far {
	width: 25px;
	text-align: center;
}

#basketPage .basket-links-vpl .hoverModify .hyp-btn:hover, #basketPage .basket-links-vpl .hoverModify .hyp-btn:hover .fas, #basketPage .basket-links-vpl .hoverModify .hyp-btn:hover .far {
	color: #000;
}

#saveClientQuotePopup .form-row {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.fa-stack {
	text-align: center;
}

.fa-stack .fa-caret-down {
	position: absolute;
	bottom: 0;
}

.fa-stack .fa-caret-up {
	position: absolute;
	top: 0;
}

th.reorder.sorting_asc {
	padding: 0;
	width: 50px !important;
	text-align: center;
	pointer-events: none;
}

table.dataTable tbody td.reorder {
	background-color: #f8fafb;
	-moz-box-shadow: inset 0 0 3px #a4a4a4;
	-webkit-box-shadow: inset 0 0 3px #a4a4a4;
	box-shadow: inset 0 0 3px #a4a4a4;
}

table.dataTable tfoot td.reorder {
	cursor: default;
}

/*
#clientQuotePage {
	border: 1px solid #e4e4e4;
	padding: 35px;
	box-sizing: border-box;
	background-color: #fff;
}
*/

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 8px 10px;
	font-weight: 500;
	color: #000;
}

#clientQuoteAction {
	width: 1200px;
	margin: 0 auto;
}

#clientQuotePage .documentView .innerDocument {
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	min-height: 300px;
	padding: 35px;
	position: relative;
	box-sizing: border-box;
}

/*
#clientQuotePage:before, #clientQuotePage:after {
	content: "";
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

#clientQuotePage:before {
	background: #fafafa;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	left: -5px;
	top: 4px;
	transform: rotate(-2.5deg);
}

#clientQuotePage:after {
	background: #f6f6f6;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	right: -3px;
	top: 1px;
	transform: rotate(1.4deg);
}
*/

table.dataTable tfoot th, table.dataTable tfoot td, table.dataTable tfoot tr {
	border: none;
	font-size: 15px;
	padding: 5px 10px;
}

table.dataTable tfoot tr.first-row td {
	border-top: 1px solid #dedede;
	padding-top: 20px;
}

table.dataTable tfoot tr.last-row td {
	padding-top: 15px;
	font-size: 17px;
}

table.dataTable tfoot span.euroSign {
	width: 15px;
	display: inline-block;
}

table.dataTable tfoot tr.subtotal-row td {
	padding-top: 15px;
}

#clientQuotePage .document-header input#logoUpload {
	margin: 5px 0 0 10px;
	padding: 15px;
	background-color: #f2f4f6;
	width: calc(100% - 10px);
	border: 1px solid #e4e4e4;
	font-size: 14px;
}

#clientQuotePage .form-button .msg-block-info {
	margin: 0;
}

#clientQuotePage .form-button .columns-general > .column {
	vertical-align: middle;
}

#clientQuotePage .form-button .columns-general {
	max-width: 1200px;
	margin: 0 auto;
}

#clientQuotePage #ui-datepicker-div {
	width: 238px;
}

.btnProductSaveOrderTemplate {
	cursor: pointer;
}

.popup-cnt h2 {
	margin: 5px 0 14px 0;
}

.feedback-overview .feedback-text {
	width: calc(100% - 35px);
	float: right;
}

.NameImputBox.hideNameImputBox, .hideOrderTemplateId {
	display: none;
}

.actionMessages.animate {
	animation: pulse-animation 1.5s infinite;
	animation-delay: .5s;
	animation-iteration-count: 5;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
	}
}

.downloadModifiedDateError {
	padding: 0 20px 15px;
	text-align: left;
	line-height: 21px;
	font-weight: 500;
	color: #cc0605;
	margin-top: -10px;
}

#orderTemplatesPage .btnDownload, #orderTemplatesPage .btnUpdate, #orderTemplatesPage .btnDelete {
	width: auto;
	margin-left: 15px;
}

#orderTemplateActionForm .msg-block-info {
	margin-top: 0;
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
}

.dataTables_filter {
	margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_info {
	width: 100%;
}

.dataTables_wrapper .dataTables_paginate {
	width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background-color: #29527c;
	background: #29527c;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #4977a6;
	background: #4977a6;
	color: #fff !important;
}

.ordertemplate-product-tile .product-id + .stock-indication {
	border-left: 1px solid #e4e4e4;
}

.ordertemplate-product-tile .product-id {
	margin-right: 10px;
}

.ordertemplate-product-tile .lbl-stock {
	border-left: 1px solid #e4e4e4;
	padding-left: 10px;
}

#orderTemplatesPage table.dataTable tbody td {
	padding: 10px 9px;
}

table.dataTable tbody tr {
	background-color: #f8fafb;
}

.basket-empty #btnSaveOrderTemplate, .basket-empty #btnDownloadPrint, .basket-empty #btnSaveClientQuote, .basket-empty #btnClearBasket,
.basket-empty #btnSaveOrderTemplate .fas, .basket-empty #btnDownloadPrint .fas, .basket-empty #btnSaveClientQuote .far, .basket-empty #btnClearBasket .fas, .basket-empty .hyp-recalculate, .basket-empty .hyp-recalculate .fas {
	color: #969191 !important;
	pointer-events: none;
}

.basket-empty .column.border-simple-left {
	display: none;
}

.tekst-logo {
	margin-bottom: 15px;
}

#clientQuotePage .columns-general.compact {
	padding-top: 0;
}

.basket-supplyProblems .fas {
	font-size: 16px;
	margin-left: 0;
	color: #CC0605;
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	font-size: 14px !important;
}

.lbl-supplyProblems {
	color: #CC0605;
	font-weight: 400;
	font-size: 13px;
}

#basketContent .msg-block-error {
	font-size: 16px;
	font-weight: 500;
	padding: 25px 20px 15px 25px;
}

#basketContent .msg-block-error:before {
    background: url(files/icons/error.png);
    top: 23px;
    left: 18px;
    height: 12px;
    width: 12px;
}

#basketContent .msg-block-error ul {
    list-style: none;
    padding: 5px 0;
    margin-top: 5px;
}

#basketContent .msg-block-error li {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

#basketContent .msg-block-error li::before {
    font-size: 14px;
    margin: 5px 0;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    width: 15px;
    margin-right: 10px;
}

.shipping-info.supplyProblems {
	padding: 4px 5px 3px 3px;
	background-color: #CC0605;
	color: #fff;
	margin-left: -10px;
	font-size: 14px;
	top: 1px;
}

#isAllProductsInStockPopup a.btn.btn-action.btn-checkout.disabled {
	background-color: #000;
	border-color: #000;
	pointer-events: none;
	opacity: 0.3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-left: 0;
	border: 1px solid #e4e4e4;
	background: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #a5a5a5 !important;
}

a.btn.btn-paging.btn-page-prev, a.btn.btn-paging.btn-page-next {
	width: 20%;
	float: left;
	line-height: 37px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	text-align: center;
	border: 1px solid #e4e4e4;
	background: #fff !important;
	height: 37px;
}

a.btn.btn-paging.btn-page-next {
	float: right;
}

a.btn.btn-paging.btn-page-prev:hover, a.btn.btn-paging.btn-page-next:hover {
	background: #29527c !important;
    border-color: #29527c !important;
}

a.btn.btn-paging.btn-page-prev:hover:before, a.btn.btn-paging.btn-page-next:hover:after {
	color: #fff;
}

a.btn.btn-paging.btn-page-prev.btn-disabled, a.btn.btn-paging.btn-page-next.btn-disabled {
	border: 1px solid transparent;
	background: transparent !important;
}

.Unavailable .RecalculationRequired .form-holder {
	display: none !important;
}

.Unavailable tr.upper-row.row-simple-product.warning-left {
	box-shadow: none;
}

table.dataTable {
	border-collapse: collapse;
}

.checkout-stock-warning {
	color: #cc0605;
	line-height: 42px;
	width: calc(100% - 320px);
	float: right;
}

.checkout-stock-warning .fas {
	margin-right: 5px;
    font-size: 16px;
}

.customShippingAddressDataForm .field-shippingaddress-name,
.customShippingAddressDataForm .field-shippingaddress-state {
	display: none;
}


.shipping-choice-content.shipping-choice-content-custom .form-row.field-shippingaddress-zipcode,
.shipping-choice-content.shipping-choice-content-custom .form-row.field-shippingaddress-street_no_,
.shipping-choice-content.shipping-choice-content-custom .form-row.field-shippingaddress-address2,
.shipping-choice-content.shipping-choice-content-custom .form-row.field-shippingaddress-address {
	display: none;
}

.form-row .label {
	font-size: 13px;
}

.list-step-title {
	font-weight: 500;
}

.col-4.address-error {
	width: 49%;
	font-weight: 500;
	font-style: italic;
	padding-top: 25px;
	line-height: 20px;
}

.col-4.address-error{
	display: none;
}

.shipping-choice label.radio {
	display: block;
	padding: 2px 0;
	cursor: pointer;
}

.choose-product .qo-product-title-box {
	width: 100%;
}

#quickOrder .ui-menu-item {
	padding: 0 15px;
}

#quickOrder .ui-menu-item:hover {
	background-color: #29527c;
}

div#orderFailedPage {
	padding: 15px 0;
}

div#deliveryDate {
	display: inline-block;
	width: 49%;
}

div#deliveryDateInfo {
	display: none;
	width: 49%;
	float: right;
}

div#deliveryPickUpInfo {
	display: none;
	width: 49%;
	float: right;
}

.frist-info-line {
	padding-top: 4px;
}

.frist-info-line, .second-info-line, .third-info-line {
	line-height: 22px;
	font-weight: 500;
	font-size: 13px;
}

.frist-info-line .pre, .second-info-line .pre, .third-info-line .pre {
	width: 100px;
	display: inline-block;
	float: left;
}

.tbx-date:after {
	background: none;
	position: absolute;
	top: 0;
	right: 15px;
	width: 15px;
	height: 15px;
	margin-top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f073";
	line-height: 42px;
	font-size: 16px;
}

#SubmitOrder .form-holder {
	padding-top: 0;
}

.ecb-imageslider {
	width: 71.3%;
	float: left;
}

#content-slider, .ecb-imageslider, #content-slider li img {
	height: auto !important;
}

.home .flexi-row.center {
	clear: both;
}
.ecb-imageslider:before, .ecb-imageslider:after {
	clear: both !important;
}

.sliderWidth {
	width: 100%;
	box-sizing: border-box;
}

#slider {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 450px;
	box-sizing: border-box;
}

#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home .bg-white {
	display: none !important;
}

.home ul.usp-list {
	display: table;
	margin: 0;
	padding: 30px 0 15px;
	width: 100%;
}

.usp-list li {
	display: table-cell;
	text-align: left !important;
	text-transform: uppercase;
	position: relative;
	vertical-align: middle;
	padding: 0 3%;
	box-sizing: border-box;
}

.sliderWidth .paused {
	position: absolute;
	bottom: 10px;
	right: 57px;
	z-index: 999;
	display: none;
	padding: 5px 12px;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.3s;
	opacity: 0.8;
}

.sliderWidth .slideNo {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 999;
	display: block;
	padding: 5px 12px;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.3s;
	opacity: 0.8;
}

a.back-basket {
	text-decoration: none;
	padding: 5px 0;
	background: #cc0605;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	transition: .1s;
	width: 210px;
	text-align: center;;
}

a.back-basket:hover {
	background: #af0505;
}

a.back-basket .fa {
	margin-right: 5px;
}

.sliderWidth.active .paused {
	display: block;
	transition: 0.3s;
}

.columns-general.flow-img-tiles.imageSlider {
	margin-top: 5px;
}

.sliderLink .link-icon {
	width: 24px;
	float: right;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #4977a6;
}

.sliderLink .link-text {
	width: calc(100% - 30px);
	float: left;
	height: 32px;
	line-height: 32px;
	font-weight: 500;
	color: #000;
	transition: 0.2s;
}

.sliderLink:hover .link-text, .sliderLink:hover .link-icon {
	color: #fff;
	transition: 0.2s;
}

.imageLink {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	display: block;
	padding: 10px 24px;
	width: auto;
	height: auto;
	background: #29527c;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	opacity: 0.8;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.3s;
	font-weight: 500;
}

.imageLink a, .imageLink a:hover {
	color: #fff;
	text-decoration: none;
}

.sliderWidth.active:hover .imageLink {
	background: #4977a6;
	opacity: 1;
	transition: 0.3s;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 450px;
	height: 450px;
	box-sizing: border-box;
}

#slider ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
	background: #e4e4e4;
}

.sliderLink {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 12px 20px 12px 25px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	transition: 0.2s;
}

.sliderLink:hover {
	background-color: #4977a6;
	transition: 0.2s;
}

.sliderLinkContact {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.shop-location-main.column {
	font-size: 13px;
}

.sliderRightColmun {
	height: 400px;
}

span.slider_control_prev, span.slider_control_next {
	position: absolute;
	top: 45%;
	z-index: 999;
	display: block;
	padding: 1% 1.5%;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}

span.slider_control_prev:hover, span.slider_control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

span.slider_control_prev {
	border-radius: 0 2px 2px 0;
	left: 0;
}

span.slider_control_next {
	border-radius: 2px 0 0 2px;
	right: 0;
}

.imageSlider .column.wide {
	width: 70%;
}

.sliderContact i.fas.fa-chevron-right {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #f8fafb;
	position: absolute;
	right: -7px;
	top: 58%;
	transform: translateY(-50%);
}

.shop-location-info {
	font-size: 13px;
}

.sliderRightColmun {
	position: relative;
	/* overflow: hidden;
	margin: 0;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	background: #ececec;*/
	/* background-image: linear-gradient(to bottom right, #ececec, #ffffff); */
	height: 450px;
}

.sliderContact {
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 20px 25px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.sliderContact a.sliderLink {
	background-color: #4977a6;
    transition: 0.2s;
}

.sliderContact a:last-child {
	margin-bottom: 0;
}

.product-list-description {
	padding-bottom: 10px;
	margin-bottom: 23px;
	border-bottom: solid 1px #e4e4e4;
}

.product-list-description table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
	margin: 5px 0 15px;
}

.product-list-description table tbody tr {
	border: 1px solid #e4e4e4;
}

.product-list-description table tbody tr:nth-child(2n+1) {
	background-color: #fff;
}

.product-list-description table td {
	padding: 7px 10px;
}

.product-list-description table th {
	padding: 3px 10px;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}

.sliderContact .sliderContactLink {
	background-color: #4977a6;
	transition: 0.2s;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid transparent;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.sliderContact .sliderContactLink:hover {
	background-color: #29527c;
	transition: 0.2s;
	color: #fff;
}

.sliderFAQ {
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 25px 25px 20px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.sliderFAQ h4 {
	margin-bottom: 7px;
}

.sliderFAQ a {
	display: flex;
	width: 100%;
	padding: 5px 0 0;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: 0.2s;
	position: relative;
}

.sliderFAQ a:hover {
	text-decoration: none;
}

.sliderFAQ a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	transition: 0.2s;
	margin-right: 10px;
}

.sliderFAQ a:hover::before {
	margin-right: 15px;
	transition: 0.2s;
}

.shop-title::after {
	bottom: -5px;
	left: 3px;
}

.shop-title::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.shop-title::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 8px solid #252525;
	transform: rotate(-60deg);
	opacity: 0.8;
}

.shop-location-info a {
	color: #29527c;
	transition: .2s;
}

.shop-location-info a:hover {
	color: #4977a6;
}

.h4-padding-home:before {
	right: 0.5em;
	margin-left: 10px;
}

.h4-padding-home:before {
	background-color: #4977a6;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 25px;
	margin-right: 5px;
}

.orderFailedMessage {
	font-size: 18px;
	margin-top: 15px;
	line-height: 28px;
}

.font-12 {
	font-size: 12px !important; 
}

.t-right {
	text-align: right;
}

.fas.fa-circle.red {
	color: #CC0605;
}

/*
.h1-holder h1 {
	padding: 20px 0;
	display: block;
}
*/

.fas.fa-circle.green {
	color: green;
}

.font-500 {
	font-weight: 500;
}

.guestContact {
	margin-top: 5px;
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
}

.min-60 {
	min-height: 60px;
}

.guestContact a {
	display: block;
	line-height: 32px;
}

.guestContact .fas {
	margin-right: 5px;
	transition: .2s;
}

.guestContact a:hover {
	text-decoration: none;
}

.guestContact a:hover .fas {
	margin-right: 10px;
	transition: .2s;
}

#termsQuote {
	width: 22px;
	height: 20px;
	margin-top: 1px;
	cursor: pointer;
}

#termsQuoteText {
	width: calc(100% - 35px);
	float: right;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#termsQuoteText a:hover {
	text-decoration: underline;
}

.one-page-checkout .QuoteCheckout.hidden::after {
	display: none;
}

.termsQuote {
	display: none;
}

.guestName .errorText, .guestEmail .errorText, .guestPhone .errorText {
	display: none;
	color: #cb2245;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 0px 4px 4px;
	margin-top: 4px;
}

.guestName .errorText .fas, .guestEmail .errorText .fas, .guestPhone .errorText .fas {
	line-height: 12px;
	font-size: 16px;
	margin-right: 5px;
}

.guestName.error .errorText, .guestEmail.error .errorText, .guestPhone.error .errorText {
	display: block;
}

td.col-document-date, td.col-total-amount, td.col-total-outstandingamount {
	white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0;
}

table {
	border-collapse: collapse;
}

.msg-block-offline {
	position: relative;
	margin: 0;
	padding: 3%;
	line-height: normal;
	margin-bottom: 15px;
}

.msg-block-offline {
	background: #e3f1fc;
}

.msg-block-offline {
	color: #29527c;
}

.invoicePaymentPage {
	border-color: #e4e4e4;
	background-color: #fcfcfc;
	padding: 20px 25px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	width: 400px;
	margin: 25px auto;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	max-width: 100%;
}

.invoicePaymentPage .columns-general.compact.checkout-page-cnt {
	margin-bottom: 0;
}

.invoicePaymentPage table.gvi-methods.select-payment-choice {
	width: 100%;
	margin-right: 0;
	border-color: #4977a6;
	pointer-events: none;
	margin-bottom: 0;
}

.invoicePaymentPage .payment-option-selected {
	background-color: #e3f1fc;
	color: #000;
}

.invoicePaymentPage .payment-option-selected [type="radio"] {
	display: none;
}

.invoicePaymentPage .form-row-50 {
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

.invoicePaymentPage .form-row-50 .field {
	font-weight: 500;
	font-size: 16px;
}

.invoicePaymentPage .form-row .gvi-methods-wrapper {
	margin-top: 0;
}

.PaymentButton {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 30px;
	display: block;
	background-color: #f2f4f6;
	border: 1px solid #e4e4e4;
	text-align: center;
	width: 100vw;
	display: none;
}

.OrderIdCheckBoxText {
	display: none;
}

.PaymentButton span.outstandingAmount {
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}

.PaymentButton span#totalOutstandingAmount {
	margin-left: 5px;
}

.PaymentButton button.btn.PayInvoices {
	margin-top: -7px;
}

.product-details-page .msg-block.msg-cannot-order.msg-state-visible {
	padding: 15px !important;
	text-align: left;
	font-size: 16px;
}

.slider-title {
	background-color: #cc0605;
	position: absolute;
	width: 100%;
	bottom: 0;
	line-height: 36px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 10px 18px;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	text-align: left;
}

.home .flexi-row.center:first-child {
	background-image: linear-gradient(to bottom right, #ececec, #ffffff);
	padding: 20px 50px;
	border: 1px solid #e4e4e4;
	max-width: 1300px;
	margin-bottom: 10px;
}

.home ul.usp-list {
	display: table;
	margin: 0;
	padding: 25px 0;
	width: 100%;
}

.sliderRightColmun .btn-red, .sliderRightColmun .btn-white {
	border: 1px solid #cc0605 !important;
	font-size: 14px;
	padding: 12px 30px;
	margin-bottom: 5px;
}

.sliderRightColmun .btn-red:hover {
	border: 1px solid #af0505 !important;
}

.sliderRightColmun .btn-white:hover {
	border: 1px solid #2e2e2e !important;
}

.creditPage .msg-block-error, .creditPage .msg-block-info {
	margin: 0 0 10px;
}

.creditPage span.align-right {
	text-align: right;
	float: right;
}

.custom-checkbox .disabled, .custom-checkbox.disabled {
	pointer-events: none;
}

.custom-checkbox .disabled .field input:checked ~ .checkmark, .custom-checkbox.disabled .field input:checked ~ .checkmark {
	background-color: #c7c7c7;
}

.custom-checkbox h5 {
	margin-bottom: 10px;
}

.creditPage .counter .col-4 {
	margin: 0 .75%;
}

.basket-action-wrapper .btn-quote {
	display: none;
}

.bumbalAttachment {
	border: 1px solid #e4e4e4;
	padding: 10px;
	background-color: #fff;
	height: 65px;
	margin-right: 10px;
	cursor: pointer;
	box-sizing: border-box;
	width: auto;
}

.bumbalAttachments.clearfix, .order-details-action-bar.clearfix {
	margin-top: 15px;
}

#orderHistoryDetailPage .gvi-order-lines-wrapper {
	margin-top: 15px;
}

.gvi-order-lines tfoot .hyp, .gvi-order-lines .toggle-hyp-inside 
{
	display: none;
}

#bumbalAttachmentTemplatePopup {
	text-align: center;
	padding: 5px 5px 0;
}
button.btn.btn-action.btn-promote-to-order {
	margin-top: 18px;
}

.offlineTopbar {
	padding: 15px;
	display: inline-block;
	background-color: #e3f1fc;
	box-sizing: border-box;
	max-height: 46px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	width: 100%;
}

.offlineSearchbar {
	padding: 15px;
	display: inline-block;
	background-color: #e3f1fc;
	box-sizing: border-box;
	max-height: 42px;
	line-height: 15px;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.product-compare-selector label .chb ins {
	width: 17px;
	height: 17px;
	margin-top: 1px;
}

.compare-selector-lbl {
	font-size: 13px;
}
.list-mode .product-compare-selector {
	position: inherit;
	display: inline-block;
	width: auto;
	color: #29527c;
	margin-right: 5px;
	padding-right: 8px;
	border-right: 1px solid #e4e4e4;
	line-height: 13px;
}

.product-compare-selector label .chb input[type="checkbox"]:checked + ins {
	border-color: #29527c;
	background-color: #29527c;
}
.product-compare-selector label .chb input[type="checkbox"]:checked + ins:after {
	display: none;
}
.sidebar a.blackLink, .aside-links a.blackLink {
	color: #333;
}
.sidebar a.blackLinkDisabled, .aside-links a.blackLinkDisabled {
	color: #333;
	text-decoration: none;
	pointer-events: none;
	padding-left: 5px;
}

.row-simple-product .lbl-stock.low-stock {
	color: #dda02e;
}

td.headingBasketInventory {
	padding: 20px 7px 5px;
}

.compare-row {
	min-width: 100%;
}

/*.columns-general.compact > .column.column-facets {
	display: flex;
	flex-direction: column;*/
	/*padding: 0px calc(100% - 1.85vw);*/
/*}

.column.column-facets .filters-wrapper.gray-header-phone {
	order: 2;
}

.column.column-facets .contact-productlistpage {
    order: 1;
}*/

td.col-qty-ToShip.text-right::before {
	display: none;
}
.showOnMobile {
	display: none;
}

.profile-index-page button#sendICCMail, .profile-index-page button#sendPABMail, .profile-index-page a.btn.btn-new-sub-account, .profile-index-page button.arrow-blue.btn.p-0, .profile-index-page a.arrow-blue.btn.p-0 {
	font-size: 12px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 25px;
}

.profile-index-page a.btn.btn-new-sub-account .btn-cnt {
	padding-top: 10px;
}

/*hr.divider {
	border: none;
	border-top: 1px solid #e4e4e4;
	margin-top: 27px;
}*/

hr.divider {
	display: none;
}

.fontBold {
	font-weight: 500;
}

.account-info-inside .column .account-info-content i {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}
.left-34 {
	padding-left: 34px;
}

.profile-index-page .icon-status:before {
	width: 29px;
	text-align: left;
	padding-left: 2px;
}

#myAccountPage .sub-title {
	font-weight: 500;
	display: block;
}
.orderAccordingMechanic {
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 36px;
	color: #fff;
	background: #383838;
	font-size: 11px;
	transition: .1s;
}
.orderAccordingMechanic:hover {
	background: #000;
	text-decoration: none;
}

.accordingMechanic #ShippingAddress, .accordingMechanic #PaymentMethods, .accordingMechanic #OrderOverview .checkout-summary.clearfix, .accordingMechanic #OrderOverview .orderTitle,
.accordingMechanic table.gvi-methods.select-shipping-choice.responsive-table.responsive-table-5 {
	display: none;
}

/*body:not(.payment-pay-page):not(.invoicepayment-payinvoiceorder-page) .checkout-page-cnt .checkout-step-title:before, .quote-promotion-page-cnt .checkout-step-title:before, .one-page-checkout .checkout-step h2:before {
	display: none;
}*/

.checkout-step-title {
	margin-bottom: 0;
}

section#AdditionalInfo, section#PaymentMethods, section#ShippingMethods {
	border-top: 1px solid #e4e4e4;
	padding-top: 15px;
	margin-top: 12px;
}

section#ShippingMethods {
	padding-top: 10px;
}

#PaymentMethods .checkout-step-title:before {
	content: '\f09d';
	font-family: "Font Awesome 5 Free";
	width: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

#ShippingMethods .checkout-step-title:before {
	content: '\f3c5';
	font-family: "Font Awesome 5 Free";
	width: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

#ShippingAddress .checkout-step-title:before {
	content: '\f0d1';
	font-family: "Font Awesome 5 Free";
	width: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

#AdditionalInfo .checkout-step-title:before {
	content: '\f05a';
	font-family: "Font Awesome 5 Free";
	width: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.accordingMechanic #ShippingMethods {
	display: none;
}

.accordingMechanic #AdditionalInfo .checkout-step-title {
	margin-top: 5px;
}

.orders-details-page span.route-link {
	margin-top: 5px;
	display: block;
}

h3.orderTitle {
	border-bottom: 1px solid #dedede;
	padding-bottom: 11px;
	padding-top: 2px;
	margin-bottom: 8px;
}

.accordingMechanic .grid-wrapper.gvi-totals-wrapper.clearfix h3 {
	padding-bottom: 6px;
	padding-top: 2px;
}

#CorrespondenceType select option:first-child {
	display: none;
}

.accordingMechanic .insufficientStock {
	display: none;
}

.custom-checkbox.disabled .checkmark:after, label .chb input[type="checkbox"]:checked + ins {
	background-color: #ccc;
}

.bold-text {
	font-weight: 500;
	margin: -5px 0 10px;
}

.gvi-basket .product-id .lbl-stock {
	margin-left: 6px;
	padding-left: 10px;
	border-left: 1px solid #e4e4e4;
}

.gvi-basket .product-title-super, .gvi-basket .product-id.font-lighter.font-smaller {
	line-height: 22px;
}

/*.product-tile .product-id + .stock-indication {
	border-left: 1px solid #e4e4e4;
}*/

.SearchFilterInputs {
	padding: 0 20px;
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

#productComparePage .custom-checkbox.disabled .checkmark:after, label .chb input[type="checkbox"]:checked + ins {
	background-color: #29527c;
}

#productComparePage .notEqual .specification-value {
	background: #f2f4f6;
}

#productComparePage .specifications-section:hover .specification-value, #productComparePage .specifications-section:hover .specification-title {
	background: #e7e7e7;
}

.inner-product-id {
	width: 40px;
	display: inline-block;
}

.inner-product-id-value {
	width: 45px;
	display: inline-block;
	text-align: right;
}

.hide-stock .lbl-stock {
	display: none;
}

ul.reset.list-facets {
	max-height: 225px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}

.list-facets .count {
	text-align: left;
	left: 247px;
	font-size: 12px;
	margin-left: 0;
}

.facets .facet-selected {
	margin-bottom: 0;
}

.facets .facet-selected:last-child {
	margin-bottom: 15px;
}

.facets .facet-selected .cnt {
	padding: 0;
}

.facets .facet:not(:last-child) {
	margin-bottom: 25px;
}

.mobile-filter-header {
	display: none;
}

.facet-item-selected {
	margin-left: 5px;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.orders-details-page input#MaximumAmount {
	height: 35px;
	border: none;
	padding: 0 10px;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	margin-top: 10px;
}

.btn-MaximumAmount {
	margin-top: 10px;
}

.orders-details-page td.product-img {
	padding: 7px 7px 0;
	height: 60px;
	width: 60px;
	background: #fff;
}

.orders-details-page td.product-img img {
	max-width: 60px;
}

.btn-help {
	position: fixed;
	background: rgb(73, 119, 166);
	color: #fff;
	padding: 0;
	border-radius: 16px;
	width: auto;
	left: 25px;
	bottom: 38px;
	/*display: inline-block;*/
	font-size: 15px;
	cursor: pointer;
	user-select: none;
	box-shadow: 0 0 14px rgba(0,0,0,.2) !important;
	text-transform: none;
	padding: 8px 18px;
	display: none;
}

.btn-help:hover{
	cursor: pointer;
}

.shepherd-theme-custom .shepherd-content {
	border-radius: 0;
	outline: none;
	padding: 0;
	border: solid 2px #29527c;
}

.shepherd-theme-custom .shepherd-arrow:before, .shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
	background-color: #29527c !important;
}

.shepherd-has-title .shepherd-content .shepherd-header {
	padding: 25px 20px 0 !important;
	width: calc(100% - 4px);
	background: #fff !important;
	border-radius: 0;
}

.shepherd-theme-custom h3.shepherd-title {
	font-size: 20px;
	font-weight: 500;
	color: #29527c;
	font-family: Roboto, sans-serif;
}

.shepherd-content .shepherd-text {
	line-height: 1.6em;
	padding: 70px 20px 20px 20px;
	font-family: Roboto, sans-serif;
}

.shepherd-content .shepherd-footer .shepherd-button:last-child {
	margin-right: 0;
}

.shepherd-content .shepherd-button {
	background: #29527c;
	border-top: solid 2px #29527c;
	border-radius: 0;
	color: #fff;
	display: flex;
	flex-grow: 1;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	justify-content: center;
	margin: 0;
	padding: 15px !important;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
	font-weight: 500
}

.shepherd-content .shepherd-button:not(.shepherd-button-secondary):hover {
	background: #4977a6 !important;
}

.shepherd-content .shepherd-button-secondary {
	background: #cad5d5;
	border-top: solid 2px #29527c;
	border-right: solid 2px #29527c;
	border-radius: 0;
	color: #29527c;
	display: flex;
	flex-grow: 1;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	justify-content: center;
	margin: 0;
	padding: 15px !important;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
	font-weight: 500
}

.shepherd-theme-custom .tour_close {
	border: solid 2px #29527c;
	position: fixed;
	right: 0;
	top: 0;
	width: 50px !important;
	height: 50px;
	vertical-align: middle;
	z-index: 999;
}

.shepherd-content .shepherd-footer {
	padding: 0;
}

.contactCorTypeMobilePhoneNoError, .ownerCorTypeMobilePhoneNoError {
	display: none;
}

.Contact_CorTypeMobilePhoneNoError, .Owner_CorTypeMobilePhoneNoError {
	display: inline-block;
	width: 100%;
}

h3.checkout-step-title.contact {
	display: inline-block;
	margin: 25px 0 10px;
}

#AdditionalInfo h3.checkout-step-title.contact:before {
	content: '\f007';
	font-family: "Font Awesome 5 Free";
	width: 35px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.form-row .field-validation-error, .form-row .feedback-message, .ui-dialog-titlebar-close, .hyp-back {
	line-height: 16px;
}

button.btn.btn-CancelOrder {
	background: #cc0605;
	transition: .1s;
}
button.btn.btn-CancelOrder:hover {
	background: #af0505;
}

/*.lbl-freight-type .fas {
	top: 2px;
	width: 22px;
	position: relative;
	color: #4977a6;
}*/

.row-simple-product .product-img {
	position: relative;
}

.product-img .lbl-freight-type {
	position: absolute;
	bottom: -11px;
	left: -11px;
	z-index: 99;
	background: #fff;
	padding: 2px;
	border: 1px solid #dedede;
	text-align: center;
}

.product-img .lbl-freight-type .fas {
	font-size: 14px !important;
	color: #4977a6;
	width: 22px;
	line-height: 22px;
}

span.pallet-Shipping {
	display: block;
	margin-top: 10px;
	text-align: center;
	background: #e4e4e4;
	padding: 5px;
}

span.pallet-Shipping .fas {
	font-size: 14px !important;
	color: #4977a6;
	width: 22px;
	line-height: 22px;
	margin-right: 5px;
}
/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    .center{
        padding: 0 4%;
    }

    .ui-dialog{
        position: fixed;
    }

    .custom-bg{
        background-size: auto;
    }

    /* START header controls */
    header.sticky-mode .header-blocks-wrapper,
    header.sticky-mode nav{
        margin: 0 auto;
        width: 1000px;
    }

    .top-header,
    .middle-header{
        padding: 0 4%;
    }

    /*          logo           */
    .logo{
        margin-right: 10px;
        max-width: 40%;
        flex: 0 0 auto;
    }

    header.sticky-mode .logo{
        max-width: inherit;
    }

    /*          language           */
    .language + .login{
        margin-left: -4px;
    }

    header.sticky-mode .language + .login{
        margin-left: 0;
    }

    /*          basket           */
    .basket-summary-holder{
        min-width: 120px;
    }

    .basket-b2c-mode .gvi-totals .cell-value{
        padding-right: 0;
    }
    /* START general top navigation */
    .nav-opener-wrapper.state-nav-empty{
        visibility:hidden;
        overflow:hidden;
        width:0;
    }

    .nav-item-root.hover .nav-wrapper{
        display: block;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    header .nav-opener-wrapper{
        display: none;
    }

    header.sticky-mode .nav-opener-wrapper{
        display: block;
    }

    .nav-wrapper{
        margin-top: -1px;
        width: 100%;
    }

    header.sticky-mode .nav-wrapper{
        margin-top: 0;
    }

    header:not(.sticky-mode) .nav-lvl-2 .separator:nth-of-type(5n),
    header.sticky-mode .nav-lvl-2 .separator:nth-of-type(3n){
        display: table-row;
    }

    header:not(.sticky-mode) .nav-lvl-2 .nav-item-block:nth-of-type(5n+1),
    header.sticky-mode .nav-lvl-2 .nav-item-block:nth-of-type(3n+1){
        border-left: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    header:not(.sticky-mode) .nav-item-root > .nav-list-sub{
        min-width: 100%;
    }

    .nav-item.hover > .nav-list-sub{
        display: block;
    }
    /* END simple dropdown navigation */
    /* END header controls */

    .has-aside{
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        padding-right: 2%;
        width: 85%;
    }

    aside{
        display: table-cell;
        padding-left: 22px;
    }

    .has-aside .details-img{
	    width: 43%;
    }

    .has-aside .details-info{
        margin-left: 45%;
    }

    .no-aside .details-img{
	    width: 56%;
    }

    .no-aside .details-info{
	    margin-left: 56%;
    }

    .simple-product-tile{
        max-width: 200px;
        width: 50%;
    }

    .product-bottom-info > .column:first-child{
        width: 60%;
    }

    .product-bottom-info > .column.column-inline:first-child{
        width: 100%;
    }

    .product-bottom-info .column:first-child .simple-product-tile{
        width: auto;
    }

    .list-mode .product-tile .product-info{
	    -webkit-flex-wrap: nowrap;
	        -ms-flex-wrap: nowrap;
	            flex-wrap: nowrap;
    }

    .list-mode .tbx-quantity + .unit-of-measure{
        min-width: 75px;
    }

    .grid-mode .l-products-item{
        width: 33.33%;
    }

    .grid-mode .l-products-item:nth-of-type(3n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 1.4%;
        right: 1.4%;
        margin-top: 12px;
    }

    .gvi-methods{
        width: 80%;
    }

    /*          START product tile            */
    .products-flow .product-tile{
        width: 25%;
    }

    .products-group:not(.slick-initialized) .blocks-row-item:nth-child(n+5),
    .column .products-group:not(.slick-initialized) .blocks-row-item:nth-child(4){
        display: none;
    }

    .products-group .product-tile .btn{
        padding: 0 28px 0 8px;
    }

    .list-mode .product-tile .prices {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    /*          END product tile            */

    .aside-links{
        margin-top: 80px;
    }

    .orders-details-page .columns-general .column.wide{
        width: 77%;
    }

    /*          START unavailable page            */
    .unavailable-page .logo{
        margin-right: 0;
        max-width: 100%;
    }
    /*          END unavailable page            */

    /*          START checkout pages            */
    .shipping-default .form-row,
    .shipping-custom .form-row{
        max-width: 73%;
    }

    .one-page-checkout .shipping-default .form-row,
    .one-page-checkout .shipping-custom .form-row{
        max-width: 100%;
    }
    /*          END checkout pages            */

    /*          START one step checkout page          */
    .one-page-checkout .checkout-summary{
        border: none;
        padding-top: 0;
    }
    
    .one-page-checkout .checkout-summary .list-step{
        float: left;
        padding-right: 20px;
        width: 33.33%;
    }

    .one-page-checkout .list-step-title {
        margin-top: 10px;
    }

    .one-page-checkout .msg-block-alert + .checkout-summary .list-step-title {
        margin-top: 15px;
    }

    .one-page-checkout .gvi-totals-basket-overview tfoot tr:last-child td{
        border-bottom-width: 0px;
        padding-bottom: 0;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .cell-price-value{
        min-width: 0;
    }
    
    .one-page-checkout .gvi-basket-overview-wrapper .col-qty{
        padding-left: 2px;
        padding-right: 2px;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .col-uom{
        padding-right: 2px;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .price-node .currency-sign{
        margin-right: -3px;
    }
    /*          END one step checkout page            */
}
/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    header {
        z-index: 1;
    }

    .center{
        padding: 0 15px;
    }

    .h1-holder h1{
        display: block;
    }

    .h1-holder a{
        margin-left: 0;
    }

    .form-button{
        padding-left: 0;
    }

    .form-button .btn{
        width: 100%;
    }

    /* blocks layout */
    .blocks-row{
        display: block;
        margin: 0;
    }

    .blocks-row-item{
        padding: 0;
        width: 100%;
    }
    /* END blocks layout */

    .l-columns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .l-columns-column + .l-columns-column{
        margin-top: 20px;
    }

    .msg-text-alert{
        top: 100%;
        left: 0;
        margin: 0;
    }

    /* START header controls */
    .sana-cookiebar{
        flex-flow: -webkit-column;
        flex-flow: column;
    }

    .sana-cookiebar .description,
    .sana-cookiebar .btns-holder{
        margin-bottom: 5px;
    }

    .header-blocks-wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
    }

    .nav-is-closed .header-blocks-wrapper{
        overflow: hidden;
    }

    .top-header,
    .nav-is-closed .bottom-header{
	    display: none;
    }

    .middle-header{
	    -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
	        -ms-flex-order: 1;
	            order: 1;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
        border-width: 1px 0;
        border-style: solid;
        min-height: initial;
        margin: 0;
        width: 100%;
    }


    .bottom-header{
	    -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
        border-width: 0 0 1px 0;
        border-style: solid;
        width: 100%;
    }

    .top-dropdown{
        border-width: 0 0 1px;
        display: block;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .top-dropdown.login {
        border-width: 0;
        width: 100%;
        order: 2;
    }

    .top-dropdown:hover{
        height: auto;
    }

    .top-dropdown .summary{
        border-width: 0;
        display: block;
        position: static;
        visibility: visible;
        z-index: initial;
        transition: none;
    }

    .top-dropdown .summary:after{
        display: none;
    }

    .top-dropdown:hover .opener{
        height: auto;
    }

    .top-dropdown .opener{
        padding-left: 18px;
        line-height: 40px;
    }

    .top-dropdown .collapsed + .summary{
        display: none;
    }

    .top-dropdown .opener:after{
        top: 50%;
        margin-top: -3px;
    }

    .mob-account-btn.state-opened:after {
        background-position: 0 0;
    }
    .top-dropdown .expanded:after{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .top-dropdown.login .opener,
    .top-info,
    .top-hyp{
        display: none;
    }

    .nav-is-opened .nav-opener{
        border-bottom-width: 0;
    }

    /*          logo           */
    .logo{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 10px;
        text-align: center;
    }

    .logo img{
        max-height: 32px;
    }

    /*          language           */
    .language.top-dropdown .opener{
        width: auto;
    }

    .language.top-dropdown .opener .flag{
        position: static;
        margin-right: 13px;
    }

    .language.top-dropdown .summary{
        padding-top: 0;
        min-width: initial;
    }

    .fake-flag{
        display:none;
    }

    .selected-language{
        display: inline;
    }

    /*          login           */
    .login-title,
    .login .person,
    .login:hover .person{
        padding: 10px 0 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .login-title{
        display: block;
        padding: 10px 20px;
        margin: 0;
        position: relative;
    }

    .login-title:before {
        content: '';
        position: static;
        margin-right: 11px;
        background: url(../files/icons/login-red.png);
        display: inline-block;
        height: 18px;
        width: 16px;
        vertical-align: middle;
    }


    .login .opener:before{
        position: static;
        margin-right: 11px;
    }

    .login.impersonated .opener{
        width: auto;
        height: auto;
    }

    .login.top-dropdown .summary{
        width: auto;
        border-top-width: 1px;
    }

    .login .stop-representing{
        line-height: 40px;
    }

    .header-blocks-wrapper > .login {
        order: 4;
        width: 100%;
    }

    .mob-account-btn{
        display: block;
        margin: 0;
        position: relative;
        height: 60px;
        width: 62px;
        border-width: 0 0 0 1px;
        border-style: solid;
        background: none;
        box-shadow: none;
        cursor: pointer;
    }
    .mob-account-btn:before {
        content: "";
        background: url('../files/icons/login-red.png') no-repeat center center;
        position: absolute;
        top: 2px;
        left: 16px;
        right: auto;
        bottom: 0;
        margin: auto;

        width: 17px;
        height: 18px;
    }

    .mob-account-btn:after {
        top: 2px;
    }

    .mob-account-btn[data-impersonated="true"]:before {
        background-image: url('../files/icons/login-blue.png');
    }

    .mob-account-btn.state-opened:after {
        top: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*          START login page             */
    .login-page-cnt .btn-login{
        width: 100%;
        margin-left: 0;
    }

    .login-page-cnt .text-footer{
        text-align: center;
    }
    /*          END login page             */

    /*          search           */
    .ui-autocomplete{
        position: relative;
    }

    .search{
	    -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
        border-width: 1px 0 0;
        border-style: solid;
        margin: 0;
        padding: 15px 15px;
        width: 100%;
        z-index: 1;
    }

    .btn.btn-suggestions-top{
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
	    -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
	        -ms-flex-order: 3;
	            order: 3;
        margin: 0 15px 15px;
        height: auto;
        width: auto;
    }

    .btn.btn-suggestions-top .btn-cnt{
        display: inline;
        margin-right: -30px;
    }

    .btn.btn-suggestions-top:before{
        position: absolute;
        margin: 7px 0 0 -30px;
    }

    /*          basket           */
    .basket{
        border-left-width: 1px;
        border-left-style: solid;
        position: relative;
        height: 60px;
    }

    .basket-summary-holder{
        min-width: 0;
    }

    .basket .basket-summary{
        display: none !important;
    }

    .basket .hyp{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .over-summary{
        border-width: 0;
        height: auto;
        min-width: 62px;
        line-height: 62px;
        position: static;
        padding: 0;
    }

    .over-summary .hyp{
        padding: 0 3px;
    }

    .over-summary .hyp:before{
        display: inline-block;
        position: static;
        vertical-align: middle;
    }

    .over-summary .over-summary-number{
        display: inline-block;
        margin-left: 3px;
        vertical-align: middle;
    }

    .over-summary.over-summary-just-changed{
        position: fixed;
        height: 61px;
        line-height: 61px;
        top: 0;
        right: 0;
        display: none;
        text-align: center;
        padding: 0 10px 0 40px;
        font-weight: bold;
        min-width: 12px;
        border-radius: 0 0 0 2px;
        z-index: 10;
    }

    .over-summary.over-summary-just-changed .hyp:before{
        background: url(../files/icons/basket-white.png) no-repeat scroll 0 0 transparent;
    }

    .over-summary.is-empty .over-summary-number,
    .basket .over-summary .over-summary-lbl{
        display: none;
    }

    /* START general top navigation */
    .bottom-header .nav-list-root,
    .bottom-header .nav-item-root{
        float: none;
    }

    .hyp-top-lvl.has-children{
        background-image: url(../files/icons/arrow-group-expand.png);
        background-position: right center;
        background-repeat: no-repeat;
        cursor: default;
    }

    .submenu-expanded > .hyp-top-lvl.has-children{
        background-image: url(../files/icons/arrow-group-collapse.png);
    }

    .hyp-top-lvl.has-children span{
        cursor: pointer;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    .nav-wrapper{
        border-width: 0;
        position: static;
        padding: 0;
    }

    .nav-item-block{
        display: block;
        padding: 0;
        height: auto;
        width: auto;
    }

    .view-more-visible .nav-item-block{
        padding-bottom: 0;
    }

    .nav-item-root .hyp-top-lvl{
        border-width: 0;
        clear: both;
        padding: 10px 15px 10px 0;
        overflow: hidden;
        line-height: normal;
    }

    .nav-lvl-2{
        display: block;
        width: auto;
    }

    .nav-lvl-2 .wrapper{
        height: auto;
        width: auto;
    }

    .nav-lvl-2 > .nav-item{
        padding: 10px 0 10px 15px;
    }

    .nav-more{
        position: static;
        width: auto;
    }

    .nav-more a {
        width: auto;
    }

    .separator + .nav-item-block,
    .separator + .img-in-row{
        border-left-width: 0;
    }

    .img-in-row{
        display: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    .nav-list-sub{
        border-width: 0;
        position: static;
        width: auto;
        padding: 0;
        margin-top: 0;
    }

    .nav-list-sub .nav-list-sub{
        padding: 0;
    }

    .nav-item-sub{
        padding-left: 20px;
    }

    .nav-item-sub:first-child .nav-list-sub{
        top: -7px;
    }

    .nav-item-sub .hyp.has-children{
        background-image: url(../files/icons/arrow-group-expand.png);
        background-position: right center;
        background-repeat: no-repeat;
        cursor: default;
    }

    .nav-item-sub.submenu-expanded > .hyp.has-children{
        background-image: url(../files/icons/arrow-group-collapse.png);
    }

    .nav-item-sub .hyp.has-children span{
        cursor: pointer;
    }
    /* END simple dropdown navigation */
    /* END header controls */

    /* START columns layout */
    .columns-general{
        display: block;
        margin: 0;
        width: auto;
    }

    .columns-general > .column{
        display: block;
        padding: 0;
        vertical-align: initial;
    }

    .columns-general.compressed{
        margin: 0;
        width: auto;
    }

    .columns-general.compressed > .column{
        padding: 0;
    }

    .columns-general.compact{
        margin: 0;
        width: auto;
    }

    .columns-general.compact > .column{
        padding: 0;
    }

    .columns-general.compact > .wide{
        width: auto;
    }

    .columns-general > .column60,
    .columns-general > .column55{
        width: auto;
    }
    /* END columns layout */

    .popup-cnt .cnt-column{
        display: block;
        margin: 0;
        min-width: initial;
    }

    .content-header .center{
        padding-top: 12px;
    }

    .combined-header{
        margin-top: 5px;
    }

    .content-header.colored-header-desktop{
        background-color: transparent;
    }

    .content-header.colored-header-desktop:before{
        display: none;
    }

    .custom-bg{
        background-origin: padding-box;
        background-position: 0 0;
    }

    .content-header.custom-bg:before{
        display: block;
    }

    footer .top{
        display: block;
        padding-top: 20px;
    }

    footer .bottom{
        padding: 10px 10px 10px 10px;
    }

    .newsletter:first-child:last-child form{
        margin-right: auto;
        max-width: 100%;
    }

    .sitemap{
        display: block;
        margin-bottom: 20px;
    }

    .sitemap-nav{
        display: table;
        width: 100%;
    }

    .sitemap-nav > li{
        display: table-cell;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .newsletter{
        display: block;
        width: auto;
    }

    .semicolumn{
        width: 100%;
    }

    .breadcrumbs{
        display: none;
    }

    .row-btn-add .btn-add-to-basket{
        margin-right: 0;
        width: 100%;
    }

    .order-box .after-btn-links{
        display: block;
        margin-top: 20px;
    }

    .more-inside{
        text-align: center;
    }

    .components-tab .ui-tabs-nav{
        display: none;
    }

    .components-tab .hidden-tabs-name,
    .components-tab .ui-tabs-panel{
        display: block !important;   
    }

    .tab-control .reviews,
    .tab-control .variants,
    .tab-control .prepacks,
    .tab-control .specifications,
    .tab-control .attachments,
    .tab-control .description{
        min-height: 0;
    }

    .hyp-tab-action{
        display: none;
    }

    .copyright,
    .footer-nav{
        text-align: center;
    }

    .product{
        padding-top: 10px;
    }

    .details-img{
        float: none;
    }

    .details-info{
        padding: 0;
    }

    .details-info .description{
        display: none;
    }

    /* volume prices and bom */
    .gvi-volume-prices .cell-qty,
    .gvi-volume-prices .cell-title,
    .gvi-volume-prices .cell-uom,
    .gvi-volume-prices .cell-discount{
        font-weight: normal;
    }
    
    /* START product details variant matrix */
    .variants .unit-of-measure,
    .variants .ddlb-uom,
    .variants .sales-agreement-wrapper .ddlb-wrapper{
        display: block;
    }

    .matrices .font-product-title{
        padding-right: 0;
    }

    .add-box{
        float: none;
    }

    .add-box li{
        margin-bottom: 10px;
    }
    /* END product details variant matrix */

    /* START product details image sliders */
    .carousel-legend,
    .carousel-image-s-wrapper{
        display: none;
    }

    .carousel-image-m-wrapper{
        margin-bottom: 60px;
        text-align: center;
    }

    .carousel-image-m-item{
        height: 317px;
    }

    .has-aside .carousel-image-m-item,
    .has-aside .no-image{
        height: 238px;
    }

    .carousel-image-m-wrapper img{
        max-width: 100%;
    }

    .carousel-image-m-item img{
	    margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
    }

    .carousel-image-m-item img[data-zoom-image]{
        cursor: auto;
    }

    /* END product details image sliders */

    .last-viewed .ui-tabs-nav{
        border-bottom: none;
        padding-bottom: 0;
    }

    .filters-wrapper {
        margin-top: 10px;
        border: 1px solid #e4e4e4;
        padding: 10px 15px;
        display: block;
        border-radius: 0;
    }

    .facets .facet:not(:last-child) {
        margin-bottom: 7px;
    }

    .filter-title{
        position: relative;
        text-align: center;
        line-height: 21px;
        margin: 5px 7px 0 0;
        padding: 7px 30px 7px 15px;
        display: inline-block;
        border-radius: 3px;
        border-bottom: 1px solid #000;
        cursor: pointer;
    }
    .filter-title.expanded {
        border-radius: 3px 3px 0 0;
        padding-bottom: 10px;
    }

    .filter-title:after{
        content: '';
        top: 18px;
    }

    .facet {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .facet .hdr {
        padding: 3px 0;
    }

    .facet .cnt {
        display: none;
    }

    .facets {
        padding-top: 0;
    }

    .filter-title.collapsed + .facets{
        display: none;
    }

    .view-changer-lbl,
    .sorting .lbl{
        display: none;
    }

    .grid-wrapper,
    .list-wrapper{
        margin: 0 -15px;
    }

    .grid-wrapper td:first-child,
    .grid-wrapper th:first-child{
        padding-left: 15px;
    }

    .grid-wrapper td:last-child,
    .grid-wrapper th:last-child{
        padding-right: 15px;
    }

    .list-wrapper li{
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tfoot,
    .responsive-table td,
    .responsive-table tr{
        display: block;
    }

    .responsive-table tbody td{
        border-width: 0;
        padding: 5px 0;
        position: relative;
        padding-left: 50%;
    }

    .responsive-table tr{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .responsive-table tr.expanded {
        border-bottom-width: 0;
    }

    .responsive-table thead{
        display: none;
    }

    .responsive-table td:before{
        display: block;
        position: absolute;
        left: 0;
        padding: 3px 0;
        line-height: 14px;
        white-space: normal;
        max-width: 48%;
    }

    /* START basket, wishlist grids */
    .gvi-basket-wrapper,
    .gvi-wish-list-wrapper{
        margin: 0 -15px;
        padding: 0 15px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .gvi-basket,
    .gvi-basket tbody,
    .gvi-basket tr,
    .gvi-basket td,
    .gvi-wish-list,
    .gvi-wish-list tbody,
    .gvi-wish-list tr,
    .gvi-wish-list td{
        display: block;
        box-sizing: border-box;
    }

    .gvi-basket thead,
    .gvi-wish-list thead{
        display: none;
    }

    .gvi-basket .inner-row .col-first,
    .gvi-wish-list .inner-row .col-first,
    .gvi-basket .upper-row .col-first,
    .gvi-wish-list .upper-row .col-first{
        float: left;
        padding: 20px 0 0;
    }
    
    .gvi-basket .btn-show-hide{
        margin-left: 30px;
    }

    .gvi-basket .inner-row .col-info,
    .gvi-wish-list .inner-row .col-info,
    .gvi-basket .upper-row .col-info,
    .gvi-wish-list .upper-row .col-info{
        padding: 20px 0 0;
        margin-left: 95px;
    }

    .gvi-basket .product-img,
    .gvi-basket .hyp-thumbnail{
        height: 84px;
        width: 84px;
    }

    .gvi-basket .col-info .product-img{
        margin-left: -95px;
    }

    .gvi-basket .inner-row .col-price,
    .gvi-wish-list .inner-row .col-price,
    .gvi-basket .upper-row .col-price,
    .gvi-wish-list .upper-row .col-price{
        float: right;
        padding: 18px 0 0;
        text-align: right;
    }

    .gvi-basket .ddlb-sales-agreement-lines{
        max-width: 100%;
    }

    .gvi-basket .inner-row .col-qty,
    .gvi-wish-list .inner-row .col-uom,
    .gvi-basket .upper-row .col-qty,
    .gvi-wish-list .upper-row .col-uom{
        padding: 18px 0 0;
    }

    .gvi-basket .qty-control{
        float: left;
    }

    .gvi-basket .lbl-unit-of-measure{
        float: left;
        margin-left: 11px;
        line-height: 28px;
    }

    .gvi-basket .lbl-quantity{
        display: block;
        text-align: center;
        width: 84px;
    }

    .gvi-basket .inner-row .col-total,
    .gvi-wish-list .inner-row .col-total,
    .gvi-basket .upper-row .col-total,
    .gvi-wish-list .upper-row .col-total{
        padding: 9px 15px;
        margin: 15px -15px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        overflow: hidden;
        width: auto;
    }

    .gvi-basket .col-qty{
        text-align: left;
    }

    .gvi-basket .col-total .cell-name{
        display: inline;
    }

    .gvi-basket .col-total .action-links,
    .gvi-wish-list .col-total .action-links{
        float: left;
    }

    .gvi-basket .vertical-line{
        margin-left: 0;
        min-height: initial;
    }

    .gvi-basket .vertical-line:before{
        display: none;
    }

    .id-variant-aria .product-id,
    .id-variant-aria .product-variant{
        display: block;
    }

    .id-variant-aria .product-id{
        width: auto;
    }

    .action-links{
        margin-top: 0;
    }

    .basket-b2c-mode .gvi-basket .col-first{
        width: auto;
    }

    .basket-b2c-mode .gvi-basket .product-img,
    .basket-b2c-mode .gvi-basket .hyp-thumbnail{
        height: 75px;
        width: 75px;
    }

    .basket-b2c-mode .btn-quote + .btn-checkout{
        margin-left: 0;
    }

    .basket-b2c-mode .paging-control .pagin-total{
        position: static;
    }

    .basket-b2b-mode .gvi-basket .col-first{
        width: auto;
    }

    .basket-b2b-mode .gvi-basket .product-img,
    .basket-b2b-mode .gvi-basket .hyp-thumbnail{
        height: 84px;
        width: 84px;
    }

    .basket-b2b-mode .panel-header .btn-quote,
    .basket-b2b-mode .panel-header .btn-checkout{
        display: block;
    }

    /* compact view for tbx-quantity */
    .quantity-compact .tbx-quantity{
        float: left;
        margin: 0;
        min-width: 60px; /* Pay attention! */
        width: 84px;
    }

    .quantity-compact .tbx-quantity.focused{
        margin-bottom: 34px;
    }

    .quantity-compact .tbx-quantity .ui-spinner-button{
        top: 34px;
    }

    .quantity-compact  .ui-spinner-up{
        right: 0;
    }

    .quantity-compact  .ui-spinner-down{
        left: 0;
    }
    /* END basket, wishlist grids */

    /* START shipping information */
    .gvi-addresses .col-name{
        max-width: initial;
    }
    /* END shipping information */

    /* START pickup locations */
    .has-pickup-locations.is-selected{
        border-bottom-width: 0;
    }
    
    .has-pickup-locations + .pickup-locations-wrapper > td{
      padding-left: 0 !important;
    }
  
    .has-pickup-locations + .pickup-locations-wrapper > td::before,
    .pickup-locations-wrapper .gvi-pickup-locations td::before{
      display: none !important;
    }
  
    .pickup-locations-wrapper .gvi-pickup-locations td{
      padding: 5px !important;
    }

    .gvi-pickup-locations tbody{
        display: table-row-group;
    }

    .gvi-pickup-locations tbody tr{
        display: table-row;
        border: none;
    }

    .gvi-pickup-locations tbody tr td{
        display: table-cell;
    }
    /* END pickup locations */

    .block-actions{
        padding: 0 15px;
        margin: 0 -15px;
    }

    .block-actions .hyp-btn{
        margin-left: 0;
        margin-right: 0;
    }

    .block-actions .hyp-clear{
        float: left;
    }

    .block-actions .hyp-update{
        float: right;
    }

    .btn-checkout,
    .btn-quote{
        margin-top: 13px;
        width: 100%;
    }

    .basket-b2c-mode .paging-control{
        margin-top: 13px;
    }

    /* START basket overview grid */
    .gvi-basket-overview-wrapper{
        margin: 0 -15px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .gvi-basket-overview .upper-row td,
    .gvi-basket-overview .inner-row td{
        padding: 5px 15px 5px 0;
    }


    .gvi-basket-overview .col-first{
        float: left;
    }

    .gvi-basket-overview .upper-row .col-first,
    .gvi-basket-overview .upper-row .col-info,
    .gvi-basket-overview .inner-row .col-first,
    .gvi-basket-overview .inner-row .col-info{
        padding-top: 10px;
    }

    .gvi-basket-overview .col-first,
    .gvi-basket-overview .col-extended-text{
        padding-left: 15px !important;
    }

    .gvi-basket-overview.responsive-table td:before{
        margin-left: 15px;
    }

    .gvi-basket-overview .col-info{
        padding-left: 0 !important;
        margin-left: 95px;
    }

    .gvi-basket-overview .inner-row .col-info:before{
        display: none;
    }

    .gvi-basket-overview .col-price,
    .gvi-basket-overview .col-discount,
    .gvi-basket-overview .col-qty,
    .gvi-basket-overview .col-uom,
    .gvi-basket-overview .col-total{
        line-height: 2;
    }

    .gvi-basket-overview .col-qty{
        text-align: right;
    }

    .gvi-basket-overview .col-empty,
    .gvi-basket-overview .col-first:before,
    .gvi-basket-overview .upper-row .col-info:before,
    .gvi-basket-overview .col-extended-text:before{
        display: none;
    }

    .terms-row{
        text-align: center;
        margin-bottom: 20px;
    }

    .terms-row .terms-text{
        display: block;
    }

    .terms-row .chb ins{
        margin-left: 5px;
        width: 14px;
        height: 14px;
        border-radius: 3px;
    }

    .terms-row .chb input[type=checkbox] + ins:after{
        bottom: 7px;
        right: 4px;
        width: 6px;
        height: 9px;
    }

    .gvi-basket-overview.expanded .mobile-btm-footer{
        display: block;
    }

    .gvi-totals-wrapper.is_stuck .gvi-totals{
        margin-bottom: 0;
    }

    .gvi-totals-wrapper.is_stuck .t-row-total-price td,
    .gvi-totals-wrapper.is_stuck .t-row-total-price-excluding-tax td{
        margin-bottom: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .gvi-totals-wrapper.is_stuck .gvi-totals td{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .gvi-totals-wrapper.is_stuck .gvi-totals tr + tr td{
        padding-top: 0;
    }

    .is_stuck .t-row-tax-line,
    .gvi-totals-wrapper.is_stuck .t-row-tax-amount{
        display: none;
    }
    /* END basket overview grid */

    .qo-input-area .tbx-search{
        width: 100%;
    }

    .product .usp:before{
        height: 217px;
    }

    .product-bottom-info{
        margin-top: 0;
        margin-bottom: 0;
    }

    .gvi-totals .t-row-promotion .enter-discount,
    .gvi-totals .t-row-promotion .title-discount{
        float: none;
    }

    .gvi-totals .cell-name{
        text-align:left;
    }

    .list-totals .total-value,
    .gvi-totals .cell-price-value,
    .list-cart .total-value{
        min-width:90px;
        display:inline-block;
    }

    .column.border-simple-left{
        border-left: none;
    }

    .row-under-columns{
        padding-left: 0;
    }

    .row-under-columns .btn{
        width: 100%;
    }

    .choose-product{
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .choose-product > div{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .choose-product .qo-product-title-box {
        max-width:100%;
    }

    .choose-product .ddlb + .ddlb{
        margin-top: 20px;
    }

    .choose-product .btn-plus{
        width: 100%;
    }

    .btn-quick-order-add {
        margin-top:0;
    }

    .upper-row td{
        border-width: 0;
    }

    .basket-page-cnt h2{
        display: none;
    }

    .checkout-details{
        margin-top: 20px;
    }

    .basket-b2b-mode .enter-discount{
        margin: 30px 0;
    }

    .gvi-methods .col-method-selection{
        width: auto;
    }

    .gvi-methods td.col-method-cost{
        text-align: left;
        width: auto;
    }

    /* START order details overview grid */
    .gvi-order-lines-wrapper{
        border-top-width: 1px;
        border-top-style: solid;
        margin-left: -15px;
        margin-right: -15px;
    }

    .gvi-order-lines thead {
        display: none;
    }

    .gvi-order-lines.responsive-table td:before{
        margin-left: 15px;
    }

    .order-details-action-bar .btn,
    .order-details-action-bar .form-inline{
        display: block;
        width: 100%;
    }

    .order-details-action-bar .btn{
        margin-left: 0;
        margin-bottom: 15px;
    }

    .order-details-action-bar .attachments{
        float: none;
        margin-bottom: 15px;
    }
    /* END order details overview grid */

    .panel-header {
        display: block;
    }

    .panel-header:before,
    .panel-header:after{
        display: table;
        content: " ";
    }

    .panel-header:after{
        clear: both;
    }

    .panel-footer{
        display: block;
    }

    .panel-footer > div{
        display: block;
    }

    .view-changer{
        vertical-align: top;
        display: inline-block;
        margin: 5px 10px 0 0;
    }

    .panel-header .btn-add-inside{
        text-align: right;
    }

    .btn-view {
        margin: 5px 4px;
    }

    .sorter-inside {
        float: right;
        margin: 5px 0 0 0;
        max-width: 100%;
    }

    .counter-inside{
        width: 100%;
    }

    .list-mode .product-action > .msg-not-available,
    .list-mode .product-action > .btn,
    .list-mode .product-action > form{
        order: 2;
        margin-right: auto;
    }

    .grid-mode .l-products-item{
        width: 100%;
    }

    .grid-mode .l-products-item:after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 1.4%;
        right: 1.4%;
        margin-top: 12px;
    }

    .list-mode .product-action{
        text-align: left;
    }

    .list-mode .product-compare-selector{
        position: static;
        margin-bottom: 10px;
    }

    .list-mode .product-tile .product-info.state-compare{
        position: relative;     
        padding-bottom: 15px;
    }
    
    .list-mode .list-prices .list-price,
    .list-mode .list-prices .list-price-discount{
        text-align: right;
    }

    ul.usp-list{
        margin: 0;
    }

    .usp-list li{
        display: block;
        text-align: left !important;
        min-height: 50px;
    }

    .usp-list li:nth-child(2n){
        display: none;
    }

    /*          START product tile            */
    .products-group.slick-dotted{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .simple-product-tile{
        width: 100%;
    }
    /*          END product tile            */

    /*          START orders            */
    .gvi-orders tr:first-child td{
        padding-top: 5px;
    }

    .gvi-orders tr:last-child td{
        padding-bottom: 5px;
    }

    .gvi-orders tr:last-of-type td{
        border-bottom-width: 0;
    }

    .gvi-orders .col-authorization-status,
    .gvi-orders .col-select-document{
        text-align: left;
    }

    .gvi-orders td.empty{
        display: none;
    }

    .gvi-sales-agreement-lines .col-line-discount-percent,
    .gvi-sales-agreement-lines .show-more{
        text-align: left;
    }

    .gvi-sales-agreement-lines .hidden-info td{
        border-bottom-width: 1px;
        padding-left: 0 !important;
    }

    .gvi-sales-agreement-lines .hidden-info td:before{
        font-size: 0;
    }

    .gvi-sales-agreement-lines .hidden-info .cell{
        width: 100%;
    }

    .paging-input{
        float: none;
        margin-top: 10px;
    }

    .total-inside{
        margin: 15px 0;
        text-align: center;
    }

    .pay-inside,
    .pay-inside .btn-pay{
        width: 100%;
    }
    /*          END orders            */

    /* START order details overview grid */
    .gvi-order-lines .col-price,
    .gvi-order-lines .col-qty,
    .gvi-order-lines .col-discount,
    .gvi-order-lines .col-uom,
    .gvi-order-lines .col-total,
    .gvi-order-lines .col-stock{
        text-align: left;
    }

    .gvi-order-lines .col-empty{
        display: none;
    }
    /* END order details overview grid */

    .basket-loading{
        padding: 20px;
        position: fixed;
        margin-left: -100px;
        margin-top: -50px;
        top: 50%;
        left: 50%;
        right: auto;
        width: 150px;
        z-index: 1000004;
    }

    /*          START sub accounts           */
    .gvi-limits td{
        display: inline-block;
    }

    .gvi-limits .col-operator,
    .gvi-limits .col-empty{
        width: 15px;
    }

    .gvi-limits .col-value,
    .gvi-limits .col-authorizer{
        width: 70%;
    }

    .gvi-limits .col-authorizer{
        padding-left: 30px;
    }

    .gvi-sub-accounts {
        margin-top: 0;
    }

    .gvi-sub-accounts .col-status,
    .gvi-sub-accounts .col-limit,
    .gvi-sub-accounts .col-edit,
    .gvi-sub-accounts .col-delete{
        text-align: left;
    }

    .gvi-sub-accounts .col-delete {
        width: auto;
    }

    .btn-edit-sub-account,
    .btn-delete-sub-account,
    .btn-delete-line{
        background-position-x: 8px;
        padding-left: 28px;
        margin-bottom: 7px;
    }

    .btn-edit-sub-account {
        margin-bottom: 0;
    }

    .btn.btn-edit-sub-account .btn-cnt,
    .btn.btn-delete-sub-account .btn-cnt,
    .btn.btn-delete-line .btn-cnt{
        display: inline-block;
    }

    .sub-account-holder .row-orderauthorizationrules .field{
        width: 100%;
    }

    .btn-new-sub-account{
        margin-bottom: 25px;
    }

    /*          END sub accounts           */

    /*          START return           */
    .gvi-return-wrapper{
        margin-bottom: 35px;
    }

    .gvi-return .upper-row{
        border-bottom-width: 0;
    }

    .gvi-return .col-checkbox{
        padding-left: 0 !important;
        width: auto;
    }

    .gvi-return .col-checkbox,
    .gvi-return .col-order-quantity,
    .gvi-return .col-order-max-return-quantity,
    .gvi-return .col-order-unit-of-measure-title,
    .gvi-return .col-cost{
        text-align: left;
    }

    .gvi-return .return-row-addition,
    .gvi-return .return-row-info{
        padding-left: 0 !important;
        padding-right: 0;
    }

    .gvi-return .return-row-addition:before,
    .gvi-return .return-row-info:before{
        display: none;
    }

    .quicksearch{
        margin-bottom: 30px;
    }

    .quicksearch-search{
        width: 100%;
    }

    .quicksearch-result-btn .btn{
        width: 100%;
    }

    .gvi-return .chb-text{
        display: none;
    }

    /*          END return           */

    /****************************************
                    Content blocks
    ****************************************/
    .flexi-row .products-flow,
    .flexi-row > .html-wrapper.fr-view,
    .flexi-row .usp,
    .flexi-row .banner-content,
    .flexi-row .flow-category-tiles,
    .flexi-row .flow-img-tiles{
        padding: 0 15px;
    }

    .flexi-row.center .flow-category-tiles,
    .flexi-row.center .flow-img-tiles{
        padding: 0;
    }

    .flexi-row.center .banner{
        margin: 0 -15px 25px;
    }

    .flexi-row.center .banner-content{
        padding: 0 15px;
    }
    
    .flexi-row.center .products-flow{
        margin: 0;
    }

    .flexi-row .product-tile{
        padding: 0;
    }
    .products-flow .product-tile {
        width: 50%;
    }
    /*          START main banner           */
    .banner{
        height: auto;
        text-align: left;
        margin-bottom: 25px;
    }

    .banner img{
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        height: auto;
        position: static;
        max-width: 100%;
    }

    .banner-full-width{
        position: static;
        height: auto;
    }

    .banner h1,
    .banner h2{
        text-shadow: none;
    }

    .banner h1{
        margin-bottom: 7px;
    }

    .banner h2{
        margin-bottom: 5px;
    }
    /*          END main banner           */

    /*          START usp           */
    .basket-page-cnt .usp{
        display: none;
    }
    /*          END usp           */


    /****************************************
                    END Content blocks
    ****************************************/

    /*          START one step checkout page          */
    .one-page-checkout .service-info{
        margin: 0;
        display: block;
    }

    .one-page-checkout .service-info .our-methods{
        padding: 0;
        border: none;
    }

    .service-info-bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-info-bottom .service-info-separator{
        display: none;
    }

    .one-page-checkout .gvi-addresses .col-name{
        max-width: initial;
    }

    .one-page-checkout .order-overview-section{
        padding: 0;
        border-width: 0px;
    }

    .one-page-checkout .columns-general{
        position: relative;
        padding-bottom: 0;
    }

    .one-page-checkout .btn-order,
    .one-page-checkout .btn-quote{
        width: 100%;
    }

    .one-page-checkout .columns-general.compressed{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .one-page-checkout .column{
        width: 100%;
    }

    .one-page-checkout .column:first-child{
        order: 2;
    }

    .one-page-checkout .column:last-child{
        order: 1;
    }
    /*          END one step checkout page            */

    /*          START Captcha                         */
    .row-captcha .label{
        display: none;
    }

    .g-recaptcha{
        -webkit-transform: scale(0.955);
        transform: scale(0.955);
        -webkit-transform-origin: 0 0;
        transform-origin: top right;
    }
    
    .g-recaptcha > *{
        margin-left: auto;
    }
    /*          END Captcha                         */

    /*          Compare functionality               */
    .has-sticky.is-sticky{
        top:0;
    }

    .has-sticky .compare-tiles-wrp{
        padding-left: 15px;
        padding-right: 15px;
    }

    .compare-wrp{
        max-height: calc(100vh - 20px);
    }

    .has-sticky .compare-btn.slick-prev{
        left: 3px;
        margin: 0;
    }

    .has-sticky .compare-btn.slick-next{
        right: 3px;
        margin: 0;
    }

    .compare-wrp:not(.is-touched) .compare-popup-content,
    .compare-wrp:not(.is-touched) .compare-popup-footer{
        display: none;
    }

    .compare-wrp:not(.is-touched) .compare-popup-header:after {
        transform: rotateX(180deg);
    }

    [data-prod-amount="3"] .compare-column,
    .compare-column{
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }
    /*   END    Compare functionality               */
}

@media screen and (max-width: 479px) {
    .products-flow .product-tile {
        width: 100%;
    }

    /*          Compare functionality               */
    .compare-popup{
        width: auto;
        right: 10px;
        left: 10px;
    }
    /*   END    Compare functionality               */
}
/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px){
    .center{
        padding: 0 2%;
    }

    .column:nth-child(2n) .row-captcha .label {
        display: none;
    }

    .column:nth-child(2n) .row-captcha .g-recaptcha{
        float: right;
    }

    .column:nth-child(2n) .row-captcha + .form-button{
        text-align: right;
    }

    .columns-general.product-bottom-info,
    .columns-general.product-bottom-info > .column{
        display: block;
    }

    .list-totals .total-value,
    .list-cart .total-value {
        min-width: 0;
    }

    /* START general top navigation */
    .nav-opener-wrapper.state-nav-empty{
        visibility:hidden;
        overflow:hidden;
        width:0;
    }
    .nav-item-root.hover .nav-wrapper{
        display: block;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    .nav-lvl-2 .separator:nth-of-type(4n){
        display: table-row;
    }

    .nav-lvl-2 .nav-item-block:nth-child(4n+1){
        border-left: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    .nav-item.hover > .nav-list-sub{
        display: block;
    }
    /* END simple dropdown navigation */

    /*          START product tile            */
    .products-flow .product-tile{
        padding: 0 3px;
        width: 33.33%;
    }

    .products-flow .product-tile .btn{
        padding: 0 28px 0 8px;
    }

    .blocks-row-item{
        width: 33.3333%;
    }

    .column .blocks-row-item{
        width: 50%;
    }

    .products-group:not(.slick-initialized) .blocks-row-item:nth-child(n+4),
    .column .products-group:not(.slick-initialized) .blocks-row-item:nth-child(3){
        display: none;
    }

    .products-group .product-tile .btn{
        padding: 0 28px 0 8px;
    }
    /*          END product tile            */

    .order-box .form-row .label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .order-box .form-row.row-variant .label,
    .order-box .form-row.row-sales-agreement-lines .label{
        float: none;
        min-width: initial;
        margin-bottom: 5px;
    }

    .order-box .form-row .field{
        display: block;
    }

    .order-box .form-row.row-variant .field,
    .order-box .form-row.row-sales-agreement-lines .field{
        float: none;
        width: 100%;
    }

    .list-mode .product-action{
        flex-direction: row;
    }

    .list-mode .product-tile .prices{
        float: left;
    }

    .has-aside .details-img{
        width: 49%;
    }

    .has-aside .details-info{
	    margin-left: 51%;
    }

    .no-aside .details-img{
	    width: 58%;
    }

    .no-aside .details-info{
	    margin-left: 58%;
    }

    .simple-product-tile{
        width: 25%;
    }

    .grid-mode .l-products-item{
        width: 50%;
    }

    .grid-mode .l-products-item:nth-of-type(2n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 1.4%;
        right: 1.4%;
        margin-top: 12px;
    }

    .counter-inside {
        width: 100%;
    }

    .usp-list li:nth-child(5){
        text-align: right;
    }

    .usp-list li:nth-child(6),
    .usp-list li:nth-child(7){
        display: none;
    }

    /* START basket and checkout pages */
    .columns-general.compact.basket-page-cnt,
    .columns-general.compact.checkout-page-cnt{
        display: block;
    }

    .columns-general.compact.basket-page-cnt .column,
    .columns-general.compact.checkout-page-cnt > .column{
        display: block;
        width: auto;
    }

    .basket-page-cnt .border-simple-left,
    .checkout-page-cnt .border-simple-left{
        border: none;
    }

    .basket-totals-wrapper,
    .basket-action-wrapper,
    .cart-summary,
    .checkout-summary{
        box-sizing: border-box;
        padding: 0 2.2%;
        width: 50%;
    }

    .basket-totals-wrapper,
    .cart-summary{
        float: left;
        margin-left: -2.2%;
    }

    .basket-action-wrapper,
    .checkout-summary{
        float: right;
        margin-right: -2.2%;
    }

    .basket-details,
    .checkout-details{
        margin-top: 20px;
    }

    .checkout-summary{
        border: none;
        margin-top: 0;
    }

    .basket-b2c-mode .gvi-totals .cell-value{
        padding-right: 0;
    }
    /* END basket and checkout pages */

    /* START shipping information */
    .gvi-addresses .col-name{
        max-width: 200px;
    }
    /* END shipping information */

    /* START profile pages */
    .columns-general.compact.profile-page-cnt{
        display: block;
    }

    .columns-general.compact.profile-page-cnt > .column{
        display: block;
        width: auto;
    }

    .hyp-account{
        border-right-style: solid;
        border-right-width: 1px;
        clear: none;
        padding-right: 15px;
        margin-right: 15px;
    }

    .hyp-account:last-child{
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    /* END profile pages */

    /*          START one step checkout page          */
    .one-page-checkout .service-info{
        margin: 0 -2%;
    }

    .one-page-checkout .service-info .our-methods{
        padding: 0 2%;
    }

    .one-page-checkout .pickup-locations-wrapper > td{
        padding-left: 20px;
    }

    .one-page-checkout .checkout-summary{
        width: 100%;
        margin-right: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one-page-checkout .list-step-title {
        margin-top: 10px;
    }

    .one-page-checkout .msg-block-alert + .checkout-summary .list-step-title {
        margin-top: 15px;
    }

    .one-page-checkout .checkout-summary .list-step{
        width: 50%;
    }

    .one-page-checkout .terms-row .terms-text{
        display: block;
    }

    .one-page-checkout .form-row .control::after{
        content: '';
        display: block;
        clear: both;
    }

    .one-page-checkout .form-row .control .label,
    .one-page-checkout .form-row .control .field{
        display: block;
        float: left;
        width: 100%;
    }

    .one-page-checkout .form-row .validation{
        padding-left: 0;
    }

    .one-page-checkout .gvi-addresses .col-name.ellipsis{
        max-width: 80px;
    }

    .one-page-checkout .gvi-totals-basket-overview tfoot tr:last-child td{
        border-bottom-width: 0px;
        padding-bottom: 0;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .product-title-super{
        word-break: break-all;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .cell-price-value{
        min-width: 0;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .col-qty{
        padding-left: 2px;
        padding-right: 2px;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .col-uom{
        padding-right: 2px;
    }

    .one-page-checkout .gvi-basket-overview-wrapper .price-node .currency-sign{
        margin-right: -3px;
    }
    /*          END one step checkout page            */

    /*          Quick order         */
    .choose-product .qo-product-title-box {
        max-width:52.5%;
    }
    /**/

    .flexi-row > .html-wrapper.fr-view,
    .flexi-row .usp,
    .flexi-row .banner-content{
        padding-left: 2%;
        padding-right: 2%;
    }

    .flexi-row .products-flow{
        padding: 0 calc(2% - 3px);
    }

    .flexi-row.center .products-flow{
        margin-left: -3px;
        margin-right: -3px;
    }

    /*          Compare functionality               */
    .compare-column{
        width: 33.3333%;
        max-width: 33.3333%;
        flex-basis: 33.3333%;
    }

    .has-sticky .compare-rails{
        max-width: 100%;
    }


    .has-sticky .compare-tiles-wrp{
        padding-left: 2%;
        padding-right: 2%;
    }

    .has-sticky .compare-btn.slick-prev{
        left: 3px;
        top: 50%;
        margin-left: 0;
    }

    .has-sticky .compare-btn.slick-next{
        right: 3px;
        top: 50%;
        margin-right: 0;
    }

    .compare-wrp:not(.is-touched) .compare-popup-content,
    .compare-wrp:not(.is-touched) .compare-popup-footer{
        display: none;
    }
    
    .compare-wrp:not(.is-touched) .compare-popup-header:after {
        transform: rotateX(180deg);
    }
    /*   END    Compare functionality               */
}

@media (min-width: 640px) and (max-width: 767px){
    .middle-header.focused .logo{
        visibility: hidden;
        width: 0px;
    }

    .middle-header.focused .search{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
    header.sticky-mode .search{
        margin-left: auto;
        max-width: initial;
    }
}
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

fieldset {
    width: 60%;
    padding: 25px;
    margin-left: 20%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 35px;
}

.btn-left {
    float: left;
}
.btn-right {
    float: right;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.second, .third, .fourth {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        font-weight: bold;
        border-bottom: 2px solid #29527c;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: #29527c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #29527c;
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid #29527c;
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    width: 120%;
    margin-left: -10%;
}

#progressbar .active {
    color: #000000
}

#createAccountPage .custom-checkbox {
    margin-top: 0;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar #account:before {
    content: "1"
}

#progressbar #personal:before {
    content: "1"
}

#progressbar #payment:before {
    content: "2"
}

#progressbar #controller:before {
    content: "3"
}

#progressbar #confirm:before {
    content: "4"
}

#progressbar li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 50%;
    top: 19px;
    z-index: -1;
}

#progressbar #confirm:after {
    display: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #29527c;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.fit-image {
    width: 100%;
    object-fit: cover
}

@media print {
	div#trengo-web-widget, .basket-info-wrapper.out-of-stock, ._hj_feedback_container {
		display: none !important;
	}

	@page {
		size: A4;
		margin: 20mm 10mm 20mm;
	}
	@page :first {
		size: A4;
		margin: 5mm 10mm 20mm;
	}
	
	html, body {
		width: 210mm;
		height: 297mm;
		height: 282mm;
		font-size: 11px;
		background: #FFF;
		overflow: visible;
	}

	.site {
		box-shadow: none;
		display: table;
		table-layout: fixed;
		width: auto;
		height: 100vh !important;
	}
	.customer-info.customer-contact-info.col-5 input {
		padding-left: 5px !important;
	}
	.customer-info.col-5 table input, .extra-info input, .extra-costs input, .clientquote-lines input {
		font-size: 14px !important;
	}
	.client-content {
		width: 50%;
		float: left;
	}
	.customer-content {
		width: 50%;
		float: right;
	}
	.customer-info.col-5 table td.column-city {
		width: 72.5% !important;
	}
	.customer-info.col-5 table td.column-zipCode {
		width: 27.5% !important;
	}
	#basketContent .column.border-simple-left {
		display: block;
		width: 33% !important;
		float: right !important;
		clear: both;
		margin-top: 15px;
	}

	.basket-baskettoquote-page #basketContent .column.border-simple-left {
		display: block;
		width: 40% !important;
		float: right;
		clear: both;
	}

	.basket-baskettoquote-page .basket-details {
		margin-top: 0 !important;
		padding: 0 15px 0 0;
		border: none;
		font-size: 16px;
	}

	.basket-baskettoquote-page .list-totals li {
		line-height: 34px;
	}

	.customer-info.col-5, .extra-info {
		width: 50% !important;
		float: left;
	}

	.extra-info {
		width: 40% !important;
		float: left;
	}

	input::-moz-placeholder, input::-webkit-input-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
		color: #fff;
	}

	.customer-info.col-5 table input, .extra-info table input {
		width: 100%;
		font-size: 16px;
		padding: 3px 0 0;
		display: block;
		box-sizing: border-box;
		border: none;
		line-height: 20px;
	}

	.clientquote-lines .table-rows td input {
		width: 100%;
		font-size: 16px;
		padding: 6px 0;
		display: block;
		box-sizing: border-box;
		border: none;
		line-height: 22px;
	}

	.customer-info.col-5.customer-contact-info table input {
		width: calc(100% - 25px) !important;
		font-size: 14px;
		padding: 1px 0 0;
		display: block;
		box-sizing: border-box;
		border: none;
		line-height: 20px;
		float: right;
	}

	.company-title-quote {
		margin-top: 0;
		font-size: 16px;
		display: inherit;
		display: block;
		line-height: 28px;
		font-style: italic;
	}

	.company-title-quote.company-name {
		margin: 0 0 15px;
		font-size: 34px;
		font-family: PT Sans, sans-serif;
		color: #1a489C;
		font-weight: bold;
		line-height: 42px;
		font-style: normal;
	}

	.customer-info.col-5.customer-contact-info .fas {
		font-size: 14px !important;
		line-height: 20px !important;
		width: 25px !important;
		text-align: center;
		margin-top: 0;
	}

	.gvi-basket .product-title-super {
		font-size: 12px !important;
	}

	.gvi-basket thead {
		display: table-header-group;
	}

	th.qty-th {
		text-align: center;
	}

	#basketContent .column.wide {
		display: block;
		width: 100% !important;
		float: left;
		clear: both;
		page-break-after: always;
	}

	#basketContent .column.border-simple-left {
		display: block;
		width: 33% !important;
		float: left;
		clear: both;
	}
	.item-totals td {
		vertical-align: bottom;
	}
	.customer-info.col-5 .customer-header, .extra-info .customer-header, .extra-costs .customer-header {
		font-size: 16px;
	}

	.clientquote-lines .table-total td, .clientquote-lines .table-total-incl td {
		font-size: 18px;
		line-height: 30px;
	}

	#InstallationCostsLine_Title, #InstallationCostsLine_Price {
		text-align: right;
		font-size: 18px !important;
		line-height: 30px;
		padding: 0;
		width: 100%;
		float: right;
		background-color: transparent;
		border: none;
	}

	#TermsAndConditions {
		padding: 0;
		background-color: transparent;
		border: none;
	}

	#klantofferteTotals {
		page-break-inside: avoid;
	}

	table.gvi.gvi-basket .col-remove, .bottom-header, .top.login, .search, footer, .content-header.basket-page, .breadcrumbs, .basket-top-header.columns-general.compact, .basket-buttons.clearfix, .basket-promo-text-wrapper, .basket-action-wrapper, header .basket, .column.sidebar, .form-holder.order-filter, .aside-links.clearfix, .header.nav-is-closed.sticky-mode, .bg-white, #basketContent .panel-footer, #basketContent .paging-control, .back-wrapper, .orders-details-page .Shipping-top, .orders-details-page .content-header, .order-details-action-bar.clearfix, .clientquote-index-page .msg-block-info.quote-is-expired-message, .clientquote-index-page header, .basket-baskettoquote-page .Shipping-top, .extra-lines-btn, .updatePrice, .extra-costs, .clientquote-clientquotedetails-page header, .column.hide-on-printpreview, ._hj_feedback_container, .guestBasketContent .border-simple-left {
		display: none !important;
	}
}
.order-no-overview, .payment-method-overview, .shipping-method-overview {
	font-size: 16px;
	margin: 10px 0;
}
.feedback-overview {
	font-size: 16px;
	margin: 0;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

#sub-accountsPage table.dataTable {
	width: 100% !important;
}

#flexiPage .column.sidebar {
	display: block;
}

.payment-method-overview .fas, .shipping-method-overview .fas, .order-no-overview .fas, .feedback-overview .fas {
	width: 25px;
	text-align: center;
	margin-right: 5px;
}
.welcome {
	margin: 5px 20px;
}
.gvi-basket-wrapper tbody tr.tr-spacer {
	padding: 5px 0 0;
}
.domComponent {
	background-color: #f2f4f6;
	border: 1px solid #e4e4e4;
	border-top: none;
	padding: 5px 15px;
	margin-top: -1px;
	transition: 0.2s;
	font-weight: 500;
	font-size: 13px;
}
.domComponent.no-top-padding {
	padding-top: 0;
}
.fas.fa-circle.green {
	color: #1c9214;
	margin-right: 5px;
}
.fas.fa-circle.orange {
	color: #e4a310;
	margin-right: 5px;
}
.fas.fa-circle.red {
	color: #CC0605;
	margin-right: 5px;
}
.product-tile:hover ~ .domComponent, .domComponent:hover {
	border: 1px solid #bbbbbb;
	border-top: none;
	transition: 0.2s;
}
.l-products-item:hover .product-tile, .l-products-item:hover .domComponent {
	border-color: #bbbbbb;
	transition: 0.2s;
}
.showHidePassword {
	display: block;
	color: #29527c;
}
a.btn.btn-report .btn-cnt {
	padding-top: 13px;
}
.t-row-product-cost td.cell-name, .t-row-shipping-cost td.cell-name, .t-row-total-price-excluding-tax.emphasis td.cell-name, .t-row-tax-amount td.cell-name,
.t-row-total-price td.cell-name {
	text-align: left;
	width: 65%;
}
.t-row-product-cost td.cell-name, .t-row-product-cost td.cell-value {
	padding: 10px 0 0 !important;
	color: #000;
}
.t-row-total-price-excluding-tax.emphasis td.cell-name, .t-row-total-price-excluding-tax.emphasis td.cell-value {
	padding: 10px 0 5px !important;
	color: #000;
}
.t-row-tax-amount td.cell-name, .t-row-tax-amount td.cell-value, .t-row-shipping-cost td.cell-name, .t-row-shipping-cost td.cell-value {
	padding: 5px 0 10px !important;
	color: #000;
}
.t-row-total-price td.cell-name, .t-row-total-price td.cell-value {
	padding: 10px 0 !important;
	border-color: #dedede;
}
.gvi-totals-basket-overview .t-row-total-price {
	border-top: 1px solid #dedede;
}
.one-page-checkout .list-step-title {
	margin-top: 0;
}
.terms-row {
	display: none;
}
.register-info-block {
	width: 32%;
	float: left;
}
.register-info-block.company {
	width: 36%;
}
.inputInfoOverview {
	width: 100%;
	display: inline-block;
}
.companyEmailInput.inputValues {
	margin-top: 10px;
}
.order-template-row .text-right.template-action a {
	background-color: #29527c;
	color: #fff;
	padding: 7px 12px;
	font-size: 12px;
	cursor: pointer;
}
.msg-block-confirm.quote-is-expired-message.pick-up {
	margin-top: 0;
}
.bruto-text, .netto-text {
	display: none;
}
.customer-info-details {
	display: none;
}
#outStockMobileOnly {
	margin-bottom: 10px;
}
.counter.row.first-row {
	margin-top: -.75%;
}
.productlist-list-page button.btn.btn-action.btn-add-to-basket, .productlist-search-page button.btn.btn-action.btn-add-to-basket {
	width: 26%;
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1100px) {
	.basket-details-page .columns-general.compact > .wide {
		width: 100%;
		display: inline-block;
	}
	.basket-details-page .columns-general.compact > .column.border-simple-left {
		width: 33%;
		float: right;
		margin-top: 20px;
		display: inline-block;
	}
}

.col-mobile-only {
	display: none;
}

@media screen and (max-width: 639px) {
	.orders-details-page td.product-img {
		display: none;
	}
	.profile-page-cnt .gvi td.col-activate a.btn-new-sub-account, .profile-page-cnt .gvi td.col-activate a.btn-modify-sub-account, .profile-page-cnt .gvi td.col-activate a.btn-delete-sub-account {
		display: inline-block;
		margin: 0 10px 5px 0;
		padding: 7px 15px;
	}
	.showOnMobile {
		display: inline-block;
	}
	td.col-qty-ToShip.text-right {
		text-align: left;
		font-weight: 500;
	}
	#sub-accountsPage .gvi td.col-activate.hide-on-mobile {
		display: none;
	}
	.col-mobile-only {
		display: inline-block;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 2px 10px;
	}
	td.headingBasketInventory {
		padding: 10px 0 0;
		border: 0;
	}
	.list-mode .product-compare-selector.ui-front, .details-info .comparediv, .compare-popup {
		display: none;
	}
	#productPage .ordertemplatediv {
		display: inline-block;
		width: 100%;
		margin-bottom: 15px;
	}
	#productPage .order-box fprm {
		display: inline-block;
		width: 100%;
		margin-bottom: 15px;
	}
	.productcompare-index-page .compare-column, .compare-column {
		width: 30%;
		max-width: 30%;
		flex-basis: 30%;
	}
	.productcompare-index-page .product-tiles-section .product-tile {
		background: #fff;
		padding: 15px;
	}

	.productcompare-index-page .compare-tiles-wrp .product-img {
		padding: 0;
	}

	.productcompare-index-page .product-tiles-section .product-tile .product-info {
		margin-top: 20px;
	}

	.productcompare-index-page .product-tiles-section .product-img .hyp-thumbnail {
		height: 150px;
	}

	.productcompare-index-page .specifications-section {
		display: inline-block;
		width: 100%;
	}

	.productcompare-index-page .specification-title {
		width: 150px;
		float: left;
		display: inline-block;
		border: 1px solid grey;
		border-right: 1px solid grey;
		background: #f2f4f6;
		word-wrap: break-word;
		box-sizing: border-box;
		padding: 6px 10px 4px;
		border-color: #dedede;
		font-weight: 500;
		line-height: 24px;
		display: flex;
		align-items: center;
	}

	.productcompare-index-page .specification-value {
		padding: 6px 15px 4px;
	}

	.productcompare-index-page .stock-indication {
		border-left: none;
	}

	.productcompare-index-page .product-info .lbl-stock {
		margin-left: 0;
	}

	.productcompare-index-page .product-tiles-section .product-tile {
		text-align: left;
		border-left: none;
		border-bottom: none;
	}

	.productcompare-index-page .product-tile .product-title {
		font-size: 15px;
		line-height: 24px;
		margin: 5px 0;
		display: block;
		min-height: 52px;
	}

	.productcompare-index-page .compare-tiles-wrp .compare-rails {
		border-left: 1px solid #dedede;
	}

	.productcompare-index-page .actions-section {
		border-bottom: none;
		padding: 0;
	}

	.productcompare-index-page .compared-product-tile .product-action {
		display: block;
	}

	.productcompare-index-page .font-bigger.specification-title {
		font-size: 11px;
	}

	.product-specification-group {
		display: flex;
	}

	.productcompare-index-page .compare-rails {
		float: right;
		width: calc(100% - 150px);
		display: flex;
	}

	.productcompare-index-page .reviews-value, .productcompare-index-page .specification-value {
		line-height: 24px;
	}

	.productcompare-index-page .specification-value {
		border-color: #dedede;
		border-right: 1px solid #dedede;
		border-left: none;
		display: flex;
		align-items: center;
		background: #fff;
		font-size: 11px;
	}

		.productcompare-index-page .reviews-value:first-child, .productcompare-index-page .specification-value:first-child {
			border-left: #dedede !important;
		}

	.productcompare-index-page .compare-rails::after, .productcompare-index-page .compare-rails::before {
		display: none !important;
	}

	.productcompare-index-page .compare-tiles-wrp .btn-remove {
		right: 15px;
		top: 15px;
	}

	.productcompare-index-page .actions-section {
		display: flex;
		width: 100%;
		border-color: transparent;
	}

	.productcompare-index-page .compare-btn {
		top: 170px;
	}

		.productcompare-index-page .compare-btn.slick-prev {
			left: 0;
			width: 30px;
			height: 30px;
		}

		.productcompare-index-page .compare-btn.slick-next {
			right: -50px;
			width: 30px;
			height: 30px;
		}

	.productcompare-index-page .product-tile .product-description {
		margin-bottom: 10px;
	}

	.productcompare-index-page .compare-rails:before {
		content: "";
		width: 40px;
		height: 3px;
		background-color: #529600;
		left: 0;
		position: relative;
		display: block;
		top: 10px;
	}

	.productcompare-index-page .product-specification-group:not(:first-child) .specification-title, .productcompare-index-page .product-specification-group:not(:first-child) .specification-value {
		border-top: none;
	}

	.productcompare-index-page .compare-row.specification-row:hover .compare-column.specification-value {
		background: #f2f4f6;
	}

	.list-mode .product-compare-selector {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.list-mode .product-tile .product-info.state-compare {
		position: relative;
		padding-bottom: 0;
	}
	.product-compare-selector.ui-front {
		display: block;
	}
	.offlineTopbar {
		display: none;
	}
	.deliveryDate {
		display: none !important;
	}
	#PaymentMethods .checkout-step-title {
		margin-top: 20px;
	}
	.PaymentButton {
		padding: 20px 0;
		text-align: left;
	}
	.PaymentButton span.outstandingAmount {
		margin-bottom: 10px;
		display: block;
	}
	#extendedOrderHistoryPage td.col-select-document {
		text-align: left !important;
		padding-right: 25px !important;
	}
	.orders-extendedinvoices-page td.col-select-document {
		display: none !important;
	}
	.orders-extendedorders-page span.mobileOnly {
		font-size: 13px;
		float: right;
		width: calc(100% - 25px);
		line-height: 18px;
	}
	.orders-extendedorders-page .order-info {
		margin-left: 0;
	}
	.orders-extendedorders-page .order-info::before, .orders-extendedorders-page .order-info::after {
		display: none !important;
	}
	#extendedOrderHistoryPage td.col.sorting_2 {
		width: 100%;
		min-height: 0;
		padding: 0px 20px !important;
	}
	.OrderIdCheckBoxText {
		display: inline-block;
		font-size: 12px;
		color: #808080;
		line-height: 36px;
	}
	.OrderIdCheckBoxText .fas {
		margin-right: 2px;
	}
	.sliderLink {
		padding: 10px 10px 10px 15px;
	}
	.sliderLink:hover {
		width: 100%;
	}
	.home ul.usp-list {
		display: none;
	}
	#slider, #slider ul li {
		line-height: 250px;
		height: 250px;
		padding-right: 0 !important;
	}
	.imageSlider .column {
		margin-bottom: 0 !important;
	}
	span.slider_control_prev, span.slider_control_next {
		padding: 2% 0;
	}
	span.slider_control_prev, span.slider_control_next {
		top: auto;
		bottom: 0;
		padding: 1% 1.5%;
		background: #2a2a2a;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
		width: 10%;
		text-align: center;
		line-height: 32px;
		box-sizing: border-box;
	}
	span.slider_control_next {
		left: 35%;
		border-radius: 2px 0 0 2px;
	}
	.sliderWidth .slideNo {
		bottom: 0;
		left: 12.5%;
		padding: 1% 1.5%;
		font-size: 15px;
		line-height: 32px;
		width: 20%;
		text-align: center;
		box-sizing: border-box;
	}
	.imageLink {
		bottom: 0;
		font-size: 14px;
		font-weight: 400;
		padding: 1% 1.5%;
		width: 50%;
		line-height: 33px;
		box-sizing: border-box;
		right: 0;
	}
	.columns-general.flow-img-tiles.shopLocation {
		box-sizing: border-box;
	}
	.columns-general.flow-img-tiles.shopLocation .column {
		margin-bottom: 0;
	}
	.shop-location.columns-general {
		display: inline-block;
		width: 100%;
		padding: 0;
	}
	.shop-location-image.column {
		width: 40%;
		padding: 0 !important;
		float: left;
		display: inline-block;
		height: 140px;
		margin-bottom: 0;
	}
	.shop-location-info {
		padding: 7px 0 0 7px;
	}
	.shop-title {
		left: -10px;
		bottom: 10px;
	}
	.shop-location img {
		height: 100%;
	}
	.usp-list li {
		width: 100% !important;
	}
	.shop-location-main.column {
		width: 60%;
		padding: 10px 0 0 !important;
		float: left;
		display: inline-block;
		margin-bottom: 0;
		height: 140px;
	}
	.imageSlider .column.wide {
		width: 100%;
		margin-top: -10px;
	}
	div#deliveryPickUpInfo, div#deliveryDateInfo, div#deliveryDate {
		width: 100%;
		float: left;
	}
	.sliderWidth .paused {
		display: none !important;
	}
	/*
	#slider ul li img {
		height: auto;
		max-height: 100%;
		width: 100%;
	}
	*/
	.columns-general.flow-img-tiles.imageSlider {
		margin-top: 15px;
	}
	#slider ul li img {
		top: 0;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		border: none;
	}
	#isAllProductsInStockPopup .btn-checkout {
		margin-top: 10px !important;
		width: auto;
	}
	.col-4.address-error {
		width: 100%;
		padding-top: 20px;
	}
	.checkout-details .checkout-summary.clearfix {
		display: none;
	}
	#orderTemplatesPage.single-template .lbl-price {
		display: inline-block;
		padding-left: 10px;
	}
	.productlist-header-items {
		width: 100%;
	}
	.ui-dialog {
		padding: 5%;
	}
	.productlist-search-page .product-info .lbl-stock, .productlist-list-page .product-info .lbl-stock {
		margin-left: 10px;
		margin-left: 10px;
		min-width: calc(100% - 120px);
		display: inline-block;
	}
	.categories-productlistpage .category-item {
		margin-bottom: 0;
		padding: 7px 5px;
	}
	.jump-to-cat-div .categories-productlistpage {
		padding: 10px 0 0;
	}
	.mobile-view-buttons {
		margin: 2px -13px -15px;
		background-color: #f3f3f3 !important;
		padding: 10px;
		display: inline-block;
		width: calc(100% + 6px);
	}
	.mobile-view-buttons .quantity-buttons, #basketPage .qty-control.quantity-compact {
		background-color: #f3f3f3 !important;
	}
	.mobile-view-buttons .mobile-col-total .line-price {
		line-height: 20px;
	}
	.mobile-view-buttons .mobile-col-total .line-totals {
		line-height: 22px;
	}
	.cell-total-value, .cell-price-value {
		float: right;
	}
	.mobile-view-buttons .quantity-buttons {
		width: 190px;
		display: inline-block;
		float: left;
		padding-top: 7px;
	}
	.mobile-view-buttons .mobile-col-total {
		width: calc(100% - 230px);
		display: inline-block;
		float: right;
	}
	.mobile-view-buttons .mobile-col-total .cell-name {
		display: none;
	}
	.gvi-basket-wrapper .col-total .line-price {
		display: block;
		width: 40%;
		float: left;
		line-height: 18px;
	}
	.gvi-basket-wrapper .col-total .line-totals {
		font-weight: 500;
		line-height: 18px;
		display: block;
		width: 50%;
		float: right;
	}
	.basket-details .msg-block-info {
		margin: 20px 0 0;
		border: 5px solid #fff;
		background: #ececec;
	}
	.ui-dialog {
		width: 90% !important;
		left: 5% !important;
	}
	#isAllProductsInStock {
		margin-top: 0;
		float: right;
	}
	.basket-details .basket-action-wrapper {
		margin-bottom: 0;
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.ordertemplates-ordertemplates-page .template-user i.fas.fa-user {
		display: none;
	}
	.otherLocationsStockInfo.mobile-view {
		border: none;
	}
	.counter.row {
		width: 100%;
		margin: 0;
	}
	.counter .count {
		width: 20%;
	}
	.counter .title {
		width: 75%;
	}
	.mobile-hide {
		display: none !important;
	}
	.hyp-recalculate {
		line-height: 22px;
		font-size: 16px;
		clear: left;
		display: block;
		margin-right: 0;
		margin-left: 5px;
		text-decoration: none;
	}
	.product-details-page .content-header.bg-white {
		display: none;
	}
	.contact-productlistpage {
		display: none;
	}
	#outStockMobileOnly {
		display: block;
	}
	.basket-info-wrapper.out-of-stock span {
		background-color: #fd7e14;
		color: #fff;
		font-size: 15px;
	}
	#orderHistoryDetailPage tfoot {
		background-color: #f0f5f9;
		margin-top: 10px;
		border: 1px solid #dedede;
	}
	a.btn.btn-report .btn-cnt {
		padding-top: 10px;
	}
	.gvi-order-lines td.col-total.text-right {
		background-color: transparent;
	}
	.order-info-table td.info-title {
		width: 50%;
	}
	.filter-row {
		margin-bottom: 7px;
	}
	.order-filters .filter-row.date {
		display: none;
	}
	#example_filter input[type="search"]::placeholder {
		font-size: 14px;
	}
	.goto-order-page, .goto-account-page {
		padding: 10px;
		background-color: #29527c;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.goto-account-page {
		padding: 10px;
		background-color: #4977a6;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#orderResultLogoutLink {
		padding: 10px;
		background-color: #cc0605;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#searchPage .title-text, #productListPage .title-text {
		width: 100%;
		background-color: #f2f4f6;
		border: 1px solid #e4e4e4;
		padding: 7px 15px 5px;
		font-weight: 500;
		box-sizing: border-box;
		text-align: left;
		line-height: 20px;
	}
	#productListPage .title-text {
		margin-bottom: 10px;
	}
	#productListPage .list-mode .l-products-item {
		border: none;
	}
	.button-plus {
		margin-right: 0;
	}
	.domComponent {
		padding: 0 15px 5px;
	}
	.productlist-search-page .content {
		background-color: #f8fafb;
	}
	#ShippingAddress .shipping-choice label span:not(.rdb) {
		width: calc(100% - 35px);
		float: right;
		line-height: 24px;
		margin-top: -3px;
	}
	.is_stuck.gvi-totals-wrapper {
		background: #e3f1fc !important;
	}
	.shipping-choice label {
		line-height: normal;
		display: inline-block;
		width: 100%;
	}
	#addressesTable tbody tr {
		padding: 10px 15px;
	}
	#addressesTable.responsive-table-0 tbody td:nth-of-type(1):before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f2b9" !important;
		display: inline-block !important;
		width: 15px;
		top: -1px;
		text-align: center;
		margin-right: 5px;
	}
	#addressesTable.responsive-table-0 tbody td:nth-of-type(2):before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f3c5" !important;
		display: inline-block !important;
		width: 15px;
		top: 0;
		text-align: center;
		margin-right: 5px;
		font-size: 14px;
	}
	#addressesTable.responsive-table-0 tbody td:nth-of-type(3):before, #addressesTable.responsive-table-0 tbody td:nth-of-type(4):before {
		content: "" !important;
	}
	#addressesTable .col-city {
		padding: 0;
		box-sizing: border-box;
	}
	#addressesTable .col-zipcode {
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}
	.feedback-overview {
		margin: 10px 0 0;
		display: inline-block;
		width: 100%;
	}
	.specifications .gvi td {
		padding: 7px 10px 7px 5px;
		font-size: 13px;
	}
	.feedback-text {
		width: calc(100% - 35px);
		float: right;
	}
	.specifications .gvi .name {
		width: 50%;
	}
	.carousel-image-m-item.slick-slide {
		height: 150px !important;
		width: 150px !important;
		border: 1px solid #e4e4e4;
		box-sizing: border-box;
		padding: 15px;
		background-color: #fff;
		margin-bottom: 15px;
		display: block;
		margin-top: 5px;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor, .stock-title, .ui-state-active .ui-tabs-anchor, .hidden-tabs-name {
		text-transform: none;
		font-family: Roboto, sans-serif !important;
		font-weight: 500;
		font-size: 18px !important;
		color: #333 !important;
		margin-top: 0;
		margin-bottom: 0;
	}
	.carousel-image-m-wrapper img {
		width: 125px !important;
		height: auto !important;
	}
	.top-dropdown.login .opener, .top-info, .top-hyp {
		display: inherit; 
	}
	#logoutLink, #loginLink {
		padding: 12px 20px !important;
		font-weight: 500;
		width: 100%;
		box-sizing: border-box;
		display: block;
		color: #333 !important;
	}
	.loginSection .top-dropdown.login {
		display: none;
	}
	#logoutLink:after, #loginLink:after {
		content: '›';
		font-size: 20px;
		line-height: 20px;
		float: right;
	}
	li.nav-item.logoutLink #logoutLink:after {
		display: none;
	}
	li.nav-item.logoutLink #logoutLink {
		color: #cc0605 !important;
		box-sizing: content-box;
		display: flex;
		padding: 6px 12px 6px 15px !important;
	}
	.mobile-logoutlink {
		margin-bottom: 15px;
	}
	.middle-header {
		height: auto;
	}
	.nav-is-closed {
		position: -webkit-sticky;
		position: sticky;
		top: -200px;
		z-index: 99;
		transition: all 0.5s ease 0s;
	}
	.nav-is-opened {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 99;
		transition: all 0.5s ease 0s;
	}
	.customer-info-details {
		display: inline-block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.customer-info-details a, .customer-info-details .liveChat {
		width: 100%;
		text-align: left;
		display: block;
		margin-bottom: 5px;
	}
	.customer-info-details .fas, .customer-info-details .fab, .customer-info-details .far {
		text-align: center;
		background-color: #29527c;
		color: #fff;
		width: 32px !important;
		height: 32px;
		line-height: 32px;
		margin-right: 5px;
		font-size: 16px;
	}
	.customer-info-details .fab {
		font-size: 18px;
	}
	.gvi-order-templates .template-name {
		min-height: 30px;
	}
	.nav-is-opened nav {
		display: block;
		background-color: #fff;
	}
	.allowReturn {
		position: absolute;
		right: -2px;
		bottom: -2px;
		background-color: #fff;
		padding: 0px 6px;
		font-size: 12px;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	.bruto-text, .netto-text, .productlist-list-page .product-prices .prices span.list-price.font-smaller, .productlist-search-page span.list-price.font-smaller {
		display: none;
	}
	.productlist-list-page .product-prices .prices span.lbl-price::before, .productlist-search-page .prices span.lbl-price::before {
		content: "Netto Ex:";
		font-size: 12px;
		color: #5d5959;
		display: block;
		line-height: 12px;
		font-weight: 400;
	}
	.checkout-ordersubmit-page .content {
		padding-bottom: 35px;
		min-height: calc(100vh - 100px);
	}
	.checkout-ordersubmit-page table.table.table-sana.table-statistics-general tbody td:nth-child(1) {
		width: 66.6%;
	}
	.checkout-ordersubmit-page .table td {
		padding: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.checkout-ordersubmit-page .table > thead > tr > th {
		font-size: 1.3em;
	}
	.checkout-ordersubmit-page table.table.table-sana.table-statistics-general {
		margin-top: 20px;
	}
	.checkout-index-page .search, .checkout-index-page .userOrderInfo, .checkout-index-page .grid-wrapper.gvi-totals-wrapper.clearfix h3 {
		display: none;
	}
	ul.list-step.step-paymentmethods, .list-step {
		margin: 0px 0 15px;
	}
	#onePageCheckout.warning .msg-block-alert.quote-is-expired-message {
		margin: 10px 0 20px !important;
		font-size: 16px;
		padding-left: 45px;
		line-height: 24px;
	}
	.order-template-row {
		display: inline-block !important;
		padding: 15px 0 20px;
		width: 100%;
	}
	.order-template-row .cell-check-box {
		line-height: 24px;
		width: 20%;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		padding: 0;
	}
	.order-template-row .template-name {
		line-height: 24px;
		width: 80%;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		padding: 0;
	}
	.order-template-row .template-date, .order-template-row .template-user, .order-template-row .template-products, .order-template-row .text-right.template-action {
		line-height: 24px;
		width: 100%;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		padding-left: 20%;
		text-align: left;
	}
	.order-template-row .template-date, .order-template-row .template-products {
		width: 50%;
	}
	.order-template-row .template-products {
		padding-left: 20px;
	}
	.order-template-row .template-date::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f073";
		display: inline-block;
		width: 15px;
		top: -1px;
		text-align: left;
		margin-right: 5px;
	}
	.order-template-row .template-user::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f007";
		display: inline-block;
		width: 15px;
		top: -1px;
		text-align: left;
		margin-right: 5px;
	}
	.order-template-row .template-products::before {
		content: "|";
		display: inline-block;
		width: auto;
		text-align: left;
		left: -4vw;
		font-size: 18px;
	}
	.order-template-row .template-products::after {
		content: "artikelen";
		margin-left: 2px;
	}
	.profile-getcustomerinvoicesettings-page .responsive-table tbody td {
		padding-left: 10px;
	}
	.profile-getcustomerinvoicesettings-page .responsive-table tbody tr {
		padding: 10px 10px 15px;
	}
	.profile-getcustomerinvoicesettings-page .responsive-table tbody td {
		text-align: left !important;
	}
	.invoice-name::before, .gvi-sub-accounts .col-name::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f007" !important;
		display: inline-block !important;
		width: 15px;
		top: -1px;
		text-align: center;
		margin-right: 5px;
	}
	.invoice-email::before, .gvi-sub-accounts .col-email::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f1fa" !important;
		display: inline-block !important;
		width: 15px;
		text-align: center;
		margin-right: 5px;
	}
	.invoice-phone::before, .gvi-sub-accounts .col-phone::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f3cd" !important;
		display: inline-block !important;
		width: 15px;
		top: -1px;
		text-align: center;
		margin-right: 5px;
	}
	.todo-item {
		display: inline-block;
	}
	.todo-item .icon {
		margin-right: 0;
		width: 10%;
		float: left;
	}
	.todo-item .description {
		width: 90%;
		float: left;
	}
	.sidebar a, .aside-links a {
		padding: 3px 0;
	}
	.gvi-documentSearch tbody tr {
		padding: 15px 0 20px;
		box-sizing: border-box;
		display: inline-block;
	}
	.responsive-table td.col-shipping {
		display: none;
	}
	.responsive-table td.col-DocumentNo, .responsive-table td.col-OrderDate, .responsive-table td.col-OrderDetail_ReferenceNo, .responsive-table td.col-OrderDetail_ProjectNo, .responsive-table td.col-Quantity, .responsive-table td.align-right {
		padding-left: 0;
		width: 50%;
		float: left;
		padding: 7px 20px;
		box-sizing: border-box;
		display: inline-block;
	}
	.responsive-table td.align-right {
		text-align: left;
	}
	td.col-DocumentNo::before {
		content: "Documentnummer";
	}
	td.col-OrderDate::before {
		content: "Datum";
	}
	td.col-OrderDetail_ReferenceNo::before {
		content: "Referentie/ werkadres";
	}
	td.col-OrderDetail_ProjectNo::before {
		content: "Opdrachtbonnummer";
	}
	td.col-Quantity::before {
		content: "Aantal";
	}
	.register-info-block {
		width: 100%;
	}
	input.nextForm.action-button.btn.btn-right.first, input.nextForm.action-button.btn.btn-right, input.previousForm.action-button-previous.btn.btn-left {
		margin-top: 15px;
		width: 100%;
	}
	fieldset {
		width: 100%;
		margin-left: 0;
	}
	#progressbar {
		width: 100%;
		margin-left: 0;
	}
	#createAccountPage .form-holder.columnLeftInfo, #createAccountPage .form-holder.columnRightInfo {
		width: 100%;
	}
	#progressbar strong {
		display: none;
	}
	#createAccountPage .form-holder.columnRightInfo {
		margin-top: 15px;
	}
	#progressbar li:before {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	#progressbar li:after {
		top: 13px;
	}
	.gvi-basket .col-total .cell-name {
		display: none;
	}
	.list-mode .l-products-item:nth-child(2n+1) {
		background-color: #fff;
	}
	.column.sidebar {
		margin-top: 0;
		display: inline-block;
	}
	.accordion.column.wide.border-simple-left {
		margin-top: 20px;
	}
	.faqSidebar {
		display: none;
	}
	.flexi.mobile-nav, .faq.mobile-nav {
		background-color: #29527c;
		border-color: #29527c;
		color: #fff !important;
		padding: 5px 0;
		box-sizing: border-box;
		text-align: center;
		font-size: 1em;
		width: 100%;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.sidebar .sidebar {
		display: none;
		width: 100%;
		left: 0;
		z-index: 2;
		background-color: #efefef;
		border: 1px solid #dedede;
		padding: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
		margin-top: -15px;
	}
	#faqPage .sidebar {
		width: 100%;
		left: 0;
		z-index: 2;
		background-color: #efefef;
		border: 1px solid #dedede;
		padding: 15px;
		margin-bottom: 0;
		margin-top: 0;
		box-sizing: border-box;
		margin-top: -15px;
	}
	.left-links {
		display: none;
	}
	.t-row-total-price td.cell-name, .t-row-total-price td.cell-value {
		padding: 10px 0 !important;
		border-color: #dedede;
	}
	.orders-details-page .gvi-totals-order-history .t-row-tax-amount td.cell-value, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-value, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-name, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-value, .orders-details-page .gvi-totals-order-history .t-row-total-price td.cell-name, .orders-details-page .gvi-totals-order-history .t-row-total-price td.cell-value, .orders-details-page .gvi-totals-order-history .orders-details-page .t-row-tax-amount td.cell-name, .orders-details-page .gvi-totals-order-history td.cell-name, .orders-details-page .gvi-totals-order-history td.cell-value {
		padding: 10px !important;
		color: #000;
	}
	.orders-details-page .grid-wrapper, .list-wrapper {
		margin: 0;
	}
	.quotepromotion-index-page #OrderOverview {
		background-color: #e3f1fc;
	}
	.checkout-step-content .grid-wrapper, .checkout-step-content .list-wrapper {
		margin: 0;
	}
	.history-details .responsive-table tbody td {
		padding-left: 10px;
	}
	.gvi-order-lines.responsive-table td:before {
		margin-left: 0;
	}
	.history-details .gvi tbody tr {
		display: inline-block;
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
	}
	.gvi-order-lines-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.history-details td.col-qty {
		width: 20%;
		float: left;
	}
	.history-details td.col-uom, .history-details td.col-total {
		width: 30%;
		float: left
	}
	.back-wrapper {
		display: none;
	}
	.column.block-ship-to-address {
		margin-top: 20px;
	}
	header {
		z-index: 99;
	}
	#addressesTable tbody td {
		padding-left: 0;
	}
	#addressesTable td.col-zipcode {
		width: 35%;
		float: left;
	}
	#addressesTable td.col-city {
		width: 65%;
		float: left;
	}
	#addressesTable td.col-action {
		width: 100%;
		display: inline-block;
		text-align: left;
	}
	.shipping-choice-content.shipping-choice-content-custom .col-3 {
		width: 32%;
		margin-right: 2%;
	}
	.shipping-choice-content.shipping-choice-content-custom .col-3.addition {
		margin-right: 0;
	}
	.order-filter .row-under-columns.col-100.apply-filter {
		padding: 15px 0 5px;
	}
	.order-filter .column.col-50 {
		width: 100%;
	}
	.order-filter .date .form-row.row-passed {
		width: 100%;
	}
	.profile-page-cnt .gvi td {
		line-height: 24px;
	}
	.gvi-orders tr td {
		padding: 7px 20px !important;
	}
	.responsive-table td:before {
		max-width: 100% !important;
		position: inherit !important;
	}
	.gvi-orders tr td {
		width: 50%;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		min-height: 60px;
	}
	.gvi-orders tbody tr {
		display: inline-block;
	}
	.gvi-basket-wrapper tbody tr.upper-row.row-simple-product, .gvi-basket .upper-row .col-total, .gvi-wish-list .upper-row .col-total {
		background-color: #fff;
	}
	.gvi-basket-wrapper tbody tr {
		padding: 10px 10px 10px 5px;
	}
	.gvi-basket .upper-row .col-total, .gvi-wish-list .upper-row .col-total {
		border-bottom-width: 0 !important;
	}
	.basket-b2b-mode .gvi-basket .col-first {
		margin-left: 1px;
		margin-right: -1px;
		width: 60px;
		padding: 0 !important;
		background-color: transparent;
	}
	td.col-qty.clearfix, .qty-control.quantity-compact {
		width: 110px;
	}
	#sub-accountsPage .gvi td {
		line-height: 24px;
		width: 100%;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		padding-left: 15px;
	}
	#sub-accountsPage .gvi td.col-name, #sub-accountsPage .gvi td.col-activate {
		width: 100%;
	}
	#sub-accountsPage .gvi td.col-edit, #sub-accountsPage .gvi td.col-delete {
		width: 50%;
		display: none;
	}
	#sub-accountsPage .gvi td.col-activate {
		min-height: 0;
	}
	#sub-accountsPage .gvi td.col-status {
		width: 23%;
		display: none;
	}
	#sub-accountsPage .gvi tr {
		display: inline-block;
		padding: 15px 0 20px;
		width: 100%;
	}
	#ShippingAddressPage table tbody tr {
		display: inline-block;
		padding: 15px 0 20px;
	}
	#ShippingAddressPage table tbody td {
		border-width: 0;
		position: relative;
		padding: 7px 20px !important;
		float: left;
		box-sizing: border-box;
		display: inline-block;
	}
	#ShippingAddressPage td.col-data-name, #ShippingAddressPage td.col-data-address, #ShippingAddressPage td.col-no-delete {
		width: 100%;
	}

	#ShippingAddressPage td.col-data-zipcode, #ShippingAddressPage td.col-edit {
		width: 40%;
	}

	#ShippingAddressPage td.col-data-city, #ShippingAddressPage td.col-delete {
		width: 60%;
	}
	#ShippingAddressPage .btn .btn-cnt {
		padding-top: 8px;
	}
	#ShippingAddressPage .btn-delete {
		background-position: 7px;
		padding-left: 25px !important;
	}
	#ShippingAddressPage .btn.no-caption .btn-cnt {
		display: inherit;
	}
	#ShippingAddressPage table tbody tr:nth-child(odd) {
		background-color: #f2f4f6;
	}
	.gvi-order-templates tbody td:last-child, .gvi-order-templates thead th:last-child {
		display: none;
	}
	.no-row-style td {
		display: block !important;
	}
	#orderTemplatesPage table.gvi.gvi-order-details td {
		font-size: 14px;
	}
	#ShippingAddressPage .col-data-name::before {
		content: "Naam";
	}
	#ShippingAddressPage .col-data-address::before {
		content: "Adres";
	}
	#ShippingAddressPage .col-data-zipcode::before {
		content: "Postcode";
	}
	#ShippingAddressPage .col-data-city::before {
		content: "Stad";
	}
	#example thead {
		display: none;
	}
	#example .col-order-id::before {
		content: "Ordernummer";
	}
	.orders-extendedshipments-page #example .col-order-id.sorting_2::before {
		content: "Pakbonnummer";
	}
	.orders-extendedquotes-page #example .col-order-id.sorting_2::before {
		content: "Offertenummer";
	}
	.orders-extendedinvoices-page #example .col-order-id.sorting_2::before {
		content: "Factuurnummer";
	}
	.orders-extendedcreditnotes-page #example .col-order-id.sorting_2::before {
		content: "Creditnummer";
	}
	#example .col-document-date::before {
		content: "Datum";
	}
	#example .col-document-duedate::before {
		content: "Verstrijkingsdatum";
	}
	#example .col-reference::before {
		content: "Referentie/ werkadres";
	}
	#example .col-jobreceiptno::before {
		content: "Opdrachtbon nummer";
	}
	#example .col-status::before {
		content: "Status";
	}
	#example .col-total-amount::before {
		content: "Bedrag";
	}
	#example .col-total-outstandingamount::before {
		content: "Uitst. totaal";
	}
	#example_filter label, .order-filters .filter-row.date, .order-filters .filter-row.status {
		width: 100%;
		padding-right: 0;
	}
	.clearfield.removeAll {
		display: none !important;
	}
	/*
	.home .usp {
		display: none;
	}
	*/
	ul.usp-list.reset img {
		max-width: 40px;
	}
	span.usp-text {
		font-size: 14px;
		margin-left: 10px;
	}
	.catalog-grid {
		padding: 7% 0 !important;
	}
	.counter .col-4 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.creditPage .counter .col-4 {
		margin: 0 0 10px;
	}
	.account-info-content {
		margin-bottom: 25px;
	}
	.filter-title.collapsed, .filter-title.expanded {
		display: none;
	}
	input.custom-quantity {
		width: 35px;
	}
	i.fas.fa-info-circle {
		display: none;
	}
	span.over-summary-price {
		font-size: 13px;
	}
	.basket-details {
		border-color: #e4e4e4;
		background-color: #e3f1fc;
	}
	.l-service-info, .checkout-summary {
		padding-top: 10px;
	}
	.basket-actions-mobile-actions {
		display: none;
	}
	#SubmitOrder .form-holder {
		padding-top: 0;
	}
	#product-list-panel .product-prices {
		width: 33.3%;
		float: left;
		display: inline-block;
	}
	.gvi-basket .product-title-super {
		line-height: 22px;
	}
	#product-list-panel .input-group {
		width: 66.6%;
		float: right;
		padding-top: 2px;
	}
	#product-list-panel .input-group.full-width {
		width: 100%;
	}
	#product-list-panel .product-id {
		display: inline-block;
		margin-right: 10px;
	}
	.productlist-list-page button.btn.btn-action.btn-add-to-basket .btn-cnt, .productlist-search-page button.btn.btn-action.btn-add-to-basket .btn-cnt {
		display: none;
	}
	span.over-summary-price::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f07a";
		font-size: 13px;
		margin-right: 4px;
		color: #29527c;
	}
	.over-summary.is-empty .over-summary-price::before {
		color: #bbbbbb;
	}
	h3.productlist-subtitle {
		margin-top: 0;
		font-size: 16px;
	}
	.section-devider {
		display: inherit;
		border: 1px solid #dedede;
		width: 100%;
		margin: 15px 0 25px;
	}
	.content-header.colored-header-desktop, .content-flexipage-page .bg-white, .content .bg-white {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 99;
		transition: all 0.5s ease 0s;
	}
	.bottom-header {
		position: fixed !important;
		top: 64px !important;
	}
	.gvi-methods-wrapper {
		display: inline-block;
		width: 100%;
	}
	.shipping-info:hover:after {
		right: -20px;
		white-space: inherit;
		width: 150px;
		left: inherit;
	}
	.gvi-basket .inner-row .col-info, .gvi-wish-list .inner-row .col-info, .gvi-basket .upper-row .col-info, .gvi-wish-list .upper-row .col-info {
		padding: 0 !important;
		margin-left: 60px !important;
		padding: 5px 5px 0 !important;
	}
	.basket-b2b-mode .gvi-basket .product-img, .basket-b2b-mode .gvi-basket .hyp-thumbnail {
		height: 55px !important;
		width: 55px !important;
	}
	/*.basket-b2b-mode .product-id.font-lighter.font-smaller {
		display: none;
	}*/
	.guestBasketContent .product-id.font-lighter.font-smaller {
		display: block;
	}
	#basketPage .basket-stock-indication.mobile .fas.fa-exclamation-triangle {
		margin-left: 0px;
		margin-right: 5px;
	}
	.mobile-basket-view .product-id {
		margin: 3px 0 5px;
		float: left;
		width: 100px;
	}
	.mobile-basket-view .basket-stock-indication {
		margin: 3px 0 5px;
		float: left;
		width: calc(100% - 120px);
		padding-left: 10px;
		border-left: 1px solid #e4e4e4;
	}
	.basket-supplyProblems {
		display: block;
		margin: 3px 1px 2px;
	}
	.product-id-stock.mobile-basket-view {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		margin-top: 2px;
	}
	.basket-b2b-mode .gvi-basket td.col-info.stock {
		margin-left: 50px !important;
		padding: 0 5px !important;
	}
	.gvi-basket .upper-row .col-qty, .gvi-wish-list .upper-row .col-uom {
		padding: 0 !important;
		width: auto !important;
		padding: 5px !important;
		margin-left: 0 !important;
	}
	#basketPage .btn-delete-sub-account {
		padding: 2px 12px 0 30px !important;
		font-size: 10px;
		background-position-y: 8px;
		float: left;
		color: #cc0605;
		width: 50px;
		background-image: none;
	}
	.btn-checkout {
		margin-bottom: 10px;
		margin-top: 0;
	}
	a.hyp.hyp-remove.btn.btn-basket-red.btn-small.no-caption.btn-delete-sub-account:after {
		visibility: visible;
		display: block;
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: "\f2ed";
		font-weight: 400;
		color: #fff;
		height: 35px;
		background: none;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	.btn-quote {
		margin-bottom: 13px;
	}
	#isAllProductsInStockPopup .feedback-overview {
		margin: 10px 0 0;
	}
	.toggle-basket-actions-mobile {
		background-color: #4977a6;
		border-color: #4977a6;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
		width: 40%;
		margin-right: 2%;
		float: left;
		padding: 12px 0 9px;
		display: inline-block;
	}
	.basket-actions-mobile {
		display: inline-block;
		width: 100%;
	}
	.basket-actions-mobile a.btn.btn-big.btn-action.btn-checkout {
		width: 50%;
		float: left;
		display: inline-block;
		margin-bottom: 0;
		float: right;
	}
	.basket-actions-mobile-actions .basket-buttons.clearfix {
		border-color: #e4e4e4;
		background-color: #fff;
		padding: 15px 15px 5px;
		border-width: 1px;
		border-style: solid;
		box-sizing: border-box;
		padding-top: 60px;
		margin-bottom: 10px;
	}
	.basket-actions-mobile a.btn.btn-big.btn-action.btn-checkout .btn .btn-cnt {
		padding-top: 0px;
	}
	#basketContent .column.border-simple-left {
		margin-top: 15px;
	}
	.gvi-basket td.col-remove {
		display: none;
	}
	.gvi-basket .upper-row .col-total, .gvi-wish-list .upper-row .col-total {
		padding: 0 5px 10px !important;
		margin: 0 0 0 60px !important;
		width: auto !important;
		background-color: transparent;
	}
	.gvi-basket-wrapper, .gvi-wish-list-wrapper {
		margin: 0 !important;
		padding: 0 !important;
	}
	.basket-links-vpl .basket-buttons .hyp-btn {
		clear: left;
		display: block;
		margin-right: 0;
	}
	#basketPage .basket-links-vpl .basket-buttons .hyp-btn {
		line-height: 36px;
		font-size: 16px;
	}
	.gvi-basket .tbx-quantity input, .tbx-go-to-page input {
		text-align: center;
		padding: 0 3px;
		height: 30px;
		width: 100px;
	}
	.basket-totals-wrapper .list-wrapper {
		margin: 0 !important;
	}
	.basket-totals-wrapper .list-wrapper li {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.quantity-compact .tbx-quantity .ui-spinner-button {
		top: 0 !important;
	}
	.quantity-compact .tbx-quantity {
		float: left;
		margin: 0;
		width: 100px !important;
	}
	.quantity-compact .tbx-quantity.focused {
		margin-bottom: 0 !important;
	}
	.checkout-details {
		border-color: #e4e4e4;
		background-color: #f0f5f9;
		padding: 15px;
		border-width: 1px;
		border-style: solid;
		box-sizing: border-box;
	}
	.terms-row {
		text-align: left !important;
	}
	#ui-datepicker-div, .form-holder .tbx.tbx-date, .form-holder .tbx.tbx-date.focused {
		width: calc(100vw - 30px);
	}
	.checkout-stock-warning {
		line-height: 26px;
		width: 100%;
		float: left;
		margin-top: 10px;
		font-size: 16px;
	}
	.checkout-stock-warning .fas {
		padding-left: 7px;
	}
	.checkout-stock-warning-text {
		width: calc(100% - 35px);
		float: right;
	}
	.columns-general.compact.ordersubmit-page-cnt .sidebar, .checkout-ordersubmit-page .search {
		display: none;
	}
	.msg-block-confirm.quote-is-expired-message.pick-up {
		margin: 0 0 20px;
	}
	.btn-page-next::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f061";
		width: 20px;
	}
	.btn-page-prev::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f060";
		width: 20px;
	}
	.btn-paging {
		width: 20px !important;
		height: 35px;
		line-height: 35px;
	}
	.filter-title.collapsed, .filter-title.expanded {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		padding: 10px 15px;
	}
	.filter-title {
		margin: 5px 0 0 0 !important;
	}
	.filters-wrapper {
		box-sizing: border-box;
		width: 100%;
	}
	h3.productlist-subtitle.no-margin {
		margin-top: 20px;
	}
	input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"],	input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"],	input[type="time"],	input[type="url"], input[type="week"], select, select:focus, textarea {
		font-size: 16px !important;
	}
	.one-page-checkout .columns-general.compact > .wide {
		width: 100%;
	}
	table.gvi-methods.select-shipping-choice, table.gvi-methods.select-payment-choice {
		width: 100%;
		margin-bottom: 5px;
	}
	table.gvi-methods.select-shipping-choice tbody td, table.gvi-methods.select-payment-choice tbody td {
		padding: 0;
	}
	.select-shipping-choice label, .select-payment-choice label {
		padding: 15px 15px;
	}
	.facet .hdr, .facet .hdr.expanded {
		padding: 7px 0 !important;
	}
	.list-facets .count {
		left: 265px;
	}
	.facets-top-title, .facet-selected, .selected-facet .facet-item:before, a.hyp.bin-before.facets-delete:before {
		display: none;
	}
	.mobile-filter-header {
		display: block;
		width: 60%;
		float: left;
	}
	.mobile-filters {
		display: inline-block;
		width: 60%;
	}
	.facet-active .hdr h4:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0b0";
		margin-right: 7px;
		font-size: 14px;
		color: #179817;
	}
	a.hyp.bin-before.facets-delete {
		float: right;
		color: #CC0605;
		font-size: 12px;
	}
	.filter-title:after, .ui-selectmenu-icon.ui-icon {
		right: 17px;
		top: 20px !important;
	}
	.facet h4, .facet .font-h4 {
		font-size: 14px !important; 
	}
	input[type="date"] {
		width: 100%;
		margin-bottom: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: 1px solid #dedede;
		padding-left: 15px;
		padding-right: 40px;
		background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
		background-position: right 15px center;
		background-color: #fff;
	}
	#edit-shipping-method select.edit-shipping-method, select#PickUpContact, .shipping-option-main {
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: 1px solid #dedede;
		padding-left: 10px;
		padding-right: 40px;
		background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
		background-position: right 15px center;
		background-color: #fff;
	}
	.shipping-option-main {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 40px;
	}
	#edit-shipping-method select.edit-shipping-method {
		margin-bottom: 10px;
	}
	.search select.edit-shipping-method {
		height: 38px;
		padding: 0 10px 0 5px;
		background-position: right 12px center !important;
	}
	.tbx-main-search input {
		height: 38px;
		padding-left: 10px;
	}
	.btn-search {
		height: 40px;
		min-width: 40px;
		padding: 7px 5px !important;
	}
	.h1-holder, .html-wrapper h1 {
		margin-bottom: 0;
		margin-top: 5px;
	}
	.content-header .center {
		padding-top: 0 !important;
	}
	.over-summary {
		width: 110px;
	}
	#edit-shipping-method .form-holder {
		padding-top: 0;
	}
	.h1-holder {
		padding: 10px 0 10px;
	}
	#productListPage .breadcrumbs {
		display: none !important;
	}
	.basket-details-page .columns-general.compact > .wide {
		width: 100%;
	}
	#basketContent .column {
		padding-top: 0;
	}
	.nav-item-root .hyp-top-lvl {
		padding: 12px 20px !important;
	}
	.banner-content h4 {
		font-size: 18px;
	}
	.sitemap-nav > li {
		width: 100% !important;
	}
	.sitemap-nav li {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.sitemap-nav ul li .hyp {
		line-height: 1.1em;
		padding: 10px 0px;
		font-size: 15px;
	}
	.sitemap .hyp {
		padding-bottom: 15px;
	}
	html {
		-webkit-text-size-adjust: none;
		touch-action: manipulation;
	}
	.pickup-delivery .col-4.border-simple-left {
		display: none;
	}
	.back-button {
		padding: 5px 0;
		margin-right: 15px;
		transition: 0.3s;
	}
	.back-button:not(:first-child) {
		border-left: 1px solid #e4e4e4;
	}
	.back-button:not(:first-child) .fas {
		margin-left: 15px;
	}
	header .logo img {
		max-height: 25px !important;
		margin-top: 5px;
	}
	.column.custom-node-column, .columns-general.flow-category-tiles.custom {
		margin-bottom: 7px;
		padding: 0;
	}
	.columns-general.flow-category-tiles.custom {
		margin-bottom: 0;
	}
	.grid-mode .product-tile {
		min-height: 375px;
	}
	.product-tile {
		border: 1px solid #DBE4EF;
	}
	.site .center {
		padding: 0 15px;
	}
	.combined-header .h1-holder h1, .h1-holder h1 {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	button.mob-account-btn, .top.login {
		display: none;
	}
	.summary-left {
		width: 80px;
		text-align: right;
		height: 40px;
		padding-top: 15px;
		float: right;
	}
	span.over-summary-price, span.over-summary-tax {
		width: 80px;
	}
	.productlist-list-page .columns-general.compact > .wide, .productlist-search-page .columns-general.compact > .wide {
		width: 100%;
	}
	.product-list .product-tile .product-description {
		width: 100%;
		padding: 0 15px 10px;
		box-sizing: border-box;
	}
	.list-mode .product-tile .product-img {
		width: 80px;
	}
	.product-tile, .list-mode .product-tile .product-img {
		height: auto;
	}
	.product-action .btn {
		padding: 0;
		transition: 0.2s;
	}
	.tbx-quantity {
		width: 35px;
		margin: 0 30px;
	}
	.ui-spinner-up {
		right: -30px;
	}
	.ui-spinner-down {
		left: -30px;
	}
	.btn .btn-cnt {
		font-size: 14px;
	}
	.checkout-step .btn .btn-cnt {
		font-size: 18px;
		padding-top: 0;
	}
	button.btn.btn-action.btn-add-to-basket {
		padding: 0 15px;
		width: 50%;
		float: right;
	}
	.productlist-list-page button.btn.btn-action.btn-add-to-basket, .productlist-search-page button.btn.btn-action.btn-add-to-basket {
		width: 35%;
	}
	.productlist-list-page button.btn.btn-action.btn-add-to-basket:after, .productlist-search-page button.btn.btn-action.btn-add-to-basket:after{
		visibility: visible;
		display: block;
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f217";
		color: #fff;
		height: 35px;
		background: none;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	.product-list .ui-spinner a.ui-spinner-button {
		height: 35px;
		width: 30px;
	}
	.list-mode .product-tile .product-info {
		padding: 0;
		display: block;
	}
	.product-id-stock {
		font-size: 0.9em;
	}
	.product-tile .product-id + .stock-indication {
		margin-left: -2px;
		padding-left: 0;
	}
	.list-mode .list-prices .list-price, .list-mode .list-prices .list-price-discount {
		text-align: left;
	}
	.list-mode .tbx-quantity {
		margin-right: 35px;
		width: 15%;
	}
	.product-info .product-description .product-title span {
		font-size: 14px;
		line-height: 20px;
	}
	.product-id-stock {
		margin-top: 0;
	}
	.list-mode .product-description {
		padding-top: 5px;
	}
	.list-mode .product-tile .prices {
		padding-right: 0;
		padding-top: 0;
		display: inline-block;
		width: 100%;
		float: left;
	}
	.list-mode .product-tile .lbl-price {
		display: block;
		width: 100%;
		float: left;
		line-height: 26px;
	}
	.list-mode .product-tile .list-prices {
		display: inline-block;
		width: 100%;
		float: left;
		text-align: left;
	}
	.node-title {
		height: 65px;
	}
	.node-image {
		height: 65px;
		width: 65px;
	}
	.child-item {
		height: 67px;
	}
	.product-tile .product-img {
		width: 120px;
	}
	.mobile-image-tile {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
	.list-mode .product-tile .product-img {
		padding: 15px 15px 0;
		box-sizing: border-box;
		display: inline-block;
		height: 75px;
	}
	.product-mobile-title {
		width: calc(100% - 80px);
		float: left;
		height: 75px;
		padding: 17px 15px 0;
		box-sizing: border-box;
		vertical-align: middle;
		display: inline-block;
	}
	.product-mobile-title .product-title {
		/*font-size: 14px !important;*/
		display: block;
	}
	.productlist-list-page .thumbnail img, .productlist-list-page .thumbnail, .product-tile .hyp-thumbnail {
		width: 60px;
	}
	.list-mode .product-action {
		padding-top: 0;
	}
	.product-action .form-inline {
		margin: 0;
		width: 100%;
	}
	.product-tile .product-img {
		width: 100%;
	}
	.gvi-orders .col-order-id, .gvi-orders .col-document-date, .gvi-orders .col-bill-to-name, .gvi-orders .col-total-amount, .gvi-orders .col-status, .gvi-orders .col-document-id, .gvi-orders .col-ship-to-name, .gvi-orders .col-due-date, .gvi-orders .col-outstanding-amount {
		padding: 5px 0 0 50%;
	}
	.gvi-orders th:first-child, .gvi-orders td:first-child {
		padding: 5px 0 0 50%;
	}
	.gvi-orders tbody tr:nth-child(even) td:last-child, .gvi-orders tbody tr:nth-child(odd) td:last-child, .gvi-orders .col-total-amount, .gvi-orders th.col-total-amount, .gvi-orders th.col-outstanding-amount, .gvi-orders .col-outstanding-amount, td.col-total-outstandingamount {
		text-align: left;
	}
	.responsive-table-0 tbody td:before {
		padding-left: 0;
		position: inherit;
	}
	.gvi-orders tbody tr {
		padding: 15px 0 10px;
	}
	.image-banner .banner-full-width {
		position: absolute;
		height: 375px;
	}
	.flexi-row .image-banner .center .banner-content {
		padding: 30px 0 0;
	}
	.image-banner .buttons a {
		margin-bottom: 10px;
	}
	.banner-content h4 {
		line-height: 30px;
		margin-bottom: 10px;
	}
	.banner-content h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.image-banner {
		height: 375px;
	}
	.right-grid {
		padding-left: 0;
	}
	.catalog-grid .bottom-left-grid {
		width: 49%;
		margin-bottom: 20px;
		height: 250px;
	}
	.catalog-grid .bottom-right-grid {
		height: 250px;
		width: 49%;
		margin-left: 2%;
	}
	.left-grid, .bottom-grid {
		display: none;
	}
	.basket .over-summary .hyp:before {
		display: none;
	}
	.top-grid {
		margin-top: 20px;
	}
	.bottom-grid, .catalog-grid .bottom-left-grid, .catalog-grid .bottom-right-grid {
		height: 0;
	}
	.catalog-grid .center {
		height: 275px;
	}
	.flexi-row:not(.center) .produtset-header {
		margin-left: 0;
		margin-right: 0;
	}
	.home .product-tile.slick-slide .product-action .btn {
		padding: 0 20px;
	}
	.slick-track .product-tile .product-id, .slick-track .product-tile .product-attributes, .ecb-productsetcarousel-container .product-details .product-description a h4 {
		padding: 0px 25px;
	}
	.ecb-productsetcarousel-container .product-action {
		padding: 15px 25px 20px;
	}
	.slick-track .product-action .btn {
		padding: 0 20px;
		transition: 0.2s;
		width: 65%;
		float: right;
		margin-top: 5px;
	}
	.category-banner .buttons a {
		margin-bottom: 20px;
	}
	.ecb-productsetcarousel-container .product-tile .prices {
		margin-bottom: 0;
		width: 35%;
		float: left;
	}
	.ecb-productsetcarousel-container .btn-add-to-basket {
		margin-bottom: 0;
	}
	.ecb-productsetcarousel-container .thumbnail img {
		float: left;
		padding-left: 25px;
	}
	.category-banner .left-half {
		padding: 12% 0 0;
	}
	.catalog-grid .center {
		padding: 0;
	}
	.category-banner {
		background-size: 0 0;
	}
	.category-banner .col-6.right-half {
		display: none;
	}
	.column.sitemap .font-h4 {
		display: none;
	}
	footer .columns-general.top {
		padding-top: 20px;
	}
	.sitemap-nav ul li .hyp {
		line-height: 1.1em;
		padding-bottom: 8px;
		font-size: 12px;
	}
	.sitemap-nav > li {
		margin-top: 25px;
	}
	footer .center .bottom {
		padding: 10px 10px 10px 0;
		width: 100%;
	}
	footer .center .copyright, footer .center .footer-nav {
		text-align: left;
	}
	.column.footer-nav {
		margin-left: -10px;
		margin-top: 5px;
	}
	.btn-scroll-top[aria-pressed="false"] {
		display: none;
	}
	.column.copyright, .footer-nav {
		font-size: 11px;
	}
	.category-banner h2, .category-banner .font-h2 {
		font-size: 1.4em;
	}
	.profile-login-page .btn-medium {
		width: 100%;
	}
	.form-row .label, .form-row .field {
		display: inherit;
		width: 100%;
	}
	.col-6.flex-tile-block {
		width: 100%;
		margin: 0 0 20px;
	}
	.ecb-flexi-tiles .flex-tile-block .text-block {
		padding: 0;
	}
	.col-6.flex-tile-block {
		height: auto !important;
	}
	.image-banner .center {
		padding: 0;
	}
	.flow-img-tiles.imageTiles .column {
		margin-bottom: 10px;
		width: 48.5%;
		float: left;
		margin: .75%;
	}
	.shop-location.overview {
		background-color: #fff;
		border: 1px solid #e4e4e4;
		margin: 10px 0 5px;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		height: 475px;
	}
	.overview .google-maps {
		height: 240px;
		display: block;
		width: 100%;
	}
	.overview .location-info {
		float: left;
		padding: 25px 20px 15px;
		display: block;
		box-sizing: border-box;
	}
	.overview .location-time {
		display: none;
	}
	.overview .location-address {
		width: 100%;
	}
	.overview .btn-blue {
		padding: 7px 20px;
		font-size: 14px;
	}
	.col-12.single-shop-info.maps, .col-4.single-shop-info.information, .col-4.single-shop-info.information, .col-4.single-shop-info.google-api {
		width: 100%;
	}
	.col-4.single-shop-info.information, .col-4.single-shop-info.information, .col-4.single-shop-info.google-api {
		padding: 10px 25px;
	}
	.basket .over-summary .hyp {
		padding: 0px 15px 0 10px;
	}
	.summary-right {
		display: none;
	}
	.content {
		padding-bottom: 35px;
		min-height: calc(100vh - 175px);
		background-color: #f8fafb;
	}
	#productPage .tbx-quantity {
		margin: 0 30px;
	}
	.product-details-page .form-row {
		margin-bottom: 0;
	}
	.bottom-header {
		position: absolute;
		z-index: 5;
		top: 65px;
		min-height: calc(100vh - 64px);
		background-color: transparent !important;
	}
	.bottom-header .center {
		padding: 0;
	}
	.nav-item-root .hyp-top-lvl {
		color: #333;
	}
	.hyp-top-lvl.has-children, .submenu-expanded > .hyp-top-lvl.has-children {
		background: none !important;
		background-image: none !important;
		color: #333 !important;
	}
	li.nav-item.nav-item-root {
		border-bottom: 1px solid #eaeaea;
		width: 100%;
		background-color: #fff;
		box-sizing: border-box;
	}
	li.nav-item.nav-item-root span:after {
		content: '›';
		font-size: 20px;
		line-height: 20px;
		float: right;
	}
	li.nav-item.nav-item-root.logoutlink {
		float: left;
	}
	#logoutLink {
		color: #333 !important;
	}
	li.nav-item.nav-item-root.selected {
		background-color: #CC0605;
	}
	li.nav-item.nav-item-root.selected a span {
		color: #fff !important;
	}
	ul.nav-list.nav-list-root {
		width: 100%;
	}
	.aside-links.clearfix {
		display: none;
		width: 100%;
		left: 0;
		z-index: 2;
		background-color: #efefef;
		border: 1px solid #dedede;
		padding: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.form-button .btn .btn-cnt {
		font-size: 16px;
	}
	.row-activated .label, .row-canorderproducts .label, .row-canseeprices .label, .row-canseestock .label, .row-canauthorizeorders .label, .row-haslimitedbudget .label {
		width: 80%;
		float: left;
	}
	.row-activated .field, .row-canorderproducts .field, .row-canseeprices .field, .row-canseestock .field, .row-canauthorizeorders .field, .row-haslimitedbudget .field {
		width: 15%;
		float: right;
		text-align: right;
	}
	.row-activated, .row-canorderproducts, .row-canseeprices, .row-canseestock, .row-canauthorizeorders, .row-haslimitedbudget {
		background-color: #fff;
		padding: 5px 5px 5px 15px;
		border: 1px solid #d1d1d1;
	}
	.aanbiedingen .products-flow .product-tile {
		width: 100%;
		margin-bottom: 20px;
	}
	.aanbiedingen .page-content .product-action .btn {
		padding: 0 20px;
		margin-top: 5px;
		width: 65%;
	}
	.aanbiedingen .product-tile .prices {
		min-height: 50px;
		width: 35%;
		float: left;
	}
	.list-mode .l-products-item:nth-child(2n+0) {
		background-color: #fff;
	}
	.list-mode .product-action {
		text-align: left;
		padding: 15px;
		background: #f2f4f6;
	}
	.bg-white {
		padding-bottom: 0;
	}
	.content-header.basket-page {
		display: none;
	}
	.sorter-inside {
		width: 50%;
	}
	.ddlb-sorting {
		width: 100%;
	}
	.filter-title.collapsed, .filter-title.expanded {
		width: 40%;
	}
	.list-mode .l-products-item {
		margin-bottom: 10px;
	}
	.accordion h4, .font-h4 {
		font-size: 14px !important;
	}
	.msg-block {
		margin: 85px 0 0px;
	}
	#productPage .carousel-image-m-wrapper {
		margin-bottom: 0;
	}
	.details-img .product-id, .details-img .font-product-title {
		display: none;
	}
	.center .no-aside .details-info {
		padding-top: 0;
	}
	.back-wrapper .arrow-red.hyp-back {
		margin: 0 0 10px;
		box-sizing: border-box;
	}
	.back-wrapper {
		height: auto;
	}
	.product-details-page .form-row, .product-details-page .form-button {
		margin-bottom: 15px;
	}
	.mobile {
		display: inherit;
	}
	.back-button {
		display: block;
		padding: 2px 0;
		padding: 5px 0;
		margin-right: 30px;
		transition: 0.3s;
	}
	.horizontal-scroll {
		padding: 0;
		-webkit-overflow-scrolling: touch;
		-ms-scroll-chaining: none;
		box-sizing: border-box;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.horizontal-scroll .column.custom-node-column, .horizontal-scroll .columns-general.flow-category-tiles.custom {
		font-size: 14px;
		white-space: nowrap;
		display: inline-block;
		min-width: 150px;
	}
	.horizontal-scroll .node-image {
		height: 50px;
		width: 50px;
	}
	.horizontal-scroll .node-title {
		height: 50px;
	}
	.horizontal-scroll .child-item {
		height: 52px;
	}
	.center.extended-catalog-childnodes {
		box-sizing: border-box;
		padding: 0 15px;
	}
	.gvi-basket-wrapper tbody tr.upper-row.row-simple-product, .gvi-basket-wrapper tbody tr.upper-row.row-simple-product:nth-child(2n+1) {
		border: 1px solid #dedede;
		background-color: #fff !important;
		padding: 8px 8px 4px;
	}
}

@media screen and (min-width: 640px) and (max-width: 999px) {
	.no-aside .details-img {
		width: 50%;
	}
	.center .no-aside .details-info {
		padding-top: 0;
	}
	.no-aside .details-img {
		width: 50% !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 1079px) {
	.search {
		width: 63%;
	}
	#edit-shipping-method .form-holder {
		padding-top: 0;
	}
	.search-wrapper {
		position: relative;
		float: left;
	}
	header.sticky-mode .login {
		display: none;
	}
}

@media screen and (min-width: 639px) {
	.back-wrapper {
		display: none;
	}
	.column.mobile-links {
		display: none;
	}
}

@media screen and (min-width: 720px) {
	.mfp-wrap {
		top: 50px;
		left: 50px;
		width: calc(100% - 100px);
		height: calc(100% - 100px);
	}
	.col-4 {
		width: 33.33%;
	}
	.category-banner .left-half {
		width: 45%;
	}
	.category-banner .right-half {
		width: 55%;
	}
	.catalog-grid .col-6 {
		width: 46%;
	}
	.col-6.right-grid {
		width: 50%;
	}
	.right-grid .col-12 {
		width: 100%;
	}
	.single-shop .col-12 {
		width: 100%;
	}
	.subaccount-grid {
		display: inline-block;
		width: 100%;
	}
	.subaccount-grid .col-6 {
		width: 46%;
	}
	.subaccount-grid .col-12 {
		width: 100%;
	}
	.guestBasketContent .gvi-basket td.col-remove {
		padding-right: 15px;
		text-align: center;
	}
}

tr.upper-row.row-simple-product.warning-left {
	box-shadow: -3px 0px 0px 0px #cc0605;
}

/*tr.upper-row.row-simple-product.threshold-left {
	box-shadow: -5px 0px 0px -2px #dda02e;
}*/

.guestBasketContent tr.upper-row.row-simple-product.warning-left {
	box-shadow: none;
}
/*
tr.upper-row.row-simple-product:not(.warning-left) {
	box-shadow: -5px 0px 0px -2px #179817;
}
*/

/*
span.lbl-stock.out-stock:before {
	font-family: "Font Awesome 5 Free";
	content: "\f110";
	padding-right: 5px;
	vertical-align: middle;
	font-weight: 900;
	font-size: 16px;
	line-height: 17px;
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	width: 15px;
}
*/
.row-simple-product .lbl-stock {
	line-height: 20px;
	margin-right: 3px;
}

span.basket-stock-indication .fas {
	color: #CC0605;
	display: inline-block;
	margin-right: 10px !important;
	width: 10px;
	font-size: 14px !important;
}

span.basket-stock-indication .fa-exclamation-triangle, span.basket-stock-indication.QTYchecked .fa-spinner.fa-spin,
.basketCheckedCatch span.basket-stock-indication .fa-spinner.fa-spin,
.basketCheckedError span.basket-stock-indication .fa-spinner.fa-spin {
	display: none;
}

span.basket-stock-indication .fa-exclamation-triangle.orange {
	display: inline-block;
}

span.basket-stock-indication.QTYchecked .fa-exclamation-triangle,
.basketCheckedCatch span.basket-stock-indication .fa-exclamation-triangle,
.basketCheckedError span.basket-stock-indication .fa-exclamation-triangle {
	display: inline-block;
}



/*
span.lbl-stock.out-stock.QTYchecked:before {
	content: "\f362";
	-webkit-animation: none;
	animation: none;
}
*

span.basket-stock-indication.mobile {
	padding: 10px 5px;
}

/*
span.lbl-stock.out-stock span {
	padding-bottom: 2px;
	border-bottom: 2px solid;
}
*/

.compare-wrp .compare-popup-header {
	font-weight: 500;
}

.compare-wrp .compare-title {
	font-size: 13px;
}

.compare-popup-footer .btn {
	width: 100%;
}

.compare-popup-footer .btn-compare-open {
	height: 40px;
	padding-top: 3px;
}

.compare-popup-header {
	padding: 8px 28px 8px 18px;
}
.compare-popup-header:after {
	right: 19px;
}

.compare-popup-footer .btn-compare-clear {
	background: transparent;
	color: #cc0605;
	font-size: 13px;
	margin: 7px 0 10px;
	border: none;
	width: 100%;
	cursor: pointer;
}

.productcompare-index-page .product-tile .product-title {
	text-transform: none;
}

#createNewSubAccountForm .checkChange {
	display: none;
}

.profile-page-cnt .gvi td.col-activate a.btn-new-sub-account, .profile-page-cnt .gvi td.col-activate a.btn-modify-sub-account {
	padding: 7px 10px;
	background: #29527c;
	color: #fff;
	text-align: center;
}

.profile-page-cnt .gvi td.col-activate a.btn-delete-sub-account {
	padding: 7px 10px;
	background: #cc0605;
	color: #fff;
	text-align: center;
}

.profile-page-cnt .gvi td.col-activate a.btn-new-sub-account:hover {
	text-decoration: none;
	background: #4977a6;
}

#Contact_CorrespondenceType, #Owner_CorrespondenceType {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #d1d1d1;
	padding-left: 14px;
	padding-right: 25px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	background-position: right 10px center;
	background-color: #fff;
	height: 44px;
	box-sizing: border-box;
	border-radius: 0;
	display: inline-block !important;
	line-height: 42px;
	width: 100%;
	/*margin-bottom: 12px;*/
}

.ContactPhone {
	margin-bottom: 12px;
}

#Contact_CorrespondenceType.disabledinput, #Owner_CorrespondenceType.disabledinput {
	background: none;
}

@media (min-width: 1024px) {
	.account-info-inside .column:not(:last-child) .account-info-content {
		border-right: 1px solid #e4e4e4;
	}


	.account-info-inside .column .account-info-content {
		min-height: 170px;
		padding-top: 5px;
	}
	.columns-general.compact.profile-page-cnt .aside-links.clearfix {
		position: -webkit-sticky;
		position: sticky;
		top: 150px;
	}
	.profile-page-cnt .gvi td.col-activate {
		line-height: 15px;
		padding-left: 7px;
	}
	.profile-page-cnt .gvi td.col-activate a.btn-new-sub-account {
		padding: 7px 0;
		display: inline-block;
		width: 100%;
	}
	.facet-selected {
		margin-bottom: 15px;
	}
	.facets-top-title {
		display: inline-block;
		float: left;
		width: 50%;
		height: 25px;
	}
	a.hyp.bin-before.facets-delete {
		width: 50%;
		float: right;
		font-size: 11px;
		height: 25px;
		margin: 0 0 5px;
		text-align: right;
		color: #CC0605;
	}
	a.hyp.bin-before.facets-delete:before{
		display: none;
	}
	.productcompare-index-page .product-tiles-section .product-tile {
		background: #fff;
		padding: 15px;
	}
	.productcompare-index-page .compare-tiles-wrp .product-img {
		padding: 0;
	}
	.productcompare-index-page .product-tiles-section .product-tile .product-info {
		margin-top: 20px;
	}
	.productcompare-index-page .product-tiles-section .product-img .hyp-thumbnail {
		height: 100px;
	}
	.productcompare-index-page .specifications-section {
		display: inline-block;
		width: 100%;
	}
	.productcompare-index-page .specification-title {
		width: 220px;
		float: left;
		display: inline-block;
		border: 1px solid grey;
		border-right: 1px solid grey;
		background: #f2f4f6;
		word-wrap: break-word;
		box-sizing: border-box;
		padding: 6px 10px 4px;
		border-color: #dedede;
		font-weight: 500;
		line-height: 24px;
		display: flex;
		align-items: center;
	}
	.productcompare-index-page .specification-value {
		padding: 6px 15px 4px;
	}

	#productComparePage .stock-indication {
		border-left: none;
	}
	#productComparePage .product-info .lbl-stock {
		margin-left: 0;
	}
	#productComparePage .product-tiles-section .product-tile {
		text-align: left;
		border-left: none;
		border-bottom: none;
	}
	#productComparePage .product-info .product-id {
		font-size: 14px;
	}
	#productComparePage .product-info .prices {
		margin-bottom: 5px;
	}
	#productComparePage .product-tile .product-title {
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 5px;
		display: block;
		min-height: 50px;
		border-bottom: 1px solid #dedede;
	}
	#productComparePage .compare-tiles-wrp .compare-rails {
		border-left: 1px solid #dedede;
	}
	#productComparePage .actions-section {
		border-bottom: none;
		padding: 0;
	}
	#productComparePage .compared-product-tile .product-action {
		display: block;
	}
	#productComparePage .font-bigger.specification-title {
		font-size: 14px;
	}
	.product-specification-group {
		display: flex;
	}
	#productComparePage .compare-rails {
		float: right;
		width: calc(100% - 220px);
		display: flex;
	}
	#productComparePage .reviews-value, #productComparePage .specification-value {
		line-height: 24px;
	}
	#productComparePage .specification-value {
		border-color: #dedede;
		border-right: 1px solid #dedede;
		border-left: none;
		display: flex;
		align-items: center;
		background: #fff;
	}
	.productcompare-index-page .reviews-value:first-child, .productcompare-index-page .specification-value:first-child {
		border-left: #dedede !important;
	}
	.productcompare-index-page .compare-rails::after, .productcompare-index-page .compare-rails::before {
		display: none !important;
	}
	.productcompare-index-page .compare-tiles-wrp .btn-remove {
		right: 15px;
		top: 15px;
	}
	.productcompare-index-page .actions-section {
		display: flex;
		width: 100%;
		border-color: transparent;
	}
	.productcompare-index-page .compare-btn {
		top: 170px;
	}
	.productcompare-index-page .compare-btn.slick-prev {
		left: 0;
		width: 30px;
		height: 30px;
	}
	.productcompare-index-page .compare-btn.slick-next {
		right: -50px;
		width: 30px;
		height: 30px;
	}
	.productcompare-index-page .product-tile .product-description {
		margin-bottom: 0;
	}
	.productcompare-index-page .compare-rails:before {
		content: "";
		width: 40px;
		height: 3px;
		background-color: #529600;
		left: 0;
		position: relative;
		display: block;
		top: 10px;
	}
	.compare-row:not(.productId) .specification-value {
		border-top: none;
	}
	.product-specification-group:not(.productId) .specification-title {
		border-top: none;
	}
	.productcompare-index-page .compare-row.specification-row:hover .compare-column.specification-value {
		background: #f2f4f6;
	}

	.col-reference, col-jobreceiptno {
		word-break: break-all;
	}
	button.mfp-close, button.mfp-arrow {
		top: 0;
		right: 0;
		background-color: #CC0605;
		border-radius: 0;
	}
	.mfp-close-btn-in .mfp-close {
		color: #fff;
	}
	#btnClearBasket {
		margin: 0 10px;
		float: right;
	}
	a.arrow-blue.goto-order-page, a.arrow-blue.goto-account-page {
		background-color: #29527c;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		padding: 7px 20px;
	}
	a.goto-account-page {
		background-color: #4977a6;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		padding: 7px 20px;
	}
	a#orderResultLogoutLink {
		background-color: #cc0605;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		padding: 7px 20px;
	}
		a.arrow-blue.goto-order-page:before, a.arrow-blue.goto-account-page:before, a.goto-account-page:before, a#orderResultLogoutLink:before, .checkout-ordersubmit-page .sidebar h5 {
			display: none !important;
		}
	.carousel-image-m-wrapper img {
		max-height: 100%;
		max-width: 100%;
		margin: 0 auto;
		border: 1px solid #e4e4e4;
		background-color: #fff;
		box-sizing: border-box;
	}
	td.col-info.clearfix, th.art-th {
		padding: 10px 25px 10px 10px !important;
	}
	th.stock-th {
		padding: 0 !important;
	}
	th.qty-th {
		text-align: center;
	}
	td .col-qty.clearfix {
		padding-left: 0 !important;
	}
	.form-row.companyname {
		width: 73%;
		float: left;
	}
	.form-row.kvk {
		width: 25%;
		margin-right: 2%;
		float: left;
	}
	.form-card {
		min-height: 505px;
	}
	.control.form-row.GeneralPhone {
		width: 48%;
		float: right;
		margin-bottom: 0;
	}
	.control.form-row.GeneralEmail {
		width: 48%;
		float: left;
		margin-bottom: 0;
	}
	.form-row.row-captcha {
		display: inline-block;
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.gvi-totals .cell-value {
		width: 10%;
	}
	.orders-details-page .gvi-totals td.cell-name {
		text-align: right !important;
	}
	.showHidePassword {
		width: 100%;
		float: left;
		margin-top: 5px;
		cursor: pointer;
	}
	.form-row.row-password.row-error .validation {
		margin-bottom: 20px;
		display: inline-block;
	}
	#createAccountPage .form-button {
		width: 50%;
		float: right;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.basket-details, .checkout-details {
		position: -webkit-sticky;
		position: sticky;
		top: 150px;
		border-color: #e4e4e4;
		background-color: #fcfcfc;
		padding: 15px;
		border-width: 1px;
		border-style: solid;
		box-sizing: border-box;
	}
	.mobile-only {
		display: none;
	}
	#AdditionalInfo .form-row.col-50 {
		width: 49%;
		float: left;
	}
	.form-row.field-shippingaddress-streetname,
	.form-row.field-shippingaddress-city {
		width: 100%;
	}
		.form-row.field-shippingaddress-streetname .control,
		.form-row.field-shippingaddress-city .control {
			width: 49%;
			margin-right: 2%;
		}
	.form-row.field-shippingaddress-state {
		float: left;
		width: 36.25%;
	}
	#AdditionalInfo .form-row.col-50.col-first, .form-row.field-shippingaddress-name {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	#AdditionalInfo .form-row.col-33 {
		width: 32%;
		float: left;
	}
	#AdditionalInfo .form-row.col-33.col-first, #AdditionalInfo .form-row.col-33.col-second {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	#createAccountPage .form-row.field-address-zipcode, #createAccountPage .form-row.field-customer-chamber_of_commerce_no_ {
		width: 34%;
		float: left;
		margin-right: 3%;
	}
	#createAccountPage .form-row.field-address-city, #createAccountPage .form-row.field-customer-type_of_business_entity {
		width: 63%;
		float: left;
	}
	.gvi-sub-accounts .col-name, .gvi-sub-accounts .col-email {
		width: 24%;
	}
	.one-page-checkout .checkout-step {
		display: inline-block;
		width: 100%;
	}
	.gvi-sub-accounts .col-phone {
		width: 15%;
	}
	.downloads .columns-general.flow-img-tiles .column {
		width: 33%;
		max-width: 33%;
		display: block;
		float: left;
	}

	.shipping-choice-content.shipping-choice-content-custom .col-3 {
		width: 15%;
		margin-right: 2%;
		float: left;
	}

	.content {
		min-height: calc(100vh - 120px);
		background-color: #f8fafb;
		padding-top: 130px;
	}
	header.nav-is-closed {
		min-height: 121px;
	}
	header.nav-is-closed.sticky-mode {
		min-height: 50px;
	}
	.center {
		max-width: 1200px;
	}
	.top-header, .middle-header {
		max-width: 1200px;
	}
	.aside-links.clearfix {
		margin-top: 0;
	}
	header.sticky-mode .logo {
		max-width: 17% !important;
	}
	.middle-header .logo {
		max-width: 18%;
		padding-top: 5px;
	}
	.top-header {
		height: 35px;
	}
	.middle-header {
		height: 75px;
		margin: 0 auto;
	}
	.bottom-header {
		height: 55px;
	}
	.nav-item-root .hyp-top-lvl {
		line-height: 55px;
		border: none;
	}
	header {
		position: fixed;
		width: 100vw;
		max-width: 2000px;
	}
	.sticky-mode .header-blocks-wrapper {
		width: 1200px !important;
	}
	header {
		width: calc(100vw - 10px);
	}
	.sitemap-nav li {
		width: 31%;
	}
	.sitemap-nav li ul li {
		width: 100%;
	}
	.column.sitemap .font-h4 {
		display: none;
	}
	.newsletter {
		width: 33%;
	}
	.sitemap .hyp {
		font-size: 14px;
	}
	footer .bottom {
		padding-top: 50px;
		padding-bottom: 8px;
	}
	.news-index-page .columns-general.compact > .column, .news-item-page .columns-general.compact > .column {
		display: none;
	}
	.news-index-page .columns-general.compact > .wide, .news-item-page .columns-general.compact > .wide {
		display: block;
		width: 100%;
	}
	ul.list-news.reset {
		margin: 0px -2%;
	}
	.list-news li {
		width: 46%;
		margin: 2%;
		float: left;
	}
	.news-title.font-title.font-bigger {
		font-size: 18px;
		display: block;
	}
	.news-date.font-smaller {
		display: block;
		margin-top: 5px;
	}
	.center .no-aside .details-img {
		width: 25%;
	}
	.center .no-aside .details-info {
		margin-left: 30%;
	}
	.one-page-checkout .checkout-summary .list-step {
		padding-right: 0 !important;
		display: block;
		width: 100% !important;
		margin: 0px 0 15px;
	}
	.orders-details-page .columns-general .column.wide {
		width: 75% !important;
	}
	#edit-quote-shipping-method, #quotePromotionForm {
		float: left;
		display: inline-block;
	}
	.order-details-action-bar .btn {
		margin-right: 15px;
		margin-left: 0;
		margin-top: 0;
		height: 42px;
	}
	.user-dashboard {
		display: inline-block;
		width: 101.5%;
	}
	.orders-details-page .gvi-totals-order-history .t-row-tax-amount td.cell-value, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-value, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-name, .orders-details-page .gvi-totals-order-history .t-row-total-price-excluding-tax.emphasis td.cell-value,	.orders-details-page .gvi-totals-order-history .t-row-total-price td.cell-name, .orders-details-page .gvi-totals-order-history .t-row-total-price td.cell-value, .orders-details-page .gvi-totals-order-history .orders-details-page .t-row-tax-amount td.cell-name, .orders-details-page .gvi-totals-order-history td.cell-name, .orders-details-page .gvi-totals-order-history td.cell-value {
		padding: 5px 15px !important;
		color: #000;
	}
	.left-links {
		position: fixed;
		left: 0;
		top: 50%;
		background-color: #fff;
		padding: 25px;
		z-index: 999;
	}
}
@media print {
	.orders-details-page .columns-general .column.wide {
		width: 100% !important;
	}
}

.sitemap-nav ul li a.hyp.footer-header-link {
	font-size: 14px;
	color: #2e2e2e;
	display: block;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: PT Sans,sans-serif;
	font-weight: 600;
	margin-top: 20px;
}
.sitemap-nav ul li a.hyp.footer-header-link::before {
	display: none;
}

.catalog-grid .bottom-left-grid, .catalog-grid .bottom-right-grid {
	width: 46% !important;
}

.column.newsletter {
	display: none;
}

@media (min-width: 1024px) {
	#ShippingAddressPage .form-row .col-3 {
		width: 20%;
	}
	.sitemap .sitemap-nav li {
		width: 23%;
	}

		.sitemap .sitemap-nav li li {
			width: 100%;
		}

	li.nav-item.nav-item-root.login-link {
		float: right;
	}
}

.sitemap-nav li ul li .hyp.contactlivechat:before {
	content: "\f086";
	font-family: 'Font Awesome\ 5 Free';
	font-size: 18px;
	width: 25px;
}

.sitemap-nav li ul li .hyp.contactemail:before {
	content: "\f1d8";
	font-family: 'Font Awesome\ 5 Free';
	font-size: 18px;
	width: 25px;
}

.sitemap-nav li ul li .hyp.contacttel:before {
	content: "\f879";
	font-family: 'Font Awesome\ 5 Free';
	font-size: 18px;
	font-weight: 900;
	width: 25px;
}

.sitemap-nav li ul li .hyp.contactmail:before {
	content: "\f1d8";
	font-family: 'Font Awesome\ 5 Free';
	font-size: 18px;
	font-weight: 900;
	width: 25px;
}

.sitemap-nav li ul li .hyp.contactwhatsapp:before {
	content: "\f232";
	font-family: 'Font Awesome\ 5 Brands';
	font-size: 18px;
	font-weight: 900;
	width: 23px;
	margin-left: 2px;
}

.sitemap-nav li ul li .hyp.contactemail, .sitemap-nav li ul li .hyp.contacttel, .sitemap-nav li ul li .hyp.contactwhatsapp {
	padding-top: 2px;
}

.column.footer-nav {
	text-align: left;
	width: 54%;
}

.accordion-header h4:after {
	content: "\f078";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}

@media (min-width: 1024px) {
	.columns-general.flow-img-tiles.imageTiles .column {
		padding: 0 .75%;
	}
	#outStockMobileOnly {
		display: none !important;
	}
	td.col-info.stock {
		width: 180px;
		padding: 0 !important;
	}
	.orders-details-page td.col-info.stock {
		min-width: 125px;
		padding: 9px 15px !important;
	}
	.basket-summary-holder {
		min-width: 130px;
	}
	.Shipping-top {
		min-width: 300px;
	}
	#productListPage .product-tile .lbl-price, .productlist-search-page .product-tile .lbl-price {
		width: 65px;
	}
	.productlist-header-items {
		padding: 0 1px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 5px;
	}
	.inner-header-div {
		width: 100%;
		background-color: #fff;
		border: 1px solid #e4e4e4;
		padding: 10px 15px;
		display: flex;
		justify-content: flex-end;
	}
	.productlist-header-items h3.productlist-subtitle.no-margin {
		text-align: left;
		float: left;
		width: calc(100% - 150px);
		margin-bottom: 0;
		margin-top: -5px;
	}
	.productlist-header-items .title-text {
		width: 100%;
		text-align: left;
		font-size: 15px;
		line-height: 28px;
		font-weight: 500;
		float: left;
		order: 1;
		display: inline-block;
	}
	.productlist-header-items .bruto-price-text {
		width: 65px;
		float: right;
		font-size: 12px;
		text-align: right;
		order: 2;
		display: inline-block;
		line-height: 28px;
	}
	.productlist-header-items .netto-price-text {
		min-width: 85px;
		float: right;
		font-size: 12px;
		text-align: right;
		order: 3;
		display: block;
		line-height: 28px;
	}
	.loginSection {
		width: 175px;
		float: right;
	}
	.bottom-header .nav-main.nav-type-simple.clearfix, .bottom-header .nav-main.nav-type-multi.clearfix {
		width: calc(100% - 175px);
		float: left;
	}
	.loginSection .top-dropdown {
		border-width: 1px;
		height: 55px;
		line-height: 55px;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	.loginSection .top-dropdown:hover .opener, .loginSection .top-dropdown.hover .opener {
		height: 55px;
	}
	.loginSection .top-hyp, #logoutLink {
		display: inline-block;
		height: 55px;
		line-height: 55px;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: top;
		padding: 0 20px;
		color: #ffffff;
		font-size: 15px !important;
		font-weight: 500;
		float: right;
	}
	.loginSection .top-hyp:hover, #logoutLink:hover {
		background-color: #af0505;
		text-decoration: none;
	}
	.login.top-dropdown .summary {
		right: -1px;
		width: 320px;
		border: none;
		top: calc(100% + 1px);
	}
}

@media (max-width: 1400px) and (min-width: 1200px) {
	#logoutLink, #loginLink {
		display: inline-block;
		height: 55px;
		line-height: 55px;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: top;
		padding: 0 20px;
		color: #ffffff;
		font-size: 15px !important;
		font-weight: 500;
		float: right;
	}
	.loginSection {
		width: 110px;
		float: right;
	}
}

@media (min-width: 767px) and (max-width: 1159px) {
	#logoutLink, #loginLink {
		display: inline-block;
		height: 55px;
		line-height: 55px;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: top;
		padding: 0 20px;
		color: #ffffff;
		font-size: 15px !important;
		font-weight: 500;
		float: right;
	}
	.column.custom-node-column {
		width: 25%;
		float: left;
		box-sizing: border-box;
	}
	.middle-header .logo {
		width: 18%;
	}
	.nav-item-root .hyp-top-lvl {
		padding: 0 15px;
	}
	.loginSection {
		width: 100px;
		float: right;
	}
	.Shipping-top {
		min-width: inherit;
	}
	.search-wrapper {
		position: relative;
		width: 100%;
		float: left;
	}
}
@media (min-width: 767px) and (max-width: 1399px) {
	header {
		width: 100vw;
	}
	.orders-extendedorders-page span.mobileOnly {
		display: none;
	}
}

.horizontal-scroll.tablet-view .column.custom-node-column {
	width: 25%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.columns-general.flow-category-tiles.custom.no-padding {
	padding: 0;
}
@media (max-width: 1399px) {
	
}
.productlist-list-page button.btn.btn-action.btn-add-to-basket:after, .productlist-search-page button.btn.btn-action.btn-add-to-basket:after, .ordertemplates-viewordertemplate-page button.btn.btn-action.btn-add-to-basket:after {
	visibility: visible;
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f217";
	color: #fff;
	height: 35px;
	background: none;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.productlist-list-page button.btn.btn-action.btn-add-to-basket .btn-cnt, .productlist-search-page button.btn.btn-action.btn-add-to-basket .btn-cnt, .ordertemplates-viewordertemplate-page button.btn.btn-action.btn-add-to-basket .btn-cnt {
	display: none;
}

.ordertemplates-viewordertemplate-page button.btn.btn-action.btn-add-to-basket {
	width: 60px;
}

.OtherLocationsStockInfo-button {
	padding: 5px 10px;
	background-color: #4977a6;
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
	font-weight: 500;
}
.OtherLocationsStockInfo-button:hover {
	background-color: #29527c;
}
.no-return-info {
	padding: 5px 10px;
	background-color: #CC0605;
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 500;
}

@media (max-width: 700px) {
	.no-return-info, .OtherLocationsStockInfo-button {
		margin-left: 0;
		white-space: nowrap;
		padding: 2px 9px;
		margin-right: 5px;
		margin: 2px 0;
		display: inline-block;
	}
	.no-return-info.left-margin-5 {
		margin-left: 5px;
	}
	.products-flow .product-tile {
		width: 100%;
		margin: 0 0 10px 0;
		height: auto;
		padding: 15px;
		background-color: #fff;
	}
	.products-flow .product-tile .product-img {
		width: 80px;
		height: 80px;
	}
	.products-flow .product-tile a.hyp-thumbnail {
		height: 75px;
		width: 75px;
	}
	.products-flow .product-tile .product-title {
		font-size: 16px;
		line-height: 22px;
		height: 50px;
		overflow: hidden;
	}
	.products-flow .product-tile .product-action {
		margin-top: 0;
	}
	.products-flow .list-prices {
		display: block;
		margin-bottom: 4px;
		width: 70px;
		float: left;
		line-height: 24px;
	}
	.products-flow .button-minus, .products-flow .button-plus {
		width: 40px;
	}
	.products-flow .btn.btn-add-to-basket {
		float: right;
	}
	.products-flow .product-tile .product-description {
		margin-bottom: 5px;
	}
}

@media (min-width: 701px) {
	.products-flow .product-tile {
		width: 24%;
		margin: 0.5%;
		height: 185px;
		padding: 15px;
		background-color: #fff;
	}
	.products-flow .product-tile .product-img {
		width: 80px;
		height: 80px;
	}
	.products-flow .product-tile a.hyp-thumbnail {
		height: 75px;
		width: 75px;
	}
	.products-flow .product-tile .product-title {
		font-size: 14px;
		line-height: 18px;
		height: 50px;
		overflow: hidden;
	}
	.products-flow .product-tile .product-action {
		margin-top: 0;
	}
	.products-flow .list-prices {
		display: block;
		margin-bottom: 4px;
		width: 33%;
		float: left;
		line-height: 24px;
	}
	.products-flow input.custom-quantity {
		width: 35px;
	}
	.products-flow .btn.btn-add-to-basket {
		float: right;
		padding: 0 15px;
		line-height: 35px;
		font-size: 16px;
	}
	.products-flow .product-tile .product-description {
		margin-bottom: 5px;
	}
}

@media (min-width: 901px) and (max-width: 1099px) {
	.products-flow .product-tile {
		width: 32.33%;
		margin: 0.5%;
		height: 185px;
		padding: 15px;
		background-color: #fff;
	}
}

@media (min-width: 701px) and (max-width: 900px) {
	.products-flow .product-tile {
		width: 49%;
		margin: 0.5%;
		height: 185px;
		padding: 15px;
		background-color: #fff;
	}
}

@media (min-width: 700px) and (max-width: 800px) {
	.bottom-header {
		background-color: #cc0605 !important;
	}
	.bottom-header .nav-opener-wrapper {
		display: none;
	}
	.bottom-header nav.nav-main.nav-type-simple.clearfix.test {
		width: calc(100% - 100px);
		float: left;
	}
	.nav-item-root .hyp-top-lvl {
		padding: 0 10px;
	}
	#logoutLink, #loginLink {
		height: 60px;
		line-height: 63px;
	}
	.middle-header {
		width: 100%;
		display: inline-block;
	}
	.middle-header .logo {
		width: 30%;
		margin-left: 20px;
		margin-right: calc(70% - 20px);
	}
	.search {
		width: calc(100% - 420px);
		display: inline-block;
		float: left;
		margin-top: 10px;
	}
	.Shipping-top {
		display: inline-block;
		float: left;
		width: 250px;
		margin-top: 10px;
	}
	.Shipping-top select.edit-shipping-method, select.edit-shipping-method {
		width: 250px;
	}
	.column.custom-node-column {
		width: 50%;
		float: left;
		box-sizing: border-box;
		height: 90px;
	}
	.columns-general.flow-category-tiles.custom {
		padding: 0;
	}
	.productlist-list-page .column.column-facets, .productlist-header-items {
		display: none;
	}
	.product-action .form-inline, .product-action .product-prices {
		width: 50%;
	}
	.product-tile {
		height: 125px;
	}
	.basket-details, .checkout-details {
		margin-top: 20px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	#onePageCheckout .columns-general {
		box-sizing: border-box;
		display: inline-block;
	}
	#onePageCheckout .column.wide {
		display: block;
		width: 100%;
	}
	table.gvi-methods.select-shipping-choice {
		width: 100%;
	}
	.userOrderInfo {
		padding: 13px 30px;
		box-sizing: border-box;
		background-color: #efefef;
		float: right;
		min-width: 300px;
		margin-top: -27px;
	}
	.sitemap-nav li {
		float: left;
		padding-right: 13px;
		width: 150px;
	}
}

.hyp-add-to-wishlist-vpl {
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 999;
}

.hyp-add-to-wishlist:before {
	content: '';
	display: block;
	width: 25px;
	height: 30px;
	background: url(../files/verploegen/buttons/add-to-wishlist.png) center center no-repeat;
	background-size: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.products-flow span.list-price.font-smaller {
	position: relative;
}
.products-flow span.list-price.font-smaller:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	-webkit-transform: rotate( -15deg );
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	opacity: 0.5;
}

.home .columns-general.flow-img-tiles.imageTiles {
	padding-top: 3px;
}

.h4-padding-home {
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	overflow: hidden;
	text-align: left;
	margin: 15px 0 5px;
}

/*
.h4-padding-home:before,
.h4-padding-home:after {
	background-color: #dadada;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.h4-padding-home:after {
	background-color: transparent;
	background-image: linear-gradient(to right, #dadada, #f8fafb);
}

.h4-padding-home:after {
	width: 95%;
	box-sizing: border-box;
}

.h4-padding-home:before {
	right: 0.5em;
	margin-left: -50%;
}

.h4-padding-home:after {
	left: 0.5em;
	margin-right: -50%;
}
*/

@media (max-width: 700px) {
	.home .flexi-row.center:first-child {
		background-image: linear-gradient(to top, #ececec, #ffffff);
		padding: 0;
		border: 0;
	}
	.home .imageSlider .banner-content {
		display: none;
	}
	.home .imageSlider span.slider_control_prev {
		border-radius: 0 2px 2px 0;
		left: 0;
	}
	.columns-general.flow-img-tiles.imageSlider {
		margin-top: 0;
	}
	.home .imageSlider .mobile-links {
		padding: 5px 15px;
	}
	.h4-padding-home {
		padding: 25px 0 10px 0;
		font-size: 16px;
		margin: 5px 2px 0 1px;
	}
	.shop-location-info a {
		font-size: 12px;
	}
	.home .columns-general.flow-img-tiles.imageTiles {
		padding-top: 0;
	}

	.home .columns-general.flow-img-tiles.shopLocation {
		padding-top: 3px;
	}

	/*
	.h4-padding-home {
		padding: 20px 0 10px 35px;
		font-weight: 500;
		font-size: 16px;
		overflow: hidden;
		text-align: left;
		margin: 5px 2px 0 1px;
	}

	.h4-padding-home span {
		padding: 0 5px 0 0;
	}

	.h4-padding-home:before,
	.h4-padding-home:after {
		background-color: #4977a6;
		content: "";
		display: inline-block;
		height: 1px;
		position: relative;
		vertical-align: middle;
		width: 50%;
	}

	.h4-padding-home:after {
		width: 100%;
	}

	.h4-padding-home:before {
		right: 0.5em;
		margin-left: -50%;
	}

	.h4-padding-home:after {
		left: 0.5em;
		margin-right: -50%;
	}
	*/

	.sliderRightColmun {
		height: auto;
		margin-top: 10px;
	}

	.sliderContact {
		display: none !important;
	}

	.shipping-default label, .shipping-selected label {
		min-height: 40px;
	}

	.frist-info-line, .second-info-line, .third-info-line {
		line-height: 22px;
		font-weight: 500;
		font-size: 14px;
		width: 100%;
	}

	#deliveryDateInfo .frist-info-line {
		margin-bottom: 10px;
	}

	#orderTemplatesPage thead {
		display: none;
	}

	#orderTemplatesPage.single-template td, #orderTemplatesPage.single-template td.text-right.template-prices {
		width: calc(100% - 65px);
		float: right;
		box-sizing: border-box;
		display: inline-block;
		text-align: left;
		padding: 2px !important;
		line-height: 24px;
	}

	#orderTemplatesPage.single-template td.text-right.input-col {
		box-sizing: border-box;
		display: inline-block;
		width: calc(75% + 20px);
		float: right;
		text-align: right;
		margin-right: -10px;
		padding: 15px 25px !important;
		background-color: #f2f4f6;
		margin-top: 10px;
	}

	#orderTemplatesPage.single-template td.text-right.removeTableCell {
		box-sizing: border-box;
		display: inline-block;
		width: 25%;
		margin-left: -10px;
		padding: 15px !important;
		background-color: #f2f4f6;
		text-align: left;
		float: left;
		margin-top: 10px;
		line-height: 24px;
	}

	#basketPage a.hyp.hyp-remove.btn.btn-basket-red.btn-small.no-caption.btn-delete-sub-account {
		float: left;
		margin-right: 5px;
		padding: 0 !important;
		width: 40px;
		font-size: 13px;
	}

	#basketPage .qty-control.quantity-compact {
		float: right;
		margin-right: 15px;
	}

	#basketPage a.btn.btn-big.hyp-recalculate {
		margin-top: 15px;
		font-size: 15px;
		display: block;
		padding-top: 10px;
	}

	#orderTemplatesPage.single-template td.product-img {
		width: 60px;
		float: left;
		box-sizing: border-box;
		display: inline-block;
		min-height: 60px;
	}

	#orderTemplatesPage.single-template tbody tr {
		padding: 10px 10px 0;
		display: inline-block;
	}

	a.btn.btn-add-to-basket-ordertemplate {
		margin-left: 10px;
	}
}

.quotepromotion-index-page #ShippingMethods {
	display: none;
}

.sliderContact .liveChat, .sliderContact a {
	display: flex;
	width: 100%;
	padding: 11px 10px 7px 5px;
	border: 1px solid transparent;
	box-sizing: border-box;
	transition: 0.2s;
	position: relative;
}

.sliderContact .liveChat:hover {
	cursor: pointer;
}

.sliderContact .customer-info-details {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.sliderContact .customer-info-details .fas, .sliderContact .customer-info-details .fab, .sliderContact .customer-info-details .far {
	text-align: center;
	color: #4977a6;
	width: 40px !important;
	height: 40px;
	line-height: 39px;
	margin-right: 10px;
	font-size: 26px;
	background-color: transparent;
	transition: 0.2s;
}

.sliderContact .customer-info-details span {
	display: block;
}

.sliderContact .customer-info-details .fab {
	font-size: 18px;
}

.sliderContact span.item-title {
	line-height: 16px;
	font-size: 13px;
	color: #000;
}

.sliderContact span.item-sub {
	font-weight: 500;
	color: #000;
}

.sliderContact a:hover, .sliderContact .liveChat:hover {
	background-color: #4977a6;
	transition: 0.2s;
}

.sliderContact a:hover .item-sub, .sliderContact a:hover .item-title, .sliderContact .liveChat:hover .item-sub, .sliderContact .liveChat:hover .item-title, .sliderContact a:hover .far, .sliderContact a:hover .fas, .sliderContact .liveChat:hover .far, .sliderContact .liveChat:hover .fas {
	color: #fff;
	transition: 0.2s;
}

.sliderContact a:hover {
	text-decoration: none;
}


/* Style from web.verpleogen.nl - insert in Head */

.basket-action-wrapper.guest-checkout .wrapper {
	display: none;
}

#forgotPasswordPage .msg-block-error.quote-is-expired-message {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.allowReturn {
	display: none !important;
}

/*
.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child {
	pointer-events: none;
}

.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child .node-image {
	opacity: 0.5;
}

.content-flexipage-page .catalogus .columns-general.flow-category-tiles.custom:first-child .column.custom-node-column:first-child .node-title {
	opacity: 0.5;
}
*/

@media screen and (max-width: 639px) {
	.list-prices span.list-price.font-smaller::before {
		content: "Bruto:";
		font-size: 10px;
	}

	.home .columns-general.flow-img-tiles .column .column {
		width: 50%;
		float: left;
		margin-bottom: 0 !important;
		padding-right: 2% !important;
	}

	table.dataTable tbody tr {
		background-color: #fff;
	}

	.aanbiedingen .list-prices span.list-price.font-smaller::before {
		display: none;
	}

	.aanbiedingen .products-flow .list-prices {
		margin-bottom: 0;
	}

	.aanbiedingen .products-flow .product-tile .product-img {
		width: 100%;
	}

	.aanbiedingen .products-flow .product-tile .product-title {
		height: auto;
		min-height: auto;
	}

	.aanbiedingen .product-tile .product-description {
		min-height: 150px;
	}

	.aanbiedingen .products-flow .list-prices {
		width: auto;
	}
}

.content .home .flexi-tile-header {
	min-height: 25px;
}

.home .bg-white {
	display: none;
}

.content .home .text-block {
	width: 100%;
}

.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block {
	height: auto !important;
}

@media screen and (max-width: 680px) {
	.content .home .columns-general.tile-row.ecb-flexi-tiles {
		margin-top: 30px;
	}

	.content .home .flexi-tile-header {
		min-height: 0;
	}

	.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block {
		height: auto !important;
		margin-bottom: -20px;
	}

		.content .home .columns-general.tile-row.ecb-flexi-tiles .col-6.flex-tile-block td {
			font-size: 13px;
		}

	.orders-extendedshipments-page #example .col-order-id.sorting_2::before {
		content: "Pakbonnummer";
	}

	.orders-extendedquotes-page #example .col-order-id.sorting_2::before {
		content: "Offertenummer";
	}

	.orders-extendedinvoices-page #example .col-order-id.sorting_2::before {
		content: "Factuurnummer";
	}

	.orders-extendedcreditnotes-page #example .col-order-id.sorting_2::before {
		content: "Creditnummer";
	}
}

.nav-is-opened nav .customer-info-details a {
	width: 100% !important;
	text-align: left !important;
}

.nav-is-opened nav .customer-info-details .fas,
.nav-is-opened nav .customer-info-details .fab,
.nav-is-opened nav .customer-info-details .far {
	width: 20px;
	text-align: center;
}

#UserName, #GeneralEmail, #LoginData_UserName, #OwnerEmail, #Email, .col-email {
	text-transform: lowercase;
}

a.btn.btn-quote, #btnOrdertemplateDownloadPrint {
	display: none;
}

.home .columns-general.tile-row.ecb-flexi-tiles .col-4 {
	width: 32.33%;
}

	.home .columns-general.tile-row.ecb-flexi-tiles .col-4 .ecb-flexi-tiles .flex-tile-block .text-block {
		width: 100%;
	}

.home .ecb-flexi-tiles .flex-tile-block .text-block .flexi-tile-header {
	font-size: 22px;
}

@media screen and (max-width: 639px) {
	.mobile-hide {
		display: none;
	}

	#outStockMobileOnly {
		display: none;
	}

	.home .columns-general.tile-row.ecb-flexi-tiles .col-4 {
		width: 100%;
	}

	.shipping-default label, .shipping-selected label {
		min-height: 40px;
	}

	.checkout-step .btn .btn-cnt {
		font-size: 14px;
	}
}

span#addToOrderTemplatePopup, .btnAddToOrderTemplate {
	display: none !important;
}

.carousel-image-m-wrapper img {
	min-width: 100%;
}

.panel .panel-header div.online-status .status-text {
	display: none !important;
}

#basketModalPopup .product-tile .product-img {
	max-height: 60px;
	overflow: hidden;
}

.contact-productlistpage {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 639px) {
	a.hyp.hyp-remove.btn.btn-basket-red.btn-small.no-caption.btn-delete-sub-account:after {
		content: "\f2ed";
		font-weight: 400;
	}

	.sitemap-nav ul li .hyp {
		font-size: 16px;
	}

	.sitemap-nav li ul li .hyp.contactemail, .sitemap-nav li ul li .hyp.contacttel, .sitemap-nav li ul li .hyp.contactwhatsapp {
		line-height: 24px;
	}

	.footer-nav .hyp {
		display: block;
		font-size: 16px;
		line-height: 30px;
	}

	.column.footer-nav {
		width: 100%;
	}

	.column.copyright, .footer-nav {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.column.footer-nav {
		margin-bottom: 40px;
	}

	.carousel-image-m-wrapper img {
		box-sizing: border-box;
	}
}

.postedproductlines-index-page .order-filters .filter-row.date {
	display: inherit !important;
}

.product-details-page .carousel-image-m-wrapper img {
	padding: 20px;
}

#btnSaveClientQuote {
	display: none;
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
}

#contactpersonen_filter {
	width: 100%;
}

.btnDownload input, .btnUpdate input, .btnAddToBasket input {
	cursor: pointer;
}

.btnDownload input:hover, .btnUpdate input:hover, .btnAddToBasket input:hover {
	color: #000;
}

.counter .warning .count {
	background-color: #cc0605;
	color: #fff;
}

.shipping-choice label.radio {
	display: block;
	padding: 2px 0;
	cursor: pointer;
}

.insufficientStock .feedback-overview {
	font-size: 14px;
	font-weight: 500;
	color: #cc0605;
	margin-bottom: 10px;
}
.gvi-totals {
	margin-bottom: 5px;
}

.notShown, .notshown, #notShown, #notshown, #orderHistoryDetailPage tfoot.font-bigger.notShown {
	display: none;
}

.margin-b-0 {
	margin-bottom: 0;
}

.margin-b-7 {
	margin-bottom: 7px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-20 {
	margin: 20px 0 0 ;
}

.margin-t-20 {
	margin: 30px 0 0;
}

.margin-t-10 {
	margin: 10px 0 0;
}

.margin-t-15 {
	margin: 20px 0 0;
}

.margin-t-5 {
	margin: 5px 0 0;
}

.margin-t-0 {
	margin-top: 0;
}

.padding-t-0 {
	padding-top: 0;
}

.productlist-header-items.category-search .contact-productlistpage {
	border: none;
	padding: 0 0 0 0;
}

.gvi-basket tr.tr-spacer {
	display: block;
	box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
	.mfp-wrap {
		top: 75px;
		left: 75px;
		width: calc(100% - 150px);
		height: calc(100% - 150px);
	}

	.orders-extendedorders-page span.mobileOnly {
		display: none;
	}
} 
@media screen and (max-width: 639px) {
	nav.nav-main.nav-type-multi.clearfix, .loginSection {
		display: none;
	}
}

@media screen and (min-width: 640px) {
	.bottom-header .nav-drill {
		display: none;
	}
}

a {
	text-decoration: none;
}
 .nav-top {
	 display: flex;
	 align-items: center;
	 position: fixed;
	 z-index: 101;
	 padding: 10px 20px;
	 width: 100%;
	 height: 50px;
	 background-color: #188976;
	 left: 0;
	 box-sizing: border-box;
}
 .nav-top .hamburger {
	 margin-left: auto;
	 color: #fff;
	 cursor: pointer;
}
 .nav-drill {
	 margin-top: 64px;
	 transform: translateX(100%);
}
 .nav-is-toggled .nav-drill {
	 transform: translateX(0);
}
 .nav-is-toggled::after {
	 opacity: 1;
	 visibility: visible;
}
.nav-drill {
	display: flex;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: calc(100vh - 62px);
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: 0.45s;
}
.nav-items {
	flex: 0 0 100%;
	padding-left: 0;
	list-style-type: none;
	margin: 0;
	height: calc(100vh - 62px);
	overflow-x: hidden;
	overflow-y: scroll;
}
 .nav-item {
	 border-bottom: solid 1px #daf9f4;
}
.nav-link-item {
	display: flex;
}
span.menuImage {
	margin-right: 7px;
	width: 40px;
	height: 40px;
}
span.menuTitle {
	line-height: 15px;
	width: calc(65vw);
	display: flex;
	align-items: center;
}
span.menuTitle.wider {
	padding-left: 7px;
	width: calc(85vw);
}
.nav-link img {
	height: auto;
	width: auto;
}
.nav-link {
	display: block;
	padding: 6px 12px 6px 8px;
	background-color: #fff;
	font-family: Roboto, sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	max-height: 40px;
}
a.nav-link.nav-back-link {
	padding-left: 15px;
	line-height: 36px;
}
.nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 62px);
	transform: translateX(100%);
	background-color: #fff;
	transition: 0.3s;
	visibility: hidden;
	overflow-y: scroll;
}
.nav-expand-content .nav-item {
	border-bottom: solid 1px #daf9f4;
}
 .nav-expand-content .nav-link {
	 background-color: #daf9f4;
}
 .nav-expand-content .nav-back-link {
	 display: flex;
	 align-items: center;
	 background-color: #29527c !important;
	 color: #fff;
}
.nav-expand-content .nav-back-link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f060";
	margin-right: 10px;
	font-size: 13px;
}
.nav-link:not(.nav-back-link) {
	display: flex;
	justify-content: space-between;
}
 .nav-expand-link {
	 display: flex;
	 justify-content: space-between;
}
/*.nav-link:not(.nav-back-link)::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	font-size: 13px;
}*/
.nav-expand-link::after {
	content: "\f067" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
}
.logoutLink .nav-link {
	justify-content: flex-start;
	padding-left: 15px;
	color: #cc0605;
}
.nav-link:hover {
	text-decoration: none;
	background-color: #f2f4f6;
}
.logoutLink .nav-link::before {
	content: "\f2f5" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}
.loginLink .nav-link {
	justify-content: flex-start;
	padding-left: 15px;
	color: #1c9214;
}
.loginLink .nav-link::before {
	content: "\f2f6" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}

.WhatsApp .nav-link, .CallUs .nav-link, .MailUs .nav-link {
	justify-content: flex-start;
	padding-left: 15px;
}
.WhatsApp .nav-link {
	color: #1c9214;
}
.CallUs .nav-link, .MailUs .nav-link {
	color: #29527c;
}
.WhatsApp .nav-link::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f232";
	font-weight: 400;
	font-size: 18px;
	margin-right: 5px;
}
.WhatsApp {
	position: fixed;
	bottom: 83px;
	width: 100%;
}
.CallUs .nav-link::before {
	content: "\f879" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}
.CallUs {
	position: fixed;
	bottom: 126px;
	width: 100%;
	border-top: solid 1px #daf9f4;
}
.MailUs .nav-link::before {
	content: "\f1d8" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}
.MailUs {
	position: fixed;
	bottom: 40px;
	width: 100%;
	border-top: solid 1px #daf9f4;
}
.WhatsApp .nav-link, .CallUs .nav-link, .MailUs .nav-link {
	line-height: 30px;
	max-height: 30px;
	padding: 6px 10px 6px 15px;
}

li.nav-item.mini-link {
	position: fixed;
	bottom: 0;
	width: 100%;
}

li.nav-item.mini-link .nav-link {
	line-height: 25px;
	max-height: 25px;
}
.mini-link .nav-link-item {
	font-size: 12px;
	color: #a5a5a5;
	font-weight: 400;
}
.mini-link .nav-link-item .menuTitle {
	width: 100%;
}

.loggedInUser .loginLink {
	display: none;
}
.nav-expand.active > .nav-expand-content {
	transform: translateX(0);
	visibility: visible;
	z-index: 99;
}
li.nav-item.nav-expand.active{
	overflow: hidden;
}
.nav-expand .nav-expand-content {
	background-color: #fff;
}
	.nav-expand .nav-expand-content .nav-link {
		background-color: #fff;
	}
	.nav-expand .nav-expand-content .nav-expand-content {
		background-color: #fff;
	}
		.nav-expand .nav-expand-content .nav-expand-content .nav-link {
			background-color: #fff;
		}
		.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
			background-color: #fff;
		}
			.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
				background-color: #fff;
			}
			.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
				background-color: #fff;
			}
				.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
					background-color: #fff;
				}

.nav-items::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.lock-scroll {
	overflow: hidden;
}

.bottom-header {
	border-bottom: none !important;
}

span.menuImage.noWidth {
	width: 0;
}
