/* Minification failed. Returning unminified contents.
(1753,11): run-time error CSS1030: Expected identifier, found ' '
(1753,12): run-time error CSS1031: Expected selector, found '18px'
(1753,12): run-time error CSS1025: Expected comma or open brace, found '18px'
(1754,17): run-time error CSS1030: Expected identifier, found ' '
(1754,18): run-time error CSS1031: Expected selector, found '24px'
(1754,18): run-time error CSS1025: Expected comma or open brace, found '24px'
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * Reset CSS modificator
 */

ul.reset,
p.reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*! jQuery UI - v1.11.2 - 2015-01-09
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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;
}
.ui-dialog {
	overflow: hidden;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	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-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-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;		
	
	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden; 
}
.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;	
	float: left;		
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float: left;
	position: relative;
	left: 50%;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;	
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;	
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);	
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);	
	background-color: rgba(255, 255, 255, 0.5);	
}





/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(../files/icons/grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(../files/icons/grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */







/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.touchcarousel .tc-paging-container {	
	margin-top: 12px;
    padding-top: 12px;
}
.touchcarousel .tc-paging-item {
	background: #ccc;
	border-radius: 5px;
    margin: 0 8px;
	width: 10px;
	height: 10px;		
}
.touchcarousel .tc-paging-item.current {	
	background: #000;
}
.touchcarousel .tc-paging-centerer-inside {
}
/*!
 * froala_editor v1.2.4 (http://editor.froala.com)
 * Copyright 2014-2014 Froala
 */
.froala-element img.fr-fil,
img.fr-tag.fr-fil {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 10px 10px 3px;
  float: left !important;
}
.froala-element img.fr-fil.fr-tni,
img.fr-tag.fr-fil.fr-tni {
  float: none !important;
  margin-left: 0 !important;
}
.froala-element img.fr-fir,
img.fr-tag.fr-fir {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 3px 10px 10px;
  float: right !important;
}
.froala-element img.fr-fir.fr-tni,
img.fr-tag.fr-fir.fr-tni {
  float: none !important;
  margin-right: 0 !important;
}
.froala-element img.fr-fin,
img.fr-tag.fr-fin {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 0;
  float: none;
}
.froala-element a.fr-file,
a.fr-file {
  position: relative;
}
.froala-element a.fr-file:before,
a.fr-file:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c6";
  top: 0;
  padding-right: 3px;
}
.froala-element table,
table.fr-tag {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.froala-element table td,
table.fr-tag td {
  border: solid 1px #cccccc;
  padding: 5px;
}
.froala-element table th,
table.fr-tag th {
  background: #e6e6e6;
  border: solid 1px #cccccc;
  padding: 5px;
}
.froala-element pre,
pre.fr-tag {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, post millennium */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  border: solid 1px #cccccc;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.froala-element blockquote,
blockquote.fr-tag {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
  font-style: italic;
  border-left: solid 5px #cccccc;
}
.froala-element hr,
hr.fr-tag {
  height: 0px;
  border: 0;
  border-top: solid 1px #cccccc;
  clear: both;
}
.fr-fvn {
  float: none;
  display: block !important;
  text-align: center !important;
}
.fr-fvl {
  float: left;
  margin: 10px 10px 10px 1px;
}
.fr-fvr {
  float: right;
  margin: 10px 1px 10px 10px;
}

@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: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face{
    font-family: 'Calibri';
    src: url('../fonts/Calibri.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}*/

@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
}


html{
    -webkit-font-smoothing: antialiased;
    font: 'Calibri','CalibriRegular',sans-serif;
}

body{
    line-height: 18px;
}

h1,
h2,
h3,
h4{
    /*text-transform: uppercase;*/
    line-height: 1.4em;
    font-weight: normal;
    margin: 0;
}

h1,
h2,
h3,
h4,
h6{
    line-height: 1;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

h3 {
    line-height: 24px;
    margin: 0;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 1px;
}

h6 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

font-size: 18px;
    line-height: 24px;

.font-h4,
footer .footer-contacts h2{
    /*text-transform: uppercase;*/
}

.nav-lvl-2 .font-h4 {
    text-transform: none;
}

.h1-holder {
    padding: 13px 20px 0 20px;
    margin-bottom: 6px;
}

.ui-mobile .h1-holder {
    padding-left: 15px;
    padding-right: 15px;
}

.column .h1-holder {
    padding-left: 0;
}

.html-wrapper h1{
    padding-top: 13px;
    margin-bottom: 17px;
    padding-left: 0;
}

.h1-holder h1{
    display: inline;
}

.h1-holder .additional{
    margin-left: 56px;
}

.h1-link{
    float: right;
}

.combined-header h1{
    display: block;
}

.combined-header .h1-holder {
    padding-top: 0;
}

.combined-description{
    padding-bottom: 10px;
}

.font-lowercase{
    text-transform: lowercase;
}

a{
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

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%;
}

.hide{
	display: none !important;
}

.invisible{
    visibility: hidden;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

header{
    position: relative;
    z-index: 2;
    line-height: 18px;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.no-script{
    margin: 0;
}

.content{
    position: relative;
    z-index: 1;
}

.base-layout-cnt {
    padding-bottom: 18px !important;
}

.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: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 33px;
    padding: 0 26px 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: nowrap;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}

.btn:after{
    content: '';
    display: block;
    width: 27px;
    height: 35px;
    background: url(../files/icons/btn-icon-bg.png) left top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.btn .btn-cnt:after{
    content: '';
    display: block;
    width: 27px;
    height: 35px;
    background: url(../files/images/Telerex/bullet.png) center center no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
}

.btn-small {
    height: 30px;
    line-height: 28px;
    padding-right: 14px;
    border-width: 1px;
    border-style: solid;
}

.toggle-button {
    float: right;
    margin-bottom: -45px;
    margin-top: 0;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.ui-mobile .toggle-button {
    margin-right: 15px;
}

/*.ui-mobile .toggle-button + .columns-general {
    margin-top: 40px;
}*/

.toggle-button .btn {
    height: 30px;
    line-height: 28px;
}

.toggle-button .btn .btn-cnt:after {
    height: 30px;
}

.btn-small:after,
.btn-small .btn-cnt:after{
    display: none;
}

.btn-medium{
    height: 40px;
    line-height: 35px;
    border-width: 1px;
    border-style: solid;
    padding: 0 26px 0 15px;
}

.btn-medium:after,
.btn-medium .btn-cnt:after{
    width: 30px;
    height: 40px;
}

.btn-big{
    height: 45px;
    line-height: 43px;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.3);*/
    border-width: 1px;
    border-style: solid;
    padding: 0 40px 0 18px;
}

.btn-big:after,
.btn-big .btn-cnt:after{
    width: 38px;
    height: 45px;
}
.btn-add-to-basket.btn-big:after,
.btn-add-to-basket.btn-big .btn-cnt:after {
    width: 30px;
}

.btn-add-to-basket.btn-big {
    padding: 0 30px 0 12px;
    margin-right: 30px;
}

a.btn:hover{
    text-decoration: none;
}

.btn.no-icon{
    padding-right: 14px;
    border-width: 1px;
    border-style: solid;
}

.sticky-elements .btn.no-icon.btn-search {
    border-left: 0;
}

.btn-big.no-icon{
    padding-right: 18px;
}

.btn.no-icon:after,
.btn.no-icon .btn-cnt:after{
    display: none;
}

.btn-disabled{
    cursor: default;
    pointer-events: none;
    text-shadow: none;
}

.btn.btn-disabled .btn-cnt:after{
    background: url(../files/icons/btn-icon-arrow-disabled.png) center center no-repeat;
}

.btn-load-more{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-load-more:after{
    background-image: url(../files/icons/btn-icon-rev-bg.png);
}

.btn-load-more .btn-cnt:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-load-more.loading{
    cursor: default;
    pointer-events: none;
}

.btn-load-more.loading .btn-cnt:after{
    background-image: url(../files/icons/btn-loading.gif);
}

.font-btn{
    /*text-transform: uppercase;*/
}

.btn-back,
.btn-cancel{
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.btn-back:before{
    content: '‹';
    font-family: Arial, _serif;
    font-size: 20px;
    font-weight: bold;
    margin-right: 4px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
}

.btn-back:hover,
.btn-cancel:hover{
    text-decoration: none;
}

.btn-plus{
    padding: 0 14px 0 40px;
}

.btn-plus:after{
    background: url(../files/icons/_btn-icon-bg.png) right bottom no-repeat;
    left: 0;
}

.btn-plus .btn-cnt:after{
    background-image: url(../files/icons/increase.png);
    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%;
}
.btn.ri-btn-action {
    font-size: 11px;
    padding: 0 20px 0 8px;
    height: 25px;
    line-height: 23px;
}
.btn.ri-btn-action .btn-cnt::after {
    width: 19px;
    height: 25px;
}

.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;
}

.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-clear:before{
    background: url(../files/icons/clear.png) no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 11px;
}

.hyp-btn-disabled.hyp-clear:before{
    background: url(../files/icons/clear-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-update:before{
    background: url(../files/icons/refresh.png) no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 12px;
}

.hyp-btn-disabled.hyp-update:before{
    background: url(../files/icons/refresh-disabled.png) no-repeat scroll 0 0 transparent;
}

.hyp-wishlist:before{
    background: url(../files/icons/wishlist.png) no-repeat scroll 0 0 transparent;
    height: 12px;
    width: 14px;
}

.hyp-btn-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-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;
}

.btn-like-link:hover{
    text-decoration: underline;
}

.semicolumn{
    width: 60%;
}


/*          flexi controls           */
.html-wrapper{
    word-wrap: break-word;
}

.flow-img-tiles .column{
    margin-bottom: 20px;
}
/*          END flexi controls           */


/*          text boxes           */
.tbx,
.tar{
    border-width: 1px;
    border-style: solid;
    position: relative;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
}

.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;
}

.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;
}

.water-mark{
    font-style: italic;
}

.tbx-date{
    padding-right: 19px;
}

.tbx-date:after{
    background: url(../files/icons/date.png);
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

.tbx-date button{
    display:none;
}

.tbx-search input{
    height: 39px;
}

.tbx-search:after{
    background: url(../files/icons/btn-quickorder-search.png) center center no-repeat;
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.arrow-blue,
.arrow-grey,
.arrow-black,
.arrow-red{
    display: inline-block;
    padding-left: 10px;
	position: relative;
    line-height: 23px;
}

.arrow-blue:before,
.arrow-grey:before,
.arrow-black:before,
.arrow-red:before{
    content: '';
    width: 10px;
    height: 24px;
    background: url(../files/images/Telerex/bullet.png) no-repeat left center;
    position: absolute;
    left: 0;
    display: inline;
}

.arrow-blue:before{
    color: #1f7bc9;
}

.arrow-grey:before{
    color: #b2b2b2;
}

.arrow-black:before{
    color: #000;
}

.arrow-red:before{
    font-size: 11px;
    color: #cb2245;
}

.sign-plus,
.sign-minus{
    padding-left: 10px;
    position: relative;
}

.sign-plus:before{
    content: '+';
    display: inline;
    position: absolute;
    left: 0;
}

.sign-minus:before{
    content: '-';
    display: inline;
    position: absolute;
    left: 0;
}


/*          jquery ui menus            */
.ui-menu .ui-menu-item{
    padding: 0;
    list-style: none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
    margin: 0;
}


/*          loading indicator            */
.loading-indicator{
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    display: none;
    text-align: center;
}

.main-loading{
	padding: 20px;
	position: fixed;
	margin-left: -100px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	width: 150px;
	z-index: 1000004;
}

/*          grids           */
.gvi{
    line-height: 20px;
	width: 100%;
}

.gvi td{
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 9px 5px;
}

.gvi th{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    padding: 9px 5px;
    white-space: nowrap;
}

.gvi .col-img{
    width: 90px;
}

.gvi .title{
    font-weight: bold;
}

.gvi .product-title-super{
    text-transform: uppercase;
}

.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-name-value td{
    padding: 5px;
    vertical-align: top;
}

.gvi-name-value .name{
    width: 35%;
}

.gvi-represent .customer-name{
    font-weight: bold;
}

/*          product tile            */
.flow-products .product-description{
	margin-bottom: 13px;
}

.flow-products .compareproductslink .btn-cnt {
    margin-left: -10px;
}
.compareproductslink img{
    height: auto;
}
.compareproductslink > span {
    height: 18px;
    min-width: 30px;
}

.flow-products .btm-addtocompare .btn-cnt {
    display: inline-block;
    margin-top: 5px;
    margin-left: -10px;
}

.product-tile{
    display: table;
    width: 100%;
}

.product-tile .product-img{
    display: table-cell;
    vertical-align: top;
    width: 75px;
}

.product-tile .hyp-thumbnail{
    height: 64px;
    width: 64px;
}

.product-tile .product-info{
    display: table-cell;
    vertical-align: top;
}

.basket .product-tile .product-info {
    padding-left: 10px;
}

.product-tile .product-title{
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
}

.product-tile .prices{
    display: block;
    margin-bottom: 7px;
}

.product-tile .lbl-price{
    font-weight: bold;
}

.product-tile .msg-not-available{
    line-height: 35px;
}

.lbl-stock{
    font-weight: bold;
}

/*          top header           */
.top-header{
    box-sizing: border-box;
    display: table;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

.top-header > div {
    display: table-cell;
}

.top-info{
    position: absolute;
    right: 70px;
    top: -42px;
    vertical-align: middle;
    text-align: right;
}

.phone-icon:before{
    background: url('../files/icons/phone.png');
    content: '';
    display: inline-block;
    margin-right: 9px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.top-header .top-action{
    vertical-align: top;
    text-align: right;
}

.top-action > div{
    text-align: left;
}

.top-action .impersonated .opener{
    width: 218px;
}

.top-dropdown,
.top-hyp,
.ta-rma-link a{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: top;
}

.top-dropdown{
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    z-index: 14;
}

.top-dropdown .summary{
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 11;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.top-dropdown:hover,
.top-dropdown.hover{
    margin-top: 0;
    margin-bottom: 0;
    height: 34px;
}

.top-dropdown:hover .summary,
.top-dropdown.hover .summary{
    display: block;
}

.top-dropdown:hover .opener,
.top-dropdown.hover .opener{
    height: 34px;
    z-index: 12;
}

.top-hyp,
.ta-rma-link a{
    padding: 0 15px;
}
.ribbon-header .top-hyp, 
.ribbon-header .ta-rma-link a
{
    padding: 0 5px;
}

.top-dropdown .opener{
    background: transparent;
    height: 100%;
    padding-bottom: 1px;
}

.opener{
    position: relative;
}

.opener:after{
    background: url('../files/images/Telerex/lang-dropdown.png');
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    height: 7px;
    width: 8px;
}

/*           language            */
.language.top-dropdown .opener{
    width: 59px;
}

.language .flag{
    margin-right: 13px;
}

.language.top-dropdown .opener .flag{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 13px;
}

.language.top-dropdown .summary {
    padding-top: 7px;
    padding-bottom: 7px;
    right: -1px;
    min-width: 127px;
}

.language .hyp{
    display: block;
    padding: 0 30px 0 18px;
    line-height: 40px;
    white-space: nowrap;
}

.language .hyp:hover{
    text-decoration: none;
}

/*           currency            */
.top-currency.top-dropdown .opener {
    min-width: 61px;
    padding-right: 26px;
    box-sizing: border-box;
}
.ribbon-header .top-currency.top-dropdown .opener {
    min-width:54px;
    text-align:center;
}
.top-currency {
    display:inline-block;
}

.top-currency .flag {
    margin-right: 13px;
}

.top-currency .currency-name {
    padding-left: 9px;
}

.ribbon-header .top-currency.top-single .currency-name {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 8px;
}

.top-currency.top-dropdown:hover .currency-name {
    line-height: 34px;
}

.top-currency.top-dropdown .opener .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 17px;
}

.top-currency.top-dropdown .summary {
    padding-top: 7px;
    padding-bottom: 7px;
    right: -1px;
    min-width: 127px;
    margin-top: -1px;
}

.top-currency .hyp {
    display: block;
    padding: 0 30px 0 18px;
    line-height: 40px;
    white-space: nowrap;
}

    .top-currency .hyp:hover {
        text-decoration: none;
    }

/*.mob-middle-cell .top-currency {
    width: 100%;
}

.mob-middle-cell .top-currency .opener {
    padding-left: 0;
}

.mob-middle-cell .top-currency .currency-name {
    font-weight: bold;
}

.mob-middle-cell .top-currency .opener {
    padding-left: 0;
}*/

/*          login            */
.login .opener{
    min-width: 57px;
}

.login .person{
    margin-left: 17px;
    margin-right: 55px;
    vertical-align: middle;
}

.login .user-name{
    font-weight: bold;
}

.login .opener:before{
    background: url('../files/icons/login-blue.png');
    content: '';
    display: inline-block;
    height: 18px;
    width: 16px;
    vertical-align: middle;
}

.login.top-dropdown .opener:before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 27px;
}

.impersonated .opener: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;
}

.logout{
    border-top-width: 1px;
    border-top-style: solid;
    line-height: 43px;
    margin: 5px 20px 0;
}

/*          middle header            */
.middle-header{
    position: relative;
    height: 35px;
    /*margin-top: 25px;*/
    padding: 0 10px;
    width: 50%;
    z-index: 5;
}

.middle-header .basket{
    position: absolute;
    top: 0;
    right: 0;
}

/*          logo            */
.logo{
	float: left;
	position: relative;
	z-index: 2;
 }

.logo-cell .logo2 img {
    max-height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
}

.logo a{
	display: inline-block;
	line-height: 0;
	max-width: 100%;
}

.middle-header .logo{
    margin-right: 15px;
    margin-top: -17px;
    margin-bottom: 14px;
    max-width: 40%;
}

/* search */
.search{
    position: relative;
    margin: 0 auto;
    width: 55%;
}

.btn-search{
    border: none;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    min-width: 55px;
    border: 1px solid #c9c9c9;
    border-left: 0;
}

.btn-search:before{
    background: url(../files/images/Telerex/search-icon.png);
    content: '';
    display: inline-block;
    margin-top: 13px;
    height: 16px;
    width: 16px;
}

.btn-search span{
    display: none;
}

.search-wrapper{
    position: relative;
    padding-right: 55px;
}

.tbx-main-search{
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tbx-main-search input{
    height: 42px;
    padding: 0 16px;
}

.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;
}

/*          basket           */
.basket{
    display: inline-block;
    position: relative;
    height: 35px;
    vertical-align: top;
}

.over-summary{
    background: transparent;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 16px 0 47px;
    position: relative;
    height: 35px;
	line-height: 44px;
}
.ribbon-header .over-summary {
    padding: 0 8px 0 37px;
}

.over-summary .hyp{
    line-height: 32px;
    float: left;
    text-transform: uppercase;
}

.over-summary .hyp:before{
    background: url(../files/images/Telerex/webstore-icon.png) no-repeat scroll 0 0 transparent;
    content: '';
    position: absolute;
    top: 8px;
    left: 20px;
    height: 17px;
    width: 20px;
}
.over-summary:hover .hyp:before {
    background-position: 0 -50px;
}
.basket:hover .over-summary:not(.is-empty),
.basket.hover .over-summary:not(.is-empty){
    z-index: 6;
}

.summary-footer{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 58px;
    table-layout: fixed;
}

.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-summary .products-list{
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.basket:hover .basket-summary,
.basket.hover .basket-summary{
    display: block;
}

.summary-title{
    margin: 15px 0;
    /*text-transform: uppercase;*/
}

.summary-title.alt,
.just-added .summary-title.main{
    display: none;
}

.just-added .summary-title.alt{
    display: block;
}

.basket-loading{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px 20px;
    width: 200px;
    z-index: 5;
}

.qty-price{
    text-align: right;
}

.added-product{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.added-product .quantity{
    float: left;
}

.added-product .product-img,
.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;
}



/*          bottom header            */
.bottom-header{
    position: relative;
    z-index: 1;
}

.bottom-header .nav-wrapper{
    margin-top: -1px;
    width: 100%;
}

.bottom-header .nav-item.selected .hyp-top-lvl:after{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 13px;
    left: 13px;
    right: 13px;
}

/*          top menu            */
nav{
    position: relative;
}

nav .hyp-top-lvl{
    text-transform: uppercase;
    text-decoration: none;
}

.nav-item{
    float: left;
}

.nav-item .hyp-top-lvl{
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: transparent;
    padding: 0 13px;
    position: relative;
	display: block;
    line-height: 38px;
    z-index: 4;
}

/*          menu level 2             */
.nav-item:hover .nav-wrapper,
.nav-item.hover .nav-wrapper{
    display: block;
}

.nav-wrapper{
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 27px 0 22px 0;
    z-index: 3;
}

.nav-lvl-2{
    list-style: none;
    padding: 0;
    margin: 0;

    display: table;
    height: 100%;
    min-height: 130px;
    width: 100%;
}

.nav-lvl-2 .wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.item-in-row{
    box-sizing: border-box;
    display: table-cell;
    padding: 0 10px 15px 30px;
    vertical-align: top;
    height: 100%;
    width: 20%;
}

/* navigation items blocks row system */
.nav-lvl-2 .separator{
    display: none;
}

.nav-lvl-3{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-lvl-3 .hyp{
    line-height: 30px;
}

.img-in-row{
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
    padding-left: 10px;
}

.nav-more{
    position: absolute;
    line-height: 24px;
    bottom: -24px;
    width: 100%;
}

.nav-more a {
    display: inline;
}

/*          mini nav            */
.mini .nav-item{
    position: relative;
}

ul.simple-nav-list{
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    width: 198px;
    z-index: 3;
    padding: 7px 0;
    margin-top: -1px;
}

.ribbon-header .simple-nav-list{
    margin-top: 0;
}

.bottom-header .simple-nav-list{
    top: 100%;
}

.nav-cell .simple-nav-list{
    top: 0;
    left: 100%;
}

.simple-nav-list .simple-nav-list{
    padding: 17px 0;
    top: -17px;
    left: 100%;
}

.sub-nav-item:first-child .simple-nav-list{
    top: -7px;
}

.nav-item:hover > .simple-nav-list,
.nav-item.hover > .simple-nav-list,
.sub-nav-item:hover > .simple-nav-list,
.sub-nav-item.hover > .simple-nav-list{
    display: block;
}

.sub-nav-item{
    padding-left: 30px;
    position: relative;
}

.sub-nav-item .hyp{
    display: block;
    line-height: 40px;
    text-decoration: none;
}

/* footer */
footer .font-h4,
footer .footer-contacts h2{
    display: block;
    line-height: 1.4em;
    padding-bottom: 12px;
    font-weight: normal;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .top{
	padding-top: 20px;
	padding-bottom: 25px;
}

footer .bottom{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*          sitemap          */
.sitemap-nav li{
    float: left;
    padding-right: 13px;
    width: 120px;
}

/*          bottom footer          */
.footer-nav{
    text-align: right;
}

.footer-nav .hyp{
    margin-left: 5px;
    padding-left: 5px;
    text-decoration: none;
    line-height: 14px;
    border-left: 1px solid;
    display: inline-block;
}

.footer-nav .hyp:first-child {
    border-left: 0;
}


/*          newsletter          */
.newsletter{
    display: table-cell;
    width: 38%;
}

.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{
	margin-right: 20px;
	text-decoration: line-through;
    white-space: nowrap;
}


/* columns layout */
.columns-general{
    box-sizing: border-box;
    padding: 7px 0 50px 0;
    height: 100%;
}

.with-breadcrumbs.top-banner-wrapper + .content > .base-layout-cnt > .columns-general {
    padding-top: 24px;
}

.base-layout-cnt {
    padding: 0 !important;
    margin-top: 0;
}

.content,
.breadcrumbs-wrapper,
.productlist-search-page .above-content {
    background: url(../files/images/Telerex/bg-shadow-full.png) no-repeat center top;
}

.with-back-button.above-content,
.product-details-page .above-content {
    background: url(../files/images/Telerex/bg-shadow-full.png) no-repeat center top;
}

.content.without-shadow {
    background: none;
}

.columns-general > .column{
    box-sizing: border-box;
    height: 100%;
}

.columns-general.rtl{
    direction: rtl;
}

.columns-general.rtl > .column{
    direction: ltr;
}

.column > .wrapper{
    padding: 12px 0;
}
/* END columns layout */




/* forms general styles */

form label{
    line-height: normal;
    word-wrap: break-word;
}

.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-comments .label{
    vertical-align: top;
    padding-top: 5px;
}

.form-row .validation,
.form-row .description,
.form-button{
    padding-left: 36%;
    margin-top: 0px;
}

.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(/content/files/icons/form-icon-invalid.png) no-repeat scroll left center;
}

.form-row .feedback-message{
	background: url(/content/files/icons/form-icon-description.png) no-repeat scroll left center;
}

.msg-not-available{
    font-weight: bold;
    text-transform: lowercase;
    white-space: nowrap;
}

.form-row .in-line{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.form-row .in-line.left-part{
    width: 48%;
}

.form-inline{
    display: inline-block;
    vertical-align: middle;
}

/*          message blocks          */
.msg-block{
    font-style: italic;
    margin: 45px 0;
    line-height: 60px;
    text-align: center;
}

#volumeDiscountContent .msg-block {
    margin: 10px 0 20px 0;
}

.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:before,
.validation-summary-errors:before,
.msg-block-confirm:before,
.msg-block-info:before,
.msg-block-alert:before{
    content: '';
	position: absolute;
}

.msg-block-error:before,
.validation-summary-errors:before{
    background: url(../files/icons/error.png);
    top: 18px;
    left: 10px;
    height: 12px;
    width: 12px;
}

.msg-block-confirm:before{
    background: url(../files/icons/msg-confirm.png);
    top: 15px;
    left: 9px;
    height: 16px;
    width: 14px;
}

.msg-block-info:before{
    background: url(../files/icons/msg-info.png);
    top: 16px;
    left: 12px;
    height: 16px;
    width: 8px;
}

.msg-block-alert:before{
    background: url(../files/icons/msg-alert.png);
    top: 15px;
    left: 13px;
    height: 14px;
    width: 5px;
}

.msg-block-error ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul{
    display: none;
}




.ifrm{
    padding: 5px;
}

.ifrm iframe{
	height: 300px;
	overflow: auto;
	width: 100%;
}

/* END forms general styles */



/* custom checkbox */
label .chb{
	vertical-align: middle;
}
label .chb ins{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(/content/files/icons/form-checkbox.png) 0 2px no-repeat;
    margin-right: 4px;
    margin-top: -1px;
    cursor: pointer;
}
.shipping-separator label .chb ins {
    margin-top: -6px;
}

label .chb input[type="checkbox"]{
    display: none;
}

label:hover .chb ins{
    background-position: 0 -18px;
}

label .chb input[type="checkbox"]:checked + ins{
    background-position: 0 -38px;
}

label:hover .chb input[type="checkbox"]:checked + ins{
    background-position: 0 -58px;
}

/* 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"]{
    display: none;
}

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;
}

/* END custom checkbox */










/* breadcrumbs */
.breadcrumbs li{
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
}

.breadcrumbs li:first-child a {
    margin-left: 0;
}

.breadcrumbs .hyp{
    margin: 0 8px 0 5px;
}

.breadcrumbs ul {
    padding: 10px 20px;
    margin-top: -12px;
}

/* END breadcrumbs */





/*          ribbon header           */
.ribbon-header{
    border-width: 1px 0;
    border-style: solid;
    top: 0;
    width: 100%;
    transition: all 0.4s ease-out 0s;
}

.ribbon-header.animate{
     top: 0;
     transition: .1s ease-out;
}

.sticky-elements{
    display: table;
    position: relative;
    width: 100%;
    z-index: 2;
}

.sticky-elements > div{
    display: table-cell;
    vertical-align: top;
}

.logo-cell{
    padding-top: 14px;
}

.ribbon-header .logo img{
    height: 32px;
}

.search-cell{
    padding-top: 7px;
    width: 40%;
    position: relative;
    z-index: 5;
}

.search-cell .search{
    width: 100%;
}

.top-action-cell{
    padding-top: 9px;
    text-align: right;
    min-width: 268px;
}

.top-action-cell > div{
    text-align: left;
}

.sticky-elements .person{
    display: none;
}

.ribbon-header .stop-representing{
    margin-top: 10px;
    padding-bottom: 10px;
}

.top-action-cell .over-summary .hyp{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.top-action-cell .over-summary-number,
.top-action-cell .over-summary-lbl{
    display: none;
}

.nav-cell{
    border-width: 0 1px;
    border-style: solid;
    height: 60px;
    width: 64px;
}

.nav-opener{
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 64px;
}

.nav-opener:before{
    background: url('../files/icons/nav-open.png') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 22px;
    left: 22px;
    height: 17px;
    width: 22px;
}

.nav-opener:after{
    background: url('../files/icons/nav-close.png') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 19px;
    left: 23px;
    height: 19px;
    width: 18px;
}

.nav-is-closed .nav-opener:before,
.nav-is-opened .nav-opener:after{
    background-position: 0 0;
}

.ribbon-header nav{
    display: none;
    position: absolute;
    top: 100%;
    width: 25%;
}

.nav-is-opened nav{
    display: block;
}

.nav-cell .nav-list{
    padding: 11px 0;
    margin-left: -1px;
    width: 100%;
}

.nav-cell .nav-list .nav-item{
    width: 100%;
}

.nav-cell .nav-item .hyp-top-lvl{
    border-width: 1px 0;
    margin-right: -1px;
    line-height: 40px;
}

.nav-cell .nav-wrapper{
    top: 0;
    left: 100%;
    min-height: 100%;
    overflow-y: auto;
    width: 299%;
}

.nav-cell .item-in-row{
    width: auto;
}

.nav-cell .nav-item .nav-lvl-2{
    table-layout: fixed;
}

.nav-cell .img-in-row{
    display: none;
}

/*          login page             */
.login-page-cnt .text{
    margin-bottom: 15px;
}

.login-page-cnt .validation-summary-errors{
    margin-top: 0;
}

.btn-login{
    float: right;
}

/*          tabs             */
.tab-control .reviews,
.tab-control .variants,
.tab-control .prepacks,
.tab-control .specifications,
.tab-control .description {
    min-height: 195px;
}

.tab-control .related-documents {
    margin: 10px 0 0 0;
    min-height: 185px;
}

.tab-control.last-viewed {
    display: inline-block !important;
}

.ui-tabs{
    padding: 0;
    display: inline-block;
}

.ui-tabs .ui-tabs-nav{
    padding: 0;
}

.ui-tabs .ui-tabs-nav li{
    margin: 0;
    outline: none;
}

.ui-tabs-nav li:not(:first-child){
    margin-left: 70px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    /*text-transform: uppercase;*/
    padding: 0;
}

.hidden-tabs-name{
    display: none;
    cursor: default;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
}

.ui-tabs-active .ui-tabs-anchor:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.no-underline .ui-tabs-anchor:after{
    display: none;
}

.ui-tabs .ui-tabs-panel{
    padding: 25px 0;
}


/*          text boxes with spinners          */
.tbx-quantity{
	display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
    width: 52px;
}

.tbx-quantity input{
    text-align: center;
    padding: 0 3px;
    height: 27px;
}

.qty-error{
    line-height: 0;
    position: absolute;
    left: -10px;
    top: -9px;
    z-index: 1;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.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-button:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.ui-spinner-up:before{
    background-image: url(../files/icons/increase.png);
    margin-top: -5px;
    margin-left: -5px;
    height: 11px;
    width: 10px;
}

.ui-spinner-down:before{
    background-image: url(../files/icons/decrease.png);
    margin-top: -1px;
    margin-left: -4px;
    height: 3px;
    width: 7px;
}

.tbx-quantity.spinner-hidden-initially:not(.focused) .ui-spinner-button{
    display: none;
}





/* order details */
.orders-details-page .columns-general .column.wide{
    width: 77%;
}

.ui-mobile.orders-details-page .columns-general .column.wide{
    width: 100%;
}

.history-details .hyp-print-preview{
    margin-left: 15px;
}

.history-details .btn{
    margin: 0 15px;
}

.lines-inside{
    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{
    white-space: nowrap;
}

.gvi-totals{
    text-align: right;
    margin-bottom: 30px;
}

.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;
}

.row-promotion{
    line-height: 20px;
}

.row-promotion .title-discount{
    display: inline-block;
    padding: 8px 0 7px;
}

.row-promotion .enter-discount{
    display: inline-block;
}

/* END order details */





/* general panel */

.panel-general{
    padding: 20px;
    margin-bottom: 30px;
}

.panel-header{
    margin-bottom: 11px;
}

.panel-footer > div{
    padding-top: 6px;
}

.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           */
.facets{
    padding-top: 6px;
}

.facet{
    margin-bottom: 10px;
    word-break: break-all;
}

.facet .hdr{
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    /*cursor: pointer;*/
}

.facet .hdr h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: calc(100% - 46px);*/
    max-width: 100%;
    float: left;
    /*margin-right: 5px;*/
}

.ui-tablet .facet .hdr {
    padding-left: 5px;
    padding-right: 5px;
}
.ui-tablet .facet .hdr h4 {
    max-width: calc(100% - 54px);
}

.facet-hdr-count {
    font-size: 15px;
    float: right;
    line-height: 1.5em;
}

.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;
    display: none;
}

.list-facets {
    max-height: 115px;
    overflow-y: auto;
}

.list-facets li{
    overflow: hidden;
    position: relative;
}

.facet-selected li,
.multiselect-mode .facet li{
    padding-left: 18px;
}

.list-facets li .chb{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.list-facets .count{
    display: inline-block;
    vertical-align: middle;
}

.facet-item{
    vertical-align: middle;
}

/*.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;
    padding-left: 20px;
    padding-right: 20px;
}

.ui-moblie .back-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

.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;
    width: 85%;
}

aside .hyp{
    float: left;
    clear: both;
}

#matricesPopup,
#volumePricesPopup,
#bomPopup{
    display: none;
}

.product{
    padding-top: 32px;
}

.product .main{
    margin-bottom: 45px;
}

.has-aside > div,
.no-aside > div{
    display: table-cell;
    padding: 0;
    vertical-align: top;
}

.no-aside{
    width: 100%;
}

/*           product images             */
.has-aside .details-img{
	width: 42%;
}

.no-aside .details-img{
    width: 58%;
}

.carousel-image{
	overflow: hidden;
	position: relative;
	margin: 0 auto !important;
	z-index: 1;
}

.carousel-image .no-image{
    max-width: 100%;
}

.carousel-content{
	position: absolute;
	top: 0;
	margin-left: 0;
	width: 33440px;
	z-index: 1;
}

.carousel-item{
	float: left;
    margin-right: 137px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.carousel-item img{
	margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.carousel-legend{
    padding: 10px 0;
	text-align: center;
}

.carousel-image-slider{
    margin: 25px 0;
}

.carousel-content{
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel-centering{
	margin: 0 auto;
    padding: 0 15px;
    position: relative;
    height: 84px;
}

.carousel-positioning{
    position: relative;
}

.carousel-cutter{
	overflow: hidden;
    height: 100%;
}

.list-thumbs{
	position: absolute;
	top: 0;
	width: 33440px;
}

.list-thumbs li{
	float: left;
}

.list-thumbs .hyp-thumbnail{
    box-sizing: border-box;
    display: block;
    margin: 0 10px;
    height: 84px;
    width: 84px;
}

.list-thumbs .thumbnail{
    display: block;
}

.list-thumbs .hyp-thumbnail:hover .thumbnail:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.btn-prev-img,
.btn-next-img{
    background-image: url(../files/icons/arrows-thumbnail.png);
    background-repeat: no-repeat;
    cursor: pointer;
	height: 25px;
	position: absolute;
    margin-top: -13px;
	top: 50%;
	width: 15px;
}

.btn-prev-img{
    background-position: 0 0;
    left: 0;
}

.btn-next-img{
    background-position: -16px 0;
    right: 0;
}

.btn-prev-img:hover{
    background-position: 0 -26px;
}

.btn-prev-img.disabled{
    background-position: 0 -52px;
}

.btn-next-img:hover{
    background-position: -16px -26px;
}

.btn-next-img.disabled{
    background-position: -16px -52px;
}

.zoomContainer{
    z-index: 1;
}

/*          lightbox image slider          */
.slider-wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    height: 748px;
    overflow: hidden;
}

.slider-list{
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 1000px;
    height: 748px;
}

.slider-list-item{
    position: relative;
}

.slider-list-item img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
}

.slider-al,
.slider-ar,
.slider-aldn,
.slider-ardn{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../files/icons/arrows-thumbnail.png) no-repeat;
    overflow: hidden;
    width: 15px;
    height: 25px;
}

.slider-al,
.slider-aldn{
    background-position: 0 0;
    left: 8px;
}

.slider-ar,
.slider-ardn{
    background-position: -16px 0;
    right: 8px;
}

.slider-al:hover{
    background-position: 0 -26px;
}

.slider-ar:hover{
    background-position: -16px -26px;
}

.slider-b{
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.slider-b div{
    position: absolute;
    width: 12px;
    height: 12px;
}

.slider-b div,
.slider-b div:hover,
.slider-b .av{
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.slider-b div{
    background-color: #ccc;
}

.slider-b div:hover,
.slider-b .av:hover{
    background-color: #999;
}

.slider-b .av{
    background-color: #000;
}

.slider-b .dn,
.slider-b .dn:hover{
    background-color: #000;
}


/*          product details          */
.details-info .description{
	display: inline-block;
    margin-top: 22px;
	width: 100%;
    word-wrap: break-word;
}

/*.details-info .rating-reviews + .description {
    margin-top: 12px;
}*/

.hyp-read-description + .hyp-print-preview{
    margin-left: 50px;
}

.details-info .product-id .name{
    display: inline-block;
    padding-right: 5px;
}

.rating-reviews{
    margin-top: 10px;
}

.rating-reviews .hyp{
    margin-left: 15px;
}

.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: 15px;
}

.order-box .form-row .label{
    width: 27%;
}

.order-box .after-btn-links{
    vertical-align: middle;
}

.order-box .row-quantity .field{
    white-space: nowrap;
}

.has-aside .field-btn-add{
    text-align: right;
}

.no-aside .field-btn-add{
    display: table-row;
    text-align: left;
}

.prices-action{
    display: table;
    width: 100%;
}

.prices-action > div{
    display: table-cell;
    vertical-align: bottom;
}

.after-prices{
    padding: 0 7px;
    line-height: 20px;
    width: 100%;
}

/* last viewed products */
.hyp-clear-viewed{
	padding-left: 20px;
	margin-left: 20px;
}

.last-viewed{
    margin: 40px 0 20px 0;
}

.related-info + .last-viewed{
    margin-top: -10px;
}

.last-viewed .ui-tabs-nav{
    padding-bottom: 10px;
}

.hyp-tab-action{
    font-weight: bold;
    float: left;
    margin: 15px 0 0 45px;
}

/* related info */
.simple-product-tile{
    box-sizing: border-box;
    text-align: center;
    padding: 0 3%;
}

.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: 10px;
    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{
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    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: 49px 0 23px 0;
	overflow: auto;
	position: relative;
	width: 100%;
    max-height: 450px;
}

.add-box{
    display: table;
    float: right;
}

.add-box li{
    display: table-cell;
    padding-right: 18px;
    vertical-align: top;
}

.quantity-selected{
	line-height: 22px;
}

.quantity-selected .name{
    display: inline-block;
    text-align: right;
    width: 150px;
}

.quantity-selected .value{
    display: inline-block;
    padding-left: 15px;
    width: 80px;
}

/* variants & prepacks */
.variants h2{
    line-height: 1;
}

.variants .product-id .name{
    margin-right: 35px;
}

.gvi-variants th:not(.corner-cell),
.gvi-prepacks th{
    text-transform: uppercase;
}

.corner-cell .lbl-uom-title{
    line-height: 28px;
    vertical-align: middle;
}

.gvi-variants .th-col,
.gvi-prepacks thead th{
    text-align: center;
    padding: 15px;
}

.gvi-variants td,
.gvi-prepacks td{
    text-align: center;
    padding: 23px 15px 10px;
}

.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: 10px;
}

.cell .stock-indication,
.cell .lbl-price{
    margin: 0 10px;
}

.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-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           */
.btn-add-inside{
    padding-top: 30px;
}

.counter-inside{
    line-height: 35px;
}

.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;
}

/* sorting */
.ddlb-sorting{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -3px;
}

/* paging */
.btn-paging{
    padding: 0;
    height: 28px;
    width: 28px;
}

.btn-paging:after{
    display: none;
}

.btn-page-prev:before{
    background-image: url(../files/icons/arrows-paging.png);
    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:before{
    background-position: 0 -11px;
}

.btn-page-next:before{
    background-image: url(../files/icons/arrows-paging.png);
    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:before{
    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;
}

.product-list .product-id{
    margin-right: 17px;
    padding-right: 17px;
    vertical-align: middle;
}

.list-mode{
    display: table;
    width: 100%;
}

.list-mode > li{
    display: table-row;
}

.list-mode li:first-child .product-tile{
    border-top-width: 1px;
    border-top-style: solid;
}

.list-mode .product-tile{
    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-price{
    vertical-align: top;
    position: relative;
    top: -5px;
}

.list-mode .product-action{
    white-space: nowrap;
    /*overflow: hidden;*/
}

.list-mode .product-description{
    display:table-cell;
    /*width:100%;*/
    vertical-align: top;
}

.list-mode .selected-quantity{
    margin-top: 7px;
}

ul.grid-mode{
    margin: 0 -1.4%;
    position: relative;
}

.grid-mode > li{
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-top: 18px;
    padding: 0 1.4% 13px 1.4%;
    /*height: 478px;*/
}
.contacts-list.grid-mode > li {
    height: 146px;
    position:relative;
}

.grid-mode .product-tile{
    display: block;
    padding: 2px;
    min-height: 100%;
    width: auto;
}
.contacts-list.grid-mode .product-tile {
    padding: 6px;
}

.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-tile .product-img{
    display: block;
    padding-top: 12px;
    width: auto;
}

.grid-mode .product-info{
    display: block;
}

.grid-mode .product-img .hyp-thumbnail{
    display: block;
    margin: 0 auto;
    height: 214px;
    max-width: 100%;
    width: 214px;
}

.grid-mode .product-title{
    min-height: 24px;
}

.grid-mode .product-description{
    padding-top: 3px;
    margin-bottom: 3px;
}
.list-mode .product-description{
    margin-bottom: 3px;
}
.product-list .product-description .product-description {
    display: inline-block;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}
.product-list.grid-mode .product-description .product-description {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    padding-top: 0;
}
.product-list.grid-mode .product-description .product-title {
    width: 100%;
}
.product-desc-content p {
    margin-top: 0;
}
.product-price-and-message {
    width: 100%;
    float: left;
}
/*.grid-mode .product-description .product-description{
    display: inline-block;
    max-height: 55px;
    overflow: hidden;
    padding-top: 3px;
    width: 100%;
    position: relative;
}*/
/*.grid-mode .product-description .product-description:after {
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='transparent', endColorstr='#fff');
    background: -webkit-linear-gradient(bottom,transparent, #fff);
    background: -moz-linear-gradient(bottom,transparent, #fff);
    background: linear-gradient(to bottom,transparent, #fff);
}*/

.grid-mode .product-id,
.grid-mode .product-attributes{
    display: none;
}

.grid-mode .product-action .form-quantity{
    padding-top: 3px;
    padding-bottom: 5px;
}

.grid-mode .product-action {
    padding-top: 3px;
    padding-bottom: 5px;
    display: inline-block;
}

.grid-mode .product-desc-cnt {
    margin-top: 0;
}

.grid-mode .product-desc-cnt .show-specification:after {
    content: none;
}

.grid-mode .product-action .form-inline {
    width: 100%;
    float: left;
}

.grid-mode .selected-quantity{
    margin-top: 13px;
}

.grid-mode .hide-for-grid{
    display: none;
}

.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;
}





/* custom select styles */
.ddlb{
    height: 35px;
    position: relative;
}

.ddlb-small{
    height: 28px;
}

.ddlb-small .ui-selectmenu-button span.ui-selectmenu-text{
    line-height: 27px;
}

.ui-selectmenu-open ul {
    border-width: 1px;
    border-style: solid;
}

.ui-selectmenu-button{
    border-width: 1px;
    border-style: solid;
    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;
}

#viewQuoteListPopup .ui-selectmenu-menu .ui-menu {
    max-height: 136px;
    width: 98%;
}

.ui-selectmenu-button span.ui-selectmenu-text{
    line-height: 35px;
    padding: 0 28px 0 12px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item{
    padding: 7px 28px 7px 12px;
    line-height: 20px;
    word-wrap: break-word;
}

.ui-selectmenu-button span.ui-icon{
    border-top: 4px solid #4d4d4d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 10px;
    margin-top: -2px;
}



.unit-of-measure{
    display: inline-block;
    vertical-align: middle;
}

.tbx-quantity + .unit-of-measure{
    margin-left: 8px;
    vertical-align: top;
}

.ddlb-uom{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.lbl-uom{
    display: inline-block;
    line-height: 28px;
}


/*          my account          */
.aside-links{
    margin-top: 12px;
}

.order-info-inside{
    margin-top: 65px;
}

.order-info-inside h2{
    display: inline-block;
    margin-right: 25px;
}

.account-name{
    margin: 13px 0 20px;
    font-size: 18px;
}

.hyp-account{
    padding-top:5px;
    padding-bottom:5px;
    float: left;
    clear: both;
}

.account-info-inside{
    margin-top: 65px;
}

.account-info-inside .sub-title{
    font-weight: bold;
    margin-right: 40px;
}

.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;
}

.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;
}


/*          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;
}




/*          datepicker           */
.ui-datepicker.ui-widget-content{
    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{
    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 .upper-row td,
.gvi-wish-list .upper-row td{
    padding: 20px 0;
}

.gvi-basket .inner-row td,
.gvi-wish-list .inner-row td{
    padding: 0 0 15px 0;
}

.gvi-basket .vertical-line{
    position: relative;
}

.gvi-basket .vertical-line:before{
    border-left-width: 2px;
    border-left-style: solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: -15px;
    left: -125px;
}

.gvi-basket .last-in-group .vertical-line:before{
    bottom: 0;
}

.gvi-basket .col-price{
    width: 90px;
}

.gvi-basket .col-quantity{
    width: 130px;
}

.gvi-basket .col-total{
    width: 95px;
}

.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;
}


/*  start b2c basket lines */
.basket-b2c-mode .gvi-basket .col-first{
    width: 120px;
}

.basket-b2c-mode .gvi-basket .hyp-thumbnail{
    height: 84px;
    width: 84px;
}
/*  end b2c basket lines */

/*  start b2b basket lines */
.basket-b2b-mode .gvi-basket .col-first{
    width: 65px;
}

.basket-b2b-mode .gvi-basket .product-img,
.basket-b2b-mode .gvi-basket .hyp-thumbnail{
    height: 50px;
    width: 50px;
}
/*  end b2b basket lines */

.gvi-basket .vertical-line{
    margin-left: 70px;
    min-height: 50px;
}

.gvi-basket .btn-show-hide{
    float: left;
    margin-top: 15px;
}

.hyp-recalculate{
    text-decoration: underline;
}

.block-actions{
    height: 47px;
}

.block-actions .hyp-btn{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gvi-basket .extended-text{
    margin: 7px 0;
}

.checkout-offers{
    margin: 70px 0;
}

.checkout-offers .ui-tabs-nav{
    padding-bottom: 10px;
}

.basket-details h2{
    margin-bottom: 15px;
}

ul.list-totals{
    margin: 30px 0;
}

.list-totals li{
    line-height: 30px;
    clear: both;
}

.list-totals .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%;
}

.list-totals .total-value,
.list-cart .total-value,
.gvi-totals .cell-price-value
{
    min-width:70px;
    display:inline-block;
}

.basket-buttons{
    margin-bottom: 25px;
}

.basket-buttons .hyp-btn{
    clear: both;
    float: left;
    margin: 13px 0;
}

.hyp-btn-disabled{
    cursor: default;
    pointer-events: none;
}

.basket-details .btn-checkout{
    margin-bottom: 58px;
    width: 100%;
}

.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;
}

.row-expanded .product-total,
.row-expanded .lbl-quantity{
    visibility: hidden;
}

/*          checkout            */
.checkout-page-cnt .wide .h1-holder{
    padding-top: 0;
    margin-bottom: 35px;
}

.checkout-page-cnt .wide h2{
    margin-top: 10px;
}

.checkout-step{
    padding-top: 20px;
    margin-bottom: 60px;
}

.checkout-text{
    margin-bottom: 10px;
}

.terms-row{
    padding-top: 10px;
    margin-bottom: 12px;
}

.pay-row .btn-back{
    float: left;
    line-height: 45px;
}

.pay-row .btn-back:before {
     margin-top: -1px;
}

.next-inside .btn-back{
    margin-right: 60px;
}

.shipping-separator{
    text-align: center;
    position: relative;
    margin: 15px 0;
}

.shipping-separator:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.shipping-separator .text{
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.gvi-methods{
    margin-bottom: 20px;
}

.gvi-methods tr{
    line-height: 24px;
}

.gvi-methods td{
    vertical-align: top;
    padding: 12px 0;
}

.gvi-methods th{
    padding: 4px 0;
}

.gvi-methods .method-title{
    vertical-align: middle;
}

.gvi-methods .rdb{
    margin-top: 0;
    margin-left: -2px;
}

.gvi-methods .radio{
    display: inline-block;
    line-height: 24px;
    margin-right: 15px;
    vertical-align: bottom;
}

.gvi-methods .cell-price{
    text-align: right;
    width: 60px;
    padding-right: 16px;
}

.gvi-methods .cell-price-value{
    min-width: 45px;
}

.gvi-methods .hyp-more{
    text-transform: lowercase;
}

.method-img{
    max-height: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

.weight-value{
    font-weight: bold;
}

.cart-summary{
    margin-bottom: 40px;
}

.cart-summary-header{
    margin-bottom: 28px;
    position: relative;
}

.cart-summary-header h2{
    display: inline;
}

.cart-summary-header .hyp-edit{
    text-decoration: underline;
    /*position: absolute;*/
    bottom: 0;
    right: 0;
}

ul.list-cart{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.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;
}

ul.list-step{
    margin-bottom: 26px;
}

.list-step-title{
    font-weight: bold;
}

.list-step .hyp-edit{
    text-decoration: underline;
    float: right;
}

.service-info{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.additional-info{
    margin: 40px 0 66px 0;
}

.additional-info h4{
    margin-bottom: 10px;
}

.gvi-basket-overview td{
    vertical-align: top;
}

.gvi-basket-overview td:last-child,
.gvi-basket-overview th:last-child{
    padding-right: 7px;
}

.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;
}

.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;
}

.shipping-cost .tooltip-sign{
    cursor: pointer;
}

.ui-tooltip{
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 10px;
    line-height: 18px;
    width: 250px;
}





/* FAQ page */
.accordion{
    margin: 20px 20px 30px 20px;
}

.accordion-header{
    cursor: pointer;
    padding: 15px 0 15px 40px;
}

.accordion-section{
    padding-left: 40px;
    padding-bottom: 10px;
}

.accordion-header .btn-show-hide{
    float: left;
    margin-left: -40px;
}

.accordion-header.collapsed + .accordion-section{
    display: none;
}



/* 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;
}

.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;
    position: fixed;
}

.ui-dialog-scroll{
    max-height: 100%;
    overflow: auto;
}

.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-titlebar-close{
    border: none;
    background: none;
    padding: 0 11px 0 0;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    height: auto;
    width: auto;
}

.ui-dialog-titlebar-close .ui-button-text{
    text-indent: inherit;
}

.ui-dialog-titlebar-close .ui-icon,
.cd-close-btn{
    background: url(../files/icons/close.png);
    left: auto;
    right: 0;
    margin-top: -6px;
    height: 14px;
    width: 11px;
}

.cd-close-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    z-index: 3;
}

.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;
}





/*          Quick order         */
.qo-input-area {
    width: 60%;
    float: left;
    position: relative;
    display: inline-block;
}
.ui-mobile .qo-input-area {
    width: 100%;
    margin-bottom: 10px;
}
.qo-input-area .tbx-search{
    width: 100%;
}

.choose-product{
    display: table;
    padding: 4px 0;
    margin: 29px -10px 0;
    width: 100%;
}

.choose-product > div{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.hyp-qo-title{
    line-height: 34px;
    font-weight: bold;
}

.qo-input-area .ui-autocomplete a{
    min-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* autocomplete */
.ui-autocomplete{
    overflow-y: auto;
}

.ui-autocomplete a{
    display: block;
    padding-left: 15px;
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus{
    text-decoration: none;
}




/****************************************
            Content blocks
****************************************/

/*          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;
}

.usp {
    width: 100%;
    float: left;
}

ul.usp-list{
    display: table;
    padding: 20px 0 !important;
    margin: 20px 0 !important;
    background-color: #f2f2f2;
    width: 100%;
}

#flexiPage .flexi-row:first-child ul.usp-list {
    margin-top: 0 !important;
}

.usp .separator-dark {
    display: none;
}

.usp-list .usp-ico{
    margin-right: 8px;
}

.usp-list .usp-ico,
.usp-list .usp-text{
    vertical-align: middle;
}

.usp-list li{
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    min-height: 100px;
    vertical-align: middle;
    padding-left: 0 !important;
    background-image: none !important;
}

.usp-list li:first-child{
    text-align: center;
}

.usp-list li:last-child{
    text-align: center;
}




/****************************************
                Content blocks
****************************************/

/*          START usp           */
.basket-page-cnt .usp-list{
    padding: 0;
}
/*          END usp           */

.compareproducts-table {
    table-layout: fixed;
    min-width: 100%;
    width: auto;
}
.compareproducts-table td:first-child {
    width: 200px;
}
.compareproducts-table td {
    border: 1px solid;
    vertical-align: top;
    min-width: 140px;
}
.compareproducts-table tr:first-child td {
    text-align: center;
}
.compareproducts-table tr:first-child td:first-child {
    vertical-align: middle;
    text-align: left;
}
.compareproducts-table tr:nth-child(2n) td {
    background: #f7f7f7;
}
.compareproducts-table .product-id {
    border-right: 0 !important;
    padding-right: 0;
    margin-right: 0;
}
.compareproducts-table .name {
    font-weight: bold;
}
.compareproducts-table .product-tile .msg-not-available,
.flow-products .product-tile .msg-not-available {
    width: 100%;
    float: left;
    line-height: 20px;
}
.compareproducts-table .linksSupportBox a {
    white-space: nowrap;
}
.compareproducts-table .show-specification:after,
.last-viewed .show-specification:after {
    content: none;
}
.compareproducts-table .product-tile .msg-not-available {
    margin: 8px 0px 7px 0px;
}
.compareproducts-table .product-tile .btm-removefromcompare {
    margin-top: 0px;
    display: inline-block;
}
.compareproducts-table .product-tile .product-img {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
}
.compareproducts-table .product-tile {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    float: left;
    text-align: center;
    float: none;
}
.compareproducts-table .product-info {
    display: block;
    width: 100%;
    float: left;
}
.compareproducts-table-wrapper {
    width: 100%;
    float: left;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .compareproducts-table {
        table-layout: auto;
    }

    .compareproducts-table td .prop-name {
        max-width: 140px;
        word-wrap: break-word;
        display: inline-block;
    }
}
.compareproducts-link {
    /*width: 30px;*/
    height: 26px;
    /*background: url(../files/images/compare.png) no-repeat center center;*/
    display: inline-block;
    /*background-size: 26px 26px;*/
    margin-top: 5px;
    vertical-align: top;
    line-height: 19px;
    margin-left: 4px;
    color: transparent !important;
}
.compareproducts-link img {
    max-height: 18px;
    margin-left: 8px !important;
    vertical-align: middle !important;
    display: inline-block !important;
}
.login.mob-dropdown + .compareproducts-link {
    padding-left: 35px;
    background-position: left center;
    margin-left: 13px;
    margin-top: 7px;
    line-height: 25px;
    width: auto;
    position: relative;
}
.login.mob-dropdown + .compareproducts-link:after {
    content: '';
    width: calc(100vw - 18px);
    float: left;
    height: 0;
    border-top: 1px solid #dee2e3;
    position: absolute;
    bottom: -9px;
    left: 0;
    margin-left: -12px;
}
.ui-touch-device .login.mob-dropdown + .compareproducts-link:after {
    width: calc(100vw - 2px);
}
.login.mob-dropdown + .compareproducts-link:hover
{
}
.compareproducts-link.hide {
    display: none;
}
.compareproducts-link:hover {
    text-decoration: none;
}
.compareproducts-link:hover {
    /*background: url(../files/images/compare-hover.png) no-repeat center center;*/
    background-size: 26px 26px;
}
.compareproducts-link:hover img {
    -webkit-filter: hue-rotate(33deg) sepia(92%) saturate(300) brightness(100%) opacity(45%);
    filter: hue-rotate(33deg) sepia(92%) saturate(300) brightness(100%) opacity(45%);
}
.compareproducts-link.hide + .basket {
    margin-right: 0;
}
.top-action-cell .compareproducts-link {
    margin-top: 6px;
    margin-right: 6px;
    font-size: 0;
    line-height: 25px;
}
.top-action-cell .compareproducts-link img {
    margin-left: 0 !important;
}
.compare-btn-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.btn-like-link.compareproductslink {
    /*width: 23px;*/
    min-height: 18px;
    /*background: url(../files/images/compare.png) center center no-repeat;*/
    /*background-size: 23px 23px;*/
    margin-top: 3px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.btn-like-link.compareproductslink img {
    height: 18px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.wishlist-details-page .btn-like-link.compareproductslink {
    margin-right: 3px;
}
.wishlist-details-page .btn-like-link.compareproductslink,
.productlist-list-page .btn-like-link.compareproductslink,
.productlist-search-page .btn-like-link.compareproductslink{
    height: auto;
}
.wishlist-details-page .btn-like-link.compareproductslink img,
.productlist-list-page .btn-like-link.compareproductslink img,
.productlist-search-page .btn-like-link.compareproductslink img{
    height: 18px;
}
.btn-like-link.compareproductslink img {
    max-height: 100%;
}
.flow-products .product-tile .compare-btn-wrapper
{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flow-products .product-tile .btn-like-link.compareproductslink
{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.btn-like-link.compareproductslink .btn-cnt {
    width: 30px;
    vertical-align: middle;
    display: inline-block;
}

/*.btm-addtocompare.addtocompare {
    margin-left: 10px;
}*/
#productPage aside {
    max-width: 116px;
}
aside .btm-addtocompare.addtocompare,
aside .compareproductslink,
.after-btn-links .btm-addtocompare {
    clear: both;
    margin-left: 0;
    display: block;
}
.after-btn-links .compareproductslink {
    margin-left: 10px;
    margin-top: 5px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
aside .compareproductslink:before,
aside .compareproductslink:after,
.after-btn-links .compareproductslink:after,
.flow-products .compareproductslink:before {
    content: '';
    clear: both;
    display: block !important;
}
.flow-products .compareproductslink:before {
    margin-top: 0px;
}
.flow-products .msg-not-available + .btm-addtocompare + .compareproductslink:before {
    margin-top: -18px;
}
.flow-products .msg-not-available {
    margin-bottom: 7px;
    display: inline-block;
}
.flow-products .msg-not-available + .btm-addtocompare {
    margin-top: -8px;
    display: inline-block;
    vertical-align: top;
}
.flow-products .compareproductslink:before
.btm-addtocompare.addtocompare .btn-cnt {
    white-space: nowrap;
}
.product-tile .prices {
    margin-bottom: 5px;
}
.facets-cnt {
    display: inline-block;
    width: 100%;
}
.ui-desktop .facets-cnt,
.ui-tablet .facets-cnt {
    display: table;
    table-layout: fixed;
    margin-bottom: 10px;
}
.ui-tablet .facets-cnt.facets-cnt-more2 {
    display: inline-block;
}
.ui-desktop .multiselect-mode .facet,
.ui-tablet .multiselect-mode .facet {
    display: table-cell;
    padding-right: 4px;
}
.ui-tablet .facets-cnt.facets-cnt-more2 .facet,
.ui-desktop .facets-cnt.facets-cnt-more2 .facet {
    display: inline-block;
    float: left;
    width: 33%;
    box-sizing: border-box;
}
.ui-desktop .facets-cnt.facets-cnt-more3 .facet {
    width: 25%;
}
.ui-desktop .facets-cnt.facets-cnt-more3 .facet {
    width: 25%;
}
.ui-tablet .left-menu + .column .facets-cnt.facets-cnt-more3 .facet {
    width: 33.33%;
}
.ui-desktop .left-menu + .column .facets-cnt.facets-cnt-more3 .facet {
    width: 33.33%;
}
.ui-desktop .multiselect-mode facet:last-child,
.ui-tablet .multiselect-mode facet:last-child {
    padding-right: 0;
}
.ui-desktop .facets,
.ui-tablet .facets {
    padding-top: 15px;
}
.facet .hdr {
    background: #eee;
    padding: 7px;
}
.list-facets {
    border: 1px solid #eee;
    padding: 7px !important;
}
.ui-desktop .list-facets,
.ui-tablet .list-facets {
    height: 112px;
}
.ui-desktop .filter-title,
.ui-tablet .filter-title {
    cursor: pointer;
    margin-top: 0;
}
.filters-wrapper{
    padding: 0 15px;
}

.ui-desktop .filters-wrapper,
.ui-tablet .filters-wrapper {
    padding: 0;
}
.filters-wrapper{
    padding: 0 15px;
}

.filter-title{
    line-height: 57px;
    text-align: center;
    margin: 0 -15px;
}

.ui-desktop .filter-title,
.ui-tablet .filter-title {
    line-height: 20px;
}

.filter-title:after{
    background: url(../files/icons/arrow-down-blue.png);
    content: '';
    display: inline-block;
    margin-left: 25px;
    height: 6px;
    width: 10px;
    vertical-align: middle;
}
.filter-title {
    margin-right: 0;
}
.filter-title.collapsed:after{
    background: url(../files/icons/arrow-up-blue.png);    
}

.filter-title.expanded:after{
    background: url(../files/icons/arrow-down-blue.png);
}

.filter-title.collapsed + .facets{
    display: none;
}


#flexiPage ul,
#flexiPage p {
    padding: 0 0 18px;
    margin: 0;
}
#flexiPage table th p,
#flexiPage table td p {
    padding-bottom: 0;
}
#flexiPage ul > li:not(.ui-menu-item) {
    background: rgba(0, 0, 0, 0) url(../files/images/Telerex/bullet.png) no-repeat scroll 2px 5px;
    list-style: outside none none;
    padding-left: 20px;
}
/*Home Carousel*/
.homeCarousel {
    overflow: hidden;
}
ul.carousel
{
    position:relative;
    height: 320px;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden; 
}
.homeCarousel ul li {
    float: left;
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important;
}
.homeCarousel ul li.fade {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.homeCarousel ul li > img {
    padding: 0 !important;
    width: 100%;
    float:left;
}
ul.carousel-controls
{
    list-style:none;
    padding:0;
    z-index:1;
    width: 98%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto !important;
}
ul.carousel-controls.v-centered li a
{
    position:absolute;
}
ul.carousel-controls.v-centered li.carousel-next a
{
    right:0;
}
ul.carousel-controls.v-centered li.carousel-prev a
{
    left:0;
}
ol.carousel-markers
{
    position: absolute;
    bottom: 42px;
    left: 0 !important;
    right: 0;
    list-style: none; 
    padding: 0; 
    width:200px;
    margin: 0 auto;
    z-index: 1;
    }
ol.carousel-markers.h-centered
{
    text-align: center;
    }
ol.carousel-markers li
{
    display:inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #9eaec6;
    box-sizing: border-box;
    }
ol.carousel-markers li.active-marker {
    background: #fff;
    border: 1px solid #9eaec6;
}
ol.carousel-markers li a
{
    display:inline-block;
    font-size: 0;
    width: 10px;
    height: 10px;
    float: left;
    }
.homeCarouselWrapper {
    width: 100%;
    float: left;
    height: 320px;
    margin-top: -35px;
}
.homeCarouselWrapper .homeCarousel {
    width: 100% !important;
}
.carousel-wrapper {
    height: 320px !important;
    position: relative;
}
.homeCarouselWrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 275px;
    width: 100%;
    height: 45px;
    background: url(/content/files/images/Telerex/bg-home.png) repeat-x left bottom;
    z-index: 1;
}
.top-banner .homeCarouselWrapper:after
{
    left: -100%;
    width: 300%;
    top: 275px;
}
.ui-mobile .homeCarouselWrapper:after {
    content: none;
}
ul.carousel-controls a {
    height: 45px;
    width: 45px;
    top: 0 !important;
    color: transparent;
}
ul.carousel-controls .carousel-prev,
ul.carousel-controls .carousel-next {
    position: absolute;
    left: 0px;
    top: 0;
    height: 45px;
    width: 45px;
    border-radius: 2px;
    background: rgba(158,174,198,0.1) url("../files/images/Telerex/btn-icon-arrow.png") no-repeat center center !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.carousel-controls .carousel-prev:hover,
ul.carousel-controls .carousel-next:hover {
    background-color: rgba(158,174,198,0.7) !important;
}
ul.carousel-controls .carousel-next {
    right: 0px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);    
}
div.carousel-caption {
    width: 100%;
    padding: 10px 25% 45px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}
.cc-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.cc-desc {
    font-size: 16px;
    line-height: 20px;
}
.carousel-caption .link {
    display: inline-block;
    font-size: 16px;
}
.carousel-caption .btn-cnt {
    line-height: 50px;
}
.carousel-caption .btn-cnt:after {
    right: 17px;
}
.flexi-row .html-wrapper {
    display: inline-block;
}
/* End Home Carousel */
.link:after {
    content: "»";
    padding-left: 5px;
}
.link:hover {
}
.menu-search-wrapper {
    position: relative;
}
.menu-search-wrapper .search {
    position: absolute;
    right: 20px;
    bottom: 5px;
}


.menu-search-wrapper .search{
    position: absolute;
    right: 120px;
    bottom: 8px;
    width: 262px;
}

.top-info {
    right: 120px;
}

.menu-search-wrapper .btn-search{
    box-sizing: border-box;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 28px;
    min-width: 0;
    padding: 0;
    border: 1px solid #c9c9c9;
}

.menu-search-wrapper .btn-search:before{
    background: url(../files/images/Telerex/search-icon.png) no-repeat center center;
    content: '';
    display: inline-block;
    height: 24px;
    width: 28px;
    margin-top: 0;
}

.menu-search-wrapper .search-wrapper{
    position: relative;
    padding-right: 27px;
    font-size: 13px;
    height: 24px;
    line-height: 16px;
    width: 262px;
    box-sizing: border-box;
}

.menu-search-wrapper .tbx-main-search{
    overflow: hidden;
    border-radius: 0;
}

.menu-search-wrapper .tbx-main-search input{
    font-size: 15px;
    height: 23px;
    padding: 3px 6px 4px;
    width: 234px;
}

.over-summary:hover .over-summary-number,
.over-summary:hover .over-summary-lbl,
.top-action a:hover,
.left-menu a:hover,
.left-menu a.selected:not(.hyp0),
.left-menu .selected:not(.hyp0), 
.left-menu .selected + a:not(.hyp0),
.top-header .top-dropdown.authorized:hover .opener .show320 {
    text-decoration: none;
}

.left-menu .profile-menu-wrapper a {
    font-weight: normal !important;
}

.left-menu .profile-menu-wrapper a.current,
.left-menu .profile-menu-wrapper a.selected {
    font-weight: bold !important;
}

.left-menu .profile-menu-wrapper a:hover {
}

.left-menu .profile-menu-wrapper .arrow-black:before {
    background: none;
}

.footer-nav .facebook,
.footer-nav .linkedin {
    background: url(../files/images/Telerex/footer-social.png) no-repeat left top;
    display: inline-block;
    height: 19px;
    margin-left: 8px;
    width: 18px;
    vertical-align: bottom;
    overflow: hidden;
    color: transparent;
}

.footer-nav .linkedin {
    background-position: -18px top;
}

.compare-products {
    margin-bottom: 80px;
}
.column .html-wrapper {
    max-width: 100%;
}

.left-menu {
    border-right: 1px solid;
}
.ui-mobile .left-menu {
    border-right: 0;
}
.left-menu-cnt {
    position: relative;
}
.left-menu ul {
    padding-left: 0px;
    padding-top: 5px;
}
.left-menu a.hyp0 + ul {
    margin-top: 10px;
}
.left-menu ul li {
    list-style: none;
    position: relative;
    line-height: 24px;
    padding: 6px 0 6px 13px;
}
.left-menu ul li.level_0 {
    border-top: 1px solid;
}
.left-menu ul li.level_0:last-child {
    border-bottom: 1px solid;
}
.left-menu ul li ul li {
    border: 0;
    line-height: 18px;
    padding: 3px 0 3px 15px;
}
.left-menu ul li ul li a {
}
.left-menu .arrow {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 15px;
    height: 20px;
    background: url(../files/images/Telerex/bullet.png) no-repeat left center;
    cursor: pointer;
}
.left-menu ul li ul li .arrow {
    top: 2px;
}
.left-menu .arrow.expand {
    top: 13px;
    left: -3px;
    background: none;
}
.left-menu ul li ul li .arrow.expand {
    top: 7px;
}
.left-menu .arrow.expand:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #0d6db6 transparent transparent transparent;
}
.left-menu .selected,
.left-menu .selected + a {
    font-weight: bold;
}
.left-menu a.hyp0 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 13px;
}
.left-menu a {
    word-wrap: break-word;
}
.left-menu-cnt > .arrow {
    display: none;
}
.left-menu-cnt > .arrow + .hyp {
    font-weight: bold;
    font-size: 20px;
}

.product-list.grid-mode .msg-not-available {
    display: inline-block;
    width: 100%;
    line-height: 24px;
}
.product-list.grid-mode .btm-addtocompare {
    margin-left: 0;
}

/* Styles from http://www.telerex-europe.com */
.markets-list {
    clear: both;
    margin-left: -20px;
    overflow: hidden;
    padding-top: 26px;
}
.markets-list > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin-bottom: 13px;
    margin-left: 20px;
    padding-left: 0;
    width: 199px;
}
.markets-list .image-holder {
    border: 1px solid #dee2e3;
    margin: 0 0 11px;
    padding: 9px;
}
.markets-list h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 12px;
}
.markets-list h2 a {
}
.markets-list h2 a:hover {
}
.markets-list li ul {
    line-height: 20px;
    padding-left: 9px;
}
.markets-list li li {
    background: rgba(0, 0, 0, 0) url("images/bullet-small.png") no-repeat scroll 2px 5px;
    padding-left: 13px;
}
.markets-sublist {
    clear: both;
    margin-right: -19px;
    overflow: hidden;
    padding-top: 15px !important;
}
.markets-sublist > li {
    list-style-image: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 20px;
    min-height: 120px;
    overflow: hidden;
    padding-left: 0 !important;
    position: relative;
}
.markets-sublist .image-holder {
    border: 1px solid #dee2e3;
    float: left;
    margin: 0 15px 0 0;
    padding: 6px;
}
.markets-sublist .market-content {
    min-height: 120px;
    overflow: hidden;
}
.markets-sublist h2 {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 9px;
}
.markets-sublist .goto {
    background: rgba(0, 0, 0, 0) url("images/goto-button-small.png") no-repeat scroll left top;
    bottom: 5px;
    height: 24px;
    position: absolute;
    right: 10px;
    width: 24px;
}
.markets-sublist li:hover {
}
.markets-sublist li:hover h2 {
}
.markets-sublist li:hover .market-content {
    background: rgba(0, 0, 0, 0) url("images/list-content-hover.png") repeat-y scroll right top;
}
.markets-sublist li:hover .goto {
    background-position: left -24px;
}
img.klein_rechts {
    border-color: #dee2e3;
    border-style: solid;
    border-width: thin;
    float: right !important;
    height: 110px;
    margin: 5px 0 5px 5px !important;
    padding: 3px !important;
    width: 110px;
}
img.klein_links {
    border-color: #dee2e3;
    border-style: solid;
    border-width: thin;
    float: left !important;
    height: 110px;
    margin: 5px 5px 5px 0 !important;
    padding: 3px !important;
    width: 110px;
}
img.groot_links {
    border-color: #dee2e3;
    border-style: solid;
    border-width: thin;
    float: left !important;
    height: 180px;
    margin: 5px 5px 5px 0 !important;
    padding: 3px !important;
    width: 180px;
}
img.groot_rechts {
    border-color: #dee2e3;
    border-style: solid;
    border-width: thin;
    float: right !important;
    height: 180px;
    margin: 5px 0 5px 5px !important;
    padding: 3px !important;
    width: 180px;
}
/* End Styles from http://www.telerex-europe.com */
.hyp-tell-a-friend {
    display: block;
}
.list-column-with-facets {
    padding-top: 0;
}
.top-banner {
    display: none;
    position: relative;
}
.top-banner.center {
    padding-top: 0 !important;
}
.top-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 42px;
    background: url(/content/files/images/Telerex/bg-home.png) repeat-x left bottom !important;
}
.top-banner > img {
    width: 100%;
    padding: 0 !important;
    vertical-align: top;
}
.top-banner .homeCarouselWrapper {
    margin-top: 0;
}
.top-banner-wrapper {
    /*margin-bottom: 10px;*/
}
.breadcrumbs-wrapper {
    display: inline-block;
    width: 100%;
}
.breadcrumbs-wrapper .breadcrumbs {
    padding-top: 18px !important;
    height: 31px;
}
.top-banner + .breadcrumbs-wrapper .breadcrumbs {
    padding-top: 11px !important;
}
.top-banner-wrapper .top-banner {
    display: block;
}
.top-banner-wrapper {
    background: #9eaec6 url(/content/files/images/Telerex/bg-home.png) repeat-x left bottom !important;
    max-height: 362px;
}
.with-breadcrumbs.top-banner-wrapper {
    background: #9eaec6 url(/content/files/images/Telerex/bg-top-banner.png) repeat-x left bottom !important;
}
.ui-mobile .top-banner-wrapper {
    background: none !important;
}
.footer-logo-wrapper {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1000px;
    width: 1000px;
    position: absolute;
    bottom: calc(100% + 12px);
    padding: 0 4%;
}
.footer-logo-wrapper a {
    display: inline-block;
    vertical-align: bottom;
}
#footer-logo {
    background: rgba(0, 0, 0, 0) url(/content/files/images/Telerex/footer-logo.png) no-repeat scroll left top;
    height: 7px;
    width: 41px;
    float: left;
    z-index: 1;
}
.zindex0 {
    z-index: 0;
}
.ui-tablet .footer-logo-wrapper {
    padding: 0 2%;
}
.ui-mobile .footer-logo-wrapper {
    padding: 0 15px;
}
footer {
    position: relative;
}
.btn-plus-my-account {
    margin-top: 10px;
}
nav .nav-lvl-2 .font-h4:hover,
.breadcrumbs .hyp:hover,
.btn:hover {
    text-decoration: none;
}
.flow-img-tiles h3 {
    line-height: 24px !important;
    padding-bottom: 10px;
}
.flow-img-tiles h3 a:hover {
    text-decoration: none;
}
.flow-products .product-action button.btn {
    padding: 0 20px 0 10px;
}
.flow-products .product-action button.btn .btn-cnt::after {
    width: 20px;
}

.flow-category-tiles .column {
    position: relative;
}
.ui-mobile .flow-category-tiles .column {
    display: inline-block;
}
.flow-category-tiles .column.hover .category-detail.hide {
    display: block !important;
}
#flexiPage .category-detail ul > li {
    padding-left: 15px;
}
.ui-mobile .flow-category-tiles .column {
    width: 100%;
}
.category-detail {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    background: #FFF;
    /*border: 1px solid;*/
    /*box-shadow: 0 0 4px rgba(0,0,0,0.25);*/
    padding: 10px;
    box-sizing: border-box;
    z-index: 2;
}
.ui-mobile .category-detail {
    right: auto;
    left: 0;
    width: 100%;
}
.cd-title {
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
    font-size: 20px;
    padding-right: 25px;
    margin-bottom: 3px;
    box-sizing: border-box;
}
.cd-sub-title {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.cd-image-link {
    width: 100px;
    margin-right: 15px;
    float: left;
    text-align: center;
}
.cd-image-link img {
    max-width: 100%;
}
.cd-desc {
    min-width: calc(100% - 115px);
    word-wrap: break-word;
}
.cd-desc > ul {
    width: calc(100% - 115px);
    display: inline-block;
}
.cd-desc > * + ul {
    width: auto;
}
.col-title {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
.col-image {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.flexi-row h1 {
    padding-top: 0;
    margin-top: -10px;
}
.ui-autocomplete {
    min-width: 300px !important;
    width: calc(100% - 2px) !important;
    left: auto !important;
    right: 0 !important;
}
.qo-input-area .ui-autocomplete {
    width: 100% !important;
    left: 0px !important;
    max-height: 420px !important;
}
.ui-mobile .qo-input-area .ui-autocomplete {
    width: calc(100% - 2px) !important;
}
.product-tile .product-img {
    width: 64px;
}
.flow-products .product-info {
    padding-left: 10px;
}
.product-details-page .toggle-button {
    margin-top: 32px;
    margin-bottom: 5px;
}
.ui-tablet.product-details-page .toggle-button {
    margin-top: 28px;
    margin-bottom: -35px;
}
.product-details-page .base-layout-cnt .toggle-button {
    margin-top: -35px;
    margin-bottom: 5px;
}
.product-details-page .above-content.without-breadcrumbs + .content .base-layout-cnt .toggle-button {
    margin-top: -5px;
}
/*.content-flexipage-page .toggle-button + .columns-general .html-wrapper > h1,
.content-flexipage-page .toggle-button + .columns-general .html-wrapper > h2,*/
.news-item-page .toggle-button + .columns-general .html-wrapper > h1,
.news-item-page .toggle-button + #News #newsPage .h1-holder,
.content-faqpage-page .toggle-button + #faqPage .h1-holder {
    max-width: calc(100% - 160px);
}
.ui-mobile .toggle-button + #News .columns-general .left-menu .hyp0 {
    padding-top: 30px;
}
.content-flexipage-page .toggle-button + .columns-general #flexiPage .flexi-row:first-child .html-wrapper {
    padding-top:5px;
}
.news-item-page .toggle-button + #News #newsPage .h1-holder {
    padding-top: 0;
    margin-top: -4px;
}
/*.toggle-button + .columns-general #flexiPage {
    margin-top: 30px;
}*/
.toggle-button + .columns-general #flexiPage h1 {
    padding-right: 150px;
}
.toggle-button + .columns-general #flexiPage .banner-content h1 {
    padding-right: 0;
}
.ui-mobile .toggle-button + .columns-general #flexiPage h1,
.ui-mobile .toggle-button + #News .columns-general #newsPage .h1-holder {
    padding-right: 0px;
    max-width: 100%;
}
.toggle-button + .columns-general .left-menu + .column.wide #flexiPage ul.usp-list {
    margin-top: 5px !important;
}
.toggle-button + .flexi-row {
    margin-top: 60px;
}
.toggle-button + .columns-general > .column.wide {
    padding-top: 30px;
}
.toggle-button + .columns-general > .column.wide .list-column-with-facets .h1-holder {
    margin-top: -35px;
}
.top-banner-wrapper + .content .toggle-button + div .columns-general {
    padding-top: 17px;
}
.toggle-button + #News #newsOverviewPage .newsletter-cnt {
    padding-top: 30px;
}
.ui-mobile .toggle-button + .columns-general > .column.left-menu {
    padding-top: 15px;
}
.content-flexipage-page .top-banner-wrapper + .content .toggle-button {
    margin-top: 15px;
}
.ui-mobile .toggle-button + .columns-general .left-menu .hyp0 {
    margin-top: 15px;
}
/*.toggle-button + .columns-general .flexi-row .flow-products:first-child {
    margin-top: 30px;
}
.toggle-button + .columns-general .flexi-row .homeCarouselWrapper {
    margin-top: 0;
}*/


.content-faqpage-page .toggle-button + #faqPage .h1-holder {
    padding-top: 4px;
}
.ui-tablet.product-details-page .breadcrumbs {
    clear: both;
    padding-left: 0;
    margin-left: 0;
    border-left: 10px;
}
.ui-tablet.product-details-page .toggle-button {
    margin-top: -60px;
}
.ui-mobile.product-details-page .toggle-button {
    margin-top: -29px;
}
.ui-tabs .ui-tabs-nav li {
    white-space: normal;
}
.above-content {
    min-height: 15px;
}
.above-content + .content {
    display: inline-block;
    width: 100%;
}
.above-content.without-breadcrumbs + .content {
    margin-top: -15px;
    padding-top: 15px;
}
.top-banner-wrapper.above-content.without-breadcrumbs + .content {
       margin-top: 0;
}
.top-banner-wrapper.above-content.with-breadcrumbs + .content .toggle-button {
       margin-top: 15px;
}
.ui-mobile .top-banner-wrapper.above-content.with-breadcrumbs + .content .toggle-button {
       margin-top: 0;
}
.with-back-button.above-content.without-breadcrumbs + .content,
.product-details-page .above-content.without-breadcrumbs + .content {
    margin-top: 0;
    padding-top: 0;
}

.radio-left-wrapper {
    max-width: 70px;
    float: left;
}
.method-img {
    max-width: 45px;
}
.radio-right-wrapper {
    display: block;
    overflow: hidden;
}
.method-title,
.method-shipment-days,
.method-description {
    width: 100%;
    float: left;
}
.method-shipment-days .arrow-red {
    margin-left: 10px;
}
.method-shipment-days .arrow-red.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -3px;
    top: 2px;
}
.method-select-wrapper {
    margin-top: 10px;
    margin-left: 68px;
}
.ui-mobile .method-select-wrapper {
    max-width: 175px;
}
.method-select-wrapper .field {
    width: 100%;
    float: left;
}
.method-carrier-num {
    width: 98%;
    margin-top: 10px;
}
#orderDeliveryPage .next-inside {
    margin-top: 10px;
}
.related-documents {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.product-list .related-documents {
    display: block;
    height:0;
    overflow:hidden;
}
.product-list .related-documents.inited {
    height: auto;
    overflow: inherit;
}
.product-list .related-documents-wrapper {
    width: 100%;
}
.grid-mode .related-documents {
    margin-top: 0;
    width: 100%;
    float: left;
}
.grid-mode .related-documents li:first-child {
    margin-top: 10px;
}
#documents .related-documents
{
    display: block;
}
.related-documents li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.rd-link {
    float: left;
}
.rd-link-img {
    height: 18px;
    width: 18px;
    float: left;
    overflow: hidden;
}
.related-info .rd-link-img {
    height: 14px;
    width: 14px;
}
.rd-link-img img {
    max-height: 100%;
    max-width: 100%;
    padding: 0 !important;
    float: left !important;
}
.rd-link-text {
    display: block;
    margin-left: 23px;
    overflow: hidden;
    max-width:100%;
}
.product-list .rd-link-text {
    text-align: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.pdp-downloads {
        margin-top: -30px;
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }

.product-attributes {
    display: table;
    width: 300px;
    border-bottom: 1px solid;
    border-collapse: collapse;
    margin-top: 5px;
}
.ui-tablet .product-attributes,
.ui-mobile .product-attributes {
    width: 90%;
}
.prod-spec {
    display: table-row;
    padding: 3px 0 1px 0;
    box-sizing: border-box;
}
.prod-spec.gvi-name-value .name,
.prod-spec.gvi-name-value .value {
    display: table-cell;
    width: 50%;
    border: 1px solid;
    padding: 2px 5px;
}
.ui-mobile .prod-spec.gvi-name-value .name {
    width: 50%;
}
.show-specification,
.show-delivery-times,
.hide-delivery-times{
    line-height: 22px;
    cursor: pointer;
}
.related-documents-holder:after,
.show-specification:after,
.show-delivery-times:after,
.hide-delivery-times.opened:after{
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 10px;
    vertical-align: middle;
    width: 10px;
    background: url("../files/icons/arrow-up-blue.png") no-repeat;
}
.related-documents-holder:after,
.show-specification.opened:after,
.show-delivery-times.opened:after,
.hide-delivery-times:after{
    background: url("../files/icons/arrow-down-blue.png") no-repeat;
}
.related-documents-holder.state-expanded:after {
    background: url("../files/icons/arrow-up-blue.png") no-repeat;
}

.grid-mode .product-tile .hyp-specification.show-specification {
    display: none;
}

.ui-tablet .list-mode .product-description,
.ui-mobile .list-mode .product-description {
    display: inline-block;
    margin-bottom: 5px;
}
.contacts-list.grid-mode .contact-id {
    display: inline-block;
    width:100%;
}
.contact-action-link {
    float: left;
    margin-right: 15px;
}
.contacts-list.grid-mode .contact-action {
    display: inline-block;
    width: 100%;
    position:absolute;
    left:0px;
    bottom:0px;
}
.contacts-list.grid-mode .contact-action form {
    display: inline-block;
}
.contacts-list .contact-action form:last-child .contact-action-link {
    margin-right: 0;
}
.gvi-volume-prices td,
.related-info table td {
    border: 1px solid;
}
.related-info {
    margin-bottom: 70px;
    overflow-x: auto;
    padding: 0 1px;
    box-sizing: border-box;
}
.related-info table {
    width: 100%;
}
.related-info table td {
    padding: 2px 5px;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}
.related-info table td .product-attributes {
    margin-top: 0;
}
.related-info table th {
    font-weight: normal;
    font-size: 12px;
}
.related-info table td.button-td {
    vertical-align: middle;
}
.related-info table td .prod-spec.gvi-name-value .name,
.related-info table td .prod-spec.gvi-name-value .value {
    border-color: transparent !important;
    padding: 0 10px 0 0;
}
.gvi-volume-prices {
    width: 60%;
}
.profile-menu-wrapper {
    position: relative;
}
.profile-menu {
    /*display: inline-block;
    background: #fff none repeat scroll 0 0;
    position: absolute;
    left: 100%;
    top: 0;
    border: 1px solid;
    width: 220px;*/
    position: relative;
    margin: 5px 0;
    padding: 5px 0;
}
.profile-menu:before,
.profile-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 0;
    width: calc(100% - 40px);
    border-top: 1px solid #dee2e3;
}
.profile-menu:after {
    top: auto;
    bottom: 0;
}
.profile-menu .hyp {
    padding-right: 20px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.profile-menu-wrapper:hover .profile-menu.hide {
    display: block !important;
}
.ui-mobile .profile-menu {
    display: block !important;
    position: relative;
    left: 0;
    border: 0;
}
.columns-roles .chb {
    margin: 1px 5px;
    float: left;
}
.ri-name-th {
    text-align: left;
}
.ri-price-th {
    text-align: right;
}
.ri-leadtime-th {
}
.ri-rohs-th {
}
.ri-doc-th {
    text-align: left;
}
.ri-param-th {
    text-align: left;
}
.ri-buy-th {
}
.ri-quate-th {
}
.ri-image-td .hyp-thumbnail {
    width: 64px;
    height: 64px;
}
.ri-name-td {
    min-width: 180px;
}
.ri-price-td {
    text-align: right;
    white-space: nowrap;
}
.ri-leadtime-td {
    white-space: nowrap;
}
.ri-rohs-td {
}
.ri-doc-td {
}
.ri-doc-td .related-documents {
    margin-top: 0;
    margin-bottom: 0;
}
.ri-doc-td .related-documents li {
    margin-top: 0;
    margin-bottom: 0;
}
.ri-param-td {
    min-width: 130px;
}
.ri-param-td .product-attributes {
    width: 100%;
    display: inline-block;
    border-bottom: 0;
}
.ri-param-td .prod-spec {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 16px;
}
.ri-param-td .product-attributes .name {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: 0;
    width: 60%;
    word-wrap: break-word;
}
.ri-param-td .product-attributes .value {
    padding-right: 0 !important;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    border: 0;
    width: 40%;
}
.ri-buy-td {
}
.ri-quate-td {
    vertical-align: middle !important;
    text-align: center;
}
.gvi-volume-stock-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.gvi-volume-stock-wrapper .gvi-volume-prices{
    width:auto;
    /*max-width:300px;*/
}
.gvi-volume-stock-wrapper .gvi-name-value .name {
    width:auto;
}

.specifications .gvi-name-value {
    text-align:left;
}

.product .ui-tabs{
    display:block;
}

.product-action .linksSupportBox{
    min-height:30px;
}
.flexi-row .flow-products:last-child .columns-general {
    margin-bottom: -20px;
}
.flexi-row .flow-products .columns-general .column {
    margin-bottom: 20px;
    display: block !important;
    float: left;
}
.flexi-row-center .flow-products .columns-general .column {
    width: 33.33%;
    padding-right: 1% !important;
}
.flexi-row-center .flow-products .columns-general .column:nth-child(3n+1) {
    clear: both;
}
.flexi-row-center .flow-products .columns-general .column:nth-child(3n) {
    padding-right: 0% !important;
}
.flexi-row-left .flow-products .columns-general .column {
    width: 50%;
}
.flexi-row-left .flow-products .columns-general .column:nth-child(2n+1) {
    clear: both;
    padding-right: 1%;
}
.flexi-row-right .flow-products .columns-general .column {
    width: 100%;
}
.flexi-row .flow-products .product-action .linksSupportBox{
    min-height:47px;
}
.flexi-row .flow-products .btm-addtocompare .btn-cnt {
    margin-left:0;
}

.flow-products .product-tile .msg-not-available {
    float:none;
}

.permisitionsList .prop-name{
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
}

.without-breadcrumbs .center.custom-bg{
    padding-top:0;
}

.cd-title.font-h4 {
    font-weight:bold;
}
.ui-mobile .history-details .lines-inside .gvi-order-lines {
    margin-bottom:30px;
}

/*experimental fix for top banner lines remove if needed to revert changes*/
.with-breadcrumbs.top-banner-wrapper,
.colored-header-desktop.grey-bg::before {
    background-image:none !important;
}
.ui-mobile .colored-header-desktop.grey-bg::before {
    background: none;
}
.top-banner-wrapper {
    background-image:none !important;
    overflow:hidden;
}
.top-banner::after {
    width:auto;
    left:-100%;
    right:-100%;
    display:block;
}

.above-content .colored-header-desktop .top-banner-wrapper {
    overflow:hidden;
}
.cellPriceTd {
    min-width: 80px;
}
.ui-mobile .cellPriceTd {
    min-width: 0;
}
.product-line-btn-cnt {
    width: 100%;
    float: left;
}
.product-line-btn-cnt .addtocompare,
.product-line-btn-cnt .compareproductslink {
    margin-left: 0;
}
.product-tile .form-inline {
    margin-bottom: 5px;
}
.facet .btn {
    margin-top: 5px;
}
#productListPage {
    margin-top: 10px;
}
.ui-desktop .nav-list,
.ui-tablet .nav-list {
    max-width: calc(100% - 272px);
}
.ui-desktop .sticky-elements .nav-list,
.ui-tablet .sticky-elements .nav-list {
    max-width: none;
}
/*END*/
.pspmText {
    margin-top: 10px;
}
.site button.btn-print span {
}
.top-header .top-dropdown.authorized .opener .show320
{
    display: inline-block !important;
    padding-left: 14px;
    padding-right: 54px;
    margin-top: -1px;
    vertical-align: top;
}
.top-header .top-dropdown.authorized:hover .opener .show320
{
    margin-top: 3px;
}
.header-compareproductslink-wrapper {
    display: inline-grid;
}
.top-header .compareproducts-link,
.top-header .compareproducts-link:hover
{
    background-position: center right;
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
}
.top-header .compareproducts-link:hover
{
}

/* Home Blocks */
.under-carousel-home-block
{
    width: 100%;
    display: table;
    position: relative;
}
.uchb-bg-left,
.uchb-bg-right
{
    content: '';
    position: absolute;
    left: -50px;
    bottom: -265px;
    height: 265px;
    width: 50px;
    background: url("../files/images/Telerex/bg-shadow.png") right top;
}
.uchb-bg-right
{
    left: auto;
    right: -50px;
    background-position: left -265px;
}
.uchb-left
{
    width: 75%;
    padding: 24px 20px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #ffffff;
    display: table-cell;
    vertical-align: top;
    box-shadow: inset 0 -10px 16px -12px rgba(0, 0, 0, 0.2);
}
.uchb-right
{
    width: 25%;
    background: #dee2e3;
    padding: 15px 5px 10px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #dee2e3;
    display: table-cell;
    vertical-align: top;
}
.uchb-left > img
{
    float: left !important;
    padding: 0 25px 0 0 !important;
}
.uchbl-content
{
    overflow: hidden;
    margin-top: 10px;
}
.uchbl-content em
{
    display: block;
    font-size: 15px;
    line-height: 16px;
    font-style: normal;
    margin-bottom: 5px;
}
.uchbl-content h2
{
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 5px;
}
.uchbl-content a
{
}
.uchbl-content a:hover
{
    text-decoration: none;
}
.uchbl-content p
{
    line-height: 18px;
    padding-bottom: 5px !important;
    font-size: 13px;
}
.uchb-right h3
{
    font-size: 16px;
    margin: 0 0 1px;
    font-weight: bold;
    margin-bottom: 5px;
}
.uchb-right p
{
    padding-bottom: 0 !important;
}
.uchb-bg
{
    left: 0;
    width: calc(100vw - 17px);
    margin-left: calc((100% - 100vw + 17px) / 2);
    height: 100%;
    position: absolute;
    background: #dee2e3;
    top: 0;
}
.ui-touch-device .uchb-bg {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
}

#flexiPage ul, #flexiPage p {
    margin: 0;
    padding: 0 0 18px;
}
*::-moz-placeholder {
}
*::-moz-placeholder {
    font-style: italic;
}
#flexiPage ul > li {
    list-style: outside none none;
}
.html-wrapper {
    word-wrap: break-word;
}
body {
    font-family: "Calibri","CalibriRegular","sans-serif";
    font-size: 14px;
}
body {
    line-height: 18px;
}
html {
    font-family: sans-serif;
}

.latest-news-wrpper
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.rss-feed {
    background: rgba(0, 0, 0, 0) url("../files/images/Telerex/rss-icon.png") no-repeat scroll right top;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    padding-right: 25px;
    position: absolute;
    right: 2px;
    top: 3px;
}
.rss-feed:hover
{
    text-decoration: none;
}
.latest-news h2
{
    font-size: 17px;
    line-height: 20px;
    padding-left: 45px;
    margin-bottom: 5px;
}
.latest-news ul
{
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
.latest-news li
{
    background: none !important;
    overflow: hidden;
    padding: 0 0 18px 0 !important;
}
.latest-news li:last-child
{
    padding-bottom: 0 !important;
}
#newsOverviewPage .latest-news li:last-child {
    padding-bottom: 18px !important;
}
.latest-news li .date {
    float: left;
    width: 32px;
}
.latest-news li .date-main {
    background: transparent url("../files/images/Telerex/date-bg.png") no-repeat scroll left top;
    display: inline-block;
    line-height: 32px;
    margin: 0 3px 0 6px;
    position: relative;
    text-align: center;
    top: 4px;
    width: 23px;
}
.latest-news li .day {
    font-weight: bold;
    position: relative;
    top: -5px;
    margin-left: -2px;
}
.latest-news li .month {
    bottom: 0;
    font-size: 11px;
    font-weight: normal;
    left: 0;
    line-height: 11px;
    position: absolute;
    right: 0;
}
.latest-news li .news-content {
    font-size: 13px;
    overflow: hidden;
    padding: 2px 30px 0 13px;
    position: relative;
}
.latest-news li .news-content h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.latest-news li .news-content h3 a:hover
{
    text-decoration: none;
}
.latest-news li .news-content .news-image {
    background: url("../files/images/Telerex/latest-news-image-bg.png");
    float: left;
    height: 43px;
    margin-left: -6px;
    padding: 6px 13px 6px 7px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 43px;
    position: relative;
}
.latest-news li .news-content .news-image img
{
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.latest-news li .news-content p {
    padding: 0 !important;
}
.latest-news li .news-content .goto {
    background: transparent url("../files/images/Telerex/goto-button-small.png") no-repeat scroll left top;
    bottom: 18px;
    height: 24px;
    position: absolute;
    right: 1px;
    width: 24px;
}
.latest-news li .news-content .goto:hover
{
    background-position: left -24px;
    text-decoration: none;
}
.footer-contacts
{
    float: right;
    max-width: 400px;
}
.footer-contacts h2,
.footer-contacts .font-h4
{
    word-wrap: break-word;
}
.blue-bullets-wrapper
{
    padding: 10px;
    width: calc(100% + 10px);
    margin-left: -5px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dee2e3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset
}
.blue-bullets-wrapper h2
{
    font-size: 19px;
}
.blue-bullets
{
    padding: 15px 0 0 0 !important;
}
.blue-bullets li
{
    background: url("../files/images/Telerex/bullet-round.png") no-repeat 0 4px !important;
    padding-left: 16px !important;
    margin-bottom: 5px;
}
.flexi-row-left
{
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    width: 75%;
    float: left;
    position: relative;
}
.flexi-row-center.ProductSetContentBlock {
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}
.flexi-row-left:after
{
    content: '';
    border-right: 1px solid #dee2e3;
    width: 0;
    height: 100%;
    right: -1px;
    top: 0;
    float: right;
    position: absolute;
}
.flexi-row-left .columns-general
{
    margin: 0;
    padding: 0;
    width: 100%;
}
.flexi-row-left .columns-general .empty-column
{
    display: none !important;
}
.flexi-row-right
{
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 75%;
}
.flexi-row-right .html-wrapper
{
    width: 100%;
    padding: 20px 0 10px 0;
}
.flexi-row-center {
    clear: both;
}
.flexi-row-center .html-wrapper
{
    width: 100%;
    float: left;
}
hr
{
    border: none;
    border-top: 1px solid #dee2e3;
}
.flexi-row img
{
    max-width: 100%;
}
.froala-element .flexi-row img.fr-fin, img.fr-tag.fr-fin
{
    margin: 0;
    padding: 0;
}
.linkedin-id
{
    display: none;
}
/* End Home Blocks */

.column.newsletter
{
    display: none;
}
.flexi-row-center .column.newsletter {
    margin-bottom: 10px;
}
.newsletter-cnt
{
    width: calc(100% + 10px);
    margin-left: -5px;
    float: left;
}
.newsletter-cnt .column.newsletter
{
    width: 100%;
    float: left;
}
.newsletter-cnt .newsletter-text
{
    margin-bottom: 10px;
}
.newsletter-cnt .newsletter-line
{
    padding-bottom: 0 !important;
}
.newsletter-cnt .newsletter-line li
{
    padding: 0 !important;
    background: none !important;
}
.newsletter-cnt .tbx-email-newsletter
{
    margin-right: -1px;
}
.newsletter-cnt .tbx-email-newsletter input
{
    height: 33px;
    padding: 0 5px 0 7px;
}
.newsletter-cnt .btn
{
    padding-left: 6px;
    padding-right: 6px;
}
.newsletter-cnt .btn .btn-cnt:after
{
    content: none;
}
.newsletter-cnt .font-h4
{
    text-transform: none;
}
.none
{
    display: none;
}
.product-desc-cnt
{
    margin-top: 7px;
}
.product-desc
{
    max-height: 60px;
    margin-bottom: 2px;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    position: relative;
}
.grid-mode .product-desc {
    max-height: 30px;
}
.compareproducts-table .product-desc-cnt .product-desc {
    width: 100%;
    float: left;
}
.product-desc.swipe
{
    max-height: none;
}
.product-desc:not(.no-bg):not(.swipe):after
{
    content: '';
    position: absolute;
    margin: auto;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    background: -ms-linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}
.flexi-row-right .flow-category-tiles {
    margin-bottom: -20px;
}
.flexi-row-right .flow-category-tiles .column {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin-bottom: 20px;
}
.flexi-row-right .flow-category-tiles .cd-image-link {
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}
.flexi-row-right .flow-category-tiles .cd-desc ul {
    width: 100%;
}
.left-menu .profile-menu-wrapper,
.left-menu .profile-menu {
    width: 100%;
    float: left;
}
.left-menu .profile-menu:before,
.left-menu .profile-menu:after {
    left: 0;
    width: 100%;
}
.left-menu .logout {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.left-menu .hyp-account:not(.arrow-blue):not(.arrow-black) {
    padding-left: 10px;
}
.product-tile .product-id {
}
.product-list .product-description .product-id {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
}

.colored-header-desktop{
    position: relative;
}

.colored-header-desktop:before{
    box-shadow: inset 0 9px 4px -3px rgba(0,0,0,0.1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
}
@-moz-document url-prefix() {
    .colored-header-desktop:before {
        box-shadow: inset 0 5px 5px 0px rgba(0,0,0,0.1);
    }
}

.colored-header-desktop.grey-bg:before {
    height: 320px;
    background: #9eaec6 url(/content/files/images/Telerex/bg-home.png) repeat-x left bottom;
}
.product-desc-detail-cnt {
    margin-top: 0;
}
.product-desc-detail-cnt .product-desc {
    font-size: 14px !important;
    max-height: 70px;
    line-height: 17px;
}
.product-desc-detail-cnt .product-desc.swipe {
    max-height: none;
}
#quickOrder .choose-product .tbx-quantity-qo-wrapper {
    display: table-cell;
    padding-left: 10px;
}
#quickOrder .choose-product .ddlb-uom {
    display: table-cell;
}
.text-right-content {
    display: table;
}
.ui-mobile.product-details-page .details-info .description {
    margin-top: 40px;
}
.specifications .gvi th {
    text-align: left;
}
.create-prospect-top-btn-wrapper {
    margin-bottom: 20px;
    display: none;
}
.reviews-new-page .product-tile .product-img{
    width: 74px;
}
.ui-mobile.product-details-page .carousel-image.touchcarousel{
    padding-bottom: 40px;
}
.ui-mobile.product-details-page .btn-add-to-basket {
    margin-right: 0;
}
.footer-contacts {
    max-width: 100%;
}
.footer-contacts table {
    margin: 0;
    width: 100%;
    table-layout: fixed;
}
.footer-contacts table td img,
.footer-contacts img.fr-fil, 
.footer-contacts img.fr-tag.fr-fil {
    padding: 0 !important;
    height: 17px;
    width: auto;
    margin-right: 5px;
    float: none !important;
    display: inline !important;
    margin-left: 5px;
}
.footer-contacts table tr td {
    border: 0;
    padding: 0 10px 0 0;
    word-wrap: break-word;
    vertical-align: top;
}
.footer-contacts table tr td:last-child {
    padding: 0 0 0 10px;
}
.product-list + .panel-footer {
    margin-top: 10px;
}
.footer-contacts a {
}
.gvi-wish-list .product-info {
    padding-right: 10px;
}
.gvi-wish-list .upper-row td {
    vertical-align: top;
}
.gvi-wish-list .btn:not(.ui-spinner-button) {
    margin-top: -5px;
}
.ui-mobile .gvi-wish-list .btn:not(.ui-spinner-button) {
    margin-top: 0;
}
.gvi-wish-list tr td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.ui-mobile .gvi-wish-list tr td {
    padding-right: 0px !important;
}
.gvi-wish-list tr td:nth-child(2) {
    padding-left: 0 !important;
}
.gvi-wish-list .upper-row td:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gvi-wish-list .upper-row td:last-child {
    padding-right: 0 !important;
    max-width: 145px;
}
.ui-mobile .left-menu .profile-menu-wrapper,
.ui-mobile .left-menu .logout {
    display: none;
}
.ui-mobile .history-details .columns-addresses .column {
    margin-bottom: 10px;
}
#RememberMe + ins {
    margin-top: -5px;
}
.product-info-cnt {
    width: 100%;
    display: table;
}
.grid-mode .product-info-cnt {
    display: block;
}
.grid-mode .rd-link {
    float:none;
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
}
.ac-shadow-wrapper {
    padding-top: 0 !important;
}
.ac-shadow-cnt {
    width: 100%;
    float: left;
    position: relative;
}
.columns-general > .column:last-child {
    padding: 20px;
}
.ui-mobile .columns-general > .column:last-child {
    padding-right: 15px;
    padding-left: 15px;
}
.columns-general > .column:first-child {
    padding-right: 20px;
    padding-left: 20px;
}
.ui-mobile .columns-general > .column {
    width: 100%;
    float: left;
}
.ui-mobile .columns-general > .column:first-child {
    padding-right: 15px;
    padding-left: 15px;
}
.without-shadow .columns-general.compact > .column:first-child,
.without-shadow .columns-general.compact > .column:last-child {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.ui-mobile .columns-general .columns-general > .column,
.ui-mobile .columns-general .columns-general > .column:first-child,
.ui-mobile .columns-general .columns-general > .column:last-child,
footer .columns-general > .column:first-child {
    padding-right: 0;
    padding-left: 0;
}
.ui-mobile .accordion {
    margin-left: 15px;
    margin-right: 15px;
}
.create-account-desc-text {
    padding: 0 20px;
}
.ui-mobile .create-account-desc-text {
    padding: 0 15px;
}
.ui-tablet footer > .center
{
    padding-left: 20px;
    padding-right: 20px;
}
.ui-mobile footer > .center
{
    padding-left: 0;
    padding-right: 0;
}
.basket-top-text {
    padding-left: 20px;
}
.ui-mobile .basket-top-text {
    padding-left: 20px;
}
.product-details-page .has-aside details-img {
    padding: 0;
}
#productPage {
    padding-left: 20px;
    padding-right: 20px;
}
.ui-mobile #productPage {
    padding-left: 15px;
    padding-right: 15px;
}
#productPage .details-info {
    padding-left: 20px;
}
.ui-mobile #productPage .details-info {
    padding-left: 0;
}
#productPage .columns-general.product-bottom-info .column {
    padding-left: 0;
    padding-right: 0;
}
.list-mode .product-action {
    padding-right: 1px;
}
.menu-search-wrapper .search,
.top-info {
    right: 15px;
}
.ui-mobile .flow-category-tiles .category-detail {
    padding-left: 0;
    padding-right:0;
}
.compareproducts-table .product-tile .product-info > .product-description {
    display: inline-block;
}
.compare-buttons {
    float: right;
    margin: 10px 20px 10px 0;
}
.ui-mobile .compare-buttons {
    margin-right: 15px;
}
.compare-buttons a {
    margin-left: 15px;
}

