/* Minification failed. Returning unminified contents.
(18441,37): run-time error CSS1046: Expect comma, found '84'
(18441,43): run-time error CSS1046: Expect comma, found '/'
(20411,37): run-time error CSS1046: Expect comma, found '84'
(20411,43): run-time error CSS1046: Expect comma, found '/'
(20728,37): run-time error CSS1046: Expect comma, found '84'
(20728,43): run-time error CSS1046: Expect comma, found '/'
(23007,41): run-time error CSS1046: Expect comma, found '84'
(23007,47): run-time error CSS1046: Expect comma, found '/'
(25047,16): run-time error CSS1030: Expected identifier, found '.'
(25047,46): run-time error CSS1031: Expected selector, found ')'
(25047,46): run-time error CSS1025: Expected comma or open brace, found ')'
(25061,16): run-time error CSS1030: Expected identifier, found '.'
(25061,53): run-time error CSS1031: Expected selector, found ')'
(25061,53): run-time error CSS1025: Expected comma or open brace, found ')'
(25078,43): run-time error CSS1030: Expected identifier, found '.'
(25078,88): run-time error CSS1031: Expected selector, found ')'
(25078,88): run-time error CSS1025: Expected comma or open brace, found ')'
(25083,43): run-time error CSS1030: Expected identifier, found '.'
(25083,88): run-time error CSS1031: Expected selector, found ')'
(25083,88): run-time error CSS1025: Expected comma or open brace, found ')'
(25087,43): run-time error CSS1030: Expected identifier, found '.'
(25087,88): run-time error CSS1031: Expected selector, found ')'
(25087,88): run-time error CSS1025: Expected comma or open brace, found ')'
(25219,34): run-time error CSS1030: Expected identifier, found '.'
(25219,70): run-time error CSS1031: Expected selector, found ')'
(25219,70): run-time error CSS1025: Expected comma or open brace, 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;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../files/content/storelocator/chosen-close@2x.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #f2f2f2;
        background: white url('../files/content/storelocator/chosen-close@2x.png') no-repeat 100% -20px;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat 100% -20px;
        font-size: 1em;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 11px 0 13px;
    width: 100%;
    height: auto;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background-color: #fff;
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 28px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #a5a5a5;
                font-size: 100%;
                line-height: normal;
                border-radius: 0;
                font-style: italic;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 2px;
            background-color: #f2f2f2;
            color: #333;
            line-height: 13px;
            font-size: 12px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('../files/content/storelocator/chosen-close@2x.png');
                font-size: 1px;
                background-size: cover;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: 0 -14px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #333;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('../files/content/storelocator/chosen-close@2x.png') no-repeat -30px -20px;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('../files/content/storelocator/chosen-close@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}*/
/* @end */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/*Sana Commerce*/

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 20px;
    left: 140px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #be2626;
}
.ecb-cart-upload .cb-bult-cart-upload .btn-cnt {
    margin-bottom: 25px;
}
.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;
  }
}

.ecb-hero-image-full-screen header:not(.sticky-mode),
.ecb-hero-image-full-screen .bottom-header:not(.sticky-mode) {
	background: transparent !important;
}

.ecb-hero-image-full-screen nav .hyp-top-lvl,
.ecb-hero-image-full-screen header .font-smaller,
.ecb-hero-image-full-screen header .over-summary-lbl,
.ecb-hero-image-full-screen header .over-summary-number {
	color: #ffffff;
}

.ecb-hero-image-full-screen.nav-outside {
	height: calc(100vh + 24px) !important;
}

.ecb-hero-image.hero-image-full-screen,
.ecb-hero-image.hero-image-full-width,
.ecb-hero-image.ecb-hero-image-fixed-screen {
	height: 100vh;
}

.ecb-hero-image-full-screenheader .bottom-header {
	background-color: transparent;
}

.ecb-hero-image.hero-image-full-screen .hero-image-wrapper,
.ecb-hero-image.hero-image-full-width .hero-image-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}

.ecb-hero-image .hero-image-wrapper .hero-image-content {
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ecb-hero-image .hero-image-wrapper .text-overlay.hero-text-align-center {
	text-align: center;
}

.ecb-hero-image .hero-image-wrapper .text-overlay.hero-text-align-left {
	text-align: left;
}

.ecb-hero-image .hero-image-wrapper .text-overlay.hero-text-align-right {
	text-align: right;
}

.ecb-hero-image .hero-image-wrapper .text-overlay .header-text *,
.ecb-hero-image .hero-image-wrapper .text-overlay .sub-header-text * {
	color: inherit;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.5;
}

.ecb-hero-image
	.hero-image-wrapper
	.hero-image-content
	img.hero-image-thumbnail {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ecb-hero-image.ecb-hero-effect-ken-burn.active
	.hero-image-wrapper
	.hero-image-content
	img.hero-image-thumbnail.animation {
	animation: ecd-hero-ken-burn 60s ease;
}

.ecb-hero-image.ecb-hero-effect-black-and-white
	.hero-image-wrapper
	.hero-image-content
	img.hero-image-thumbnail.animation {
	transition: all 8s ease-in-out;
	-webkit-transition: all 8s ease-in-out;
	filter: #777777;
	-webkit-filter: grayscale(0);
}

.ecb-hero-image.ecb-hero-effect-black-and-white.active
	.hero-image-wrapper
	.hero-image-content
	img.hero-image-thumbnail.set-grayscale {
	-webkit-filter: grayscale(100%);
}

.ecb-hero-image .hero-image-wrapper .text-overlay {
	position: absolute;
	word-break: break-word;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 50%;
	margin-right: -50%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	transform: translate(-50%, -50%);
	width: 90%;
}

.ecb-hero-image .hero-image-content span.scroll-down-icon {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
	display: block;
}

.ui-touch-device.ui-tablet
	.ecb-hero-image
	.hero-image-content
	span.scroll-down-icon {
	bottom: 80px;
}
.ui-touch-device.ui-desktop.ecb-hero-image-fixed-screen
	.ecb-hero-image
	.hero-image-content
	span.scroll-down-icon {
	bottom: 45px;
}
.ui-touch-device.ui-tablet.ecb-hero-image-fixed-screen
	.ecb-hero-image
	.hero-image-content
	span.scroll-down-icon {
	bottom: 115px;
}
.ui-touch-device.ui-tablet
	.ecb-hero-image.landscape-view
	span.scroll-down-icon {
	bottom: 10px !important;
}
.ecb-hero-image .hero-image-content span.scroll-down-icon svg {
	width: 35px;
	height: 35px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-animation: bounce 2s;
	animation: bounce 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.ui-touch-device .ecb-hero-image,
.ui-touch-device .ecb-hero-image .hero-image-wrapper,
.ui-touch-device .ecb-hero-image .hero-image-wrapper .hero-image-content,
.ui-touch-device
	.ecb-hero-image
	.hero-image-wrapper
	.hero-image-content
	img.hero-image-thumbnail {
	height: 100vh !important;
}

@-webkit-keyframes ecd-hero-ken-burn {
	100% {
		transform: scale(1.3) translate3d(-2%, -2%, 0);
	}
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@keyframes ecd-hero-ken-burn {
	100% {
		transform: scale(1.3) translate3d(-2%, -2%, 0);
	}
}

/*  lightslider - v1.1.3 - 2015-04-14
*   https://github.com/sachinchoolur/lightslider
*   Copyright (c) 2015 Sachin N; Licensed MIT
*   !!! core css Should not edit !!! **/

.ecb-imageslider .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ecb-imageslider .lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.ecb-imageslider .lightSlider {
    overflow: hidden;
    margin: 0;
}

.ecb-imageslider .hide-top-margin {
    margin-top: 0px !important;
}

.ecb-imageslider .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .ecb-imageslider .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .ecb-imageslider .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .ecb-imageslider .lSSlideWrapper .lSFade {
        position: relative;
    }

        .ecb-imageslider .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .ecb-imageslider .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .ecb-imageslider .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .ecb-imageslider .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.ecb-imageslider .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .ecb-imageslider .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .ecb-imageslider .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .ecb-imageslider .lSSlideOuter .lSPager.lSpg > li:hover a, .ecb-imageslider .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.ecb-imageslider .lSSlideOuter .media {
    opacity: 0.8;
}

    .ecb-imageslider .lSSlideOuter .media.active {
        opacity: 1;
    }
/* End of pager */

/** Gallery */
.ecb-imageslider .lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ecb-imageslider .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

        .ecb-imageslider .lSSlideOuter .lSPager.lSGallery li.active, .ecb-imageslider .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px;
        }

    .ecb-imageslider .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .ecb-imageslider .lSSlideOuter .lSPager.lSGallery:before, .ecb-imageslider .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .ecb-imageslider .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }
/* End of Gallery*/

/* slider actions */
.ecb-imageslider .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .ecb-imageslider .lSAction > a:hover {
        opacity: 1;
    }

.ecb-imageslider .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.ecb-imageslider .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.ecb-imageslider .lSAction > a.disabled {
    pointer-events: none;
}

.ecb-imageslider .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.ecb-imageslider .lSSlideOuter.vertical {
    position: relative;
}

    .ecb-imageslider .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .ecb-imageslider .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .ecb-imageslider .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    /* vertical controlls */
    .ecb-imageslider .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .ecb-imageslider .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .ecb-imageslider .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }
/* vertical */


/* Rtl */
.ecb-imageslider .lSSlideOuter.lSrtl {
    direction: rtl;
}

.ecb-imageslider .lSSlideOuter .lightSlider, .ecb-imageslider .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.ecb-imageslider .lSSlideOuter.lSrtl .lightSlider, .ecb-imageslider .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.ecb-imageslider .lSSlideOuter .lightSlider > *, .ecb-imageslider .lSSlideOuter .lSGallery li {
    float: left;
}

.ecb-imageslider .lSSlideOuter.lSrtl .lightSlider > *, .ecb-imageslider .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.ecb-imageslider .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.ecb-imageslider .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.ecb-imageslider .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.ecb-imageslider .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.ecb-imageslider .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.ecb-imageslider .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.ecb-imageslider .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.ecb-imageslider .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}


.ecb-imageslider ul.content-slider {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

/******* ecb-imageslider *******/
.ecb-imageslider {
    width: 100%;
}

    .ecb-imageslider:before,
    .ecb-imageslider:after {
        content: '';
        clear: both;
    }

    .ecb-imageslider ul.content-slider li {
        text-align: center;
        color: #FFF;
    }

    .ecb-imageslider .navigator-inPage {
        margin: -30px 0 0 0 !important;
    }

@media screen and (min-width:120px) {
    .ecb-imageslider .content-full-width {
        position: absolute;
        left: 0px;
        right: 0px;
    }
}

@media screen and (min-height:120px) {
    .ecb-imageslider .content-full-height {
    }
}

/*Temporary solution for image slider and store locator style overlap issue */
@media screen and (min-width: 1024px) {
    .ecb-imageslider .flexi-row:before, .flexi-row:after {
        clear: none !important;
    }
}

/* Sana full height slider styles */

.ecb-imageslider-fullheight {
}

.ecb-imageslider-fullscreen {
    height: 100vh;
}

    .ecb-imageslider-fullscreen.nav-outside {
        height: calc(100vh + 24px) !important;
    }

.ecb-imageslider-fullheight .flexi-row .ecb-imageslider-fullscreen,
.ecb-imageslider-fullheight .flexi-row .ecb-imageslider-fullscreen .lslide {
    height: 100vh;
}

.ui-desktop.ecb-imageslider-fullheight header:not(.sticky-mode) {
    background-color: transparent;
}

.ecb-imageslider-fullheight header .bottom-header {
    background-color: transparent;
}

.ecb-imageslider .content-slider li.lslide,
.ecb-imageslider .content-slider li.clone {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

    .ecb-imageslider .content-slider li.lslide a {
        width: 100%;
    }

.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.lslide,
.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.clone {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

.ecb-imageslider .content-slider li.lslide img,
.ecb-imageslider .content-slider li.lslide a img,
.ecb-imageslider .content-slider li.clone img,
.ecb-imageslider .content-slider li.clone a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ecb-imageslider .content-slider li.clone a {
    width: 100%;
}

.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.lslide img,
.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.lslide a img,
.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.clone img,
.ecb-imageslider-fullheight .ecb-imageslider-fullscreen .content-slider li.clone a img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.ecb-imageslider .title-text-block {
    position: absolute;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .ecb-imageslider .title-text-block a {
        width: auto !important;
    }

.ecb-imageslider-fullheight.ui-desktop .top-header {
    color: #fff;
}

.ecb-imageslider-fullheight .btn-search:before {
    background-image: url('../files/icons/search.png');
}

.ecb-imageslider-fullheight .sticky-mode .over-summary .hyp:before,
.ecb-imageslider-fullheight .basket:hover .over-summary .hyp:before,
.ecb-imageslider-fullheight .sticky-mode .basket .over-summary:hover .hyp:before,
.ecb-imageslider-fullheight .sticky-mode .basket .over-summary .hyp:before,
.ecb-imageslider-fullheight .sticky-mode .basket .over-summary .hyp:before {
    background-image: url('../files/icons/basket.png');
}

.ecb-imageslider-fullheight .language .opener:after,
.ecb-imageslider-fullheight .login .opener:after {
    background-image: url('../files/content/ImageSlider/arrow-down-white.png');
}

.ecb-imageslider-fullheight .sticky-mode .language .opener:after,
.ecb-imageslider-fullheight .language:hover .opener:after,
.ecb-imageslider-fullheight .sticky-mode .login .opener:after,
.ecb-imageslider-fullheight .login:hover .opener:after {
    background-image: url('../files/icons/arrow-down-grey.png');
}

.ecb-imageslider-fullheight .login .opener:before {
    background-image: url('../files/content/ImageSlider/login-white.png');
}

.ecb-imageslider-fullheight .sticky-mode .login .opener:before,
.ecb-imageslider-fullheight .login:hover .opener:before {
    background-image: url('../files/icons/login-red.png');
}

.ecb-imageslider-fullheight .login .person {
    color: #fff;
}

.ecb-imageslider-fullheight .login:hover .person {
    color: #333 !important;
}

.ecb-imageslider-fullheight.ui-desktop .basket .hyp {
    color: #fff;
}

.ecb-imageslider-fullheight .over-summary.is-empty .hyp {
    color: #fff;
}

.ecb-imageslider-fullheight .sticky-mode .basket .hyp {
    color: #333;
}

.ecb-imageslider-fullheight .basket:hover .is-empty .hyp {
    color: #fff;
}

.ecb-imageslider-fullheight .basket:hover .hyp {
    color: #333;
}

.ecb-imageslider-fullheight .sticky-mode .nav-item-root .hyp-top-lvl,
.ecb-imageslider-fullheight .sticky-mode .nav-is-hovered .hyp-top-lvl {
    color: #333;
}

.ecb-imageslider-fullheight .top-hyp {
    color: #fff;
}

.ecb-imageslider-fullheight.ui-desktop .btn-suggestions-top {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.ecb-imageslider-fullheight .sticky-mode .btn-suggestions-top {
    border: 1px solid #1f7bc9;
}

.ecb-imageslider-fullheight .btn-suggestions-top:hover {
}

.ecb-imageslider-fullheight .btn-white:hover,
.ecb-imageslider-fullheight .btn-white.hover,
.ecb-imageslider-fullheight .btn-white:focus {
    background-color: transparent;
    border-color: #fff;
}

.ecb-imageslider-fullheight .sticky-mode .btn-white:hover,
.ecb-imageslider-fullheight .sticky-mode .btn-white.hover,
.ecb-imageslider-fullheight .sticky-mode .btn-white:focus {
    border-color: #1f7bc9;
}

.ecb-imageslider-fullheight.ui-desktop .btn.btn-suggestions-top:before {
    background-image: url('../files/content/ImageSlider/magic-white.png');
}

.ecb-imageslider-fullheight .sticky-mode .btn.btn-suggestions-top:before {
    background-image: url('../files/icons/magic.png');
}

.ecb-imageslider-fullheight .text-shadow {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

.ecb-imageslider .title-text-block p,
.ecb-imageslider .title-text-block span,
.ecb-imageslider .title-text-block h1,
.ecb-imageslider .title-text-block h2,
.ecb-imageslider .title-text-block h3,
.ecb-imageslider .title-text-block h4,
.ecb-imageslider .title-text-block h5,
.ecb-imageslider .title-text-block h6 {
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
}

.ui-mobile.ecb-imageslider-fullheight .content {
    margin-top: 0px !important;
}

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
    .ecb-imageslider-fullheight .login .opener:before {
        background-image: url('../files/content/ImageSlider/login-grey.png');
    }

    .ecb-imageslider-fullheight .over-summary .hyp:before {
        background-image: url('../files/content/ImageSlider/basket-grey.png');
    }

    .ecb-imageslider-fullheight .login .opener:after,
    .ecb-imageslider-fullheight .language .opener:after {
        background-image: url('../files/icons/arrow-down-grey.png');
    }

    .ecb-imageslider-fullheight .nav-item-root .hyp-top-lvl,
    .ecb-imageslider-fullheight .nav-is-hovered .hyp-top-lvl {
        color: #000;
    }
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    .ecb-imageslider-fullheight .over-summary .hyp:before,
    .ecb-imageslider-fullheight .basket:hover .over-summary.is-empty .hyp:before {
        background-image: url('../files/content/ImageSlider/basket-white.png');
    }

    .ecb-imageslider-fullheight .sticky-mode .basket:hover .over-summary.is-empty .hyp:before {
        background-image: url('../files/icons/basket.png');
    }

    .ecb-imageslider-fullheight .nav-item-root .hyp-top-lvl,
    .ecb-imageslider-fullheight .nav-is-hovered .hyp-top-lvl {
        color: #fff;
    }
}

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {

    .ecb-inpage-nav {
        margin: 20px 0;
    }

        .ecb-inpage-nav ul {
            margin: 0;
            padding: 0;
        }

            .ecb-inpage-nav ul.nav-links li {
                display: block;
                width: 70%;
                text-align: center;
                margin: 5px auto;
            }

                .ecb-inpage-nav ul.nav-links li a {
                    padding: 0 14px;
                    width: 75%;
                    text-align: left;
                }

                    .ecb-inpage-nav ul.nav-links li a.btn:after {
                        content: '';
                        display: block;
                        width: 32px;
                        height: 35px;
                        background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
                        position: absolute;
                        top: 0;
                        right: 0;
                    }

                    .ecb-inpage-nav ul.nav-links li a img {
                        max-width: 16px;
                        max-height: 16px;
                        padding: 0;
                    }

        .ecb-inpage-nav .nex-ico-mob {
            display: none !important;
        }

        .ecb-inpage-nav .nex-ico-mob-left {
            display: none !important;
        }

        .ecb-inpage-nav .nex-ico-desk {
            display: inline !important;
            position: absolute;
            right: 8px;
            top: 8px;
        }

        .ecb-inpage-nav .nex-ico-desk-left {
            display: inline !important;
            position: absolute;
            right: 8px;
            top: 8px;
        }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {

    .ecb-inpage-nav {
        margin: 20px 0;
    }

        .ecb-inpage-nav ul.nav-links {
            list-style: none;
            position: relative;
            padding: 0;
            text-align: center;
        }

            .ecb-inpage-nav ul.nav-links li {
                display: inline-block;
                width: 30%;
                text-align: center;
            }

                .ecb-inpage-nav ul.nav-links li a {
                    padding: 0 5px;
                    min-width: 96px;
                }

        .ecb-inpage-nav li .btn.btn-left {
            padding: 0 14px 0 32px;
        }

            .ecb-inpage-nav li .btn.btn-left:before {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-left-bottom.png) right top no-repeat;
                position: absolute;
                top: 0;
                left: 0;
            }

            .ecb-inpage-nav li .btn.btn-left:after {
                display: none;
            }

            .ecb-inpage-nav li .btn.btn-left img {
                position: absolute;
                left: 8px;
                top: 8px;
            }

        .ecb-inpage-nav li .btn.btn-center {
            padding: 0 32px 0 14px;
        }

            .ecb-inpage-nav li .btn.btn-center:after {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
                position: absolute;
                top: 0;
                right: 0;
            }

            .ecb-inpage-nav li .btn.btn-center img {
                position: absolute;
                right: 8px;
                top: 8px;
            }

        .ecb-inpage-nav li .btn.btn-right {
            padding: 0 32px 0 14px;
        }

            .ecb-inpage-nav li .btn.btn-right:after {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
                position: absolute;
                top: 0;
                right: 0;
            }

            .ecb-inpage-nav li .btn.btn-right img {
                position: absolute;
                right: 8px;
                top: 8px;
            }

        .ecb-inpage-nav ul.nav-links li a img {
            max-width: 16px;
            max-height: 16px;
            padding: 0;
        }


        .ecb-inpage-nav .nex-ico-mob {
            display: none !important;
        }

        .ecb-inpage-nav .nex-ico-mob-left {
            display: inline !important;
        }

        .ecb-inpage-nav .nex-ico-desk {
            display: inline !important;
        }

        .ecb-inpage-nav .nex-ico-desk-left {
            display: none !important;
        }
}

/****************************************
                Desktop
****************************************/
@media screen and (min-width: 1024px) {
    .ecb-inpage-nav {
        margin: 20px 0;
    }

        .ecb-inpage-nav ul.nav-links {
            list-style: none;
            position: relative;
            padding: 0;
            text-align: center;
        }

            .ecb-inpage-nav ul.nav-links li {
                display: inline-block;
                width: 30%;
                text-align: center;
            }

        .ecb-inpage-nav li .btn.btn-left {
            padding: 0 14px 0 32px;
        }

            .ecb-inpage-nav li .btn.btn-left:before {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-left-bottom.png) right top no-repeat;
                position: absolute;
                top: 0;
                left: 0;
            }

            .ecb-inpage-nav li .btn.btn-left:after {
                display: none;
            }

            .ecb-inpage-nav li .btn.btn-left img {
                position: absolute;
                left: 8px;
                top: 8px;
            }

        .ecb-inpage-nav li .btn.btn-center {
            padding: 0 32px 0 14px;
        }

            .ecb-inpage-nav li .btn.btn-center img {
                position: absolute;
                right: 8px;
                top: 8px;
            }

            .ecb-inpage-nav li .btn.btn-center:after {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
                position: absolute;
                top: 0;
                right: 0;
            }

        .ecb-inpage-nav li .btn.btn-right {
            padding: 0 32px 0 14px;
        }

            .ecb-inpage-nav li .btn.btn-right img {
                position: absolute;
                right: 8px;
                top: 8px;
            }

            .ecb-inpage-nav li .btn.btn-right:after {
                content: '';
                display: block;
                width: 32px;
                height: 35px;
                background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
                position: absolute;
                top: 0;
                right: 0;
            }

        .ecb-inpage-nav ul.nav-links li a img {
            max-width: 16px;
            max-height: 16px;
            padding: 0;
        }

        .ecb-inpage-nav .nex-ico-mob {
            display: none !important;
        }

        .ecb-inpage-nav .nex-ico-mob-left {
            display: inline !important;
        }

        .ecb-inpage-nav .nex-ico-desk {
            display: inline !important;
            position: relative;
            right: -23px;
        }

        .ecb-inpage-nav .nex-ico-desk-left {
            display: none !important;
        }
}

/****************************************************
 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;
    }
}
/*********************************************
 CSS file for parallax scroller content block.
*********************************************/
.ecb-parallax {
    height: 450px;
    clear: both;
}

    .ecb-parallax:before,
    .ecb-parallax:after {
        display: table;
        content: '';
        clear: both;
    }
    
    .ecb-parallax .parallax-window {
        min-height: 450px;
        background: transparent;
    }

        .ecb-parallax .parallax-window .parallax-content {
            text-align: center;
            position: relative;
            height: 450px;
        }

            .ecb-parallax .parallax-window .parallax-content .html-wrapper {
                margin: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                word-break: break-word;
            }
        
                /** Style parallax content title, sub-title and Button link **/
                .ecb-parallax .parallax-window .parallax-content .html-wrapper h2 {
                    color: #fff;
                    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
                    font-size: 5.5em;
                }

                .ecb-parallax .parallax-window .parallax-content .html-wrapper p {
                    display: block;
                    margin-bottom: 20px;
                    color: #fff;
                    font-size: 18px;
                    line-height: 24px;
                    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
                }

                .ecb-parallax .parallax-window .parallax-content .html-wrapper a {
                }

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 575px) {
    .ecb-parallax .parallax-window .parallax-content .html-wrapper h2 {
        font-size: 36px;
    }

    .ecb-parallax .parallax-window .parallax-content .html-wrapper p {
        font-size: 14px;
    }

    .ecb-parallax .parallax-window .parallax-content .html-wrapper a {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {    
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {    
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {    
}
.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;
    }

}

/**********************************************
 CSS file for Product Set Filter content block.
**********************************************/
.ecb-productsetfilter {
    position: relative;
    clear: both;
}

    .ecb-productsetfilter:after {
        content: "";
        display: table;
        clear: both;
    }

    .ecb-productsetfilter.is-fixed .tab-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ecb-productsetfilter.is-fixed .psf-gallery {
        padding-top: 76px;
    }

    .ecb-productsetfilter .hyp-thumbnail {
        height: 100%;
        width: 100%;
    }

    .ecb-productsetfilter .thumbnail {
        box-sizing: border-box;
        position: relative;
        height: 230px;
        vertical-align: middle;
        width: 100%;
    }

        .ecb-productsetfilter .thumbnail img {
            max-height: 230px;
        }

    .ecb-productsetfilter .productsetfilter .tile-fade-out {
        transform: scale(0);
        opacity: 0;
    }

    .ecb-productsetfilter .productsetfilter .tile-fade-in {
        transform: scale(1);
        opacity: 1;
    }

    .ecb-productsetfilter .productsetfilter .slick-prev {
        left: -20px;
    }

    .ecb-productsetfilter .productsetfilter .slick-next {
        right: -20px;
    }

    .ecb-productsetfilter .psf-gallery .product-info {
        text-align: center;
        margin: 0 0 15px 0;
        min-height: 115px;
    }

        /** multi-line text with ellipsis **/
        .ecb-productsetfilter .psf-gallery .product-info .product-description {
            padding: 0 10px;
            margin: 0 0 10px 0;
            overflow: hidden;
            text-overflow: -o-ellipsis-lastline;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

            .ecb-productsetfilter .psf-gallery .product-info .product-description a.product-title {
                color: #666;
                font-size: 14px;
            }

        .ecb-productsetfilter .psf-gallery .product-info .product-action {
        }

            .ecb-productsetfilter .psf-gallery .product-info .product-action .prices {
                color: #666;
                display: block;
                margin: 0 0 10px 0;
                font-size: 20px;
            }

            .ecb-productsetfilter .psf-gallery .product-info .product-action a.product-action-link {
                font-size: 12px;
                color: #333;
                display: block;
            }

    /**********************************************
                xtab-filter
    **********************************************/

    .ecb-productsetfilter .tab-filter-wrapper {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

        .ecb-productsetfilter .tab-filter-wrapper:after {
            content: "";
            display: table;
            clear: both;
        }


    /** tabbed navigation style on mobile - drop-down **/
    .ecb-productsetfilter .tab-filter {
        position: relative;
        width: 200px;
        height: 63px;
        margin: 0 auto;
        z-index: 1;
    }

        /** small arrow icon **/
        .ecb-productsetfilter .tab-filter::after {
            content: '';
            position: relative;
            left: 93%;
            top: 36px;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            width: 16px;
            height: 16px;
            background-image: url('../files/icons/arrow-down-grey.png');
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            pointer-events: none;
        }

        .ecb-productsetfilter .tab-filter ul {
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            padding: 0;
            box-shadow: inset 0 -2px 0 #333;
        }

        .ecb-productsetfilter .tab-filter li {
            display: none;
        }

            /** this way the placeholder is alway visible **/
            .ecb-productsetfilter .tab-filter li:first-child {
                display: block;
            }

        /** set same size of the tab-filter **/
        .ecb-productsetfilter .tab-filter a {
            display: block;
            height: 50px;
            width: 200px;
            line-height: 50px;
            padding-left: 14px;
            padding-right: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .ecb-productsetfilter .tab-filter a:hover {
                text-decoration: none;
            }

            .ecb-productsetfilter .tab-filter a.selected {
                background: #f2f2f2;
                color: #333;
            }

        /** small arrow rotation **/
        .ecb-productsetfilter .tab-filter.is-open::after {
            -webkit-transform: translateY(-50%) rotate(-180deg);
            -moz-transform: translateY(-50%) rotate(-180deg);
            -ms-transform: translateY(-50%) rotate(-180deg);
            -o-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
        }

        .ecb-productsetfilter .tab-filter.is-open ul {
            box-shadow: inset 0 -2px 0 #333, 0 2px 10px rgba(0, 0, 0, 0.2);
            padding: 0;
        }

            .ecb-productsetfilter .tab-filter.is-open ul li {
                display: block;
            }

        /** reduces the opacity of the placeholder on mobile when the menu is open **/
        .ecb-productsetfilter .tab-filter.is-open .placeholder a {
            opacity: .4;
        }

    /**********************************************
                    x-gallery 
    **********************************************/
    .ecb-productsetfilter .psf-gallery {
        padding: 26px 0;
        width: 100%;
    }

        .ecb-productsetfilter .psf-gallery ul {
            list-style: none;
            padding: 0;
            margin-bottom: 0;
        }

        .ecb-productsetfilter .psf-gallery li {
            margin-bottom: 1.6em;
            vertical-align: top;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            float: left;
        }

            .ecb-productsetfilter .psf-gallery li:hover {
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            }

            /** used in combination with text-align: justify to align gallery elements **/
            .ecb-productsetfilter .psf-gallery li.gap {
                opacity: 0;
                height: 0;
                padding: 0;
                margin: 0;
                display: inline-block;
            }

        .ecb-productsetfilter .psf-gallery img {
            display: block;
        }

        .ecb-productsetfilter .psf-gallery .productsetfilter-fail-message {
            display: none;
            text-align: center;
        }

    /**********************************************
            Pagination Controls
    **********************************************/

    .ecb-productsetfilter .controls-pagination {
        padding: 1rem 0;
        font-size: 0.1px;
        text-align: center;
        clear: both;
    }

        .ecb-productsetfilter .controls-pagination:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    .ecb-productsetfilter .mixitup-page-list,
    .ecb-productsetfilter .mixitup-page-stats {
        display: inline-block;
        vertical-align: middle;
    }

    .ecb-productsetfilter .mixitup-page-list {
        text-align: left;
    }

    .ecb-productsetfilter .mixitup-page-stats {
        font-size: .9rem;
        color: #333;
        font-weight: bold;
    }

    .ecb-productsetfilter .mixitup-control {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 2.7rem;
        height: 2.7rem;
        background: #fff;
        border: 1px solid transparent;
        margin-right: 1px;
        cursor: pointer;
        font-size: .9rem;
        color: #333;
        font-weight: bold;
        transition: color 150ms, border-color 150ms;
        vertical-align: middle;
    }

        .ecb-productsetfilter .mixitup-control:first-child {
            border-radius: 3px;
        }

        .ecb-productsetfilter .mixitup-control:last-child {
            border-radius: 3px;
        }

        .ecb-productsetfilter .mixitup-control:not(.mixitup-control-active):hover {
            color: #1f7bc9;
        }

    .ecb-productsetfilter .mixitup-control-active {
        border-bottom-color: #1f7bc9;
        cursor: default;
    }

    .ecb-productsetfilter .mixitup-control:disabled {
        background: #eaeaea;
        color: #aaa;
        cursor: default;
    }

    .ecb-productsetfilter .mixitup-control-truncation-marker {
        background: transparent;
        pointer-events: none;
        line-height: 2.2em;
    }

    /** Grid Breakpoints & Column Counts - 1 Columns **/
    .ecb-productsetfilter .mix,
    .ecb-productsetfilter .gap {
        width: calc(100%);
    }

    .ecb-productsetfilter .column-counter {
        font-size: 1px;
    }

/**********************************************
     tabbed navigation style when one tab
**********************************************/

    .ecb-productsetfilter .one-tab {
        width: auto;
        height: auto;
        cursor: auto;
    }

        /** hide the arrow **/
        .ecb-productsetfilter .one-tab::after {
            display: none;
        }

        .ecb-productsetfilter .one-tab ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
            padding: 0;
        }

        .ecb-productsetfilter .one-tab li {
            display: inline-block;
        }

            .ecb-productsetfilter .one-tab li.placeholder {
                display: none !important;
            }

        .ecb-productsetfilter .one-tab a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 22px;
        }

/** This is a fix given by mixitup, hence no namespaces **/
.no-touch .one-tab a:hover {
    color: #333;
}

/** create border bottom using box-shadow property **/
.ecb-productsetfilter .one-tab a.selected {
    background: transparent;
    color: #333;
    box-shadow: inset 0 -2px 0 #333;
}

.ecb-productsetfilter .one-tab.is-open ul li {
    display: inline-block;
}

/****************************************
                Mixed
****************************************/

/** Grid Breakpoints & Column Counts - 2 Columns **/
@media screen and (min-width: 576px) {
    .ecb-productsetfilter .mix,
    .ecb-productsetfilter .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }

    .ecb-productsetfilter .column-counter {
        font-size: 2px;
    }
}

/****************************************
                Mobile
****************************************/

@media screen and (max-width: 639px) {

    /******************
        x-tab-filter 
    ******************/

    .ecb-productsetfilter .tab-filter {
        width: 100%;
    }

        .ecb-productsetfilter .tab-filter ul {
            padding: 0;
            margin: 15px 0;
        }

    .ecb-productsetfilter .filters {
        padding: 0;
        width: 100%;
    }

        .ecb-productsetfilter .filters a {
            font-size: 22px;
            color: #9a9a9a;
            text-transform: uppercase;
            width: 100%;
            -webkit-box-sizing: border-box; /** Safari/Chrome, other WebKit **/
            -moz-box-sizing: border-box; /** Firefox, other Gecko **/
            box-sizing: border-box; /** Opera/IE 8+ **/
        }

    /****************** 
        x-gallery 
    ******************/

    .ecb-productsetfilter .psf-gallery {
        padding: 0;
        margin: 80px 0 0;
    }

        .ecb-productsetfilter .psf-gallery ul {
            padding: 0;
        }
}

/*Pagination Controls*/
@media screen and (max-width: 576px) {
    .ecb-productsetfilter .mixitup-control {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 2rem;
        height: 2rem;
        background: #fff;
        border: 1px solid transparent;
        margin-right: 1px;
        cursor: pointer;
        font-size: .9rem;
        color: #333;
        font-weight: bold;
        transition: color 150ms, border-color 150ms;
        vertical-align: middle;
    }

    .ecb-productsetfilter .mixitup-control-active {
        border-bottom-color: #1f7bc9;
        cursor: default;
    }

    .ecb-productsetfilter .mixitup-control-truncation-marker {
        width: 1.25rem;
        height: 2.2rem;
    }
}

/****************************************
                Tablet
****************************************/

@media screen and (min-width: 640px) and (max-width: 1023px) {
}

/** Grid Breakpoints & Column Counts - 3 Columns **/
@media screen and (min-width: 768px) {
    .ecb-productsetfilter .mix,
    .ecb-productsetfilter .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }

    .ecb-productsetfilter .column-counter {
        font-size: 3px;
    }
}

@media only screen and (min-width: 768px) {

    /**********************************************
        tabbed navigation style on medium devices 
    **********************************************/

    .ecb-productsetfilter .tab-filter {
        width: auto;
        height: auto;
        cursor: auto;
    }

        /** hide the arrow **/
        .ecb-productsetfilter .tab-filter::after {
            display: none;
        }

        .ecb-productsetfilter .tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
            padding: 0;
        }

        .ecb-productsetfilter .tab-filter li {
            display: inline-block;
        }

            .ecb-productsetfilter .tab-filter li.placeholder {
                display: none !important;
            }

        .ecb-productsetfilter .tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 22px;
        }

    /** This is a fix given by mixitup, hence no namespaces **/
    .no-touch .tab-filter a:hover {
        color: #333;
    }

    /** create border bottom using box-shadow property **/
    .ecb-productsetfilter .tab-filter a.selected {
        background: transparent;
        color: #333;
        box-shadow: inset 0 -2px 0 #333;
    }

    .ecb-productsetfilter .tab-filter.is-open ul li {
        display: inline-block;
    }

    /****************** 
        x-gallery 
    ******************/

    .ecb-productsetfilter.is-fixed .psf-gallery {
        padding-top: 90px;
    }

    .ecb-productsetfilter .psf-gallery {
        padding: 40px 0;
    }

        .ecb-productsetfilter .psf-gallery ul {
            text-align: justify;
            padding: 0;
            list-style: none;
        }

            .ecb-productsetfilter .psf-gallery ul:after {
                content: "";
                clear: both;
                display: table;
            }

        .ecb-productsetfilter .psf-gallery li {
            width: calc(100%/3 - 2%);
            margin-bottom: 2em;
            margin-left: 1%;
            margin-right: 1%;
            float: left;
        }
}

/****************************************
                Desktop
****************************************/

/** Grid Breakpoints & Column Counts - 4 Columns **/
@media screen and (min-width: 1024px) {
    .ecb-productsetfilter .mix,
    .ecb-productsetfilter .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }

    .ecb-productsetfilter .column-counter {
        font-size: 4px;
    }
}

/** x-gallery **/
@media only screen and (min-width: 1024px) {
    .ecb-productsetfilter .psf-gallery li {
        width: calc(100%/4 - 2%);
        margin-bottom: 2em;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }
}

@media only screen and (min-width: 1170px) {

    /***************************************
        tabbed navigation on big devices 
    ***************************************/

    .ecb-productsetfilter .tab-filter {
        width: 100%;
        height: auto;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        /** reduce width when filter is visible **/
        .ecb-productsetfilter .tab-filter.filter-is-visible {
            width: 80%;
        }

    /****************** 
        x-gallery 
    ******************/

    .ecb-productsetfilter.is-fixed .psf-gallery {
        padding-top: 100px;
    }

    .ecb-productsetfilter .psf-gallery {
        padding: 20px 0 20px 0;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .ecb-productsetfilter .psf-gallery li {
            width: calc(100%/4 - 2%);
            float: left;
        }

        /** reduce width when filter is visible **/
        .ecb-productsetfilter .psf-gallery.filter-is-visible {
            width: 80%;
        }
}

.ecb-store-locator .map-full-width .map-container {
    width: calc(100% - 280px);
}

.ecb-store-locator .map-container {
    height: 560px;
    width: calc(100% - 280px);
}

.ecb-store-locator .inline-loading-indicator {
    text-align: center;
    padding: 40px 0;
}

    .ecb-store-locator .inline-loading-indicator img {
        margin-right: 10px;
        vertical-align: middle;
    }

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}

.ecb-store-locator .address-list {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 325px;
    font-size: 14px;
    line-height: 22px;
}

    .ecb-store-locator .address-list ul {
        list-style: none;
    }

    .ecb-store-locator .address-list .filters {
        height: 25%;
    }

.ecb-store-locator .filters h4 {
    padding: 0px 10px;
}

.ecb-store-locator .address-menu {
    overflow-y: scroll;
    list-style: none;
    padding: 5px 5px 5px 12px;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
}

    .ecb-store-locator .address-menu li:hover {
        cursor: pointer;
        background-color: #f9f9f9;
    }

    .ecb-store-locator .address-menu li:last-child .store-row-content {
        border-bottom: none;
    }

    .ecb-store-locator .address-menu .store-row-content {
        padding: 15px 10px 15px 0px;
        border-bottom: 1px solid #f2f2f2;
    }

.ecb-store-locator .store-row-content li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8c8c8c;
    font-size: 13px;
}

.ecb-store-locator .store-row-content .address-list-store-title {
    font-size: 14px;
    color: #666;
}

.ecb-store-locator .list-group {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}

.ecb-store-locator .list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
}

.ecb-store-locator a.list-group-item,
.ecb-store-locator button.list-group-item {
    color: #555;
    text-decoration: none;
}

.ecb-store-locator .list-group .i-open,
.ecb-store-locator .list-group .i-address,
.ecb-store-locator .list-group .i-url,
.ecb-store-locator .list-group .i-phone,
.ecb-store-locator .list-group .i-googleview {
    text-indent: -20px;
    padding: 0 0 5px 20px;
}

    .ecb-store-locator .list-group .i-open:before,
    .ecb-store-locator .list-group .i-address:before,
    .ecb-store-locator .list-group .i-url:before,
    .ecb-store-locator .list-group .i-phone:before,
    .ecb-store-locator .list-group .i-googleview:before {
        content: '';
        width: 16px;
        height: 16px;
        position: relative;
        display: inline-block;
        top: 3px;
        margin: 0 5px 0 0;
    }

    .ecb-store-locator .list-group .i-open:before {
        background-image: url('../files/content/storelocator/i-open.png');
    }

    .ecb-store-locator .list-group .i-address:before {
        background-image: url('../files/content/storelocator/i-address.png');
    }

    .ecb-store-locator .list-group .i-url:before {
        background-image: url('../files/content/storelocator/i-url.png');
    }

    .ecb-store-locator .list-group .i-phone:before {
        background-image: url('../files/content/storelocator/i-phone.png');
    }

    .ecb-store-locator .list-group .i-googleview:before {
        background-image: url('../files/content/storelocator/i-google-view.png');
    }

.ecb-store-locator .list-group .i-googleview {
    font-size: 11px;
    margin: 10px 0 0;
}

    .ecb-store-locator .list-group .i-googleview a {
        color: rgba(0, 0, 0, 0.5);
    }

.ecb-store-locator .list-group li:last-child {
    padding-bottom: 0;
}

.ecb-store-locator .open-hours ul {
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 42px;
}

.ecb-store-locator .open-hours .open-hr-label {
    display: inline-block;
    width: 60px;
}

.ecb-store-locator .wrapper {
    height: 100%;
}

.ecb-store-locator .toolbar {
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border: 0;
    margin-top: -508px;
}

.ecb-store-locator .toolbar-remove {
    display: none;
}

.ecb-store-locator .menu-button {
    position: relative;
    margin: 5px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

    .ecb-store-locator .menu-button:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 4px;
        border-bottom: 12px double #333;
        border-top: 4px solid #333;
        width: 24px;
        height: 4px;
    }

.ecb-store-locator .menu-left {
    float: left;
}

.ecb-store-locator .sidebar {
    padding: 10px 0;
    background-color: #fff;
    width: 280px;
    height: 540px;
    float: left;
    margin: 0;
    overflow: hidden;
}
   
    .ecb-store-locator  .store-filter-sec {
        height: auto;
        display: inline-block;
    }

    .ecb-store-locator .sidebar .info-bar {
        display: block;
        padding: 5px 24px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
    }

    .ecb-store-locator .sidebar .store-count {
        float: left;
    }

    .ecb-store-locator .sidebar .clear-results {
        float: right;
    }


.ecb-store-locator .controls {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 260px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    margin: 0 10px 10px;
}

    .ecb-store-locator .controls:focus {
        border-color: #4d90fe;
    }

.ecb-store-locator .chosen-container {
    width: 260px !important;
    margin: 0 10px 10px;
}

.ecb-store-locator .chosen-container-multi .chosen-choices li.search-choice {
    margin: 4px 5px 3px 0;
    line-height: 14px;
    border: 1px solid #ccc;
}

.ecb-store-locator .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: auto !important;
}