#newsOverviewPage {
    width: 100%;
    float: left;
}
.news-top {
    width: 100%;
    float: left;
    margin-top: -5px;
    position: relative;
}
.news-top-left {
    width: 66%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.news-top-right {
    width: 34%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
    min-height: 130px;
}
.news-top-right .newsletter-cnt {
    margin-left: 0;
    width: 100%;
}
.news-top-right .rss-feed {
    top: auto;
    bottom: 0;
}
.news-top-right .newsletter-cnt .font-h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}
.news-top-right .newsletter-line {
    padding: 0;
}
.ntl-description {
    margin-top: 12px;
}
.semicolumn {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.ui-mobile .semicolumn {
    padding-left: 15px;
    padding-right: 15px;
}
.product-details-page .back-wrapper {
    margin-top: -2px;
}
.ui-mobile .above-content .center {
    padding-top: 20px;
}

.date-main-date {
    position: relative;
    width: 34px;
    float: left;
    text-align: center;
}
#newsOverviewPage .date {
    width: 72px;
}
.ui-mobile #newsOverviewPage .date {
    width: 32px;
}
#newsOverviewPage .latest-news li .date-main {
    top: -2px;
}
.short-day {
    font-size: 11px;
    line-height: 11px;
}
.date-main-year {
    margin: 18px 0 0 2px;
    display: inline-block;
}
.ui-mobile .date-main-year {
    margin-top: 5px;
}
.contactus-top-text {
    margin: 0 20px 10px 20px; 
    padding-bottom: 30px;
}
.ui-mobile .contactus-top-text {
    margin: 0 15px 10px 15px; 
}
.news-index-page .top-banner-wrapper + .content .columns-general.compact {
    padding-top: 30px;
}
.content-flexipage-page .without-breadcrumbs  + .content .columns-general.compact {
    padding-top: 20px;
}
.news-overview-item-image {
    float: right;
    height: 120px;
    width: 120px;
    margin-left: 30px;
    box-sizing: border-box;
    border: 1px solid #dee2e3;
    position: relative;
}
.news-overview-item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
}
#newsOverviewPage .latest-news li .news-content h3 a {
    font-size: 16px;
    font-weight: bold;
}
#newsOverviewPage .latest-news li .news-content {
    font-size: 14px;
}
#newsOverviewPage .latest-news ul {
    margin-bottom: 20px;
}
#newsOverviewPage .news-content {
    padding-right: 0;
    padding-left: 7px;
}
.confirm-account-desc-text,
.subscribe-success-text {
    width: 100%;
    float: left;
    padding: 0 20px 30px 20px;
    box-sizing: border-box;
}
.left-menu + .column .subscribe-success-text,
.left-menu + .column .confirm-account-desc-text {
    padding-left: 0;
    padding-right: 0;
}
.ui-mobile .subscribe-success-text,
.ui-mobile .confirm-account-desc-text  {
    padding: 0 15px;
}
.ddlb-sorting {
    min-width: 156px;
}
.ui-selectmenu-button {
    width: 99.7% !important;
}
.productlist-search-page .combined-description {
    padding-left: 20px;
}
.ui-mobile.productlist-search-page .combined-description {
    padding-left: 15px;
}
.productlist-search-page .facets {
    padding-left: 20px;
    padding-right: 15px;
}
.ui-tablet.productlist-search-page .facets {
    padding-right: 7px;
}
.ui-mobile.productlist-search-page .facets {
    padding-left: 0;
    padding-right: 0;
}
.productlist-search-page .content {
    background: none;
}
.productlist-search-page .above-content.without-breadcrumbs + .content {
    margin-top: 0;
}
.product-list.grid-mode .related-documents {
    box-sizing: border-box;
    padding-left: 10px;
}
.related-documents-wrapper {
    display: inline-block;
}
.msg-block-error,
.validation-summary-errors {
    margin: 20px 20px 30px 20px;
}
.ui-mobile .msg-block-error,
.ui-mobile .validation-summary-errors {
    margin: 20px 15px 30px 15px;
}
#contactUsPage {
    padding-bottom: 30px;
}
.order-submit-content {
    padding: 10px 20px 30px 20px;
}
.ui-moblie .order-submit-content {
    padding: 10px 15px 30px 15px;
}
.news-short-description {
    margin-bottom: 20px;
}
.gvi-wish-list-wrapper {
    padding-bottom: 20px !important;
}
.ui-mobile .block-actions .btn {
    float: left;
    margin-right: 15px;
}
.ui-mobile .block-actions .btn-save-quotelist {
    margin-right: 15px;
}
.ui-mobile .wishlist-details {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.wishlist-details .mob-show-cell .product-info {
    text-align: left;
    margin-bottom: 10px;
}
.froala-element .blocked-checkout-container img.fr-fil, img.fr-tag.fr-fil {
    padding: 0;
    display: inline;
    margin-right: 5px;
    float: none !important;
}
.blocked-checkout-container div {
    display: inline;
}
.faq-text-cnt {
    padding: 0 20px;
}
.ui-mobile .faq-text-cnt {
    padding: 0 15px;
}
.faq-text-cnt-bottom {
    margin-bottom: 70px;
}
.wish-list-mobile-price-cnt {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.wish-list-mobile-price-cnt .uom {
    float: left;
}
.wish-list-mobile-btn-cnt {
    width: 100%;
    float: left;
    padding-left: 95px;
    box-sizing: border-box;
    text-align: left;
}
.wish-list-mobile-btn-cnt .btn,
.wish-list-mobile-btn-cnt a {
    float: none;
    white-space: nowrap;
}
.wish-list-mobile-btn-cnt a {
    display: block;
}
.wishlist-details-page .hyp-add-to-quotelist,
.btm-addtocompare {
    white-space: nowrap;
}
.wish-list-desktop-btn-cnt {
    overflow-x: hidden;
    padding-top: 5px;
    margin-top: -7px;
    margin-right: -1px;
}
.br-for-pdp,
.br-for-wishlist,
.br-for-wishlist-first {
    display: none;
}
#productPage .br-for-pdp {
    display: block;
}
#productPage .order-box .br-for-pdp {
    display: none;
}
.ui-desktop .gvi-wish-list .br-for-wishlist-first,
.ui-tablet .gvi-wish-list .br-for-wishlist-first,
.ui-desktop .gvi-wish-list .br-for-wishlist,
.ui-tablet .gvi-wish-list .br-for-wishlist {
    display: block;
}
.ui-desktop .wluom-text br {
    display: none;
}
.loading-indicator-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000003;
    display: none;
}
.document-delivery-notes h2 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.document-delivery-notes h3 {
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.document-delivery-notes h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #0d6db6 transparent transparent transparent;
}
.document-delivery-notes h3.hidden:before {
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #0d6db6;
}
.track-content {
    width: 100%;
    float: left;
}
.track-content.hidden {
    display: none;
}
.document-delivery-notes {
    width: 100%;
    float: left;
}
.document-delivery-notes .related-documents {
    display: table;
}
.document-delivery-notes .related-documents .tracking-link {
    display: table-cell;
    width: 30px;
    max-width: 30px;
    vertical-align: top;
    padding-right: 5px;
}
.document-delivery-notes .related-documents .tracking-link img {
    max-width: 100%;
}
.document-delivery-notes .related-documents .document-links {
    display: table-cell;
    margin: 0;
    padding: 0;
    list-style: none;
}
.document-delivery-notes .packing-slips-container,
.document-delivery-notes .invoices-container,
.document-delivery-notes .creditnotes-container {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.document-delivery-notes + .grid-wrapper,
.document-delivery-notes + .grid-wrapper + .grid-wrapper  {
    width: 100%;
    float: left;
}
#orderHistoryPage .gvi-orders.responsive-table th {
    white-space: normal;
}
#orderHistoryPage .gvi-orders.responsive-table .price-td {
    white-space: nowrap;
}
#orderHistoryPage .documents-td {
    width: 100px;
}
.ui-mobile #orderHistoryPage .documents-td {
    width: 100%;
    padding: 10px 0 20px 0 !important;
    height: auto;
    display: inline-block;
}
.ui-mobile #orderHistoryPage .hidden-tabs-name {
    font-size: 20px;
}
.documents-td-div {
    width: 100%;
    float: left;
}
.documents-td-div .pdp-downloads {
    margin: 0;
    display: inline-block;
}
.documents-td-div .related-documents {
    margin: 0;
}
.documents-td-div .related-documents li {
    margin-bottom: 0;
}
.gvi-table-wrapper {
    width:100%;
    float: left;
    overflow-x: auto;
    margin-bottom: 10px;
}
.btn-plus-order {
    float: right;
}
.ui-mobile .btn-plus-order + .more-inside {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.orders-details-page .gvi-totals-order-history {
    border-collapse: separate;
}
.orders-details-page .gvi-totals-order-history thead tr:first-child td {
    border-bottom: 0
}
.orders-index-page .sort-orders-options {
    float: right;
    display: block;
}
.ui-mobile.orders-index-page .sort-orders-options {
    margin-bottom: 10px;
}
.orders-index-page .sorting.hide320 {
    display: block !important;
}
.grid-wrapper.lines-inside {
    overflow-x: auto;
}
.field-address-address .control .label {
    vertical-align: top;
    padding-top: 10px;
}
.ui-touch-device input[type='text'],
.ui-touch-device input[type='email'],
.ui-touch-device input[type='password'],
.ui-touch-device input[type='number'],
.ui-touch-device textarea {
  font-size: 16px;
}
.no-filters + .content {
    background: url(../files/images/Telerex/bg-shadow-full.png) no-repeat center -62px;
}



/* type-a-head dropdown menu */
.tt-dropdown-menu {
  background-color: white;
  z-index: 1;
  width: 100%;
  border: solid 1px #D4D8DD;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-weight: 300;
  max-height: 150px;
  overflow-y: auto;
}

.tt-dropdown-menu .tt-suggestion {
  margin: 0;
  padding: 10px;
  cursor: pointer;
  border-bottom: solid 1px #d4d8dd;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}
.tt-dropdown-menu .tt-suggestion:last-of-type {
  border-bottom: none;
}
.tt-dropdown-menu .tt-suggestion h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  background-color: #e2e5e8;
}
.tt-dropdown-menu .tt-empty {
  text-align: center;
}
.addr-address-container + .addr-house-nr-container {
    padding-left: 10px;
}
.product-details-page .gvi-name-value tr .name {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}
.product-details-page .gvi-additional-stock tr td:first-child {
    min-width: 125px;
    max-width: 125px;
    word-wrap: break-word;
}
.product-details-page .gvi-name-value tr.two-columns .value {
    width: 32%;
    min-width: 0;
    max-width: none;
}

.grid-mode .product-id 
{/*TEL-52541 - Wrong web description displayed in grid view*/
    display:block!important;
}
.product-description .product-description, .product-desc-cnt/*same issue with compare products view*/
{/*smile: TEL-52541 - Wrong web description displayed in grid view*/
    display:none!important;
}

/*#productPage .product-description .product-description, .product-desc-cnt {
    display: block !important;
}*/


/*Forms StyleFixon label*/
.field-formfield-textfield .control .label{
    vertical-align:top;
}


/*Fixed Vertical Label*/
#flexiPage .form-row .control .label{
    vertical-align:top !important;
}