.ecb-store-locator .nostore-message {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.ecb-store-locator .address-menu::-webkit-scrollbar {
    width: 8px;
}

.ecb-store-locator .address-menu::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.ecb-store-locator .address-menu::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

.ecb-store-locator .address-menu::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    .ecb-store-locator .address-menu::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .ecb-store-locator .map-full-width {
        left: 0px;
        right: 0px;
    }

        .ecb-store-locator .map-full-width .map-container,
        .ecb-store-locator .map-container {
            width: 100%;
        }

    .ecb-store-locator .sidebar {
        margin: 0;
        width: 100%;
        box-shadow: none;
    }

    .ecb-store-locator .controls {
        margin: 0;
        width: 100%;
    }

    .ecb-store-locator .chosen-container {
        margin: 10px 0;
        width: 100% !important;
    }
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    .ecb-store-locator .cb-map {
        height: 560px;
        margin-bottom: 40px;
    }

    .ecb-store-locator .map-full-width {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .ecb-store-locator .flexi-row:before,
    .ecb-store-locator .flexi-row:after {
        visibility: hidden;
        display: table;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

/**********************************
 CSS file for team content block
***********************************/
.ecb-team {
    margin: 40px 0 0 !important;
    text-align: center;
    width: 100% !important;
}

.ecb-team .member-header {
}

.ecb-team h3.member-name {
    word-break: break-word;
}

.ecb-team h4.member-function {
    word-break: break-word;
}

.ecb-team .member-profile-image {
}

    .ecb-team .member-profile-image .profile-pic {
        margin: 0 auto;
        width: 100%;
    }

    .ecb-team .member-profile-image img {
        width: 200px;
        height: 200px;
        max-width: initial;
        object-fit: cover;
    }

        .ecb-team .member-profile-image img.circle {
            -webkit-clip-path: circle(50% at 50% 50%);
            clip-path: circle(50% at 50% 50%);
            border-radius: 50%
        }

.ecb-team .member-desc {
    margin: 10px 0 0;
    text-align: justify;
    word-break: break-word;
}

    .ecb-team .member-desc pre {
        white-space: normal;
    }

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 641px) {
    .ecb-team .member-profile-image img {
        width: 130px;
        height: 130px
    }
}

@media screen and (max-width: 426px) {
    .ecb-team .member-profile-image img {
        width: 200px;
        height: 200px
    }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .ecb-team .member-profile-image .profile-pic {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .ecb-team .member-profile-image .profile-pic {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 861px) {
    .ecb-team .member-profile-image img {
        width: 150px;
        height: 150px
    }
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
}

.ecb-twitter-feed {
    margin-bottom: 40px;
    padding: 0;
}

    .ecb-twitter-feed .timeline-header-title {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
    }

        .ecb-twitter-feed .timeline-header-title .timeline-Header-byline {
            font-size: 75%;
        }

            .ecb-twitter-feed .timeline-header-title .timeline-Header-byline a {
                text-decoration: none;
            }

                .ecb-twitter-feed .timeline-header-title .timeline-Header-byline a:hover {
                    border-bottom: 1px solid;
                }

    .ecb-twitter-feed .twitter-block {
        text-align: center;
        display: inline-block;
        float: left;
        width: 100%;
    }

        .ecb-twitter-feed .twitter-block a {
            cursor: pointer;
            outline: none;
            text-decoration: none;
        }

        .ecb-twitter-feed .twitter-block .timeline-tweet {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    .ecb-twitter-feed .timeline-tweet .timeline-tweet-retweet {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: #333;
        position: absolute;
        left: 54%;
        top: 36px;
        visibility: visible;
        background-image: url('../files/content/twitterfeed/icon_retweet.png');
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50%;
    }

    .ecb-twitter-feed .timeline-tweet .timeline-tweet-author {
        margin: 0 0 8px;
    }

    .ecb-twitter-feed .timeline-tweet .video {
        width: 64px;
        height: 64px;
        background-image: url('../files/content/twitterfeed/ecb-twitter_media-play.png');
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -32px;
        margin-top: -32px;
    }

    .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link {
    }

        .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link .tweetauthor-avatar {
            display: block;
        }

            .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link .tweetauthor-avatar img {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

        .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link .tweetauthor-name {
            display: inline;
        }

        .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link .tweetauthor-verifiedbadge {
            display: inline-block;
            background-image: url('../files/content/twitterfeed/icon_verified-account.png');
            height: 23px;
            width: 23px;
            margin-left: 5px;
            color: transparent;
        }

        .ecb-twitter-feed .timeline-tweet-author .tweetauthor-link .tweetauthor-screenname {
            display: block;
            font-size: 12px;
        }

    .ecb-twitter-feed .timeline-tweet .timeline-tweet-media {
        margin: 0 0 8px;
        position: relative;
    }

        .ecb-twitter-feed .timeline-tweet .timeline-tweet-media .mediacard-link {
        }

            .ecb-twitter-feed .timeline-tweet .timeline-tweet-media .mediacard-link img {
                max-height: 220px;
                max-width: 220px;
            }

    .ecb-twitter-feed .timeline-tweet .timeline-tweet-text {
        margin: 0 0 8px;
    }

        .ecb-twitter-feed .timeline-tweet .timeline-tweet-text .tweet-text {
            padding: 0 10px;
            margin: 0;
            word-break: break-word;
        }

            .ecb-twitter-feed .timeline-tweet .timeline-tweet-text .tweet-text .Emoji {
                height: 1.25em;
                padding: 0 .05em 0 .1em;
                vertical-align: -.2em;
                width: 1.25em;
            }

            .ecb-twitter-feed .timeline-tweet .timeline-tweet-text .tweet-text a {
                word-break: break-all;
            }

    .ecb-twitter-feed .timeline-tweet .timeline-tweet-metadata {
        font-size: 10px;
    }

    .ecb-twitter-feed .PollXChoice-choice--input {
        display: none;
    }

    .ecb-twitter-feed .PollXChoice-progress {
        padding-right: 8px;
    }

/****************************************
                Desktop
****************************************/
@media screen and (min-width: 1024px) {
    .ecb-twitter-feed .owl-dots {
        display: block;
    }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .ecb-twitter-feed .owl-dots {
        display: block;
    }
}


/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .ecb-twitter-feed .owl-dots {
        display: none;
    }
}

.ecb-video .video-wrapper:not(.fixed-width) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

    .ecb-video .video-wrapper:not(.fixed-width) iframe {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.ecb-video .video-wrapper.fixed-width {
    position: relative;
    overflow: hidden;
}

.ecb-video .video-wrapper.full-width,
.ecb-video .video-wrapper.fixed-width,
.ecb-video .video-wrapper.full-screen.External{
    background: #000;
}

.ecb-video.fixed-width-video  .placeHolder-wrapper,
.ecb-video .video-wrapper.External .video-thumbnail.mobile-view-thumb {
    display: none !important;
}

.ecb-video.full-width-video video {
    height: auto;
}
    .ecb-video .video-wrapper.fixed-width .no-pointers {
        height: 100%;
    }

.ecb-video .video-text-overlay {
    position: absolute;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 50%;
    margin-right: -50%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

    .ecb-video .video-text-overlay.wrapper-text-left {
        text-align: left;
    }

    .ecb-video .video-text-overlay.wrapper-text-center {
        text-align: center;
    }

    .ecb-video .video-text-overlay.wrapper-text-right {
        text-align: right;
    }

    .ecb-video .video-text-overlay .header-text {
        margin-bottom: 10px;
    }

    .ecb-video .video-text-overlay .subheader-text {
        margin-bottom: 20px;
    }

.ecb-video-full-height header:not(.sticky-mode),
.ecb-video-full-height .bottom-header:not(.sticky-mode) {
    background: transparent !important;
}

.ecb-video-full-height nav .hyp-top-lvl,
.ecb-video-full-height header .font-smaller,
.ecb-video-full-height header .over-summary-lbl,
.ecb-video-full-height header .over-summary-number {
    color: white;
}

.ecb-video .video-thumbnail {
    width: 100%;
}

.ecb-video .video-thumbnail-hide {
    display: none;
}

.ecb-video .video-thumbnail-show,
.ecb-video .video-wrapper.External video {
    display: block;
}

.ecb-video video {
    height: 100%;
    width: 100%;
}

.ecb-video-full-height .ecb-video video.no-pointers {
    object-fit: cover;
}

.ecb-video .no-pointers {
    pointer-events: none;
}

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 641px) {
    .ecb-video-full-height nav .hyp-top-lvl, .ecb-video-full-height header .font-smaller,
    .ecb-video-full-height header .over-summary-lbl,
    .ecb-video-full-height header .over-summary-number {
        color: initial;
    }

    .ecb-video-wrapper.center {
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .ecb-video-wrapper .ecb-video {
        position: relative;
    }

    .ecb-video .video-wrapper.External,
    .ecb-video .video-wrapper.Vimeo {
        background-color: #000;
    }

    .ecb-video .video-wrapper.fixed-width {
        height: 100% !important;
    }
    .ecb-video .placeHolder-wrapper {
        display: none !important;
    }
    .ecb-video-wrapper .ecb-video .video-wrapper:not(.fixed-width) {
        top: 0px;
        height: auto;
        position: relative;
    }
    .ecb-video .placeHolder-wrapper {
        display: none;
    }
    .ecb-video-wrapper .ecb-video .video-wrapper iframe {
        height: 240px;
    }

    .ecb-video-wrapper .ecb-video .video-text-overlay {
        width: 100%;
        padding: 9px;
    }

    .ecb-video.full-screen-video  .video-wrapper.Vimeo img.video-thumbnail,
    .ecb-video.full-screen-video  .video-wrapper.Youtube img.video-thumbnail,
    .ecb-video.full-screen-video .video-wrapper.External .video-thumbnail.mobile-view-thumb,
    .ecb-video.full-width-video .video-wrapper.External .video-thumbnail.mobile-view-thumb {
        display: block !important;
    }

    .ecb-video.full-width-video iframe,
    .ecb-video.full-screen-video iframe,
    .ecb-video.full-screen-video video,
    .ecb-video.full-width-video video {
        display: none !important;
    }

    .ecb-video.full-screen-video img.video-thumbnail {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 426px) {
    .ecb-video-full-height nav .hyp-top-lvl, .ecb-video-full-height header .font-smaller,
    .ecb-video-full-height header .over-summary-lbl,
    .ecb-video-full-height header .over-summary-number {
        color: initial;
    }

    .ecb-video-wrapper .ecb-video .video-wrapper:not(.fixed-width) {
        top: 0px;
        height: auto;
    }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .ecb-video-wrapper.center {
        position: relative;
        overflow: hidden;
    }

    .ecb-video-wrapper .ecb-video .video-wrapper:not(.fixed-width) {
        top: 0px;
    }

    .ecb-video .video-wrapper.External,
    .ecb-video .video-wrapper.Vimeo {
        background-color: #000;
    }

    .ecb-video.full-width-video iframe,
    .ecb-video.full-screen-video iframe,
    .ecb-video.full-screen-video video,
    .ecb-video.full-width-video video {
        display: block !important;
    }
    .ecb-video.full-screen-video img.video-thumbnail {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 861px) {
    .ecb-video-wrapper.center {
        position: relative;
        overflow: hidden;
    }

    .ecb-video-wrapper .ecb-video .video-wrapper:not(.fixed-width) {
        top: 0px;
    }
}

/*@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;
}*/


@font-face {
    font-family: 'Roobert';
    src: url("../fonts/Roobert-Light.woff2") format('woff2'), url("../fonts/Roobert-Light.woff") format('woff'), url("../fonts/Roobert-Light.eot") format('eot');
    font-weight: 300;
}


@font-face {
    font-family: 'Roobert';
    src: url("../fonts/Roobert-SemiBold.woff2") format('woff2'), url("../fonts/Roobert-SemiBold.woff") format('woff'), url("../fonts/Roobert-SemiBold.eot") format('eot');
    font-weight: 600;
}


@font-face {
    font-family: 'Roobert';
    src: url("../fonts/Roobert-Regular.woff2") format('woff2'), url("../fonts/Roobert-Regular.woff") format('woff'), url("../fonts/Roobert-Regular.eot") format('eot');
    font-weight: 400;
}

@font-face {
    font-family: 'Roobert';
    src: url("../fonts/Roobert-RegularItalic.woff2") format('woff2'), url("../fonts/Roobert-RegularItalic.woff") format('woff'), url("../fonts/Roobert-RegularItalic.eot") format('eot');
    font-weight: 400;
    font-style:italic;
}
/*!
 * 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;
}

/* 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; } }

/****************************************
                Mobile / Tab
****************************************/


@media screen and (max-width: 1023px) {
 /*   .vertical-scroll-lock {
        overflow-y: hidden;
    }*/
    .mobile-nav-header {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    .site .current-lvl {
        padding: 10px 1px 17px 12px;
        background: #fff;
        margin: 0;
        color: #00412e;
        top: 13px;
        position: relative;
        left: -15px;
        border-bottom: none;
    }
/*    ul.nav-list.nav-list-root.first-lvl-wrp {
        overflow-y: scroll;
        max-height: 99vh;
        overflow-x:hidden;
        
    }*/
   

 
    .site .hyp.represent-cus-link, .summary.mobile-only-salAgen .logout.border-horizontal, .summary.mobile-only-salAgen .hyp {
        display: none;
    }
    .logged-in .site .hyp.represent-cus-link {
        /*   float: none;
        display: block;
        background: #fff;
        padding: 0 5px 8px 20px;
        z-index: 999;
        position: fixed;
        z-index: 8888;
        bottom: 0;*/
        float: none;
        display: block;
        background: #fff;
        /* padding: 0 5px 8px 20px; */
        z-index: 999;
        position: relative;
        z-index: 8888;
        bottom: 0;
        padding: 10px 25px 10px 15px !important;
        border-top: 1px solid #E5E5E5;
    }
    .summary.mobile-only-salAgen .welcome {
        margin: 0;
        padding-bottom: 11px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
/*        float: left;
*/        width: 100%;
        /* padding-bottom: 0; */
        padding: 10px 25px 10px 15px !important;
        color: #00412E;
        font-weight: 700;
        font-size: 14px;
    }
    a.hyp.represent-another-cus-text {
        float: none;
        width: 100%;
        display: block;
        margin: 0px 0;
    }


  .middle-header  {
        border-color: #fff;
        box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    }
  .site   header.sticky-mode .nav-list-root {
        width: 98%;
    }
    header.sticky-mode .hyp-top-lvl.has-children:after {
        display:none;
    }

    .site .basket:hover .over-summary .over-summary-number {
        color: #fff;
    }
    .site .basket:hover .over-summary .hyp:before {
        background: url(../files/icons/basket-white-icon.svg) no-repeat scroll -2px -2px transparent;
        background-size: 24px 24px;
        position: relative;
        left: 5px;
    }
    .site header.nav-is-opened .nav-opener {
        background: #00412e;
    }
    .current-lvl {
        font-size: 22px;
        padding: 10px 0px;
        border-bottom: 1px solid gainsboro;
        margin-left: 0;
        width: 94%;
   
    }
    #greenBarText {
        font-size: 20px
    }
    .nav-type-simple .first-lvl-wrp .nav-item-root, .second-lvl-wrp .nav-item.nav-item-sub {
        position: unset;
        border-bottom: 1px solid #E5E5E5;
    }
    .second-lvl-wrp .nav-item.nav-item-sub {
        width: 92%;
        margin-left: 5%;
        padding: 0px;
    }

    .nav-type-simple .first-lvl-wrp .nav-item-root {
        width: 100%;
        margin-left: 0%;
        padding: 0px;
    }

    .second-lvl-wrp a:hover {
        background: #FAE8DF;
        color: #46131B;
    }

    .nav-is-opened nav {
        height: calc(100vh - 60px);
        overflow-y: auto;
    }


    .first-lvl-wrp .logout-link, a.hyp.wish-list.top-hyp {
        text-transform: uppercase;
        padding: 10px 25px 10px 15px !important;
        font-weight: 700;
        color: #00412e;
        text-decoration: none;
    }
/*    .site a.hyp.wish-list.top-hyp {
         padding: 7px 7px 4px 10px !important;
      
    }*/

    .first-lvl-wrp .logout-link  {
         padding: 5px 7px 5px 10px !important;
    }

    span#greenBarText.back-button{
        margin-left:15px;
    }
    span#greenBarText.back-button::before {
        content: '';
        height: 15px;
        width: 15px;
        background-image: url(/content/files/content/icons/left-arrow-white.svg) !important;
        position: absolute;
        background-repeat: no-repeat;
        top: 16px;
        left:10px;
    }
    .nav-item-root .hyp-top-lvl {
        padding: 10px 25px 10px 10px !important;
        width: auto;
    }
    .hyp-top-lvl.has-children, .nav-item-sub .hyp.has-children {
        background: url(/content/files/content/icons/right-arrow-black.svg) no-repeat right 9px !important;
        padding-right: 22px;
        display:inline-block;
    }
    .submenu-expanded .second-lvl-wrp li .second-lvl-wrp,   .second-lvl-wrp   .second-lvl-wrp {
        display: none !important;
    } 
    .site .nav-item-root.hover .hyp-top-lvl span {
        border-color: transparent;
    }



    .nav-item.selected .hyp-top-lvl span:after {
        background: none !important;
    }
    .nav-item-sub .hyp:before{
        display:none;
    }
    .site .nav-item-root .hyp-top-lvl {
        display: inline-block;
         font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

  
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
    .summary.mobile-only-salAgen {
        margin-left: -5px;
        width: 94%;
    }
    .logged-in .site .nav-list-wrapper .hyp.represent-cus-link,
    .sales-agent-reprent-cus.logged-in header .nav-list-wrapper .login-person-name {
        padding: 10px 25px 10px 10px !important;
    }
    .logged-in header .nav-list .top-hyp.newsletters-important {
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
    }
    header .nav-list .top-hyp.newsletters-important {
        border-bottom: 1px solid #E5E5E5;
    }
    .sales-agent-loggedin header .nav-list .top-hyp.newsletters-important {
        border-bottom: none;
        border-top:none;
    }
    .sales-agent-reprent-cus.logged-in .site .hyp.represent-cus-link {
         border-top: none; 
    }
    .sales-agent-reprent-cus.logged-in header .nav-list .top-hyp.newsletters-important {
        border-bottom: none;
    }
    .ui-tablet nav .nav-list-wrapper {
        background-color: #fff;
    }
    .logged-in .site .hyp.represent-cus-link {
        float: left;
    }
    header .nav-list .top-hyp.newsletters-important {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
  /*  header .nav-list .top-hyp.top-login {
        margin-bottom: 0;
        width: 100%;
        float: left;
    }*/
    a.hyp.wish-list.top-hyp {
        border-top: 1px solid #E5E5E5;
    }
    span#greenBarText.back-button {
        margin-left: 0;
    }
    .logged-in .site .hyp.represent-cus-link {
     
        padding: 0 5px 8px 40px;
        
    }
/*    header.sticky-mode .nav-list .top-hyp {
      
        margin-left: 20px;
    }*/
  /*  .summary.mobile-only-salAgen {
        padding-left: 20px;
    }*/
    .logged-in a.hyp.wish-list.top-hyp {
      
        margin-left: 0px;
    }
    ul.nav-list.nav-list-root.first-lvl-wrp {
        overflow-y: scroll;
        max-height: 100vh;
    }
    .nav-list-wrapper .nav-list.nav-list-root .logout-link {
        margin-left: 0px;
/*        float: left;
*/        width: 100%;
    /*    padding: 7px 7px 4px 10px !important;*/
        color: #00412e;
        border-top: 1px solid #E5E5E5;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }
    .nav-list-wrapper .nav-list.nav-list-root .cus-service-link {
        margin-top: 0;
        margin-left: 0px;
/*        float: left;
*/        width: 100%;
       /* padding: 7px 7px 4px 10px !important;*/
        color: #00412e;
        border-top: 1px solid #E5E5E5;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .nav-list-wrapper a.hyp.wish-list.top-hyp {
        margin-top: 0;
        margin-left: 0px;
/*        float: left;
*/        width: 100%;
        padding: 10px 25px 10px 10px !important;
        color: #00412e;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        border-top: 1px solid #E5E5E5;
        margin-bottom: 0;
    }
    header nav .my-account-hyp {
/*        float: left;
*/        width: 100%;
    }
    .site header.sticky-mode .nav-list-sub {
        margin-top: 35px;
        top: 50px;
        left: -12px;
        z-index: 999;
        width: 101%;
        border: navajowhite;
        height: 100vh;
    }
    .site {
        padding-top: 62px !important;
    }
    .nav-main .nav-list-wrapper .current-lvl {
        display: block;
    }

    .current-lvl {
        padding: 10px 0px;
        margin-left: 22px;
        width: 93%;
    }

    .site header.sticky-mode .nav-list-root {
        padding: 0 0;
    }

    .nav-type-simple .first-lvl-wrp .nav-item-root {
        width: 95%;
        margin-left: 2.5%;
        padding: 0px;
    }
  /*  .logged-in a.hyp.wish-list.top-hyp,
    .nav-list-wrapper .nav-list.nav-list-root .logout-link,
    header .nav-list .top-hyp.newsletters-important,
    .nav-list-wrapper .nav-list.nav-list-root .cus-service-link,
    header nav .my-account-hyp {
        width: 95%;
        margin-left: 2.5%;
    }*/

    .mobile-nav-header {
        background-color: #00412E;
        margin: 0 -10px;
        padding: 10px 10px 10px 35px;
        list-style: none;
        color: #fff;
    }

    .ui-tablet .current-lvl, .site .mobile-nav-header {
        display: block;
    }

    header.sticky-mode .nav-type-simple .nav-list-wrapper {
        background: #fff;
    }

    .site .current-lvl {
        padding: 10px 1px 17px 33px !important;
        left: -35px !important;
        width: 97%;
    }
  
}

    /****************************************
                Mobile /
****************************************/



    @media screen and (max-width: 639px) {

     

        .current-lvl {
           
            width: 100%;
        }
        .second-lvl-wrp {
/*            display: block;
*/            position: absolute !important;
            z-index: 9 !important;
            top: 91px !important;
            width: 98% !important;
            height: calc(100vh - 100px) !important;
            left: 0;
        }
        
    }


* /*
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin: auto;
}

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

    .owl-carousel .owl-item .timeline-Tweet .timeline-Tweet-media .MediaCard-media .NaturalImage-image {
        height: auto !important;
    }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* 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: 25px;
    font-size: 16px;
}

.recaptcha-box {
    z-index: 9999;
}

h1, .font-h1,
h2, .font-h2,
h3, .font-h3,
h4, .font-h4 {
    text-transform: none;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
}

h1,
h2 {
    line-height: 1;
}

.font-h4 {
    text-transform: none;
}

.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: 19px;
    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: none;
}

.btn-back,
.btn-cancel {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

    .btn-back:before {
        content: '‹';
        font-family: Roobert, _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-green.svg) no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 15px;
    background-size: contain;
}

.hyp-btn.btn-disabled.hyp-clear:before {
    background: url(../files/icons/clear-disabled.svg) no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 15px;
    background-size: contain;
}

.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-green-new.svg) no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 15px;
    background-size: contain;
}

.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: #00412e;
    }

.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: 42px;
}

.tbx-search:after {
    background: url(../files/icons/search.svg) 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: 10px;
    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: #B00020;
    }

.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;
}

.loading-indicator .calculating-text {
    display: none;
}

.loading-indicator .calculating-text,
.loading-indicator .loading-text {
    margin: -10px 0 15px 0;
}

.basket-details-page .loading-indicator .loading-text {
    display: none;
}

.basket-details-page .loading-indicator .calculating-text {
    display: block;
}

.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 {
    vertical-align: middle;
}

.loading-indicator-img {
    display: inline-block;
}

@-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: 600;
        padding: 9px 5px;
        white-space: nowrap;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
    }

    .gvi .title {
        font-weight: bold;
    }

    .gvi .product-title-super {
        text-transform: none;
    }

.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: 1600px;
    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: none;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

        .over-summary .hyp:before {
            background: url(../files/icons/basket-white-icon.svg) no-repeat scroll 0 0 transparent;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 15px;
            margin: auto;
            height: 24px;
            width: 24px;
            background-size: contain;
        }

.basket:hover .over-summary:not(.is-empty) {
    z-index: 6;
}

.basket-loading {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0 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;
    }

#basketModalPopup .summary-footer.panel-footer > div {
    padding: 17px 0 0 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: none;
}

    .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: none;
    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.svg') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 22px;
    left: 22px;
    height: 24px;
    width: 24px;
}

.nav-opener:after {
    background: url('../files/icons/nav-close.svg') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 21px;
    left: 23px;
    height: 24px;
    width: 24px;
}

.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.svg) no-repeat;
    top: 18px;
    left: 10px;
    height: 18px;
    width: 18px;
}

.msg-block-confirm:before {
    background: url(../files/icons/msg-confirm.svg) no-repeat;
    top: 15px;
    left: 9px;
    height: 16px;
    width: 14px;
}

.msg-block-info:before {
    background: url(../files/icons/msg-info.svg) no-repeat;
    top: 16px;
    left: 12px;
    height: 16px;
    width: 8px;
}

.msg-block-alert:before {
    background: url(../files/icons/msg-alert.svg) no-repeat;
    top: 15px;
    left: 13px;
    height: 14px;
    width: 5px;
}

.msg-text-alert:before {
    background: url(../files/icons/msg-alert.svg) no-repeat;
    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: none;
    padding: 0;
}

.hidden-tabs-name {
    display: none;
    cursor: default;
    margin-bottom: 15px;
    text-transform: none;
}

.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,
#quickEditPopup,
#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: none;
}

.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 {
        text-align:right;
    }

    .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-invoices .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;
    }

    .gvi-sub-accounts .col-delete {
        width: 30px;
    }

.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%;
    }

.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: 0px 4px 12px rgba(84, 84, 84, 0.15);
    padding: 25px 26px;
    line-height: 18px;
    width: 250px;
    border-radius: 3px;
    border: none;
}




    .ui-tooltip h4 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }


/* 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: 50%;
}

.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: 20px 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: none;
    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: none;
    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 .order-overview-section {
    padding: 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.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: 45%;
    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          */
.prac-div-rdm {
    margin-bottom: 10px !important;
}

.site .prac-div .radio {
    display: flex;
}

.text-det {
    display: grid;
}
.practitioner-ovd   .rdb {
 
    margin-top: 3px;
}

    .site .practitioner-ovd .radio span {
    margin-left: 0;
    margin-right: 15px;
}

.practitioner-ovd .prac-div {
    margin-bottom: 10px;
}

    .practitioner-ovd .prac-div:nth-child(even) {
        margin-bottom: 35px;
    }

.practitioner-ovd label .rdb ins {
    margin-top: -5px;
}

/* Toggler */
.toggler {
    margin: 1px 0 4px 0;
    vertical-align: middle;
}

    .toggler.no-labels input[type="checkbox"] + .checkbox-body i {
        margin-right: 0;
    }

    .toggler.no-labels input[type="checkbox"] .on,
    .toggler.no-labels input[type="checkbox"] .off {
        display: none;
    }

    .toggler .checkbox-body {
        display: flex;
    }

        .toggler .checkbox-body i {
            display: block;
            background: #D4D8DD;
            width: 30px;
            height: 15px;
            border-radius: 7px;
            cursor: pointer;
            position: relative;
            flex-shrink: 0;
            align-self: center;
            outline: 1px solid #828282;
            outline-offset: -1px;
        }

            .toggler .checkbox-body i:after {
                content: '';
                display: block;
                background: #fff;
                border: 1px solid #5B6C7D;
                border-radius: 50%;
                position: absolute;
                top: 0;
                left: 0;
                height: 15px;
                width: 15px;
                transition: all 100ms linear;
                box-sizing: border-box;
            }

    .toggler .on,
    .toggler .off {
        font-style: normal;
        font-weight: normal;
        padding-left: 12px;
        user-select: none;
        cursor: pointer;
        min-width: 50px;
        white-space: normal;
        word-wrap: break-word;
        line-height: 1;
    }

    .toggler .on {
        display: none;
    }

    .toggler input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

        .toggler input[type="checkbox"]:checked + .checkbox-body i {
            background: #17A186;
        }

            .toggler input[type="checkbox"]:checked + .checkbox-body i:after {
                left: 100%;
                margin-left: -15px;
            }

        .toggler input[type="checkbox"]:checked + .checkbox-body .off {
            display: none;
        }

        .toggler input[type="checkbox"]:checked + .checkbox-body .on {
            display: block;
        }

        .toggler input[type="checkbox"][disabled] + .checkbox-body i {
            cursor: default;
        }

            .toggler input[type="checkbox"][disabled] + .checkbox-body i:after {
                border-color: #D4D8DD;
            }

        .toggler input[type="checkbox"][disabled]:checked + .checkbox-body i {
            background-color: rgba(23, 161, 134, 0.6);
        }
/****************************************
                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;
    }

    .LoggedInAs-standard-user.top-hyp {
        display: block;
        margin: 0 0 12px 0;
    }

    .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;
            margin: 0 -10px 0 0;
        }

    .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: 2px;
            right: 1px;
            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-icon.svg) 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: 0;
    }

    .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 0;
    }

    .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{
        padding: 10px 15px;
        display: none;
        border-radius: 3px;
    }

    .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: 2px solid #828282;
        cursor: pointer;
        color: #828282;
    }
    .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% !important;
    }

    .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               */

    .login-person-name {
        display: none !important;
    }
}

@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;
    }
}

/**ALL DEVICES*/
.nav-type-multi .nav-item .nav-wrapper::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #828282;
    width: 10px;
    border-radius: 4px;
}


.nav-type-multi .nav-item .nav-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.nav-type-multi .nav-item .nav-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    /* Handle on hover */
    .nav-type-multi .nav-item .nav-wrapper::-webkit-scrollbar-thumb:hover {
        background: #4F4F4F;
    }

.service-info-image {
    width: 22px;
}
#contactUsPage .form-button.padding-0 {
    margin-top: 15px;
}
.sticky-rails {

    z-index: 999;
}
#productPage a.Practitioner_TermsAndConditions {
    position: relative;
    top: -12px;
}
.grid-mode  .product-action a.Practitioner_TermsAndConditions {
    min-height:70px;
}
#productPage .show-grid {
    display: none;
}

.tags .desc {
    display:none;
}
#productPage .tags .desc {
    display: block;
}

#productPage .special, #productPage .warning-ovd {
    display: block !important;
    padding-left: 35px;
}

.desc.special:empty, .desc.warning-ovd {
    display: none !important;
}

.list-mode .special, .grid-mode .special, .list-mode .warning-ovd, .grid-mode .warning-ovd {
    display: block !important;
    margin-top: -2px !important;
}
.gvi-totals-wrapper table {
    box-shadow: none;
}
#basketOverviewTable a, #wishListPage  a{
    text-decoration: none;
}
.parent-wish {
    z-index: 9;
}
.sorter-inside {
    position: relative;
    z-index: 999;
}
nav .hyp:before, nav .arrow-blue:before   {
    display: none
}
.arrow-blue:before, .arrow-grey:before, .arrow-black:before, .arrow-red:before {
    font-size: 19px;
    font-family: sans-serif;
}
.profile-page-cnt .hyp-account {
    text-decoration: none ;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    line-height: 49px;
    clear: both;
    border-bottom: 1px solid #F2F2F2;
    display: block;
    width: 100%;
     margin: 0;
}
.gvi th {  
    padding: 14px 5px;
}
    .site .nav-type-multi .nav-lvl-3 .hyp {
    line-height: 40px;
    border-bottom: 1px solid #F2F2F2;
}
    .site .nav-type-multi .nav-lvl-3 .hyp:hover, a.arrow-blue.ellipsis:hover{
        background: #FAE8DF;
        text-decoration: none;
    }
a.arrow-blue.ellipsis {
     line-height: 40px;
}
.nav-type-multi .nav-lvl-3 .hyp {
    margin-top: 0;
    margin-bottom: 0;
}


.site .nav-type-multi .font-h4 {
    line-height: 40px;
}
.site .nav-type-multi .wrapper a {
    text-decoration: none;
    padding-left: 10px;
}

.site .nav-type-multi.font-h4 {
     font-weight: 600;
}

.site .nav-type-multi  .nav-item-block {
    padding: 0 15px 0 15px;
}

.gvi-basket-wrapper {
    border-radius: 4px;
}
.gvi th {
    background: rgba(142,198,177,0.30);
}


 



    body.basket-details-page .content a {
        text-decoration: none;
    }

.site .breadcrumbs ul li:first-child {
    padding-left: 0px;
    margin-bottom: 0px;
}

.site .breadcrumbs ul li {
    padding-left: 25px;
    margin-bottom: 0px;
}
.profile-edit-page .form-button, #changePasswordForm .form-button,
#subscribeNewsletterPage .form-button,
#tellafriendPage .form-button, #tellafriendPage .description {
    padding-left: 0;
}

#tellafriendPage .form-button {
    margin-top: 10px;
}

#tellafriendPage.form-row.row-subject {
    margin-top: 20px;
    margin-bottom: 0;
}

/* Checkout page design**/
.checkout-page-cnt .gvi, .one-page-checkout .gvi {
    box-shadow: none;
}
.checkout-page-cnt label.radio, .one-page-checkout label.radio {
    display: flex;
    align-items: center;
}
.checkout-page-cnt h2, .checkout-page-cnt h3, .one-page-checkout h2, .one-page-checkout h3, #basketPage .basket-details h2 {
    font-size: 24px;
    line-height: 29px;
    color: #46131B;
    background: #fae7de;
    padding: 14px 24px 17px 24px;
    margin: 0 -22px;
}
.checkout-page-cnt .checkout-step, .one-page-checkout .checkout-step, .checkout-page-cnt .cart-summary, #basketPage .basket-details, .checkout-page-cnt .checkout-summary {
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    border-radius: 3px;
    padding: 0 22px 24px 22px;
    border: none;
}
.list-cart {
    padding: 20px 4px 0 0;
}
.checkout-page-cnt .cart-summary h3, .checkout-page-cnt .checkout-summary h3, .site #basketPage .basket-details h2 {
    box-shadow: none;
    margin: 0 -22px;
}
.hyp-load:before {
    background: url(../files/icons/load.svg) no-repeat scroll 0 0 transparent;
    fill: #00412E;
    height: 14px;
    width: 14px;
}
.tbx-date:after {
    background: url(../files/icons/date.svg);
}
    .hyp-save:before {
    background: url(../files/icons/save.svg) no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;

}

.hyp-update:before {
    background: url(../files/icons/refresh.svg) no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;
}


 .one-page-checkout .checkout-step#SubmitOrder {
         box-shadow: none;
       
    }
.one-page-checkout .column:first-child {
    padding-top: 1px;
}
.list-step {
 
    padding: 22px 0 0 0;
 }
.cart-summary-header .hyp-edit {
    font-size:14px;
}
.checkout-index-page .h1-holder h1, .one-page-checkout .h1-holder h1, .checkout-orderaddress-page .h1-holder h1,
.basket-details-page .h1-holder h1, .basket-details-page  h2 {
    font-size: 48px;
    line-height: 57px;
}
.padding-left-22px {
    padding: 30px 22px 25px 22px;
    margin-bottom: -54px;
    margin-top: -27px;
    top: 12px;
    position:relative;
}




.checkout-page-cnt  div#ShippingAddress {
    padding-top: 34px;
}
.checkout-page-cnt h2, .checkout-page-cnt h3, #basketPage .basket-details h2 {
    margin: 0;
    box-shadow: 0px 0px 12px rgb(84 84 84 / 15%);
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 10px;
}

    .checkout-page-cnt h2:first-of-type, .checkout-page-cnt .cart-summary h3:first-of-type {
        margin-top: 33px;
    }

.checkout-page-cnt .checkout-step {
    margin-top: -25px;
    padding-top: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.checkout-page-cnt .terms-row, .one-page-checkout .terms-row {
    padding: 19px 24px 19px 18px;
    background: #F2F2F2;
 
 }
.checkout-page-cnt section#SubmitOrder, .one-page-checkout section#SubmitOrder  {
    padding: 0;
}
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: none;
}

/* Checkout page design ends**/
/*94575 TICKET 89318 - Bug 4*/
.site .panel-header a.hyp, .site .panel-header a {
    text-decoration: none;
}

.pay-row {
    padding-top: 15px;
}

.facet-selected .hyp-remove {
    position: static;
    margin-right: 2px;
}

.validation-summary-errors::before {
    background-size: cover;
}

.pager-selected {
    background: #00401D;
}

.btn.btn-paging.btn-page-prev::before {
    background: #ddd;
    height: 13px;
    width: 1px;
    display: block;
     position: absolute;
    top: -6px;
}

.btn.btn-paging.btn-page-next {
    background: none;
}

    .btn.btn-paging.btn-page-next::before {
        background: #ddd;
         height: 13px;
        width: 1px;
        display: block;
         position: absolute;
        top: -6px;
    }


/**    Mini Cart */

.product-tile.added-product:last-of-type {
    border:none;
}


.basket-summary {
    padding: 0;
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    border-radius: 3px;
}
.lbl-text-uom {
    color: #00412E;
}
.basket-summary .added-product .product-img {
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 17px 50px 11px 50px;
     margin: 20px 15px 20px 0;
    border-radius: 3px;
}

.site .basket:hover .over-summary:not(.is-empty) {
    background: #DEEEE8;
}
    .basket-summary .panel-footer, .basket-summary .summary-title {
        background: #DEEEE8;
        padding: 18px;
        margin: 0;
        box-sizing: border-box;
    }
.basket-summary  .panel-footer {
    display: flex;
    justify-content: space-around;
}
.basket-summary .btn {
    background: transparent;
}
.list-mode .tbx-quantity + .unit-of-measure {
    min-width: auto;
}

.productlist-list-page .facets h4, .productlist-search-page .facets h4 {
    font-size: 18px;
    line-height: 22px;
}
.productlist-list-page .tags-header, .productlist-search-page .tags-header, #productListPage .tags-header {
    display: none;
}
 

.basket-summary {
    width: 411px;
}
.basket:hover .basket-summary {

    border: none;
}
.site .basket-summary .product-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: #00412E;
    margin-top: 4px;
}
.list-mode .product-action {
   
    display: block;
}
.site .basket-summary .summary-title.font-h4.main {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #00412E;
}
.site .basket-summary .products-list {
    padding: 6px 16px 2px 16px;
}
/**    Mini Cart ENDS*/

/*PLP**/
.productlist-list-page #productListPage .h1-holder, .productlist-search-page #searchPage .h1-holder {
    padding-top: 0;
}

    #productListPage .h1-holder h1, #searchPage .h1-holder h1 {
        font-size: 48px;
        line-height: 40px;
    }
.productlist-list-page .columns-general.rtl, .productlist-search-page  .columns-general.rtl {
    padding: 0;
}
.sorter-inside .lbl, .view-changer {
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    display: block;
    text-align: left;
    margin-bottom:20px;
}
.btn-view.to-list:hover {
    background-position: 0 -24px;
}



#representCustomerPage .panel-footer {
    margin-top: 12px;
}
/**PLP GRID*/
.grid-mode .l-products-item {
    padding: 12px 1%;
}
.grid-mode .l-products-item {
    width: 49.33%;
 }
    .grid-mode .l-products-item:nth-of-type(3n+1):after,
    .grid-mode .l-products-item, .list-mode .l-products-item,
    .list-mode .l-products-item:first-child:before,
    .grid-mode .l-products-item:first-child:before,
    .list-mode .l-products-item:first-child {
        border-top-width: 0;
        border-top-style: none;
        border: none;
        border-radius: 4px;
    }
.grid-mode .product-tile {
  
    min-height: 600px;
 
}
.grid-mode .product-img, .list-mode .product-img {
    
    padding: 29px 0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
 }
.list-mode .product-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.grid-mode  span.stock-indication {
    display: block;
    margin-bottom:10px;
    margin-top:25px;
}
.list-mode .product-tile:hover, .grid-mode .product-tile:hover {
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.25);
    border-radius: 4px;
}

.list-mode .product-tile, .grid-mode .product-tile {
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    border-radius: 4px;
    text-align: left;
    padding: 0;
    position: relative;
}
    .list-mode .product-tile .product-img {
        width: 193px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 30px);
        position: absolute;
        left: 0;
        top: 0;
    }

    .list-mode  .product-tile .product-info {
      
        flex-direction: column;
       
    }

.list-mode .product-tile {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
 }
#product-list-panel .list-mode .product-info, .productlist-lastviewedproducts-page .site .product-info {
    padding: 13px 25px 13px 16px;
    width: 100%;
    padding-left: 222px;
}


.ws-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.site #product-list-panel .product-title, #productListPage .product-title, #productComparePage .product-title {
    font-size: 24px;
    line-height: 29px;
    color: #00412E;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}
#productListPage .list-mode .product-tile .product-img {
    height: calc(100% - 30px);
    
}


.list-mode .aligntogether{

}
.list-mode .tags label span {
    word-break: break-word;
    max-width: 140px;
    display: block;
    margin-right: 15px;
}
.tags label span:hover {
    text-decoration: underline;
    text-shadow: 0 0 1px black;
}
    .grid-mode hr {
    border: none;
    margin: 13px 0 12px 0;
    background: #46131B;
    height: 0.5px;
}

.grid-mode .product-title {
    max-width:80%;
     max-height: 60px;
    display: block;
    overflow-y: hidden;
}

.grid-mode .product-action > .msg-not-available {
    margin-left: 0;
}
.grid-mode .flexi-row-ovd, .grid-mode .price-per-sec {
    display:flex;
    justify-content:space-between;
}
.grid-mode .tags {
    max-height: 120px;
    overflow-y: auto;
}
.list-mode .show-grid,.grid-mode .show-list {
    display: none;
}
.grid-mode .show-grid, .list-mode .show-list {
    display:block;
}
.grid-mode .show-grid {
}
.site .list-mode .lbl-price-big.lbl-price {
    font-weight: normal;
    font-size: inherit;
    line-height: normal;
    margin-top: 0px;
    margin-right: auto;
    left: 5px;
    position: relative;
    top: -1px;
}
.site .list-mode #product-list-panel .product-title {
    max-width: 83%;
}


.list-mode .tags {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    max-width: 50%;
    min-width: 50%;
    float: left;
    margin-right: 3%;
    min-height: 1px;
}
.list-mode .form-inline {
    float: right;
     margin-top: 13px;
    width: auto;
    text-align: left;
}

.back-wrapper + .breadcrumbs {
     padding-left: 0;
    margin-left: 0;
    margin: 32px 0 0 -26px;
}
.list-mode .product-tile .hyp-thumbnail {
    height: auto;
    width: 80px;
     display: contents;
}
.list-mode .tags label:not(:first-of-type)  {
    margin-top: 15px;
}

.list-mode .tags label {
     flex: 0 0 100%;
}
.list-mode .tags label  {
    margin-bottom: 0;
}
.grid-mode .tags label:not(:first-of-type), .grid-mode .tags .desc:not(:first-of-type) {
    margin-top: 10px;
}
    .grid-mode .tags label {
        margin-bottom: 0;
    }
.list-mode .tags .desc, .grid-mode .tags .desc {
    margin-left: 34px;
 }


/* width */
.tags::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.tags::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.tags::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
.tags::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
  .middle-items {
    background: #FAE8DF;
    margin: 15px -25px 15px -25px;
    padding: 12px 25px 20px 25px;
}
 
.list-mode .flexi-row-ovd {
    display: flex;
    justify-content: space-between;
     align-items: center;
}
.list-mode .middle-items {
    width: 50%;
}
.list-mode .product-compare-selector {
    position: absolute;
    width: 206px;
    bottom: 10px;
    order: 1;
    text-align: right;
    top: 13px;
    right: 28px;
    left: auto;
     height: 31px;
}
/* .grid-mode .product-compare-selector {
    text-align: right;
    width: 200px;
    position: absolute;
    right: 26px;
    bottom: 14px;
} */
.list-mode .product-description {
   
    line-height: 11px;
}
.list-mode .middle-items {
    background: #FAE8DF;
    margin: 10px 0 8px 0;
    padding: 8px 25px 8px 18px;
    text-align: left;
}
.site .lbl-price-big.lbl-price {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-top:8px;
}
.product-tile .lbl-price {
    font-weight: normal;
}
.site  .rrp-txt {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.tags label span {
 }

.tags label:hover span {
   text-decoration:underline;
}
.list-mode .tags label {
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
}
.grid-mode .product-action > form {
    margin-left: 0;
    margin-right: auto;
    width:100%;
}
    .grid-mode .product-action > form .notify-me-section .notEnoughStock {
        line-height:normal;
    }
    .grid-mode .product-action > form .notify-me-section .flex-box-row.sendEmail {
        width: 70%;
    }
#productComparePage .product-info .notify-me-section {
    margin: 10px auto;
}
#productComparePage .notify-me-section .NotifyMePT {
    margin-top:10px
}
.grid-mode .tags label {
    flex: 0 0 100%;
}
.grid-mode .tags {
    display: flex;
    flex-wrap: wrap;
}
.list-mode span.lbl-stock {
    display: block;
/*    padding-right: 18px;
*/}
.list-mode .product-action {
     text-align: right;
 }
    .tags label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:14px;
}

.tbx-quantity + .unit-of-measure {
    vertical-align: baseline;
}
.price-per-sec {
    align-items: center;
    justify-content: space-between;
    min-width: 112px;
    visibility: hidden; /*Customer asked to hide*/
}

 .tags label img {
   margin-right:11px;
}
#product-list-panel .product-info {
    padding: 13px 25px;
 }
#product-list-panel .grid-mode .product-info {
    padding: 13px 25px;
    height: auto;
}

.grid-mode .product-tile .product-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.list-mode .parent-wish #addRemoveWishList {
    left: 170px;
    position: absolute;
    width: 44px;
    top: -6px;
}
.grid-mode  .product-tile .product-description {
    padding-right: 0;
}

#product-list-panel .product-id, #product-list-panel .product-attributes,
.productlist-lastviewedproducts-page .product-id,
.productlist-lastviewedproducts-page  .product-attributes {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    margin: 5px 0 0 0;
    display: inline-block;
    word-break: break-word;
}
.fav-ico, .fav-ico-added {
    position: absolute;
    top: 16px;
    right: 15px;
    display: none;
    transition: transform 0.3s;
}
.fav-ico:hover, .fav-ico-added:hover {
    transform: scale(1.2);
}
.logged-in  .wishListAdded-removed .fav-ico {
    display: block;
}
.logged-in  .wishListAdded .fav-ico-added {
    display: block;
}
/*PLP ENDS**/
.site .product-tile .product-attributes {
    text-align: left;
    display: block !important;
}
.loading-indicator {
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    border-radius: 3px;
}
.loading-indicator.main-loading:not(#importingIndicator) {
    padding: 0 20px;
}
/*****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    header .nav-type-multi .nav-wrapper {
            max-height: 851px !important;
            overflow-y: auto;
        }

        header .nav-type-multi .nav-more a {
            width: auto;
        }

        .columns-general.compact > .column.column-facets {
            padding: 0 6.2% 0 2.2%;
        }


        .nav-type-multi a.font-h4 {
            font-weight: bold;
        }

        .bottom-header .nav-list.nav-list-root .newsletters-important, .bottom-header .nav-list.nav-list-root .hyp.wish-list,
        .bottom-header .nav-list.nav-list-root .login-person-name {
            display: none;
        }
    }

    span .Prd-att {
    font-size: 12px;
    text-align: right;
    line-height: 16px;
    margin-top: 10px;
    visibility: hidden; /*Customer asked to hide*/
}

/****************************************
                Desktop & Tablet
****************************************/
@media (min-width: 640px) {
    .list-mode .form-inline {
        text-align: right;
    }
    .gvi th:first-of-type, .gvi tbody td:first-of-type {
        padding-left: 10px;
    }
    .list-mode .main-new-cont-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
       

   

    .grid-mode .product-action .form-quantity {
        line-height: 45px;
    }
    .product-tile .prd-title-header {
        display: flex;
        justify-content: space-between
    }
   
    .Prd-att label {
        display: block;
    }
    .list-mode span.Prd-att {
        margin-top:0;
        
    }
  
    .gvi {
        box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
        border-radius: 4px;
        padding: 14px;
    }
    .gvi.gvi-totals {
        box-shadow: none;
    }

        .gvi th:last-of-type, .gvi tbody td:last-of-type {
            padding-right: 10px;
        }

    #orderHistoryDetailPage .gvi tr:first-of-type td {
        padding-top: 14px;
    }

    .gvi th:last-of-type, .gvi tr:last-of-type td {
        padding-bottom: 14px;
    }
    #product-list-panel .ddlb {
        min-width: 221px;
    }
    .middle-header-block .hyp.wish-list, .middle-header-block .LoggedInAs-standard-user {
        display: none;
    }
  
     
}


/****************************************
                 Mobile  & Tablet
****************************************/
@media (max-width: 1023px) {
    .list-mode .parent-wish #addRemoveWishList {
        left: 29px;
        z-index: 9;
    }
    .order-box #product-form {
        margin-bottom: 4px;
    }
  .site   .details-info-right-col .form-row.row-btn-add {
         margin-left: 0;
    }
    .grid-mode .product-action > form {

        margin-top: 15px;
    }
    .grid-mode .product-title {
        max-width: 80%;
        max-height: unset;
        display: block;
        height: auto;
         overflow-y: auto; 
    }
    .nav-opener:before, .nav-opener:after {
        top: 21px;
        left: 20px;
    }

    .counter-inside {
        padding: 13px 10px 11px 0;
    }
    .grid-mode .product-title, .list-mode .product-title {
        max-width: 100%;
         
    }
    .mobile-only-salAgen span.user-name {
        padding-right: 10px;
     }
    .list-mode .middle-items {
         margin: 0;
         box-sizing: border-box;
    }
    #product-list-panel .list-mode .product-info, .productlist-lastviewedproducts-page .site .product-info {
        padding-left: 110px;
    }
   .site .stop-representing .arrow-blue {
   
        font-size: 14px;
        padding-left: 5px;
        text-transform: uppercase;
    }
    .list-mode .product-tile {
        display: flex;
        align-items: start;
        width: 100%;
        margin-bottom: 16px;
    }
        .list-mode .product-tile .product-img {
            width: 75px;
            text-align: center;
            height: 75px;
            display: flex;
             text-align: center;
        }
    .list-mode .product-tile .product-img {
        width: 95px;
        }
        .list-mode .form-inline {
         width: 100%;
        margin-top: 13px;
    }
    .list-mode .thumbnail img {
        left: 7px;
    }
    }
/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px) {
    .content-contactus-page .semicolumn {
        width:100%;
    }
    .breadcrumbs .arrow-red::before {
         top: 5px;
    }
}

@media (min-width: 640px) and (max-width: 1354px) {

    #productPage .fav-ico, #productPage .fav-ico-added {
        top: 10px;
        right: auto;
        left: 10px;
    }

    }
    /****************************************
                Mobile
****************************************/
    @media screen and (max-width: 639px) {
        .site .ui-tabs-anchor,
        .site .hidden-tabs-name {
            font-size: 30px;
        }
        .site .list-mode .tags .desc, .site .grid-mode .tags .desc {
            font-size: 12px;
            margin-left: 34px;
            margin-top: -5px;
        }


        #productPage .fav-ico, #productPage .fav-ico-added {
            top: 20px;
        }

        .checkout-page-cnt .checkout-step {
            margin-top: -77px;
        }

        .checkout-page-cnt div#ShippingAddress {
            padding-top: 55px;
        }

        .cart-summary .grid-wrapper, .list-wrapper {
            margin: 0 -15px -5px 0;
        }

        #onePageCheckout .grid-wrapper.gvi-totals-wrapper.clearfix.is_stuck {
            top: 137px !important;
        }


        /*PLP**/
        .grid-mode .l-products-item {
            width: 100%;
        }

        span.compare-selector-lbl {
            position: relative;
            top: -2px;
        }

        .site .list-mode .lbl-price-big.lbl-price {
            position: static;
        }

        #product-list-panel .product-title {
            font-size: 22px;
            line-height: 26px;
        }

        .list-mode .tags label {
            flex: 0 0 100%;
        }

        .list-mode .flexi-row-ovd {
            flex-direction: column;
            align-items: start;
        }

        .list-mode .tags {
            margin: 15px 0 0 0;
        }

        .tags label {
            font-size: 16px;
            position: relative;
        }

        .list-mode .product-tile, .grid-mode .product-tile {
            box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
            border-radius: 3px;
        }


        /*PLP ENDS**/
        .ddlb-sorting, .ddlb-sorting .ui-selectmenu-menu {
            width: 180px;
        }

        .sorter-inside .lbl {
            margin-top: 20px;
        }

        #contactUsPage .columns-general {
            display: block;
        }

        .site .checkout-page-cnt h2, .site .checkout-page-cnt h3, .site .one-page-checkout h2, .site .one-page-checkout h3 {
            font-size: 24px;
            line-height: 29px;
        }
    }

    /****************************************
                Very small Mobile devise
****************************************/
    @media screen and (max-width: 360px) {
    }





    /****************************************
               custom devise
****************************************/
    @media screen and (max-width: 1152px) {


        .grid-mode .product-compare-selector {
            text-align: left;
            width: auto;
            position: static;
            right: 26px;
            bottom: 14px;
            margin: 13px 0 0 0;
        }

        .grid-mode .tags label {
            flex: 0 0 100%;
        }
    }

    @media screen and (max-width: 1300px) {

        .list-mode .tags {
            max-width: 100%;
            width: 100%;
            float: none;
            margin-right: 3%;
            margin-top: 10px;
        }

        .list-mode  .btn-cnt {
             white-space: nowrap;
        }

        .list-mode .form-inline {
            float: none;
            text-align: right;
        }

        .list-mode .product-tile .product-img {
            height: calc(100% - 30px);
        }

        .list-mode .middle-items {
            width: 100%;
            box-sizing: border-box;
        }
    }


    @media (min-width: 1023px) and (max-width: 1550px) {

        .site .nav-type-multi .nav-item-block {
            display: block;
            width: 33.33%;
            float: left;
        }
    }


    @media (min-width: 1550px) {


        .list-mode .state-compare-main.product-tile .prd-title-header {
            max-width: 80%;
        }
    }

    @media (max-width: 1550px) {

        .list-mode .product-compare-selector {
            position: static;
            width: 206px;
            text-align: left;
            margin-bottom: 10px;
        }
    }



    @media screen and (max-height: 810px) {
        #basketModalPopup {
            max-height: 550px;
            overflow-y: auto;
        }
            /* width */
            #basketModalPopup::-webkit-scrollbar {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 4px;
                background-color: #828282;
                width: 10px;
            }

            /* Track */
            #basketModalPopup::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            /* Handle */
            #basketModalPopup::-webkit-scrollbar-thumb {
                background: #888;
                border-radius: 10px;
            }

                /* Handle on hover */
                #basketModalPopup::-webkit-scrollbar-thumb:hover {
                    background: #888;
                }
    }

    #basketModalPopup .panel-footer.summary-footer.border-horizontal {
        padding: 0 0;
        border: none;
    }

    .site #basketModalPopup .panel-footer:last-of-type {
        padding: 11px 14px 14px 14px;
    }

    .productlist-list-page .last-viewed-block {
        margin-top: 35px;
    }

/*@media screen and (min-width: 640px) {
    .wishlist-details-page .sd-col-total {
        width:100px;
    }
}*/
@media (min-width: 640px) {
    .wishlist-details .gvi-wish-list-wrapper .col-total {
        padding:20px 10px 20px 0;
    }
}

    #productComparePage .notEnoughStock {
        font-weight: bold;
        color: #620000;
        margin-bottom: 10px;
    }

    #checkoutofferings .no-short-stock-msg {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    #checkoutofferings .stock-indication {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    #productListPage .last-viewed-block .stock-indication {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
.product-details-page .last-viewed-block .stock-indication {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.view-product-btn-sd.btn-right {
    text-align: right;
}

    .l-products.grid-mode .msg-not-available {
        order: 1 !important;
    }

    .l-products.grid-mode .list-lbl-stock-cotanier {
        order: 0;
    }

    .l-products.grid-mode .outer-notify-me-section {
        order: 2;
    }

    .bottom-block {
        margin-top: auto;
    }

    #productListPage .last-viewed-block #lastViewedProductsTab .product-info .product-description .product-title {
        height: 90px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #productListPage .last-viewed-block #lastViewedProductsTab .product-tile .product-info .product-action .drop-down-stock-main {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #checkoutofferings .product-tile .product-info .product-action .drop-down-stock-main {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    #checkoutofferings .product-tile .product-info .product-action .btn-add-to-basket {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #checkoutofferings .notify-me-section .notifyMeBackButtonPT {
        margin: 0 0 0 0;
    }

    #checkoutofferings .checkoutoffers-lbl-stock-container {
        margin-bottom: 25px;
    }

    #checkoutofferings .outer-notify-me-section .notify-me-section {
        margin-bottom: 15px;
    }

    #lastViewedProductsTab .outer-notify-me-section .notify-me-section {
        margin-bottom: 0px;
    }

    .product-details-page .last-viewed-block #lastViewedProductsTab .product-info .product-action {
        margin-bottom: 50px;
        /*        margin-top: unset*/;
    }

    .product-details-page .last-viewed-block #lastViewedProductsTab .product-info .product-description .product-title {
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #productComparePage .outer-notify-me-section {
        text-align: center;
        width: 100%;
    }

    #productComparePage .compare-row.product-tiles-row .product-info .product-description .product-title {
        height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #productComparePage .compare-row.product-tiles-row .product-info .product-description .stock-indication-container {
        height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #productComparePage .compare-row.product-tiles-row .product-info .product-description .outof-stock-indication-container {
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #productComparePage .compared-product-tile .product-action {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        margin-top: 0;
        width: 100%;
    }

    #lastViewedProductsTab .drop-down-stock-main .ui-selectmenu-menu .ui-menu,
    #checkoutofferings .drop-down-stock-main .ui-selectmenu-menu .ui-menu {
        max-height: 50px;
    }

    .sds-measge-block-pdp {
        font-weight: bold;
        color: #B00021;
    }

    .no-short-stock-msg {
        font-weight: bold;
        color: #620000;
    }

    .sds-tag-ico-img {
        width: 23px;
        position: relative;
        top: 10px;
    }

    .sds-label {
        font-weight: bold;
        color: #B00021;
        font-size: 16px;
    }

    .sds-tag-desc-msg {
        margin-left: 33px;
        text-align: left;
    }

    .product-list.l-products.list-mode .sds-tag-desc-msg {
        margin-left: 33px;
        float: left;
    }

    .sds-tag-desc-msg {
        color: #B00021;
        font-size: 16px;
    }

    .product-list.l-products.list-mode .sds-measge-block {
        order: 0;
        margin-bottom: 15px;
    }

    .product-details-page .sds-measge-block {
        order: 0;
    }

.contact-us-title {
    background: #ddd;
    color: #000;
    padding: 60px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 32px;
}
.number-box{
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
}
.contact-sub-header{
    margin-bottom:20px;
}


#contactUsPage .control, #contactUsPage .control .label {
    display: block;
}
.padding-0{
    padding-left: 0;
}
#contactUsPage .form-row.row-comments .field {
    width: 100%;
    display: block;
}
#contactUsPage .form-row {
    width: calc(50% - 20px);
    display: inline-block;
}
    #contactUsPage .form-row.row-comments {
        width: 100%;
        
        display: block;
    }

#contactUsPage .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contactUsPage .form-row .field{
    display: inline-block;
    width: 100%;
}
.key-con{
    text-transform: none;
}
.margin-btm-20{
    margin-bottom: 20px;
}


/*.site div h1, h1 {
    font-size: 65px;
    line-height: 78px;
}
.site div h2, h2 {
    font-size: 48px;
    line-height: 57px;
}
.site div h3, h3 {
    font-size: 34px;
    line-height: 41px;
}
.site div h4, h4 {
    font-size: 24px;
    line-height: 29px;
}
.site div h5, h5 {
    font-size: 18px;
    line-height: 22px;
}
.site div label, label,.label {
    font-size: 12px;
    line-height: 16px;
}
.btn, button, input[type="submit"]{
    font-size: 16px;
    line-height: 19px;
}
.btn, button, input[type="submit"] {
    font-size: 16px;
    line-height: 19px;
}*/

@media screen and (max-width: 639px){

    html body {

    }

    .site div h1, h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .site div h2, h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .site div h3, h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .site div h4, h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .site div h5, h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .site div label, label, .label {
        font-size: 12px;
        line-height: 16px;
    }

    .btn, button, input[type="submit"] {
        font-size: 16px;
        line-height: 19px;
    }
    .btn, button, input[type="submit"] {
        font-size: 16px;
        line-height: 19px;
    }
}
/*
My take on pure CSS material design inputs and drop-down
Influenced heavily by: https://codepen.io/sevilayha/pen/IdGKH
*/
/*
A dropdown menu that covers the content
Note: MUST be placed inside a relative position element (works with .m-tbx)
Expected html:
<ul class="material-dropdown">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
...
</ul>
*/
.material-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #FFFFFF;
    color: #000000;
    z-index: 1000;
    transition: 0.2s ease-in height, step-end box-shadow 0.2s;
    -moz-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
    -webkit-transition: 0.2s ease-in height, step-end box-shadow 0.2s;
}

    .material-dropdown.material-dropdown-open {
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    }

    .material-dropdown li {
        padding: 10px;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .material-dropdown li:hover {
            background-color: #e8eaf6;
        }

        .material-dropdown li.material-dropdown-selected {
            background-color: #9fa8da;
        }

/*
A material design form field
Expects this html (note the required attribute on the input):
<div class="m-tbx">
<input type="text" required/>
<label class="m-tbx-label">Form field title</label>
</div>
*/
#orderAuthorizationRulesContainer .tbx input {
     font-size: 14px;
    position: relative;
    display: block;
    color: #000000;
    padding: 25px 0 10px 0;
}
    #orderAuthorizationRulesContainer .tbx input {
        padding: 10px 0 10px 0;
        display: block;
        width: 100%;
        border: none;
        font-size: 14px;
        color: #000000;
        border-bottom: 1px solid #000000;
        outline: none;
        border: 1px solid #828282;
        padding: 15px 15px;
        border-radius: 5px;
        box-sizing: border-box;
    }

    #orderAuthorizationRulesContainer .tbx input {
        min-height: 55px;
    }
        #orderAuthorizationRulesContainer .tbx input:focus {
            outline: none;
            color: #00412E;
            padding-bottom: 10px;
            border-width: 1px;
            border-color: #00412E;
        }
.m-tbx {
     font-size: 14px;
    position: relative;
    display: block;
    color: #000000;
    padding: 25px 0 10px 0;
}

    .m-tbx::after {
        /*content: "\00A0";*/
        display: block;
        color: #00412E;
        font-size: 12px;
        padding-top: 5px;
    }

    .m-tbx .m-tbx-label {
        position: absolute;
        display: block;
        top: 35px;
        left: 5px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
        cursor: text;
        padding: 0 3px;
    }

    .m-tbx input, .m-tbx textarea {
        padding: 10px 0 10px 0;
        display: block;
        width: 100%;
        border: none;
        font-size: 14px;
        color: #000000;
        border-bottom: 1px solid #000000;
        outline: none;
        border: 1px solid #828282;
        padding: 15px 15px;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .m-tbx input {
        min-height:55px;
    }
    .m-tbx .m-tbx-label {
        padding: 8px 15px;
        color:#828282;
    }
.form-row .field.m-tbx.textin .m-tbx-label {
    padding: 0px 3px;
    color: #00412E;
}
.form-row .field.m-tbx.textin input,
.form-row .field.m-tbx.textin textarea {
    border: 1px solid #00412E;
}
    .form-row .field.m-tbx.textin input:focus,
    .form-row  textarea:focus {
        outline: 1px solid #00412E;
        border:1px solid #00412E !important;
    }


    .m-tbx input:invalid, .m-tbx textarea:invalid {
        outline: none;
        box-shadow: none;
    }


       /* .m-tbx input:valid ~ .m-tbx-label,*/
.m-tbx .datepicker.valid ~ .m-tbx-label,
.site .profile-page-cnt .form-row .field.m-tbx.textin [for="Filter_EndDate"].m-tbx-label,
.m-tbx input:focus ~ .m-tbx-label, .m-tbx textarea:focus ~ .m-tbx-label,
.textin input ~ .m-tbx-label, .m-tbx.textin input ~ .m-tbx-label, .m-tbx.textin textarea ~ .m-tbx-label {
    top: 17px;
    font-size: 12px;
}
.site .profile-page-cnt [for="Filter_EndDate"].m-tbx-label {
    top: 35px;
    lefT: 5px;
    font-size: 14px;
}



        .m-tbx input:focus, .m-tbx input:focus {
            outline: none;
            color: #00412E;
            padding-bottom: 10px;
            border-width: 1px;
            border-color: #00412E;
        }

            .m-tbx input:focus ~ .m-tbx-label,
            .m-tbx textarea:focus ~ .m-tbx-label,
            .m-tbx.textin input ~ .m-tbx-label,
            .m-tbx.textin textarea ~ .m-tbx-label {
                color: #00412E;
                background: #fff;
                border-radius: 2px;
            }
            .m-tbx input:focus ~ .m-tbx-label,
            .m-tbx textarea:focus ~ .m-tbx-label{
                color: #00401D;
               
            }

            .m-tbx input:focus ~ .material-dropdown {
                /*
  If you want to animate this you will need to use some js to calculate it
  Optionally, you can simply display:block/none 
  */
                height: 228px;
                box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
                transition: 0.2s ease-out height, step-start box-shadow 0.2s;
                -moz-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
                -webkit-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
            }

    .m-tbx.m-tbx-invalid {
        color: #d50000;
    }

        .m-tbx.m-tbx-invalid::after {
            content: attr(data-validationError);
        }

        .m-tbx.m-tbx-invalid input:focus ~ .m-tbx-label {
            color: #d50000;
        }

.container {
    width: 400px;
    margin: 20px auto;
 }

.m-tbx.tbx-date:after{
    margin-top: 0;
    background-repeat: no-repeat;
}
.btn .btn-cnt{
    padding-top:0;
}
.itegria-ui {
    margin-bottom: 0;
}
.ui-selectmenu-button[aria-expanded="true"]{
    border-bottom:none;
}
.ui-selectmenu-button[aria-expanded="true"] {
    /*border-color: #00401D;
    border-width: 1px;*/
    border-color: #00401D;
    border-width: 1px;
    border: 1px solid #00401d;
    box-sizing: border-box;
    border-bottom-color: #eee;
}

.ui-selectmenu-menu .ui-menu {
    border: 1px solid #00401D;
    border-top: none;
}

.form-row.itegria-ui .validation {
    padding-left: 0;
    margin-top: 0px;
}
.row-error .m-tbx input + label,
.row-error .m-tbx textarea + label {
    color: #B00020 !important;
}
.product-details-page .hyp-tab-action,
.hyp-tab-action,
.product-details-page a{
    font-weight: normal;
}
.itegria-ui.form-row .label {
    display: none;
}
.btn.btn-small{
    line-height:27px;
}

.site .ui-selectmenu-button.ui-button{
    border-width: 2px;
    border-style: solid;
    min-height:55px;
}
    .site .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        line-height:55px;
    }
    .site .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        color: #828282;
    }
    .site .ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-selectmenu-text {
        color: #000000;
    }