#flexiPage .column-form-validator .form-row .control .label{
    vertical-align: middle !important;
}

.form-row .chb label input {
    margin-right: 5px;
} 

.content-flexipage-page .field .radio {
    margin-left: 0px;
}

#dynamic-form-page .h1-holder {
    margin-bottom: 20px;
}

/* Form Generator */
.form-title {
    margin-bottom: 20px;
}

.form-description {
    margin-bottom: 20px;
}

.form-footer {
    margin-top: 10px;
}


.column-form-validator .form-row {
    width: 100%;
    float: left;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-hidelable="true"] {
    display: none;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-hidelable="false"] {
    display: block;
}

.form-row[data-settings-viewname="string_sectionheader"] {
    padding-left: 38px;
    border-top: 1px solid;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
    width: auto !important;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"],
.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"] label {
    cursor: pointer;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"]:hover {
}
    
.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"]:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 11px;
    width: 18px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid;
    border-top-color: #fff !important;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"]:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #003f7e;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-isexpanded="true"]:hover:after {
    border-color: transparent transparent transparent #f8971d;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-isexpanded="false"]:after {
    left: 15px;
    top: 5px;
    border-width: 5px 5px 0 5px;
    border-color: #003f7e transparent transparent transparent;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-isexpanded="false"]:hover:after {
    border-color: #f8971d transparent transparent transparent;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"][data-settings-isexpanded="false"] ~ .form-row {
    display: none;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="false"][data-settings-isexpanded="true"] ~ .form-row {
    display: block;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="false"][data-settings-isexpanded="true"] ~ .form-row + .form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"][data-settings-isexpanded="false"] ~ .form-row {
    display: none;
}