.filter-title:after, .ui-selectmenu-icon.ui-icon {
    background: url(../files/icons/drop-Down-icon-down.svg) no-repeat;
    border-top: none;
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 19px;
    right: 0;
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    background: url(../files/icons/drop-Down-icon-up.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 19px;
    right: 0;
    border-bottom: none;
}
.ddlb.ddlb-sorting {
    margin-bottom:10px;
}
.ddlb {
    height: 55px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
    min-height: 50px;
    border-top: 1px solid #F2f2f2
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
    min-height: 50px;
    line-height: 50px;
}
.profile-page-cnt .row-under-columns {
    padding-left: 0;
}

.ui-desktop .language.top-dropdown .opener .flag {
    top: 4px;
}

.logged-in header .top-dropdown.language:hover {
    top: 1px;
}

.ui-tablet .Catalogues_Newsletters {
    margin-left: 20px;

}

.ui-desktop  .middle-header-block a.top-hyp.white-link {
    line-height: 21px;
}



/***Notify mail**/
.site .quickorder-notify-me {
    padding: 0 0 0 0;
    margin-bottom: 0;
}
.site .quickorder-notify-me .textin input ~ .m-tbx-label {
    top: -7px !important;
}

#productComparePage .has-sticky .notify-me-section  {

    display: none;
}

.last-viewed-block .notify-me-back .msg-block-confirm {
    display: inline-block;
        margin-bottom: 0;

}
/* .site .quickorder-notify-me  .field.m-tbx.textin input:focus , .sendEmail .m-tbx.textin input:focus {
        outline: 1px solid #00412E;
        border:1px solid #00412E !important;
} */
.site .quickorder-notify-me  .msg-block-confirm {
    margin: -2px 0 0 0;
}

#productComparePage .notify-me-section   .msg-block-confirm{
    margin: 10px 0 0 0;
}
#productComparePage .notify-me-section  {
    margin: 10px 0 0 0;
}
#productComparePage .notify-me-section   {
    margin: auto;;
}

.site .quickorder-notify-me .m-tbx {  
    padding: 0px 0 10px 0;
}
.sendEmail {
    display: flex;
    justify-content:flex-end;
    align-items:baseline;
}
.sendEmail .field  {
    display: block !important;
    
}
.site .details-info .sendEmail .textin input ~ .m-tbx-label {
    top: -7px;
}
.grid-mode .notify-me-section {
   
    align-items: center;
}

 .grid-mode .notify-me-section {
order:2;
 }
 .list-mode .notify-me-section ,  .grid-mode .notify-me-section {
    order: 2;
    display: flex;
    justify-content: right;
    margin-bottom: 8px;
}

.list-mode   .notifyMe,  .grid-mode .notifyMe {
    margin-left: auto;
}

.list-mode .notify-me-section  {
    margin:5px 0 0 auto ;
    align-items: center;
}


 .grid-mode #NotifyMeBackButton {
    display: inline-block;
    margin: 15px 0 0 0;
}
.site .sendEmail   .textin input ~ .m-tbx-label {
    top:12px;
}
.flex-wish{
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.flex-wish .notifyMe,.flex-wish  .m-tbx ,  .flex-wish > .notify-me-section  {
margin:0 0 0 10px
}
.sendEmail  .btn , .notifyMe .btn{
    margin-left:10px;
    border:1px solid #620000;
    color: #620000;
}
.NotifyMePT .btn {
    margin-left: 0px;
}
.outOfStock {
    color: #620000;
}
 .outOfStock {
    margin-right:5px;
}
.list-mode .sendEmail{
 
    margin-left: auto
}


#checkoutofferings .sendEmail ,#checkoutofferings .msg-block-confirm  {
    display: block;
    margin-bottom:0;
}
 .notify-block-confirm {
    position: relative;
    margin: 20px 0;
    padding: 15px 20px 15px 42px;
    line-height: normal;
    text-decoration: underline;
    display: block;
    margin-bottom: 0;
    pointer-events: none;
    border-left: 3px solid #00A908;
}
 .notify-block-confirm:before {
        content: '';
        position: absolute;
        background: url(../files/icons/msg-confirm.svg) no-repeat;
        top: 16px;
        left: 13px;
        height: 20px;
        width: 20px;
        background-size: contain;
    }
#lastViewedProductsTab .notify-me-section {
    margin-bottom:15px;
}
#checkoutofferings .notifyMeBackButtonPT {
    margin: 15px 0 0 0;
}
#checkoutofferings .sendEmail .btn {
    margin-left: 0;
}
.notify-me-back .msg-block-confirm  {
    text-decoration:none;
}
.productlist-lastviewedproducts-page   #NotifyMeBackButton, .list-mode   #NotifyMeBackButton {
    margin-top: 2px;
}
.productlist-lastviewedproducts-page  .list-mode .notify-me-section {
    margin: 0 15px 16px auto;  
}

.productlist-lastviewedproducts-page  .list-mode .product-tile  {
    flex-wrap: wrap;
}
.productlist-lastviewedproducts-page    .product-tile   .m-tbx {
    padding: 0px 0 10px 0;
}
.sendEmail .btn:hover, .sendEmail .btn:focus,  .sendEmail .btn:active,
.notifyMe .btn:hover,  .notifyMe .btn:focus,  .notifyMe .btn:active{
    border:1px solid #620000;
    background-color: #620000;
}
#productPage .order-box .notify-me-section .sendEmail .label , #lastViewedProductsTab .sendEmailPT  .label {
    display: none;
}

#NotifyMeBackButton {
    display:inline-block;
}
.notifyMeBackButtonDisabled , disabled#NotifyMeBackButton , .msg-block-confirm.notify-ovd
{display: inline-block;
    pointer-events: none;
   
}
#lastViewedProductsTab   .sendEmail {
  
    flex-direction: column;
}
#lastViewedProductsTab .field.m-tbx {
    width:100%;
}
#lastViewedProductsTab .notify-me-section {
    margin-top:15px;
}
#lastViewedProductsTab .notifyMeButtonPT {
    margin: 10px 0 0 auto;
}
.site #productPage #lastViewedProductsTab  .sendEmail .textin input ~ .m-tbx-label {
    top: -11px;
}
.site  .last-viewed-block #lastViewedProductsTab  .sendEmail .textin input ~ .m-tbx-label {
    top: 14px;
}
#productComparePage .product-action {
    margin-bottom: 3px;
}

/***Notify mail Ends**/

.medium-img-tile .thumbnail {
    width:80%;
}
.search .suggest-img img {
    height: auto;
    width: 30px;
}

.product-details-page .related-info #relatedProductsTabSuggested_Products {
    display: none;
}
.product-details-page .related-info .tabs-horizontal ul li {
    display: none;
}
.product-details-page .description .hyp-read-description:before {
    display:none;
}
.back-wrapper + .breadcrumbs {
    border-left: none;
}
.product-details-page .prices-action .middle-items-block .lbl-price-pe.rr-pricer {
    display: inline-flex;
    width: 100%;
}
    .product-details-page .prices-action .middle-items-block .lbl-price-pe.rr-pricer .price-per-sec {
        margin-top: -1px;
        margin-left: auto;
    }
.pdp-wish-list-block.non-orderable-wishlist {
    display: block;
    top: -28px;
    margin-left: -10px
}
.product-details-page .description .hyp-read-description {
    text-decoration: underline;
    padding-left:0;
}
.product-details-page .product-bottom-info .column #relatedProductsTabSimilar_Products,
.product-details-page .product-bottom-info .column #relatedProductsTabRelated_Product {
    margin-top: 25px;
}
.product-details-page .product-bottom-info .column #relatedProductsTabItems {
    margin-top: 25px;
}
.product-details-page .related-info .product-tile {
    box-shadow: 0px 4px 12px rgb(84 84 84 / 15%);
    border-radius: 4px;
    text-align: left;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}
    .product-details-page .related-info .product-tile .product-img {
         padding: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        float: none;
        width: auto;
    }
        .product-details-page .related-info .product-tile .product-img .hyp-thumbnail {
            display: block;
            margin: 0 auto;
            height: 214px;
            max-width: 100%;
            width: 214px;
        }

.product-details-page .related-info .product-info {
    padding: 13px 15px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    .product-details-page .related-info .product-info .product-title {
        color: #00412E;
        margin-bottom: 10px;
    }
.product-details-page .related-info .tabs-horizontal ul {
    padding-left: 0;
}
.product-details-page .related-info .tabs-horizontal ul li h3{
    margin-bottom:0;
}
.product-details-page .product-bottom-info > .column:first-child {
    width: 100%;
}
.product-details-page .related-info .tabs-horizontal ul li:first-child {
    display: block;
}
.product-details-page .tags .desc {
    padding-left: 35px;
}
.product-details-page .tags-header {
    display: block;
}
.product-details-page .content {
    margin-bottom:0;
}
.product-details-page .back-wrapper {
    width: 100%;
}

.product-details-page  .parent-wish {
    margin:10px 0;
}

    .product-details-page .back-wrapper + .breadcrumbs {
        padding-left: 0;
        margin: 32px 0 0 0;
    }

.details-info-right-col .prices-action .after-prices {
    display: none;
}
.product-details-page .last-viewed .ui-tabs-nav {
    border-bottom: none;
}
.product-details-page .last-viewed .last-view-header-text {
    font-size: 34px;
    line-height: 41px;
    color: #00412E;
    white-space: normal;
}
.product-details-page .last-viewed-block .hyp-tab-action.lv-top-btn {
    background-color: #DEEEE8;
    margin: 0 0 0 45px;
}
    .product-details-page .last-viewed-block .hyp-tab-action.lv-top-btn:hover,
    .product-details-page .last-viewed-block .hyp-tab-action.lv-top-btn:focus {
        background-color: #00412E;
        border-color: #00412E;
        color: #fff;
    }
.product-details-page  #lastViewedProductsTab.ui-tabs-panel {
    padding: 45px 0;
} 
.details-info-left-col .carousel-image-s .slick-current .thumbnail {
    border: none;
}
.details-info-left-col .product-bottom-info .facet .cnt {
    word-break: break-word;
}
.product-details-page .details-img .slick-list {
    padding:7px 0;
}
.right-col-hide {
    display: none;
}
.last-viewed-block {
    background: #DEEEE8;
}
.details-info-left-col {
    text-align: left;
    padding: 0;
    position: relative;
}
.carousel-image-s-wrapper {
    margin: 25px auto;
    padding: 0;
/*    width: 400px;*/
}
    .details-info-left-col .details-img {
        float: none;
        margin: 0 auto;

    }
        .details-info-left-col .details-img .product-id {
            font-weight: bold;
            margin-bottom: 15px;
            color: #000;
        }
.details-info-left-col .details-img .carousel-image-m-wrapper {
    margin-bottom: 0;
     padding-top: 50px;
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    border-radius: 3px;
    padding-bottom: 50px;
}
.details-info-left-col .carousel-image-s .slick-prev.slick-arrow
 {
    background-color: #DEEEE8;
    width: 32px;
    left: -7px;
    height: 94%;
}
.details-info-left-col .carousel-image-s .slick-next.slick-arrow {
    background-color: #DEEEE8;
    width: 32px;
    right: -8px;
    height: 94%;
}
.details-info-left-col .carousel-image-s .slick-prev.slick-arrow:before {
    position: relative;
    right: -7px;
}
.details-info-left-col .carousel-image-s .slick-next.slick-arrow:before {
    position: relative;
    right: -10px;
}
    .details-info-left-col .carousel-image-s .carousel-image-s-item .hyp-thumbnail {
        background-color: #fff;
        box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
        border-radius: 3px;
    }
  /*      .details-info-left-col .carousel-image-s .carousel-image-s-item .hyp-thumbnail:hover {
            background-color: #F2F2F2;
        }*/
.details-info-left-col .carousel-image-s .carousel-image-s-item.slick-current.slick-active {
    opacity:1;
}
.details-info-left-col .carousel-image-s .carousel-image-s-item.slick-slide {
    opacity: 0.6;
}
.details-info-left-col .carousel-image-s .carousel-image-s-item .hyp-thumbnail:hover .thumbnail:after {
    display: none;
}

    .details-info-right-col  .order-box {
        margin-top: 0;
    }


.details-info-right-col  .order-box .form-row .label {
display:none;
}
.carousel-image-s .hyp-thumbnail {
    display: block;
    height: 140px;
    width: 84%;
    margin: 0 auto;
}
.details-info-left-col .carousel-legend .hyp-lightbox {
    position: absolute;
    right: 0;
    top: -38px;
}
.product-details-page .details-info-left-col .sign-plus:before {
    content: "";
    background: url(../files/icons/Zoom-in.svg) no-repeat scroll 0 0 transparent;
    width: 24px;
    height: 24px;
    left: -25px;
}
.after-btn-links .hyp-add-to-wishlist:before {
    content: "";
    background: url(../files/icons/Favourites-ico.svg) no-repeat scroll 0 0 transparent;
    width: 47px;
    height: 47px;
    top: -28px;
}
.details-info-right-col .order-box .after-btn-links {
    width: 47px;
    margin-right: 15px;
} 
.details-info-left-col .carousel-legend {
    position: relative;
}
.details-info-right-col .order-box .form-row.row-quantity .label {
    display: block;
    width: 100%;
}
        .details-info-right-col .order-box .form-row.row-quantity .control {
            display: block;
        }
            .details-info-right-col .order-box .form-row.row-quantity .control .label {
                margin-bottom: 5px;
            }
            .details-info-right-col .product-id {
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 17px;
                letter-spacing: 0.03em;
                text-transform: uppercase;
                color: #000000;
                margin: 5px 0 0 0;
                display: inline-block;
            }
    .details-info-right-col  .font-product-title {
        font-size: 34px;
        line-height: 41px;
    }
    .details-info-right-col  .pdp-read-desc-block {
        margin-bottom:15px;
    }
    .details-info-right-col .middle-items-block {
        width: 100%;
    }
.details-info-right-col .middle-items-block .middle-items {
            margin: 0 ;
}

    .details-info-right-col .middle-items-block .middle-items .flexi-row-ovd .price-per-sec {
        text-align: right;
        float: right;
        margin-top: 10px;
    }
 .details-info-right-col .middle-items-block .middle-items .flexi-row-ovd .price-per-sec .lbl-price {
    font-size: 12px;
 }
    .details-info-right-col .middle-items-block .middle-items .lbl-price-per.ws-price {
        margin-bottom: 8px;
    }
    .details-info-right-col .middle-items-block .middle-items .lbl-price-pe.rr-pricer .lbl-price {
        font-size: 16px;
        line-height: 25px;
    }
    .details-info-right-col .middle-items-block .middle-items .lbl-price-pe.rr-pricer .price-per-sec .lbl-price {
        font-size: 12px;
        line-height: 16px
    }
/*    .details-info-right-col .middle-items-block .middle-items .lbl-price-pe.rr-pricer .price-per-sec {
        margin-top: -24px;
    }*/

.pdp-wish-list-block {
    position: relative;
    width: 75px;
    display: inline-block;
    top: -20px;
}
.details-info-right-col .details-info .product-compare-selector {
    border-top-width: 0px;
    margin: 0 0 23px 0;
    position: relative;
    top: 12px;
}
.details-info-right-col .tags {
    margin-top:15px;
}
    .details-info-right-col .tags label {
        margin-top: 25px;
        margin-bottom: 5px;
    }
.product-details-page .product-bottom-info .facet h4 {
    font-size: 18px;
    line-height: 21.6px;
    color: #00412E;
}
.product-details-page .product-bottom-info .facet .cnt {
    font-size: 18px;
    line-height: 21.6px;
    padding-left: 15px;
    display: none;
    padding: 25px 0 0 15px;
}
/*.details-info-left-col .product-bottom-info .facets .facet.desc-expanded .cnt {
    display: block;
}*/
/*.details-info-left-col .product-bottom-info .facets .facet.desc-expanded .expanded.hdr {
    background-image: url(../files/icons/minus.svg);
}
.details-info-left-col .product-bottom-info .facets .facet.desc-expanded .collapsed.hdr {
    background-image: url(../files/icons/plus.svg);
}*/
.product-details-page  #lastViewedProductsTab .product-tile {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    box-shadow: 0px 4px 12px rgb(84 84 84 / 15%);
    border-radius: 4px;
    text-align: left;
    padding: 0;
    position: relative;
}
    .product-details-page #lastViewedProductsTab .product-tile .product-img {
        text-align: center;
         display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
.product-details-page  #lastViewedProductsTab .list-mode .product-info {
    padding: 13px 25px 13px 16px;
    width: 100%;
    padding-left: 222px;
}
.product-details-page  #lastViewedProductsTab .product-tile .hyp-thumbnail {
    height: auto;
    width: 80px;
    display: contents;
}
.product-details-page  #lastViewedProductsTab .product-description {
    line-height: 11px;
    margin-top: 15px;
}
.product-details-page  #lastViewedProductsTab .product-title {
    font-size: 24px;
    line-height: 29px;
    color: #00412E;
    font-weight: 400;
    padding: 0;
    float:left;
    width:100%;
}
.product-details-page  #lastViewedProductsTab .product-id, #lastViewedProductsTab .product-attributes {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    margin: 5px 0 0 0;
    display: inline-block;
}
.product-details-page  #lastViewedProductsTab .product-info {
    padding: 13px 25px 13px 16px;
    width: 100%;
    background-color: #fff;
}
    .product-details-page #lastViewedProductsTab .product-info .product-action .prices {
        background-color: #FAE8DF;
        padding: 5px;
        width: 75px;
        margin-bottom: 20px;
    }
        .product-details-page #lastViewedProductsTab .product-info .product-action .prices .lbl-price sup {
            top: 0;
            font-size: 100%;
        }
.product-details-page #lastViewedProductsTab .product-info .product-action {
    margin-bottom: 25px;
}
.list-mode .product-action .product-attributes {
    margin-bottom: 10px !important;
}
.msg-block.msg-cannot-order {
    margin: 75px 0 45px 0;
}
.grid-mode .outOfStock {
    margin-top: 7px;
}
/*****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    .product-details-page #lastViewedProductsTab.ui-tabs-panel {
        width: 80%;
    }
    #productPage .order-box .notify-me-section.field.m-tbx, .quickorder-notify-me input {
        width: 275px
    }
    .details-info-left-col .facets .facet:last-child {
        border-width: 1px 0 1px 0;
        padding: 15px 20px 18px 10px;
    }
    .details-info-right-col .form-row.row-btn-add {
        position: relative;
     }
     .details-info .notify-me-section {
        display: flex;
        justify-content: right;
        align-items: baseline;
    }
    .product-details-page  .details-info .notify-me-section {
        justify-content: left;

    }

}
@media (min-width: 1130px) {
   

    .details-info-right-col .form-row.row-btn-add {
         margin-left: 15px;
    }
}

/****************************************
                Mobile & Tablet
****************************************/
@media (max-width: 1023px) {
    .details-info-left-col .facets .facet:last-child {
        border-width: 1px 0 1px 0;
        padding: 15px 0px 18px 0px;
    }
}

    @media (min-width: 769px) {
        .details-info-right-col .form-row.row-btn-add {
            top: 22px;
        }
    }

    @media (min-width: 640px) {
        .enter-discount .row-promotions {
            margin-bottom: 0;
        }
        #quickOrder .notify-me-section .outOfStock {
            float: left;
            padding: 10px 0;
        }
        #quickOrder .notify-me-section .notifyMe {
            float: left;
        }
        #quickOrder .notify-me-section .sendEmail {
            padding-top:5px;
        }
        #wishListPage a.product-title-super {
            max-width: 400px;
            display: block;
        }
        .details-info-left-col .product-bottom-info.cus-also-bought-section {
            display: none;
        }

        .product-details-page .related-info .product-tile .product-img .hyp-thumbnail .thumbnail img {
            max-height: 80%;
        }

        
        .product-details-page .product-bottom-info .column #relatedProductsTabSimilar_Products .simple-product-tile ,
        .product-details-page .product-bottom-info .column #relatedProductsTabRelated_Product  .simple-product-tile{
            width: 48.33%;
            float: left;
            max-width: 50%;
            padding: 12px 2%;
        }

        .product-details-page .product-bottom-info .column #relatedProductsTabItems .simple-product-tile {
            width: 48.33%;
            float: left;
            max-width: 50%;
            padding: 12px 2%;
        }

       

        .details-info-left-col {
            width: 55%;
            float: left;
            padding-left: 5%;
        }

        .product-details-page #lastViewedProductsTab .product-tile .product-img {
            width: 193px;
            padding-top: 10px;
            height: 90%;
        }

        .product-details-page #lastViewedProductsTab .product-info {
            padding-left: 222px;
        }

        .details-info-right-col {
            width: 35%;
            float: left;
            margin-left: 5%;
        }

            .details-info-right-col .form-row.row-quantity {
                display: inline-block;
            }

            .details-info-right-col .form-row.row-btn-add {
                display: inline-block;
            }

            .details-info-right-col .hyp-tell-a-friend {
                margin-top: 25px;
                white-space: nowrap;
            }
    }

    /****************************************
                Tablet
****************************************/
    @media (min-width: 640px) and (max-width: 1023px) {
        .product-details-page .product-bottom-info .column #relatedProductsTabItems .simple-product-tile .product-action .btn {
            height: auto;
        }
        .wishlist-details td.col-info {
            width: 180px;
        }

        .product-details-page .product-bottom-info .column #relatedProductsTabItems .simple-product-tile {
            width: 100%;
            max-width: 100%;
        }
        .flex-wish .notifyMe {
        
            font-size: 13px;
            width: 184px;
        }
          td.col-total.notifytd {
            width: 148px;
        }
        #productPage  .order-box    .sendEmail {
            display: block;
            text-align: left;
        }
        .product-details-page .order-box  .notify-me-section .field.m-tbx {
      
            width: 100%;
        }
        .product-details-page .order-box   .notify-ovd.notifyMeButton {
            margin: 16px auto 0 auto;
        }
    
    }
    /****************************************
                Tablet + Mobile
****************************************/
    @media (max-width: 1023px) {
        .list-mode .notify-me-section, .grid-mode .notify-me-section {
            display: block;
        }
        .sendEmail,  .sendEmail .tbx{        
           display: block;
        text-align: right;
        }        
        .notify-me-section {
            display: inline-block;
            margin: 25px 0 0 0;
        }
        #productPage  .form-row.notify-form-row{
           text-align: right;
        }
        #productPage  .order-box  .notify-me-section {
            display: block;
         }
        .flex-wish {
            display: block;
        }
        .site .quickorder-notify-me {      
            margin-left: 11px;
        }
        .quickorder-notify-me   .sendEmail {
            align-items: baseline;
        }
        #productComparePage .sendEmail {
            display: block;
        }
        .site  #quickOrder .ui-spinner-button.ui-spinner-up {
            right: -38px !important;
         }
         .site  #quickOrder .ui-spinner-button.ui-spinner-down {
            left: -38px !important;
         }
  
  
    }



@media (min-width: 374px) and (max-width: 640px) {
    .details-info-right-col .order-box .btn-action.btn-add-to-basket {
        width: auto;
        float: left;
    }

  
    .details-info-right-col .order-box .row-btn-add .after-btn-links {
        width: auto;
        float: left;
        margin-top: 10px;
        margin-left: 15px;
    }
        .details-info-right-col .order-box .row-btn-add .after-btn-links .hyp-add-to-wishlist {
            width: 38px;
        }
    .product-details-page .order-box .row-btn-add .hyp-tell-a-friend {
        margin-top: 10px;
    }
}
#relatedProductsTabRelated_Product  .product-info {           
    text-align: center;
}
    /****************************************
                Mobile
****************************************/
    @media screen and (max-width: 639px) {
        
     
       
       #relatedProductsTabRelated_Product .product-tile   {
           padding:25px 0 0 0;
        }



        #quickOrder .notify-me-section .notifyMe #NotifyMeBackButton {
            margin-left: 0;
        }
        .details-info-left-col .product-bottom-info.cus-also-bought-section {
            display: block;
        }
   
        .list-mode .notifyMe .btn-cnt {
            white-space: normal;
        }
        .notifyMeButton {
            padding: 14px 16px 14px 18px;
            }
        .details-info-right-col .product-bottom-info {
            display: none;
        }

        .details-info-right-col .tags {
            margin-bottom: 25px;
        }

        .details-info-right-col {
            margin-top: 25px;
        }

        .product-details-page .details-info-right-col .desc-header {
            display: none;
        }

        .product-details-page .details-info-right-col .pdp-wish-list-block {
            height: 40px;
        }

        .product-details-page .order-box .hyp-tell-a-friend {
            margin-top: 20px;
        }
        .product-details-page .order-box .sendEmail{
            display: inline-flex;
            width: 100%;
        }
        .product-details-page .order-box .sendEmail .field.m-tbx {         
            flex: 1;
        }
        .product-details-page .order-box .notify-ovd.notifyMeButton {
            margin: 16px 0 4px 12px;
        }
 
        .product-details-page .product-bottom-info .column #relatedProductsTabSimilar_Products .simple-product-tile,
        .product-details-page .product-bottom-info .column #relatedProductsTabRelated_Product .simple-product-tile
         {
            margin-bottom: 30px;
        }

        .product-details-page .product-bottom-info .column #relatedProductsTabItems .simple-product-tile {
            margin-bottom: 30px;
        }

        .product-details-page #lastViewedProductsTab .product-tile .product-img {
            width: 110px;
        }

        .product-details-page #lastViewedProductsTab .product-info {
            padding-left: 138px;
        }
    }

    /****************************************
                Very small Mobile devise
****************************************/
    @media screen and (max-width: 360px) {
    } 


/*.checkout-index-page .ui-autocomplete {
    margin-top: -1px;
    border-radius: 0 0 3px 3px;
}

.checkout-index-page .ui-autocomplete .ui-menu-item-wrapper {
        border: 1px solid transparent;
        min-height: 25px;
        padding-top: 11px;
        padding-bottom: 11px;
}
.checkout-index-page .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
            border: 1px solid #aaaaaa;
            text-decoration: underline;
            text-shadow: 0 0 1px black;
}*/
.ecb-productsetcarousel .ecb-productsetcarousel-container .drop-down-stock-main {
    float: none;
    margin: 0px auto 15px auto;
}
.stock-indication.stock-indication-msg-block {
    margin: 0px auto 15px auto;
    float: none;
    display: block;
}
.stock-indication.stock-indication-msg-block:before {
   content:"";
   clear:both;
   display:table;
}
    .grid-mode .product-action .drop-down-stock-main.ddlb {
    z-index:999;
}
.grid-mode .product-action .form-inline.form-quantity {
   margin-top:15px;
}
#lastViewedProductsTab .product-tile .product-action {
    margin-bottom: 50px;
}
.short-stock-msg .stock-amount {
    font-weight: bold;
}
.in-stock .short-dated-stock-amount {
    color: #620000;
    font-weight: bold;
}

.low-stock .short-dated-stock-amount {
    color: #620000;
    font-weight: bold;
}
#quickOrder .drop-down-stock-main.ddlb-custom {
    width: 250px;
}

@media screen and (max-width: 1366px) {
    .gvi-wish-list .flex-wish .btn {
        white-space: nowrap;
    }

        .gvi-wish-list .flex-wish .btn.view-product-btn {
            margin-bottom: 10px;
        }
}

@media (min-width: 640px) and (max-width: 1024px) {
    #quickOrder .quickorder-notify-me .notify-me-section .notifyMe {
        margin-top:10px;
    }
    .wishlist-details td.col-info {
        width: 180px;
        display: block;
        padding: 20px 10px;
    }

    .gvi-wish-list tbody td {
        vertical-align: top;
    }

    .gvi-wish-list .short-stock-msg {
        min-width: 150px;
    }

    .wishlist-details .gvi-wish-list-wrapper {
        overflow: auto;
    }
}

.short-stock-msg span {
    color: #620000;
}

.wishlist-sds-block .drop-down-stock-main {
    float: left;
    width: 200px;
}

    .wishlist-sds-block .drop-down-stock-main .ui-selectmenu-menu {
        width: 198px;
    }

.productcompare-index-page .compare-rails {
    overflow: visible;
}

.productcompare-index-page .product-action .btn-action.btn-add-to-basket {
    margin-left: 10px;
}

.product-details-page .checkout-offer-block .drop-down-stock-main {
    max-width: 250px;
    margin-bottom: 20px;
}

/*.last-viewed-block #lastViewedProductsTab .slick-list,
#checkoutofferings .slick-list {
    overflow-y: visible;
    overflow-x: hidden;
}*/

.short-dated-text {
    color: #46131B !important;
    background: #fae7de;
    padding: 5px 10px;
    display: inline-block;
}

.checkout-offer-block {
    width: 100%;
    display: block;
    float: left;
}

    .checkout-offer-block .drop-down-stock-main {
        float: left;
        margin-bottom: 15px;
    }

.product-details-page .drop-down-stock-main {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.productcompare-index-page .sds-center-block {
    display: block;
    width: 100%;
}

    .productcompare-index-page .sds-center-block .drop-down-stock-main {
        float: none;
        margin: 0px auto 15px auto;
        max-width: 200px;
    }

        .productcompare-index-page .sds-center-block .drop-down-stock-main .ui-selectmenu-menu,
        .checkout-offer-block .drop-down-stock-main .ui-selectmenu-menu {
            max-width: 178px;
        }
/*[134628] [A4S] 3.03. Short-dated stock – Label for items with short-dated stocks*/
.top-action .with-login {
    position: relative;
    top: 3px;
}

.logged-in header .login-person-name {
    padding-top: 8px;
}

.logged-in header .top-action .logout-link {
    padding-top: 10px;
}

.product-details-page .sds-measge-block {
    float: none;
}

    .product-details-page .sds-measge-block .sds-ava-msg {
        margin-left: 33px;
    }

.l-products.grid-mode .drop-down-stock-main {
    margin-top: 25px;
}

.l-products.list-mode .drop-down-stock-main {
    margin-top: 15px;
}

.drop-down-stock-main {
    float: right;
    max-width: 250px;
}

.sds-measge-block {
    float: left;
    text-align: left;
    max-width: 410px;
}

    .sds-measge-block img {
        width: 23px;
        position: relative;
        top: 10px;
    }

    .sds-measge-block .sds-ava-msg {
        margin-left: 28px;
        color: #B00021;
    }

    .sds-measge-block label {
        font-weight: bold;
        color: #B00021;
    }

#productPage .details-info .order-box .pdp-wish-list-block.sds-measge-block-pdp .hyp-add-to-wishlist .fav-ico {
    position: relative;
    top: 10px;
}

#productPage .details-info .order-box .pdp-wish-list-block.sds-measge-block-pdp .fav-ico-added {
    position: relative;
    top: 10px;
}
/*[172487] Wishlist not usable in beta*/
.logged-in.product-details-page .wishListAdded .fav-ico-added {
    position: relative;
    top: -10px;
    right: 0;
    left: 10px;
    padding-left: 5px;
}

@media screen and (max-width: 639px) {
    #quickOrder .drop-down-stock-main.ddlb-custom {
        width: 100%;
        float: left;
        max-width: 100%;
    }
    #quickOrder .qo-input-area .tbx-search input {
        display: inline-block;
        padding: 0px 35px 0 14px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    .gvi-wish-list .wishlist-sds-block {
        float: left;
        width: 100%;
    }

    .gvi-wish-list .sd-col-total {
        display: block !important;
        width: 100%;
    }

    .l-products.list-mode .drop-down-stock-main {
        margin-bottom: 15px;
        float: left;
    }

    .logged-in.product-details-page #productPage .wishListAdded .fav-ico-added {
        top: -10px;
    }
}

.contact-us-checkbox-error-block {
    text-align: right;
    margin-right: 5px;
}

.contact-us-checkbox-error {
    background: url(../../content/files/icons/Error.svg)no-repeat scroll left center;
    background-size: 14px;
    padding: 0 0px 4px 24px;
}

.privacy-statement-block {
    padding: 15px;
    background: #F2F2F2;
}

.contactUs-privacy-statement-block {
    padding: 15px;
    background: #F2F2F2;
}

@media screen and (min-width: 641px) {
    .wishlist-sds-block .drop-down-stock-main {
        margin: 0 15px;
    }

    .content-flexipage-page .ecb-productsetcarousel .ecb-productsetcarousel-container .slick-prev.slick-arrow {
        left: 12px;
    }

    .content-flexipage-page .ecb-productsetcarousel .ecb-productsetcarousel-container .slick-next.slick-arrow {
        right: 6px;
    }
}


@media screen and (max-width: 1023px) {
    .gvi-wish-list .flex-wish .btn {
        margin-bottom: 10px;
    }

    .content-flexipage-page .ecb-productsetcarousel .ecb-productsetcarousel-container .slick-prev.slick-arrow {
        top: 40%;
    }

    .content-flexipage-page .ecb-productsetcarousel .ecb-productsetcarousel-container .slick-next.slick-arrow {
        top: 40%;
    }
}

body.basket-details-page #basketPage .msg-basket-recalculate .hyp-recalculate {
    text-decoration: underline;
    font-weight: bold;
}

.order-templates-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.order-templates-footer {
    margin-top: 10px;
}

.gvi-basket tbody tr td.col-discount.col-discount-td {
    padding: 15px 0;
}

.col-discount-td .discount-control {
    margin: 0px auto;
}

    .col-discount-td .discount-control .tbx-discount {
        border: none;
        width: 52px;
        margin: 0;
    }

        .col-discount-td .discount-control .tbx-discount.focused {
            background: #f2f2f2;
        }

    .col-discount-td .discount-control .ui-spinner-button {
        display: none;
    }

    .col-discount-td .discount-control .ui-spinner-input {
        text-align: center;
        height: 37px;
    }

.search-address-list.search-add-ovd #searchAddressbox {
    border: 2px solid #f7a775 !important;
}

#searchAddress input {
    border: 2px solid #f7a775 !important;
}

.ddlb .ui-widget {
    font-family: 'Roobert', sans-serif;
    font-size: 16px;
}

.ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-family: 'Roobert', sans-serif;
    font-size: 16px;
}

.field-shippingaddress-state .ui-selectmenu-text.selectmenu-placeholder {
    font-style: normal;
}

.orders-unpaidtransactions-page #invoicesUnpaidTransactions .gvi-invoices thead th,
.orders-unpaidtransactions-page .orders .gvi-creditnotes thead th {
    text-align: left;
}

.orders-unpaidtransactions-page #invoicesUnpaidTransactions .gvi-invoices,
.orders-unpaidtransactions-page .orders .gvi-creditnotes {
    margin-top: 15px;
}

#forgotPasswordPage .form-button {
    padding-left: 0;
}

.has-sticky .compare-tiles-wrp {
    max-width: 1440px;
}

.ecb-imageslider-fullscreen.nav-outside {
    height: calc(100vh + 0px) !important;
}


.search input#searchbox {
    border-radius: 3px;
}

#quickOrder .tbx-search input,
.quick-edit-popup .tbx-search input {
    border-radius: 3px;
    padding-right: 45px;
}

    #quickOrder .tbx-search input:placeholder-shown,
    .quick-edit-popup .tbx-search input:placeholder-shown {
        text-overflow: ellipsis;
    }

.search-wrapper .btn.btn-search {
    border-radius: 0 3px 3px 0;
}

.ui-desktop .has-sticky.is-sticky {
    top: 148px;
}

.tbx-main-search {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.content-contactus-page .site .banner h1 {
    text-shadow: 0 1px 1px #949494;
    font-size: 66px;
    text-align: center;
}

.site .login-person-name {
    display: none;
}

.logged-in .login-person-name {
    display: inline-block;
}

.nav-type-multi .nav-lvl-3 .hyp {
    padding-left: 10px;
}

.site .top-hyp + .top-hyp {
    border-left: none;
}

.content a {
    text-decoration: underline;
}

    .content a.btn {
        text-decoration: none;
    }

a.hyp.wish-list.top-hyp {
    padding-left: 0;
    border: none;
}

.paging-control .paging-links .pager-list li a {
    text-decoration: none;
}

.tbx-main-search.focused + .btn-search {
    color: #fff;
}
/*.top-hyp.white-link {
    display:none;
}*/
.logged-in a.hyp.wish-list.top-hyp {
    padding-left: 5px;
    border-left: none;
    line-height: 16px;
}

.site a.top-info.text-capitalize.Catalogues_Newsletters {
    border-bottom: none;
}


.top-action a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.middle-header {
    box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
}

.logged-in .my-account-hyp {
    display: block !important;
}

.my-account-hyp {
    display: none !important;
}

.center {
    max-width: 1600px;
}

.content {
    margin-bottom: 30px;
}


.top-header {
    max-width: 1600px;
}

.middle-header {
    max-width: 100%;
}

    .middle-header .middle-header-mx-width {
        max-width: 1600px;
    }
/* icon */
.facet .hdr.collapsed {
    background-image: url(../files/icons/minus.svg);
    background-size: 15px;
}

.facet .hdr.expanded {
    background-image: url(../files/icons/plus.svg);
    background-size: 15px;
}

.facets .facet {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EDB093;
    padding: 15px 0px 0 0px;
    margin-bottom: 18px;
}

.filters-wrapper .facets .facet .list-facets li {
    margin-bottom: 15px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.ui-datepicker .ui-datepicker-today a {
    color: #fff;
}

.ui-datepicker td:hover {
    border-radius: 50%;
    background-color: #ddd;
}

.ui-datepicker td {
    padding: 4px;
    border-radius: 50%;
}

.ui-datepicker {
    padding: 0 .2em .2em 0;
}

    .ui-datepicker .ui-datepicker-header {
        background-color: #DEEEE8;
        height: 64px;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 24px;
    }

    .ui-datepicker .ui-datepicker-prev {
        right: 24px;
        left: auto;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 8px 2.3em 0 10px;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 21px;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 21px;
    }
/* button style*/
/*.basket-details-page #basketPage .btn.btn-checkout {
    padding: 4px 25px 0 25px;
}*/
.btn:hover,
.btn:focus {
    color: #fff;
}

.btn.btn-action, .btn.btn-default, .btn {
    border-width: 1px;
    border-radius: 40px;
    /*padding: 0 25px 0 25px;*/
    padding: 14px 25px 14px 25px;
    line-height: 16px !important;
    height: 47px;
}

.site .btn-scroll-top {
    border-width: 1px;
    border-radius: 50%;
    padding: 5px;
    z-index: 9;
}

    .site .btn-scroll-top .icon-layer {
        fill: #00412E;
    }

    .site .btn-scroll-top.hover .icon-layer {
        fill: #fff;
    }

.btn:after {
    display: none;
}

.btn.btn-paging {
    border-radius: 2px;
}

header .over-summary.is-empty .over-summary-number {
    display: none;
}
/* paggination style*/
.btn.btn-paging {
    background-color: #F2F2F2;
    border-color: transparent;
    color: #00412E;
}

    .btn.btn-paging:hover,
    .btn.btn-paging.hover,
    .btn.btn-paging:focus {
        background-color: #fff;
        border-color: #fff;
    }

.paging-control .btn-paging.btn-page-prev {
    background: none;
}

.btn-disabled.btn-page-prev::after {
    background-position: unset;
}

.paging-control ul.pager-list {
    margin: 0;
}

.paging-control .btn-paging.btn-page-prev:after {
    background-image: url(../files/icons/paggination-Left.svg);
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    background-size: contain;
}

.paging-control .btn-paging.btn-page-prev.btn-disabled:after {
    background-image: url(../files/icons/paggination-Left-disabled.svg);
}

.paging-control .btn-paging.btn-page-next.btn-disabled:after {
    background-image: url(../files/icons/paggination-right-disabled.svg);
}

.paging-control .btn-paging.btn-page-next:after {
    background-image: url(../files/icons/paggination-right.svg);
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    bottom: 0;
    left: -16px;
    margin: auto;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    background-size: contain;
}

body .content .btn-paging.btn:visited:hover,
.btn.btn-paging.btn-page-prev:hover {
    background: #f9f9f9;
    border-color: #f9f9f9;
}
/* quantity box */
.tbx.tbx-quantity {
    border-color: transparent;
}

.tbx-quantity input {
    height: 37px;
}

.ui-button.ui-spinner-button {
    height: 37px;
    width: 37px;
}

.btn.ui-button.ui-widget.ui-spinner-button {
    background-color: #DEEEE8;
    color: #00412E;
    border-width: 0;
}

    .btn.ui-button.ui-widget.ui-spinner-button:hover,
    .btn.ui-button.ui-widget.ui-spinner-button:focus,
    .btn.ui-button.ui-widget.ui-spinner-button:active {
        background-color: #B3C6C1;
    }

    .btn.ui-button.ui-widget.ui-spinner-button.focused {
        border-bottom-color: transparent;
    }

.ui-spinner-button.ui-spinner-down .icon-down {
    background-image: url(../files/icons/decrease-green.svg);
    background-size: contain;
    margin-top: 0;
    margin-left: -7px;
    height: 13px;
    width: 14px;
}

.ui-spinner-up .icon-up {
    background-image: url(../files/icons/increase-green-plus.svg);
    background-size: contain;
    margin-top: -6px;
    margin-left: -7px;
    height: 13px;
    width: 14px;
}

.site .ui-spinner-button.ui-spinner-up {
    right: -38px;
    border-radius: 0 50% 50% 0;
}

.site .ui-spinner-button.ui-spinner-down {
    left: -38px;
    border-radius: 50% 0px 0px 50%;
}
/* check box and radio button*/
label .rdb ins {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    margin-top: -3px;
}

label .rdb input[type="radio"]:checked + ins:after {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    top: 2px;
    left: 2px;
}

.radio span {
    margin-left: 10px;
}

.active label.radio .rdb ins {
    border: 2px solid #00412E;
}

label .chb ins, label .chb input[type="checkbox"]:checked + ins {
    background: #00412E;
}

/* button */
label .chb ins {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    border-radius: 3px;
}

.facets .list-facets .facet-item {
    margin-left: 14px;
}

.filters-wrapper .facets .facet .list-facets {
    margin-top: 20px;
    margin-left: 15px;
}

label .chb ins {
    border-width: 2px;
}

label .chb input[type="checkbox"] + ins:after {
    bottom: 6px;
    right: 4px;
    width: 7px;
    height: 13px;
}

label .chb input[type="checkbox"]:checked + ins {
    border-color: transparent !important;
}

.btn.ui-state-disabled,
.btn-disabled,
.btn[disabled],
.btn.ui-state-disabled:hover,
.btn-disabled:hover,
.btn[disabled]:hover,
.btn.ui-state-disabled:focus,
.btn-disabled:focus,
.btn[disabled]:focus {
    color: #4f4f4f;
}
/* link and icon with link*/
.nav-list-wrapper .nav-list.nav-list-root .logout-link:before {
    display: none;
}

.nav-list-wrapper .nav-list.nav-list-root .logout-link {
    padding-left: 15px;
    font-size: 14px;
}

footer a.hyp, footer a {
    text-decoration: none;
}

    footer a.hyp:hover,
    footer a:hover,
    footer a.hyp:focus,
    footer a:focus {
        text-decoration: underline;
    }

a.hyp, a {
    /*    text-decoration: underline;
*/ /*font-weight: bold;*/
}

    a.hyp:hover,
    a:hover,
    a:focus,
    a.hyp:focus {
        /*        font-weight:bold;
*/
    }

body .content a:visited {
    color: #46131B;
    text-decoration: underline;
}

body .content .btn:hover {
    color: #fff;
    text-decoration: none;
}

body .content .btn.btn-action:active {
    background: #00412e;
}


body .content a:hover,
body .content a:focus {
    text-decoration: underline;
    text-shadow: 0 0 1px black;
}

.arrow-blue:before {
    color: #000;
}

.arrow-grey:before {
    color: #828282;
}

.arrow-black:before {
    color: #000;
}

.arrow-red:before {
    font-size: 11px;
    color: #4F4F4F;
}

body .content .btn:visited {
    color: #000;
    text-decoration: none;
    background: #fff;
    font-weight: normal;
}

    body .content .btn:hover, body .content .btn:visited:hover {
        font-weight: normal;
    }

    body .content .btn:visited:hover {
        color: #fff;
        text-decoration: none;
        background: #00412E;
    }

        body .content .btn:visited:hover .btn-cnt {
            font-weight: normal;
        }

    body .content .btn:visited:hover {
        color: #fff;
        text-decoration: none;
        background: #00412E;
    }

        body .content .btn:visited:hover .btn-cnt {
            font-weight: normal;
        }
/* checkout */
.ecb-cart-upload .form-holder-cart-upload .cb-bult-cart-upload a:before {
    background: url(../files/icons/Download.svg) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    bottom: 0;
    right: 7px;
    margin: auto;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    background-size: contain;
}

.ecb-cart-upload .form-holder-cart-upload .cb-bult-cart-upload a {
    text-decoration: none;
}
/* notification */
.msg-block-alert {
    border-left: 3px solid #DC5800;
}

.msg-block-info, .wide-msg-block-info {
    border-left: 3px solid #2E5299;
}

.msg-block-confirm {
    border-left: 3px solid #00A908;
}

.msg-block-error,
.validation-summary-errors {
    border-left: 3px solid #B00020;
}

    .msg-block-alert:before,
    .msg-block-confirm:before,
    .msg-block-error:before,
    .msg-block-info:before {
        top: 16px;
        left: 13px;
        height: 18px;
        width: 18px;
        background-size: contain;
    }

    .msg-block-error:before {
        top: 16px;
    }

.msg-block-info:before {
    background: url(../files/icons/msg-info.svg) no-repeat;
    background-size: contain;
    top: 16px;
}
/* Header style*/
.middle-header .hyp.white-link, .middle-header .top-hyp.white-link {
    color: #fff;
    text-decoration: none;
}

.search .search-wrapper .btn-search {
    border-radius: 0;
    top: -1px;
    height: 44px;
}

header.sticky-mode .over-summary .hyp {
    top: 4px;
}

.search .search-wrapper .tbx-main-search {
    border: none;
}

.search .search-wrapper .suggest-item {
    padding: 15px 0;
}

.search .search-wrapper .ui-menu .ui-menu-item {
    border-bottom: 1px solid #f2f2f2;
}

.basket {
    margin-left: 0;
}

    .basket .over-summary .over-summary-number,
    .basket .over-summary .over-summary-lbl {
        color: #fff;
    }

    .basket:hover .over-summary .over-summary-number,
    .basket:hover .over-summary .over-summary-lbl {
        color: #000;
    }

    .basket:hover .over-summary .over-summary-number {
        color: #F0BB43;
    }

    .basket:hover .over-summary .hyp:before {
        background: url(../files/icons/basket-white-icon-yellow.svg) no-repeat scroll 0 0 transparent;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 19px;
        margin: auto;
        height: 20px;
        width: 20px;
        background-size: contain;
    }

.m-tbx .tar {
    border-color: transparent;
}

.btn-delete-limit {
    background-image: url(../files/icons/clear.svg);
    background-size: 14px;
}

    .btn-delete-limit:hover {
        background-image: url(../files/icons/clear-white-new.svg);
        background-size: 14px;
    }

@media screen and (min-width: 640px) {
    .contactUs-privacy-statement-container {
        display: flex;
        align-items: center;
    }

        .contactUs-privacy-statement-container .btn {
            margin-left: 15px;
        }

    header {
        position: fixed;
        width: 100%;
    }

        header .bottom-header {
            background: #fff;
            flex: 2;
        }

        header .nav-item-root .hyp-top-lvl.has-children span:after {
            background: url(../files/icons/angle-arrow-down-white.png) no-repeat;
            content: '';
            display: inline-block;
            position: absolute;
            top: 4px;
            bottom: 0;
            right: -3px;
            margin: auto;
            height: 11px;
            width: 10px;
            vertical-align: middle;
            background-size: contain;
        }

        header .nav-item-root .nav-list-sub li a {
            border-top: 1px solid #f2f2f2;
        }

            header .nav-item-root .nav-list-sub li a:before {
                display: none;
            }
}

.nav-item-root.hover .hyp-top-lvl {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent !important;
}

    .nav-item-root.hover .hyp-top-lvl span {
        border-width: 0 0 3px 0;
        border-style: solid;
        padding-bottom: 5px;
    }
/*footer style */
footer .footer-bottom {
    background-color: #F0BB43;
}

    footer .footer-bottom .columns-general.bottom {
        padding-top: 1px;
        padding-bottom: 1px;
    }

footer .footer-bottom {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    padding: 2px 0;
    min-height: 25px;
}

.footer-logo img {
    width: 300px !important;
}

.footer-logo {
    width: 300px;
    margin-bottom: 5px;
}

.sitemap-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
}

.sitemap-nav > li > ul {
    margin-top: 15px;
}

.sitemap-nav > li:nth-child(4n) ul li {
    padding: 0;
    padding-bottom: 10px;
}

    .sitemap-nav > li:nth-child(4n) ul li a {
        font-weight: 600;
        line-height: 17px;
        letter-spacing: 0.03em;
    }

.sitemap-nav > li:nth-child(5n) ul li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
}

footer .phone {
    float: right;
    margin-right: 15px;
}

footer li.phone a {
    font-size: 14px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

footer li.phone ul li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
}
/*footer .columns-general > .phone {
    display: contents;
}
    footer .phone  li ul {
        margin-top: 15px;
    }*/
.sitemap-nav li {
    width: 212px;
}