.form-row[data-settings-viewname="string_sectionheader"][data-settings-expandable="true"][data-settings-isexpanded="false"] ~ .form-row[data-settings-viewname="string_sectionheader"]:not([data-settings-hidelable="true"]) {
    display: block;
}

.form-row[data-settings-viewname="string_sectionheader"] .label + .field {
    display: none;
}

.form-row[data-settings-viewname="check_list"] .check-list-item-label,
.form-row[data-settings-viewname="radio_list"] .radio {
    padding-right: 10px;
    display: inline-block;
    box-sizing: border-box;
}

.form-row[data-settings-viewname="radio_list"] label.radio .rdb {
    padding-left: 0;
    margin-top: -2px;
}

.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="1"] .check-list-item-label,
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="1"] .radio {
    width: 100%;
    float: left;
}

.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="2"] .check-list-item-label,
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="2"] .radio {
    width: 50%;
    float: left;
}

.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="3"] .check-list-item-label,
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="3"] .radio {
    width: 33.33%;
    float: left;
}

.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="4"] .check-list-item-label,
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="4"] .radio {
    width: 25%;
    float: left;
}

.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="2"] .check-list-item-label:nth-child(2n+1),
.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="3"] .check-list-item-label:nth-child(3n+1),
.form-row[data-settings-viewname="check_list"][data-settings-columns_amount="4"] .check-list-item-label:nth-child(4n+1),
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="2"] .radio:nth-child(2n+1),
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="3"] .radio:nth-child(3n+1),
.form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="4"] .radio:nth-child(4n+1) {
    clear: both;
}