.footer-bottom .footer-nav a {
    position: relative;
    padding-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

    .footer-bottom .footer-nav a:before {
        content: "";
        width: 0.8px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 6px;
    }

    .footer-bottom .footer-nav a:last-child:before {
        display: none;
    }

footer .sitemap ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

footer .sitemap .sitemap-nav > li > a {
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.03em;
}


header .top-action .logout-link {
    display: none;
}

.logged-in header .top-action .logout-link {
    display: block;
    float: right;
    padding-top: 8px;
    padding-left: 10px;
    font-weight: 600;
    color: #00412E;
}

    .logged-in header .top-action .logout-link:before {
        display: none;
    }

.middle-header .nav-item.selected .hyp-top-lvl span:after {
    background: transparent;
}

.login-person-name {
    float: left;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 5px;
    display: none;
}

.logged-in header .login-person-name {
    display: block;
    color: #00412E;
    font-size: 14px;
}

.login-person-name {
    text-transform: uppercase;
    font-weight: 600;
}

header .top-action .top-hyp {
    margin-top: 10px;
    padding-top: 3px;
}

header .top-action .top-dropdown.language {
    float: left;
}

header .top-action .top-info {
    float: left;
    padding-top: 9px;
}

.logged-in header .top-action .top-info {
    padding-top: 8px;
}

.logged-in.ui-desktop header .top-dropdown:hover {
    margin-top: 1px;
}

header .top-dropdown.login {
    display: none;
}

.top-dropdown {
    margin-top: 9px;
}
/**Styles on the unordered bullets*/
.content ul li {
    padding-left: 0px;
    margin-bottom: 10px;
}

.paging-control .paging-links ul li {
    min-width: 35px;
    text-align: center;
    height: 32px;
}

.paging-control .paging-links ul {
    margin-top: 8px;
}

.content ul li:last-child {
    margin-bottom: 0px;
}

.content ul li::marker {
    font-size: xx-small;
}

.middle-header-block {
    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: 62px;
    max-width: 1600px;
    z-index: 2;
}

header.sticky-mode .middle-header-block {
    -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 .top-header .top-action .top-info {
    color: #00412E;
}

header .top-header .top-action a {
    text-decoration: none;
}

.profile-login-page .itegria-ui:nth-child(3) {
    margin-bottom: 15px;
}

.profile-login-page .login-page-cnt .form-holder .row-username .label,
.profile-login-page .login-page-cnt .form-holder .row-password .label {
    display: none;
}

.breadcrumbs .arrow-red::before {
    color: #4F4F4F;
}

.middle-header .btn-suggestions-top {
    display: none;
}

.form-row .field:hover input {
    border: 1px solid #000;
}

    .form-row .field:hover input.ui-spinner-input {
        border: none;
    }

.form-row .field:hover .m-tbx-label {
    color: #828282;
}

.form-row .ddlb .ui-selectmenu-button:hover {
    border-color: #000;
}

    .form-row .ddlb .ui-selectmenu-button:hover .selectmenu-placeholder {
        color: #828282;
    }

.profile-login-page label .chb ins {
    margin-top: -5px;
}
/* input label show for other pages*/
.profile-index-page .itegria-ui.form-row .label {
    display: table-cell;
}

.profile-index-page .itegria-ui .field.m-tbx {
    padding: 0;
}

.profile-index-page .itegria-ui {
    margin-bottom: 20px;
}

/*.profile-edit-page .itegria-ui.form-row .label {
    display: table-cell;
}
.profile-edit-page .itegria-ui .field.m-tbx {
    padding: 0;
}
.profile-edit-page .itegria-ui {
    margin-bottom: 20px;
}
.profile-edit-page .itegria-ui.form-row.field-address-name .label {
    display: none;
}
    .profile-edit-page .itegria-ui.field-address-name .field.m-tbx {
        padding: 25px 0 10px 0;
    }
    .profile-edit-page .itegria-ui.field-address-name {
        margin-bottom: 0;
    }
    .profile-edit-page .itegria-ui.form-row.field-customer-email .label {
        display: none;
    }

    .profile-edit-page .itegria-ui.field-customer-email .field.m-tbx {
        padding: 25px 0 10px 0;
    }

    .profile-edit-page .itegria-ui.field-customer-email {
        margin-bottom: 0;
    }*/



.profile-createnewsubaccount-page .itegria-ui.form-row .label,
.profile-editsubaccount-page .itegria-ui.form-row .label {
    display: table-cell;
}

.profile-createnewsubaccount-page.itegria-ui .field.m-tbx,
.profile-editsubaccount-page.itegria-ui .field.m-tbx {
    padding: 0;
}

.profile-createnewsubaccount-page .itegria-ui,
.profile-editsubaccount-page .itegria-ui {
    margin-bottom: 20px;
}

.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.form-row.row-name .label,
.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.form-row.row-email .label,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.form-row.row-name .label,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.form-row.row-email .label {
    display: none;
}

.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.row-name .field.m-tbx,
.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.row-email .field.m-tbx,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.row-name .field.m-tbx,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.row-email .field.m-tbx {
    padding: 25px 0 10px 0;
}

.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.row-name,
.profile-createnewsubaccount-page #createNewSubAccountPage .itegria-ui.row-email,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.row-name,
.profile-editsubaccount-page #editSubAccountPage .itegria-ui.row-email {
    margin-bottom: 0;
}

.product-details-page .itegria-ui.form-row .label {
    display: table-cell;
}

.product-details-page .itegria-ui .field.m-tbx {
    padding: 0;
}

.product-details-page .itegria-ui {
    margin-bottom: 20px;
}

.btn-disabled.btn-page-next:after {
    background-position: -7px -1px;
}

.profile-edit-page .account-info-inside .itegria-ui.form-row .label {
    display: table-cell;
}

.profile-edit-page .account-info-inside .itegria-ui .field.m-tbx {
    padding: 0;
}

.profile-edit-page .account-info-inside .itegria-ui {
    margin-bottom: 20px;
}
/*.key-contract-col {
    width: calc(50% - 20px);
}*/
.margin-tp-30 {
    margin-top: 30px;
}

.margin-btm-50 {
    margin-bottom: 50px;
}

.key-contract-block {
    min-height: 250px;
    border: 1px solid #ddd;
    padding: 10px;
}

.mr-tp-bt-none {
    margin: 0;
}

.mr-tp-none {
    margin-top: 0;
}

.mr-bt-none {
    margin-bottom: 0;
}
/*nav .hyp.represent-cus-link {
    float: left;
    padding-top: 9px;
    padding-left: 10px;
    color: #00412E;
    font-weight: 700;
    font-size: 14px;
}*/
.hyp.represent-cus-link {
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    color: #00412E;
    font-weight: 700;
    font-size: 14px;
}

.represent-cus-name {
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    color: #00412E;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.represent-another-cus-text {
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    color: #00412E;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.represent-cus-name.welcome {
    padding-top: 2px;
    margin: 0;
    border: none;
}

.stop-representing {
    float: left;
    padding-top: 8px;
    padding-left: 10px;
    border: none;
    margin: 0px;
}

    .stop-representing .arrow-blue {
        color: #c91f42;
        font-weight: 700;
        font-size: 9px;
    }

    .stop-representing a:before {
        display: none;
    }
/**End of Styles on the unordered bullets*/
.btn-edit-sub-account {
    background-image: url(../files/icons/edit-green.png);
}

    .btn-edit-sub-account:hover {
        background-image: url(../files/icons/edit-white.png);
    }

.btn-delete-sub-account {
    background-image: url(../files/icons/clear-green.png);
}

    .btn-delete-sub-account:hover {
        background-image: url(../files/icons/clear-white.png);
    }

.breadcrumbs .arrow-red::before {
    content: url(../files/icons/breadcumb-icon.svg);
    top: 7px;
}

.breadcrumbs ul li.current a {
    color: #4F4F4F;
}

.content-faqpage-page .accordion .accordion-header.collapsed .btn-show-hide:before {
    background-image: url(../files/icons/increase-green-plus.svg);
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
}

.content-faqpage-page .accordion .accordion-header.collapsed:hover .btn-show-hide:before {
    background-image: url(../files/icons/increase-white-plus.svg);
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px;
}

.content-faqpage-page .accordion .accordion-header.expanded .btn-show-hide:before {
    background-image: url(../files/icons/decrease-green.svg);
    width: 14px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
}

.content-faqpage-page .accordion .accordion-header.expanded:hover .btn-show-hide:before {
    background-image: url(../files/icons/decrease-white.svg);
    width: 14px;
    height: 2px;
    margin-left: -7px;
    margin-top: -1px;
}

.content-faqpage-page .accordion .accordion-header .btn-show-hide {
    height: 25px;
    margin-right: 10px;
}

.content-faqpage-page .accordion-section {
    padding-left: 60px;
}

.filters-wrapper .facets .hyp-toggle {
    text-decoration: none;
}

    .filters-wrapper .facets .hyp-toggle .expand {
        text-decoration: underline;
    }

    .filters-wrapper .facets .hyp-toggle .collapse {
        text-decoration: underline;
    }

.ddlb-sorting:hover .ui-selectmenu-button {
    border-color: #000;
}

.btn.no-icon, .btn.no-caption {
    padding-right: 25px;
}

.row-promotions {
    display: inline-flex;
}

    .row-promotions .btn.no-icon {
        margin-top: 29px;
        margin-left: 20px;
        width: 130px;
    }

    .row-promotions .m-tbx input {
        min-height: 46px;
        margin-top: 4px;
    }

.nav-lvl-2 > .nav-item .font-h4 {
    font-size: 18px;
}

.shipping-choice.shipping-selected .btn-selected:before {
    background: url(../files/icons/confirm.png) center center no-repeat;
}

#createAccountPage .row-password .m-tbx-label {
    top: 35px;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 3px;
    color: #00412E;
}

.msg-block-alert:before,
.msg-block-confirm:before,
.msg-block-error:before,
.msg-block-info:before {
    height: 20px;
    width: 20px;
}

.msg-block-error, .validation-summary-errors, .msg-block-confirm, .msg-block-info, .msg-block-alert {
    padding: 15px 20px 15px 42px;
}

.details-img .slick-prev {
    left: 12px;
}

.details-img .slick-next {
    right: 12px;
}

/**PLP DEsign*/
.productlist-search-page a, .product-details-page a, .productlist-list-page a {
    text-decoration: none;
}

.list-mode .thumbnail {
    width: 80%;
}

.breadcrumbs {
    margin: 25px 0 10px 0;
}

.content-header .center {
    padding-top: 5px;
}

.productlist-list-page .combined-header {
    display: none;
}
/**PLP DEsign ENDS*/
.product-list .desc.special, .product-list .desc.warning-ovd {
    text-align: left;
}
/* Desktop*/
@media screen and (min-width: 1367px) {
    .sitemap-nav li.phone {
        width: 145px;
    }

    .middle-header .search {
        width: 22%;
    }
}

@media screen and (min-width: 1024px) {
    .profile-edit-page .site .search-add-ovd .ui-selectmenu-menu, .profile-createprospect-page .site .search-add-ovd .ui-selectmenu-menu {
        max-width: 100.4%;
        width: 100.4%;
    }

    #searchAddressbox {
        width: 138%;
    }

    .site a.top-hyp.top-login {
        padding-left: 13px;
    }

    .content {
        padding-top: 149px;
    }

    .basket-summary-holder {
        min-width: 10px;
    }

    .LoggedInAs-standard-user {
        display: none;
    }

    .middle-header-block .basket-summary-holder {
        min-width: 10px;
    }

    .stop-representing {
        position: relative;
    }

        .stop-representing .represent-another-cus-text {
            padding-top: 0;
        }

        .stop-representing .arrow-blue {
            position: absolute;
            left: 10px;
            top: 23px;
        }

    .header-blocks-wrapper {
        background-color: #fff;
    }

    .nav-type-multi .nav-wrapper .nav-more {
        position: relative;
        bottom: 0;
    }

        .nav-type-multi .nav-wrapper .nav-more a {
            white-space: normal;
            line-height: 19px;
            padding: 10px 12px 10px 10px;
        }

    .ecb-imageslider-fullheight .over-summary .hyp:before {
        background-image: url(../files/icons/basket-white-icon.svg);
    }

    .ecb-imageslider-fullheight .basket:hover .over-summary.is-empty .hyp:before {
        background-image: url(../files/icons/basket-white-icon-yellow.svg);
    }

    .nav-type-multi .nav-item .nav-wrapper .nav-list.nav-lvl-2 {
        padding: 12px 0 22px 0;
    }

    .nav-type-multi .nav-item .nav-wrapper {
        padding: 0;
        box-shadow: 0px 4px 12px rgb(84 84 84 / 15%);
    }

    .middle-header {
        min-height: 97px;
        margin: 0px auto;
    }

    .mobile-only-salAgen.summary {
        display: none;
    }

    .middle-header:after {
        content: "";
        clear: both;
        display: table;
    }

    .middle-header-block:after {
        content: "";
        clear: both;
        display: table;
    }

    .middle-header-block {
        margin: 5px auto 0 auto;
    }

    header .header-blocks-wrapper .top-header {
        padding: 0px 80px 1px 80px;
    }

    .logged-in header .top-action .logout-link {
        padding-right: 10px;
    }

    .has-sticky.is-sticky {
        top: 148px;
    }
}

@media screen and (min-width: 1024px) {
    .basket-summary-holder {
        min-width: 10px;
    }

    .facets .facet {
        padding: 15px 20px 0 10px;
    }

    .center {
        padding: 0 80px;
    }
    /*   .middle-header .bottom-header .nav-main {
            height: 60px;
            overflow: hidden;
        }*/

    .breadcrumbs .hyp {
        font-size: 16px;
        margin: 0 7px 0 14px;
    }

        .breadcrumbs .hyp:first-child {
            font-size: 16px;
            margin: 0 7px 0 0;
        }

    .middle-header {
        padding: 0 80px;
    }

    header {
        border-top: 5px solid #F0BB43;
    }



    .middle-header {
        background-color: #00412E;
    }

    header .middle-header .middle-header-block {
        min-height: 96px;
    }

    .search {
        width: 20%;
    }

    .logo {
        padding-top: 10px;
    }

    header .top-header {
        padding: 5px 9% 5px 8%;
    }
}

@media screen and (max-width: 1024px) {
    .phone a, footer .sitemap .sitemap-nav > li > a.hyp {
        pointer-events: auto;
    }


    .filters-wrapper .facet .hdr h4 {
        width: 85%;
    }

    footer .phone {
        float: left;
    }
}
/*  @media screen and (min-width: 813px) {
        .content {
            padding-top: 160px;
        }
        .profile-login-page .content {
            padding-top: 174px;
        }
    }*/

/*@media screen and (max-width: 813px) {*/
/*        header .middle-header {
            width: 75%;
        }*/
/*.nav-list .top-hyp.top-login {
            float: left;
            width: 100%;
            margin: 0;
            border-top: 1px solid #E5E5E5 !important;
        }
        .nav-list .top-hyp.wish-list {
            float: left;
            width: 100%;
            margin: 0;
            border-top: 1px solid #E5E5E5 !important;
        }
    }*/

@media screen and (min-width: 640px) {
    .sm-margin-lt {
        margin-left: 15px;
    }

    #statementHistoryPage table td {
        vertical-align: middle;
    }

    header .top-dropdown:hover {
        top: 2px;
    }


    footer .center .columns-general.top {
        padding: 92px 0 70px 0;
    }

    .search .search-wrapper .btn-search {
        padding: 0 15px 0 15px;
    }

        .search .search-wrapper .btn-search:before {
            display: none;
        }

        .search .search-wrapper .btn-search span {
            display: block;
        }

    /*     footer .sitemap-nav {
            float: left;
        }*/

    .column75 {
        width: 75%;
    }
}
/* tablet + mobile*/
@media screen and (max-width: 1023px) {

    /* .search-add-ovd .m-tbx-label {
            position:static;
        }

        .search-add-ovd #searchAddress {
            width: 100%;
        }*/
    .site .search-add-ovd #searchAddress {
        width: 0;
        padding: 0;
    }

    #searchAddressbox {
        order: 3;
    }

    .search-add-ovd .control .field.m-tbx {
        display: flex !important;
    }

    /*     .site .search-add-ovd #searchAddressButton:not(.btn[disabled]) {
            height: 49px;
            right: 2px;
            top: 1px;
        }*/


    .middle-header {
        max-height: 62px;
        height: 62px;
    }

    .search-add-ovd .label {
        display: none !important;
    }

    .search-add-ovd #searchAddress {
        width: 100%;
    }

    .content {
        padding-top: 0 !important;
    }

    .language.top-dropdown .summary {
        direction: ltr;
    }

    .middle-header .middle-header-block .cus-service-link {
        display: none;
    }

    .sales-agent-reprent-cus.logged-in header .login-person-name {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 25px 10px 15px;
        /*border-bottom: 1px solid #E5E5E5;*/
    }

    header .nav-list .top-hyp.newsletters-important {
        /*            float: left;
*/ width: 100%;
        border-top: 1px solid #E5E5E5;
        margin-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    a.top-hyp.top-login {
        width: 100%;
        /*            float: left;
*/ margin-bottom: 0;
    }

    a.hyp.wish-list.top-hyp {
        float: none !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav-list-wrapper .nav-list.nav-list-root .logout-link {
        float: none !important;
    }

    .summary .stop-representing {
        padding: 10px 25px 10px 3px !important;
    }

    header nav .my-account-hyp {
        /*            float: left;
*/ width: 100%;
    }

    .nav-list-wrapper .nav-list.nav-list-root .cus-service-link {
        /*            float: left;
*/ width: 100%;
        margin-bottom: 0;
    }

    .sales-agent-loggedin.logged-in .represent-cus-name {
        padding: 10px 25px 10px 15px !important;
    }

    .middle-header .middle-header-block .nav-opener-wrapper {
        border: none;
    }

    .summary .stop-representing {
        padding: 10px 25px 10px 10px !important;
    }

    .site a.top-info.text-capitalize.Catalogues_Newsletters {
        border-bottom: none;
        padding: 10px 25px 10px 5px;
    }

    .header-blocks-wrapper .bottom-header .nav-opener-wrapper {
        border-width: 0;
    }

    .middle-header {
        direction: rtl;
    }

    a.top-hyp.top-login {
        margin-top: 0;
        border: none;
    }
    /*   header.sticky-mode .nav-list .top-hyp {
            border:none;
        }*/

    header.sticky-mode .search {
        direction: ltr;
        max-width: 250px;
    }

    footer .sitemap .sitemap-nav li ul {
        display: none;
    }

    footer .sitemap .sitemap-nav li:last-child ul {
        display: block;
    }

    footer .sitemap-nav > li > ul {
        margin-top: 5px;
    }

    footer .sitemap-nav li {
        margin-bottom: 8px;
    }

    .sitemap {
        margin-bottom: 0;
    }

    header.sticky-mode .nav-list-root {
        width: 87%;
    }

    .logged-in header .login-person-name {
        display: none;
    }

    header.sticky-mode .top-action .basket {
        /*  display: none;*/
    }

    header.sticky-mode .bottom-header {
        background-color: #00412E;
    }



    header .middle-header .bottom-header .basket {
        float: left;
        margin-left: 0;
        vertical-align: middle;
        /* right: 65px;*/
        height: 63px;
    }

    header .bottom-header .center {
        float: right;
    }

    header .my-account-hyp {
        display: none;
    }

    header .top-header .top-action .top-dropdown.language {
        display: none;
    }

    header.sticky-mode .top-header {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .filters-wrapper .facets .facet .list-facets {
        margin-left: 0;
    }

    .facets .list-facets .facet-item {
        margin-left: 7px;
    }

    .facet li {
        padding-right: 26px;
    }

    header.sticky-mode .bottom-header {
        right: -30px;
    }
    /*        header.sticky-mode .nav-list .top-hyp {
            margin-left: 2.5%;
        }*/

    .nav-list-wrapper .nav-list.nav-list-root .top-info {
        margin-left: 2.5%;
    }
}

@media (min-width: 640px) and (max-width: 813px) {
    .nav-list .hyp.represent-cus-link {
        padding-left: 30px;
    }

    .nav-list .represent-cus-name {
        margin-left: 20px;
        padding-left: 10px;
        padding-bottom: 8px;
    }

    .nav-list .stop-representing {
        margin-left: 20px;
        padding-left: 10px;
    }

        .nav-list .stop-representing a {
            padding-left: 0;
        }

    .represent-another-cus-text {
        width: 100%;
        margin-left: 20px;
        padding-left: 10px;
        padding-bottom: 8px;
    }
}

@media (min-width: 769px) and (max-width: 813px) {
    header.sticky-mode .bottom-header {
        right: -56px;
    }
}


/**Tablet */
@media (min-width: 640px) and (max-width: 1023px) {
    /*   .site .search-add-ovd #searchAddressButton:not(.btn[disabled]) {
            height: 55px;
            right: 0;
            top: 0px;
            border: 1px solid #ccc;
        }*/
    .sana-is-ios header.sticky-mode .bottom-header {
        width: 160px;
    }

    .search .search-wrapper .btn-search {
        top: 0px;
        height: 42px;
    }

    .search {
        width: 40%;
    }

    .site #checkoutAddressWarningMsg {
        margin-left: 0;
    }

    header.sticky-mode .bottom-header {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 134px;
    }

    .bottom-header .nav-opener-wrapper {
        float: right;
    }

    .bottom-header .basket {
        margin-left: 0px;
        float: left;
    }

    header .middle-header {
        padding-top: 10px;
        width: 75%;
    }

    header.sticky-mode .nav-list-root {
        width: 40%;
    }

    header .bottom-header {
        flex: none;
    }

    .logo {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    header .middle-header {
        width: 100%;
        padding: 0 15px;
        align-items: center;
        display: flex;
    }

        header .middle-header .middle-header-block {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

    .site .search {
        width: 50%;
        max-width: 300px !important;
    }

    .nav-opener {
        height: 59px;
    }

        .nav-opener:before, .nav-opener:after {
            top: 20px;
        }
}
/* Mobile landscape */
@media screen and (max-width: 813px) {
    .represent-cus-link {
        display: block;
        padding: 10px 25px 10px 10px;
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
        text-transform: uppercase;
    }

    .middle-header .middle-header-block .bottom-header .nav-opener-wrapper {
        float: right;
    }

    .nav-item:hover, .nav-item:focus {
        background: #FAE8DF;
        color: #46131B;
    }

    .represent-cus-name {
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #E5E5E5;
    }

    .stop-representing {
        width: 100%;
        padding-left: 3px;
        font-size: 14px;
        border-bottom: 1px solid #E5E5E5;
    }

        .stop-representing a {
            font-size: 14px;
        }

    .represent-another-cus-text {
        border-bottom: 1px solid #E5E5E5;
    }
}

@media screen and (min-width: 769px) {
    .ecb-store-locator .sidebar .address-menu .store-row {
        width: 48%;
        float: left;
        position: relative;
    }

    .ecb-store-locator {
        width: 100%;
    }

    /*    .content-contactus-page .number-box {
        width: 100%;
    }*/
    .content-contactus-page .semicolumn {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    header nav .my-account-hyp {
        display: block;
        padding: 7px 7px 4px 10px !important;
        color: #00412e;
        border-top: 1px solid #E5E5E5;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    header.sticky-mode .nav-list .top-hyp {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 25px 10px 10px;
    }

    .site header .arrow-blue.logout-link {
        /* border-bottom: 1px solid #E5E5E5;*/
        display: block;
        padding: 10px 25px 10px 10px !important;
    }

    header .nav-list .top-hyp {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 25px 10px 10px;
    }

    .nav-list-wrapper .nav-list.nav-list-root .top-info {
        display: block;
        padding: 10px 25px 10px 10px;
        color: #00412e;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
    }

    /*   .nav-list-wrapper .nav-list.nav-list-root .logout-link {
            float: left;
        }*/

    header .middle-header .bottom-header .mobile-nav-wrapper {
        float: right;
    }

    header.sticky-mode .bottom-header {
        width: 130px;
        height: 62px;
        max-height: 62px;
    }

    .basket .over-summary {
        height: 62px;
    }

    .site .basket {
        height: 62px;
        max-height: 62px;
    }

    header .top-header {
        display: none;
    }

    /*   header .middle-header {
            width: 100%;
        }*/

    .middle-header .basket {
        position: relative;
        /*right: -171px;
            top: 0px;*/
        background-color: #00412E;
        border: none;
    }

    .middle-header .nav-opener-wrapper.mobile-nav-wrapper {
        background-color: #00412E;
    }

    .middle-header .basket .nav-opener-wrapper {
        display: none;
    }

    .top-action .nav-opener-wrapper.mobile-nav-wrapper {
        display: none;
    }
}

    /*Mobile**/
    @media screen and (max-width: 639px) {
        .product-details-page .product-bottom-info .facet h4 {
            padding-right: 20px;
            word-break: break-word;
        }

    .contactUs-privacy-statement-block {
        margin-bottom: 15px;
    }

    .col-discount.col-discount-td .discount-label {
        display: block;
        margin-bottom: 5px;
    }

    .search-add-ovd #searchAddressButton, .search-add-ovd #searchAddressButtonMyAccount {
        height: 55px;
        right: 0px;
        top: -1px;
    }

    .profile-page-cnt .search-add-ovd #searchAddress {
        width: 10% !important;
    }
    /*    .site .search-add-ovd #searchAddressButton:not(.btn[disabled]):hover {
            height: 53px;
            right: 0px;
            top: 0px;
        }*/

    .has-sticky.is-sticky {
        top: 137px;
    }

    .quantity-compact .tbx-quantity .ui-spinner-button {
        top: 40px;
        padding: 0;
    }

    .sales-agent-reprent-cus.logged-in .site .hyp.represent-cus-link {
    }

    .sales-agent-loggedin header .nav-list .top-hyp.newsletters-important {
    }

    .ddlb-sorting .ui-selectmenu-menu {
        z-index: 999;
    }

    .filter-title:after {
        top: 11px;
        border-bottom: none !important;
    }

    a.hyp.wish-list.top-hyp {
        border-top: 1px solid #E5E5E5;
    }

    header .nav-list .top-hyp.newsletters-important {
        padding: 10px 25px 10px 15px !important;
    }

    .impersonate-container {
        position: absolute;
    }

    .impersonate-body header {
        margin-top: 62px;
    }

    header.impersonate-header-scroll {
        margin-top: 0;
    }

    .over-summary .over-summary-number {
        margin-right: 5px;
    }

    .search-wrapper .btn.btn-search {
        width: 47px;
        padding: 12px 19px 12px 19px;
        border-radius: 0 3px 3px 0;
        top: 0px;
        height: 42px;
    }

        .search-wrapper .btn.btn-search:hover:before, .search-wrapper .btn.btn-search:focus:before {
            background: url(../files/icons/search-white.png);
        }

    .search-wrapper .tbx-main-search input {
        border-radius: 3px 0 0 3px;
    }

    .tbx-main-search.focused + .btn-search:before {
        background: url(../files/icons/search-white.png);
    }

    .over-summary .over-summary-number {
        float: right;
        margin-top: 4px;
    }

    .basket-details-page .site #basketPage .ui-spinner-button.ui-spinner-down {
        border-radius: 50% 0px 0px 50%;
    }

    .basket-details-page .site #basketPage .ui-spinner-button.ui-spinner-up {
        border-radius: 0 50% 50% 0;
    }

    .ui-spinner-button.ui-spinner-up {
        right: 3px;
    }

    .ui-spinner-button.ui-spinner-down {
        left: 3px;
    }

    header.sticky-mode .bottom-header {
        flex: none;
        position: relative;
        /*right: -20px;*/
    }

    .mobile-nav-header {
        background-color: #00412E;
        margin: 0 -10px;
        padding: 10px 15px;
        list-style: none;
        color: #fff;
    }

    .current-lvl {
        padding: 10px 5px;
    }

    .nav-item-root .hyp-top-lvl {
        padding: 10px 25px 10px 15px !important;
    }

    .nav-item.nav-item-root.hover .hyp-top-lvl span {
        color: #000;
        border-width: 0;
    }

    .nav-item.nav-item-root.hover.submenu-expanded .hyp-top-lvl span:after {
        display: none;
    }

    .middle-header .middle-header-block .nav-opener-wrapper {
        background-color: #00412E;
        height: 62px;
        position: relative;
        left: 0;
    }



    /* .nav-is-opened nav {
            padding: 0 10px;
        }*/

    footer .phone {
        float: left;
        margin-bottom: 30px;
    }

    footer .column.sitemap .sitemap-nav > li:nth-child(4n) ul {
        display: none;
    }
    /*header.nav-is-closed .bottom-header  {
        display: block;
    }*/
    footer .center .columns-general.top {
        padding: 20px 0 10px 0;
    }

    header .middle-header .logo {
        text-align: left;
        padding-left: 15px;
    }

    header .basket,
    header .mobile-nav-wrapper {
        height: 62px;
    }

    .search .search-wrapper .btn-search:before {
        display: block;
        background: url(../files/icons/search.svg);
    }

    .search .search-wrapper .btn-search span {
        display: none;
    }

    header .top-header .logo {
        display: none;
    }

    header .middle-header .search {
        display: none;
    }

    header .middle-header .middle-header-block {
        margin: 0px auto;
    }

    .mob-account-btn {
        display: none;
    }


    /*.middle-header .basket .nav-opener-wrapper.mobile-nav-wrapper {
                display: block;
            }*/

    footer .columns-general.bottom .copyright,
    footer .columns-general.bottom .footer-nav {
        text-align: left;
    }

    footer .footer-nav .hyp:first-child {
        padding-left: 0;
    }

    footer .sitemap-nav li {
        width: 100%;
    }

    footer .footer-logo img {
        width: 152px !important;
    }
}



.site div h5, h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

@media screen and (max-width: 639px) {
    .sorter-inside {
        margin: -15px 0 0 0;
    }

    a.top-hyp.top-login {
        padding: 10px 25px 10px 15px !important;
    }

    .nav-list-wrapper .nav-list.nav-list-root .logout-link {
        margin-left: 0px;
        color: #00412e;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .nav-list-wrapper .nav-list.nav-list-root .cus-service-link {
        margin-top: 0;
        margin-left: 0px;
        padding: 11px 25px 10px 15px !important;
        color: #00412e;
        border-top: 1px solid #E5E5E5;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .site header .arrow-blue.logout-link {
        padding: 10px 25px 10px 15px !important;
    }
    /*        .site a.hyp.wish-list.top-hyp {
            padding: 7px 7px 4px 10px !important;
        }*/
    header nav .my-account-hyp {
        padding: 10px 25px 10px 15px !important;
    }

    .content {
        margin-top: 130px;
    }

    .filters-wrapper .list-facets .count {
        margin-top: -17px;
    }

    .nav-opener-wrapper {
        width: 64px;
    }

    .mobile-nav-header {
        display: block;
    }

    .site div h1, h1 {
        /*    font-size: 40px;
            line-height: 48px;*/
        font-size: 38px;
        line-height: 46px;
    }

    .site div h2, h2 {
        /*  font-size: 36px;
            line-height: 49px;*/
        font-size: 36px;
        line-height: 43px;
    }

    .site div h3, h3 {
        /*   font-size: 30px;
            line-height: 36px;*/
        font-size: 30px;
        line-height: 36px;
    }

    .site div h4, h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .site div h5, h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .site div label, label, .label, .desc {
        font-size: 12px;
        line-height: 16px;
    }

    .btn, button, input[type="submit"] {
        font-size: 16px;
        line-height: 19px;
    }

    .btn, button, input[type="submit"] {
        font-size: 16px;
        line-height: 19px;
    }
}



.sitemap-nav li:last-child, .sitemap-nav > li:nth-child(4n) ul li a {
    text-transform: uppercase;
    font-family: Roobert;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: left;
}

.sitemap-nav > li:nth-child(4n) ul li {
    padding-bottom: 20px;
}

.ui-mobile li.phone {
    margin-top: 5px;
}

.ui-mobile .columns-general > .column.sitemap {
    margin-bottom: 0;
}

.ui-mobile footer {
    font-size: 14px;
}

.ui-mobile header, .ui-tablet header {
    width: 100%;
    position: fixed;
    z-index: 9;
}

.ui-mobile nav .nav-list-wrapper, .ui-tablet nav .nav-list-wrapper {
    height: 75%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.ui-tablet footer .center .sitemap.column75 {
    width: 46%;
}

.ui-tablet .sitemap-nav li {
    width: 165px;
}

li.phone {
    margin-top: 5px;
}

.sitemap-nav .phone ul li a, .sitemap-nav .phone a {
    white-space: nowrap;
}

.ecb-store-locator .store-filter-sec {
    display: none;
}

.ecb-store-locator .sidebar {
    width: 100%;
    display: block;
    height: auto !important;
}

.ecb-store-locator .map-container {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.ecb-store-locator .sidebar .address-menu .store-row .address-list-store-website {
    display: none;
}

.ecb-store-locator .sidebar .address-menu .store-row:last-child .address-list-store-phone {
    display: none;
}

.ecb-store-locator .sidebar .address-menu .store-row .store-row-content {
    border-bottom: none;
}

    .ecb-store-locator .sidebar .address-menu .store-row .store-row-content li {
        margin-bottom: 5px;
    }

    .ecb-store-locator .sidebar .address-menu .store-row .store-row-content .address-list-store-title {
        position: relative;
    }

.ecb-store-locator .sidebar .address-menu .store-row:after {
    background-image: url(../files/icons/map-icon.png);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36px;
    margin-top: 16px;
    height: 34px;
    width: 34px;
    vertical-align: top;
    background-size: contain;
}

.ecb-store-locator .sidebar > ul {
    counter-reset: listStyle;
}

    .ecb-store-locator .sidebar > ul > li {
        margin-left: 1em;
        counter-increment: listStyle;
    }

.ecb-store-locator .sidebar .address-menu .store-row {
    position: relative;
}

.ecb-store-locator .sidebar > ul > li::before {
    margin-right: 0em;
    content: counter(listStyle, lower-alpha);
    position: absolute;
    left: -27px;
    top: 17px;
    font-size: 10px;
    background-color: #00412E;
    width: 16px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    z-index: 9;
    border-radius: 50%;
    text-transform: uppercase;
    padding-left: 1px;
    text-align: center;
}

.ecb-store-locator .sidebar .address-menu {
    padding: 15px 10px 15px 25px;
}

.ecb-store-locator .address-menu li:hover {
    cursor: pointer;
    background-color: transparent;
}



@media screen and (min-width: 1024px) and (max-width: 1132px) {
    .footer-logo {
        width: 139px;
    }
}

@media screen and (min-width: 1133px) and (max-width: 1361px) {
    .footer-logo {
        width: 180px;
    }
}

@media screen and (min-width: 1125px) and (max-width: 1217px) {
    .footer-logo {
        width: 180px;
    }

    .sitemap-nav li {
        width: 132px;
    }
}

@media screen and (min-width: 1218px) and (max-width: 1300px) {
    .footer-logo {
        width: 160px;
    }

    .sitemap-nav li {
        width: 158px;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1485px) {
    .footer-logo {
        width: 180px;
    }

    .sitemap-nav li {
        width: 172px;
    }
}

@media screen and (min-width: 1486px) and (max-width: 1660px) {
    .site .footer-logo {
        width: 150px;
    }
}

@media screen and (min-width: 1661px) and (max-width: 1860px) {
    .footer-logo {
        width: 260px !important;
    }
}

.footer-logo {
    width: 270px;
}

/*    .phone a, footer .sitemap .sitemap-nav > li > a {
        pointer-events: none;
    }*/
/*   .phone a, footer .sitemap .sitemap-nav > li.phone > a {
        pointer-events: none;
    }*/
.site .hyp.customer-care {
    pointer-events: inherit;
}

/*  .phone a, footer .sitemap .sitemap-nav > li > a {
        pointer-events: none;
    }*/

.dropzone {
    border: 2px dashed #00412e;
}

#createAccountPage .form-button {
    padding-left: 0;
    margin-top: 5px;
}

.password-strength-indicator.font-smaller {
    top: -13px;
}

.site .password-strength:focus ~ .m-tbx-label, .site .password-strength:valid ~ .m-tbx-label {
    top: 34px;
}

/**IE Fix*/
@media screen and (min-width: 640px) {
    .col-discount.col-discount-td .discount-label {
        display: none;
    }

    .impersonate-container {
        position: absolute;
    }

    .impersonate-body header {
        margin-top: 34px;
    }

    header.impersonate-header-scroll {
        margin-top: 0;
    }

    .basket-details-page #basketContent td.col-qty {
        padding: 15px 0;
    }

    .ecb-store-locator .sidebar .address-menu {
        height: auto !important;
        overflow-y: hidden;
    }

    .ie11 footer .center .sitemap.column75 {
        width: 69%
    }

    .ie11 footer .center .columns-general.top {
        display: flex;
        justify-content: space-between;
    }

    .ie11 footer .columns-general > .column {
        display: block;
    }
}

.ui-desktop .current-lvl, .ui-tablet .current-lvl {
    display: none;
}



@media screen and (min-width: 1023px) {
    .middle-header .search {
        position: relative;
        top: 2px;
    }

    .nav-item-sub {
        padding-left: 0;
    }

    a.hyp.wish-list.top-hyp {
        padding-left: 15px;
    }

    .logged-in header .top-action .logout-link {
        padding-left: 5px;
    }

    .logged-in .site .wish-list {
        padding-right: 10px;
    }

    .nav-list-wrapper .nav-list.nav-list-root .logout-link {
        display: none;
    }

    .nav-list-sub {
        border-width: 0;
        padding: 0;
        margin-top: 0;
        filter: drop-shadow(0px 4px 12px rgba(84, 84, 84, 0.15));
    }

    .nav-type-multi .nav-list-sub {
        margin-top: 19px;
    }


    li.nav-item.nav-item-root.selected {
        position: relative;
    }

    /*    li.nav-item.nav-item-root:after {
            content: '';
            position: absolute;
            height: 25px;
            width: 100%;
            background: rgba(2522,255,255,0);
            z-index: 9999;
            left:0;
        }*/

    .nav-item-root .hyp-top-lvl {
        padding: 0 16px 0 0;
        margin-right: 25px;
    }

    header .nav-item-root .hyp-top-lvl.has-children span:after {
        top: 0;
    }

    .nav-list-sub .nav-list-sub {
        padding: 0;
    }

    .with-login a.top-hyp {
        line-height: 16px;
    }

    .nav-main .nav-list-wrapper .current-lvl {
        display: none;
    }

    .mobile-nav-header {
        display: none;
    }
}

.site .ecb-inpage-nav li .btn.btn-center img, .site .ecb-inpage-nav .btn:hover .ecb-inpage-nav li .btn.btn-center:after,
.ecb-inpage-nav li .btn.btn-right:after, .ecb-inpage-nav li .btn img,
.ecb-inpage-nav li .btn.btn-center:after,
.ecb-inpage-nav li .btn.btn-left:before {
    display: none !important;
}

.site .ecb-inpage-nav .btn {
    padding: 14px 14px 0 14px !important;
    text-align: center !important;
}

@media screen and (min-width: 1023px) {
    .nav-type-multi li.nav-item.nav-item-root.selected {
        position: unset;
    }
}

body.content-flexipage-page.ecb-hero-image-fixed-screen.newsletter-sub-cb.ecb-video-full-height.ui-mobile
.flexi-row:first-child, body.content-flexipage-page.ecb-hero-image-fixed-screen.newsletter-sub-cb.ecb-video-full-height.ui-tablet
.flexi-row:first-child {
    padding-top: 120px;
}

body.content-flexipage-page.ecb-hero-image-fixed-screen.newsletter-sub-cb.ecb-video-full-height.ui-desktop
.flexi-row:first-child {
    padding-top: 150px;
}

.contact-us-title {
    display: none;
    background: #fff
}

#createAccountPage .form-row.field-address-countryid {
    margin-top: 25px;
    margin-bottom: 10px;
}

.nav-type-multi .nav-lvl-3-click .nav-item.nav-item-block {
    background: #fff;
}

    .nav-type-multi .nav-lvl-3-click .nav-item.nav-item-block .nav-lvl-3 .nav-item.selected {
        background: #FAE8DF;
    }

.nav-type-multi .nav-list.nav-lvl-3 a,
.nav-type-multi .nav-list.nav-lvl-2 a {
    display: block;
}

.m-tbx input:focus, .m-tbx input:focus {
    padding-bottom: 15px;
}

#productPage .details-info .order-box .pdp-wish-list-block {
    top: 0;
}

    #productPage .details-info .order-box .pdp-wish-list-block .hyp-add-to-wishlist .fav-ico {
        position: relative;
        top: -10px;
        right: 0;
        left: 10px;
    }

/*Ticket 143954: [NZ SANA PROD] Wishlist Heart icon is overlapping text on the PDP Product Details Page when Out of Stock*/

#productPage .details-info .order-box .pdp-wish-list-block {
    top: 0;
    display: block;
    margin-left: -10px
}

    #productPage .details-info .order-box .pdp-wish-list-block .hyp-add-to-wishlist .fav-ico {
        position: relative;
        top: -10px;
        right: 0;
        left: 10px;
        padding-left: 5px;
    }

@media (min-width: 374px) and (max-width: 640px) {
    .details-info-right-col .order-box .btn-action.btn-add-to-basket {
        float: none;
    }
}

@media screen and (min-width: 640px) {
    .ie header .middle-header .middle-header-block {
        min-height: 0;
        padding: 15px 0;
    }

    .ie footer .footer-bottom .copyright {
        float: left;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1607px) {
    .sitemap-nav li {
        width: 135px;
    }

    .sitemap-nav > li {
        width: 17%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1680px) {
    .login-person-name {
        display: inline-block;
        max-width: 220px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .sales-agent-loggedin .logo img {
        width: 80%;
    }

    .sales-agent-loggedin .top-action {
        display: inline-flex;
    }

        .sales-agent-loggedin .top-action .newsletters-important {
            font-size: 11px;
            line-height: 14px;
            margin-top: 12px;
        }

        .sales-agent-loggedin .top-action .represent-cus-name {
            font-size: 11px;
            line-height: 14px;
            padding-left: 0;
            padding-top: 15px;
        }

        .sales-agent-loggedin .top-action .stop-representing .represent-another-cus-text {
            font-size: 11px;
            line-height: 14px;
            white-space: nowrap;
            padding-left: 0;
        }

        .sales-agent-loggedin .top-action .stop-representing {
            padding-left: 5px;
            padding-top: 15px;
        }

        .sales-agent-loggedin .top-action .login-person-name {
            font-size: 11px;
            line-height: 14px;
            padding-top: 15px;
        }

        .sales-agent-loggedin .top-action .wish-list {
            font-size: 11px;
            line-height: 14px !important;
            white-space: nowrap;
            margin-top: 12px;
            padding-right: 0;
        }

        .sales-agent-loggedin .top-action .logout-link {
            font-size: 11px;
            line-height: 14px;
            white-space: nowrap;
            padding-top: 15px !important;
        }

        .sales-agent-loggedin .top-action .stop-representing .arrow-blue {
            left: -2px;
            top: 24px;
        }

    .sales-agent-reprent-cus .top-action .represent-cus-link {
        font-size: 11px;
        line-height: 14px;
        padding-top: 14px;
        padding-left: 0;
    }

    .sales-agent-reprent-cus .top-action {
        display: inline-flex;
    }

        .sales-agent-reprent-cus .top-action .newsletters-important {
            font-size: 11px;
            line-height: 14px;
            /* display: contents; */
            white-space: nowrap;
        }

        .sales-agent-reprent-cus .top-action .login-person-name {
            font-size: 11px;
            line-height: 14px;
            padding-top: 14px;
        }

        .sales-agent-reprent-cus .top-action .logout-link {
            font-size: 11px;
            line-height: 14px;
            padding-top: 14px !important;
        }
}

.tbx-main-search input[type="search"] {
    -webkit-appearance: none;
}

.ddlb-sorting:hover .ui-selectmenu-button.ui-selectmenu-button-open {
    border-bottom-color: transparent;
}
/* 02/19/21 added*/
.one-page-checkout > div {
    margin-bottom: 10px;
}

.site .m-tbx textarea:focus ~ .m-tbx-label {
    top: 12px;
    color: #00412E;
    padding: 7px 7px 7px 3px;
}

.form-row.field-shippingaddress-countryid {
    margin-top: 25px;
    margin-bottom: 15px;
    z-index: 999;
    position: relative;
}

.contact-us-title {
    display: none;
}

.content-contactus-page .site .banner h1 {
    text-shadow: 0 1px 1px #949494;
    font-size: 66px;
    text-align: center;
}

.form-row .field-validation-error, #checkoutAddressWarningMsg, .validation-ovd {
    background: url(../../content/files/icons/Error.svg)no-repeat scroll left center;
    background-size: 14px;
}

.validation-ovd {
    line-height: 12px;
    padding: 4px 0px 4px 24px;
    margin-top: 4px;
    font-size: 12px;
}

#checkoutAddressWarningMsg {
    padding-left: 19px;
    font-size: 12px;
    margin-top: -5px;
}

.btn.no-caption {
    padding-right: 14px;
}

.form-row.field-address-countryid {
    margin-top: 25px;
    margin-bottom: 12px;
}
/*@media screen and (min-width: 813px) {
    .content {
        padding-top: 149px;
    }

}*/
@media screen and (max-width: 813px) {
    .nav-type-multi .nav-lvl-2 .nav-item:hover .nav-lvl-3 li a,
    .nav-type-multi .nav-lvl-2 .nav-item:focus .nav-lvl-3 li a {
        background: transparent;
        color: #000;
    }

    .nav-type-multi .nav-lvl-2 .nav-item:hover,
    .nav-type-multi .nav-lvl-2 .nav-item:focus {
        background: transparent;
        color: #000;
    }

        .nav-type-multi .nav-lvl-2 .nav-item:hover .nav-more a,
        .nav-type-multi .nav-lvl-2 .nav-item:focus .nav-more a {
            background: transparent !important;
            color: #000 !important;
        }

        .nav-type-multi .nav-lvl-2 .nav-item:hover .wrapper a,
        .nav-type-multi .nav-lvl-2 .nav-item:focus .wrapper a {
            background: #FAE8DF;
            color: #46131B;
        }

    .nav-type-multi .nav-lvl-3 .nav-item:hover .nav-type-multi .nav-lvl-2 .nav-item .wrapper a,
    .nav-type-multi .nav-lvl-3 .nav-item:focus .nav-type-multi .nav-lvl-2 .nav-item .wrapper a {
        background: transparent !important;
        color: #000 !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
    .login-person-name {
        display: inline-block;
        width: 180px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1023px) {
    .middle-header .my-account-hyp {
        display: none !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .logged-in a.hyp.wish-list.top-hyp {
        padding: 13px 25px 10px 10px !important;
    }
}

@media screen and (max-width: 639px) {
    .tbx-main-search.focused + .btn-search:before {
        background: url(../files/icons/search-white.svg);
    }

    .logged-in a.hyp.wish-list.top-hyp {
        padding: 12px 25px 10px 15px !important;
    }

    .logged-in .LoggedInAs-standard-user {
        padding: 0px 25px 0 15px !important;
    }
}

.ecb-imageslider-fullscreen.nav-outside {
    height: calc(100vh + 0px) !important;
}

footer .sitemap-nav > li:nth-child(-n+3) ul a {
    text-transform: none
}




.search-add-ovd {
    position: relative;
}

    .search-add-ovd .control, .search-add-ovd .field.m-tbx {
        display: flex;
        justify-content: space-between;
    }

    .search-add-ovd .field.m-tbx {
        flex-direction: row-reverse;
        width: 100%;
    }

    .search-add-ovd #searchAddress {
        width: 40%;
        position: relative;
        margin: 0px -5px;
    }

    .search-add-ovd #searchAddressButton, .search-add-ovd #searchAddressButtonMyAccount {
        height: 55px;
        border-radius: 5px;
    }

    .search-add-ovd .search-wrapper .btn-search {
        top: 0;
    }

.site .search-add-ovd .btn[disabled] {
    border: 1px solid #ccc;
    filter: grayscale(1)
}

.profile-page-cnt #checkoutAddressWarningMsg {
    margin-top: 22px;
}

.profile-page-cnt .search-add-ovd #searchAddress {
    width: 19%;
}

.site .search-add-ovd .ui-selectmenu-menu {
    max-width: 101%;
    width: 101%;
    top: 78px;
    z-index: 99;
}

    .site .search-add-ovd .ui-selectmenu-menu ul {
        padding-left: 12px;
    }

.site .search-add-ovd #searchAddressButton, .site .search-add-ovd #searchAddressButtonMyAccount {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.search-add-ovd.row-passed .showresult {
    display: block;
}


.search-add-ovd.row-passed input:not(:placeholder-shown) {
    border: 2px solid #00412E !important;
}


/********Beta specific big fix*********/
#editProfilePage .field-address-state .m-tbx [for="Address_State-button"] {
    display: none;
}

/*Ticket 113224: [Post go live] [Address Validation with Kleber] - Changes required to current implementation*/

.profile-page-cnt #editProfilePage .search-add-ovd #searchAddress,
.checkout-step .shipping-choice .search-address-list #searchAddress,
#createContactPage .form-holder .search-address-list #searchAddress {
    width: 1%;
}



 /*TICKET 243575*/


#productPage .details-info .order-box .pdp-wish-list-block  {

    top: 0;
    display: block;
    margin-left: -10px

}
#productPage .details-info .order-box .pdp-wish-list-block .hyp-add-to-wishlist .fav-ico {

    position: relative;
    top: -10px;
    right: 0;
    left: 10px;
    padding-left: 5px;
}
@media (min-width: 374px) and (max-width: 640px){
.details-info-right-col .order-box .btn-action.btn-add-to-basket {

    float: none;
}
}


 @media   (min-width:1023px) {
.sticky-rails.is-visible .btn {
    opacity: 1;
    z-index: 1;
    bottom: 121px;
    margin-right:-76px; 
    display: inline-block;
    border:none;
}
.sticky-rails.is-visible .btn svg {
    display: flex;
    position:static;
}
.sticky-rails.is-visible .btn:hover svg * {
    fill: #fff;
    color: #fff;
}
.sticky-rails.is-visible  .btn .btn-cnt {
    display:none;    
} 
button#btnQuickOrderSticky {
    fill: #fff;
    color: #fff;
    text-align: center;
}
}
 
 /*TICKET 243575 ends*/


/* TICKET 358976 */
.gvi-basket .col-discount {
    width: 100px;
}

.btn-quick-edit {
    margin-block: 20px;
}

.btn-quick-edit + .msg-block-error {
    margin-top: 0;
}

.quick-edit-description {
    margin-bottom: 20px;
    line-height: 1.3;
}

.quick-edit-popup.popup-cnt .strong-header {
    text-align: left;
}

.quick-edit-popup .cnt-column {
    width: 100%;
}

.quick-edit-popup .panel-header {
    margin-block: 20px;
}

.quick-edit-popup.popup-cnt .ftr-column {
    text-align: right;
}

.quick-edit-popup.popup-cnt .ftr-column .btn {
    margin: 0 0 0 20px;
}

    .quick-edit-popup.popup-cnt .ftr-column .btn.btn-close-quick-edit {
        border: 0;
        background: transparent;
        color: inherit;
    }

.quick-edit-popup .gvi-basket .col-first {
    width: 65px;
}

.quick-edit-popup .gvi-basket .product-img, 
.quick-edit-popup .gvi-basket .hyp-thumbnail {
    height: 50px;
    width: 50px;
}

.quick-edit-popup .gvi-basket-wrapper {
    max-height: calc(100vh - 376px);
    overflow: auto;
 }

@media (min-width: 640px) {
    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar {
        width: 16px;
        height: 16px;
    }

    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.07);
        border-radius: 0;
    }

    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }

    ::-webkit-scrollbar-button:single-button {
        background-color: rgba(0, 0, 0, 0.07);
        display: block;
        border-style: solid;
        height: 16px;
        width: 16px;
    }

        ::-webkit-scrollbar-button:single-button:vertical:decrement {
            border-style: solid;
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #777777 transparent;
        }

            ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
                border-color: transparent transparent #555555 transparent;
            }

        ::-webkit-scrollbar-button:single-button:vertical:increment {
            border-width: 8px 8px 0 8px;
            border-color: #555555 transparent transparent transparent;
        }

    ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        border-color: #777777 transparent transparent transparent;
    }
}

@media (max-width: 639px) {
    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.07);
        border-radius: 4px;
    }

    .quick-edit-popup .gvi-basket-wrapper::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }
}

.quick-edit-confirmation-popup {
    position: absolute;
    width: 375px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
    padding: 20px;
    z-index: 102;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

    .quick-edit-confirmation-popup.active {
        visibility: visible;
        opacity: 1;
    }

.ui-dialog:has(.quick-edit-confirmation-popup):after {
    content: '';
    background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.ui-dialog:has(.quick-edit-confirmation-popup.active):after {
    visibility: visible;
    opacity: 1;
}

.qecp-body {
    margin-bottom: 20px;
}

.qecp-footer .btn {
    margin: 0 10px;
}

.quick-edit-product-not-found-tr.d-none {
    display: none;
}

.quick-edit-popup .gvi-basket-wrapper:has(.quick-edit-product-not-found-tr:not(.d-none)),
.quick-edit-popup .gvi-basket-wrapper:has(.quick-edit-product-not-found-tr:not(.d-none)) .gvi {
    box-shadow: none;
}

.quick-edit-popup .gvi-basket-wrapper:has(.quick-edit-product-not-found-tr:not(.d-none)) thead {
    display: none;
}

.quick-edit-popup .gvi-basket-wrapper:has(.quick-edit-product-not-found-tr:not(.d-none)) .quick-edit-product-not-found-tr td {
    padding: 0;
    border: 0;
}

@media (min-width: 640px) {
    .quick-edit-popup-wrp td.col-qty {
        padding: 15px 0;
    }

    .quick-edit-popup .gvi-basket-wrapper {
        box-shadow: 0px 4px 12px rgba(84, 84, 84, 0.15);
    }

        .quick-edit-popup .gvi-basket-wrapper .gvi {
            box-shadow: none;
        }

        .quick-edit-popup .gvi-basket-wrapper .gvi thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }

        .quick-edit-popup .gvi-basket-wrapper .gvi th {
            background-color: #ddeee7;
        }

    .col-discount-td .discount-control {
        text-align: center;
    }
}

@media (max-width: 1499px) {
    .quick-edit-popup.popup-cnt .ftr-column {
        padding-bottom: 65px;
    }

    .quick-edit-popup .gvi-basket-wrapper {
        max-height: calc(100vh - 441px);
        overflow: auto;
    }
}

@media (max-width: 639px) {
    .quick-edit-popup-wrp .responsive-table td:before {
        content: none !important;
    }

    .quick-edit-popup-wrp .responsive-table tbody td {
        padding-left: 0 !important;
    }

    .quick-edit-popup-wrp .responsive-table tbody td.col-total {
        padding-left: 15px !important;
    }

    .ui-dialog .quick-edit-popup-wrp.ui-dialog-content {
        padding: 0 15px;
    }

    .gvi-basket .lbl-unit-of-measure {
        float: none;
        display: inline-block;
    }
}
/* TICKET 358976 ends*/

.gvi-basket-main-wrapper {
    position: relative;
}

.quick-edit-total-tooltip-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 3px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    padding-left: 1px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

    .quick-edit-total-tooltip-icon:before {
        content: 'i';
    }

    .quick-edit-total-tooltip-icon:after {
        content: '';
        position: absolute;
        top: -19px;
        right: 4px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: #000000 transparent transparent transparent;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }

.quick-edit-total-tooltip-text {
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #000000;
    padding: 3px 10px 6px 10px;
    min-width: 200px;
    max-width: 358px;
    color: #ffffff;
    text-transform: none;
    position: absolute;
    top: 1px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transform: translate3d(0, -100%, 0);
    z-index: 100;
    text-align: left;
}

@media screen and (min-width: 640px) {
    .gvi-basket-main-wrapper:has(.quick-edit-total-tooltip-icon:hover) .quick-edit-total-tooltip-text,
    .gvi-basket-main-wrapper:has(.quick-edit-total-tooltip-icon:hover) .quick-edit-total-tooltip-icon:after {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 450px) {
    .quick-edit-total-tooltip-text {
        max-width: calc(100vw - 30px);
    }
}

.quick-edit-total-tooltip-wrp {
    display: none;
    position: relative;
    position: absolute;
    right: 10px;
    top: 12px;
}

@media screen and (max-width: 639px) {
    .quick-edit-total-tooltip-wrp {
        display: block;
    }

        .quick-edit-total-tooltip-wrp + .product-total {
            padding-right: 20px;
        }

        .quick-edit-total-tooltip-wrp .quick-edit-total-tooltip-text {
            right: -5px;
            top: -16px;
        }

        .quick-edit-total-tooltip-wrp:hover .quick-edit-total-tooltip-text,
        .quick-edit-total-tooltip-wrp:hover .quick-edit-total-tooltip-icon:after {
            visibility: visible;
            opacity: 1;
        }

    .gvi-basket.gvi-quick-edit .upper-row .col-total {
        overflow: visible;
    }
}

.tbx-promotion input::placeholder {
    font-weight: bold;
    opacity: 1;
}