.form-row.s-p-columns_amount-2 {
    float: left;
    width: 48%;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]) {
    padding-right: 2%;
    clear: both;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2 + .s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]) {
    padding-left: 2%;
}

.form-row.s-p-columns_amount-3 {
    float: left;
    width: 31%;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 {
    padding-right: 3.5%;
    clear: both;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3, 
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 + .s-p-columns_amount-3 {
    padding-left: 3.5%;
}

.form-row.s-p-columns_amount-4 {
    float: left;
    width: 23.5%;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 {
    padding-right: 2%;
    clear: both;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 {
    padding-right: 1%;
}

.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 {
    padding-left: 1%;
}


.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4,
.form-row[data-settings-viewname="string_sectionheader"] + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 + .s-p-columns_amount-4 {
    padding-left: 2%;
}


.column-form-validator .s-p-columns_amount-2 .ui-selectmenu-button {
    width: 99% !important;
}

.column-form-validator .s-p-columns_amount-3 .ui-selectmenu-button,
.column-form-validator .s-p-columns_amount-4 .ui-selectmenu-button {
    width: 98% !important;
}


.column-form-validator .form-button {
    padding-left: 0;
    width: 100%;
    display: inline-block;
}

.column-form-validator .form-button .btn {
    float: right;
}
/* End Form Generator */


.gender-radio .radio {
    margin-right: 12px;
}

.gender-radio .radio:last-child {
    margin-right: 0;
}

.gender-radio label .rdb {
    margin-top: -2px;
}

.form-buttons-quote .btn {
    margin-bottom: 5px;
}

.form-buttons-quote .btn-save {
    float: right;
}

.specification-name-wrapper {
    max-width: 115px;
    word-wrap:break-word
}

.product-details-page .gvi-name-value tr.two-columns .specification-value-wrapper {
    max-width: 298px;
    word-wrap:break-word
}

.profile-edit-page .form-holder .validation-summary-errors {
    margin-top: 0;
}

.left-menu + .column .column-form-validator,
.left-menu + .column .column-form-validator .wrapper,
.left-menu + .column .column-form-validator .form-holder {
    padding-top: 0;
}

.left-menu + .column .column-form-validator .semicolumn {
    width: 100%;
}


.flexi-row-center .column-form-validator .semicolumn {
    width: 100%;
}

.field-type-file_upload {
    overflow: hidden;
}

.field-type-file_upload[data-settings-p-columns_amount="2"],
.field-type-file_upload[data-settings-p-columns_amount="3"],
.field-type-file_upload[data-settings-p-columns_amount="4"] {
    margin-top: 6px;
}

.flexi-row-left .column-form-validator .semicolumn,
.flexi-row-right .column-form-validator .semicolumn {
    width: 100%;
}

.flexi-row-right .column-form-validator .semicolumn .form-row:not([data-settings-viewname="string_sectionheader"]) {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.column.wide .flexi-row-left.FormContentBlock {
    padding-left: 0;
}

.field-type-file_upload .tar {
    border-color: transparent;
    box-shadow: none;
}

.column .column-form-validator input[type="file"] {
    max-width: 100%;
}

.left-menu + .column.wide .flexi-row-right {
    padding-right: 0;
}

.details-info .product-id {
    /*display: none;*/
    margin-top: 3px;
}

/*
.details-info .product-desc-cnt {
    display: block !important;
}*/

#createAccountPage .offline-mode-desc-text {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}

.uchb-left img {
    max-width: 60%;
    margin-bottom: 8px !important;
}

.delivery-times-block {
    display: none;
    padding-top:4px;
}

.delivery-times-block.opened {
    display: block;
}

.gvi-stock-location-wrapper-add {
    margin: 5px 0 3px 0;
}

.gvi-volume-stock-wrapper table td {
    border: 0;
}

.gvi-volume-stock-wrapper table tr th:first-child,
.gvi-volume-stock-wrapper table tr td:first-child {
    padding-left: 0;
}

.gvi-volume-stock-wrapper table tr th:last-child,
.gvi-volume-stock-wrapper table tr td:last-child {
    padding-right: 0;
}

.gvi-volume-stock-wrapper table th{
    white-space:normal;
    line-height:14px;
}

.components-tab {
    margin-top: 10px;
}

.tab-links-wrapper {
    margin-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.tab-links {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 7px 10px;
}

.tab-links-wrapper + div {
    margin-top: 10px;
}

.tab-links-wrapper + div ~ div {
    margin-top: 0;
}

.components-tab.fixed {
    padding-top: 39px;
}

.components-tab.fixed .tab-links-wrapper {
    position: fixed;
    top: 61px;
    width: 100%;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    z-index: 26;
    border-color: transparent !important;
    box-sizing: border-box;
}

.components-tab.fixed .tab-links-wrapper .tab-links {
    width: 100%;
    max-width: 960px;
    margin: auto;
    box-sizing: border-box;
}

.components-tab.fixed .tab-links-wrapper:after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 4px;
    border-top: 1px solid;
    box-shadow: 0 1px 1px 0px rgba(0,0,0,0.1) inset;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    left: 0;
    z-index: 0;
}

.tab-links li {
    float: left;
    margin-right: 20px;
}

.tab-links li:last-child {
    margin-right: 0;
}

.tab-item {
    margin-bottom: 20px;
}

.tab-item h2 {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-item .gvi-table-wrapper {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.tab-item .msg-block {
    margin-top: 15px;
}

.gvi-table-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.gvi-table-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

.gvi-table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.3);
}

.price-is-zero-text {
    font-weight: bold;
    line-height: 1.4;
}

.flow-products .product-tile .price-is-zero-text-wrapper,
.product-list.grid-mode .price-is-zero-text-wrapper {
    margin-bottom: 5px;
}

.product-list.list-mode .price-is-zero-text {
    display: inline-block;
}

.product-list.list-mode .product-price-and-message {
    white-space: normal;
}
.related-documents-holder {
    visibility:hidden;
}
.related-documents-holder.state-visible {
    visibility: visible;
}

.related-documents-holder,
.related-documents-holder:active{
    background: none;
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 23px;
    line-height: normal;
    position: relative;
}
.state-expanded .lbl-more,
.lbl-less {
    display:none;
}

.state-expanded .lbl-less {
    display: inline;
}

.related-documents-holder:after {
    margin-left:5px;
}
.components-tab .related-documents {
    display:block;
}
/* Youtube block */
.video-wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 10px;
}

.youtube-iframe {
    background: #fafafa;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}
/* End Youtube block */

.order-box .msg-block {
    padding: 15px 20px;
    box-sizing: border-box;
    line-height: 1.4;
    text-align: left;
}

.related-documents .filters .filter {
    margin:0;
}
.product-bottom-info .tab-item .filters .filter:before,
.related-documents .filters .filter:before {
    content: "|";
    margin: -2px 3px 0 3px;
    font-size: 16px;
    line-height: 16px;
	color:inherit;
}

.compareproductslink{
    margin-left: 0 !important;
}


@media screen and (min-width: 480px) and (max-width: 767px) {
    .smart-img-page .flexi-row.HtmlContentBlock img,
    .smart-img {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .smart-img-page .flexi-row.HtmlContentBlock img,
    .smart-img {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ri-price-td .after-prices {
    padding-left: 0;
    padding-right: 0;
}
.grecaptcha-badge{
    z-index: 10 !important;
}
/****************************************
                Desktop
****************************************/
@media screen and (max-width: 1102px) {
    .footer-logo-wrapper {
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .flexi-row-right .flow-products .columns-general .column .product-info {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .flexi-row-right .flow-products .columns-general .column .product-img {
        display: inline-block;
        float: left;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 820px) {
    .od-grid-wrapper {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .flexi-row-left.ProductSetContentBlock {
        padding-right: 20px !important;
    }

    .flexi-row-center .flow-products .columns-general .column {
        width: 50%;
        padding-right: 1% !important;
    }

    .flexi-row-center .flow-products .columns-general .column:nth-child(3n+1) {
        clear: none;
    }

    .flexi-row-center .flow-products .columns-general .column:nth-child(3n) {
        padding-right: 1% !important;
    }

    .flexi-row-center .flow-products .columns-general .column:nth-child(2n+1) {
        clear: both;
        padding-right: 1% !important;
    }

    .flexi-row-center .flow-products .columns-general .column:nth-child(2n) {
        padding-right: 0 !important;
    }

    .column.wide .flexi-row-left {
        padding-right: 0;
    }

    .column.wide .flexi-row-right {
        padding-left: 0;
    }

    .without-shadow .columns-general.compact > .column.wide:first-child .flexi-row-right,
    .without-shadow .columns-general.compact > .column.wide:last-child .flexi-row-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .uchb-left,
    .uchb-right {
        width: 100%;
        display: inline-block;
    }
    .flexi-row-left,
    .flexi-row-right
    {
        width: 100%;
        margin: 0;
        border: 0;
    }
    .flexi-row-left::after {
        content: none;
    }
    .flexi-row-left .flow-img-tiles .column
    {
        width: 50%;
        float: left;
    }
    .flexi-row-left .flow-img-tiles .column:nth-child(2n+1)
    {
        clear: both;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .left-menu + .column.wide .column-form-validator .form-row:not([data-settings-viewname="string_sectionheader"]) {
        width: 100%;
        padding: 0;
    }

    .left-menu + .column.wide .column-form-validator .form-row .ui-selectmenu-button {
        width: 99% !important;
    }

    .column.wide .column-form-validator .semicolumn {
        width: 99% !important;
    }

    .column .column-form-validator .semicolumn {
        width: 100%;
    }
}

@media screen and (min-width: 890px) and (max-width: 1102px) {
    .columns-general.compact{
        width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .product-list.list-mode .product-price-and-message {
        max-width: calc(100vw - 110px);
    }

    .center{
        padding: 0;
    }

    .product-bottom-info > .column:first-child{
        width: 100%;
    }

    .bottom-header .nav-lvl-2 .separator:nth-of-type(5n),
    .nav-cell .nav-lvl-2 .separator:nth-of-type(3n){
        display: table-row;
    }

    .bottom-header .nav-lvl-2 .item-in-row:nth-of-type(5n-1),
    .nav-cell .nav-lvl-2 .item-in-row:nth-of-type(3n-1){
        border-right: none;
    }

    .ribbon-header{
        top: -60px;
    }

    .logo-cell{
        padding-left: 4%;
    }

    .has-aside{
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        padding-right: 1%;
    }

    aside{
        float: left;
        margin-left: 22px;
    }

    .has-aside .carousel-image,
    .has-aside .carousel-item{
        height: 340px;
        width: 340px;
    }

    .no-aside .carousel-image,
    .no-aside .carousel-item{
	    height: 400px;
	    width: 400px;
    }

    .simple-product-tile{
        width: 50%;
    }

    .list-mode .product-action{
        display: table-cell;
        width:37.5%;
    }

    .grid-mode > li{
        width: 33.33%;
    }

    .grid-mode > li:nth-of-type(3n+1) {
        clear: both;
    }

    .grid-mode > li:nth-of-type(3n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 9px;
    }

    .contacts-list.grid-mode > li:nth-of-type(3n+1):after {
        width: 300%;
    }

    #orderAdressPage .form-row{
        max-width: 73%;
    }

    .gvi-methods{
        width: 80%;
    }

    .column .flow-products .column:nth-child(4){
        display: none;
    }
    .flexi-row .flow-products .column:nth-child(4){
        display: block;
    }
    .product .order-box .row-btn-add .btn-add-to-basket {
        vertical-align:top;
        margin-top:9px;
    }
    .product .order-box .btn-like-link.compareproductslink .btn-cnt {
        vertical-align:top;
    }
}


/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 900px) {
    .gvi-wish-list-wrapper .btn .btn-cnt:after {
        bottom: 0px;
        margin: auto;
    }
    .quotelist-details-page .columns-general > .column:first-child,
    .wishlist-details-page .columns-general > .column:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .quotelist-details-page .columns-general > .column:last-child,
    .wishlist-details-page .columns-general > .column:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gvi-wish-list .upper-row td:first-child {
        padding-right: 10px !important;
    }
    /*.gvi-wish-list .action-links .hyp + .hyp {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    .gvi-wish-list .action-links .hyp + .hyp:before {
        content: '';
        display: block;
    }*/
    .gvi-wish-list td text-right button.btn,
    .gvi-wish-list td:last-child button.btn {
        height: auto;
        line-height: 14px;
        padding: 9px 18px 9px 8px;
    }
    .gvi-wish-list td:last-child button.btn .btn-cnt:after {
        width: 18px;
    }

    .gvi-wish-list td:last-child .btn .btn-cnt {
        white-space: normal;
    }
    .gvi-wish-list.gvi .col-img {
        width: 50px;
    }
    .gvi-wish-list.gvi .col-img .hyp-thumbnail {
        width: 50px;
        height: 50px;
    }
    .gvi-wish-list tr td {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
        .gvi-wish-list tr td .show-specification {
            position: relative;
        }
        .gvi-wish-list tr td .show-specification:after {
            position: absolute;
            right: -15px;
            top: 6px;
        }
}
@media screen and (min-width: 640px) and (max-width: 1023px){
    .components-tab.fixed .tab-links-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .center{
        padding: 0;
    }

    .columns-general.product-bottom-info > .column{
        display: block;
    }

    .list-totals .total-value,
    .list-cart .total-value {
        min-width: 0;
    }

    .flow-products .column:nth-child(4),
    .column .flow-products .column:nth-child(3){
        display: none;
    }

    .order-box .form-row .label{
        display: block;
        float: left;
        min-width: 23%;
        width: auto;
    }

    .order-box .form-row .field{
        display: block;
        float: left;
        min-width: 235px;
        width: 74%;
    }

    /*.list-mode .product-tile .prices{
        float: left;
    }*/

    .nav-lvl-2 .separator:nth-of-type(4n){
        display: table-row;
    }

    .nav-lvl-2 .item-in-row:nth-child(4n-1){
        border-right: none;
    }

    /* cut subcategories to fit the screen */
    .nav-cell .nav-lvl-3 li:nth-child(n+5){
        display: none;
    }

    .has-aside .carousel-image,
    .has-aside .carousel-item{
        height: 317px;
        width: 317px;
    }

    .no-aside .carousel-image,
    .no-aside .carousel-item{
	    height: 360px;
	    width: 360px;
    }

    .simple-product-tile{
        width: 33.33%;
    }

    .grid-mode > li{
        width: 50%;
    }

    .grid-mode > li:nth-of-type(3n+1) {
        clear: none;
    }

    .grid-mode > li:nth-of-type(2n+1) {
        clear: both;
    }

    .grid-mode > li:nth-of-type(2n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 9px;
    }

    .contacts-list.grid-mode > li:nth-of-type(3n+1):after {
        width: auto;
    }
    .contacts-list.grid-mode > li:nth-of-type(2n+1):after {
        width: 200%;
    }

    .usp-list li:nth-child(6),
    .usp-list li:nth-child(7){
        display: none;
    }

}


/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .list-mode,
    .list-mode > li,
    .list-mode .product-tile,
    .list-mode .product-tile .product-info,
    .list-mode .product-tile .product-info .product-info-cnt {
        display: block;
        float:none;
    }
    .product-price-and-message,
    .product-list .product-description .product-id,
    .product-list .product-line-btn-cnt,
    .rd-link {
        float: none;
    }
    .list-mode .product-description {
        display:block;
        width:100%;
    }

    .column.wide .flexi-row-left {
        padding-right: 20px;
    }

    .column.wide .flexi-row-left.FormContentBlock {
        padding-right: 0;
    }

    .hide320{
        display: none !important;
    }

    .ui-autocomplete{
        position: static;
    }

    .mob-bottom-cell .search{
        margin: 5%;
        width: 90%;
    }

    .ribbon-header{
        min-height: 60px;
    }

    .ribbon-header nav{
        position: static;
        width: 100%;
    }

    .sticky-elements{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .nav-cell nav{
        display: none;
    }

    .nav-head-mob{
        padding: 0 16px;
        position: relative;
        line-height: 2.2;
    }

    .nav-head-mob .hyp-view{
        position: absolute;
        right: 13px;
        top: 8px;
    }

    .nav-lvl-2-mob{
        display: none;
    }

    .nav-lvl-2-mob > li{
        padding: 10px 0 10px 30px;
    }

    .nav-lvl-3-mob{
        line-height: 30px;
    }

    .search-cell{
        display: none !important;
    }

    .top-action-cell{
        display: none !important;
    }

    .mob-middle-cell{
        display: none;
    }

    .mob-dropdown{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .mob-dropdown .opener{
        padding-left: 18px;
        line-height: 40px;
    }

    .mob-dropdown .opener.collapsed + .summary{
        display: none;
    }

    .mob-dropdown .opener:after{
        top: 50%;
        margin-top: -3px;
    }

    .login .person{
        display: inline-block;
        margin-right: 0;
        margin-left: 0;
        vertical-align: middle;
    }

    .login .opener:before{
        margin-right: 11px;
    }

    .basket-link-cell{
        border-left-width: 1px;
        border-left-style: solid;
        position: relative;
        height: 60px;
        width: 62px;
    }

    .basket-link-cell .hyp{
        height: 100%;
        width: 100%;
        display: block;
    }

    .basket-link-cell .hyp:before{
        background: url(../files/icons/basket.png) no-repeat scroll 0 0 transparent;
        content: '';
        position: absolute;
        top: 20px;
        left: 15px;
        height: 17px;
        width: 20px;
    }

    .basket-link-cell .over-summary-number{
        position: fixed;
        height: 61px;
        line-height: 61px;
        top: 0;
        right: 0;
        display: none;
        text-align: center;
        padding: 0 10px 0 40px;
        font-weight: bold;
        min-width: 12px;
        border-radius: 0 0 0 2px;
        z-index: 10;
    }

    .basket-link-cell .over-summary-number:before{
        background: url(../files/icons/basket-white.png) no-repeat scroll 0 0 transparent;
        content: '';
        display: inline-block;
        height: 17px;
        width: 20px;
        margin-bottom: 1px;
        position: absolute;
        top: 20px;
        left: 15px;
    }

    .popup-cnt .cnt-column{
        min-width: initial;
    }

    footer .top{
        display: block;
        padding-top: 20px;
    }

    footer .bottom{
        padding: 10px 10px 10px 10px;
    }

    .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%;
    }

    .column.newsletter{
        /*display: block;
        width: auto;*/
    }

    footer .column.newsletter {
        margin-bottom: 10px;
    }

    .above-content .center{
        padding-top: 12px;
    }

    .semicolumn{
        width: 100%;
    }

    .breadcrumbs{
        display: none;
    }

    .row-btn-add .btn-add-to-basket{
        width: 100%;
    }

    .order-box .after-btn-links{
        margin-top: 20px;
    }

    .more-inside{
        text-align: center;
    }

    .components-tab .ui-tabs-nav{
        display:none;
    }
 
    .hidden-tabs-name,
    .ui-tabs-panel{
        display:block !important;   
    }

    .tab-control .reviews,
    .tab-control .variants,
    .tab-control .prepacks,
    .tab-control .specifications,
    .tab-control .description{
        min-height: 0;
    }

    .hyp-tab-action{
        display: none;
    }

    .copyright,
    .footer-nav{
        text-align: center;
    }

    .btn-add-inside{
        padding-top: 0;
    }

    .has-aside .details-info,
    .no-aside .details-info{
        display: block;
        padding: 0;
    }

    .no-aside .details-img,
    .has-aside .details-img{
        display: none;
    }

    .carousel-image.touchcarousel{
        margin-bottom: 70px;
    }

    .carousel-image,
    .carousel-item{
        max-width: 100%;
    }

    .aside-links{
        margin-top: 0;
    }

    .last-viewed .ui-tabs-nav{
        border-bottom: none;
        padding-bottom: 0;
    }

    .custom-bg,
    .colored-header-desktop{
        background: none !important;
    }

    .gvi-basket-overview{
        line-height: 2;
    }

    .gvi-basket-overview .name,
    .gvi-basket-overview .cell-name{
        float: left;
    }

    .gvi-basket-overview .value{
        display: block;
        margin-left: 50%;
        text-align:right;
    }

    .gvi-basket .row-middle,
    .mob-show-cell .row-middle{
        clear: both;
        text-align: right;
        padding: 18px 0;
    }

    .gvi-basket .qty-control{
        float: left;
    }

    .gvi-basket .row-footer,
    .mob-show-cell .row-footer{
        padding: 10px 15px;
        margin:0 -15px;
        border-bottom-width:1px;
        border-bottom-style:solid;
        clear:both;
    }

    .product .usp:before{
        height: 217px;
    }

    .gvi-basket .btn-show-hide{
        margin-left: 30px;
    }

    .gvi-basket .product-info,
    .gvi-wish-list .product-info,
    .gvi-basket-overview .product-info,
    .mob-show-cell .uom{
        margin-left: 95px;
    }

    .variant-product-info{
        margin-bottom:10px;
    }

     .mob-show-cell .row-middle > .uom{
        float:left;
        line-height:2.5;
    }

    .row-footer .action-links,
    .row-footer .product-total,
    .mob-show-cell .price-node,
    .mob-show-cell .qty-control .uom{
        line-height: 2.5;
    }

    .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;
    }

    .mob-show-cell .qty-control .uom{       
        vertical-align:top;
    }

    .column.border-simple-left{
        border-left: none;
    }

    .row-footer{
        text-align: right;
    }

    .row-footer .action-links{
        float: left;
    }

    .qo-input-area .tbx-search{
        width: auto;
    }

    .choose-product,
    .choose-product > div{
        display: block;
    }

    /* compact view for tbx-quantity */
    .quantity-compact .tbx-quantity{
        float: left;
        margin: 0;
        min-width: 60px; /* Pay attention! */
        width: 84px;
    }

    .gvi-basket .lbl-quantity{
        float: left;
        text-align: center;
        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;
    }

    .basket-b2b-mode .gvi-basket .product-img,
    .basket-b2b-mode .gvi-basket .hyp-thumbnail,
    .basket-b2c-mode .gvi-basket .hyp-thumbnail,
    .mob-show-product-img{
        height: 84px;
        width: 84px;
    }

    .mob-show-product-img{
        float:left;
    }

    .gvi-basket-wrapper,
    .gvi-wish-list-wrapper,
    .gvi-basket-overview-wrapper{
        margin: 0 -15px;
        padding: 0 15px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .upper-row td{
        border-width: 0;
    }

    .basket-details h2{
        display: none;
    }

    .gvi-order-lines thead {
        display: none;
    }

    .block-actions{
        padding: 0 15px;
        margin: 0 -15px;
    }

    .block-actions .hyp-clear{
        float: left;
    }

    .block-actions .hyp-update{
        float: right;
    }

    .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;
    }

    .grid-wrapper .responsive-table td:before{
        margin-left: 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;
        min-height: 20px;
    }

    .responsive-table tr{
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .responsive-table thead{
        display: none;
    }

    .responsive-table td:before{
        position: absolute;
        left: 0;
    }

    .carousel-image,
    .carousel-item{
        height: 317px;
        width: 317px;
    }

    .panel-header > .view-changer{
        vertical-align: middle;
    }

    .grid-mode > li{
        width: 100%;
    }

    .grid-mode > li:after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 9px;
    }

    .gvi-basket .upper-row td{
        border-style: solid;
    }

    .usp-list li{
        display: block;
        text-align: left !important;
        min-height: 50px;
    }

    .usp-list li:nth-child(2n){
        display: none;
    }

    .flow-products{
        padding-bottom: 35px;
        margin-bottom: 15px;
    }
    
    .flexi-row .flow-products
    {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /*.flexi-row .flow-products .columns-general .column
    {
        padding-bottom: 20px;
    }*/

    .flexi-row .flow-products .columns-general .column:last-child
    {
        padding-bottom: 0;
        padding-top: 0;
    }

    .flow-products .tc-paging-container{
        border-top-width: 1px;
        border-top-style: solid;
    }

    .contacts-list.grid-mode > li:nth-of-type(3n+1):after,
    .contacts-list.grid-mode > li:nth-of-type(2n+1):after {
        width: auto;
    }
    .contacts-list.grid-mode > li:after {
        width: 100%;
    }
}
/*          END mobile views          */


/****************************************
                Mixed
****************************************/
/*          START desktop and tablet views          */
@media screen and (min-width: 768px) {
    .left-menu + .column.wide .flexi-row-right.ProductSetContentBlock .product-tile,
    .left-menu + .column.wide .flexi-row-right.ProductSetContentBlock .product-tile .product-img,
    .left-menu + .column.wide .flexi-row-right.ProductSetContentBlock .product-tile .product-info {
        display: block;
        width: 100%;
        padding: 0;
    }

    .left-menu + .column.wide .flexi-row-right.ProductSetContentBlock .product-tile .product-img {
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 640px) {
    .ribbon-header .over-summary .hyp:before {
        left: 14px;
    }

    .ribbon-header .top-currency .currency-name {
        font-size: 0;
        display:block;
    }
    .ribbon-header .top-currency .currency-name:first-letter,
    .ribbon-header .top-currency .currency-name::first-letter{
        font-size: 18px !important;
        font-weight: bold;
    }
    .gvi-volume-stock-wrapper .gvi-volume-prices {
        width: 100%;
    }

    .product-details-page .gvi-name-value tr .name,
    .product-details-page .gvi-additional-stock tr td:first-child {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }
    
    .product-details-page .gvi-additional-stock tr td:nth-child(2) {
        min-width: 100px;
        max-width: 100px;
        width: 100px;
    }

    .show320{
        display: none !important;
    }

    .ribbon-header{
        position: fixed;
        height: 60px;
    }

    .above-content .center{
        padding-top: 22px;
    }

    .above-content .center.breadcrumbs {
        padding-top: 0;
    }

    .custom-bg{
        background-origin: content-box;
        background-repeat: no-repeat;
    }

    .gray-header-phone{
        background: none !important;
    }

    .combined-header{
        margin-top: -6px;
    }

    .combined-header h1,
    .combined-description{
        width: 63.2%;
    }

    .productlist-list-page .combined-description {
        width: 100%;
    }

    /* columns layout */
    .columns-general{
        display: table;
        table-layout: fixed;
        margin: 0;
        width: 100%;
    }

    .columns-general > .column{
        display: table-cell;
        vertical-align: top;
    }

    .column.newsletter {
        display: none;
    }

    .columns-general.divided{
        width: 100%;
        margin: 0;
    }

    .columns-general.compact{
        width: 100%;
        margin: 0;
    }

    .columns-general.compact > .column{
        width: auto;
    }

    .columns-general > .column:last-child {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .columns-general > .column:first-child {
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-general > .column:first-child .flexi-row-left.FormContentBlock + .flexi-row-right {
        padding-right: 0;
    }

    footer .columns-general > .column:last-child,
    footer .columns-general > .column:first-child,
    .columns-general .columns-general > .column:last-child,
    .columns-general .columns-general > .column:first-child {
        padding: 0;
    }

    .columns-general .columns-general > .column60 {
        padding-right: 20px !important;
    }

    .columns-general.compact > .wide{
        width: 73%;
    }

    .columns-general > .column60{
        width: 60%;
    }
    /* END columns layout */

    .row-promotion .enter-discount{
        float: left;
    }

    .row-promotion .title-discount{
        float: right;
    }

    .product-bottom-info{
        margin-top: 58px;
        margin-bottom: 0;
    }

    .gvi-order-lines .col-qty{
        text-align: center;
    }

    .gvi-order-lines .col-discount,
    .gvi-order-lines .col-uom,
    .gvi-order-lines .col-total{
        text-align: right;
    }

    .block-actions{
        text-align: center;
    }

    .block-actions .hyp-btn{
        margin-left: 40px;
        margin-right: 40px;
    }

    .responsive-table td:before,
    .responsive-table td:before{
        display: none;
    }

    .filter-title{
        /*display: none;*/
    }

    .login:hover .person,
    .login.hover .person{
        padding-top: 7px;
    }

    .action-links{
        margin-top: 10px;
    }

    .nav-list{
        float: left;
    }

    .logo-cell{
        width: 25%;
    }

    .panel-header:not(.document-delivery-notes){
        display: table;
        width: 100%;
    }

    .panel-header:not(.document-delivery-notes) > div{
        display: table-cell;
        vertical-align: middle;
    }

    .panel-footer{
        display: table;
        width: 100%;
    }

    .panel-footer > div{
        display: table-cell;
        vertical-align: middle;
    }

    .has-aside,
    .no-aside{
        display: table;
    }

    .order-box .after-btn-links{
        display: inline-block;
    }

    .order-box .btn-add-to-basket{
        margin-right: 40px;
    }

    .simple-product-tile{
        float: left;
    }

    .panel-header > .counter-inside{
        vertical-align: bottom;
    }

    /* view */
    .view-changer{
        text-align: center;
        width: 33%;
    }

    .panel-header > .view-changer{
        vertical-align: top;
    }

    .sorter-inside{
        width: 33%;
        white-space: nowrap;
    }

    .list-mode .product-action{
        text-align: right;
    }

    .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;
    }

    .gvi-basket .upper-row td{
        border-style: dashed;
    }

    .id-variant-aria .product-id,
    .id-variant-aria .product-variant{
        display: inline-block;
    }

    .id-variant-aria .product-id{
        width: 35%;
    }

    .gvi-basket .row-middle{
        text-align: center;
    }

    ul.usp-list{
        margin: 20px 0;
    }
    .gvi-volume-stock-wrapper .gvi-name-value .name {
        white-space: nowrap;
    }
}
/*          END desktop and tablet views          */


/*          START mobile and tablet views          */
@media screen and (max-width: 1023px) {

    /*FIX for slow (Android) devises  */
    header > .center,
    .bottom-header{
        display: none;
    }

    .form-row .field-btn-add{
        display: table-row;
        text-align: left;
    }

    .form-row .field-btn-add .btn{
        margin: 10px 0;
    }

    .ribbon-header .center{
        padding: 0;
    }

    .logo-cell{
        text-align: center;
    }

    .logo-cell .logo{
        display: inline-block;
        float: none;
        padding: 0 5px;
    }

    .has-aside{
        width: 100%;
    }

    .ui-dialog.ui-dialog-scroll{
        position: fixed;
        top: 0 !important;
        left: 0 !important;
    }

    .ui-dialog{
        position: absolute;
    }

}
/*          END mobile and tablet views          */

@media screen and (max-width: 800px){
    .news-top-left,
    .news-top-right {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .rss-feed {
        position: static;
    }

}


@media screen and (min-width: 640px) and (max-width: 800px){
    .action-links .hyp + .hyp {
        margin-left: 5px;
        padding-left: 5px;
    }
    .gvi-wish-list .product-info {
        min-width: 90px;
    }
}

/*Fix for IOS drobdowns*/
.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;
}

@media screen and (max-width: 767px) {
    .product-details-page .gvi-additional-stock tr td:nth-child(2) {
        min-width: 0;
        max-width: none;
        width: auto;
    }
}


    /****************************************
                Content blocks
****************************************/

    /*          START desktop and tablet views          */
    @media screen and (min-width: 640px) {
        /*          START main banner           */
        .column.wide .MainBannerContentBlock .banner {
            position: relative;
            margin: 0 -20px;
        }
        .column.left-menu + .column.wide .MainBannerContentBlock .banner {
            position: relative;
        }
        .banner {
            height: 451px;
            text-align: right;
        }

            .banner img {
                height: 100%;
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                max-width: inherit;
            }

        .banner-full-width {
            position: absolute;
            left: 0;
            right: 0;
            height: 451px;
            overflow: hidden;
        }

        .banner-content {
            position: relative;
            padding: 160px 20px 0 20px;
        }

        .banner h1,
        .banner h2 {
            font-size: 72px;
            line-height: 1;
            text-shadow: 0 3px 2px #000;
        }

        .banner h1 {
            color: #fff;
            margin-bottom: 5px;
        }

        .banner h2 {
            color: #ccc;
            font-size: 52px;
            margin-bottom: 15px;
        }
        /*          END main banner           */
    }
    /*          END desktop and tablet views          */


    /*          START mobile views          */
    @media screen and (max-width: 639px) {
        .compare-btn-wrapper
        {
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
        }

        .btn-like-link.compareproductslink
        {
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            margin-left: 10px;
        }
        .components-tab.fixed .tab-links-wrapper {
            top: 0;
        }
        .components-tab.fixed .tab-links-wrapper .tab-links {
            max-width: calc(100% - 30px);
        }
        .top-currency.top-dropdown:hover .currency-name {
            line-height: 20px;
        }

        .top-currency.top-single.top-dropdown {
            height: auto;
            line-height: 20px;
            margin: 0;
            border-top: none;
        }

        .top-currency {
            display:block;
        }

        .top-currency.top-single {
            padding-left: 10px;
        }

        .product-list.list-mode .product-price-and-message {
            white-space: normal;
            max-width: calc(100vw - 110px);
        }

        .product-list.grid-mode .product-price-and-message,
        .gvi-basket .price-is-zero-text-wrapper {
            white-space: normal;
        }

        .product-details-page .gvi-name-value tr.two-columns .value {
            width: 100%;
        }
        
        .uchbl-content {
            display: inline;
        }
        
        .login.mob-dropdown + .compareproducts-link {
            margin-left: 7px;
            padding-left: 0;
        }

        .compare-products {
            margin-bottom: 40px;
        }

        .footer-logo-wrapper {
            z-index: 0;
        }
        /*.product-details-page .gvi-name-value tr:not(.two-columns) .name {
        width: 40%;
    }*/

        .flexi-row-center .flow-products .columns-general .column {
            width: 100%;
            padding-right: 0% !important;
        }

            .flexi-row-center .flow-products .columns-general .column:nth-child(2n+1) {
                clear: none;
            }

            .flexi-row-center .flow-products .columns-general .column:nth-child(2n) {
                padding-right: 0% !important;
            }
        /*          START main banner           */
        footer {
            margin-top: 50px;
        }

        .product-list .product-description .product-description {
            padding-right: 0;
        }

        .column.contacts {
            width: 100%;
            float: left;
            text-align: center;
            margin-bottom: 10px;
        }

        .footer-contacts {
            float: none;
        }

        .banner {
            margin: 0 -15px 25px -15px;
        }

            .banner h1 {
                font-size: 3em;
                line-height: 1;
                margin-bottom: 7px;
            }

            .banner h2 {
                font-size: 2em;
                line-height: 1;
                margin-bottom: 15px;
            }

        .banner-content {
            margin-top: 20px;
            margin-left: 15px;
        }
        /*          END main banner           */

        /*          START usp           */
        .basket-page-cnt .usp {
            display: none;
        }

        ol.carousel-markers {
            bottom: 3px;
        }

        div.carousel-caption {
            padding-bottom: 20px;
        }

        .carousel-wrapper:after {
            background: none;
        }

        .top-banner:after {
            display: none !important;
        }

        .flexi-row .flow-products .columns-general .column {
            width: 100%;
        }
        /*          END usp           */
        .column-form-validator .form-row:not([data-settings-viewname="string_sectionheader"]) {
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #createAccountPage .offline-mode-desc-text {
            margin-left: 15px;
            margin-right: 15px;
        }
    }

    @media screen and (max-width: 512px) {
        .uchb-left img {
            max-width: 100%;
        }

        .form-row.s-p-columns_amount-3:not([data-settings-viewname="string_sectionheader"]),
        .form-row.s-p-columns_amount-4:not([data-settings-viewname="string_sectionheader"]) {
            width: 100%;
            padding: 0 !important;
        }

        .uchb-left > img {
            float: none !important;
            padding: 0 !important;
        }

        .uchbl-content {
            display: block;
            width: 100%;
        }
    }

    @media screen and (max-width: 400px) {
        .flexi-row-left .flow-img-tiles .column {
            width: 100%;
        }

        .gvi-volume-prices {
            width: 100%;
        }

        .form-row.s-p-columns_amount-2:not([data-settings-viewname="string_sectionheader"]),
        .form-row.s-p-columns_amount-3:not([data-settings-viewname="string_sectionheader"]),
        .form-row.s-p-columns_amount-4:not([data-settings-viewname="string_sectionheader"]) {
            width: 100%;
            padding: 0 !important;
        }

        .specification-name-wrapper {
            max-width: 60px;
        }

        .product-details-page .gvi-name-value tr:not(.two-columns) .specification-name-wrapper {
            max-width: 120px;
        }

        .specification-value-wrapper {
            max-width: 65px;
        }

        .product-details-page .gvi-name-value tr:not(.two-columns) .specification-value-wrapper {
            max-width: 135px;
            word-wrap: break-word;
        }

        .form-row[data-settings-viewname="check_list"][data-settings-columns_amount="2"] .check-list-item-label,
        .form-row[data-settings-viewname="check_list"][data-settings-columns_amount="3"] .check-list-item-label,
        .form-row[data-settings-viewname="check_list"][data-settings-columns_amount="4"] .check-list-item-label,
        .form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="2"] .radio,
        .form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="3"] .radio,
        .form-row[data-settings-viewname="radio_list"][data-settings-columns_amount="4"] .radio {
            width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    /*          END mobile views          */
